diff --git a/CMakeLists.txt b/CMakeLists.txt index a714957fd3d..1df0ef476db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX project(Geant4) set(${PROJECT_NAME}_VERSION_MAJOR 10) set(${PROJECT_NAME}_VERSION_MINOR 7) -set(${PROJECT_NAME}_VERSION_PATCH 0) +set(${PROJECT_NAME}_VERSION_PATCH 1) set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}") # - Prepend our own CMake Modules to the search path diff --git a/CONTRIBUTING.md b/CONTRIBUTING.rst similarity index 66% rename from CONTRIBUTING.md rename to CONTRIBUTING.rst index 883c00d901d..d43fec363ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.rst @@ -11,6 +11,9 @@ the development repository of Geant4, to be included in a future release or patch. For simple bug-fixes, it is anyhow recommended to use the official -`Bugzilla problem reporting system `. +Bugzilla problem reporting system. +- Problem reports: `Bugzilla problem reporting system `_. +- User Forum: `Geant4 Forum `_. +- Documentation: `User Documentation `_. The Geant4 Collaboration diff --git a/README.rst b/README.rst index e8ef3710d02..3424192f589 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,8 @@ ===== -Geant4: A Simulation Toolkit +Geant4: A Simulation Toolkit ===== + +- Problem reports: `Bugzilla problem reporting system `_. +- User Forum: `Geant4 Forum `_. +- Documentation: `User Documentation `_. + diff --git a/ReleaseNotes/Patch4.10.7-1.txt b/ReleaseNotes/Patch4.10.7-1.txt new file mode 100644 index 00000000000..32b12b9c9cb --- /dev/null +++ b/ReleaseNotes/Patch4.10.7-1.txt @@ -0,0 +1,220 @@ + + Geant4 10.7 - patch-01 Release Notes + ------------------------------------ + + 5 February 2021 + +List of fixes included in this public patch since the public release 10.7: + + o Configuration + ------------- + + CMake: + o Make fail configuration if Qt is enabled with CMake < 3.9. + Addressing problem report #2303. + o Fixed potential installation error with Homebrew/MacPorts X11/GL. + Apply GitHub PR #17. + o Fixed configure/build with system PTL 1.0.0. + Apply GitHub PR #16. + o Install/Use builtin PTL CMake scripts from PTL subdirectory alongside + Geant4Config.cmake. + o Updated to data set G4PARTICLEXS-3.1.1. + + GNUmake: + o Updated Qt5 settings in Linux targets. + + o Analysis: + -------- + + Updated to g4tools 5.2.3: + o Fixed bug in tools/histo/h2,h3 for get_bin_content(); + have '&' in "get" arguments. Addressing problem report #2306. + o See History_tools for the complete list of modifications. + + Fixed problem with merging n-tuples with columns of vector type. + + o Externals: + ---------- + + Force PTL to install its CMake configuration files within the directory + where Geant4 installs its own. Force to install its headers under + CMAKE_INSTALL_INCLUDEDIR/Geant4. Addressing problem report #2298. + + ptl: apply patch to fix component installs on Windows. + + o Geometry: + -------- + + navigation: + o G4ReplicaNavigation: reduced step correction in ComputeStep(). + Addressing problem report #2302. + o G4PathFinder: moved debug printout within debug block in Locate(). + o G4RegularNavigation: protected within G4DEBUG_NAVIGATION debug printout. + Substituted warning printout with proper G4Exception. + + solids/Boolean: + o Added protection against using invalid normal + in G4ScaledSolid::DistanceToOut(p,v). + + solids/CSG: + o G4Trap, G4Para: removed spurious character in printout in StreamInfo(). + Addressed problem report #2318. + + solids/specific: + o Reduce cases of bad speculation in G4PolyhedraSide::Inside() and + G4PolyPhiFace::InsideEdges(), based on profiling analysis. + + volumes: + o Added creation order index in G4LogicalBorderSurface. + Addressing problem report #2311. + o G4GeometryWorkspace: added protection for thread contention in function + DestroyWorkspace(). Some code cleanup. + + o Global: + ------ + + Updated date and version for 10.7.p01. + + o Intercoms: + --------- + + G4UImanager: introduced flag and access functions for + LastCommandOutputTreated. This flag is set to false at the point + in ApplyCommand() where, if verbosity>0, the command is sent to G4cout. + The treating UI must reset to true when the line has been treated. + Of course, the UI may simply ignore it. + + o Interfaces: + ---------- + + G4UIQt: Use QPalette to get colour and background from OS; + instead of fixed background instead of
in HTML wrappers. + + Introduce choice of output styles: + o /gui/outputStyle + + + + o Highlighting applies to the echoed command line if echoing is + requested with /control/verbose > 0. + + o Persistency - gdml: + ------------------ + + Fix for proper treatment of material properties reading for skinsurface + and bordersurface elements; adopt the key of the property vector map as + 'name + ref'. Addressing problem report #2305. + + Fixed parsing of regions in G4GDMLParser::ImportRegions(). + Allow for proper deletion of meta-data lists in destructor. + Based on GitHub PR#19. + + Fixed reading of units for GenericTrap in G4GDMLReadSolids. + Addressing problem report #2317. + + o Physics Lists: + ------------- + + builders + o G4HadronicBuilder: replaced 2-body decays of bottom mesons into charmed + mesons and charged rho resonance, with 3-body decays into the same + charmed mesons and charged pion and neutral pion. This allows to get a + more precise numerical treatment of the decay kinematics in the rest + frame, avoiding spurious energy-momentum violations reported by + G4DecayProducts. + o OrderingParameterTable: added forgotten processes (general positron, + surface reflection, DNA) coherently with G4PhysicsListHelper. + + constructors/electromagnetic + o G4GammaGeneralProcess: changed 1st energy limit from 50 keV to 150 keV + to guarantee K-shell energy for any element to be within 1st energy + area. Changed logic for selection of a concrete process. + Maximally reduced use of 'if' statements; reduced number of 'return' + in run time methods; removed shadowing of base class methods. + Addressing problem report #2309. + + constructors/hadron_elastic + o G4HadronElasticPhysics: fixed type of builder in all hadron elastic + constructors. Addressing problem report #2183. + o G4IonElasticPhysics, G4ThermalNeutrons: added comments + + constructors/hadron_inelastic + o G4HadronPhysicsFTFP_BERT, G4HadronPhysicsQGSP_BERT, + G4HadronInelasticQBBC, G4HadronPhysicsQGSP_BIC: fixed type of builder + in all hadron inelatic constructors. Addressing problem report #2296. + + o Processes - Electromagnetic: + --------------------------- + + lowenergy + o G4MicroElecSurface, G4MicroElecLOPhononModel: fixed Coverity defects. + + standard + o G4BetheBlochModel, G4LindhardSorensenIonModel: restore computation of + maximum energy transfer as in Geant4 version 10.4; affecting only + ultra-relativistic ions. Addressing problem report #2312. + + utils + o G4EmCorrections: fixed 2-D interpolation of shell corrections, which + provides minor change of ranges of charge particles (< 0.1 mm). + Addressing problem report #2308. + o G4VEnergyLossProcess, G4VEmProcess, G4EmExtraParameters and + G4EmExtraParametersMessenger: improved printout. + Addressing problem report #2292. + + o Processes - Hadronic: + -------------------- + + cross_sections: + o Drop cache for per-element G4CrossSectionDataStore::GetCrossSection(), + as never used in practice. Note that material, particle, and energy are + still cached by G4CrossSectionDataStore::ComputeCrossSection(). The + condition to check for the cache in that case has been optimized to + minimize unnecessary checks by reordering checked conditions from most + to least discriminant. + o G4ParticleInelasticXS, G4CrossSectionInelastic, G4CrossSectionElastic: + extended maximum energy range for ion cross-sections (QBBC and other + Physics Lists has the same high energy limits). + o G4ParticleInelasticXS, G4NeutronCaptureXS, G4NeutronElasticXS, + G4NeutronInelasticXS: make MAXZ variable static class member. + o G4GammaNuclearXS: fixed duplicated name of static variable. + o G4VCrossSectionRatio: use inheritance from G4VCrossSectionDataSet + in order to guarantee deletion of the object at the end of run. + + models/particle_hp + o G4ParticleHPThermalScattering: added final state phi-rotation. + Addressing problem reports #1856 and #2290. + + stopping + o G4MuonicAtomDecay: fixed Coverity defects; removed commented code. + + o Processes - Transportation + -------------------------- + + Limit reporting of number of calls to G4Transportation::AlongStepDoIt() + to when either G4VERBOSE or G4DEBUG_TRANSPORT is defined, which allows to + avoid using a thread local variable for a slight performance gain. + + o Run: + --- + + G4PhysicsListHelper: added forgotten processes (general positron and + surface reflection). + + o Tasking: + ------- + + G4WorkerTaskRunManager: corrected way to count the number of events + processed in a worker thread. This correction also fixes a rare crash + due to accessing to the seed vector more than necessary. + + G4TaskRunManager: reduce number of events per task to evenly distribute + events to all available threads. + + o Visualization: + ------------- + + OpenInventor + o Consolidated all the planned features of the OIQt viewer. + + Qt3D + o Auxiliary edge suppression and some small improvements. + + o Data Sets: + --------- + + G4PARTICLEXS-3.1.1: + o Fixed data for He3 and He4 for few light targets. + + o Examples: + -------- + + basic/B4: + o Fixed README: updated visualization tutorial to follow smart parsing. + + extended/persistency/gdml/G01: + o Fixed auxiliary.gdml sample to define proper Region tags. + o Added scaledSolids.gdml sample setup. + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o This patch should be applied on top of release 10.7. + o Technical notes distributed for release 10.7 are also applicable and + valid for this patch. + +The code and rebuilt binary libraries for release 10.7.p01 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 567df3ce67b..37386b0ce85 100644 --- a/cmake/History +++ b/cmake/History @@ -30,6 +30,25 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. ---------------------------------------------------------- +30th January 2021 - Gunter Folger (cmake-V10-06-51) +- Update to patched dataset G4PARTICLEXS 3.1.1 as provided by Vladimir I. + +22nd January 2021 - Ben Morgan (cmake-V10-06-50) +- Update for GitHub PR #17: Provide same fix for MacPorts +- Address Bugzilla #2303: Fail configuration if Qt is enabled with CMake < 3.9 + +15th January 2021 - Ben Morgan (cmake-V10-06-49) +- Apply GitHub PR #17 from Florian Uhlig: Fix installation + error with Homebrew X11/GL. + +11th January 2021 - Ben Morgan (cmake-V10-06-48) +- Apply GitHub PR #16 from andriish: Fix configure/build with + system PTL 1.0.0. + +14th December 2020 - Ben Morgan (cmake-V10-06-47) +- Install/Use builtin PTL CMake scripts from PTL subdirectory + alongside Geant4Config.cmake + 20th November 2020 - Ben Morgan (cmake-V10-06-46) - Make GEANT4_USE_SYSTEM_PTL option advanced diff --git a/cmake/Modules/FindXQuartzGL.cmake b/cmake/Modules/FindXQuartzGL.cmake index c26754a611f..651b9cf9069 100644 --- a/cmake/Modules/FindXQuartzGL.cmake +++ b/cmake/Modules/FindXQuartzGL.cmake @@ -2,8 +2,8 @@ FindXQuartzGL ------------- -FindModule for XQuartz implementation of OpenGL/GLU. Specific to Geant4 -to allow use of XQuartz only. +FindModule for XQuartz/Homebrew/MacPorts implementation of OpenGL/GLU. Specific +to Geant4 to allow use of XQuartz/Homebrew/MacPorts only. Use of the module on non-macOS systems will result in a fatal error @@ -49,17 +49,17 @@ set(CMAKE_FIND_FRAMEWORK_SAVE ${CMAKE_FIND_FRAMEWORK}) set(CMAKE_FIND_FRAMEWORK NEVER) find_path(XQuartzGL_INCLUDE_DIR GL/gl.h - PATHS /usr/X11R6/include /opt/X11/include + PATHS /usr/X11R6/include /opt/X11/include /usr/local/include /opt/local/include NO_DEFAULT_PATH ) find_library(XQuartzGL_gl_LIBRARY GL - PATHS /usr/X11R6/lib /opt/X11/lib + PATHS /usr/X11R6/lib /opt/X11/lib /usr/local/lib /opt/local/lib NO_DEFAULT_PATH ) find_library(XQuartzGL_glu_LIBRARY GLU - PATHS /usr/X11R6/lib /opt/X11/lib + PATHS /usr/X11R6/lib /opt/X11/lib /usr/local/lib /opt/local/lib NO_DEFAULT_PATH ) diff --git a/cmake/Modules/G4ConfigureCMakeHelpers.cmake b/cmake/Modules/G4ConfigureCMakeHelpers.cmake index fde939534f3..a54c9661da6 100644 --- a/cmake/Modules/G4ConfigureCMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureCMakeHelpers.cmake @@ -87,7 +87,7 @@ endif() if(NOT GEANT4_USE_SYSTEM_PTL) list(APPEND GEANT4_EXTERNALS_TARGETS G4ptl) set(PTL_BUILDTREE_PREFIX "${PROJECT_BINARY_DIR}/source/externals/ptl") - set(PTL_INSTALLTREE_PREFIX "\${_geant4_thisdir}/../PTL") + set(PTL_INSTALLTREE_PREFIX "\${_geant4_thisdir}/PTL") endif() # - USolids diff --git a/cmake/Modules/G4DatasetDefinitions.cmake b/cmake/Modules/G4DatasetDefinitions.cmake index aa9c7486bad..17d827d7649 100644 --- a/cmake/Modules/G4DatasetDefinitions.cmake +++ b/cmake/Modules/G4DatasetDefinitions.cmake @@ -48,11 +48,11 @@ geant4_add_dataset( # - Particle XS - replaces Neutron XS geant4_add_dataset( NAME G4PARTICLEXS - VERSION 3.1 + VERSION 3.1.1 FILENAME G4PARTICLEXS EXTENSION tar.gz ENVVAR G4PARTICLEXSDATA - MD5SUM 35a3fe5cf0a29d453e6805e2cfacacee + MD5SUM 98b766fa2c447b541834cc9bf5206c05 ) # - PII diff --git a/cmake/Modules/G4InterfaceOptions.cmake b/cmake/Modules/G4InterfaceOptions.cmake index d21c3500965..ab7923ae159 100644 --- a/cmake/Modules/G4InterfaceOptions.cmake +++ b/cmake/Modules/G4InterfaceOptions.cmake @@ -132,6 +132,11 @@ endif() # - Qt5 if(GEANT4_USE_QT) + # Must have CMake > 3.8 to support automoc (Bugzilla 2303) + if(CMAKE_VERSION VERSION_LESS 3.9) + message(FATAL_ERROR "GEANT4_USE_QT requires CMake 3.9 or newer to support automatic MOC for UI/Vis libraries") + endif() + find_package(Qt5Core REQUIRED) find_package(Qt5Gui REQUIRED) find_package(Qt5Widgets REQUIRED) diff --git a/cmake/Modules/G4OptionalComponents.cmake b/cmake/Modules/G4OptionalComponents.cmake index a1ab44bbbce..d5d06fefe5e 100644 --- a/cmake/Modules/G4OptionalComponents.cmake +++ b/cmake/Modules/G4OptionalComponents.cmake @@ -177,7 +177,7 @@ option(GEANT4_USE_SYSTEM_PTL "Use system zlib library" OFF) if(GEANT4_USE_SYSTEM_PTL) find_package(PTL REQUIRED) # Backward compatibility for sources.cmake using the variable - set(PTL_LIBRARIES PTL::PTL) + set(PTL_LIBRARIES PTL::ptl) geant4_save_package_variables(PTL PTL_DIR) else() set(PTL_USE_TBB ${GEANT4_USE_TBB}) diff --git a/config/History b/config/History index 0ecb22b8151..a7ae75097d9 100644 --- a/config/History +++ b/config/History @@ -15,6 +15,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +11th December 2020 Gabriele Cosmo (config-V10-06-08) +- Updated Qt5 settings in Linux targets. + 22nd October 2020 Gabriele Cosmo (config-V10-06-07) - Added configuration for Qt3D visualization driver. diff --git a/config/sys/Linux-clang.gmk b/config/sys/Linux-clang.gmk index 65406a2f73b..02c6e258104 100644 --- a/config/sys/Linux-clang.gmk +++ b/config/sys/Linux-clang.gmk @@ -1,5 +1,5 @@ # -# ------ GNU/LINUX ------ clang 3.6 and higher +# ------ GNU/LINUX ------ clang 9.0 and higher # # Original author: Gabriele Cosmo - CERN # @@ -46,6 +46,7 @@ ifeq ($(G4SYSTEM),Linux-clang) CCFLAGS += -O2 -g endif ifdef G4LIB_BUILD_SHARED + CPPFLAGS += -fPIC CXXFLAGS += -fPIC FCFLAGS += -fPIC CCFLAGS += -fPIC @@ -106,14 +107,14 @@ ifeq ($(G4SYSTEM),Linux-clang) ifeq ($(QT_VERSION),5) ifndef QTFLAGS # Qt5 QTFLAGS := -I $(QTHOME)/include -I$(QTHOME)/include/Qt - QTFLAGS += -I $(QTHOME)/include/QtCore - QTFLAGS += -I $(QTHOME)/include/QtGui - QTFLAGS += -I $(QTHOME)/include/QtWidgets - QTFLAGS += -I $(QTHOME)/include/QtOpenGL - QTFLAGS += -I $(QTHOME)/include/Qt3DCore - QTFLAGS += -I $(QTHOME)/include/Qt3DExtras - QTFLAGS += -I $(QTHOME)/include/Qt3DRender - QTFLAGS += -I $(QTHOME)/include/QtPrintSupport + QTFLAGS += -I $(QTHOME)/include/qt5/QtCore + QTFLAGS += -I $(QTHOME)/include/qt5/QtGui + QTFLAGS += -I $(QTHOME)/include/qt5/QtWidgets + QTFLAGS += -I $(QTHOME)/include/qt5/QtOpenGL + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DCore + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DExtras + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DRender + QTFLAGS += -I $(QTHOME)/include/qt5/QtPrintSupport endif else # Qt4 ifndef QTFLAGS diff --git a/config/sys/Linux-g++.gmk b/config/sys/Linux-g++.gmk index 163197615d3..98aec3ab486 100644 --- a/config/sys/Linux-g++.gmk +++ b/config/sys/Linux-g++.gmk @@ -1,5 +1,5 @@ # -# ------ GNU/LINUX ------ gcc 4.8 and higher +# ------ GNU/LINUX ------ gcc 9.3 and higher # ifeq ($(G4SYSTEM),Linux-g++) CXX := g++ @@ -44,6 +44,7 @@ ifeq ($(G4SYSTEM),Linux-g++) CCFLAGS += -O2 -g endif ifdef G4LIB_BUILD_SHARED + CPPFLAGS += -fPIC CXXFLAGS += -fPIC FCFLAGS += -fPIC CCFLAGS += -fPIC @@ -104,14 +105,14 @@ ifeq ($(G4SYSTEM),Linux-g++) ifeq ($(QT_VERSION),5) ifndef QTFLAGS # Qt5 QTFLAGS := -I $(QTHOME)/include -I$(QTHOME)/include/Qt - QTFLAGS += -I $(QTHOME)/include/QtCore - QTFLAGS += -I $(QTHOME)/include/QtGui - QTFLAGS += -I $(QTHOME)/include/QtWidgets - QTFLAGS += -I $(QTHOME)/include/QtOpenGL - QTFLAGS += -I $(QTHOME)/include/Qt3DCore - QTFLAGS += -I $(QTHOME)/include/Qt3DExtras - QTFLAGS += -I $(QTHOME)/include/Qt3DRender - QTFLAGS += -I $(QTHOME)/include/QtPrintSupport + QTFLAGS += -I $(QTHOME)/include/qt5/QtCore + QTFLAGS += -I $(QTHOME)/include/qt5/QtGui + QTFLAGS += -I $(QTHOME)/include/qt5/QtWidgets + QTFLAGS += -I $(QTHOME)/include/qt5/QtOpenGL + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DCore + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DExtras + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DRender + QTFLAGS += -I $(QTHOME)/include/qt5/QtPrintSupport endif else # Qt4 ifndef QTFLAGS diff --git a/config/sys/Linux-icc.gmk b/config/sys/Linux-icc.gmk index 8c9f666d43d..d945b8d1eb1 100644 --- a/config/sys/Linux-icc.gmk +++ b/config/sys/Linux-icc.gmk @@ -1,5 +1,5 @@ # -# ------ GNU/LINUX ------ Intel icc 15.x.x and higher +# ------ GNU/LINUX ------ Intel icc 19.x.x and higher # ifeq ($(G4SYSTEM),Linux-icc) CXX := icc @@ -78,6 +78,68 @@ ifeq ($(G4SYSTEM),Linux-icc) ifndef OGLLIBS OGLLIBS := -L$(OGLHOME)/lib -lGL endif + +# ---- QT Setup block ------------------------------------------------------- + + ifndef QTHOME + QTHOME := /usr + endif + ifndef QTMOC + QTMOC := $(QTHOME)/bin/moc + endif + + ifndef QT_VERSION + QT_VERSION := 5 + endif + + ifeq ($(QT_VERSION),5) + ifndef QTFLAGS # Qt5 + QTFLAGS := -I $(QTHOME)/include -I$(QTHOME)/include/Qt + QTFLAGS += -I $(QTHOME)/include/qt5/QtCore + QTFLAGS += -I $(QTHOME)/include/qt5/QtGui + QTFLAGS += -I $(QTHOME)/include/qt5/QtWidgets + QTFLAGS += -I $(QTHOME)/include/qt5/QtOpenGL + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DCore + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DExtras + QTFLAGS += -I $(QTHOME)/include/qt5/Qt3DRender + QTFLAGS += -I $(QTHOME)/include/qt5/QtPrintSupport + endif + else # Qt4 + ifndef QTFLAGS + QTFLAGS := -I$(QTHOME)/include -I$(QTHOME)/include/Qt + QTFLAGS += -I$(QTHOME)/include/QtCore + QTFLAGS += -I$(QTHOME)/include/QtGui + QTFLAGS += -I$(QTHOME)/include/QtOpenGL + endif + endif + ifndef QTLIBPATH + QTLIBPATH := $(QTHOME)/lib + QT_SEARCH_LIB := $(shell ls $(QTLIBPATH)/qt$(QT_VERSION)/libq* 2>/dev/null | wc -l ) + ifneq ($(QT_SEARCH_LIB),0) + QTLIBPATH := $(QTHOME)/lib/qt$(QT_VERSION) + endif + endif + ifeq ($(QT_VERSION),5) + ifndef QTLIBS # Qt5 + QTLIBS := -L$(QTLIBPATH) -lQt5Core -lQt5Gui -lQt5Widgets -lQt5PrintSupport + endif + ifndef QT3DLIBS + QT3DLIBS := -L$(QTLIBPATH) -lQt5Core -lQt5Gui -lQt5Widgets -lQt53DCore -lQt53DExtras -lQt53DRender -lQt5PrintSupport + endif + ifndef GLQTLIBS + GLQTLIBS := -L$(QTLIBPATH) -lQt5Core -lQt5Gui -lQt5Widgets -lQt5OpenGL -lQt5PrintSupport + endif + else # Qt4 + ifndef QTLIBS + QTLIBS := -L$(QTLIBPATH) -lQtCore -lQtGui + endif + ifndef GLQTLIBS + GLQTLIBS := -L$(QTLIBPATH) -lQtCore -lQtGui -lQtOpenGL + endif + endif + +#---------------------------------------------------------------------------- + define build-granular-shared-lib @libdir=`(cd $(@D);/bin/pwd)`; \ cd $(G4TMPDIR); \ diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index ccdd36df6dd..479b4672596 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -918,177 +918,269 @@ Index : 9 used in the geometry : Yes ================================================================== ### Run 0 starts. -Event 206 +Event 95 --- Reconstructed data: -- entry points: - left: 0.279661 -3.90536 -15 cm - right: 8.66082 -4.0998 -15 cm + left: 7.58878 -2.96404 -15 cm + right: -9.67051 -1.03894 -15 cm target: 0 0 0 fm - -- the angle: 121.601 deg - -- mass of the output particle: 490.583 MeV - -- mass of the nucleus output particle: 997.229 MeV + -- the angle: 146.163 deg + -- mass of the output particle: 506.783 MeV + -- mass of the nucleus output particle: 996.503 MeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -120.9344 -38.9507 292.5657 MeV -- 585.1570 MeV - (SCM) : eta -120.9344 -38.9507 42.7675 MeV -- 508.5697 MeV - Nucleus output particle (LAB) : neutron 120.9344 38.9507 437.4343 MeV -- 1.0963 GeV - (SCM) : neutron 120.9344 38.9507 -42.7675 MeV -- 1.0062 GeV + Output particle (LAB) : eta -12.2541 -17.3388 152.9992 MeV -- 529.8009 MeV + (SCM) : eta -12.2541 -17.3388 -85.4832 MeV -- 514.3808 MeV + Nucleus output particle (LAB) : neutron 12.2541 17.3388 577.0008 MeV -- 1.1517 GeV + (SCM) : neutron 12.2541 17.3388 85.4832 MeV -- 1.0004 GeV -- triggered angular ranges: - 4 [ 0.4000, 0.2000) + 10 [-0.8000, -1.0000) --- Energy Deposit - monitor : 660.907 keV + monitor : 609.887 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 211.083 MeV + cal (l) : 259.995 MeV + 0.8056 0 0 0 0 0 + 1.399 4.24 0.156 2.715 0 0 + 0.9073 220.9 10.4 0.6282 0.4904 0 + 2.622 10.94 3.809 0 0 0 + cal (r) : 269.806 MeV 0 0 0 0 0 0 - 0 0 1.304 1.382 0.5148 0 - 0 6.943 114.3 62.72 0.2671 1.437 - 0 1.395 12.47 7.873 0.4574 0 - cal (r) : 374.074 MeV + 0.1721 0.1439 0 1.554 38.02 45.28 + 2.186 0 0 0 136.1 42.21 + 0 0 0 0 3.376 0.8142 +Event 516 + --- Reconstructed data: + -- entry points: + left: -11.6222 3.8466 -15 cm + right: 10.5868 3.31399 -15 cm + target: 0 0 0 fm + -- the angle: 108.756 deg + -- mass of the output particle: 495.28 MeV + -- mass of the nucleus output particle: 1.00185 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta -29.7981 35.5949 353.3564 MeV -- 610.1787 MeV + (SCM) : eta -29.7981 35.5949 98.1909 MeV -- 507.0490 MeV + Nucleus output particle (LAB) : neutron 29.7981 -35.5949 376.6436 MeV -- 1.0713 GeV + (SCM) : neutron 29.7981 -35.5949 -98.1909 MeV -- 1.0077 GeV + -- triggered angular ranges: + 1 [ 1.0000, 0.8000) + --- Energy Deposit + monitor : 371.495 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 288.65 MeV + 0 0 0 1.192 28.58 16.75 + 0 0 0 0.2021 96.18 141.8 + 0 0 0 0 1.244 1.101 + 0 0 0 0 1.393 0.1846 + cal (r) : 321.528 MeV + 9.067 5.142 0.7614 0 0 0 + 88.42 211.9 3.315 0 0 0 + 0.9632 0.454 0.04667 0 0 0 + 0 0 1.497 0 0 0 +Event 1392 + --- Reconstructed data: + -- entry points: + left: -6.59443 -3.99708 -15 cm + right: -1.32488 0.356727 -15 cm + target: 0 0 0 fm + -- the angle: 124.932 deg + -- mass of the output particle: 209.366 MeV + -- mass of the nucleus output particle: 1.29562 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 57.8240 -10.1109 118.1801 MeV -- 247.4800 MeV + (SCM) : eta 57.8240 -10.1109 11.9219 MeV -- 217.7657 MeV + Nucleus output particle (LAB) : neutron -57.8240 10.1109 611.8199 MeV -- 1.4340 GeV + (SCM) : neutron -57.8240 10.1109 -11.9219 MeV -- 1.2970 GeV + -- triggered angular ranges: + 5 [ 0.2000, 0.0000) + --- Energy Deposit + monitor : 584.802 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 160.819 MeV 0 0 0 0 0 0 - 3.746 2.703 3.565 0 0 0 - 1.268 290.5 6.137 1.015 0 0 - 12.19 47.1 5.896 0 0 0 -Event 704 + 0 0 0 0.7839 1.819 0 + 0 0 0 1.399 141.9 0.5567 + 0 0 5.049 8.923 0.4212 0 + cal (r) : 86.661 MeV + 0 0 0 3.43 0 0 + 0 0 3.963 20.98 0 0 + 0 0.2633 4.454 53.57 0 0 + 0 0 0 0 0 0 +Event 1552 --- Reconstructed data: -- entry points: - left: -9.28523 2.79254 -15 cm - right: -0.0320336 -1.93889 -15 cm + left: -3.75405 -2.13161 -15 cm + right: -10.8062 -3.83562 -15 cm target: 0 0 0 fm - -- the angle: 121.278 deg - -- mass of the output particle: 265.264 MeV - -- mass of the nucleus output particle: 1.24815 GeV + -- the angle: 136.287 deg + -- mass of the output particle: 187.293 MeV + -- mass of the nucleus output particle: 1.31852 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -16.1739 1.8692 148.4346 MeV -- 304.4060 MeV - (SCM) : eta -16.1739 1.8692 18.0724 MeV -- 266.3771 MeV - Nucleus output particle (LAB) : neutron 16.1739 -1.8692 581.5654 MeV -- 1.3771 GeV - (SCM) : neutron 16.1739 -1.8692 -18.0724 MeV -- 1.2484 GeV + Output particle (LAB) : eta -49.3578 -10.7404 70.7773 MeV -- 206.4934 MeV + (SCM) : eta -49.3578 -10.7404 -20.9462 MeV -- 195.1124 MeV + Nucleus output particle (LAB) : neutron 49.3578 10.7404 659.2227 MeV -- 1.4750 GeV + (SCM) : neutron 49.3578 10.7404 20.9462 MeV -- 1.3197 GeV -- triggered angular ranges: - 2 [ 0.8000, 0.6000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 393.161 keV + monitor : 388.451 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 149.543 MeV - 0 0 0.6324 2.577 2.825 4.541 - 0 0 0 0 115.2 1.316 - 0 0 0 0 20.74 1.166 - 0 0 0 0 0.5066 0 - cal (r) : 154.863 MeV - 0 0 0.7944 0.3091 0 0 - 0 1.105 5.044 8.963 0 0 - 0 1.49 32.9 99.01 1.058 0 - 0 1.188 0.6085 1.907 0.4846 0 -Event 3675 + cal (l) : 81.3543 MeV + 0 0 0 0 0 0 + 0 0 0 0.6441 2.526 0 + 0 0 0.5642 76.71 0.6745 0 + 0 0 0 0.2312 0 0 + cal (r) : 125.139 MeV + 0 0 0 0 1.091 0 + 0 0 0 0 0 0 + 0 0 0 0 106.8 4.505 + 0 0 0 0 1.643 11.09 +Event 2314 + --- Track Points + monitor : pi- [1,bp] 718.8 MeV : 9.445 1.399 -1.25 mm [0.005182, 0.003488, 1] + target : pi- [1,bp] 718.2 MeV : 3.931 3.09 0.2802 cm [-0.6404, -0.768, 0.004806] + : eta [6,op] 333 MeV : 3.484 2.554 0.2836 cm [-0.8083, -0.5529, 0.2023] + : neutron [7,np] 418.8 MeV : 3.484 2.554 0.2836 cm [-0.456, -0.8767, -0.1531] + : pi0 [10,opdp] 176.7 MeV : 3.484 2.554 0.2836 cm [-0.587, 0.1759, 0.7902] + : pi0 [8,opdp] 230.4 MeV : 3.484 2.554 0.2836 cm [-0.4968, -0.859, -0.1238] + vc (l) : tp is not valid + vc (r) : tp is not valid + cal (l) : tp is not valid + cal (r) : tp is not valid + --- + angle between the eta decay products : 87.5551 deg + --- Triggered angular ranges: + 4 [ 0.4000, 0.2000) + --- Production model data: + Incident particle (LAB) : pi- 1.8765 3.2505 718.0938 MeV -- 731.5412 MeV + (SCM) : pi- 1.1679 2.0231 446.9388 MeV -- 468.2303 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -1.1679 -2.0231 -446.9388 MeV -- 1.0393 GeV + Output particle (LAB) : eta -87.8643 67.3725 314.0654 MeV -- 641.1311 MeV + (SCM) : eta -88.5740 66.1432 42.4866 MeV -- 560.5160 MeV + Nucleus output particle (LAB) : neutron 89.7408 -64.1220 404.0284 MeV -- 1.0287 GeV + (SCM) : neutron 88.5740 -66.1432 -42.4866 MeV -- 946.9997 MeV --- Reconstructed data: -- entry points: - left: -8.12482 -1.2043 -15 cm - right: 11.831 -1.63642 -15 cm + left: -1.62755 -6.10162 -15 cm + right: -11.779 -2.4304 -15 cm target: 0 0 0 fm - -- the angle: 111.089 deg - -- mass of the output particle: 575.513 MeV - -- mass of the nucleus output particle: 920.846 MeV + -- the angle: 138.807 deg + -- mass of the output particle: 141.531 MeV + -- mass of the nucleus output particle: 1.37125 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 -45.6110 -16.5957 398.0663 MeV -- 701.4470 MeV - (SCM) : eta -45.6110 -16.5957 103.8377 MeV -- 586.8163 MeV - Nucleus output particle (LAB) : neutron 45.6110 16.5957 331.9337 MeV -- 980.0476 MeV - (SCM) : neutron 45.6110 16.5957 -103.8377 MeV -- 927.9523 MeV + Output particle (LAB) : eta -11.9935 -10.4615 51.1517 MeV -- 151.3301 MeV + (SCM) : eta -11.9935 -10.4615 -16.1475 MeV -- 143.3354 MeV + Nucleus output particle (LAB) : neutron 11.9935 10.4615 678.8483 MeV -- 1.5302 GeV + (SCM) : neutron 11.9935 10.4615 16.1475 MeV -- 1.3714 GeV -- triggered angular ranges: - 1 [ 1.0000, 0.8000) + 9 [-0.6000, -0.8000) --- Energy Deposit - monitor : 521.984 keV + monitor : 451.566 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 315.799 MeV - 0 0 0 0 0.3902 0.4047 - 0 0 0.6473 6.487 43.26 2.059 - 0 0 0 3.733 251.9 0.7607 - 0 0 0 3.717 2.4 0 - cal (r) : 385.648 MeV - 0.05533 0 0 0 0 0 - 47.89 25.94 0 0 0 0 - 85.79 219.3 0 0 0 0 - 5.496 1.215 0 0 0 0 -Event 5689 + cal (l) : 72.4733 MeV + 0 0 0 0 0 0 + 0 0 0 0 0 0 + 0 0 0.4857 47.84 0 0.5353 + 0 2.266 7.994 12.09 1.255 0 + cal (r) : 78.8568 MeV + 0 0 0 0 0 0 + 0 0 0 0 0 1.642 + 0 0 0 0 52.51 24.71 + 0 0 0 0 0 0 +Event 4607 --- Reconstructed data: -- entry points: - left: -4.23162 -5.22164 -15 cm - right: -10.2049 0.257857 -15 cm + left: -8.49269 1.42467 -15 cm + right: 10.2186 3.87926 -15 cm target: 0 0 0 fm - -- the angle: 135.429 deg - -- mass of the output particle: 571.676 MeV - -- mass of the nucleus output particle: 916.713 MeV + -- the angle: 112.132 deg + -- mass of the output particle: 547.032 MeV + -- mass of the nucleus output particle: 954.769 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 130.8992 -34.3615 259.4226 MeV -- 642.2060 MeV - (SCM) : eta 130.8992 -34.3615 -21.5165 MeV -- 587.8702 MeV - Nucleus output particle (LAB) : neutron -130.8992 34.3615 470.5774 MeV -- 1.0393 GeV - (SCM) : neutron -130.8992 34.3615 21.5165 MeV -- 926.8985 MeV + Output particle (LAB) : eta -12.1352 29.1622 367.3304 MeV -- 659.6769 MeV + (SCM) : eta -12.1352 29.1622 89.8487 MeV -- 555.2610 MeV + Nucleus output particle (LAB) : neutron 12.1352 -29.1622 362.6696 MeV -- 1.0218 GeV + (SCM) : neutron 12.1352 -29.1622 -89.8487 MeV -- 959.5077 MeV -- triggered angular ranges: - 6 [ 0.0000, -0.2000) + 1 [ 1.0000, 0.8000) --- Energy Deposit - monitor : 430.919 keV + monitor : 576.582 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 408.742 MeV - 0 0 0 0 0 2.727 - 0 0.5286 0 0.9527 2.837 0 - 0 0 1.191 119.8 8.794 3.554 - 0 0.4311 10.28 246.7 10.39 0.523 - cal (r) : 233.464 MeV - 0 0 0 0 3.819 1.266 - 0 0 0 0 116.9 2.896 - 0 0 0 0.9959 84.82 20.72 - 0 0 0 0 2.019 0 -Event 7948 + cal (l) : 319.126 MeV + 0 0 0 2.25 1.058 0.7604 + 0 0 0.9012 15.89 232.5 5.75 + 0 0 0 0.3715 53.46 4.844 + 0 0 0 0.4397 0.8548 0 + cal (r) : 340.551 MeV + 6.431 24.37 3.518 0 0 0 + 30.14 266.8 1.04 0 0 0 + 4.962 3.28 0 0 0 0 + 0 0 0 0 0 0 +Event 5534 --- Reconstructed data: -- entry points: - left: -6.18349 6.41759 -15 cm - right: -8.19992 2.12718 -15 cm + left: -3.84452 -3.99897 -15 cm + right: 6.07111 5.79678 -15 cm target: 0 0 0 fm - -- the angle: 131.295 deg - -- mass of the output particle: 500.942 MeV - -- mass of the nucleus output particle: 976.569 MeV + -- the angle: 120.749 deg + -- mass of the output particle: 489.982 MeV + -- mass of the nucleus output particle: 999.014 MeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -150.4224 35.1231 213.7638 MeV -- 566.1255 MeV - (SCM) : eta -150.4224 35.1231 -35.5360 MeV -- 525.4197 MeV - Nucleus output particle (LAB) : neutron 150.4224 -35.1231 516.2362 MeV -- 1.1154 GeV - (SCM) : neutron 150.4224 -35.1231 35.5360 MeV -- 989.3489 MeV + Output particle (LAB) : eta 125.8960 -2.7284 284.6290 MeV -- 580.4765 MeV + (SCM) : eta 125.8960 -2.7284 36.2129 MeV -- 507.1989 MeV + Nucleus output particle (LAB) : neutron -125.8960 2.7284 445.3710 MeV -- 1.1010 GeV + (SCM) : neutron -125.8960 2.7284 -36.2129 MeV -- 1.0076 GeV -- triggered angular ranges: - 7 [-0.2000, -0.4000) + 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 461.389 keV + monitor : 452.439 keV vc (l) : 0 eV - vc (r) : 30.236 keV - cal (l) : 215.709 MeV - 0 0 0.5764 56.62 97.49 0.9733 - 0 0 0 34.44 24.72 0 - 0 0 0 0.5898 0.2999 0 + vc (r) : 0 eV + cal (l) : 359.58 MeV + 0 0 0 1.17 0 1.782 + 0 0 1.495 31.65 0.6881 1.163 + 0 0 2.829 57.21 4.651 0 + 0 0 4.086 242.5 10.37 0 + cal (r) : 220.897 MeV + 0.4384 168.7 2.704 0 0 0 + 0 21.17 21.93 1.297 3.214 0 + 0 0.569 0.8674 0 0 0 0 0 0 0 0 0 - cal (r) : 350.416 MeV - 0 0 0.7501 0.765 4.834 2.178 - 0 0 6.003 9.046 297.5 13.69 - 0 0 0.1387 3.938 3.873 4.673 - 0 0 0 0.9534 0 2.104 -Event 8031 +Event 8028 --- Track Points monitor : pi- [1,bp] 727.2 MeV : 1.59 0.4321 -0.125 cm [-0.000548, -0.02195, 0.9998] target : pi- [1,bp] 725.9 MeV : 4.241 2.649 -0.2809 cm [-0.6432, -0.7653, -0.02504] @@ -1146,212 +1238,120 @@ Event 8031 2.085 5.011 5.489 0.2953 0 0 1.29 332.2 17.73 0.4702 0.2353 0 9.187 4.363 0.7379 0.4034 0 0 -Event 8453 +Event 12524 --- Track Points - monitor : pi- [1,bp] 734.3 MeV : 1.063 0.3207 -0.125 cm [0.002178, -0.0003897, 1] - target : pi- [1,bp] 733.6 MeV : 3.992 3.011 0.3062 cm [-0.641, -0.7676, -0.0008455] - : eta [4,op] 324.4 MeV : 3.458 2.371 0.3055 cm [-0.9083, -0.4113, 0.07661] - : neutron [5,np] 464.7 MeV : 3.458 2.371 0.3055 cm [-0.3779, -0.9243, -0.05437] - : gamma [7,opdp] 237.7 MeV : 3.458 2.371 0.3055 cm [0.3973, -0.9177, 0.001144] - : gamma [6,opdp] 398.9 MeV : 3.458 2.371 0.3055 cm [-0.9752, 0.2125, 0.06161] - vc (l) : gamma [7,opdp] 237.7 MeV : 2.483 0.3734 -0.25 cm [-0.0278, 0.001144, 0.9996] - vc (r) : gamma [6,opdp] 398.9 MeV : -0.2771 4.104 -0.25 cm [0.04716, 0.06161, 0.997] - cal (l) : gamma [7,opdp] 237.7 MeV : 2.448 0.3749 -15 cm [-0.0278, 0.001144, 0.9996] - cal (r) : gamma [6,opdp] 398.9 MeV : -0.218 4.181 -15 cm [0.04716, 0.06161, 0.997] + monitor : pi- [1,bp] 729.2 MeV : 1.125 -0.4654 -0.125 cm [0.00944, -0.01921, 0.9998] + target : pi- [1,bp] 728.5 MeV : 4.168 2.762 -0.994 cm [-0.6347, -0.7726, -0.0174] + : eta [5,op] 218.1 MeV : -0.2535 -2.616 -1.11 cm [-0.9379, -0.3466, 0.01602] + : neutron [6,np] 549.9 MeV : -0.2535 -2.616 -1.11 cm [-0.466, -0.8843, -0.02865] + : gamma [8,opdp] 234.6 MeV : -0.2535 -2.616 -1.11 cm [0.5525, -0.8323, 0.04551] + : gamma [7,opdp] 355.1 MeV : -0.2535 -2.616 -1.11 cm [-0.9413, 0.337, -0.02023] + vc (l) : gamma [8,opdp] 234.6 MeV : 7.183 1.492 -0.25 cm [0.149, 0.04551, 0.9878] + vc (r) : gamma [7,opdp] 355.1 MeV : -2.274 -2.312 -0.25 cm [-0.08194, -0.02023, 0.9964] + cal (l) : gamma [8,opdp] 234.6 MeV : 7.371 1.55 -15 cm [0.149, 0.04551, 0.9878] + cal (r) : gamma [7,opdp] 355.1 MeV : -2.377 -2.337 -15 cm [-0.08194, -0.02023, 0.9964] --- - angle between the eta decay products : 125.615 deg - --- Triggered angular ranges: - 5 [ 0.2000, 0.0000) - --- Production model data: - Incident particle (LAB) : pi- 1.6296 -0.4167 733.4303 MeV -- 746.5941 MeV - (SCM) : pi- 1.0080 -0.2578 453.6735 MeV -- 474.6583 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -1.0080 0.2578 -453.6735 MeV -- 1.0422 GeV - Output particle (LAB) : eta -139.9160 24.8483 291.5661 MeV -- 636.6769 MeV - (SCM) : eta -140.5283 25.0049 15.9784 MeV -- 566.3758 MeV - Nucleus output particle (LAB) : neutron 141.5456 -25.2650 441.8642 MeV -- 1.0482 GeV - (SCM) : neutron 140.5283 -25.0049 -15.9784 MeV -- 950.4798 MeV - --- Reconstructed data: - -- entry points: - left: 2.89261 1.94969 -15 cm - right: 0.0704611 3.68174 -15 cm - target: 0 0 0 fm - -- the angle: 132.412 deg - -- mass of the output particle: 541.276 MeV - -- mass of the nucleus output particle: 937.661 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 -153.7724 31.4244 251.0538 MeV -- 616.9614 MeV - (SCM) : eta -153.7724 31.4244 -18.6406 MeV -- 563.8802 MeV - Nucleus output particle (LAB) : neutron 153.7724 -31.4244 478.9462 MeV -- 1.0645 GeV - (SCM) : neutron 153.7724 -31.4244 18.6406 MeV -- 950.8885 MeV - -- triggered angular ranges: - 6 [ 0.0000, -0.2000) - --- Energy Deposit - monitor : 555.52 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 220.874 MeV - 0.1232 0.1965 1.72 0.3388 0 0 - 0.01192 0 187.3 1.338 0 0 - 0 0.6442 28.41 0.7547 0 0 - 0 0 0 0 0 0 - cal (r) : 396.088 MeV - 0 0.8454 14.69 5.46 0.1124 1.135 - 0 0.3678 275.4 88.15 6.208 0 - 0 1.166 1.208 0.9934 0.3767 0 - 0 0 0 0 0 0 -Event 8814 - --- Track Points - monitor : pi- [1,bp] 725.1 MeV : -0.8739 1.901 -0.125 cm [0.003236, -0.00523, 1] - target : pi- [1,bp] 724.6 MeV : 2.65 4.24 1.803 cm [-0.6372, -0.7707, -0.002644] - : eta [4,op] 241.2 MeV : -1.215 -0.4384 1.789 cm [-0.6156, -0.6279, -0.4762] - : neutron [5,np] 524.4 MeV : -1.215 -0.4384 1.789 cm [-0.5941, -0.7748, 0.2161] - : pi0 [8,opdp] 39.97 MeV : -1.215 -0.4384 1.789 cm [-0.689, -0.7116, -0.1376] - : pi0 [6,opdp] 195.9 MeV : -1.215 -0.4384 1.789 cm [0.2569, -0.7748, -0.5777] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid - --- - angle between the eta decay products : 63.0106 deg + angle between the eta decay products : 143.269 deg --- Triggered angular ranges: 8 [-0.4000, -0.6000) --- Production model data: - Incident particle (LAB) : pi- 6.1133 -1.5483 722.9508 MeV -- 736.3270 MeV - (SCM) : pi- 3.7974 -0.9618 449.0754 MeV -- 470.2806 MeV + Incident particle (LAB) : pi- 8.1896 -12.2615 726.6360 MeV -- 740.0656 MeV + (SCM) : pi- 5.0793 -7.6048 450.6722 MeV -- 471.8780 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -3.7974 0.9618 -449.0754 MeV -- 1.0402 GeV - Output particle (LAB) : eta -16.4024 -114.8730 211.4647 MeV -- 598.6108 MeV - (SCM) : eta -18.6307 -114.3086 -52.0576 MeV -- 562.3845 MeV - Nucleus output particle (LAB) : neutron 22.5157 113.3247 511.4861 MeV -- 1.0760 GeV - (SCM) : neutron 18.6307 114.3086 52.0576 MeV -- 948.1069 MeV + (SCM) : proton -5.0793 7.6048 -450.6722 MeV -- 1.0409 GeV + Output particle (LAB) : eta -108.1116 3.4945 189.4264 MeV -- 589.6910 MeV + (SCM) : eta -111.0720 7.9267 -73.2368 MeV -- 563.8406 MeV + Nucleus output particle (LAB) : neutron 116.3012 -15.7560 537.2096 MeV -- 1.0886 GeV + (SCM) : neutron 111.0720 -7.9267 73.2368 MeV -- 948.9713 MeV --- Reconstructed data: -- entry points: - left: 3.70738 3.0377 -15 cm - right: -0.263301 6.30713 -15 cm + left: 9.56663 3.28627 -15 cm + right: -1.81298 -2.60317 -15 cm target: 0 0 0 fm - -- the angle: 133.003 deg - -- mass of the output particle: 213.984 MeV - -- mass of the nucleus output particle: 1.29238 GeV + -- the angle: 140.834 deg + -- mass of the output particle: 568.087 MeV + -- mass of the nucleus output particle: 916.266 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 -51.2188 20.2650 95.6243 MeV -- 240.7637 MeV - (SCM) : eta -51.2188 20.2650 -9.8799 MeV -- 221.1804 MeV - Nucleus output particle (LAB) : neutron 51.2188 -20.2650 634.3757 MeV -- 1.4407 GeV - (SCM) : neutron 51.2188 -20.2650 9.8799 MeV -- 1.2936 GeV + Output particle (LAB) : eta -134.7894 -4.3411 217.9352 MeV -- 623.2224 MeV + (SCM) : eta -134.7894 -4.3411 -58.4218 MeV -- 586.7908 MeV + Nucleus output particle (LAB) : neutron 134.7894 4.3411 512.0648 MeV -- 1.0583 GeV + (SCM) : neutron 134.7894 4.3411 58.4218 MeV -- 927.9778 MeV -- triggered angular ranges: - 6 [ 0.0000, -0.2000) - --- Energy Deposit - monitor : 411.97 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 90.7073 MeV - 0.449 0.5764 0.5669 1.041 0 0 - 3.519 0.973 61.89 19.29 0 0 - 0.4262 0.5326 0.5577 0.8809 0 0 - 0 0 0 0 0 0 - cal (r) : 150.056 MeV - 0.6575 1.975 11.35 82.03 0.3321 0 - 0 0.6641 4.814 47.44 0 0 - 0 0 0 0.786 0 0 - 0 0 0 0 0 0 -Event 9834 - --- Reconstructed data: - -- entry points: - left: -2.40254 5.40549 -15 cm - right: 9.8561 2.4964 -15 cm - target: 0 0 0 fm - -- the angle: 117.989 deg - -- mass of the output particle: 217.764 MeV - -- mass of the nucleus output particle: 1.29479 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 -7.6121 16.2076 130.8642 MeV -- 254.6902 MeV - (SCM) : eta -7.6121 16.2076 22.5272 MeV -- 219.6569 MeV - Nucleus output particle (LAB) : neutron 7.6121 -16.2076 599.1358 MeV -- 1.4268 GeV - (SCM) : neutron 7.6121 -16.2076 -22.5272 MeV -- 1.2951 GeV - -- triggered angular ranges: - 2 [ 0.8000, 0.6000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 556.783 keV + monitor : 534.171 keV vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 118.429 MeV - 0 0 1.436 45.51 1.198 0 - 0 0 5.263 63.68 0.9284 0 - 0 0 0.4215 0 0 0 - 0 0 0 0 0 0 - cal (r) : 136.262 MeV - 1.732 9.715 0 0 0 0 - 4.061 110.7 0.8083 0 0 0 - 4.589 2.627 1.47 0 0 0 - 0 0.5151 0 0 0 0 -Event 9952 + vc (r) : 18.8589 keV + cal (l) : 232.809 MeV + 5.584 0.2642 5.859 0.2939 0 0 + 20.89 194.8 1.675 0 0 0 + 1.47 0.8382 0.3423 0 0 0 + 0 0.7497 0 0 0 0 + cal (r) : 390.413 MeV + 0 0 1.498 0 0.2013 0 + 0 0.1556 11.92 8.616 2.098 0 + 0.3261 0 4.911 339.7 5.192 0.1387 + 0.5737 1.548 6.118 2.433 4.685 0.3184 +Event 13675 --- Reconstructed data: -- entry points: - left: 9.33026 -3.06906 -15 cm - right: 2.60776 6.36359 -15 cm + left: 11.5356 1.52658 -15 cm + right: -2.7864 1.96201 -15 cm target: 0 0 0 fm - -- the angle: 136.381 deg - -- mass of the output particle: 458.847 MeV - -- mass of the nucleus output particle: 1.05006 GeV + -- the angle: 143.398 deg + -- mass of the output particle: 535.815 MeV + -- mass of the nucleus output particle: 958.104 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 -50.3787 19.6171 191.0855 MeV -- 499.9774 MeV - (SCM) : eta -50.3787 19.6171 -28.8324 MeV -- 462.9201 MeV - Nucleus output particle (LAB) : neutron 50.3787 -19.6171 538.9145 MeV -- 1.1815 GeV - (SCM) : neutron 50.3787 -19.6171 28.8324 MeV -- 1.0518 GeV + Output particle (LAB) : eta -96.6996 17.0437 187.5578 MeV -- 576.1221 MeV + (SCM) : eta -96.6996 17.0437 -69.4440 MeV -- 549.1459 MeV + Nucleus output particle (LAB) : neutron 96.6996 -17.0437 542.4422 MeV -- 1.1054 GeV + (SCM) : neutron 96.6996 -17.0437 69.4440 MeV -- 965.6228 MeV -- triggered angular ranges: 8 [-0.4000, -0.6000) --- Energy Deposit - monitor : 634.172 keV + monitor : 502.144 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 212.164 MeV - 0 0 0 0 0 0 - 0.2423 3.486 1.298 0 0 0 - 7.724 191.7 0.687 0 0 0 - 0.4591 6.182 0.3836 0 0 0 - cal (r) : 287.814 MeV - 0 1.098 230.6 12.33 0 0 - 3.567 1.297 15.82 22.16 0 0 - 0 0.5338 0 0.3863 0 0 - 0 0 0 0 0 0 + cal (l) : 230.151 MeV + 4.438 6.717 0 0 0 0 + 62.82 114.2 0 0 0 0 + 11.48 26.13 0.6037 0 0 0 + 3.806 0 0 0 0 0 + cal (r) : 345.971 MeV + 0 0 4.381 3.798 0.419 0 + 0 0.9081 6.273 277.2 2.056 1.305 + 0 0 0.852 42.47 5.81 0 + 0 0 0.4896 0 0 0 Run terminated. Run Summary - Number of events processed : 9953, effectively: 10 - User=8.210000s Real=8.820152s Sys=0.000000s + Number of events processed : 13676, effectively: 10 + User=9.510000s Real=9.838983s Sys=0.010000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): - 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 274 ) | 0.00000000 ( 0 / 274 / 344 ) - 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 315 ) | 0.00000000 ( 0 / 315 / 383 ) - 3 [ 0.6000, 0.4000) | 0.00349650 ( 1 / 286 ) | 0.00349650 ( 1 / 286 / 359 ) - 4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 264 ) | 0.00000000 ( 0 / 264 / 336 ) - 5 [ 0.2000, 0.0000) | 0.00364964 ( 1 / 274 ) | 0.00000000 ( 0 / 274 / 348 ) - 6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 276 ) | 0.00724638 ( 2 / 276 / 344 ) - 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 283 ) | 0.00000000 ( 0 / 283 / 335 ) - 8 [-0.4000, -0.6000) | 0.00361011 ( 1 / 277 ) | 0.00000000 ( 0 / 277 / 337 ) - 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 279 ) | 0.00000000 ( 0 / 279 / 360 ) - 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 321 ) | 0.00000000 ( 0 / 321 / 384 ) + 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 336 ) | 0.00000000 ( 0 / 336 / 422 ) + 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 372 ) | 0.00000000 ( 0 / 372 / 446 ) + 3 [ 0.6000, 0.4000) | 0.00260417 ( 1 / 384 ) | 0.00260417 ( 1 / 384 / 467 ) + 4 [ 0.4000, 0.2000) | 0.00250000 ( 1 / 400 ) | 0.00000000 ( 0 / 400 / 497 ) + 5 [ 0.2000, 0.0000) | 0.00000000 ( 0 / 389 ) | 0.00000000 ( 0 / 389 / 493 ) + 6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 403 ) | 0.00000000 ( 0 / 403 / 495 ) + 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 381 ) | 0.00262467 ( 1 / 381 / 471 ) + 8 [-0.4000, -0.6000) | 0.00277778 ( 1 / 360 ) | 0.00000000 ( 0 / 360 / 446 ) + 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 366 ) | 0.00273224 ( 1 / 366 / 447 ) + 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 366 ) | 0.00000000 ( 0 / 366 / 463 ) --- False hits (edt | rec): 7 | 7 G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 16; of which, static: 3 -Dynamic pools deleted: 13 / Total memory freed: 0.85 MB +Dynamic pools deleted: 13 / Total memory freed: 0.97 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index d52f2497bf3..ba06630d81b 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -253,8 +253,8 @@ See commands in /vis/modeling/trajectories/ for other options. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1606871379 - float_seed_table[] = 0.939458 0.62324 0.465535 0.0973256 0.406636 0.289566 0.762446 0.616188 0.268306 0.178795 0.36999 0.847358 0.199686 0.353497 0.919378 0.171744 0.360638 0.609156 0.807621 0.281062 0.462247 0.400262 0.252149 0.502587 + Initial seed = 1612446729 + float_seed_table[] = 0.262669 0.582216 0.892682 0.831099 0.612249 0.729536 0.675103 0.721679 0.414743 0.60413 0.732873 0.267828 0.920257 0.300895 0.21161 0.38112 0.192683 0.177891 0.163855 0.488504 0.100146 0.399566 0.353986 0.501886 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -265,7 +265,7 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=2.060000s Real=2.096824s Sys=0.000000s + User=2.370000s Real=2.423554s Sys=0.010000s ### Run 0 (global) ended. 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -283,22 +283,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 10 +Total navigation history collections cleaned: 9 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0135 MB +Pool ID '20G4NavigationLevelRep', size : 0.0115 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.024 MB -Pool ID '7G4Track', size : 0.0471 MB +Pool ID '17G4DynamicParticle', size : 0.025 MB +Pool ID '7G4Track', size : 0.05 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15UltraOpticalHit', size : 0.00385 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.096 MB +Dynamic pools deleted: 12 / Total memory freed: 0.099 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index 2d41bc049dc..5f04d542dcb 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=6.870000s Real=7.347390s Sys=0.010000s + User=6.740000s Real=6.891389s Sys=0.000000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules @@ -202,106 +202,106 @@ Run Summary total Energy (rms/mean) visible Energy (rms/mean) - layer 1: 1.5519 MeV +- 2.598 MeV (1.7e+02 %) 161.2 keV +- 667.5 keV (4.1e+02 %) - layer 2: 1.5491 MeV +- 2.76 MeV (1.8e+02 %) 152.18 keV +- 545.3 keV (3.6e+02 %) - layer 3: 1.5335 MeV +- 2.632 MeV (1.7e+02 %) 156.99 keV +- 794 keV (5.1e+02 %) - layer 4: 1.522 MeV +- 2.255 MeV (1.5e+02 %) 159.06 keV +- 802.9 keV (5e+02 %) - layer 5: 1.537 MeV +- 2.284 MeV (1.5e+02 %) 171.46 keV +- 1.083 MeV (6.3e+02 %) - layer 6: 1.5252 MeV +- 2.408 MeV (1.6e+02 %) 154.94 keV +- 515.7 keV (3.3e+02 %) - layer 7: 1.508 MeV +- 2.047 MeV (1.4e+02 %) 151.78 keV +- 456 keV (3e+02 %) - layer 8: 1.5569 MeV +- 2.458 MeV (1.6e+02 %) 180.89 keV +- 1.081 MeV (6e+02 %) - layer 9: 1.5175 MeV +- 2.08 MeV (1.4e+02 %) 149.11 keV +- 256.5 keV (1.7e+02 %) - layer 10: 1.4992 MeV +- 2.222 MeV (1.5e+02 %) 159.03 keV +- 730.1 keV (4.6e+02 %) - layer 11: 1.4953 MeV +- 1.973 MeV (1.3e+02 %) 158.97 keV +- 745.2 keV (4.7e+02 %) - layer 12: 1.5226 MeV +- 2.172 MeV (1.4e+02 %) 163.81 keV +- 961.6 keV (5.9e+02 %) - layer 13: 1.5103 MeV +- 1.816 MeV (1.2e+02 %) 150.57 keV +- 491.9 keV (3.3e+02 %) - layer 14: 1.5171 MeV +- 1.856 MeV (1.2e+02 %) 153.37 keV +- 452.1 keV (2.9e+02 %) - layer 15: 1.5011 MeV +- 2.022 MeV (1.3e+02 %) 162.44 keV +- 695 keV (4.3e+02 %) - layer 16: 1.5154 MeV +- 1.948 MeV (1.3e+02 %) 151.68 keV +- 360.3 keV (2.4e+02 %) - layer 17: 1.5339 MeV +- 2.14 MeV (1.4e+02 %) 161.37 keV +- 653 keV (4e+02 %) - layer 18: 1.5105 MeV +- 2.199 MeV (1.5e+02 %) 161 keV +- 887.2 keV (5.5e+02 %) - layer 19: 1.5161 MeV +- 2.533 MeV (1.7e+02 %) 161.1 keV +- 763.5 keV (4.7e+02 %) - layer 20: 1.519 MeV +- 2.331 MeV (1.5e+02 %) 178.15 keV +- 1.239 MeV (7e+02 %) - layer 21: 1.5267 MeV +- 2.275 MeV (1.5e+02 %) 159.6 keV +- 943.2 keV (5.9e+02 %) - layer 22: 1.5193 MeV +- 2.04 MeV (1.3e+02 %) 157.83 keV +- 699.4 keV (4.4e+02 %) - layer 23: 1.514 MeV +- 2.057 MeV (1.4e+02 %) 153.08 keV +- 435.9 keV (2.8e+02 %) - layer 24: 1.515 MeV +- 2.239 MeV (1.5e+02 %) 152.24 keV +- 400.2 keV (2.6e+02 %) - layer 25: 1.5247 MeV +- 2.29 MeV (1.5e+02 %) 158.23 keV +- 509.8 keV (3.2e+02 %) - layer 26: 1.4886 MeV +- 1.844 MeV (1.2e+02 %) 151.55 keV +- 350.4 keV (2.3e+02 %) - layer 27: 1.4946 MeV +- 1.873 MeV (1.3e+02 %) 149.94 keV +- 606.9 keV (4e+02 %) - layer 28: 1.5343 MeV +- 2.611 MeV (1.7e+02 %) 153.51 keV +- 333.9 keV (2.2e+02 %) - layer 29: 1.5177 MeV +- 2.184 MeV (1.4e+02 %) 152.38 keV +- 611.1 keV (4e+02 %) - layer 30: 1.5025 MeV +- 2.084 MeV (1.4e+02 %) 159.42 keV +- 619.3 keV (3.9e+02 %) - layer 31: 1.5345 MeV +- 2.512 MeV (1.6e+02 %) 172.34 keV +- 1.284 MeV (7.5e+02 %) - layer 32: 1.5455 MeV +- 2.441 MeV (1.6e+02 %) 164.78 keV +- 785.1 keV (4.8e+02 %) - layer 33: 1.5649 MeV +- 2.848 MeV (1.8e+02 %) 169.04 keV +- 756.3 keV (4.5e+02 %) - layer 34: 1.5086 MeV +- 2.196 MeV (1.5e+02 %) 148.96 keV +- 351.6 keV (2.4e+02 %) - layer 35: 1.5348 MeV +- 2.336 MeV (1.5e+02 %) 167.44 keV +- 713.2 keV (4.3e+02 %) - layer 36: 1.5238 MeV +- 2.325 MeV (1.5e+02 %) 163.94 keV +- 961.2 keV (5.9e+02 %) - layer 37: 1.5269 MeV +- 2.273 MeV (1.5e+02 %) 168.92 keV +- 877.1 keV (5.2e+02 %) - layer 38: 1.5556 MeV +- 2.585 MeV (1.7e+02 %) 152.76 keV +- 741.6 keV (4.9e+02 %) - layer 39: 1.495 MeV +- 2.145 MeV (1.4e+02 %) 168.11 keV +- 1.05 MeV (6.2e+02 %) - layer 40: 1.4906 MeV +- 1.933 MeV (1.3e+02 %) 149.39 keV +- 418.4 keV (2.8e+02 %) - layer 41: 1.5041 MeV +- 2.154 MeV (1.4e+02 %) 157.89 keV +- 826 keV (5.2e+02 %) - layer 42: 1.5605 MeV +- 2.803 MeV (1.8e+02 %) 176.43 keV +- 1.284 MeV (7.3e+02 %) - layer 43: 1.5142 MeV +- 2.221 MeV (1.5e+02 %) 156.87 keV +- 539.2 keV (3.4e+02 %) - layer 44: 1.4932 MeV +- 2.018 MeV (1.4e+02 %) 162.76 keV +- 1.145 MeV (7e+02 %) - layer 45: 1.5379 MeV +- 2.478 MeV (1.6e+02 %) 169.57 keV +- 978.8 keV (5.8e+02 %) - layer 46: 1.5189 MeV +- 2.342 MeV (1.5e+02 %) 150.39 keV +- 463.8 keV (3.1e+02 %) - layer 47: 1.5734 MeV +- 2.737 MeV (1.7e+02 %) 165.56 keV +- 858.9 keV (5.2e+02 %) - layer 48: 1.5444 MeV +- 2.431 MeV (1.6e+02 %) 162.51 keV +- 1.027 MeV (6.3e+02 %) - layer 49: 1.5027 MeV +- 2.084 MeV (1.4e+02 %) 149.37 keV +- 340.8 keV (2.3e+02 %) - layer 50: 1.5209 MeV +- 2.167 MeV (1.4e+02 %) 163.38 keV +- 765.7 keV (4.7e+02 %) - layer 51: 1.5264 MeV +- 2.375 MeV (1.6e+02 %) 170.42 keV +- 940.5 keV (5.5e+02 %) - layer 52: 1.5051 MeV +- 2.256 MeV (1.5e+02 %) 163.15 keV +- 734.6 keV (4.5e+02 %) - layer 53: 1.5356 MeV +- 2.083 MeV (1.4e+02 %) 147.5 keV +- 471 keV (3.2e+02 %) - layer 54: 1.5085 MeV +- 1.993 MeV (1.3e+02 %) 154.71 keV +- 447.8 keV (2.9e+02 %) - layer 55: 1.5343 MeV +- 2.37 MeV (1.5e+02 %) 156.87 keV +- 573 keV (3.7e+02 %) - layer 56: 1.5399 MeV +- 2.438 MeV (1.6e+02 %) 160.06 keV +- 652.1 keV (4.1e+02 %) - layer 57: 1.5367 MeV +- 2.452 MeV (1.6e+02 %) 162.09 keV +- 939.1 keV (5.8e+02 %) - layer 58: 1.5231 MeV +- 2.372 MeV (1.6e+02 %) 154.97 keV +- 482.9 keV (3.1e+02 %) - layer 59: 1.5298 MeV +- 2.272 MeV (1.5e+02 %) 171.43 keV +- 1.132 MeV (6.6e+02 %) - layer 60: 1.539 MeV +- 2.44 MeV (1.6e+02 %) 162.38 keV +- 945.9 keV (5.8e+02 %) - layer 61: 1.5069 MeV +- 2.151 MeV (1.4e+02 %) 149.07 keV +- 353.2 keV (2.4e+02 %) - layer 62: 1.5052 MeV +- 1.982 MeV (1.3e+02 %) 150.47 keV +- 378.8 keV (2.5e+02 %) - layer 63: 1.486 MeV +- 1.787 MeV (1.2e+02 %) 151.55 keV +- 355.7 keV (2.3e+02 %) - layer 64: 1.486 MeV +- 1.835 MeV (1.2e+02 %) 160.44 keV +- 622.5 keV (3.9e+02 %) - layer 65: 1.5208 MeV +- 2.452 MeV (1.6e+02 %) 161.63 keV +- 1.016 MeV (6.3e+02 %) - layer 66: 1.4986 MeV +- 1.918 MeV (1.3e+02 %) 166.07 keV +- 765.8 keV (4.6e+02 %) - layer 67: 1.4915 MeV +- 2.026 MeV (1.4e+02 %) 147.29 keV +- 300.3 keV (2e+02 %) - layer 68: 1.5201 MeV +- 2.363 MeV (1.6e+02 %) 158.54 keV +- 743.9 keV (4.7e+02 %) - layer 69: 1.5304 MeV +- 2.368 MeV (1.5e+02 %) 169.13 keV +- 754.2 keV (4.5e+02 %) - layer 70: 1.5595 MeV +- 2.442 MeV (1.6e+02 %) 156.01 keV +- 516.9 keV (3.3e+02 %) - layer 71: 1.5109 MeV +- 2.042 MeV (1.4e+02 %) 154.37 keV +- 466.6 keV (3e+02 %) - layer 72: 1.4949 MeV +- 2.13 MeV (1.4e+02 %) 156.56 keV +- 714.5 keV (4.6e+02 %) - layer 73: 1.5168 MeV +- 2.024 MeV (1.3e+02 %) 155.48 keV +- 503.9 keV (3.2e+02 %) - layer 74: 1.4984 MeV +- 2.048 MeV (1.4e+02 %) 172.7 keV +- 1.002 MeV (5.8e+02 %) - layer 75: 1.5383 MeV +- 2.327 MeV (1.5e+02 %) 158.66 keV +- 989.1 keV (6.2e+02 %) - layer 76: 1.5288 MeV +- 2.375 MeV (1.6e+02 %) 149.51 keV +- 437 keV (2.9e+02 %) - layer 77: 1.5302 MeV +- 2.163 MeV (1.4e+02 %) 167.14 keV +- 809.9 keV (4.8e+02 %) - layer 78: 1.4965 MeV +- 2.026 MeV (1.4e+02 %) 160.58 keV +- 687.3 keV (4.3e+02 %) - layer 79: 1.5433 MeV +- 2.122 MeV (1.4e+02 %) 148.23 keV +- 318.7 keV (2.2e+02 %) - layer 80: 1.5131 MeV +- 2.121 MeV (1.4e+02 %) 152.18 keV +- 332.3 keV (2.2e+02 %) - layer 81: 1.5003 MeV +- 2.307 MeV (1.5e+02 %) 156.09 keV +- 626.6 keV (4e+02 %) - layer 82: 1.4789 MeV +- 1.778 MeV (1.2e+02 %) 160.86 keV +- 646 keV (4e+02 %) - layer 83: 1.5234 MeV +- 2.224 MeV (1.5e+02 %) 150.58 keV +- 356.3 keV (2.4e+02 %) - layer 84: 1.4924 MeV +- 1.928 MeV (1.3e+02 %) 160.44 keV +- 801.1 keV (5e+02 %) - layer 85: 1.5111 MeV +- 2.037 MeV (1.3e+02 %) 153.24 keV +- 343.8 keV (2.2e+02 %) - layer 86: 1.4823 MeV +- 1.747 MeV (1.2e+02 %) 153.24 keV +- 596 keV (3.9e+02 %) - layer 87: 1.4995 MeV +- 1.898 MeV (1.3e+02 %) 157.93 keV +- 470.3 keV (3e+02 %) - layer 88: 1.5018 MeV +- 2.01 MeV (1.3e+02 %) 159.38 keV +- 703.1 keV (4.4e+02 %) - layer 89: 1.5183 MeV +- 2.236 MeV (1.5e+02 %) 161.45 keV +- 707.2 keV (4.4e+02 %) - layer 90: 1.4782 MeV +- 1.709 MeV (1.2e+02 %) 152.32 keV +- 449.1 keV (2.9e+02 %) - - total calor : 149.17 MeV +- 21.61 MeV ( 14 %) 14.302 MeV +- 6.869 MeV ( 48 %) + layer 1: 1.5508 MeV +- 2.69 MeV (1.7e+02 %) 156.35 keV +- 562.9 keV (3.6e+02 %) + layer 2: 1.5289 MeV +- 2.393 MeV (1.6e+02 %) 156.19 keV +- 591.1 keV (3.8e+02 %) + layer 3: 1.5557 MeV +- 2.591 MeV (1.7e+02 %) 162.19 keV +- 908.3 keV (5.6e+02 %) + layer 4: 1.5666 MeV +- 2.757 MeV (1.8e+02 %) 161.07 keV +- 766.7 keV (4.8e+02 %) + layer 5: 1.5664 MeV +- 2.845 MeV (1.8e+02 %) 171.62 keV +- 1.277 MeV (7.4e+02 %) + layer 6: 1.5135 MeV +- 2.211 MeV (1.5e+02 %) 155.41 keV +- 627 keV (4e+02 %) + layer 7: 1.4965 MeV +- 2.033 MeV (1.4e+02 %) 150.95 keV +- 558.4 keV (3.7e+02 %) + layer 8: 1.486 MeV +- 1.674 MeV (1.1e+02 %) 156.96 keV +- 486.3 keV (3.1e+02 %) + layer 9: 1.5342 MeV +- 2.526 MeV (1.6e+02 %) 166.25 keV +- 690.8 keV (4.2e+02 %) + layer 10: 1.5147 MeV +- 2.162 MeV (1.4e+02 %) 159.25 keV +- 632.6 keV (4e+02 %) + layer 11: 1.5277 MeV +- 2.071 MeV (1.4e+02 %) 160.17 keV +- 616.2 keV (3.8e+02 %) + layer 12: 1.5055 MeV +- 2.012 MeV (1.3e+02 %) 153.68 keV +- 466 keV (3e+02 %) + layer 13: 1.5389 MeV +- 2.335 MeV (1.5e+02 %) 148.16 keV +- 335.8 keV (2.3e+02 %) + layer 14: 1.5262 MeV +- 2.289 MeV (1.5e+02 %) 149.94 keV +- 357.9 keV (2.4e+02 %) + layer 15: 1.5514 MeV +- 2.475 MeV (1.6e+02 %) 160.34 keV +- 686.2 keV (4.3e+02 %) + layer 16: 1.5002 MeV +- 2.031 MeV (1.4e+02 %) 160.8 keV +- 816.3 keV (5.1e+02 %) + layer 17: 1.5181 MeV +- 2.3 MeV (1.5e+02 %) 161.81 keV +- 687.5 keV (4.2e+02 %) + layer 18: 1.5208 MeV +- 2.133 MeV (1.4e+02 %) 149.24 keV +- 352 keV (2.4e+02 %) + layer 19: 1.4829 MeV +- 2 MeV (1.3e+02 %) 158.19 keV +- 784.3 keV (5e+02 %) + layer 20: 1.4784 MeV +- 1.956 MeV (1.3e+02 %) 161.71 keV +- 779.7 keV (4.8e+02 %) + layer 21: 1.5142 MeV +- 1.969 MeV (1.3e+02 %) 153.58 keV +- 623.7 keV (4.1e+02 %) + layer 22: 1.5313 MeV +- 2.372 MeV (1.5e+02 %) 158.96 keV +- 1.027 MeV (6.5e+02 %) + layer 23: 1.5151 MeV +- 2.052 MeV (1.4e+02 %) 148.51 keV +- 555 keV (3.7e+02 %) + layer 24: 1.502 MeV +- 1.811 MeV (1.2e+02 %) 148.73 keV +- 310.2 keV (2.1e+02 %) + layer 25: 1.5397 MeV +- 2.522 MeV (1.6e+02 %) 161.68 keV +- 738 keV (4.6e+02 %) + layer 26: 1.5223 MeV +- 2.301 MeV (1.5e+02 %) 154.53 keV +- 467.8 keV (3e+02 %) + layer 27: 1.5161 MeV +- 2.288 MeV (1.5e+02 %) 162.98 keV +- 1.096 MeV (6.7e+02 %) + layer 28: 1.5495 MeV +- 2.479 MeV (1.6e+02 %) 151.65 keV +- 372.4 keV (2.5e+02 %) + layer 29: 1.5563 MeV +- 2.577 MeV (1.7e+02 %) 157.03 keV +- 631.1 keV (4e+02 %) + layer 30: 1.5536 MeV +- 2.439 MeV (1.6e+02 %) 160.37 keV +- 663.7 keV (4.1e+02 %) + layer 31: 1.5185 MeV +- 2.348 MeV (1.5e+02 %) 158.95 keV +- 838.2 keV (5.3e+02 %) + layer 32: 1.5119 MeV +- 2.254 MeV (1.5e+02 %) 168.3 keV +- 916.9 keV (5.4e+02 %) + layer 33: 1.5364 MeV +- 2.475 MeV (1.6e+02 %) 152.38 keV +- 464.2 keV (3e+02 %) + layer 34: 1.5171 MeV +- 2.005 MeV (1.3e+02 %) 157.01 keV +- 671.5 keV (4.3e+02 %) + layer 35: 1.5646 MeV +- 2.573 MeV (1.6e+02 %) 158.25 keV +- 591.3 keV (3.7e+02 %) + layer 36: 1.5258 MeV +- 2.41 MeV (1.6e+02 %) 159.55 keV +- 615.2 keV (3.9e+02 %) + layer 37: 1.5511 MeV +- 2.3 MeV (1.5e+02 %) 165.54 keV +- 947.7 keV (5.7e+02 %) + layer 38: 1.4941 MeV +- 1.952 MeV (1.3e+02 %) 154.35 keV +- 742.8 keV (4.8e+02 %) + layer 39: 1.5384 MeV +- 2.549 MeV (1.7e+02 %) 172.61 keV +- 1.124 MeV (6.5e+02 %) + layer 40: 1.5093 MeV +- 2.136 MeV (1.4e+02 %) 154.45 keV +- 545 keV (3.5e+02 %) + layer 41: 1.498 MeV +- 2.056 MeV (1.4e+02 %) 172.96 keV +- 1.125 MeV (6.5e+02 %) + layer 42: 1.5057 MeV +- 2.2 MeV (1.5e+02 %) 164.89 keV +- 901.1 keV (5.5e+02 %) + layer 43: 1.5453 MeV +- 2.377 MeV (1.5e+02 %) 156.21 keV +- 520.8 keV (3.3e+02 %) + layer 44: 1.5199 MeV +- 2.255 MeV (1.5e+02 %) 167.19 keV +- 973.9 keV (5.8e+02 %) + layer 45: 1.5438 MeV +- 2.378 MeV (1.5e+02 %) 165.1 keV +- 737.7 keV (4.5e+02 %) + layer 46: 1.5195 MeV +- 2.232 MeV (1.5e+02 %) 160.48 keV +- 699.8 keV (4.4e+02 %) + layer 47: 1.5114 MeV +- 1.929 MeV (1.3e+02 %) 156.62 keV +- 784.9 keV (5e+02 %) + layer 48: 1.548 MeV +- 2.54 MeV (1.6e+02 %) 169.11 keV +- 1.008 MeV (6e+02 %) + layer 49: 1.5218 MeV +- 2.266 MeV (1.5e+02 %) 152.86 keV +- 544 keV (3.6e+02 %) + layer 50: 1.5364 MeV +- 2.399 MeV (1.6e+02 %) 148.25 keV +- 455.2 keV (3.1e+02 %) + layer 51: 1.5323 MeV +- 2.525 MeV (1.6e+02 %) 161.74 keV +- 751.8 keV (4.6e+02 %) + layer 52: 1.5506 MeV +- 2.696 MeV (1.7e+02 %) 162.55 keV +- 666.4 keV (4.1e+02 %) + layer 53: 1.5114 MeV +- 2.271 MeV (1.5e+02 %) 156.36 keV +- 675.8 keV (4.3e+02 %) + layer 54: 1.4903 MeV +- 1.705 MeV (1.1e+02 %) 153.12 keV +- 451.6 keV (2.9e+02 %) + layer 55: 1.5098 MeV +- 2.123 MeV (1.4e+02 %) 152.19 keV +- 365.7 keV (2.4e+02 %) + layer 56: 1.5258 MeV +- 2.154 MeV (1.4e+02 %) 156.68 keV +- 555.5 keV (3.5e+02 %) + layer 57: 1.5323 MeV +- 2.116 MeV (1.4e+02 %) 161.62 keV +- 784.2 keV (4.9e+02 %) + layer 58: 1.5085 MeV +- 2.179 MeV (1.4e+02 %) 155.54 keV +- 716.9 keV (4.6e+02 %) + layer 59: 1.5132 MeV +- 2.083 MeV (1.4e+02 %) 155.11 keV +- 645.5 keV (4.2e+02 %) + layer 60: 1.5083 MeV +- 2.114 MeV (1.4e+02 %) 153.15 keV +- 489 keV (3.2e+02 %) + layer 61: 1.5001 MeV +- 1.947 MeV (1.3e+02 %) 155.52 keV +- 450.7 keV (2.9e+02 %) + layer 62: 1.5226 MeV +- 2.371 MeV (1.6e+02 %) 151.2 keV +- 639.9 keV (4.2e+02 %) + layer 63: 1.4871 MeV +- 1.9 MeV (1.3e+02 %) 158.97 keV +- 686.5 keV (4.3e+02 %) + layer 64: 1.525 MeV +- 2.203 MeV (1.4e+02 %) 151.31 keV +- 364 keV (2.4e+02 %) + layer 65: 1.5251 MeV +- 2.174 MeV (1.4e+02 %) 165.36 keV +- 752.5 keV (4.6e+02 %) + layer 66: 1.5155 MeV +- 2.276 MeV (1.5e+02 %) 165.28 keV +- 910.9 keV (5.5e+02 %) + layer 67: 1.5484 MeV +- 2.521 MeV (1.6e+02 %) 153.7 keV +- 469.8 keV (3.1e+02 %) + layer 68: 1.5344 MeV +- 2.39 MeV (1.6e+02 %) 175.1 keV +- 1.072 MeV (6.1e+02 %) + layer 69: 1.5053 MeV +- 2.267 MeV (1.5e+02 %) 160.33 keV +- 681.3 keV (4.2e+02 %) + layer 70: 1.5524 MeV +- 2.521 MeV (1.6e+02 %) 156.32 keV +- 537.7 keV (3.4e+02 %) + layer 71: 1.5188 MeV +- 2.193 MeV (1.4e+02 %) 165.24 keV +- 813.5 keV (4.9e+02 %) + layer 72: 1.5033 MeV +- 1.865 MeV (1.2e+02 %) 154.21 keV +- 448.4 keV (2.9e+02 %) + layer 73: 1.4944 MeV +- 1.985 MeV (1.3e+02 %) 155.37 keV +- 557.9 keV (3.6e+02 %) + layer 74: 1.4685 MeV +- 1.593 MeV (1.1e+02 %) 152.02 keV +- 424.9 keV (2.8e+02 %) + layer 75: 1.544 MeV +- 2.223 MeV (1.4e+02 %) 183.62 keV +- 1.319 MeV (7.2e+02 %) + layer 76: 1.4886 MeV +- 1.782 MeV (1.2e+02 %) 158.08 keV +- 686.9 keV (4.3e+02 %) + layer 77: 1.5473 MeV +- 2.242 MeV (1.4e+02 %) 171.72 keV +- 901.3 keV (5.2e+02 %) + layer 78: 1.5025 MeV +- 2.003 MeV (1.3e+02 %) 169.16 keV +- 838.8 keV (5e+02 %) + layer 79: 1.5382 MeV +- 2.402 MeV (1.6e+02 %) 154.96 keV +- 848.1 keV (5.5e+02 %) + layer 80: 1.5218 MeV +- 2.285 MeV (1.5e+02 %) 164.31 keV +- 580.6 keV (3.5e+02 %) + layer 81: 1.5227 MeV +- 2.325 MeV (1.5e+02 %) 161.52 keV +- 953.7 keV (5.9e+02 %) + layer 82: 1.4884 MeV +- 1.886 MeV (1.3e+02 %) 151.25 keV +- 358.1 keV (2.4e+02 %) + layer 83: 1.5611 MeV +- 2.525 MeV (1.6e+02 %) 150.44 keV +- 682.4 keV (4.5e+02 %) + layer 84: 1.5163 MeV +- 2.175 MeV (1.4e+02 %) 164.31 keV +- 845.3 keV (5.1e+02 %) + layer 85: 1.4761 MeV +- 1.591 MeV (1.1e+02 %) 157.99 keV +- 564.6 keV (3.6e+02 %) + layer 86: 1.5181 MeV +- 1.922 MeV (1.3e+02 %) 158.79 keV +- 653.8 keV (4.1e+02 %) + layer 87: 1.5137 MeV +- 2.253 MeV (1.5e+02 %) 167.04 keV +- 927.1 keV (5.6e+02 %) + layer 88: 1.5165 MeV +- 1.881 MeV (1.2e+02 %) 159.1 keV +- 647.4 keV (4.1e+02 %) + layer 89: 1.5052 MeV +- 2.1 MeV (1.4e+02 %) 165.94 keV +- 842.6 keV (5.1e+02 %) + layer 90: 1.5036 MeV +- 2.048 MeV (1.4e+02 %) 150 keV +- 372.1 keV (2.5e+02 %) + + total calor : 149.4 MeV +- 21.8 MeV ( 15 %) 14.31 MeV +- 6.794 MeV ( 47 %) ------------------------------------------------------------ - Leakage : 850.83 MeV +- 21.61 MeV + Leakage : 850.6 MeV +- 21.8 MeV Eleak/Ebeam =85.1 % ( forward =85.1 % backward = 0 % lateral = 0 %) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1287339941, 160147517 + Current couple of seeds = 1486711846, 115419582 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index 13d773ce889..347144d2386 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 e483fa10a98..77db253f2df 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -956,7 +956,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=17.690000s Real=18.415288s Sys=0.000000s + User=15.780000s Real=16.358217s Sys=0.010000s ### Run 0 end. ... write file : ccal.root - done ... close file : ccal.root - done @@ -972,23 +972,23 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 52 +Total navigation history collections cleaned: 51 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0769 MB +Pool ID '20G4NavigationLevelRep', size : 0.0759 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.0567 MB -Pool ID '7G4Track', size : 0.113 MB -Pool ID '18G4TouchableHistory', size : 0.00673 MB +Pool ID '17G4DynamicParticle', size : 0.111 MB +Pool ID '7G4Track', size : 0.22 MB +Pool ID '18G4TouchableHistory', size : 0.00577 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '17G4ReactionProduct', size : 0.0135 MB -Pool ID '10G4Fragment', size : 0.00481 MB +Pool ID '17G4ReactionProduct', size : 0.0144 MB +Pool ID '10G4Fragment', size : 0.00577 MB Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.28 MB +Dynamic pools deleted: 13 / Total memory freed: 0.44 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/eRosita/TrackerPhotonEnergy.out b/examples/advanced/eRosita/TrackerPhotonEnergy.out index a7f1dd4f7bc..7dba8945b96 100644 --- a/examples/advanced/eRosita/TrackerPhotonEnergy.out +++ b/examples/advanced/eRosita/TrackerPhotonEnergy.out @@ -1,31 +1,42 @@ -0.00257852 -0.0381311 -0.0430097 -0.08542 -0.0669049 -0.0704032 -0.0735815 -0.060237 -0.0455586 -0.038144 -0.0334445 -0.00814799 -0.0383568 -0.0392975 -0.0537235 -0.0733877 -0.0894659 -0.0800805 -0.122537 -0.0665959 -0.132245 -0.0216388 -0.0441139 -0.0711842 -0.0786428 -0.00658416 -0.00480005 -0.00812528 -0.0743474 -0.0806116 -0.00835588 +0.102054 +0.0693703 +0.0664721 +0.0753301 +0.00764178 +0.0893407 +0.0644211 +0.0827408 +0.0937174 +0.0809442 +0.0614875 +0.0722825 +0.079557 +0.129524 +0.0313974 +0.0438175 +0.0958102 +0.0541895 +0.0557067 +0.139514 +0.0118613 +0.0585896 +0.0367565 +0.0602155 +0.0534311 +0.0483238 +0.105154 +0.000828162 +0.00152534 +0.0359019 +0.0359019 +0.00372687 +0.0271057 +0.0844591 +0.101218 +0.127563 +0.044721 +0.0395376 +0.00533344 +0.00667947 +0.0740221 +0.0537061 diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index 6fda85edaa9..920d7111e89 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -200,4 +200,4 @@ Index : 2 used in the geometry : Yes ---- eRosita event counter: 9000 ---- eRosita event counter: 10000 --- Run 00 ends (Number of events = 10000). - User=35.220000s Real=37.440691s Sys=0.010000s + User=30.760000s Real=31.940029s Sys=0.020000s diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index abb1e80558d..13552340558 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -522,8 +522,8 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006960s Sys=0.000000s - User TOT = 0 Real TOT = 0.00733179 + User=0.000000s Real=0.002605s Sys=0.000000s + User TOT = 0 Real TOT = 0.0116335 Summary of Run 0 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -595,8 +595,8 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002200s Sys=0.000000s - User TOT = 0 Real TOT = 0.00963704 + User=0.000000s Real=0.019984s Sys=0.000000s + User TOT = 0 Real TOT = 0.0317787 Summary of Run 1 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -668,8 +668,8 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001775s Sys=0.000000s - User TOT = 0 Real TOT = 0.0115198 + User=0.000000s Real=0.050225s Sys=0.010000s + User TOT = 0 Real TOT = 0.0821521 Summary of Run 2 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -741,8 +741,8 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.005383s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0170147 + User=0.000000s Real=0.010036s Sys=0.000000s + User TOT = 0 Real TOT = 0.0923136 Summary of Run 3 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -814,8 +814,8 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013973s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0312556 + User=0.000000s Real=0.007731s Sys=0.000000s + User TOT = 0 Real TOT = 0.100174 Summary of Run 4 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -887,8 +887,8 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003917s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0352959 + User=0.000000s Real=0.016802s Sys=0.000000s + User TOT = 0 Real TOT = 0.117112 Summary of Run 5 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -960,8 +960,8 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003446s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0388774 + User=0.000000s Real=0.016795s Sys=0.000000s + User TOT = 0 Real TOT = 0.134045 Summary of Run 6 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1033,8 +1033,8 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.016781s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0557809 + User=0.000000s Real=0.020986s Sys=0.000000s + User TOT = 0 Real TOT = 0.155146 Summary of Run 7 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1106,8 +1106,8 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032575s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0885025 + User=0.000000s Real=0.011010s Sys=0.010000s + User TOT = 0 Real TOT = 0.166269 Summary of Run 8 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1179,8 +1179,8 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004125s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0927535 + User=0.000000s Real=0.002448s Sys=0.000000s + User TOT = 0 Real TOT = 0.168855 Summary of Run 9 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1252,8 +1252,8 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.016861s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.109737 + User=0.000000s Real=0.006270s Sys=0.000000s + User TOT = 0 Real TOT = 0.17524 Summary of Run 10 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1325,8 +1325,8 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004974s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.114833 + User=0.010000s Real=0.054600s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.229971 Summary of Run 11 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1398,8 +1398,8 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001948s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.116903 + User=0.000000s Real=0.004714s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.234802 Summary of Run 12 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1471,8 +1471,8 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009612s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.126648 + User=0.000000s Real=0.060406s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.29534 Summary of Run 13 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1544,8 +1544,8 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.026794s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.153579 + User=0.000000s Real=0.002106s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.297575 Summary of Run 14 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1617,8 +1617,8 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002603s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.156295 + User=0.010000s Real=0.001782s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.299462 Summary of Run 15 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1690,8 +1690,8 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002853s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.159247 + User=0.000000s Real=0.001926s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.301489 Summary of Run 16 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1763,8 +1763,8 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003896s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.163255 + User=0.000000s Real=0.007387s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.308989 Summary of Run 17 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1836,8 +1836,8 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004146s Sys=0.010000s - User TOT = 0.05 Real TOT = 0.167542 + User=0.000000s Real=0.002084s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.311186 Summary of Run 18 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1909,8 +1909,8 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.037039s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.204701 + User=0.000000s Real=0.004875s Sys=0.010000s + User TOT = 0.02 Real TOT = 0.316175 Summary of Run 19 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1982,8 +1982,8 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.070077s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.274912 + User=0.000000s Real=0.010841s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.327399 Summary of Run 20 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2055,8 +2055,8 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.011001s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.286038 + User=0.010000s Real=0.027498s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.355032 Summary of Run 21 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2128,8 +2128,8 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.051872s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.338047 + User=0.000000s Real=0.027631s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.38279 Summary of Run 22 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2201,8 +2201,8 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020493s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.360663 + User=0.000000s Real=0.001526s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.384448 Summary of Run 23 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2274,8 +2274,8 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008450s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.369245 + User=0.000000s Real=0.017064s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.401629 Summary of Run 24 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2347,8 +2347,8 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.035436s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.405049 + User=0.010000s Real=0.081357s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.483115 Summary of Run 25 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2420,8 +2420,8 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002215s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.407389 + User=0.000000s Real=0.007878s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.49115 Summary of Run 26 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2493,8 +2493,8 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.012793s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.42029 + User=0.000000s Real=0.059139s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.551311 Summary of Run 27 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2566,8 +2566,8 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001966s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.422437 + User=0.000000s Real=0.047316s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.598775 Summary of Run 28 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2639,8 +2639,8 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003780s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.426332 + User=0.000000s Real=0.059146s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.658053 Summary of Run 29 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2712,8 +2712,8 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001877s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.428321 + User=0.000000s Real=0.017067s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.675441 Summary of Run 30 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2785,8 +2785,8 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001941s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.430394 + User=0.000000s Real=0.043762s Sys=0.010000s + User TOT = 0.04 Real TOT = 0.719331 Summary of Run 31 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2858,8 +2858,8 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002307s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.432824 + User=0.000000s Real=0.078249s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.797737 Summary of Run 32 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2931,8 +2931,8 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002771s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.435709 + User=0.010000s Real=0.016921s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.815513 Summary of Run 33 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3004,8 +3004,8 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002167s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.437999 + User=0.000000s Real=0.040216s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.856227 Summary of Run 34 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3077,8 +3077,8 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.010486s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.448603 + User=0.000000s Real=0.019324s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.875703 Summary of Run 35 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3150,8 +3150,8 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003921s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.45266 + User=0.010000s Real=0.066811s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.942649 Summary of Run 36 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3223,8 +3223,8 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004596s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.457373 + User=0.000000s Real=0.004072s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.946847 Summary of Run 37 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3296,8 +3296,8 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002233s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.459717 + User=0.000000s Real=0.001659s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.948702 Summary of Run 38 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3369,8 +3369,8 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016460s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.476299 + User=0.000000s Real=0.018259s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.967082 Summary of Run 39 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3442,8 +3442,8 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002102s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.478527 + User=0.010000s Real=0.032794s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.999997 Summary of Run 40 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3515,8 +3515,8 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.012311s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.490967 + User=0.000000s Real=0.021271s Sys=0.000000s + User TOT = 0.07 Real TOT = 1.02143 Summary of Run 41 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3588,8 +3588,8 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002685s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.49376 + User=0.000000s Real=0.044562s Sys=0.000000s + User TOT = 0.07 Real TOT = 1.06613 Summary of Run 42 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3661,8 +3661,8 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.023263s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.517164 + User=0.010000s Real=0.071236s Sys=0.000000s + User TOT = 0.08 Real TOT = 1.13753 Summary of Run 43 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3734,8 +3734,8 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004152s Sys=0.010000s - User TOT = 0.09 Real TOT = 0.521678 + User=0.000000s Real=0.026193s Sys=0.010000s + User TOT = 0.08 Real TOT = 1.16387 Summary of Run 44 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3807,8 +3807,8 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002147s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.523952 + User=0.000000s Real=0.010292s Sys=0.000000s + User TOT = 0.08 Real TOT = 1.17431 Summary of Run 45 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3880,8 +3880,8 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005103s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.529168 + User=0.000000s Real=0.009973s Sys=0.000000s + User TOT = 0.08 Real TOT = 1.18442 Summary of Run 46 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3953,8 +3953,8 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.036226s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.565537 + User=0.000000s Real=0.005129s Sys=0.000000s + User TOT = 0.08 Real TOT = 1.18968 Summary of Run 47 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4026,8 +4026,8 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002926s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.56857 + User=0.000000s Real=0.001823s Sys=0.000000s + User TOT = 0.08 Real TOT = 1.19163 Summary of Run 48 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4099,8 +4099,8 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.057923s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.62662 + User=0.010000s Real=0.009564s Sys=0.000000s + User TOT = 0.09 Real TOT = 1.20131 Summary of Run 49 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4172,8 +4172,8 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.010841s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.637577 + User=0.000000s Real=0.014906s Sys=0.000000s + User TOT = 0.09 Real TOT = 1.21635 Summary of Run 50 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4245,8 +4245,8 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003782s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.641489 + User=0.000000s Real=0.033771s Sys=0.000000s + User TOT = 0.09 Real TOT = 1.25025 Summary of Run 51 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4318,8 +4318,8 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003067s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.651144 + User=0.010000s Real=0.011131s Sys=0.000000s + User TOT = 0.1 Real TOT = 1.26201 Summary of Run 52 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4391,8 +4391,8 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015359s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.666635 + User=0.000000s Real=0.039369s Sys=0.000000s + User TOT = 0.1 Real TOT = 1.30152 Summary of Run 53 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4464,8 +4464,8 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004493s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.671249 + User=0.000000s Real=0.033629s Sys=0.000000s + User TOT = 0.1 Real TOT = 1.33529 Summary of Run 54 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4537,8 +4537,8 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003359s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.674728 + User=0.010000s Real=0.026052s Sys=0.000000s + User TOT = 0.11 Real TOT = 1.36149 Summary of Run 55 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4610,8 +4610,8 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.012998s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.687844 + User=0.000000s Real=0.031002s Sys=0.000000s + User TOT = 0.11 Real TOT = 1.39264 Summary of Run 56 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4683,8 +4683,8 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017189s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.705162 + User=0.000000s Real=0.009470s Sys=0.000000s + User TOT = 0.11 Real TOT = 1.40225 Summary of Run 57 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4756,8 +4756,8 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003644s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.70892 + User=0.010000s Real=0.010945s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.41333 Summary of Run 58 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4829,8 +4829,8 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021924s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.730979 + User=0.000000s Real=0.023977s Sys=0.010000s + User TOT = 0.12 Real TOT = 1.43744 Summary of Run 59 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4902,8 +4902,8 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001974s Sys=0.010000s - User TOT = 0.12 Real TOT = 0.733069 + User=0.000000s Real=0.111890s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.54951 Summary of Run 60 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4975,8 +4975,8 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001859s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.735028 + User=0.000000s Real=0.001951s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.5516 Summary of Run 61 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5048,8 +5048,8 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002030s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.737161 + User=0.000000s Real=0.002597s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.5543 Summary of Run 62 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5121,8 +5121,8 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.026251s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.763523 + User=0.000000s Real=0.002284s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.5567 Summary of Run 63 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5194,8 +5194,8 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002283s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.765929 + User=0.000000s Real=0.001405s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.55821 Summary of Run 64 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5267,8 +5267,8 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004020s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.77007 + User=0.000000s Real=0.001248s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.55955 Summary of Run 65 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5340,8 +5340,8 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002185s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.772358 + User=0.000000s Real=0.001553s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.5612 Summary of Run 66 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5413,8 +5413,8 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015374s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.787852 + User=0.000000s Real=0.001392s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.56268 Summary of Run 67 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5486,8 +5486,8 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004239s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.792207 + User=0.000000s Real=0.001703s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.56448 Summary of Run 68 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5559,8 +5559,8 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002888s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.795204 + User=0.000000s Real=0.001432s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.566 Summary of Run 69 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5632,8 +5632,8 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001805s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.797108 + User=0.000000s Real=0.010068s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.57633 Summary of Run 70 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5705,8 +5705,8 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005321s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.802538 + User=0.000000s Real=0.039849s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.61807 Summary of Run 71 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5778,8 +5778,8 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003119s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.805768 + User=0.000000s Real=0.024060s Sys=0.000000s + User TOT = 0.12 Real TOT = 1.64224 Summary of Run 72 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5851,8 +5851,8 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001733s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.807621 + User=0.010000s Real=0.024925s Sys=0.000000s + User TOT = 0.13 Real TOT = 1.6673 Summary of Run 73 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5924,8 +5924,8 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002148s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.809873 + User=0.000000s Real=0.012765s Sys=0.000000s + User TOT = 0.13 Real TOT = 1.68021 Summary of Run 74 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5997,8 +5997,8 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003511s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.813491 + User=0.000000s Real=0.012727s Sys=0.000000s + User TOT = 0.13 Real TOT = 1.69307 Summary of Run 75 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6070,8 +6070,8 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003059s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.816651 + User=0.010000s Real=0.036318s Sys=0.000000s + User TOT = 0.14 Real TOT = 1.72954 Summary of Run 76 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6143,8 +6143,8 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032792s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.84956 + User=0.000000s Real=0.025238s Sys=0.000000s + User TOT = 0.14 Real TOT = 1.75704 Summary of Run 77 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6216,8 +6216,8 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008983s Sys=0.010000s - User TOT = 0.16 Real TOT = 0.858658 + User=0.000000s Real=0.015850s Sys=0.010000s + User TOT = 0.14 Real TOT = 1.77305 Summary of Run 78 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6289,8 +6289,8 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002587s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.861371 + User=0.000000s Real=0.036174s Sys=0.000000s + User TOT = 0.14 Real TOT = 1.80936 Summary of Run 79 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6362,8 +6362,8 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002539s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.86402 + User=0.010000s Real=0.021875s Sys=0.000000s + User TOT = 0.15 Real TOT = 1.83136 Summary of Run 80 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6435,8 +6435,8 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003378s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.867501 + User=0.000000s Real=0.002285s Sys=0.000000s + User TOT = 0.15 Real TOT = 1.83376 Summary of Run 81 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6508,8 +6508,8 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001659s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.869285 + User=0.000000s Real=0.025168s Sys=0.000000s + User TOT = 0.15 Real TOT = 1.85909 Summary of Run 82 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6581,8 +6581,8 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002498s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.871907 + User=0.000000s Real=0.009710s Sys=0.000000s + User TOT = 0.15 Real TOT = 1.86893 Summary of Run 83 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6654,8 +6654,8 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001844s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.873857 + User=0.010000s Real=0.034244s Sys=0.000000s + User TOT = 0.16 Real TOT = 1.90329 Summary of Run 84 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6727,8 +6727,8 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.076840s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.950841 + User=0.000000s Real=0.002803s Sys=0.000000s + User TOT = 0.16 Real TOT = 1.90624 Summary of Run 85 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6800,8 +6800,8 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002884s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.953833 + User=0.000000s Real=0.029668s Sys=0.000000s + User TOT = 0.16 Real TOT = 1.93605 Summary of Run 86 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6873,8 +6873,8 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003131s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.95708 + User=0.000000s Real=0.002095s Sys=0.000000s + User TOT = 0.16 Real TOT = 1.93827 Summary of Run 87 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6946,8 +6946,8 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024143s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.981349 + User=0.010000s Real=0.002839s Sys=0.000000s + User TOT = 0.17 Real TOT = 1.94122 Summary of Run 88 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7019,8 +7019,8 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018061s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.999535 + User=0.000000s Real=0.009656s Sys=0.000000s + User TOT = 0.17 Real TOT = 1.95101 Summary of Run 89 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7092,8 +7092,8 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.012074s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.01173 + User=0.000000s Real=0.003137s Sys=0.010000s + User TOT = 0.17 Real TOT = 1.95428 Summary of Run 90 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7165,8 +7165,8 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.028578s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.04043 + User=0.000000s Real=0.008195s Sys=0.000000s + User TOT = 0.17 Real TOT = 1.9626 Summary of Run 91 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7238,8 +7238,8 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002230s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.04279 + User=0.010000s Real=0.044924s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.00767 Summary of Run 92 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7311,8 +7311,8 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028135s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.07106 + User=0.000000s Real=0.008939s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.01675 Summary of Run 93 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7384,8 +7384,8 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.051123s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.1223 + User=0.000000s Real=0.001707s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.01857 Summary of Run 94 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7457,8 +7457,8 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.067855s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.1903 + User=0.000000s Real=0.002873s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.02155 Summary of Run 95 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7530,8 +7530,8 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020203s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.21064 + User=0.000000s Real=0.009818s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.03149 Summary of Run 96 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7603,8 +7603,8 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.030422s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.24118 + User=0.000000s Real=0.042201s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.07382 Summary of Run 97 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7676,8 +7676,8 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.036448s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.27774 + User=0.000000s Real=0.006452s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.0804 Summary of Run 98 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7749,8 +7749,8 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001920s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.27978 + User=0.000000s Real=0.011054s Sys=0.000000s + User TOT = 0.18 Real TOT = 2.09157 Summary of Run 99 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7822,8 +7822,8 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001925s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.28181 + User=0.010000s Real=0.007736s Sys=0.000000s + User TOT = 0.19 Real TOT = 2.09943 Summary of Run 100 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7895,8 +7895,8 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002096s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.28402 + User=0.000000s Real=0.028601s Sys=0.000000s + User TOT = 0.19 Real TOT = 2.12818 Summary of Run 101 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7968,8 +7968,8 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003174s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.28732 + User=0.000000s Real=0.002798s Sys=0.000000s + User TOT = 0.19 Real TOT = 2.13108 Summary of Run 102 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8041,8 +8041,8 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021447s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.3089 + User=0.000000s Real=0.043524s Sys=0.000000s + User TOT = 0.19 Real TOT = 2.19917 Summary of Run 103 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8114,8 +8114,8 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002052s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.31106 + User=0.010000s Real=0.018655s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.21797 Summary of Run 104 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8187,8 +8187,8 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001809s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.31298 + User=0.000000s Real=0.002339s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.22044 Summary of Run 105 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8260,8 +8260,8 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.009708s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.32282 + User=0.000000s Real=0.031035s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.25162 Summary of Run 106 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8333,8 +8333,8 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002691s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.32562 + User=0.000000s Real=0.025484s Sys=0.010000s + User TOT = 0.2 Real TOT = 2.27724 Summary of Run 107 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8406,8 +8406,8 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020096s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.34583 + User=0.000000s Real=0.003364s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.28073 Summary of Run 108 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8479,8 +8479,8 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002334s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.34828 + User=0.000000s Real=0.002250s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.28309 Summary of Run 109 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8552,8 +8552,8 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009998s Sys=0.010000s - User TOT = 0.2 Real TOT = 1.3584 + User=0.000000s Real=0.002012s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.28521 Summary of Run 110 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8625,8 +8625,8 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001836s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.36035 + User=0.000000s Real=0.032689s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.31821 Summary of Run 111 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8698,8 +8698,8 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002130s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.36258 + User=0.000000s Real=0.040518s Sys=0.000000s + User TOT = 0.2 Real TOT = 2.35888 Summary of Run 112 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8771,8 +8771,8 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.040725s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.40344 + User=0.010000s Real=0.016644s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.37566 Summary of Run 113 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8844,8 +8844,8 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002846s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.4064 + User=0.000000s Real=0.088730s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.46454 Summary of Run 114 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8917,8 +8917,8 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002452s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.40897 + User=0.000000s Real=0.012895s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.47757 Summary of Run 115 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8990,8 +8990,8 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002048s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.41113 + User=0.000000s Real=0.007011s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.48472 Summary of Run 116 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9063,8 +9063,8 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003913s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.41514 + User=0.000000s Real=0.019799s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.50465 Summary of Run 117 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9136,8 +9136,8 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001864s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.41712 + User=0.000000s Real=0.029063s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.53387 Summary of Run 118 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9209,8 +9209,8 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003668s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.4209 + User=0.000000s Real=0.001624s Sys=0.000000s + User TOT = 0.21 Real TOT = 2.53561 Summary of Run 119 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9282,8 +9282,8 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002524s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.42353 + User=0.000000s Real=0.001676s Sys=0.010000s + User TOT = 0.21 Real TOT = 2.53738 Summary of Run 120 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9355,8 +9355,8 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007494s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.43114 + User=0.010000s Real=0.003594s Sys=0.000000s + User TOT = 0.22 Real TOT = 2.54108 Summary of Run 121 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9428,8 +9428,8 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002717s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.43396 + User=0.000000s Real=0.023965s Sys=0.000000s + User TOT = 0.22 Real TOT = 2.56518 Summary of Run 122 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9501,8 +9501,8 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.066132s Sys=0.010000s - User TOT = 0.22 Real TOT = 1.50024 + User=0.000000s Real=0.055077s Sys=0.000000s + User TOT = 0.22 Real TOT = 2.62039 Summary of Run 123 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9574,8 +9574,8 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018935s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.51929 + User=0.000000s Real=0.040197s Sys=0.000000s + User TOT = 0.22 Real TOT = 2.66072 Summary of Run 124 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9647,8 +9647,8 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.013931s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.53334 + User=0.000000s Real=0.004428s Sys=0.000000s + User TOT = 0.22 Real TOT = 2.66527 Summary of Run 125 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9720,8 +9720,8 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.026185s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.55968 + User=0.010000s Real=0.004248s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.66966 Summary of Run 126 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9793,8 +9793,8 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003730s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.56353 + User=0.000000s Real=0.028981s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.69877 Summary of Run 127 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9866,8 +9866,8 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015440s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.57908 + User=0.000000s Real=0.010021s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.70894 Summary of Run 128 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9939,8 +9939,8 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.022680s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.6019 + User=0.000000s Real=0.002078s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.71113 Summary of Run 129 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10012,8 +10012,8 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002053s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.60406 + User=0.000000s Real=0.006299s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.71755 Summary of Run 130 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10085,8 +10085,8 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002033s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.60621 + User=0.000000s Real=0.029837s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.74755 Summary of Run 131 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10158,8 +10158,8 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004577s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.6109 + User=0.000000s Real=0.002547s Sys=0.010000s + User TOT = 0.23 Real TOT = 2.75025 Summary of Run 132 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10231,8 +10231,8 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002407s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.61343 + User=0.000000s Real=0.003259s Sys=0.000000s + User TOT = 0.23 Real TOT = 2.75366 Summary of Run 133 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10304,8 +10304,8 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001948s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.61548 + User=0.000000s Real=0.014203s Sys=0.000000s + User TOT = 0.24 Real TOT = 2.76801 Summary of Run 134 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10377,8 +10377,8 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002753s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.61834 + User=0.000000s Real=0.001760s Sys=0.000000s + User TOT = 0.24 Real TOT = 2.76993 Summary of Run 135 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10450,8 +10450,8 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001691s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.62014 + User=0.000000s Real=0.001673s Sys=0.000000s + User TOT = 0.24 Real TOT = 2.77172 Summary of Run 136 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10523,8 +10523,8 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003094s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.62335 + User=0.000000s Real=0.001747s Sys=0.000000s + User TOT = 0.24 Real TOT = 2.77358 Summary of Run 137 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10596,8 +10596,8 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002575s Sys=0.010000s - User TOT = 0.24 Real TOT = 1.62606 + User=0.000000s Real=0.001999s Sys=0.000000s + User TOT = 0.24 Real TOT = 2.77568 Summary of Run 138 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10669,8 +10669,8 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006917s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.6331 + User=0.010000s Real=0.039005s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.81484 Summary of Run 139 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10742,8 +10742,8 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002001s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.63522 + User=0.000000s Real=0.002305s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.81728 Summary of Run 140 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10815,8 +10815,8 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001676s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.63701 + User=0.000000s Real=0.004199s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.82159 Summary of Run 141 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10888,8 +10888,8 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029908s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.66704 + User=0.000000s Real=0.009476s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.83119 Summary of Run 142 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10961,8 +10961,8 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003977s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.67116 + User=0.000000s Real=0.003502s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.83483 Summary of Run 143 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11034,8 +11034,8 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003199s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.67448 + User=0.000000s Real=0.041270s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.87623 Summary of Run 144 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11107,8 +11107,8 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024386s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.69899 + User=0.000000s Real=0.006762s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.88314 Summary of Run 145 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11180,8 +11180,8 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.057895s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.75704 + User=0.000000s Real=0.002476s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.88572 Summary of Run 146 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11253,8 +11253,8 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003299s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.76047 + User=0.000000s Real=0.032063s Sys=0.000000s + User TOT = 0.25 Real TOT = 2.91792 Summary of Run 147 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11326,8 +11326,8 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020298s Sys=0.010000s - User TOT = 0.25 Real TOT = 1.78091 + User=0.010000s Real=0.072614s Sys=0.000000s + User TOT = 0.26 Real TOT = 2.99067 Summary of Run 148 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11399,8 +11399,8 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.070324s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.85136 + User=0.000000s Real=0.003534s Sys=0.000000s + User TOT = 0.26 Real TOT = 2.99435 Summary of Run 149 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11472,8 +11472,8 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017554s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.86907 + User=0.010000s Real=0.019429s Sys=0.000000s + User TOT = 0.27 Real TOT = 3.0139 Summary of Run 150 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11545,8 +11545,8 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002331s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.87151 + User=0.000000s Real=0.018021s Sys=0.000000s + User TOT = 0.27 Real TOT = 3.03206 Summary of Run 151 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11618,8 +11618,8 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002034s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.87368 + User=0.000000s Real=0.003777s Sys=0.000000s + User TOT = 0.27 Real TOT = 3.03597 Summary of Run 152 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11691,8 +11691,8 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002429s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.87625 + User=0.000000s Real=0.025356s Sys=0.000000s + User TOT = 0.27 Real TOT = 3.06145 Summary of Run 153 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11764,8 +11764,8 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001993s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.87836 + User=0.000000s Real=0.002601s Sys=0.000000s + User TOT = 0.27 Real TOT = 3.06416 Summary of Run 154 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11837,8 +11837,8 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001868s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.88034 + User=0.010000s Real=0.003428s Sys=0.000000s + User TOT = 0.28 Real TOT = 3.06769 Summary of Run 155 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11910,8 +11910,8 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.061191s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.94171 + User=0.000000s Real=0.032593s Sys=0.000000s + User TOT = 0.28 Real TOT = 3.10041 Summary of Run 156 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11983,8 +11983,8 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.037599s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.97945 + User=0.000000s Real=0.003489s Sys=0.000000s + User TOT = 0.28 Real TOT = 3.10417 Summary of Run 157 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12056,8 +12056,8 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027053s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.00664 + User=0.000000s Real=0.007819s Sys=0.000000s + User TOT = 0.28 Real TOT = 3.11212 Summary of Run 158 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12129,8 +12129,8 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001929s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.00868 + User=0.000000s Real=0.027501s Sys=0.010000s + User TOT = 0.28 Real TOT = 3.13975 Summary of Run 159 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12202,8 +12202,8 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.066759s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.07557 + User=0.010000s Real=0.003352s Sys=0.000000s + User TOT = 0.29 Real TOT = 3.14339 Summary of Run 160 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12275,8 +12275,8 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019386s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.09509 + User=0.000000s Real=0.030420s Sys=0.000000s + User TOT = 0.29 Real TOT = 3.17394 Summary of Run 161 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12348,8 +12348,8 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003595s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.09879 + User=0.000000s Real=0.002664s Sys=0.000000s + User TOT = 0.29 Real TOT = 3.17672 Summary of Run 162 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12421,8 +12421,8 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.010924s Sys=0.010000s - User TOT = 0.27 Real TOT = 2.10984 + User=0.000000s Real=0.001759s Sys=0.000000s + User TOT = 0.29 Real TOT = 3.17859 Summary of Run 163 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12494,8 +12494,8 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007363s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.11733 + User=0.010000s Real=0.001448s Sys=0.000000s + User TOT = 0.3 Real TOT = 3.18016 Summary of Run 164 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12567,8 +12567,8 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001843s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.1193 + User=0.000000s Real=0.003147s Sys=0.000000s + User TOT = 0.3 Real TOT = 3.18341 Summary of Run 165 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12640,8 +12640,8 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002165s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.12157 + User=0.000000s Real=0.002907s Sys=0.000000s + User TOT = 0.3 Real TOT = 3.18643 Summary of Run 166 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12713,8 +12713,8 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002646s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.12432 + User=0.000000s Real=0.002367s Sys=0.000000s + User TOT = 0.3 Real TOT = 3.18889 Summary of Run 167 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12786,8 +12786,8 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001848s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.1263 + User=0.000000s Real=0.002473s Sys=0.000000s + User TOT = 0.3 Real TOT = 3.19147 Summary of Run 168 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12859,8 +12859,8 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001957s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.12836 + User=0.010000s Real=0.014756s Sys=0.000000s + User TOT = 0.31 Real TOT = 3.20636 Summary of Run 169 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12932,8 +12932,8 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002207s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.13068 + User=0.000000s Real=0.001478s Sys=0.000000s + User TOT = 0.31 Real TOT = 3.20795 Summary of Run 170 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13005,8 +13005,8 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002197s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.13298 + User=0.000000s Real=0.004965s Sys=0.000000s + User TOT = 0.31 Real TOT = 3.21303 Summary of Run 171 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13078,8 +13078,8 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007247s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.14034 + User=0.010000s Real=0.001450s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.21458 Summary of Run 172 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13151,8 +13151,8 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003394s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.14385 + User=0.000000s Real=0.002513s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.21719 Summary of Run 173 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13224,8 +13224,8 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.009002s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.15296 + User=0.000000s Real=0.001665s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.21896 Summary of Run 174 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13297,8 +13297,8 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002087s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.15516 + User=0.000000s Real=0.016851s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.23594 Summary of Run 175 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13370,8 +13370,8 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002499s Sys=0.010000s - User TOT = 0.29 Real TOT = 2.15777 + User=0.000000s Real=0.006814s Sys=0.010000s + User TOT = 0.32 Real TOT = 3.24288 Summary of Run 176 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13443,8 +13443,8 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002000s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.15987 + User=0.000000s Real=0.003303s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.24631 Summary of Run 177 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13516,8 +13516,8 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002035s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.16201 + User=0.000000s Real=0.015036s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.26146 Summary of Run 178 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13589,8 +13589,8 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002142s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.16425 + User=0.000000s Real=0.004728s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.26631 Summary of Run 179 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13662,8 +13662,8 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002223s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.16659 + User=0.000000s Real=0.002704s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.26912 Summary of Run 180 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13735,8 +13735,8 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005418s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.17214 + User=0.000000s Real=0.001400s Sys=0.000000s + User TOT = 0.32 Real TOT = 3.27063 Summary of Run 181 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13808,8 +13808,8 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.046034s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.2183 + User=0.010000s Real=0.044805s Sys=0.000000s + User TOT = 0.33 Real TOT = 3.31595 Summary of Run 182 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13881,8 +13881,8 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.014430s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.23286 + User=0.000000s Real=0.017631s Sys=0.000000s + User TOT = 0.33 Real TOT = 3.33373 Summary of Run 183 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13954,8 +13954,8 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002657s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.23562 + User=0.000000s Real=0.001691s Sys=0.000000s + User TOT = 0.33 Real TOT = 3.33554 Summary of Run 184 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14027,8 +14027,8 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002669s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.23838 + User=0.000000s Real=0.001724s Sys=0.000000s + User TOT = 0.33 Real TOT = 3.33739 Summary of Run 185 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14100,8 +14100,8 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002445s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.24094 + User=0.000000s Real=0.002380s Sys=0.000000s + User TOT = 0.33 Real TOT = 3.33988 Summary of Run 186 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14173,8 +14173,8 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002124s Sys=0.000000s - User TOT = 0.32 Real TOT = 2.24319 + User=0.000000s Real=0.007141s Sys=0.000000s + User TOT = 0.33 Real TOT = 3.34715 Summary of Run 187 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14246,8 +14246,8 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001716s Sys=0.000000s - User TOT = 0.32 Real TOT = 2.24502 + User=0.010000s Real=0.007018s Sys=0.000000s + User TOT = 0.34 Real TOT = 3.35428 Summary of Run 188 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14319,8 +14319,8 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001693s Sys=0.000000s - User TOT = 0.32 Real TOT = 2.24681 + User=0.000000s Real=0.012494s Sys=0.000000s + User TOT = 0.34 Real TOT = 3.36689 Summary of Run 189 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14392,8 +14392,8 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002562s Sys=0.010000s - User TOT = 0.32 Real TOT = 2.24948 + User=0.000000s Real=0.004591s Sys=0.010000s + User TOT = 0.34 Real TOT = 3.37159 Summary of Run 190 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14465,8 +14465,8 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.014709s Sys=0.000000s - User TOT = 0.32 Real TOT = 2.26431 + User=0.000000s Real=0.003052s Sys=0.000000s + User TOT = 0.34 Real TOT = 3.37476 Summary of Run 191 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14538,8 +14538,8 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003007s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.26743 + User=0.010000s Real=0.001964s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.37683 Summary of Run 192 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14611,8 +14611,8 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003607s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.27114 + User=0.000000s Real=0.015309s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.39227 Summary of Run 193 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14684,8 +14684,8 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.042038s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.3133 + User=0.000000s Real=0.002022s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.39442 Summary of Run 194 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14757,8 +14757,8 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002177s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.31558 + User=0.000000s Real=0.009698s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.40423 Summary of Run 195 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14830,8 +14830,8 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021176s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.33692 + User=0.000000s Real=0.041133s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.44548 Summary of Run 196 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14903,8 +14903,8 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023422s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.36047 + User=0.000000s Real=0.122051s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.56768 Summary of Run 197 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14976,8 +14976,8 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.025258s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.38585 + User=0.000000s Real=0.054069s Sys=0.010000s + User TOT = 0.35 Real TOT = 3.62191 Summary of Run 198 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15049,8 +15049,8 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003303s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.38928 + User=0.000000s Real=0.003770s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.62581 Summary of Run 199 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15122,8 +15122,8 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002810s Sys=0.000000s - User TOT = 0.33 Real TOT = 2.39219 + User=0.000000s Real=0.019433s Sys=0.000000s + User TOT = 0.35 Real TOT = 3.64537 Summary of Run 200 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15134,6 +15134,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.048 MB +Dynamic pools deleted: 11 / Total memory freed: 0.06 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index d3e72ef9b72..ae4300593f4 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1001,4693 +1001,4432 @@ Using G4ParticleGun ... 8.53858 LIN proton Event: 0 -Number of tracker hits in this event = 24 +Number of tracker hits in this event = 29 0 100.89 1245 10 1 69.2404 74.1904 95.55 0 113.309 1270 10 0 69.2398 74.1902 94.15 0 153.187 1245 9 1 69.2269 74.1875 65.55 - 0 118.302 1270 9 0 69.2257 74.1868 64.15 + 0 171.066 1270 9 0 69.2257 74.1868 64.15 0 128.993 1245 8 1 69.1981 74.1714 35.55 0 109.165 1270 8 0 69.1953 74.1712 34.15 0 229.95 1245 7 1 69.1373 74.1648 5.55 0 119.41 1270 7 0 69.1347 74.1643 4.15 0 134.675 1245 6 1 69.0847 74.1484 -24.45 0 117.862 1270 6 0 69.082 74.1485 -25.85 - 0 222.941 1244 5 1 69.0244 74.1545 -54.45 + 0 180.529 1244 5 1 69.0244 74.1545 -54.45 0 151.335 1270 5 0 69.021 74.1552 -55.85 - 0 135.778 1244 4 1 68.9504 74.1713 -84.45 + 0 135.779 1244 4 1 68.9504 74.1713 -84.45 0 110.526 1270 4 0 68.9469 74.1714 -85.85 0 100.549 1244 3 1 68.8745 74.1726 -114.45 0 110.315 1270 3 0 68.871 74.1728 -115.85 0 101.682 1243 2 1 68.8024 74.1776 -144.45 0 167.739 1270 2 0 68.7997 74.1781 -145.85 0 105.368 1243 1 1 68.7431 74.1901 -174.45 - 0 92.404 1270 1 0 68.7405 74.1917 -175.85 + 0 92.4041 1270 1 0 68.7405 74.1917 -175.85 0 107.805 1243 0 1 68.6856 74.2251 -204.45 0 158.756 1270 0 0 68.6824 74.227 -205.85 - 0 23.8991 1245 5 1 69.05 74.1631 -54.6169 - 0 12.1128 1271 9 0 69.2309 74.2501 63.7872 -Number of digits in this event = 10 + 0 66.3108 1245 5 1 69.05 74.1765 -54.6629 + 0 253.114 1289 6 0 94.934 77.9257 -26.25 + 0 208.331 1290 6 0 95.1119 78.05 -26.0877 + 0 237.077 1288 6 0 95.9844 77.85 -26.1581 + 0 80.2131 1271 9 0 69.2379 74.25 63.8258 + 0 14.6606 1457 9 0 74.0832 111.732 63.75 + 0 15.3802 1458 9 0 74.0882 111.75 63.7562 +Number of digits in this event = 15 Using G4ParticleGun ... -9.3617 LIN +8.87961 LIN proton Event: 1 -Number of tracker hits in this event = 22 - 1 177.619 639 10 1 -52.0665 79.4869 95.55 - 1 123.658 1297 10 0 -52.0667 79.487 94.15 - 1 109.249 639 9 1 -52.0721 79.4894 65.55 - 1 110.54 1297 9 0 -52.0689 79.4879 64.15 - 1 104.405 640 8 1 -52.0033 79.4592 35.55 - 1 108.057 1297 8 0 -52.0012 79.458 34.15 - 1 121.289 640 7 1 -51.9569 79.437 5.55 - 1 198.994 1296 7 0 -51.9552 79.4356 4.15 - 1 91.1133 640 6 1 -51.9184 79.4088 -24.45 - 1 255.292 1296 6 0 -51.9156 79.4067 -25.85 - 1 100.401 640 5 1 -51.8624 79.3641 -54.45 - 1 95.0555 1296 5 0 -51.8591 79.3612 -55.85 - 1 112.874 641 4 1 -51.7911 79.3178 -84.45 - 1 124.765 1296 4 0 -51.7873 79.3155 -85.85 - 1 92.3022 641 3 1 -51.7092 79.2708 -114.45 - 1 180.814 1296 3 0 -51.7054 79.2671 -115.85 - 1 164.362 642 2 1 -51.6269 79.1932 -144.45 - 1 148.87 1295 2 0 -51.623 79.19 -145.85 - 1 105.638 642 1 1 -51.5441 79.1285 -174.45 - 1 94.5273 1295 1 0 -51.5401 79.1257 -175.85 - 1 113.422 642 0 1 -51.4592 79.0683 -204.45 - 1 262.648 1295 0 0 -51.4552 79.0654 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 24 + 1 117.191 693 11 1 -41.2886 11.6267 125.55 + 1 98.6942 957 11 0 -41.2892 11.6265 124.15 + 1 129.812 693 10 1 -41.3017 11.6257 95.55 + 1 114.283 957 10 0 -41.3017 11.6254 94.15 + 1 141.08 693 9 1 -41.3 11.6187 65.55 + 1 99.2189 957 9 0 -41.3003 11.6184 64.15 + 1 100.913 693 8 1 -41.3037 11.6147 35.55 + 1 86.488 957 8 0 -41.3031 11.614 34.15 + 1 100.027 693 7 1 -41.2911 11.6038 5.55 + 1 108.149 957 7 0 -41.2903 11.6027 4.15 + 1 115.311 693 6 1 -41.2739 11.5807 -24.45 + 1 98.0645 957 6 0 -41.2735 11.5803 -25.85 + 1 190.733 693 5 1 -41.268 11.5698 -54.45 + 1 208.99 957 5 0 -41.2679 11.569 -55.85 + 1 194.409 693 4 1 -41.2625 11.5546 -84.45 + 1 125.435 957 4 0 -41.2626 11.554 -85.85 + 1 109.693 693 3 1 -41.265 11.5398 -114.45 + 1 110.049 957 3 0 -41.2656 11.5389 -115.85 + 1 92.2252 693 2 1 -41.2783 11.5195 -144.45 + 1 100.386 957 2 0 -41.2787 11.5177 -145.85 + 1 127.536 693 1 1 -41.2885 11.4818 -174.45 + 1 95.4811 957 1 0 -41.2897 11.4798 -175.85 + 1 121.493 693 0 1 -41.3109 11.4403 -204.45 + 1 100.649 956 0 0 -41.3129 11.4376 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -5.14607 LIN +8.66509 LIN proton Event: 2 -Number of tracker hits in this event = 20 - 2 124.692 465 9 1 -86.9022 -79.6826 65.55 - 2 127.323 501 9 0 -86.9029 -79.6805 64.15 - 2 132.723 465 8 1 -86.9171 -79.6407 35.55 - 2 104.927 502 8 0 -86.9168 -79.637 34.15 - 2 121.155 465 7 1 -86.907 -79.5593 5.55 - 2 116.483 502 7 0 -86.9076 -79.5566 4.15 - 2 187.785 465 6 1 -86.9192 -79.5007 -24.45 - 2 100.393 502 6 0 -86.9185 -79.4961 -25.85 - 2 97.6046 465 5 1 -86.9011 -79.402 -54.45 - 2 104.138 503 5 0 -86.901 -79.3974 -55.85 - 2 109.312 465 4 1 -86.8985 -79.3075 -84.45 - 2 96.7625 503 4 0 -86.8979 -79.3026 -85.85 - 2 107.7 465 3 1 -86.8872 -79.1968 -114.45 - 2 101.534 504 3 0 -86.8864 -79.1907 -115.85 - 2 120.405 465 2 1 -86.8697 -79.0582 -144.45 - 2 107.024 504 2 0 -86.8683 -79.0529 -145.85 - 2 106.793 466 1 1 -86.8439 -78.9445 -174.45 - 2 92.4576 505 1 0 -86.8428 -78.9396 -175.85 - 2 110.263 466 0 1 -86.8185 -78.8392 -204.45 - 2 104.145 506 0 0 -86.8182 -78.8337 -205.85 -Number of digits in this event = 7 -Using G4ParticleGun ... -4.02371 LIN +Number of tracker hits in this event = 144 + 2 140.108 506 8 1 -78.8319 113.121 35.55 + 2 125.345 1464 8 0 -78.8314 113.12 34.15 + 2 91.7261 506 7 1 -78.8163 113.105 5.55 + 2 96.3077 1464 7 0 -78.8161 113.105 4.15 + 2 136.671 506 6 1 -78.8104 113.113 -24.45 + 2 107.168 1464 6 0 -78.8101 113.113 -25.85 + 2 109.713 506 5 1 -78.8022 113.116 -54.45 + 2 12899 1464 5 0 -78.8021 113.116 -55.85 + 2 4839.22 1463 5 0 -78.6754 112.95 -56.0555 + 2 232.47 487 5 1 -82.5625 111.432 -54.85 + 2 206.723 539 4 1 -72.2268 112.598 -84.45 + 2 270.739 1462 4 0 -71.8972 112.57 -85.85 + 2 155.157 574 3 1 -65.1576 112.029 -114.45 + 2 157.469 1459 3 0 -64.8309 112.004 -115.85 + 2 165.046 609 2 1 -58.1672 111.466 -144.45 + 2 276.967 1456 2 0 -57.8504 111.443 -145.85 + 2 209.358 643 1 1 -51.4221 111.005 -174.45 + 2 197.449 1454 1 0 -51.1162 110.998 -175.85 + 2 22.849 675 0 1 -44.8659 110.808 -204.45 + 2 187.667 676 0 1 -44.85 110.808 -204.52 + 2 156.786 1453 0 0 -44.5472 110.794 -205.85 + 2 185.715 1296 5 0 -63.8355 79.4354 -56.2499 + 2 30.9253 1295 5 0 -63.8781 79.25 -55.9716 + 2 122.455 582 5 1 -63.6038 79.2896 -54.85 + 2 82.2843 1297 5 0 -63.8034 79.45 -56.2215 + 2 13.862 1462 5 0 -78.264 112.75 -56.2245 + 2 39.8932 716 4 1 -36.7529 84.4225 -84.45 + 2 62.7149 717 4 1 -36.65 84.3518 -84.5181 + 2 80.7324 718 4 1 -36.45 84.2143 -84.6503 + 2 35.8023 719 4 1 -36.25 84.0767 -84.7829 + 2 48.2455 1314 4 0 -34.6346 82.9599 -85.85 + 2 157.539 1313 4 0 -34.4757 82.85 -85.955 + 2 81.3712 1312 4 0 -34.1859 82.65 -86.1465 + 2 23.6321 942 3 1 8.59826 53.5859 -114.45 + 2 69.1462 943 3 1 8.65 53.5503 -114.485 + 2 80.3892 944 3 1 8.85 53.4125 -114.622 + 2 48.1037 945 3 1 9.05 53.2749 -114.758 + 2 91.0254 1160 3 0 10.6403 52.1826 -115.85 + 2 136.948 1159 3 0 10.8334 52.05 -115.983 + 2 36.2023 1158 3 0 11.1251 51.85 -116.183 + 2 16.4207 1160 2 1 52.2029 23.5764 -144.45 + 2 75.5562 1161 2 1 52.25 23.5447 -144.483 + 2 87.6544 1162 2 1 52.45 23.4098 -144.621 + 2 35.3562 1163 2 1 52.65 23.2743 -144.761 + 2 156.188 1010 2 0 54.2187 22.2195 -145.85 + 2 128.531 1009 2 0 54.4709 22.05 -146.025 + 2 5.75228 1008 2 0 54.7681 21.85 -146.23 + 2 73.481 1376 1 1 95.3541 -5.58506 -174.45 + 2 77.3139 1377 1 1 95.55 -5.72141 -174.59 + 2 45.3595 1378 1 1 95.75 -5.86079 -174.733 + 2 55.3933 865 1 0 97.3078 -6.9381 -175.85 + 2 121.611 864 1 0 97.4696 -7.05 -175.966 + 2 40.2014 863 1 0 97.7597 -7.25 -176.174 + 2 18.2498 1585 0 1 137.289 -34.5495 -204.45 + 2 89.9457 1586 0 1 137.35 -34.5932 -204.494 + 2 105.893 1587 0 1 137.55 -34.7362 -204.637 + 2 30.9211 1588 0 1 137.75 -34.879 -204.78 + 2 44.3456 720 0 0 139.256 -35.9586 -205.85 + 2 109.668 719 0 0 139.384 -36.05 -205.941 + 2 75.6633 718 0 0 139.663 -36.25 -206.138 + 2 6.33318 476 4 1 -84.8428 110.276 -84.45 + 2 138.472 475 4 1 -84.85 110.273 -84.4835 + 2 337.112 1449 4 0 -85.1448 110.141 -85.85 + 2 42.6366 444 3 1 -91.3211 107.399 -114.45 + 2 102.793 443 3 1 -91.35 107.386 -114.583 + 2 125.925 1435 3 0 -91.6244 107.269 -115.85 + 2 150.894 411 2 1 -97.8443 104.584 -144.45 + 2 287.526 1421 2 0 -98.1512 104.456 -145.85 + 2 135.999 378 1 1 -104.407 101.828 -174.45 + 2 121.921 1407 1 0 -104.718 101.695 -175.85 + 2 130.484 345 0 1 -111.079 98.9697 -204.45 + 2 223.41 344 0 1 -111.15 98.9394 -204.776 + 2 102.56 1393 0 0 -111.386 98.8393 -205.85 + 2 140.495 1422 2 0 -98.2568 104.55 -145.985 + 2 58.4403 407 2 1 -98.598 105.52 -144.85 + 2 93.3938 511 4 1 -77.6861 107.8 -84.45 + 2 112.441 1436 4 0 -77.64 107.55 -85.85 + 2 103.35 516 3 1 -76.7244 102.417 -114.45 + 2 22.5159 1410 3 0 -76.6846 102.166 -115.85 + 2 98.9846 1409 3 0 -76.682 102.15 -115.942 + 2 116.685 520 2 1 -75.8811 97.1166 -144.45 + 2 129.828 1383 2 0 -75.8428 96.8697 -145.85 + 2 118.101 525 1 1 -75.0444 91.8384 -174.45 + 2 123.255 1357 1 0 -75.0042 91.5902 -175.85 + 2 45.4987 1356 1 0 -74.9978 91.55 -176.076 + 2 101.438 529 0 1 -74.2115 86.515 -204.45 + 2 12.657 1331 0 0 -74.1753 86.2645 -205.85 + 2 75.5084 1330 0 0 -74.1732 86.25 -205.931 + 2 58.1921 481 4 1 -83.8117 115.059 -84.45 + 2 41.6277 480 4 1 -83.85 115.074 -84.665 + 2 126.763 1475 4 0 -84.0616 115.154 -85.85 + 2 92.135 454 3 1 -89.2018 117.067 -114.45 + 2 47.267 453 3 1 -89.25 117.086 -114.725 + 2 184.22 1485 3 0 -89.4472 117.168 -115.85 + 2 110.435 428 2 1 -94.4305 119.269 -144.45 + 2 147.201 1496 2 0 -94.6757 119.371 -145.85 + 2 112.035 402 1 1 -99.7042 121.45 -174.45 + 2 60.494 401 1 1 -99.75 121.469 -174.701 + 2 114.149 1507 1 0 -99.9595 121.555 -175.85 + 2 121.683 374 0 1 -105.172 123.684 -204.45 + 2 218.009 1518 0 0 -105.423 123.794 -205.85 + 2 13.1894 1493 2 0 -88.2614 118.944 -145.85 + 2 43.5502 1506 5 0 -94.8481 121.533 -56.25 + 2 284.349 1507 5 0 -94.9037 121.55 -56.1455 + 2 143.14 433 4 1 -93.4275 89.7252 -84.45 + 2 68.4567 432 4 1 -93.55 89.5206 -84.6989 + 2 62.4651 1342 4 0 -94.1134 88.5781 -85.85 + 2 189.041 1341 4 0 -94.19 88.45 -86.0065 + 2 203.081 359 3 1 -108.168 65.2684 -114.45 + 2 2.44215 358 3 1 -108.35 64.9363 -114.843 + 2 21.3385 1220 3 0 -108.814 64.0759 -115.85 + 2 158.851 1219 3 0 -108.828 64.05 -115.88 + 2 78.9877 1218 3 0 -108.935 63.85 -116.112 + 2 178.131 289 2 1 -122.174 39.4459 -144.45 + 2 1.13453 288 2 1 -122.35 39.1288 -144.846 + 2 38.1238 1091 2 0 -122.805 38.3243 -145.85 + 2 105.474 1090 2 0 -122.847 38.25 -145.943 + 2 17.6675 1089 2 0 -122.96 38.05 -146.193 + 2 74.119 221 1 1 -135.855 14.954 -174.45 + 2 90.3052 220 1 1 -135.95 14.7755 -174.676 + 2 89.215 968 1 0 -136.452 13.8456 -175.85 + 2 68.7361 967 1 0 -136.558 13.65 -176.097 + 2 72.8026 157 0 1 -148.671 -8.81126 -204.45 + 2 171.406 156 0 1 -148.75 -8.95186 -204.627 + 2 70.1666 850 0 0 -149.294 -9.92094 -205.85 + 2 97.8558 849 0 0 -149.367 -10.05 -206.013 + 2 48.2777 1269 3 0 -86.4627 73.9916 -116.25 + 2 77.1886 1270 3 0 -86.4521 74.0501 -116.189 + 2 129.987 420 3 1 -96.0955 164.357 -114.45 + 2 204.771 419 3 1 -96.15 164.514 -114.629 + 2 189.66 1727 3 0 -96.5237 165.587 -115.85 + 2 140.64 1728 3 0 -96.5806 165.75 -116.036 + 2 132.14 482 4 1 -83.4816 114.974 -84.45 + 2 116.028 1474 4 0 -83.7127 115.056 -85.85 + 2 105.214 457 3 1 -88.4568 116.695 -114.45 + 2 104.927 1483 3 0 -88.6964 116.769 -115.85 + 2 97.8807 432 2 1 -93.6228 118.246 -144.45 + 2 41.3473 1490 2 0 -93.8963 118.339 -145.85 + 2 59.5105 1491 2 0 -93.929 118.35 -146.017 + 2 67.7347 403 1 1 -99.5135 120.211 -174.45 + 2 150.3 1500 1 0 -99.7997 120.3 -175.85 + 2 101.264 372 0 1 -105.689 122.115 -204.45 + 2 206.236 371 0 1 -105.75 122.133 -204.75 + 2 179.456 1510 0 0 -105.973 122.199 -205.85 +Number of digits in this event = 58 +Using G4ParticleGun ... +8.61445 LIN proton Event: 3 -Number of tracker hits in this event = 24 - 3 132.55 1225 10 1 65.2253 82.157 95.55 - 3 111.17 1310 10 0 65.2264 82.1562 94.15 - 3 284.915 1225 9 1 65.2422 82.1441 65.55 - 3 94.1919 1310 9 0 65.2415 82.145 64.15 - 3 98.8313 1225 8 1 65.2219 82.1611 35.55 - 3 131.06 1310 8 0 65.2205 82.1617 34.15 - 3 99.9548 1225 7 1 65.1933 82.1748 5.55 - 3 161.38 1310 7 0 65.191 82.1735 4.15 - 3 107.63 1225 6 1 65.1445 82.1462 -24.45 - 3 117.187 1310 6 0 65.1465 82.1427 -25.85 - 3 128.523 1225 5 1 65.1853 82.0659 -54.45 - 3 123.742 1310 5 0 65.1872 82.0628 -55.85 - 3 261.121 1225 4 1 65.2279 82.0038 -84.45 - 3 105.103 1309 4 0 65.229 82.0003 -85.85 - 3 100.672 1225 3 1 65.2498 81.9234 -114.45 - 3 115.257 1309 3 0 65.2451 81.9212 -115.85 - 3 135.635 1225 2 1 65.1472 81.8663 -144.45 - 3 107.964 1309 2 0 65.1439 81.8617 -145.85 - 3 127.609 1225 1 1 65.0779 81.7638 -174.45 - 3 104.509 1308 1 0 65.0759 81.7568 -175.85 - 3 99.9751 1224 0 1 65.0354 81.6203 -204.45 - 3 373.091 1307 0 0 65.0331 81.6142 -205.85 - 3 13.9715 1308 0 0 64.9349 81.6501 -206.189 - 3 6.74074 1226 4 1 65.25 82.0136 -84.655 +Number of tracker hits in this event = 16 + 3 147.724 963 7 1 12.7335 147.48 5.55 + 3 183.717 1636 7 0 12.7338 147.479 4.15 + 3 242.048 963 6 1 12.7408 147.473 -24.45 + 3 133.272 1636 6 0 12.741 147.473 -25.85 + 3 106.233 963 5 1 12.7437 147.467 -54.45 + 3 114.341 1636 5 0 12.7442 147.466 -55.85 + 3 98.5695 963 4 1 12.7554 147.459 -84.45 + 3 172.512 1636 4 0 12.7553 147.458 -85.85 + 3 127.195 963 3 1 12.7552 147.434 -114.45 + 3 120.531 1636 3 0 12.755 147.433 -115.85 + 3 113.182 963 2 1 12.7528 147.416 -144.45 + 3 124.886 1636 2 0 12.753 147.416 -145.85 + 3 107.452 963 1 1 12.7587 147.424 -174.45 + 3 182.343 1636 1 0 12.7577 147.425 -175.85 + 3 125.632 963 0 1 12.7332 147.433 -204.45 + 3 102.054 1636 0 0 12.7312 147.433 -205.85 Number of digits in this event = 11 Using G4ParticleGun ... -9.39345 LIN +2.01584 LIN proton Event: 4 -Number of tracker hits in this event = 25 - 4 161.475 1421 9 1 104.538 -63.5334 65.55 - 4 126.122 582 9 0 104.537 -63.5339 64.15 - 4 121.675 1421 8 1 104.532 -63.5441 35.55 - 4 164.041 582 8 0 104.533 -63.5446 34.15 - 4 103.308 1421 7 1 104.542 -63.5537 5.55 - 4 109.583 582 7 0 104.543 -63.5538 4.15 - 4 122.809 1422 6 1 104.559 -63.5554 -24.45 - 4 154.563 582 6 0 104.559 -63.5554 -25.85 - 4 160.325 1422 5 1 104.564 -63.5564 -54.45 - 4 103.316 582 5 0 104.565 -63.5562 -55.85 - 4 101.321 1422 4 1 104.588 -63.5546 -84.45 - 4 176.964 582 4 0 104.589 -63.5547 -85.85 - 4 104.681 1422 3 1 104.6 -63.5582 -114.45 - 4 108.499 582 3 0 104.602 -63.5582 -115.85 - 4 180.288 1422 2 1 104.631 -63.5558 -144.45 - 4 151.484 582 2 0 104.632 -63.5548 -145.85 - 4 272.551 1422 1 1 104.67 -63.5368 -174.45 - 4 122.74 582 1 0 104.672 -63.5354 -175.85 - 4 97.7212 1422 0 1 104.726 -63.5087 -204.45 - 4 126.005 582 0 0 104.728 -63.508 -205.85 - 4 267.814 1421 2 1 104.549 -63.4783 -144.747 - 4 227.339 583 4 0 104.559 -63.45 -86.0703 - 4 135.432 583 8 0 104.607 -63.4495 33.8957 - 4 249.602 584 8 0 104.741 -63.25 33.9086 - 4 177.393 1422 8 1 104.606 -66.2328 35.15 -Number of digits in this event = 19 +Number of tracker hits in this event = 51 + 4 185.564 659 9 1 -48.1058 124.713 65.55 + 4 118.318 1522 9 0 -48.1056 124.714 64.15 + 4 130.543 659 8 1 -48.099 124.713 35.55 + 4 118.886 1522 8 0 -48.1017 124.711 34.15 + 4 333.502 659 7 1 -48.1532 124.674 5.55 + 4 101.058 1522 7 0 -48.1568 124.672 4.15 + 4 207.315 659 6 1 -48.2317 124.619 -24.45 + 4 117.013 1522 6 0 -48.2365 124.615 -25.85 + 4 133.922 658 5 1 -48.3294 124.513 -54.45 + 4 153.893 1521 5 0 -48.334 124.507 -55.85 + 4 119.386 658 4 1 -48.4268 124.403 -84.45 + 4 132.766 1521 4 0 -48.4339 124.396 -85.85 + 4 124.641 657 3 1 -48.5925 124.264 -114.45 + 4 132.68 1520 3 0 -48.6021 124.257 -115.85 + 4 110.37 656 2 1 -48.7976 124.105 -144.45 + 4 132.282 1519 2 0 -48.8064 124.098 -145.85 + 4 127.233 655 1 1 -48.9918 123.968 -174.45 + 4 119.204 1519 1 0 -49.0002 123.961 -175.85 + 4 157.387 654 0 1 -49.1597 123.815 -204.45 + 4 151.716 1518 0 0 -49.1664 123.808 -205.85 + 4 55.3779 1566 0 0 -67.4694 133.35 -206.212 + 4 8.68179 842 2 1 -11.45 129.925 -144.696 + 4 161.869 1038 8 1 27.7004 7.89544 35.15 + 4 497.752 1641 0 0 10.4774 148.495 -206.055 + 4 54.3767 953 8 0 46.9246 10.7728 33.75 + 4 349.892 952 8 0 47.0353 10.6498 33.9044 + 4 0.328018 951 8 0 47.2171 10.4497 34.1484 + 4 73.7263 1138 8 1 47.722 9.79571 35.15 + 4 105.993 1139 8 1 47.85 9.63533 35.3563 + 4 32.8099 1140 8 1 48.0502 9.4605 35.5249 + 4 42.3066 552 5 0 142.025 -69.542 -56.25 + 4 67.9957 551 5 0 142.114 -69.6501 -56.1671 + 4 108.402 550 5 0 142.174 -69.8501 -56.0633 + 4 39.9432 549 5 0 142.231 -70.05 -55.959 + 4 116.036 1614 5 1 142.953 -70.9117 -54.8496 + 4 76.2984 1615 5 1 143.15 -71.0825 -54.6376 + 4 13.7094 1616 5 1 143.35 -71.1695 -54.4716 + 4 1460.54 1375 0 0 -61.352 95.1816 -206.25 + 4 2658.73 591 0 1 -61.7296 95.0681 -204.85 + 4 159.064 590 0 1 -61.85 94.967 -204.56 + 4 32.4958 589 0 1 -62.05 94.6422 -204.786 + 4 24.6684 1365 0 0 -62.9465 93.1931 -205.85 + 4 111.912 1364 0 0 -62.9732 93.15 -205.881 + 4 154.532 1363 0 0 -63.093 92.95 -206.022 + 4 231.764 1362 0 0 -63.22 92.7498 -206.162 + 4 219.248 1361 0 0 -63.1103 92.55 -206 + 4 12.7439 704 0 1 -39.1347 129.681 -204.85 + 4 3.3197 679 0 1 -44.05 141.553 -204.754 + 4 113.593 658 6 1 -48.25 124.455 -24.5612 + 4 25.5071 657 6 1 -48.45 124.26 -24.4804 + 4 91.0582 660 7 1 -48.05 124.739 5.53386 +Number of digits in this event = 25 Using G4ParticleGun ... -5.58185 LIN +3.62452 LIN proton Event: 5 -Number of tracker hits in this event = 190 - 5 165.05 1266 10 1 73.312 -68.984 95.55 - 5 129.118 555 10 0 73.3129 -68.9838 94.15 - 5 107.558 1266 9 1 73.3318 -68.9823 65.55 - 5 94.1989 555 9 0 73.3334 -68.9817 64.15 - 5 122.959 1266 8 1 73.3625 -68.9686 35.55 - 5 114.818 555 8 0 73.3642 -68.9683 34.15 - 5 38669.6 1266 7 1 73.4011 -68.962 5.55 - 5 770.478 1267 7 1 73.45 -68.9677 5.16282 - 5 8292.19 555 7 0 74.1361 -69.0415 4.15 - 5 15336.9 554 7 0 74.2184 -69.05 4.02999 - 5 7324.35 553 7 0 72.3795 -69.2619 4.15 - 5 11712.5 523 7 0 73.998 -75.2501 4.15 - 5 2102.73 742 8 0 64.5448 -31.5852 33.75 - 5 3476.79 743 8 0 64.5147 -31.45 33.8557 - 5 4489.81 744 8 0 64.4734 -31.25 34.0134 - 5 3656.08 1219 8 1 64.008 -29.8137 35.15 - 5 6565.68 552 7 0 72.7505 -69.45 3.94616 - 5 3929.8 1265 7 1 73.25 -68.8718 5.24346 - 5 4283.25 1264 7 1 73.05 -68.7516 5.24913 - 5 2574.21 1263 7 1 72.85 -68.6271 5.26368 - 5 3177.78 1262 7 1 72.65 -68.5015 5.29089 - 5 3192.55 1261 7 1 72.45 -68.409 5.33763 - 5 100.862 1322 6 1 84.524 -73.0807 -24.45 - 5 14.2874 1323 6 1 84.65 -73.1299 -24.7972 - 5 102.975 533 6 0 85.0311 -73.2788 -25.85 - 5 7.14947 1375 5 1 95.3474 -77.3434 -54.45 - 5 173.042 1376 5 1 95.35 -77.3445 -54.4572 - 5 115.356 512 5 0 95.8471 -77.5548 -55.85 - 5 114.907 1429 4 1 106.011 -81.8961 -84.45 - 5 2.6211 1430 4 1 106.15 -81.9577 -84.8411 - 5 166.303 489 4 0 106.51 -82.1165 -85.85 - 5 158.42 1482 3 1 116.694 -86.63 -114.45 - 5 95.7545 1483 3 1 116.75 -86.654 -114.603 - 5 2.39789 466 3 0 117.202 -86.8488 -115.85 - 5 148.316 465 3 0 117.205 -86.85 -115.858 - 5 139.97 1537 2 1 127.564 -91.2945 -144.45 - 5 86.8522 443 2 0 128.063 -91.5095 -145.85 - 5 44.6155 442 2 0 128.158 -91.55 -146.115 - 5 61.405 1590 1 1 138.261 -95.8654 -174.45 - 5 71.25 1591 1 1 138.35 -95.9022 -174.698 - 5 143.613 420 1 0 138.764 -96.072 -175.85 - 5 45.2261 1644 0 1 149.093 -100.315 -204.45 - 5 73.7325 1645 0 1 149.15 -100.339 -204.607 - 5 40.9453 398 0 0 149.602 -100.527 -205.85 - 5 67.9316 397 0 0 149.658 -100.55 -206.003 - 5 2.00041 1129 5 1 45.9029 -20.5933 -54.85 - 5 115.469 304 2 0 21.9185 -119.35 -145.889 - 5 555.61 1047 6 0 46.6698 29.5089 -26.25 - 5 99.6041 1257 6 1 71.623 -67.8807 -24.45 - 5 92.3526 561 6 0 71.5363 -67.833 -25.85 - 5 158.53 1248 5 1 69.7659 -66.8738 -54.45 - 5 107.476 566 5 0 69.682 -66.8255 -55.85 - 5 179.979 1239 4 1 67.9639 -65.8238 -84.45 - 5 143.363 571 4 0 67.8822 -65.7683 -85.85 - 5 126.202 1230 3 1 66.1843 -64.6166 -114.45 - 5 174.066 577 3 0 66.1057 -64.5638 -115.85 - 5 122.934 1222 2 1 64.5188 -63.4799 -144.45 - 5 117.455 583 2 0 64.4449 -63.4286 -145.85 - 5 109.446 1214 1 1 62.9242 -62.3803 -174.45 - 5 139.631 588 1 0 62.8461 -62.3289 -175.85 - 5 1.83638 1206 0 1 61.2503 -61.2962 -204.45 - 5 122.956 1205 0 1 61.25 -61.2961 -204.455 - 5 114.36 594 0 0 61.1738 -61.2445 -205.85 - 5 73.4979 433 0 0 38.1635 -93.4992 -206.25 - 5 26.7696 432 0 0 38.1393 -93.55 -205.968 - 5 153.507 1089 0 1 38.0403 -93.7581 -204.85 - 5 119.697 399 1 0 37.9131 -100.169 -176.25 - 5 121.854 1089 1 1 37.9072 -100.418 -174.85 - 5 11.0277 353 2 0 35.5252 -109.538 -146.25 - 5 127.661 352 2 0 35.522 -109.55 -146.213 - 5 108.316 1076 2 1 35.4067 -109.981 -144.85 - 5 94.6231 355 3 0 29.4883 -109.036 -116.25 - 5 48.466 1046 3 1 29.2818 -108.97 -114.85 - 5 46.4384 1045 3 1 29.25 -108.962 -114.645 - 5 185.449 343 4 0 25.1226 -111.362 -86.25 - 5 198.321 1024 4 1 24.9197 -111.489 -84.85 - 5 112.72 326 5 0 23.2177 -114.898 -56.25 - 5 126.858 1014 5 1 23.0237 -115.06 -54.8497 - 5 127.2 322 6 0 10.4898 -115.582 -26.25 - 5 3.88872 949 6 1 9.86032 -115.759 -24.8497 - 5 111.97 948 6 1 9.85 -115.762 -24.8271 - 5 18.6327 251 7 0 -6.59117 -129.915 3.75 - 5 94.8381 250 7 0 -6.61425 -129.95 3.8066 - 5 70.3111 249 7 0 -6.72029 -130.15 4.0073 - 5 50.9215 861 7 1 -7.7262 -131.427 5.15 - 5 92.6186 860 7 1 -7.85007 -131.567 5.28688 - 5 88.9734 859 7 1 -8.05005 -131.808 5.38519 - 5 29.4323 858 7 1 -8.25 -131.996 5.50564 - 5 1.36636 282 8 0 4.18148 -123.551 33.75 - 5 478.734 283 8 0 4.18338 -123.55 33.7542 - 5 106.809 922 8 1 4.59972 -123.464 35.1514 - 5 72.4324 921 8 1 4.45 -123.566 35.3717 - 5 85.9511 920 8 1 4.24984 -123.54 35.3974 - 5 286.176 919 8 1 4.04976 -123.506 35.4619 - 5 325.978 918 8 1 3.84989 -123.465 35.4825 - 5 250.992 917 8 1 3.65 -123.382 35.4348 - 5 80.9891 284 8 0 4.43445 -123.35 34.0774 - 5 26.1884 927 2 1 5.5142 -102.214 -144.85 - 5 64.6557 905 2 1 1.17807 -114.776 -144.45 - 5 54.7627 926 2 1 5.45 -102.222 -144.745 - 5 71.1045 372 0 0 56.8881 -105.588 -206.25 - 5 7.82554 373 0 0 57.0177 -105.55 -206.23 - 5 96.61 409 0 0 36.9282 -98.1558 -206.25 - 5 33.2761 410 0 0 36.8916 -98.15 -206.045 - 5 115.683 1083 0 1 36.7219 -98.2082 -204.85 - 5 132.056 310 1 0 27.542 -117.955 -176.25 - 5 38.8682 309 1 0 27.4343 -118.15 -175.925 - 5 322.712 1035 1 1 27.2483 -118.77 -174.85 - 5 250.956 1034 1 1 27.0499 -119.016 -174.663 - 5 56.5875 316 1 0 25.7575 -116.91 -175.85 - 5 92.5231 317 1 0 25.6513 -116.75 -175.919 - 5 47.2526 318 1 0 25.5648 -116.549 -176.016 - 5 72.571 319 1 0 25.5867 -116.35 -176.098 - 5 75.733 320 1 0 25.6404 -116.149 -176.094 - 5 103.701 321 1 0 25.6715 -115.95 -176.068 - 5 53.8744 322 1 0 25.689 -115.75 -176.084 - 5 61.7218 323 1 0 25.7067 -115.549 -176.033 - 5 470.385 1029 1 1 25.924 -115.566 -174.85 - 5 164.718 1030 1 1 26.0739 -115.584 -174.45 - 5 92.891 155 1 0 42.623 -148.951 -176.25 - 5 69.0714 154 1 0 42.6648 -149.15 -176.128 - 5 67.9639 153 1 0 42.6935 -149.35 -176.025 - 5 51.6076 152 1 0 42.7098 -149.55 -175.943 - 5 23.2481 151 1 0 42.7003 -149.75 -175.879 - 5 161.028 1112 1 1 42.546 -152.605 -174.85 - 5 586.982 1113 1 1 42.65 -153.185 -174.722 - 5 201.115 1489 1 1 117.95 -113.112 -174.777 - 5 120.867 551 7 0 73.5349 -69.65 3.84822 - 5 176.75 1281 6 1 76.2788 -83.7103 -24.45 - 5 26.5668 478 6 0 76.4099 -84.4042 -25.85 - 5 146.264 477 6 0 76.4186 -84.45 -25.9424 - 5 138.648 1295 5 1 79.1418 -98.5679 -54.45 - 5 52.6186 404 5 0 79.2796 -99.2623 -55.85 - 5 101.82 403 5 0 79.297 -99.35 -56.0269 - 5 339.571 1310 4 1 82.0945 -113.44 -84.45 - 5 13.8447 330 4 0 82.2282 -114.132 -85.85 - 5 220.136 329 4 0 82.2318 -114.15 -85.8872 - 5 122.235 1324 3 1 84.9642 -128.27 -114.45 - 5 149.731 255 3 0 85.0981 -128.96 -115.85 - 5 6.49593 254 3 0 85.135 -129.15 -116.237 - 5 54.9549 1338 2 1 87.8321 -143.041 -144.45 - 5 54.4856 1339 2 1 87.85 -143.136 -144.642 - 5 10.8975 182 2 0 87.9622 -143.735 -145.85 - 5 115.523 181 2 0 87.9651 -143.75 -145.881 - 5 141.891 1352 1 1 90.6085 -157.924 -174.45 - 5 87.413 107 1 0 90.75 -158.619 -175.85 - 5 53.1607 106 1 0 90.7767 -158.75 -176.114 - 5 137.682 1367 0 1 93.6283 -172.801 -204.45 - 5 52.0467 33 0 0 93.7664 -173.495 -205.85 - 5 102.529 32 0 0 93.7774 -173.55 -205.961 - 5 125.884 1280 6 1 76.2499 -83.7153 -24.5306 - 5 117.723 550 7 0 73.7398 -69.8506 3.84368 - 5 57.122 495 7 0 99.075 -80.944 3.75006 - 5 7.43176 559 7 0 73.9537 -68.0725 4.15 - 5 223.689 560 7 0 73.9677 -68.05 4.12261 - 5 53.1377 561 7 0 74.092 -67.85 3.87934 - 5 74.3409 1342 6 1 88.5846 -44.587 -24.45 - 5 145.017 1343 6 1 88.65 -44.4827 -24.5766 - 5 86.3173 683 6 0 89.3094 -43.4323 -25.85 - 5 80.1258 684 6 0 89.4239 -43.25 -26.071 - 5 11.4277 1419 5 1 104.135 -19.8844 -54.45 - 5 226.912 1420 5 1 104.15 -19.861 -54.4785 - 5 104.865 806 5 0 104.851 -18.7391 -55.85 - 5 112.713 807 5 0 104.907 -18.65 -55.959 - 5 9.19307 808 5 0 105.032 -18.45 -56.2038 - 5 55.6915 1496 4 1 119.457 4.55567 -84.45 - 5 115.473 1497 4 1 119.55 4.70404 -84.6303 - 5 57.8827 928 4 0 120.178 5.70861 -85.85 - 5 153.041 929 4 0 120.266 5.85 -86.0216 - 5 2.85519 1573 3 1 134.943 29.3439 -114.45 - 5 153.959 1574 3 1 134.95 29.3547 -114.463 - 5 88.6023 1052 3 0 135.657 30.5061 -115.85 - 5 110.513 1053 3 0 135.745 30.65 -116.024 - 5 216.263 1650 2 1 150.212 54.2521 -144.45 - 5 212.076 1651 2 1 150.35 54.4783 -144.72 - 5 7.17893 1176 2 0 150.93 55.428 -145.85 - 5 104.744 1177 2 0 150.944 55.45 -145.876 - 5 68.4063 1178 2 0 151.066 55.65 -146.114 - 5 89.7675 1727 1 1 165.656 79.5115 -174.45 - 5 92.1326 1728 1 1 165.75 79.6617 -174.627 - 5 72.1587 1303 1 0 166.398 80.6991 -175.85 - 5 155.913 1304 1 0 166.492 80.85 -176.028 - 5 76.5398 1652 2 1 150.55 54.2195 -144.593 - 5 1.19306 688 6 0 87.2498 -42.2554 -25.85 - 5 83.0083 689 6 0 87.2463 -42.25 -25.8526 - 5 71.9307 690 6 0 87.2542 -42.05 -25.8609 - 5 18.4232 691 6 0 87.3101 -41.85 -25.8947 - 5 206.137 1334 6 1 86.9792 -41.1531 -24.85 - 5 134.098 1335 6 1 87.05 -41.2977 -24.4848 - 5 142.802 496 1 0 130.299 -80.7764 -175.966 -Number of digits in this event = 79 +Number of tracker hits in this event = 27 + 5 75.8537 559 9 1 -68.2496 116.261 65.55 + 5 50.6385 558 9 1 -68.25 116.261 65.2622 + 5 94.361 1480 9 0 -68.2513 116.26 64.15 + 5 119.396 558 8 1 -68.2778 116.258 35.55 + 5 105.8 1480 8 0 -68.2787 116.258 34.15 + 5 106.261 558 7 1 -68.3056 116.241 5.55 + 5 118.076 1480 7 0 -68.3055 116.241 4.15 + 5 98.342 558 6 1 -68.3064 116.24 -24.45 + 5 448.069 1480 6 0 -68.3079 116.241 -25.85 + 5 124.519 558 5 1 -68.3409 116.249 -54.45 + 5 119.303 1480 5 0 -68.3419 116.25 -55.85 + 5 108.746 558 4 1 -68.3658 116.282 -84.45 + 5 106.176 1480 4 0 -68.3678 116.282 -85.85 + 5 136.271 558 3 1 -68.4147 116.294 -114.45 + 5 110.475 1480 3 0 -68.4164 116.296 -115.85 + 5 148.322 557 2 1 -68.4632 116.329 -144.45 + 5 116.6 1480 2 0 -68.4656 116.331 -145.85 + 5 132.692 557 1 1 -68.5161 116.369 -174.45 + 5 156.237 1481 1 0 -68.5202 116.371 -175.85 + 5 113.389 557 0 1 -68.5947 116.411 -204.45 + 5 92.659 1481 0 0 -68.5984 116.411 -205.85 + 5 91.7503 1480 1 0 -68.5638 116.35 -175.895 + 5 115.992 1481 2 0 -68.3696 116.386 -145.85 + 5 171.584 1482 2 0 -68.3136 116.55 -146.134 + 5 16.7182 1483 2 0 -68.2367 116.75 -146.146 + 5 229.279 1321 2 0 -56.6973 84.3448 -146.25 + 5 61.2371 1479 6 0 -68.3464 116.15 -26.0717 +Number of digits in this event = 9 Using G4ParticleGun ... -8.64183 LIN +6.70102 LIN proton Event: 6 -Number of tracker hits in this event = 24 - 6 146.733 546 10 1 -70.654 -57.2564 95.55 - 6 143.053 613 10 0 -70.6535 -57.2558 94.15 - 6 368.174 547 9 1 -70.6448 -57.2449 65.55 - 6 98.1802 614 9 0 -70.6447 -57.2438 64.15 - 6 122.419 547 8 1 -70.6424 -57.2225 35.55 - 6 105.128 614 8 0 -70.643 -57.2215 34.15 - 6 115.761 546 7 1 -70.6531 -57.2041 5.55 - 6 101.283 614 7 0 -70.6527 -57.2044 4.15 - 6 103.998 547 6 1 -70.647 -57.2148 -24.45 - 6 95.9017 614 6 0 -70.6456 -57.2147 -25.85 - 6 328.54 547 5 1 -70.6151 -57.2128 -54.45 - 6 128.523 614 5 0 -70.6132 -57.214 -55.85 - 6 95.0881 547 4 1 -70.5724 -57.2394 -84.45 - 6 120.407 614 4 0 -70.572 -57.2409 -85.85 - 6 107.042 547 3 1 -70.5589 -57.2699 -114.45 - 6 134.447 613 3 0 -70.5578 -57.2716 -115.85 - 6 99.5555 547 2 1 -70.5343 -57.3059 -144.45 - 6 139.732 613 2 0 -70.5329 -57.3081 -145.85 - 6 104.932 547 1 1 -70.5039 -57.3539 -174.45 - 6 108.551 613 1 0 -70.5029 -57.3558 -175.85 - 6 104.096 547 0 1 -70.4823 -57.3986 -204.45 - 6 158.828 613 0 0 -70.4811 -57.4006 -205.85 - 6 155.758 547 7 1 -70.65 -57.2086 5.4213 - 6 75.8078 617 9 0 -69.4515 -56.5234 64.1499 -Number of digits in this event = 12 +Number of tracker hits in this event = 23 + 6 143.061 657 9 1 -48.4755 -107.641 65.55 + 6 176.958 362 9 0 -48.4746 -107.641 64.15 + 6 106.44 657 8 1 -48.461 -107.639 35.55 + 6 106.955 362 8 0 -48.4601 -107.639 34.15 + 6 160.076 658 7 1 -48.4386 -107.631 5.55 + 6 100.382 362 7 0 -48.4373 -107.63 4.15 + 6 165.763 658 6 1 -48.4108 -107.61 -24.45 + 6 132.292 362 6 0 -48.4101 -107.61 -25.85 + 6 148.047 658 5 1 -48.3976 -107.607 -54.45 + 6 145.836 362 5 0 -48.398 -107.606 -55.85 + 6 109.314 658 4 1 -48.4096 -107.601 -84.45 + 6 175.456 362 4 0 -48.4104 -107.602 -85.85 + 6 97.5039 658 3 1 -48.4269 -107.618 -114.45 + 6 120.581 362 3 0 -48.4277 -107.618 -115.85 + 6 132.842 658 2 1 -48.442 -107.628 -144.45 + 6 108.673 362 2 0 -48.442 -107.629 -145.85 + 6 107.925 658 1 1 -48.4438 -107.658 -174.45 + 6 103.22 362 1 0 -48.4451 -107.66 -175.85 + 6 97.4966 657 0 1 -48.4728 -107.71 -204.45 + 6 113.086 362 0 0 -48.4732 -107.713 -205.85 + 6 0.608826 328 5 0 -51.8747 -114.549 -56.25 + 6 140.168 327 5 0 -51.8764 -114.55 -56.2478 + 6 117.491 389 5 0 -67.0513 -102.321 -56.25 +Number of digits in this event = 15 Using G4ParticleGun ... -4.52367 LIN +2.42095 LIN proton Event: 7 -Number of tracker hits in this event = 116 - 7 40597.8 1586 8 1 137.437 -11.1514 35.55 - 7 7576.41 1587 8 1 137.55 -11.6586 35.4971 - 7 1169.43 809 9 0 165.805 -18.1991 63.75 - 7 1118.28 808 9 0 166.011 -18.25 63.953 - 7 554.936 1735 9 1 167.257 -18.5267 65.15 - 7 1213.03 1736 9 1 167.35 -18.5477 65.2393 - 7 771.144 1737 9 1 167.55 -18.5919 65.4284 - 7 1419.62 900 9 0 138.322 0.162955 63.75 - 7 1310.32 901 9 0 138.329 0.25 63.9648 - 7 3141.92 1591 9 1 138.376 0.725535 65.15 - 7 3149.04 962 10 0 139.953 12.5854 93.75 - 7 4741.02 963 10 0 139.958 12.65 93.9022 - 7 187.495 1592 4 1 138.723 61.1966 -84.6215 - 7 9730.23 1585 8 1 137.345 -11.0413 35.55 - 7 1208.99 1588 8 1 137.75 -11.0418 35.326 - 7 2194.55 847 8 0 138.701 -10.6277 34.15 - 7 1042.92 1711 7 1 162.408 -0.415351 5.55 - 7 1179.8 1712 7 1 162.55 -0.386092 5.36056 - 7 2463.44 899 7 0 163.469 -0.205498 4.15 - 7 7246.23 843 9 0 106.712 -11.2756 63.75 - 7 253.361 967 9 0 160.049 13.597 63.75 - 7 1074.2 968 9 0 160.098 13.65 63.8099 - 7 583.792 969 9 0 160.28 13.85 64.0344 - 7 632.225 1705 9 1 161.252 14.8908 65.15 - 7 1411.88 1706 9 1 161.35 14.9954 65.262 - 7 345.438 1707 9 1 161.55 15.2014 65.488 - 7 1442.29 1062 10 0 179.141 32.5109 93.75 - 7 1331.98 1063 10 0 179.282 32.65 93.9778 - 7 1245.99 1799 10 1 180.038 33.3205 95.15 - 7 488.365 359 9 0 11.7083 -108.207 63.75 - 7 674.755 358 9 0 11.523 -108.35 63.7913 - 7 671.055 357 9 0 11.267 -108.55 63.8475 - 7 621.182 356 9 0 11.011 -108.75 63.903 - 7 586.144 355 9 0 10.7564 -108.95 63.9573 - 7 640.738 354 9 0 10.5055 -109.15 64.0108 - 7 654.669 353 9 0 10.2551 -109.35 64.0638 - 7 364.922 352 9 0 10.0006 -109.55 64.1173 - 7 153.497 926 9 1 5.313 -113.137 65.15 - 7 592.944 925 9 1 5.25 -113.185 65.1639 - 7 603.358 924 9 1 5.05 -113.338 65.2073 - 7 426.273 923 9 1 4.85 -113.49 65.2501 - 7 514.858 922 9 1 4.65 -113.642 65.2923 - 7 458.864 921 9 1 4.45 -113.794 65.3342 - 7 517.517 920 9 1 4.25 -113.948 65.3757 - 7 641.05 919 9 1 4.05 -114.103 65.4181 - 7 565.118 918 9 1 3.85 -114.259 65.4602 - 7 564.015 917 9 1 3.65 -114.416 65.5032 - 7 48.5614 916 9 1 3.45 -114.571 65.5468 - 7 1687.64 844 8 0 136.797 -11.2368 34.15 - 7 1671.88 1528 7 1 125.897 -12.1057 5.55 - 7 2017.42 839 7 0 125.415 -12.129 4.15 - 7 520.797 1477 6 1 115.588 -12.9914 -24.45 - 7 1892.01 1476 6 1 115.55 -12.9815 -24.5389 - 7 2454.04 836 6 0 114.978 -12.8295 -25.85 - 7 749.106 1411 5 1 102.381 -8.79865 -54.45 - 7 2670.9 1410 5 1 102.35 -8.79083 -54.5489 - 7 4278.32 856 5 0 101.973 -8.69265 -55.85 - 7 461.313 842 8 0 138.468 -11.5376 34.15 - 7 107.26 1685 7 1 157.324 -17.9439 5.55 - 7 389.637 1686 7 1 157.35 -17.9517 5.51002 - 7 70.652 1687 7 1 157.55 -18.0101 5.20456 - 7 280.003 809 7 0 158.241 -18.2117 4.15 - 7 227.498 808 7 0 158.372 -18.25 3.94966 - 7 84.1052 1783 6 1 176.907 -23.5102 -24.45 - 7 400.379 1784 6 1 176.95 -23.5235 -24.5192 - 7 38.3406 1785 6 1 177.15 -23.5842 -24.8397 - 7 612.655 781 6 0 177.779 -23.7787 -25.85 - 7 32.5348 780 6 0 178.009 -23.85 -26.2201 - 7 46.2969 553 7 0 -14.8555 -69.45 4.01907 - 7 35.3934 628 7 1 -54.3453 -99.6723 5.55 - 7 96.2397 629 7 1 -54.25 -99.6767 5.50759 - 7 102.513 630 7 1 -54.05 -99.6999 5.47846 - 7 189.733 632 7 1 -53.65 -98.2916 5.47463 - 7 566.059 1589 8 1 137.985 -11.0707 35.55 - 7 641.228 1590 8 1 138.15 -11.0443 35.4839 - 7 381.215 1591 8 1 138.35 -11.0139 35.404 - 7 401.8 1592 8 1 138.55 -10.9838 35.3227 - 7 394.069 1593 8 1 138.75 -10.9526 35.2447 - 7 80.3341 1594 8 1 138.95 -10.9195 35.1664 - 7 1834.17 848 8 0 141.789 -10.45 34.0732 - 7 274.263 1584 8 1 137.028 -10.586 35.55 - 7 696.177 1583 8 1 136.95 -10.475 35.5186 - 7 876.937 1582 8 1 136.75 -10.1862 35.4383 - 7 862.092 1581 8 1 136.55 -9.90166 35.3589 - 7 816.41 1580 8 1 136.35 -9.6178 35.2799 - 7 438.737 1579 8 1 136.15 -9.33565 35.2011 - 7 267.175 872 8 0 133.506 -5.54431 34.15 - 7 508.435 873 8 0 133.44 -5.45 34.1238 - 7 580.579 874 8 0 133.301 -5.25 34.0682 - 7 655.73 875 8 0 133.163 -5.05 34.0131 - 7 536.344 876 8 0 133.023 -4.85 33.958 - 7 674.686 877 8 0 132.882 -4.65 33.9056 - 7 628.967 878 8 0 132.736 -4.45 33.8515 - 7 576.448 879 8 0 132.592 -4.25 33.7999 - 7 2507.05 1166 7 1 53.448 106.216 5.55 - 7 3005.5 1165 7 1 53.25 106.482 5.43351 - 7 4325.81 1164 7 1 53.05 106.759 5.31156 - 7 1567.06 1163 7 1 52.85 107.009 5.17874 - 7 2055.72 1443 7 0 50.9442 108.897 4.15 - 7 437.848 843 8 0 137.819 -11.2891 34.15 - 7 524.541 1625 7 1 145.217 -13.1484 5.55 - 7 617.217 833 7 0 145.543 -13.3308 4.15 - 7 348.829 1659 6 1 152.057 -17.0795 -24.45 - 7 619.241 813 6 0 152.371 -17.2693 -25.85 - 7 213.477 1693 5 1 158.895 -21.0031 -54.45 - 7 425.292 1694 5 1 158.95 -21.0273 -54.6599 - 7 433.386 794 5 0 159.268 -21.1648 -55.85 - 7 160.259 1733 4 1 166.938 -24.2729 -84.45 - 7 548.988 1734 4 1 166.95 -24.2779 -84.4959 - 7 233.763 778 4 0 167.315 -24.424 -85.85 - 7 155.127 777 4 0 167.38 -24.45 -86.0913 - 7 68.853 1773 3 1 174.934 -27.541 -114.45 - 7 347.376 1774 3 1 174.95 -27.5474 -114.508 - 7 484.319 761 3 0 175.322 -27.6964 -115.85 - 7 715.073 849 8 0 139.769 -10.25 34.1478 - 7 84.4211 850 8 0 140.267 -10.05 33.8096 -Number of digits in this event = 107 -Using G4ParticleGun ... -7.29572 LIN +Number of tracker hits in this event = 46 + 7 145.528 1316 9 1 83.2924 95.3501 65.55 + 7 125.362 1376 9 0 83.2848 95.3509 64.15 + 7 336.806 1315 8 1 83.1385 95.373 35.55 + 7 105.13 1376 8 0 83.1286 95.3725 34.15 + 7 228.174 1314 7 1 82.9229 95.3624 5.55 + 7 141.05 1376 7 0 82.9125 95.365 4.15 + 7 121.371 1313 6 1 82.7009 95.415 -24.45 + 7 110.244 1376 6 0 82.6893 95.4193 -25.85 + 7 180.236 1311 5 1 82.4457 95.5056 -54.45 + 7 117.81 1376 5 0 82.4331 95.5121 -55.85 + 7 121.212 1310 4 1 82.1833 95.6357 -84.45 + 7 149.206 1377 4 0 82.1715 95.6399 -85.85 + 7 115.903 1309 3 1 81.9283 95.731 -114.45 + 7 125.794 1377 3 0 81.9206 95.7341 -115.85 + 7 124.446 1308 2 1 81.7633 95.7989 -144.45 + 7 143.069 1378 2 0 81.7558 95.8024 -145.85 + 7 144.895 1307 1 1 81.6013 95.8732 -174.45 + 7 123.086 1378 1 0 81.5965 95.8746 -175.85 + 7 367.372 1307 0 1 81.5094 95.9146 -204.45 + 7 250.633 1306 0 1 81.45 95.817 -204.696 + 7 345.178 1305 0 1 81.25 95.6451 -204.628 + 7 299.479 1304 0 1 81.05 95.5124 -204.744 + 7 395.251 1373 0 0 80.7468 94.9378 -205.85 + 7 28.3065 1253 0 0 42.8941 70.7707 -206.25 + 7 3.68458 1601 1 0 141.738 140.55 -176.077 + 7 313.438 1706 2 0 108.513 161.516 -146.25 + 7 343.489 1303 0 1 80.85 94.2766 -204.584 + 7 340.527 1302 0 1 80.65 93.7893 -204.546 + 7 163.403 1301 0 1 80.45 93.2947 -204.503 + 7 22.096 1300 0 1 80.25 92.7993 -204.459 + 7 29.6063 653 1 0 23.1744 -49.3731 -176.25 + 7 97.6134 652 1 0 23.1436 -49.45 -176.235 + 7 75.7538 651 1 0 23.0633 -49.65 -176.194 + 7 71.7983 650 1 0 22.9836 -49.85 -176.153 + 7 74.4184 649 1 0 22.9044 -50.05 -176.111 + 7 72.7572 648 1 0 22.8256 -50.25 -176.069 + 7 73.5721 647 1 0 22.7468 -50.45 -176.027 + 7 89.4565 646 1 0 22.6685 -50.65 -175.985 + 7 349.362 645 1 0 22.5905 -50.85 -175.943 + 7 75.3396 644 1 0 22.5123 -51.05 -175.901 + 7 16.9105 643 1 0 22.4327 -51.25 -175.859 + 7 60.6486 1002 1 1 20.5152 -56.0693 -174.85 + 7 305.407 1001 1 1 20.45 -56.2331 -174.816 + 7 225.467 1000 1 1 20.25 -56.738 -174.709 + 7 249.907 999 1 1 20.05 -57.2549 -174.602 + 7 88.8128 998 1 1 19.85 -57.7739 -174.497 +Number of digits in this event = 30 +Using G4ParticleGun ... +9.37757 LIN proton Event: 8 -Number of tracker hits in this event = 73 - 8 140.154 823 11 1 -15.2748 -42.16 125.55 - 8 96.6316 689 11 0 -15.2743 -42.1602 124.15 - 8 130.323 823 10 1 -15.2636 -42.1672 95.55 - 8 143.606 689 10 0 -15.2635 -42.1679 94.15 - 8 142.119 823 9 1 -15.2612 -42.1807 65.55 - 8 146.666 689 9 0 -15.2613 -42.1806 64.15 - 8 90.0632 823 8 1 -15.2694 -42.1814 35.55 - 8 138.64 689 8 0 -15.27 -42.1807 34.15 - 8 119.255 823 7 1 -15.2838 -42.1625 5.55 - 8 12992.2 689 7 0 -15.2839 -42.162 4.15 - 8 16.9185 836 7 1 -12.8474 -42.3642 5.55 - 8 164.144 835 7 1 -12.85 -42.3435 5.48849 - 8 340.783 688 7 0 -13.5577 -42.356 4.14954 - 8 87.6609 792 7 0 -113.283 -21.5116 3.75 - 8 5.36739 793 7 0 -113.446 -21.45 3.75492 - 8 11260.4 828 7 1 -14.3421 -41.7252 5.15 - 8 185.273 690 7 0 -15.1887 -42.05 4.00627 - 8 4.81993 691 7 0 -15.0188 -41.85 3.75872 - 8 101.519 921 6 1 4.37864 -18.9755 -24.45 - 8 263.179 922 6 1 4.45 -18.8905 -24.5547 - 8 0.527892 923 6 1 4.65 -18.652 -24.8486 - 8 172.919 811 6 0 5.33179 -17.837 -25.85 - 8 113.698 812 6 0 5.4882 -17.65 -26.0797 - 8 59.0535 1023 5 1 24.7941 5.42283 -54.45 - 8 208.64 1024 5 1 24.85 5.4906 -54.5311 - 8 27.822 1025 5 1 25.05 5.73315 -54.8215 - 8 91.6466 932 5 0 25.7576 6.59556 -55.85 - 8 264.804 933 5 0 25.8023 6.65 -55.9149 - 8 68.1408 934 5 0 25.9661 6.85 -56.153 - 8 83.0495 1126 4 1 45.3864 30.5622 -84.45 - 8 217.055 1127 4 1 45.45 30.6349 -84.5366 - 8 48.0442 1128 4 1 45.65 30.8633 -84.8093 - 8 137.072 1058 4 0 46.4144 31.7343 -85.85 - 8 172.363 1059 4 0 46.5159 31.85 -85.9882 - 8 12.0449 1060 4 0 46.6911 32.05 -86.2277 - 8 57.0823 1236 3 1 67.4235 55.6511 -114.45 - 8 227.727 1237 3 1 67.45 55.6825 -114.488 - 8 77.4697 1238 3 1 67.65 55.9154 -114.777 - 8 69.3648 1183 3 0 68.3964 56.7791 -115.85 - 8 199.999 1184 3 0 68.4577 56.85 -115.938 - 8 52.0749 1185 3 0 68.6306 57.05 -116.187 - 8 14.0217 1341 2 1 88.4382 79.8512 -144.45 - 8 211.734 1342 2 1 88.45 79.8649 -144.467 - 8 97.5602 1343 2 1 88.65 80.0976 -144.76 - 8 89.3717 1304 2 0 89.395 80.9659 -145.85 - 8 201.976 1305 2 0 89.4672 81.05 -145.956 - 8 31.4475 1306 2 0 89.6391 81.25 -146.206 - 8 174.281 1444 1 1 109.007 103.906 -174.45 - 8 282.871 1445 1 1 109.15 104.069 -174.664 - 8 195.539 1424 1 0 109.947 104.973 -175.85 - 8 130.12 1425 1 0 110.103 105.15 -176.082 - 8 98.2514 1545 0 1 129.279 126.675 -204.45 - 8 265.039 1546 0 1 129.35 126.753 -204.551 - 8 10.6694 1547 0 1 129.55 126.971 -204.835 - 8 276.122 1538 0 0 130.267 127.751 -205.85 - 8 84.4063 1539 0 0 130.45 127.95 -206.109 - 8 95.1929 1029 5 1 25.9904 5.91062 -54.85 - 8 195.085 815 6 1 -16.8947 -43.8038 -24.45 - 8 145.867 680 6 0 -16.9738 -43.885 -25.85 - 8 117.634 807 5 1 -18.5916 -45.5419 -54.45 - 8 144.229 672 5 0 -18.6715 -45.6241 -55.85 - 8 97.2506 798 4 1 -20.3041 -47.3004 -84.45 - 8 124.355 663 4 0 -20.383 -47.3825 -85.85 - 8 108.683 790 3 1 -21.9968 -49.0565 -114.45 - 8 141.601 654 3 0 -22.0765 -49.1382 -115.85 - 8 183.606 781 2 1 -23.7046 -50.8036 -144.45 - 8 102.516 645 2 0 -23.7837 -50.8862 -145.85 - 8 125.91 773 1 1 -25.4027 -52.5737 -174.45 - 8 192.763 636 1 0 -25.4818 -52.6563 -175.85 - 8 204.44 764 0 1 -27.0974 -54.3419 -204.45 - 8 109.197 628 0 0 -27.1765 -54.4247 -205.85 - 8 222.229 789 3 1 -22.05 -49.0733 -114.642 - 8 101.081 788 3 1 -22.25 -48.8302 -114.735 -Number of digits in this event = 41 +Number of tracker hits in this event = 28 + 8 109.835 551 11 0 45.5367 -69.7856 124.15 + 8 180.728 1127 10 1 45.5351 -69.7835 95.55 + 8 192.612 551 10 0 45.5346 -69.783 94.15 + 8 144.408 1127 9 1 45.5269 -69.7717 65.55 + 8 134.399 551 9 0 45.5241 -69.7713 64.15 + 8 125.108 1127 8 1 45.4656 -69.7629 35.55 + 8 117.616 551 8 0 45.4622 -69.7627 34.15 + 8 151.948 1126 7 1 45.392 -69.7588 5.55 + 8 98.2278 551 7 0 45.3889 -69.7592 4.15 + 8 127.148 1126 6 1 45.3244 -69.7669 -24.45 + 8 176.351 551 6 0 45.3212 -69.768 -25.85 + 8 158.473 1126 5 1 45.2591 -69.7855 -54.45 + 8 95.7374 551 5 0 45.2562 -69.7864 -55.85 + 8 111.221 1125 4 1 45.1976 -69.8064 -84.45 + 8 108.626 551 4 0 45.1945 -69.8073 -85.85 + 8 100.464 1125 3 1 45.1317 -69.8293 -114.45 + 8 142.774 551 3 0 45.128 -69.8309 -115.85 + 8 92.6772 1125 2 1 45.0512 -69.8624 -144.45 + 8 16.2138 1124 2 1 45.05 -69.8632 -144.782 + 8 123.231 550 2 0 45.0461 -69.8655 -145.85 + 8 142.208 1124 1 1 44.9411 -69.9307 -174.45 + 8 119.74 550 1 0 44.9355 -69.9339 -175.85 + 8 113.533 1123 0 1 44.8206 -69.9956 -204.45 + 8 134.127 550 0 0 44.8169 -69.998 -205.85 + 8 101.171 550 3 0 45.1036 -69.85 -115.974 + 8 14.231 1128 10 1 45.6501 -69.9364 95.2094 + 8 161.013 548 10 0 46.2144 -70.3 94.15 + 8 2.50769 547 10 0 46.4504 -70.45 93.7561 +Number of digits in this event = 15 Using G4ParticleGun ... -9.43778 LIN +9.40382 LIN proton Event: 9 -Number of tracker hits in this event = 23 - 9 113.77 617 10 1 -56.5697 66.315 95.55 - 9 95.9787 1231 10 0 -56.5704 66.3143 94.15 - 9 143.625 617 9 1 -56.5846 66.3008 65.55 - 9 103.551 1231 9 0 -56.5857 66.3004 64.15 - 9 137.428 617 8 1 -56.6062 66.2966 35.55 - 9 109.038 1231 8 0 -56.607 66.2966 34.15 - 9 117.438 617 7 1 -56.6226 66.2921 5.55 - 9 143.426 1231 7 0 -56.6235 66.2917 4.15 - 9 103.783 617 6 1 -56.634 66.2866 -24.45 - 9 162.602 1231 6 0 -56.6343 66.2856 -25.85 - 9 116.22 617 5 1 -56.6403 66.2611 -54.45 - 9 103.621 1231 5 0 -56.6404 66.2596 -55.85 - 9 122.759 617 4 1 -56.6439 66.2266 -84.45 - 9 117.3 1230 4 0 -56.6451 66.225 -85.85 - 9 127.201 616 3 1 -56.6704 66.1926 -114.45 - 9 91.8955 1230 3 0 -56.6716 66.1902 -115.85 - 9 101.088 616 2 1 -56.701 66.1435 -144.45 - 9 106.887 1230 2 0 -56.7023 66.1409 -145.85 - 9 101.234 616 1 1 -56.7303 66.0914 -174.45 - 9 143.592 1230 1 0 -56.7322 66.0896 -175.85 - 9 94.4122 616 0 1 -56.7729 66.0504 -204.45 - 9 134.645 1229 0 0 -56.7753 66.048 -205.85 - 9 26.5544 1248 4 0 57.2499 69.6829 -86.0892 -Number of digits in this event = 11 +Number of tracker hits in this event = 18 + 9 95.0155 484 8 1 -83.2009 -116.926 35.55 + 9 123.185 316 8 0 -83.2013 -116.926 34.15 + 9 88.6143 484 7 1 -83.2077 -116.93 5.55 + 9 103.158 316 7 0 -83.2086 -116.93 4.15 + 9 103.837 484 6 1 -83.2267 -116.946 -24.45 + 9 169.74 316 6 0 -83.2274 -116.947 -25.85 + 9 96.1143 484 5 1 -83.2495 -116.952 -54.45 + 9 109.464 315 5 0 -83.2499 -116.953 -55.85 + 9 111.823 483 4 1 -83.2579 -116.96 -84.45 + 9 107.494 315 4 0 -83.2589 -116.961 -85.85 + 9 138.833 483 3 1 -83.2789 -116.992 -114.45 + 9 115.837 315 3 0 -83.2793 -116.993 -115.85 + 9 93.9192 483 2 1 -83.2875 -117.013 -144.45 + 9 143.389 315 2 0 -83.2882 -117.013 -145.85 + 9 122.912 483 1 1 -83.3041 -117.012 -174.45 + 9 128.939 315 1 0 -83.304 -117.013 -175.85 + 9 124.049 483 0 1 -83.3043 -117.021 -204.45 + 9 95.9574 315 0 0 -83.3041 -117.021 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -8.92037 LIN +4.4206 LIN proton Event: 10 -Number of tracker hits in this event = 29 - 10 141.908 663 10 0 105.852 -47.4392 94.15 - 10 96.1029 1428 9 1 105.852 -47.4384 65.55 - 10 105.927 663 9 0 105.852 -47.4391 64.15 - 10 149.406 1428 8 1 105.859 -47.4526 35.55 - 10 125.991 662 8 0 105.859 -47.455 34.15 - 10 126.179 1428 7 1 105.879 -47.5048 5.55 - 10 126.331 662 7 0 105.88 -47.5076 4.15 - 10 126.789 1428 6 1 105.896 -47.5631 -24.45 - 10 92.3205 662 6 0 105.898 -47.5658 -25.85 - 10 207.572 1428 5 1 105.931 -47.6241 -54.45 - 10 100.26 662 5 0 105.934 -47.6279 -55.85 - 10 108.965 1429 4 1 105.989 -47.7035 -84.45 - 10 329.382 661 4 0 105.992 -47.7068 -85.85 - 10 130.885 1429 3 1 106.052 -47.7699 -114.45 - 10 105.837 661 3 0 106.055 -47.7729 -115.85 - 10 254.321 1429 2 1 106.11 -47.8318 -144.45 - 10 102.998 661 2 0 106.112 -47.8354 -145.85 - 10 128.711 1429 1 1 106.143 -47.9097 -174.45 - 10 110.059 660 1 0 106.145 -47.9134 -175.85 - 10 234.138 1430 0 1 106.176 -47.9866 -204.45 - 10 103.884 660 0 0 106.178 -47.9894 -205.85 - 10 151.204 1430 2 1 106.15 -47.8349 -144.459 - 10 6.68268 1427 5 1 105.75 -47.3446 -54.8371 - 10 60.9631 671 5 0 104.611 -45.778 -55.85 - 10 178.883 672 5 0 104.489 -45.65 -55.9586 - 10 154.497 673 5 0 104.082 -45.45 -56.0538 - 10 331.988 674 5 0 103.724 -45.2499 -55.9953 - 10 62.2208 669 8 0 105.681 -46.1985 34.15 - 10 240.078 670 8 0 105.687 -46.0499 34.108 -Number of digits in this event = 18 +Number of tracker hits in this event = 25 + 10 345.457 959 11 1 12.011 54.9139 125.55 + 10 119.533 1174 11 0 12.0109 54.9129 124.15 + 10 126.827 959 10 1 12.0106 54.8904 95.55 + 10 181.374 1174 10 0 12.0107 54.8897 94.15 + 10 104.998 959 9 1 12.0114 54.8695 65.55 + 10 104.972 1174 9 0 12.0119 54.8697 64.15 + 10 133.145 959 8 1 12.0253 54.8824 35.55 + 10 130.846 1174 8 0 12.0265 54.882 34.15 + 10 292.007 959 7 1 12.0488 54.8712 5.55 + 10 117.216 1174 7 0 12.0525 54.8722 4.15 + 10 101.076 960 6 1 12.1347 54.8982 -24.45 + 10 137.863 1174 6 0 12.1407 54.9024 -25.85 + 10 207.85 961 5 1 12.2594 54.986 -54.45 + 10 181.164 1174 5 0 12.2664 54.9896 -55.85 + 10 172.609 961 4 1 12.4113 55.0628 -84.45 + 10 118.423 1175 4 0 12.415 55.0635 -85.85 + 10 96.0163 962 3 1 12.4916 55.0801 -114.45 + 10 139.687 1175 3 0 12.4932 55.0774 -115.85 + 10 87.7162 962 2 1 12.5261 55.017 -144.45 + 10 88.3968 1174 2 0 12.527 55.0132 -145.85 + 10 116.789 962 1 1 12.5476 54.9383 -174.45 + 10 100.261 1174 1 0 12.5497 54.936 -175.85 + 10 96.4764 962 0 1 12.592 54.8921 -204.45 + 10 115.625 1174 0 0 12.5923 54.8898 -205.85 + 10 8.84808 960 7 1 12.05 54.8699 5.21075 +Number of digits in this event = 12 Using G4ParticleGun ... -7.84947 LIN +1.72439 LIN proton Event: 11 -Number of tracker hits in this event = 26 - 11 111.127 1412 10 1 102.695 50.081 95.55 - 11 95.1888 1150 10 0 102.695 50.0802 94.15 - 11 103.643 1412 9 1 102.706 50.0626 65.55 - 11 118.397 1150 9 0 102.705 50.0616 64.15 - 11 97.0838 1412 8 1 102.688 50.0437 35.55 - 11 128.106 1149 8 0 102.686 50.0432 34.15 - 11 131.134 1412 7 1 102.661 50.0356 5.55 - 11 103.76 1149 7 0 102.66 50.0347 4.15 - 11 145.547 1412 6 1 102.645 50.0158 -24.45 - 11 124.586 1149 6 0 102.645 50.0148 -25.85 - 11 100.684 1412 5 1 102.625 49.9939 -54.45 - 11 128.497 1149 5 0 102.623 49.9942 -55.85 - 11 129.604 1412 4 1 102.586 49.9976 -84.45 - 11 120.064 1149 4 0 102.585 49.9976 -85.85 - 11 159.455 1412 3 1 102.551 49.9973 -114.45 - 11 249.147 1149 3 0 102.55 49.9971 -115.85 - 11 125.167 1411 2 1 102.516 49.9938 -144.45 - 11 158.931 1149 2 0 102.515 49.9934 -145.85 - 11 102.201 1411 1 1 102.5 49.9887 -174.45 - 11 111.951 1149 1 0 102.499 49.9883 -175.85 - 11 135.229 1411 0 1 102.475 49.9775 -204.45 - 11 172.164 1149 0 0 102.474 49.9776 -205.85 - 11 27.6635 1276 2 0 102.09 75.4053 -146.25 - 11 328.931 1277 2 0 102.083 75.45 -146.199 - 11 79.5087 1411 3 1 102.55 50.0235 -114.455 - 11 333.986 1410 3 1 102.35 50.0682 -114.511 -Number of digits in this event = 16 +Number of tracker hits in this event = 110 + 11 132.037 1508 9 1 121.924 50.8999 65.55 + 11 115.279 1154 9 0 121.927 50.8981 64.15 + 11 102.032 1509 8 1 121.989 50.8494 35.55 + 11 147.34 1153 8 0 121.989 50.8441 34.15 + 11 257.746 1509 7 1 121.984 50.7482 5.55 + 11 106.922 1153 7 0 121.981 50.7431 4.15 + 11 150.244 1508 6 1 121.931 50.6398 -24.45 + 11 110.896 1152 6 0 121.93 50.6343 -25.85 + 11 132.526 1508 5 1 121.916 50.5098 -54.45 + 11 103.112 1152 5 0 121.916 50.5052 -55.85 + 11 101.6 1508 4 1 121.921 50.4181 -84.45 + 11 115.206 1151 4 0 121.92 50.4125 -85.85 + 11 110.884 1508 3 1 121.899 50.3118 -114.45 + 11 96.8424 1151 3 0 121.898 50.3038 -115.85 + 11 124.053 1508 2 1 121.865 50.1346 -144.45 + 11 112.354 1150 2 0 121.861 50.1249 -145.85 + 11 104.564 1508 1 1 121.786 49.9259 -174.45 + 11 121.508 1149 1 0 121.782 49.9155 -175.85 + 11 181.314 1507 0 1 121.699 49.6992 -204.45 + 11 130.234 1148 0 0 121.694 49.6883 -205.85 + 11 91.0218 507 0 0 49.2966 -78.45 -206.168 + 11 169.574 508 0 0 49.4699 -78.45 -206.118 + 11 123.957 1447 1 1 109.619 54.0061 -174.451 + 11 115.921 1448 1 1 109.75 54.3427 -174.732 + 11 39.0856 1252 1 0 110.454 70.5798 -175.85 + 11 6.60706 1253 1 0 110.46 70.65 -175.852 + 11 122.064 1455 1 1 111.248 77.0646 -174.85 + 11 272.448 1456 1 1 111.35 77.4714 -174.777 + 11 112.597 1296 1 0 111.204 79.2507 -175.85 + 11 152.457 1297 1 0 111.219 79.45 -175.97 + 11 65.74 1298 1 0 111.46 79.65 -175.96 + 11 75.0189 1299 1 0 111.526 79.85 -176.003 + 11 47.8739 1300 1 0 111.564 80.05 -175.991 + 11 75.3133 1301 1 0 111.589 80.2502 -176.033 + 11 99.4348 1302 1 0 111.605 80.4501 -176.154 + 11 7.77525 1584 1 0 68.7123 137.138 -176.25 + 11 142.191 1585 1 0 68.6924 137.15 -176.22 + 11 70.7208 1586 1 0 68.4556 137.35 -175.974 + 11 363.404 1241 1 1 68.3729 138.878 -174.85 + 11 117.228 1400 11 0 -138.875 100.311 123.75 + 11 25.3608 1401 11 0 -138.702 100.35 124.085 + 11 8.89637 213 11 1 -137.366 101.16 125.15 + 11 69.1991 214 11 1 -137.35 101.17 125.163 + 11 245.314 215 11 1 -137.15 101.241 125.275 + 11 71.1518 216 11 1 -136.95 101.271 125.361 + 11 64.8621 217 11 1 -136.75 101.321 125.483 + 11 11.3017 218 11 1 -136.55 101.335 125.48 + 11 408.145 133 10 1 -153.381 98.1011 95.5494 + 11 126.103 134 10 1 -153.35 97.9947 95.4779 + 11 94.7482 1377 10 0 -154.115 95.7423 94.15 + 11 66.4228 1376 10 0 -154.177 95.5496 93.9996 + 11 16.4769 1375 10 0 -154.226 95.3495 93.8053 + 11 122.921 123 9 1 -155.382 64.6539 65.55 + 11 120.04 1222 9 0 -155.432 64.5592 64.15 + 11 32.143 125 10 1 -154.995 96.1823 95.1502 + 11 41.0133 1373 10 0 -156.864 94.9177 94.15 + 11 0.0561519 107 10 1 -158.589 93.1967 95.15 + 11 62.0409 1356 10 0 -161.727 91.5182 94.1499 + 11 170.889 1389 10 0 -153.393 98.113 94.15 + 11 175.873 1484 1 0 -20.3409 116.95 -176.186 + 11 10.5934 1485 1 0 -20.7947 117.15 -175.861 + 11 305.368 791 1 1 -21.6724 118.042 -174.85 + 11 174.408 790 1 1 -21.8503 118.181 -174.666 + 11 64.3033 789 1 1 -22.05 118.284 -174.543 + 11 55.8771 1483 1 0 -21.9943 116.95 -175.973 + 11 56.7288 1482 1 0 -22.0117 116.75 -176.062 + 11 57.1891 1481 1 0 -21.9726 116.55 -176.118 + 11 94.7895 1480 1 0 -21.9259 116.35 -176.078 + 11 62.004 1479 1 0 -21.7755 116.15 -176 + 11 76.9896 1478 1 0 -21.7049 115.95 -175.955 + 11 188.435 1477 1 0 -21.5551 115.75 -175.939 + 11 22.0813 1476 1 0 -21.2325 115.55 -176.221 + 11 134.72 1512 1 0 27.9235 122.594 -176.25 + 11 139.648 1772 1 0 -19.6229 174.622 -176.25 + 11 111.423 1322 1 0 19.6605 84.5079 -176.25 + 11 50.1714 1001 1 1 20.3067 84.6002 -174.85 + 11 78.8391 1002 1 1 20.45 84.5741 -174.663 + 11 91.9807 1003 1 1 20.65 84.4733 -174.451 + 11 49.5252 1004 1 1 20.85 84.2968 -174.665 + 11 85.6839 1318 1 0 20.8283 83.8346 -175.85 + 11 83.1323 1317 1 0 20.8653 83.65 -176.003 + 11 58.1305 1316 1 0 20.8649 83.45 -175.959 + 11 30.6407 991 1 1 18.3608 81.5306 -174.85 + 11 42.5127 929 1 1 5.87392 78.0427 -174.85 + 11 53.649 928 1 1 5.85 78.0356 -174.842 + 11 26.4827 1274 1 0 13.8039 74.9528 -175.85 + 11 31.3708 966 1 1 13.3639 72.7275 -174.85 + 11 139.61 1269 1 0 11.704 73.9508 -175.85 + 11 717.802 1346 1 0 -54.3282 89.2534 -176.25 + 11 117.598 318 0 1 -116.419 86.7117 -204.45 + 11 92.4767 1330 0 0 -116.203 86.1954 -205.85 + 11 87.371 1329 0 0 -116.131 86.05 -206.046 + 11 300.027 1280 0 0 -131.716 76.1082 -206.25 + 11 30.6988 229 0 1 -134.282 76.4183 -204.85 + 11 74.9729 228 0 1 -134.35 76.4232 -204.815 + 11 63.9109 227 0 1 -134.55 76.3729 -204.699 + 11 52.8397 226 0 1 -134.75 76.372 -204.617 + 11 53.6868 225 0 1 -134.95 76.3927 -204.551 + 11 79.2884 224 0 1 -135.15 76.3848 -204.493 + 11 112.616 223 0 1 -135.35 76.3245 -204.488 + 11 71.0929 222 0 1 -135.55 76.2254 -204.56 + 11 71.3962 221 0 1 -135.75 76.0887 -204.726 + 11 19.6126 220 0 1 -135.95 76.0031 -204.812 + 11 123.938 1273 0 0 -138.71 74.8077 -205.85 + 11 96.4269 1272 0 0 -139.06 74.6499 -205.931 + 11 61.3708 1271 0 0 -139.34 74.45 -205.914 + 11 44.7889 197 0 1 -140.671 73.3418 -204.85 + 11 111.487 196 0 1 -140.75 73.2569 -204.749 + 11 107.561 195 0 1 -140.95 73.1875 -204.534 + 11 294.83 194 0 1 -141.15 73.1889 -204.494 +Number of digits in this event = 37 Using G4ParticleGun ... -3.1829 LIN +2.66678 LIN proton Event: 12 -Number of tracker hits in this event = 26 - 12 105.65 759 11 1 -28.102 0.463289 125.55 - 12 170.468 902 11 0 -28.1033 0.462703 124.15 - 12 120.405 759 10 1 -28.1207 0.44948 95.55 - 12 103.612 902 10 0 -28.1193 0.450014 94.15 - 12 219.178 759 9 1 -28.0933 0.459841 65.55 - 12 138.429 902 9 0 -28.0917 0.45929 64.15 - 12 132.928 759 8 1 -28.0581 0.460151 35.55 - 12 89.6037 902 8 0 -28.0558 0.46281 34.15 - 12 128.819 760 7 1 -28.013 0.514911 5.55 - 12 127.628 902 7 0 -28.0124 0.517256 4.15 - 12 152.858 760 6 1 -28.0007 0.564679 -24.45 - 12 99.8808 902 6 0 -28.0046 0.568301 -25.85 - 12 101.857 759 5 1 -28.0774 0.644319 -54.45 - 12 122.298 902 5 0 -28.081 0.647656 -55.85 - 12 112.994 759 4 1 -28.1556 0.712986 -84.45 - 12 129.346 903 4 0 -28.1589 0.715141 -85.85 - 12 169.485 759 3 1 -28.228 0.758665 -114.45 - 12 118.692 903 3 0 -28.2297 0.760241 -115.85 - 12 112.938 758 2 1 -28.268 0.792307 -144.45 - 12 99.102 903 2 0 -28.2694 0.793891 -145.85 - 12 113.856 758 1 1 -28.3002 0.826366 -174.45 - 12 138.966 903 1 0 -28.301 0.828687 -175.85 - 12 104.864 758 0 1 -28.3078 0.868264 -204.45 - 12 161.745 904 0 0 -28.3108 0.86804 -205.85 - 12 170.102 901 10 0 -28.1189 0.45 93.8824 - 12 251.931 900 10 0 -28.0887 0.25 93.9602 -Number of digits in this event = 18 +Number of tracker hits in this event = 22 + 12 86.2221 1237 10 1 67.461 -79.0047 95.55 + 12 126.626 505 10 0 67.4624 -79.0009 94.15 + 12 110.747 1237 9 1 67.4825 -78.9248 65.55 + 12 91.8247 505 9 0 67.4841 -78.9215 64.15 + 12 261.419 1237 8 1 67.5113 -78.8568 35.55 + 12 105.085 505 8 0 67.5145 -78.8557 34.15 + 12 146.591 1237 7 1 67.5684 -78.8334 5.55 + 12 125.022 506 7 0 67.5729 -78.8323 4.15 + 12 217.207 1238 6 1 67.6654 -78.8149 -24.45 + 12 95.2205 506 6 0 67.6698 -78.812 -25.85 + 12 101.598 1238 5 1 67.7528 -78.7543 -54.45 + 12 110.56 506 5 0 67.7562 -78.7513 -55.85 + 12 163.206 1238 4 1 67.8211 -78.688 -84.45 + 12 109.28 506 4 0 67.8241 -78.6878 -85.85 + 12 163.684 1239 3 1 67.886 -78.6852 -114.45 + 12 116.651 506 3 0 67.8874 -78.687 -115.85 + 12 158.023 1239 2 1 67.9092 -78.7233 -144.45 + 12 117.079 506 2 0 67.9096 -78.7245 -145.85 + 12 138.262 1239 1 1 67.9099 -78.7499 -174.45 + 12 133.02 506 1 0 67.9091 -78.7511 -175.85 + 12 91.8366 1239 0 1 67.8934 -78.7733 -204.45 + 12 94.9146 506 0 0 67.8944 -78.7718 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -3.48911 LIN +3.53773 LIN proton Event: 13 -Number of tracker hits in this event = 25 - 13 136.464 575 10 1 -64.9756 90.8502 95.55 - 13 109.379 1353 10 0 -64.9742 90.8494 94.15 - 13 170.277 575 9 1 -64.9417 90.8356 65.55 - 13 113.684 1353 9 0 -64.9425 90.837 64.15 - 13 160.09 575 8 1 -64.9563 90.8724 35.55 - 13 124.017 1353 8 0 -64.9586 90.8729 34.15 - 13 97.5183 575 7 1 -65.011 90.8827 5.55 - 13 123.736 1353 7 0 -65.0138 90.8824 4.15 - 13 420.549 574 6 1 -65.0656 90.8726 -24.45 - 13 103.56 1353 6 0 -65.0678 90.8725 -25.85 - 13 162.216 574 5 1 -65.1071 90.862 -54.45 - 13 98.4823 1353 5 0 -65.1076 90.8633 -55.85 - 13 123.447 574 4 1 -65.108 90.8998 -84.45 - 13 98.7551 1353 4 0 -65.1071 90.9016 -85.85 - 13 109.214 574 3 1 -65.0896 90.9432 -114.45 - 13 109.589 1353 3 0 -65.089 90.9461 -115.85 - 13 100.389 574 2 1 -65.0833 90.9964 -144.45 - 13 121.299 1354 2 0 -65.0837 90.998 -145.85 - 13 98.3133 574 1 1 -65.096 91.0348 -174.45 - 13 111.193 1354 1 0 -65.0973 91.0383 -175.85 - 13 113.002 574 0 1 -65.1217 91.1157 -204.45 - 13 99.5179 1354 0 0 -65.1235 91.1172 -205.85 - 13 219.829 896 1 1 -0.739547 39.1337 -174.85 - 13 103.819 897 1 1 -0.649684 39.098 -174.75 - 13 104.752 575 6 1 -65.05 91.052 -24.4705 -Number of digits in this event = 13 +Number of tracker hits in this event = 29 + 13 180.198 896 11 0 -83.8247 -0.708856 124.15 + 13 118.061 481 10 1 -83.8273 -0.702081 95.55 + 13 179.676 896 10 0 -83.8281 -0.703795 94.15 + 13 105.571 480 9 1 -83.8516 -0.74197 65.55 + 13 119.249 896 9 0 -83.8531 -0.743731 64.15 + 13 219.827 480 8 1 -83.8872 -0.773633 35.55 + 13 111.688 896 8 0 -83.8917 -0.774423 34.15 + 13 113.435 480 7 1 -83.9864 -0.788127 5.55 + 13 176.838 896 7 0 -83.989 -0.788887 4.15 + 13 127.851 480 6 1 -84.0368 -0.804273 -24.45 + 13 103.331 896 6 0 -84.0382 -0.805939 -25.85 + 13 124.978 479 5 1 -84.0701 -0.842418 -54.45 + 13 112.606 896 5 0 -84.0726 -0.845973 -55.85 + 13 127.386 479 4 1 -84.1267 -0.917964 -84.45 + 13 135.291 895 4 0 -84.128 -0.921306 -85.85 + 13 113.976 479 3 1 -84.1611 -0.992703 -114.45 + 13 103.188 895 3 0 -84.1646 -0.999397 -115.85 + 13 130.847 479 2 1 -84.2343 -1.13835 -144.45 + 13 219.397 894 2 0 -84.2375 -1.14558 -145.85 + 13 327.601 478 1 1 -84.309 -1.29378 -174.45 + 13 118.538 893 1 0 -84.3116 -1.29905 -175.85 + 13 130.663 478 0 1 -84.3732 -1.40386 -204.45 + 13 118.449 893 0 0 -84.377 -1.40876 -205.85 + 13 46.9047 853 5 1 -9.31808 75.0148 -54.5618 + 13 52.3243 753 0 0 66.7971 -29.3057 -206.25 + 13 64.794 1728 10 0 -20.6884 165.776 93.75 + 13 105.525 477 1 1 -84.45 -0.762916 -174.709 + 13 47.2456 893 2 0 -84.1626 -1.25 -146.168 + 13 134.122 478 2 1 -84.25 -1.14718 -144.797 +Number of digits in this event = 16 Using G4ParticleGun ... -6.74791 LIN +3.71911 LIN proton Event: 14 -Number of tracker hits in this event = 24 - 14 107.235 650 11 1 -49.9027 -6.69465 125.55 - 14 87.8792 866 11 0 -49.9036 -6.69476 124.15 - 14 153.997 650 10 1 -49.9247 -6.69087 95.55 - 14 98.7912 866 10 0 -49.9267 -6.69009 94.15 - 14 121.332 650 9 1 -49.9698 -6.67659 65.55 - 14 134.356 866 9 0 -49.9721 -6.67683 64.15 - 14 106.225 650 8 1 -50.0147 -6.67779 35.55 - 14 117.559 866 8 0 -50.0158 -6.67872 34.15 - 14 99.8931 650 7 1 -50.0366 -6.69709 5.55 - 14 182.462 866 7 0 -50.0363 -6.69711 4.15 - 14 123.367 650 6 1 -50.0326 -6.69981 -24.45 - 14 108.33 866 6 0 -50.0315 -6.70035 -25.85 - 14 112.111 650 5 1 -50.0119 -6.70815 -54.45 - 14 109.857 866 5 0 -50.0111 -6.70879 -55.85 - 14 112.668 650 4 1 -49.994 -6.7214 -84.45 - 14 92.1254 866 4 0 -49.9931 -6.72178 -85.85 - 14 117.706 650 3 1 -49.9746 -6.72846 -114.45 - 14 100.164 866 3 0 -49.9732 -6.7281 -115.85 - 14 105.797 650 2 1 -49.9434 -6.72014 -144.45 - 14 96.3486 866 2 0 -49.936 -6.72726 -145.85 - 14 106.311 651 1 1 -49.7862 -6.86814 -174.45 - 14 111.23 865 1 0 -49.7786 -6.87527 -175.85 - 14 92.8475 652 0 1 -49.6236 -7.02554 -204.45 - 14 236.65 865 0 0 -49.6152 -7.03346 -205.85 -Number of digits in this event = 7 -Using G4ParticleGun ... -6.39289 LIN +Number of tracker hits in this event = 150 + 14 97.011 1287 9 1 77.6309 -97.7838 65.55 + 14 116.987 411 9 0 77.6298 -97.7846 64.15 + 14 116.442 1287 8 1 77.6039 -97.7994 35.55 + 14 98.1418 411 8 0 77.6039 -97.8003 34.15 + 14 194.388 1287 7 1 77.6038 -97.8135 5.55 + 14 155.723 411 7 0 77.6028 -97.813 4.15 + 14 118.799 1287 6 1 77.5815 -97.8072 -24.45 + 14 226.168 411 6 0 77.5805 -97.806 -25.85 + 14 115.079 1287 5 1 77.5657 -97.7802 -54.45 + 14 85.3607 411 5 0 77.5674 -97.7775 -55.85 + 14 104.386 1287 4 1 77.5961 -97.7188 -84.45 + 14 117.237 412 4 0 77.5944 -97.7113 -85.85 + 14 90.8127 1287 3 1 77.5238 -97.5363 -114.45 + 14 120.936 413 3 0 77.5207 -97.5269 -115.85 + 14 105.835 1287 2 1 77.4578 -97.3382 -144.45 + 14 116.707 414 2 0 77.4541 -97.3282 -145.85 + 14 6909.73 411 2 0 39.2917 -97.7768 -146.25 + 14 1054.46 1087 2 1 37.4954 -98.0013 -144.85 + 14 3082.25 1086 2 1 37.45 -98.0083 -144.814 + 14 4912.79 309 2 0 76.3047 -118.178 -146.25 + 14 769.564 329 2 0 65.3445 -114.306 -146.25 + 14 3942.93 328 2 0 65.3138 -114.35 -146.179 + 14 72.7409 327 2 0 65.1801 -114.55 -145.857 + 14 6448.13 1223 2 1 64.7877 -115.19 -144.85 + 14 351.872 1222 2 1 64.65 -115.444 -144.466 + 14 150.612 1537 0 1 127.645 -40.6152 -204.85 + 14 249.004 1536 0 1 127.55 -40.5712 -204.521 + 14 768.38 229 2 0 106.124 -134.255 -146.25 + 14 1629.67 228 2 0 106.198 -134.35 -146.178 + 14 1829.33 227 2 0 106.376 -134.55 -146.011 + 14 1984.23 1437 2 1 107.578 -135.889 -144.85 + 14 2683.23 1438 2 1 107.75 -136.079 -144.686 + 14 705.786 1439 2 1 107.95 -136.299 -144.493 + 14 116.932 489 0 0 85.1076 -82.1813 -206.25 + 14 68.4662 488 0 0 84.9732 -82.25 -206.087 + 14 344.281 1322 0 1 84.6181 -83.1979 -204.85 + 14 1733.87 1286 1 1 77.3973 -96.9822 -174.45 + 14 707.887 420 1 0 77.5807 -96.1416 -175.85 + 14 153.304 421 1 0 77.6222 -95.95 -176.168 + 14 867.847 1306 0 1 81.3158 -78.7681 -204.45 + 14 474.706 510 0 0 81.5012 -77.9695 -205.85 + 14 397.392 511 0 0 81.529 -77.85 -206.059 + 14 224.587 1287 1 1 77.5986 -97.1515 -174.45 + 14 1065.93 1288 1 1 77.65 -97.1577 -174.505 + 14 644.314 1289 1 1 77.85 -97.1817 -174.718 + 14 2034.12 414 1 0 78.8968 -97.2882 -175.85 + 14 299.363 1424 0 1 105.107 -100.42 -204.45 + 14 1415.26 1425 0 1 105.15 -100.427 -204.496 + 14 1002.17 1426 0 1 105.35 -100.46 -204.713 + 14 3312.68 397 0 0 106.363 -100.608 -205.85 + 14 19.7959 408 1 0 -102.828 -98.35 -176.068 + 14 0.314674 770 1 0 -106.93 -25.85 -175.97 + 14 235.74 588 9 1 -62.45 -145.062 65.3392 + 14 2393.4 1285 1 1 77.2396 -96.8404 -174.45 + 14 580.446 424 1 0 76.7188 -95.2458 -175.85 + 14 924.073 425 1 0 76.6876 -95.15 -175.934 + 14 356.174 426 1 0 76.6223 -94.95 -176.111 + 14 496.188 1230 0 1 66.133 -62.885 -204.45 + 14 782.923 1229 0 1 66.05 -62.6825 -204.631 + 14 648.282 594 0 0 65.4947 -61.2422 -205.85 + 14 564.916 595 0 0 65.4208 -61.05 -206.013 + 14 200.978 596 0 0 65.3435 -60.85 -206.183 + 14 108.017 587 0 0 65.3154 -62.476 -205.85 + 14 213.044 1529 1 0 -137.011 126.047 -176.25 + 14 38.6823 218 1 1 -136.455 126.31 -174.85 + 14 504.09 219 1 1 -136.35 126.317 -174.772 + 14 371.337 233 2 0 16.702 -133.495 -146.25 + 14 1293.22 232 2 0 16.6104 -133.55 -146.208 + 14 1386.33 231 2 0 16.2728 -133.75 -146.051 + 14 497.283 230 2 0 15.9392 -133.95 -145.902 + 14 351.59 966 2 1 13.3394 -135.455 -144.85 + 14 855.026 965 2 1 13.25 -135.506 -144.814 + 14 878.252 964 2 1 13.05 -135.621 -144.735 + 14 911.091 963 2 1 12.85 -135.735 -144.654 + 14 909.322 962 2 1 12.65 -135.847 -144.567 + 14 334.826 961 2 1 12.45 -135.96 -144.481 + 14 412.689 1284 1 1 77.05 -97.6995 -174.711 + 14 464.807 405 1 0 76.3357 -98.9595 -175.85 + 14 561.709 404 1 0 76.2277 -99.15 -176.022 + 14 173.911 403 1 0 76.1135 -99.35 -176.202 + 14 592.623 1190 0 1 58.1616 -130.604 -204.45 + 14 912.031 1189 0 1 58.05 -130.789 -204.607 + 14 302.588 239 0 0 57.1746 -132.262 -205.85 + 14 532.077 238 0 0 57.1228 -132.35 -205.924 + 14 619.927 237 0 0 57.004 -132.55 -206.093 + 14 331.806 405 2 0 72.0074 -98.9611 -146.25 + 14 361.485 1258 2 1 71.7375 -99.0518 -144.85 + 14 293.736 396 3 0 66.0992 -100.873 -116.25 + 14 339.96 1228 3 1 65.825 -100.966 -114.85 + 14 344.261 385 4 0 60.4609 -103.036 -86.25 + 14 407.012 1200 4 1 60.1992 -103.138 -84.85 + 14 295.279 375 5 0 54.8989 -105.094 -56.25 + 14 371.32 1172 5 1 54.6348 -105.189 -54.85 + 14 436.733 363 6 0 49.2815 -107.513 -26.25 + 14 326.386 1144 6 1 49.0205 -107.635 -24.85 + 14 516.247 349 7 0 43.5854 -110.268 3.75 + 14 285.116 1116 7 1 43.3215 -110.394 5.15 + 14 17.7052 1115 7 1 43.25 -110.428 5.52981 + 14 395.011 339 8 0 38.1251 -112.323 33.75 + 14 86.3818 1089 8 1 37.8672 -112.415 35.15 + 14 274.714 1088 8 1 37.85 -112.421 35.2426 + 14 403.303 324 9 0 32.4471 -115.295 63.75 + 14 602.881 1060 9 1 32.1816 -115.436 65.15 + 14 17.3387 310 10 0 26.8416 -118.148 93.75 + 14 322.764 309 10 0 26.8367 -118.15 93.7762 + 14 328.901 1032 10 1 26.5803 -118.279 95.15 + 14 60.666 298 11 0 20.9593 -120.545 123.75 + 14 269.969 297 11 0 20.9477 -120.55 123.809 + 14 156.052 1003 11 1 20.6826 -120.654 125.15 + 14 231.191 1002 11 1 20.65 -120.667 125.315 + 14 25.8085 289 12 0 14.9163 -122.348 153.75 + 14 369.046 288 12 0 14.9104 -122.35 153.779 + 14 355.691 972 12 1 14.6339 -122.433 155.15 + 14 397.927 281 13 0 8.8556 -123.849 183.75 + 14 435.094 942 13 1 8.57428 -123.916 185.15 + 14 483.914 278 14 0 4.26879 -124.486 213.75 + 14 84.0798 920 14 1 4.0603 -124.51 215.15 + 14 520.849 919 14 1 4.05 -124.512 215.219 + 14 15.9611 314 7 0 -141.174 -117.334 3.75 + 14 378.292 410 1 0 76.5881 -97.9601 -175.85 + 14 11.5708 409 1 0 76.4066 -98.15 -176.23 + 14 66.0954 1214 0 1 62.8835 -112.454 -204.45 + 14 503.602 1213 0 1 62.85 -112.492 -204.52 + 14 463.34 334 0 0 62.213 -113.19 -205.85 + 14 86.6568 333 0 0 62.0658 -113.35 -206.158 + 14 190.279 415 1 0 77.0838 -97.0132 -175.85 + 14 24.4108 1261 0 1 72.2573 -95.0311 -204.45 + 14 219.297 1260 0 1 72.25 -95.0282 -204.494 + 14 234.066 426 0 0 72.0192 -94.9375 -205.85 + 14 925.553 441 2 0 79.1141 -91.8965 -146.25 + 14 1129.73 1295 2 1 79.2033 -91.6327 -144.85 + 14 923.786 470 3 0 80.5605 -85.944 -116.25 + 14 871.914 1302 3 1 80.6315 -85.6649 -114.85 + 14 128.953 1303 3 1 80.65 -85.5944 -114.497 + 14 1173.29 500 4 0 82.4279 -79.981 -86.25 + 14 1054.23 1312 4 1 82.5103 -79.6902 -84.85 + 14 1093.79 537 5 0 87.0993 -72.6123 -56.25 + 14 1441.15 1336 5 1 87.3312 -72.2819 -54.85 + 14 1446.32 557 6 0 92.3007 -68.5569 -26.25 + 14 345.362 1361 6 1 92.5347 -68.3664 -24.85 + 14 1164.19 1362 6 1 92.55 -68.3534 -24.7566 + 14 2218.3 567 7 0 100.327 -66.5129 3.75 + 14 724.547 1402 7 1 100.714 -66.4517 5.15 + 14 1513.01 1403 7 1 100.75 -66.4464 5.27972 + 14 1979.64 559 8 0 112.617 -68.2415 33.75 + 14 28.9641 423 1 0 77.3569 -95.3728 -175.85 + 14 509.619 1285 0 1 77.0592 -65.1294 -204.45 + 14 90.9288 581 0 0 77.0284 -63.7305 -205.85 + 14 228.714 582 0 0 77.0266 -63.65 -205.931 + 14 144.786 583 0 0 77.0213 -63.45 -206.131 +Number of digits in this event = 122 +Using G4ParticleGun ... +7.84215 LIN proton Event: 15 Number of tracker hits in this event = 24 - 15 92.1108 1170 10 1 54.2037 -66.6654 95.55 - 15 111.408 566 10 0 54.2028 -66.6659 94.15 - 15 208.354 1170 9 1 54.1831 -66.6777 65.55 - 15 214.517 566 9 0 54.1816 -66.6784 64.15 - 15 118.745 1170 8 1 54.1459 -66.6958 35.55 - 15 115.751 566 8 0 54.1437 -66.6962 34.15 - 15 97.7709 1170 7 1 54.1022 -66.7053 5.55 - 15 126.225 566 7 0 54.0993 -66.7086 4.15 - 15 184.897 1169 6 1 54.0431 -66.7804 -24.45 - 15 219.218 566 6 0 54.0403 -66.784 -25.85 - 15 258.185 1169 5 1 53.989 -66.857 -54.45 - 15 104.699 565 5 0 53.9858 -66.8615 -55.85 - 15 107.643 1169 4 1 53.9244 -66.9479 -84.45 - 15 158.934 565 4 0 53.9222 -66.9525 -85.85 - 15 101.39 1169 3 1 53.8737 -67.0465 -114.45 - 15 134.338 565 3 0 53.8716 -67.049 -115.85 - 15 95.5338 1168 2 1 53.8224 -67.1022 -144.45 - 15 136.171 564 2 0 53.8207 -67.1048 -145.85 - 15 102.5 1168 1 1 53.7847 -67.1568 -174.45 - 15 163.617 564 1 0 53.784 -67.1591 -175.85 - 15 216.294 1168 0 1 53.7759 -67.2042 -204.45 - 15 96.5874 564 0 0 53.7749 -67.2066 -205.85 - 15 14.991 564 3 0 53.872 -67.05 -116.21 - 15 1.84365 878 3 0 68.1313 -4.25239 -116.25 -Number of digits in this event = 12 + 15 126.536 872 11 1 -5.62949 -7.29269 125.55 + 15 113.696 863 11 0 -5.6282 -7.29321 124.15 + 15 140.807 872 10 1 -5.59987 -7.30248 95.55 + 15 118.081 863 10 0 -5.59825 -7.30223 94.15 + 15 97.0466 872 9 1 -5.56685 -7.29234 65.55 + 15 139.496 863 9 0 -5.56512 -7.29213 64.15 + 15 117.241 872 8 1 -5.52936 -7.29474 35.55 + 15 159.846 863 8 0 -5.52732 -7.29532 34.15 + 15 94.3867 872 7 1 -5.48615 -7.30701 5.55 + 15 118.874 863 7 0 -5.4861 -7.30566 4.15 + 15 157.623 872 6 1 -5.48495 -7.28096 -24.45 + 15 131.432 863 6 0 -5.48564 -7.28117 -25.85 + 15 131.672 872 5 1 -5.50137 -7.28506 -54.45 + 15 105.838 863 5 0 -5.5014 -7.286 -55.85 + 15 144.579 872 4 1 -5.50178 -7.30522 -84.45 + 15 109.003 863 4 0 -5.50134 -7.3076 -85.85 + 15 127.439 872 3 1 -5.49373 -7.36116 -114.45 + 15 112.396 863 3 0 -5.49418 -7.36386 -115.85 + 15 119.365 872 2 1 -5.50645 -7.41948 -144.45 + 15 134.581 863 2 0 -5.50739 -7.42196 -145.85 + 15 120.174 872 1 1 -5.52251 -7.47418 -174.45 + 15 164.587 862 1 0 -5.52287 -7.4764 -175.85 + 15 106.239 872 0 1 -5.52791 -7.52204 -204.45 + 15 190.379 862 0 0 -5.52787 -7.52449 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -4.04185 LIN +5.11084 LIN proton Event: 16 -Number of tracker hits in this event = 24 - 16 67.8579 683 11 1 -43.3502 70.0552 125.352 - 16 168.684 1250 11 0 -43.3503 70.0554 124.15 - 16 149.788 683 10 1 -43.3484 70.0599 95.55 - 16 166.356 1250 10 0 -43.3484 70.0604 94.15 - 16 112.421 683 9 1 -43.3482 70.0651 65.55 - 16 96.7475 1250 9 0 -43.3483 70.0662 64.15 - 16 104.054 683 8 1 -43.3518 70.0916 35.55 - 16 155.991 1250 8 0 -43.3523 70.0912 34.15 - 16 106.919 683 7 1 -43.3668 70.0834 5.55 - 16 147.08 1250 7 0 -43.3675 70.0832 4.15 - 16 109.568 683 6 1 -43.3819 70.0819 -24.45 - 16 135.084 1250 6 0 -43.3826 70.0815 -25.85 - 16 166.651 683 5 1 -43.3991 70.0563 -54.45 - 16 104.201 1250 5 0 -43.3988 70.055 -55.85 - 16 131.849 683 4 1 -43.3924 70.0255 -84.45 - 16 116.259 1249 4 0 -43.3907 70.0272 -85.85 - 16 102.579 683 3 1 -43.3569 70.0596 -114.45 - 16 107.429 1250 3 0 -43.357 70.0603 -115.85 - 16 96.5684 683 2 1 -43.3565 70.0741 -144.45 - 16 114.939 1250 2 0 -43.3555 70.0744 -145.85 - 16 140.686 683 1 1 -43.3343 70.0801 -174.45 - 16 88.6247 1250 1 0 -43.3332 70.0822 -175.85 - 16 172.469 683 0 1 -43.3049 70.128 -204.45 - 16 109.132 1250 0 0 -43.3027 70.1306 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 30 + 16 118.351 1262 11 1 72.4566 9.18101 125.55 + 16 118.177 945 11 0 72.4571 9.18077 124.15 + 16 119.354 1262 10 1 72.4645 9.17667 95.55 + 16 201.861 945 10 0 72.4648 9.17722 94.15 + 16 141.677 1262 9 1 72.4752 9.18723 65.55 + 16 105.588 945 9 0 72.4737 9.18799 64.15 + 16 120.246 1261 8 1 72.4397 9.20575 35.55 + 16 146.182 945 8 0 72.4391 9.20788 34.15 + 16 111.592 1261 7 1 72.4365 9.25591 5.55 + 16 230.523 946 7 0 72.4381 9.25484 4.15 + 16 124.613 1262 6 1 72.4688 9.23113 -24.45 + 16 143.743 945 6 0 72.4709 9.23028 -25.85 + 16 115.808 1262 5 1 72.5154 9.20816 -54.45 + 16 103.395 945 5 0 72.5165 9.20644 -55.85 + 16 318.446 1262 4 1 72.5402 9.17121 -84.45 + 16 140.368 945 4 0 72.5406 9.17111 -85.85 + 16 164.955 1262 3 1 72.5483 9.17327 -114.45 + 16 176.998 945 3 0 72.5494 9.17281 -115.85 + 16 87.5242 1262 2 1 72.5743 9.1627 -144.45 + 16 139.157 945 2 0 72.5754 9.16183 -145.85 + 16 234.968 1262 1 1 72.5966 9.14263 -174.45 + 16 299.447 945 1 0 72.6 9.14166 -175.85 + 16 106.472 1263 0 1 72.668 9.12963 -204.45 + 16 105.748 945 0 0 72.6706 9.1307 -205.85 + 16 136.129 1612 2 1 142.55 112.491 -144.767 + 16 257.804 1263 4 1 72.65 9.35866 -84.8142 + 16 157.247 946 6 0 72.4897 9.25 -25.994 + 16 135.556 1268 6 1 73.6747 9.70556 -24.85 + 16 61.4261 1267 6 1 73.65 9.71094 -24.7492 + 16 132.356 1261 6 1 72.45 9.23763 -24.7181 +Number of digits in this event = 22 Using G4ParticleGun ... -6.77715 LIN +6.74407 LIN proton Event: 17 -Number of tracker hits in this event = 23 - 17 139.674 501 10 1 -79.7579 -42.7604 95.55 - 17 100.298 686 10 0 -79.759 -42.7624 94.15 - 17 120.106 501 9 1 -79.7826 -42.8008 65.55 - 17 97.7203 686 9 0 -79.784 -42.8028 64.15 - 17 95.1738 501 8 1 -79.8139 -42.8435 35.55 - 17 202.246 686 8 0 -79.8154 -42.8449 34.15 - 17 98.9699 501 7 1 -79.8465 -42.8732 5.55 - 17 235.418 685 7 0 -79.848 -42.8748 4.15 - 17 171.78 500 6 1 -79.8784 -42.9046 -24.45 - 17 100.502 685 6 0 -79.8801 -42.9065 -25.85 - 17 117.975 500 5 1 -79.9147 -42.9429 -54.45 - 17 100.032 685 5 0 -79.9169 -42.9453 -55.85 - 17 110.975 500 4 1 -79.9632 -42.9939 -84.45 - 17 155.126 685 4 0 -79.9652 -42.9977 -85.85 - 17 92.9878 500 3 1 -80.0094 -43.0787 -114.45 - 17 114.437 684 3 0 -80.0118 -43.0821 -115.85 - 17 114.624 499 2 1 -80.0558 -43.1496 -144.45 - 17 118.966 684 2 0 -80.057 -43.1536 -145.85 - 17 149.196 499 1 1 -80.082 -43.2328 -174.45 - 17 96.5175 684 1 0 -80.084 -43.2358 -175.85 - 17 113.568 499 0 1 -80.1223 -43.2963 -204.45 - 17 133.284 683 0 0 -80.1248 -43.2992 -205.85 - 17 155.213 683 1 0 -80.0847 -43.2501 -175.901 -Number of digits in this event = 10 +Number of tracker hits in this event = 26 + 17 101.816 1535 9 1 127.275 35.8574 65.55 + 17 114.012 1079 9 0 127.275 35.8563 64.15 + 17 204.484 1535 8 1 127.275 35.8351 35.55 + 17 161.365 1078 8 0 127.275 35.834 34.15 + 17 117.756 1535 7 1 127.272 35.8115 5.55 + 17 166.87 1078 7 0 127.271 35.8108 4.15 + 17 114.468 1535 6 1 127.243 35.8222 -24.45 + 17 128.586 1078 6 0 127.241 35.8228 -25.85 + 17 256.476 1535 5 1 127.201 35.8343 -54.45 + 17 113.853 1078 5 0 127.198 35.8347 -55.85 + 17 110.741 1535 4 1 127.152 35.8404 -84.45 + 17 96.6921 1078 4 0 127.151 35.8402 -85.85 + 17 216.64 1534 3 1 127.128 35.8362 -114.45 + 17 108.806 1078 3 0 127.126 35.8357 -115.85 + 17 108.77 1534 2 1 127.092 35.8265 -144.45 + 17 174.512 1078 2 0 127.089 35.8256 -145.85 + 17 112.959 1534 1 1 127.023 35.8098 -174.45 + 17 153.674 1078 1 0 127.02 35.8092 -175.85 + 17 131.503 1534 0 1 126.976 35.7965 -204.45 + 17 124.843 1078 0 0 126.974 35.7968 -205.85 + 17 106.965 1243 8 1 68.7064 7.26838 35.55 + 17 60.1052 1244 8 1 68.85 7.04303 35.3374 + 17 87.5181 1245 8 1 69.0502 7.01317 35.2747 + 17 291.159 1246 8 1 69.25 7.04133 35.3573 + 17 29.1215 1209 4 0 52.9209 61.85 -86.0348 + 17 152.364 1533 0 1 126.95 35.777 -204.644 +Number of digits in this event = 15 Using G4ParticleGun ... -6.66195 LIN +6.97103 LIN proton Event: 18 -Number of tracker hits in this event = 35 - 18 109.524 816 11 1 -16.7313 47.7031 125.55 - 18 104.362 1138 11 0 -16.7317 47.7035 124.15 - 18 189.839 816 10 1 -16.7363 47.7162 95.55 - 18 150.699 1138 10 0 -16.7369 47.7175 94.15 - 18 113.667 816 9 1 -16.7471 47.7435 65.55 - 18 131.765 1138 9 0 -16.7478 47.7441 64.15 - 18 125.034 816 8 1 -16.7668 47.7569 35.55 - 18 114.38 1138 8 0 -16.7669 47.7557 34.15 - 18 124.799 816 7 1 -16.7704 47.7301 5.55 - 18 109.697 1138 7 0 -16.7692 47.7288 4.15 - 18 91.8955 816 6 1 -16.7409 47.7009 -24.45 - 18 135.039 1138 6 0 -16.7392 47.6994 -25.85 - 18 135.347 816 5 1 -16.7057 47.6678 -54.45 - 18 102.775 1138 5 0 -16.7049 47.6665 -55.85 - 18 108.184 816 4 1 -16.6908 47.6379 -84.45 - 18 116.422 1137 4 0 -16.6901 47.6369 -85.85 - 18 112.35 816 3 1 -16.6762 47.6132 -114.45 - 18 117.77 1137 3 0 -16.6763 47.6119 -115.85 - 18 98.736 816 2 1 -16.6763 47.5868 -144.45 - 18 189.416 1137 2 0 -16.6759 47.5856 -145.85 - 18 111.84 816 1 1 -16.6653 47.5645 -174.45 - 18 125.123 1137 1 0 -16.6654 47.5626 -175.85 - 18 126.452 816 0 1 -16.6675 47.525 -204.45 - 18 106.172 1137 0 0 -16.6675 47.5232 -205.85 - 18 174.988 1136 2 0 -16.6994 47.4498 -146.044 - 18 81.461 818 5 1 -16.4473 47.8635 -54.45 - 18 43.2025 817 5 1 -16.4501 48.068 -54.7157 - 18 98.365 1143 5 0 -16.4776 48.691 -55.8501 - 18 22.8078 1144 5 0 -16.4672 48.85 -56.1819 - 18 46.7752 824 4 1 -15.1853 58.3053 -84.4506 - 18 137.944 825 4 1 -15.05 58.3556 -84.5215 - 18 20.4691 1180 4 0 -14.0501 56.117 -85.85 - 18 164.832 1179 4 0 -14.0426 56.0494 -85.8877 - 18 32.0191 1470 4 0 59.8108 114.291 -86.2499 - 18 330.302 1471 4 0 59.8581 114.35 -86.2272 -Number of digits in this event = 15 +Number of tracker hits in this event = 25 + 18 94.3568 882 11 1 -3.62007 79.4878 125.55 + 18 101.057 1297 11 0 -3.62027 79.4881 124.15 + 18 152.257 882 10 1 -3.62448 79.4936 95.55 + 18 99.599 1297 10 0 -3.6247 79.4949 94.15 + 18 107.806 882 9 1 -3.633 79.5208 65.55 + 18 122.933 1297 9 0 -3.63432 79.5216 64.15 + 18 111.294 881 8 1 -3.65803 79.54 35.55 + 18 118.296 1297 8 0 -3.65833 79.5419 34.15 + 18 123.922 881 7 1 -3.66246 79.5811 5.55 + 18 108.1 1297 7 0 -3.66323 79.5833 4.15 + 18 109.356 881 6 1 -3.68201 79.6329 -24.45 + 18 135.061 1297 6 0 -3.68238 79.6355 -25.85 + 18 85.2189 881 5 1 -3.68218 79.6936 -54.45 + 18 177.616 1298 5 0 -3.68341 79.6959 -55.85 + 18 92.0291 881 4 1 -3.70957 79.7414 -84.45 + 18 121.697 1298 4 0 -3.712 79.7442 -85.85 + 18 104.579 881 3 1 -3.76281 79.8036 -114.45 + 18 120.344 1298 3 0 -3.76547 79.807 -115.85 + 18 178.506 881 2 1 -3.82136 79.8762 -144.45 + 18 101.623 1299 2 0 -3.82437 79.8792 -145.85 + 18 104.543 880 1 1 -3.88442 79.9437 -174.45 + 18 97.2415 1299 1 0 -3.88767 79.9471 -175.85 + 18 120.714 880 0 1 -3.95346 80.0124 -204.45 + 18 258.624 1299 0 0 -3.95639 80.0155 -205.85 + 18 67.4794 1308 0 0 -3.38514 81.828 -206.25 +Number of digits in this event = 11 Using G4ParticleGun ... -1.20007 LIN +7.48786 LIN proton Event: 19 -Number of tracker hits in this event = 28 - 19 192.056 844 11 1 -11.2426 -27.2595 125.55 - 19 109.992 763 11 0 -11.2419 -27.2588 124.15 - 19 130.023 844 10 1 -11.2213 -27.24 95.55 - 19 109.762 764 10 0 -11.2227 -27.2412 94.15 - 19 114.578 844 9 1 -11.2458 -27.2706 65.55 - 19 131.244 763 9 0 -11.2442 -27.2738 64.15 - 19 99.8756 844 8 1 -11.2121 -27.3218 35.55 - 19 118.768 763 8 0 -11.2121 -27.3234 34.15 - 19 103.571 844 7 1 -11.2184 -27.3607 5.55 - 19 135.609 763 7 0 -11.2207 -27.3611 4.15 - 19 133.653 843 6 1 -11.2749 -27.3688 -24.45 - 19 248.501 763 6 0 -11.2821 -27.3682 -25.85 - 19 150.219 843 5 1 -11.423 -27.3585 -54.45 - 19 118.274 763 5 0 -11.425 -27.3576 -55.85 - 19 52.7111 843 4 1 -11.4498 -27.3322 -84.45 - 19 92.8597 842 4 1 -11.45 -27.3322 -84.6154 - 19 108.671 763 4 0 -11.4521 -27.3326 -85.85 - 19 176.331 842 3 1 -11.515 -27.3362 -114.45 - 19 219.858 763 3 0 -11.5168 -27.3388 -115.85 - 19 282.638 842 2 1 -11.5435 -27.4047 -144.45 - 19 107.621 763 2 0 -11.5456 -27.4091 -145.85 - 19 120.259 842 1 1 -11.5989 -27.5026 -174.45 - 19 132.105 762 1 0 -11.6051 -27.5045 -175.85 - 19 130.794 841 0 1 -11.7377 -27.5297 -204.45 - 19 113.259 762 0 0 -11.7458 -27.5247 -205.85 - 19 231.039 732 2 0 -50.0292 -33.6006 -146.25 - 19 195.397 733 2 0 -50.4185 -33.45 -146.137 - 19 103.969 764 6 0 -11.349 -27.2499 -25.9013 +Number of tracker hits in this event = 27 + 19 139.758 1163 11 1 52.826 1.43437 125.55 + 19 142.381 906 11 0 52.8262 1.43473 124.15 + 19 116.366 1163 10 1 52.8303 1.44399 95.55 + 19 125.278 906 10 0 52.8293 1.44456 94.15 + 19 94.6778 1163 9 1 52.8048 1.45626 65.55 + 19 118.323 907 9 0 52.8042 1.45634 64.15 + 19 166.658 1163 8 1 52.7927 1.45781 35.55 + 19 137.903 907 8 0 52.7921 1.45733 34.15 + 19 90.8582 1163 7 1 52.776 1.44857 5.55 + 19 144.499 906 7 0 52.7751 1.44908 4.15 + 19 93.8107 1163 6 1 52.7566 1.45493 -24.45 + 19 137.508 907 6 0 52.7558 1.45587 -25.85 + 19 138.843 1163 5 1 52.7398 1.47783 -54.45 + 19 213.961 907 5 0 52.7384 1.47951 -55.85 + 19 131.804 1163 4 1 52.7104 1.51834 -84.45 + 19 107.665 907 4 0 52.7099 1.52027 -85.85 + 19 103.115 1163 3 1 52.6978 1.5564 -114.45 + 19 124.525 907 3 0 52.6967 1.55774 -115.85 + 19 112.928 1163 2 1 52.6751 1.58533 -144.45 + 19 125.638 907 2 0 52.6737 1.58673 -145.85 + 19 124.028 1162 1 1 52.6471 1.61472 -174.45 + 19 102.337 907 1 0 52.6463 1.61574 -175.85 + 19 104.678 1162 0 1 52.6256 1.63888 -204.45 + 19 135.866 907 0 0 52.6236 1.64019 -205.85 + 19 15.3247 907 11 0 52.8145 1.45024 123.761 + 19 252.824 1440 11 0 14.3022 108.272 123.75 + 19 47.0024 1441 11 0 14.2411 108.35 123.792 Number of digits in this event = 16 Using G4ParticleGun ... -2.16788 LIN +6.49056 LIN proton Event: 20 -Number of tracker hits in this event = 22 - 20 117.319 481 10 1 -83.7995 -57.7501 95.55 - 20 140.46 611 10 0 -83.7978 -57.7517 94.15 - 20 104.901 481 9 1 -83.7593 -57.7844 65.55 - 20 114.318 611 9 0 -83.7572 -57.7873 64.15 - 20 354.746 481 8 1 -83.7103 -57.8423 35.55 - 20 111.156 611 8 0 -83.7072 -57.847 34.15 - 20 107.014 482 7 1 -83.6435 -57.9358 5.55 - 20 169.992 610 7 0 -83.6415 -57.9373 4.15 - 20 99.6666 482 6 1 -83.6011 -57.968 -24.45 - 20 110.762 610 6 0 -83.6005 -57.9699 -25.85 - 20 106.012 482 5 1 -83.5909 -58.0043 -54.45 - 20 118.902 610 5 0 -83.5932 -58.0054 -55.85 - 20 105.408 482 4 1 -83.6353 -58.0265 -84.45 - 20 230.569 610 4 0 -83.6393 -58.03 -85.85 - 20 132.486 481 3 1 -83.7174 -58.1067 -114.45 - 20 100.589 609 3 0 -83.7225 -58.1107 -115.85 - 20 144.224 481 2 1 -83.8338 -58.1858 -144.45 - 20 96.6101 609 2 0 -83.8388 -58.1864 -145.85 - 20 152.698 480 1 1 -83.9439 -58.1954 -174.45 - 20 121.18 609 1 0 -83.95 -58.1983 -175.85 - 20 105.166 479 0 1 -84.0849 -58.2531 -204.45 - 20 92.2343 608 0 0 -84.0922 -58.2552 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 28 + 20 107.613 291 8 1 -121.911 -74.8328 35.55 + 20 106.88 526 8 0 -121.909 -74.8336 34.15 + 20 121.61 291 7 1 -121.864 -74.8479 5.55 + 20 108.901 526 7 0 -121.861 -74.8493 4.15 + 20 178.087 291 6 1 -121.81 -74.8735 -24.45 + 20 110.529 525 6 0 -121.808 -74.8742 -25.85 + 20 88.6752 291 5 1 -121.765 -74.8874 -54.45 + 20 109.871 525 5 0 -121.763 -74.8889 -55.85 + 20 128.08 292 4 1 -121.735 -74.9193 -84.45 + 20 92.2345 525 4 0 -121.734 -74.9203 -85.85 + 20 129.07 292 3 1 -121.721 -74.9437 -114.45 + 20 133.212 525 3 0 -121.72 -74.9452 -115.85 + 20 110.957 292 2 1 -121.693 -74.9783 -144.45 + 20 110.243 525 2 0 -121.691 -74.9797 -145.85 + 20 133.519 292 1 1 -121.64 -75.0068 -174.45 + 20 108.211 525 1 0 -121.639 -75.0086 -175.85 + 20 106.227 292 0 1 -121.631 -75.0458 -204.45 + 20 129.112 525 0 0 -121.631 -75.0482 -205.85 + 20 105.203 720 4 0 -106.77 -36.0398 -86.25 + 20 141.607 721 4 0 -106.901 -35.8499 -86.1942 + 20 40.1377 722 4 0 -107.183 -35.65 -86.2186 + 20 198.754 1035 4 0 -177.565 27.1485 -86.25 + 20 70.0082 1036 4 0 -177.831 27.25 -85.9828 + 20 126.337 1037 4 0 -177.893 27.45 -85.9007 + 20 291.819 12 4 1 -177.631 28.5765 -84.8499 + 20 63.5195 14 4 1 -177.228 27.6125 -84.85 + 20 13.071 523 6 0 -121.722 -75.4228 -25.85 + 20 159.464 522 6 0 -121.718 -75.45 -25.9054 +Number of digits in this event = 13 Using G4ParticleGun ... -4.2819 LIN +9.02349 LIN proton Event: 21 -Number of tracker hits in this event = 27 - 21 235.019 944 10 1 9.01649 84.5233 95.55 - 21 100.953 1322 10 0 9.01626 84.5224 94.15 - 21 139.704 944 9 1 9.0117 84.502 65.55 - 21 131.399 1322 9 0 9.012 84.5015 64.15 - 21 106.232 944 8 1 9.01526 84.4957 35.55 - 21 94.4757 1322 8 0 9.01722 84.4946 34.15 - 21 109.905 945 7 1 9.05181 84.4733 5.55 - 21 105.374 1322 7 0 9.05397 84.4733 4.15 - 21 104.944 945 6 1 9.09871 84.4728 -24.45 - 21 112.079 1322 6 0 9.10154 84.4741 -25.85 - 21 120.356 945 5 1 9.16529 84.5023 -54.45 - 21 129.381 1322 5 0 9.16869 84.5018 -55.85 - 21 124.227 945 4 1 9.22849 84.4883 -84.45 - 21 98.3011 1322 4 0 9.2295 84.4875 -85.85 - 21 154.765 946 3 1 9.25086 84.4665 -114.45 - 21 153.289 1322 3 0 9.25144 84.4652 -115.85 - 21 49.7828 946 2 1 9.25027 84.4367 -144.45 - 21 65.3902 945 2 1 9.25 84.4365 -144.672 - 21 184.044 1321 2 0 9.24871 84.4356 -145.85 - 21 102.29 945 1 1 9.21577 84.4155 -174.45 - 21 140.921 1321 1 0 9.215 84.4165 -175.85 - 21 112.433 945 0 1 9.19867 84.4378 -204.45 - 21 120.997 1321 0 0 9.19786 84.4405 -205.85 - 21 282.005 1321 3 0 9.34345 84.45 -115.992 - 21 83.0081 1320 3 0 9.21966 84.25 -116.061 - 21 161.069 945 10 1 9.05 84.3134 95.3232 - 21 403.692 946 10 1 9.25014 84.1959 95.4584 -Number of digits in this event = 15 +Number of tracker hits in this event = 25 + 21 104.272 735 11 1 -33.0497 17.2998 125.55 + 21 113.548 986 11 0 -33.0499 17.2993 124.15 + 21 122.284 735 10 1 -33.0488 17.2911 95.55 + 21 98.3716 986 10 0 -33.0487 17.2912 94.15 + 21 116.275 735 9 1 -33.0476 17.2941 65.55 + 21 106.933 986 9 0 -33.0486 17.2942 64.15 + 21 130.17 734 8 1 -33.0681 17.2973 35.55 + 21 116.892 986 8 0 -33.0704 17.2972 34.15 + 21 133.35 734 7 1 -33.1188 17.2934 5.55 + 21 163.821 986 7 0 -33.121 17.2943 4.15 + 21 162.541 734 6 1 -33.1675 17.3112 -24.45 + 21 168.395 986 6 0 -33.1703 17.3117 -25.85 + 21 92.0217 734 5 1 -33.2269 17.3222 -54.45 + 21 144.652 986 5 0 -33.2298 17.323 -55.85 + 21 163.337 733 4 1 -33.2881 17.3402 -84.45 + 21 99.822 986 4 0 -33.2906 17.3416 -85.85 + 21 107.027 733 3 1 -33.3396 17.3714 -114.45 + 21 129.677 986 3 0 -33.3418 17.3733 -115.85 + 21 95.702 733 2 1 -33.3883 17.4125 -144.45 + 21 106.093 986 2 0 -33.3902 17.4145 -145.85 + 21 177.184 733 1 1 -33.4263 17.4574 -174.45 + 21 97.3778 987 1 0 -33.4276 17.4597 -175.85 + 21 95.4756 732 0 1 -33.4547 17.5085 -204.45 + 21 110.538 987 0 0 -33.4564 17.5118 -205.85 + 21 208.249 986 1 0 -33.4283 17.45 -175.895 +Number of digits in this event = 12 Using G4ParticleGun ... -5.53122 LIN +3.18327 LIN proton Event: 22 -Number of tracker hits in this event = 29 - 22 114.323 643 11 1 -51.4352 -54.8854 125.55 - 22 248.778 625 11 0 -51.4341 -54.8863 124.15 - 22 118.926 643 10 1 -51.4151 -54.8993 95.55 - 22 131.359 625 10 0 -51.4141 -54.8993 94.15 - 22 111.332 643 9 1 -51.3895 -54.8971 65.55 - 22 142.251 625 9 0 -51.3887 -54.8983 64.15 - 22 95.8599 643 8 1 -51.3689 -54.9217 35.55 - 22 99.3362 625 8 0 -51.3682 -54.9243 34.15 - 22 183.981 643 7 1 -51.3519 -54.9766 5.55 - 22 126.642 625 7 0 -51.3503 -54.979 4.15 - 22 283.218 643 6 1 -51.3209 -55.022 -24.45 - 22 138.6 625 6 0 -51.3191 -55.0247 -25.85 - 22 117.248 643 5 1 -51.2853 -55.0733 -54.45 - 22 97.7491 624 5 0 -51.2826 -55.0765 -55.85 - 22 126.423 644 4 1 -51.2384 -55.1404 -84.45 - 22 130.808 624 4 0 -51.2364 -55.1441 -85.85 - 22 125.269 644 3 1 -51.1936 -55.2209 -114.45 - 22 192.785 624 3 0 -51.1926 -55.2244 -115.85 - 22 128.787 644 2 1 -51.1706 -55.2916 -144.45 - 22 120.345 623 2 0 -51.1702 -55.2943 -145.85 - 22 106.194 644 1 1 -51.1653 -55.3475 -174.45 - 22 155.238 623 1 0 -51.1644 -55.35 -175.85 - 22 105.819 644 0 1 -51.1531 -55.4034 -204.45 - 22 111.115 623 0 0 -51.1529 -55.4073 -205.85 - 22 135.011 644 6 1 -51.25 -54.6187 -24.4648 - 22 329.707 645 6 1 -51.05 -54.7324 -24.6564 - 22 139.904 642 10 1 -51.4877 -54.7495 95.5499 - 22 149.302 630 10 0 -51.9903 -53.992 94.15 - 22 5.88275 629 10 0 -52.1987 -54.0507 93.7555 -Number of digits in this event = 19 +Number of tracker hits in this event = 42 + 22 235.332 646 7 1 -50.7509 140.403 5.55 + 22 132.869 1601 7 0 -50.7521 140.403 4.15 + 22 105.472 646 6 1 -50.7705 140.386 -24.45 + 22 193.611 1601 6 0 -50.7742 140.383 -25.85 + 22 219.555 646 5 1 -50.8407 140.331 -54.45 + 22 221.872 1600 5 0 -50.8452 140.326 -55.85 + 22 145.882 645 4 1 -50.937 140.213 -84.45 + 22 127.06 1600 4 0 -50.9437 140.209 -85.85 + 22 188.541 644 3 1 -51.0896 140.122 -114.45 + 22 119.326 1599 3 0 -51.0878 140.119 -115.85 + 22 112.035 644 2 1 -51.0576 140.048 -144.45 + 22 101.005 1599 2 0 -51.0557 140.045 -145.85 + 22 96.7252 645 1 1 -51.0144 139.972 -174.45 + 22 133.787 1599 1 0 -51.0112 139.968 -175.85 + 22 126.015 645 0 1 -50.9476 139.883 -204.45 + 22 102.757 1598 0 0 -50.9443 139.877 -205.85 + 22 114.136 645 3 1 -51.05 140.124 -114.578 + 22 43.5142 647 5 1 -50.65 140.314 -54.7462 + 22 73.2641 1598 5 0 -49.8779 139.897 -55.85 + 22 84.1537 1597 5 0 -49.8255 139.75 -55.9815 + 22 53.4584 1596 5 0 -49.8741 139.55 -56.0119 + 22 69.4123 1595 5 0 -49.8746 139.35 -55.9977 + 22 90.6506 1594 5 0 -49.7709 139.15 -55.9967 + 22 4.01109 1593 5 0 -49.9317 138.95 -55.8573 + 22 104.808 645 5 1 -50.85 138.498 -54.8184 + 22 146.722 644 5 1 -51.05 138.339 -54.7063 + 22 139.772 643 5 1 -51.25 138.32 -54.592 + 22 64.5678 1618 5 0 -59.2545 143.864 -55.85 + 22 3.01101 590 5 1 -61.9067 140.809 -54.85 + 22 1.70348 596 5 1 -60.8162 129.415 -54.85 + 22 87.16 1518 5 0 -60.5936 123.875 -55.85 + 22 67.4406 645 7 1 -50.8502 140.388 5.5063 + 22 84.8779 644 7 1 -51.05 140.373 5.36302 + 22 92.1556 643 7 1 -51.2501 140.296 5.33948 + 22 111.108 642 7 1 -51.4501 140.161 5.36449 + 22 76.3493 641 7 1 -51.65 139.986 5.40393 + 22 178.363 640 7 1 -51.85 139.879 5.42858 + 22 400.778 639 7 1 -52.05 139.798 5.41593 + 22 200.405 638 7 1 -52.25 139.837 5.33304 + 22 63.4534 637 7 1 -52.4501 139.932 5.51958 + 22 258.763 636 7 1 -52.6501 139.913 5.51057 + 22 38.621 635 7 1 -52.85 139.792 5.46113 +Number of digits in this event = 17 Using G4ParticleGun ... -3.00789 LIN +7.65985 LIN proton Event: 23 -Number of tracker hits in this event = 183 - 23 127.139 451 10 1 -89.7057 -9.61281 95.55 - 23 159.316 852 10 0 -89.7066 -9.61358 94.15 - 23 115.138 451 9 1 -89.728 -9.63058 65.55 - 23 87.2355 852 9 0 -89.73 -9.6328 64.15 - 23 121.168 451 8 1 -89.7666 -9.68349 35.55 - 23 131.802 851 8 0 -89.7668 -9.68587 34.15 - 23 154.701 451 7 1 -89.7784 -9.73715 5.55 - 23 236.205 851 7 0 -89.7813 -9.7374 4.15 - 23 187.799 450 6 1 -89.853 -9.75312 -24.45 - 23 151.164 851 6 0 -89.855 -9.7518 -25.85 - 23 140.657 450 5 1 -89.8902 -9.72489 -54.45 - 23 125.92 851 5 0 -89.8918 -9.72557 -55.85 - 23 104.691 450 4 1 -89.9227 -9.7424 -84.45 - 23 114.559 851 4 0 -89.9249 -9.74348 -85.85 - 23 104.007 450 3 1 -89.9827 -9.78381 -114.45 - 23 160.657 851 3 0 -89.9875 -9.78528 -115.85 - 23 98.9317 449 1 1 -90.1706 -9.81855 -174.45 - 23 145.667 851 1 0 -90.1743 -9.8196 -175.85 - 23 131.662 449 0 1 -90.25 -9.84842 -204.45 - 23 94.626 851 0 0 -90.2531 -9.84928 -205.85 - 23 39.6804 228 1 0 -77.0381 -134.433 -176.25 - 23 68.1112 227 1 0 -77.0172 -134.55 -176.197 - 23 70.8232 226 1 0 -76.9805 -134.75 -176.104 - 23 87.6556 225 1 0 -76.9419 -134.95 -176.012 - 23 50.2228 224 1 0 -76.9015 -135.15 -175.924 - 23 110.247 517 1 1 -76.457 -137.576 -174.85 - 23 254.433 518 1 1 -76.45 -137.615 -174.833 - 23 61.7984 519 1 1 -76.25 -138.295 -174.543 - 23 82.941 161 2 0 -75.9175 -147.779 -146.25 - 23 122.55 141 2 0 -87.0988 -151.82 -146.25 - 23 16.9145 140 2 0 -87.2282 -151.95 -145.912 - 23 134.695 461 2 1 -87.6693 -152.428 -144.85 - 23 3.85059 286 3 0 -94.1373 -122.762 -116.25 - 23 61.44 287 3 0 -94.1409 -122.749 -116.239 - 23 78.7971 288 3 0 -94.166 -122.55 -116.11 - 23 45.8444 289 3 0 -94.2005 -122.35 -115.949 - 23 110.047 429 3 1 -94.1612 -121.341 -114.85 - 23 175.303 430 3 1 -94.15 -121.08 -114.597 - 23 8.03755 201 0 0 -92.5105 -139.846 -205.85 - 23 94.5226 516 1 1 -76.6501 -138.435 -174.776 - 23 91.7139 515 1 1 -76.85 -138.678 -174.764 - 23 75.0046 514 1 1 -77.05 -138.786 -174.715 - 23 104.836 513 1 1 -77.2504 -138.872 -174.71 - 23 341.749 203 1 0 -77.8239 -139.436 -175.85 - 23 15.0592 202 1 0 -77.4307 -139.55 -176.213 - 23 14.6978 279 1 0 -86.279 -124.308 -176.25 - 23 63.8534 278 1 0 -86.2778 -124.35 -176.227 - 23 85.841 277 1 0 -86.2721 -124.55 -176.118 - 23 87.5368 276 1 0 -86.266 -124.75 -176.005 - 23 25.8852 275 1 0 -86.2573 -124.95 -175.893 - 23 288.919 469 1 1 -86.1373 -126.756 -174.85 - 23 20.3514 27 2 0 -86.2183 -174.698 -146.25 - 23 211.154 26 2 0 -86.2184 -174.75 -146.219 - 23 72.3528 25 2 0 -86.219 -174.95 -146.099 - 23 56.7302 24 2 0 -86.2186 -175.15 -145.98 - 23 2.89002 23 2 0 -86.2176 -175.35 -145.86 - 23 207.497 469 2 1 -86.2009 -177.013 -144.85 - 23 76.942 728 1 0 -48.4612 -34.3841 -176.25 - 23 124.415 727 1 0 -48.3363 -34.4503 -176.028 - 23 70.0011 661 1 1 -47.7051 -34.828 -174.85 - 23 111.085 662 1 1 -47.65 -34.8613 -174.749 - 23 125.412 726 2 0 -32.9956 -34.8244 -146.25 - 23 195.868 738 2 1 -32.2902 -34.7671 -144.85 - 23 343.151 739 2 1 -32.25 -34.762 -144.771 - 23 28.4291 769 3 0 -20.5711 -26.0799 -116.25 - 23 102.486 770 3 0 -20.5321 -26.05 -116.154 - 23 121.097 799 3 1 -20.1385 -25.6276 -114.85 - 23 36.8363 800 3 1 -20.05 -25.5451 -114.573 - 23 193.582 774 4 0 -6.16269 -25.0816 -86.2498 - 23 25.7352 872 4 1 -5.48986 -25.0248 -84.85 - 23 81.3935 873 4 1 -5.45 -25.0215 -84.7673 - 23 149.353 790 5 0 10.8364 -22.0219 -56.25 - 23 28.3308 957 5 1 11.5989 -21.9199 -54.85 - 23 113.554 958 5 1 11.65 -21.9129 -54.7575 - 23 74.6507 752 6 0 24.027 -29.5967 -26.25 - 23 61.9931 751 6 0 24.1069 -29.65 -26.0613 - 23 18.7674 1022 6 1 24.6301 -30.0179 -24.8497 - 23 102.443 1023 6 1 24.65 -30.0324 -24.8033 - 23 164.915 685 7 0 25.6127 -42.8737 3.75007 - 23 2.22238 684 7 0 25.6301 -43.05 4.13983 - 23 117.108 1028 7 1 25.7093 -43.5115 5.15 - 23 96.6129 662 8 0 24.2184 -47.5107 33.75 - 23 112.448 1020 8 1 24.1237 -47.6927 35.15 - 23 99.21 700 9 0 24.7449 -39.9606 63.75 - 23 15.8491 701 9 0 24.7632 -39.85 64.0927 - 23 121.866 1023 9 1 24.8356 -39.4993 65.15 - 23 109.2 1024 9 1 24.85 -39.4402 65.3252 - 23 126.096 716 10 0 23.8622 -36.7468 93.75 - 23 203.343 1018 10 1 23.7841 -36.5093 95.15 - 23 102.391 714 11 0 24.4301 -37.1242 123.75 - 23 103.9 1021 11 1 24.4189 -37.1477 125.15 - 23 193.299 743 12 0 34.9251 -31.3839 153.75 - 23 168.095 1077 12 1 35.4729 -30.9797 155.15 - 23 56.1491 747 13 0 50.329 -30.6479 183.75 - 23 70.3772 746 13 0 50.4376 -30.65 183.947 - 23 12.8935 1155 13 1 51.2173 -30.8058 185.15 - 23 91.8211 1156 13 1 51.2503 -30.8131 185.201 - 23 14.0014 1157 13 1 51.45 -30.8377 185.499 - 23 61.8945 656 14 0 62.272 -48.689 213.75 - 23 42.2983 655 14 0 62.3766 -48.85 214.014 - 23 2.25847 1213 14 1 62.8455 -49.4771 215.15 - 23 141.042 1214 14 1 62.85 -49.4829 215.161 - 23 135.095 736 14 0 49.184 -32.6946 213.75 - 23 2.61391 1706 14 1 161.35 -68.7429 215.54 - 23 34.5604 765 7 0 36.2553 -26.935 4.15 - 23 13.3781 681 1 0 -33.9824 -43.8299 -176.25 - 23 200.431 680 1 0 -33.9481 -43.85 -176.218 - 23 24.3952 679 1 0 -33.6072 -44.05 -175.902 - 23 15.1583 737 1 1 -32.4968 -44.7008 -174.85 - 23 91.6998 738 1 1 -32.45 -44.7282 -174.806 - 23 169.081 739 1 1 -32.25 -44.8455 -174.616 - 23 81.2589 589 2 0 -1.34142 -62.1197 -146.25 - 23 88.9224 588 2 0 -1.10835 -62.25 -146.036 - 23 25.5314 900 2 1 0.174832 -62.9788 -144.85 - 23 116.096 901 2 1 0.25 -63.0214 -144.78 - 23 61.0812 902 2 1 0.45 -63.1351 -144.596 - 23 119.329 525 3 0 24.5361 -74.9087 -116.25 - 23 29.492 524 3 0 24.8258 -75.05 -115.908 - 23 298.257 1028 3 1 25.731 -75.4894 -114.85 - 23 131.489 1029 3 1 25.85 -75.5466 -114.712 - 23 11.9015 1030 3 1 26.05 -75.6419 -114.48 - 23 128.964 477 4 0 49.0032 -84.5477 -86.2494 - 23 20.8141 476 4 0 49.2736 -84.65 -85.9252 - 23 16.6851 1150 4 1 50.2056 -84.9651 -84.85 - 23 122.069 1151 4 1 50.25 -84.9801 -84.7986 - 23 37.3682 1152 4 1 50.45 -84.987 -84.5561 - 23 167.31 468 5 0 68.2906 -86.4258 -56.2497 - 23 44.1881 1245 5 1 69.1655 -86.4728 -54.85 - 23 121.382 1246 5 1 69.25 -86.4782 -54.7173 - 23 257.492 477 6 0 84.4172 -84.562 -26.2499 - 23 34.5743 1325 6 1 85.188 -84.4141 -24.85 - 23 128.2 1326 6 1 85.25 -84.4028 -24.7382 - 23 173.277 493 7 0 104.721 -81.3252 3.75004 - 23 43.0339 1427 7 1 105.687 -81.1553 5.15 - 23 197.437 1428 7 1 105.75 -81.1443 5.24065 - 23 2.49603 1429 7 1 105.95 -81.1164 5.54097 - 23 177.9 496 8 0 127.545 -80.7199 33.7506 - 23 85.6301 1542 8 1 128.656 -80.7634 35.15 - 23 93.054 1543 8 1 128.75 -80.7695 35.2691 - 23 32.3927 1544 8 1 128.95 -80.7832 35.523 - 23 140.408 483 9 0 148.58 -83.3476 63.75 - 23 2.80957 1646 9 1 149.547 -83.4548 65.15 - 23 99.6014 1647 9 1 149.55 -83.4551 65.1545 - 23 49.8871 1648 9 1 149.75 -83.4736 65.4568 - 23 148.733 498 10 0 164.433 -80.4219 93.75 - 23 101.2 1725 10 1 165.167 -80.2555 95.15 - 23 6.73489 1726 10 1 165.35 -80.2157 95.5155 - 23 55.0122 523 11 0 176.921 -75.2743 123.75 - 23 77.181 524 11 0 176.979 -75.25 123.891 - 23 59.0516 1786 11 1 177.477 -75.0368 125.15 - 23 63.4868 1787 11 1 177.55 -75.0058 125.33 - 23 79.2776 497 8 0 127.735 -80.6499 34.029 - 23 134.023 1539 8 1 128.063 -79.9751 35.15 - 23 11.3368 1540 8 1 128.15 -80.0076 35.5134 - 23 63.5522 428 5 0 76.8519 -94.4946 -56.25 - 23 80.6211 427 5 0 77.0224 -94.55 -56.0773 - 23 42.4576 1290 5 1 78.1865 -94.8468 -54.85 - 23 105.129 1291 5 1 78.25 -94.8622 -54.7836 - 23 67.5736 1292 5 1 78.4503 -94.9093 -54.5853 - 23 195.759 369 6 0 112.54 -106.159 -26.25 - 23 39.3339 1471 6 1 114.451 -106.686 -24.8492 - 23 68.0016 1472 6 1 114.55 -106.711 -24.7747 - 23 62.4757 1473 6 1 114.75 -106.778 -24.6134 - 23 4.42166 1474 6 1 114.95 -106.854 -24.4587 - 23 156.577 338 7 0 128.392 -112.414 3.75 - 23 50.5267 1543 7 1 128.893 -112.79 5.15 - 23 117.477 1544 7 1 128.95 -112.845 5.31854 - 23 121.074 326 8 0 121.491 -114.78 33.75 - 23 44.0374 1503 8 1 120.84 -114.953 35.15 - 23 93.5946 1502 8 1 120.75 -114.951 35.3215 - 23 276.455 1501 8 1 120.507 -114.869 35.5498 - 23 32.4275 1567 7 1 133.55 -118.798 5.39342 - 23 224.148 1568 7 1 133.75 -119.106 5.36252 - 23 22.0663 302 7 0 133.967 -119.635 4.14999 - 23 0.226066 1588 7 1 137.842 -119.788 5.15 - 23 3.7477 301 7 0 143.066 -119.94 4.15 - 23 34.8381 1615 7 1 143.295 -122.608 5.15001 - 23 8.55704 1783 8 1 176.93 -163.048 35.5383 - 23 206.404 688 4 0 -33.5735 -42.399 -86.25 - 23 65.1677 736 4 1 -32.6783 -42.5552 -84.85 - 23 13.3426 737 4 1 -32.65 -42.5325 -84.8087 - 23 40.9174 694 4 0 -31.6536 -41.0862 -85.85 - 23 387.771 695 4 0 -31.5653 -41.05 -85.9306 -Number of digits in this event = 63 -Using G4ParticleGun ... -9.90383 LIN +Number of tracker hits in this event = 16 + 23 134.051 1142 7 1 48.5091 -137.913 5.55 + 23 106.521 211 7 0 48.5096 -137.914 4.15 + 23 127.718 1142 6 1 48.5237 -137.93 -24.45 + 23 112.221 211 6 0 48.5236 -137.929 -25.85 + 23 154.136 1142 5 1 48.5239 -137.908 -54.45 + 23 272.592 211 5 0 48.5246 -137.907 -55.85 + 23 96.5155 1142 4 1 48.5324 -137.891 -84.45 + 23 111.24 211 4 0 48.5335 -137.889 -85.85 + 23 112.574 1142 3 1 48.5551 -137.861 -114.45 + 23 129.69 211 3 0 48.5557 -137.86 -115.85 + 23 145.183 1142 2 1 48.5694 -137.828 -144.45 + 23 126.524 211 2 0 48.5733 -137.826 -145.85 + 23 110.143 1143 1 1 48.6534 -137.779 -174.45 + 23 120.658 211 1 0 48.6577 -137.776 -175.85 + 23 135.075 1143 0 1 48.7472 -137.726 -204.45 + 23 105.861 212 0 0 48.7514 -137.725 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +2.43329 LIN proton Event: 24 -Number of tracker hits in this event = 31 - 24 553.881 1213 11 1 62.7876 -3.16446 125.55 - 24 104.849 884 11 0 62.7882 -3.16499 124.15 - 24 145.902 1213 10 1 62.8 -3.17717 95.55 - 24 136.63 884 10 0 62.8011 -3.17869 94.15 - 24 157.868 1213 9 1 62.8244 -3.20895 65.55 - 24 153.908 884 9 0 62.8267 -3.21053 64.15 - 24 116.117 1214 8 1 62.8764 -3.24588 35.55 - 24 109.624 884 8 0 62.8786 -3.24779 34.15 - 24 180.237 1214 7 1 62.9238 -3.28746 5.55 - 24 251.185 883 7 0 62.9264 -3.28198 4.15 - 24 113.76 1214 6 1 62.9803 -3.16812 -24.45 - 24 118.66 884 6 0 62.983 -3.16171 -25.85 - 24 112.778 1214 5 1 63.0386 -3.03345 -54.45 - 24 158.866 885 5 0 63.041 -3.02751 -55.85 - 24 106.519 1215 4 1 63.0931 -2.90747 -84.45 - 24 200.524 885 4 0 63.0956 -2.90205 -85.85 - 24 111.416 1215 3 1 63.1462 -2.7923 -114.45 - 24 104.814 886 3 0 63.1485 -2.78645 -115.85 - 24 128.7 1215 2 1 63.1945 -2.66254 -144.45 - 24 116.571 886 2 0 63.1981 -2.65756 -145.85 - 24 82.3127 1216 1 1 63.2699 -2.55809 -174.45 - 24 106.542 887 1 0 63.273 -2.55373 -175.85 - 24 142.021 1216 0 1 63.3426 -2.46196 -204.45 - 24 130.106 887 0 0 63.3465 -2.45734 -205.85 - 24 32.0088 1312 0 0 -165.662 82.4822 -206.25 - 24 93.9221 1030 3 0 24.7893 26.1269 -116.25 - 24 28.2988 1031 3 0 24.723 26.2507 -116.238 - 24 58.367 886 11 0 62.955 -2.79365 124.15 - 24 30.774 885 11 0 62.988 -2.85 124.134 - 24 199.864 1217 11 1 63.4698 -3.53205 125.15 - 24 15.6397 1216 11 1 63.45 -3.56784 125.326 -Number of digits in this event = 16 +Number of tracker hits in this event = 25 + 24 118.461 794 11 1 -21.178 -35.5782 125.55 + 24 248.313 722 11 0 -21.1785 -35.5753 124.15 + 24 114.928 794 10 1 -21.185 -35.5015 95.55 + 24 112.743 722 10 0 -21.1863 -35.4984 94.15 + 24 106.748 794 9 1 -21.2151 -35.4274 65.55 + 24 148.827 723 9 0 -21.2186 -35.4243 64.15 + 24 107.005 793 8 1 -21.2795 -35.362 35.55 + 24 198.607 723 8 0 -21.2829 -35.3596 34.15 + 24 101.37 793 7 1 -21.3544 -35.3176 5.55 + 24 114.426 723 7 0 -21.3596 -35.3136 4.15 + 24 98.4399 792 6 1 -21.4678 -35.241 -24.45 + 24 114.773 724 6 0 -21.4724 -35.2388 -25.85 + 24 106.326 792 5 1 -21.559 -35.1944 -54.45 + 24 108.169 724 5 0 -21.5616 -35.1912 -55.85 + 24 128.785 792 4 1 -21.6127 -35.126 -84.45 + 24 137.491 724 4 0 -21.6184 -35.1225 -85.85 + 24 123.804 791 3 1 -21.7321 -35.0617 -114.45 + 24 140.616 724 3 0 -21.7374 -35.0596 -115.85 + 24 118.426 791 2 1 -21.8454 -35.0235 -144.45 + 24 116.624 725 2 0 -21.8509 -35.0205 -145.85 + 24 114.781 790 1 1 -21.9744 -34.9529 -174.45 + 24 171.647 725 1 0 -21.98 -34.9537 -175.85 + 24 114.931 789 0 1 -22.0651 -34.9762 -204.45 + 24 113.422 725 0 0 -22.0679 -34.9801 -205.85 + 24 192.828 729 1 0 -21.2825 -34.199 -175.85 +Number of digits in this event = 10 Using G4ParticleGun ... -6.63809 LIN +4.29987 LIN proton Event: 25 -Number of tracker hits in this event = 28 - 25 134.618 1037 11 1 27.5732 0.525215 125.55 - 25 113.335 902 11 0 27.5718 0.524645 124.15 - 25 134.267 1037 10 1 27.5443 0.510401 95.55 - 25 152.332 902 10 0 27.5433 0.509706 94.15 - 25 102.649 1037 9 1 27.5193 0.498728 65.55 - 25 156.427 902 9 0 27.5177 0.498575 64.15 - 25 109.338 1037 8 1 27.4852 0.497563 35.55 - 25 107.354 902 8 0 27.4818 0.496554 34.15 - 25 139.048 1036 7 1 27.4068 0.480564 5.55 - 25 113.421 902 7 0 27.4034 0.48073 4.15 - 25 282.69 1036 6 1 27.3354 0.48026 -24.45 - 25 97.2239 902 6 0 27.3337 0.480269 -25.85 - 25 108.088 1036 5 1 27.2995 0.483295 -54.45 - 25 80.9568 902 5 0 27.2981 0.484218 -55.85 - 25 108.949 1036 4 1 27.2642 0.513898 -84.45 - 25 108.245 902 4 0 27.2631 0.516374 -85.85 - 25 98.5296 1035 3 1 27.2419 0.571182 -114.45 - 25 98.8164 902 3 0 27.2399 0.574159 -115.85 - 25 107.999 1035 2 1 27.2011 0.633937 -144.45 - 25 131.059 902 2 0 27.1987 0.635507 -145.85 - 25 105.288 1035 1 1 27.1517 0.66924 -174.45 - 25 109.657 903 1 0 27.1508 0.671044 -175.85 - 25 143.413 1035 0 1 27.1296 0.708584 -204.45 - 25 116.249 903 0 0 27.128 0.710828 -205.85 - 25 228.811 869 0 0 24.4252 -6.22952 -206.25 - 25 200.113 1035 6 1 27.25 0.428824 -24.5773 - 25 2.3236 906 6 0 26.6549 1.44303 -25.8508 - 25 147.399 907 6 0 26.6485 1.45013 -25.8635 -Number of digits in this event = 12 +Number of tracker hits in this event = 20 + 25 96.7756 1004 9 1 20.9256 -130.36 65.55 + 25 189.807 248 9 0 20.9266 -130.359 64.15 + 25 240.255 1004 8 1 20.9449 -130.342 35.55 + 25 123.65 249 8 0 20.9451 -130.343 34.15 + 25 107.88 1004 7 1 20.9508 -130.371 5.55 + 25 110.499 248 7 0 20.9519 -130.37 4.15 + 25 264.592 1004 6 1 20.9705 -130.361 -24.45 + 25 108.607 248 6 0 20.9713 -130.361 -25.85 + 25 100.501 1004 5 1 20.9862 -130.347 -54.45 + 25 124.535 249 5 0 20.9864 -130.346 -55.85 + 25 106.456 1004 4 1 20.9915 -130.332 -84.45 + 25 257.026 249 4 0 20.9937 -130.331 -85.85 + 25 126.608 1004 3 1 21.038 -130.309 -114.45 + 25 138.868 249 3 0 21.0413 -130.308 -115.85 + 25 91.1713 1005 2 1 21.1181 -130.297 -144.45 + 25 125.646 249 2 0 21.122 -130.297 -145.85 + 25 152.806 1005 1 1 21.2039 -130.286 -174.45 + 25 131.933 249 1 0 21.209 -130.286 -175.85 + 25 160.067 1006 0 1 21.3108 -130.289 -204.45 + 25 94.7478 249 0 0 21.3152 -130.291 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -3.3226 LIN +5.56462 LIN proton Event: 26 -Number of tracker hits in this event = 22 - 26 116.178 1096 10 1 39.3584 108.658 95.55 - 26 161.397 1442 10 0 39.3579 108.657 94.15 - 26 203.559 1096 9 1 39.342 108.652 65.55 - 26 186.492 1442 9 0 39.3416 108.652 64.15 - 26 130.641 1096 8 1 39.34 108.671 35.55 - 26 87.9668 1442 8 0 39.3407 108.67 34.15 - 26 137.581 1096 7 1 39.3552 108.67 5.55 - 26 133.379 1442 7 0 39.3544 108.67 4.15 - 26 144.316 1096 6 1 39.3338 108.686 -24.45 - 26 97.143 1442 6 0 39.3321 108.691 -25.85 - 26 118.442 1096 5 1 39.2915 108.8 -54.45 - 26 113.355 1443 5 0 39.2911 108.806 -55.85 - 26 161.105 1096 4 1 39.277 108.95 -84.45 - 26 143.958 1444 4 0 39.2765 108.959 -85.85 - 26 128.563 1096 3 1 39.2612 109.156 -114.45 - 26 94.5277 1445 3 0 39.26 109.166 -115.85 - 26 88.6543 1095 2 1 39.2433 109.378 -144.45 - 26 107.632 1446 2 0 39.2403 109.389 -145.85 - 26 105.739 1095 1 1 39.1733 109.63 -174.45 - 26 134.685 1447 1 0 39.1694 109.642 -175.85 - 26 150.155 1095 0 1 39.0928 109.898 -204.45 - 26 101.882 1448 0 0 39.0874 109.912 -205.85 +Number of tracker hits in this event = 19 + 26 97.9792 680 8 1 -43.8773 132.558 35.55 + 26 144.101 1562 8 0 -43.8767 132.558 34.15 + 26 101.407 680 7 1 -43.8595 132.55 5.55 + 26 94.9958 1561 7 0 -43.8589 132.549 4.15 + 26 120.698 681 6 1 -43.8489 132.534 -24.45 + 26 112.653 1561 6 0 -43.8496 132.533 -25.85 + 26 126.478 680 5 1 -43.8666 132.524 -54.45 + 26 124.262 1561 5 0 -43.8676 132.524 -55.85 + 26 224.289 680 4 1 -43.8912 132.525 -84.45 + 26 128.431 1561 4 0 -43.8918 132.525 -85.85 + 26 127.36 680 3 1 -43.9008 132.519 -114.45 + 26 120.031 1561 3 0 -43.9008 132.519 -115.85 + 26 97.055 680 2 1 -43.899 132.522 -144.45 + 26 108.127 1561 2 0 -43.8979 132.522 -145.85 + 26 112.003 680 1 1 -43.874 132.538 -174.45 + 26 142.557 1561 1 0 -43.872 132.538 -175.85 + 26 163.876 681 0 1 -43.8313 132.544 -204.45 + 26 135.386 1561 0 0 -43.83 132.545 -205.85 + 26 261.311 681 7 1 -43.85 132.559 5.30972 Number of digits in this event = 13 Using G4ParticleGun ... -1.38236 LIN +4.59098 LIN proton Event: 27 -Number of tracker hits in this event = 27 - 27 123.687 803 11 1 -19.3388 56.6145 125.55 - 27 181.431 1182 11 0 -19.3396 56.6154 124.15 - 27 135.138 803 10 1 -19.3587 56.6358 95.55 - 27 119.641 1182 10 0 -19.3622 56.6381 94.15 - 27 119.194 803 9 1 -19.4442 56.6627 65.55 - 27 110.157 1183 9 0 -19.4523 56.6629 64.15 - 27 172.786 801 8 1 -19.6722 56.6774 35.55 - 27 118.131 1183 8 0 -19.6828 56.6773 34.15 - 27 237.506 800 7 1 -19.8904 56.6774 5.55 - 27 128.936 1183 7 0 -19.9025 56.6765 4.15 - 27 163.815 799 6 1 -20.1448 56.648 -24.45 - 27 119.923 1182 6 0 -20.1514 56.6481 -25.85 - 27 191.493 798 5 1 -20.2877 56.6441 -54.45 - 27 49.4292 1182 5 0 -20.2951 56.6494 -55.85 - 27 65.9929 1183 5 0 -20.296 56.65 -56.0196 - 27 154.655 798 4 1 -20.4212 56.7474 -84.45 - 27 135.716 1183 4 0 -20.4274 56.7527 -85.85 - 27 133.46 797 3 1 -20.5487 56.8674 -114.45 - 27 103.963 1184 3 0 -20.5551 56.8704 -115.85 - 27 114.965 796 2 1 -20.6726 56.9379 -144.45 - 27 122.281 1184 2 0 -20.6821 56.9393 -145.85 - 27 152.941 795 1 1 -20.8921 56.969 -174.45 - 27 137.425 1184 1 0 -20.8997 56.9694 -175.85 - 27 145.135 795 0 1 -21.0484 56.9867 -204.45 - 27 124.456 1184 0 0 -21.0514 56.9893 -205.85 - 27 163.488 1183 11 0 -19.3215 56.65 123.916 - 27 90.3885 1184 11 0 -19.2517 56.85 123.958 -Number of digits in this event = 18 +Number of tracker hits in this event = 26 + 27 103.406 361 10 1 -107.821 35.0987 95.55 + 27 112.71 1075 10 0 -107.822 35.0993 94.15 + 27 172.018 361 9 1 -107.825 35.1128 65.55 + 27 107.414 1075 9 0 -107.825 35.1134 64.15 + 27 95.0653 361 8 1 -107.825 35.1405 35.55 + 27 109.968 1075 8 0 -107.825 35.1425 34.15 + 27 117.374 361 7 1 -107.829 35.1766 5.55 + 27 112.004 1075 7 0 -107.829 35.1779 4.15 + 27 152.507 361 6 1 -107.834 35.206 -24.45 + 27 159.746 1075 6 0 -107.833 35.2091 -25.85 + 27 103.926 361 5 1 -107.815 35.2706 -54.45 + 27 125.469 1076 5 0 -107.815 35.2733 -55.85 + 27 112.676 361 4 1 -107.813 35.3289 -84.45 + 27 273.415 1076 4 0 -107.813 35.3276 -85.85 + 27 263.768 361 3 1 -107.836 35.3018 -114.45 + 27 139.475 1076 3 0 -107.837 35.3013 -115.85 + 27 106.337 361 2 1 -107.854 35.2912 -144.45 + 27 164.504 1076 2 0 -107.855 35.2893 -145.85 + 27 133.766 361 1 1 -107.866 35.2506 -174.45 + 27 110.143 1075 1 0 -107.868 35.2494 -175.85 + 27 229.858 360 0 1 -107.964 35.2467 -204.45 + 27 123.447 1075 0 0 -107.969 35.2478 -205.85 + 27 18.6801 1076 1 0 -107.867 35.25 -176.219 + 27 166.659 1075 3 0 -107.661 35.2203 -115.85 + 27 186.203 956 10 0 -53.879 11.3791 93.75 + 27 102.831 955 10 0 -53.2429 11.25 93.8233 +Number of digits in this event = 15 Using G4ParticleGun ... -9.14901 LIN +1.00561 LIN proton Event: 28 -Number of tracker hits in this event = 19 - 28 111.551 189 8 1 -142.338 -29.7924 35.55 - 28 112.511 751 8 0 -142.338 -29.7909 34.15 - 28 152.838 189 7 1 -142.339 -29.76 5.55 - 28 160.024 751 7 0 -142.34 -29.7588 4.15 - 28 104.718 188 6 1 -142.362 -29.7364 -24.45 - 28 104.529 751 6 0 -142.363 -29.7353 -25.85 - 28 91.7336 188 5 1 -142.39 -29.7174 -54.45 - 28 169.846 751 5 0 -142.393 -29.7176 -55.85 - 28 111.563 188 4 1 -142.453 -29.7246 -84.45 - 28 124.439 751 4 0 -142.457 -29.7261 -85.85 - 28 114.427 188 3 1 -142.53 -29.7564 -114.45 - 28 198.135 751 3 0 -142.534 -29.7576 -115.85 - 28 107.441 187 2 1 -142.615 -29.7832 -144.45 - 28 148.132 751 2 0 -142.619 -29.7852 -145.85 - 28 274.084 187 1 1 -142.703 -29.824 -174.45 - 28 144.824 751 1 0 -142.706 -29.8259 -175.85 - 28 110.569 186 0 1 -142.775 -29.8659 -204.45 - 28 141.224 750 0 0 -142.779 -29.8674 -205.85 - 28 51.9401 186 1 1 -142.75 -29.6405 -174.723 -Number of digits in this event = 12 +Number of tracker hits in this event = 27 + 28 110.973 800 10 1 -19.8755 -96.9518 95.55 + 28 2.10862 415 10 0 -19.8768 -96.95 94.15 + 28 140.366 416 10 0 -19.8768 -96.95 94.1415 + 28 170.227 800 9 1 -19.9204 -96.9199 65.55 + 28 119.26 416 9 0 -19.928 -96.9112 64.15 + 28 132.77 799 8 1 -20.0802 -96.7515 35.55 + 28 140.029 417 8 0 -20.0902 -96.7393 34.15 + 28 137.665 798 7 1 -20.3064 -96.5122 5.55 + 28 114.405 418 7 0 -20.3159 -96.5074 4.15 + 28 126.171 797 6 1 -20.5015 -96.4286 -24.45 + 28 118.414 418 6 0 -20.5052 -96.4287 -25.85 + 28 117.018 797 5 1 -20.554 -96.4305 -54.45 + 28 173.862 418 5 0 -20.563 -96.4292 -55.85 + 28 232.632 796 4 1 -20.7666 -96.4097 -84.45 + 28 125.814 418 4 0 -20.7752 -96.4075 -85.85 + 28 128.191 795 3 1 -20.9683 -96.3677 -114.45 + 28 144.366 418 3 0 -20.9732 -96.3631 -115.85 + 28 121.086 794 2 1 -21.0713 -96.2808 -144.45 + 28 138.214 419 2 0 -21.0814 -96.2739 -145.85 + 28 130.568 793 1 1 -21.2731 -96.0745 -174.45 + 28 155.774 420 1 0 -21.2827 -96.0614 -175.85 + 28 348.695 792 0 1 -21.4895 -95.7727 -204.45 + 28 122.863 421 0 0 -21.4988 -95.7588 -205.85 + 28 65.5044 800 8 1 -19.998 -96.6966 35.55 + 28 84.6255 801 8 1 -19.8499 -96.7469 35.4912 + 28 86.7178 802 8 1 -19.65 -96.681 35.4181 + 28 209.095 803 8 1 -19.45 -96.7348 35.3345 +Number of digits in this event = 19 Using G4ParticleGun ... -2.49343 LIN +8.51547 LIN proton Event: 29 -Number of tracker hits in this event = 24 - 29 126.067 1453 10 1 110.755 23.093 95.55 - 29 113.182 1015 10 0 110.754 23.0956 94.15 - 29 99.9793 1452 9 1 110.735 23.1386 65.55 - 29 231.273 1015 9 0 110.739 23.1421 64.15 - 29 103.926 1453 8 1 110.809 23.2054 35.55 - 29 108.888 1015 8 0 110.812 23.2044 34.15 - 29 190.202 1453 7 1 110.879 23.1851 5.55 - 29 101.832 1015 7 0 110.885 23.1834 4.15 - 29 132.264 1454 6 1 110.994 23.1426 -24.45 - 29 236.015 1015 6 0 111.001 23.1406 -25.85 - 29 103.747 1455 5 1 111.16 23.0941 -54.45 - 29 120.843 1015 5 0 111.171 23.0936 -55.85 - 29 110.806 1456 4 1 111.391 23.1106 -84.45 - 29 123.443 1015 4 0 111.403 23.1109 -85.85 - 29 134.82 1457 3 1 111.657 23.1225 -114.45 - 29 114.447 1015 3 0 111.669 23.1224 -115.85 - 29 110.551 1458 2 1 111.92 23.13 -144.45 - 29 170.029 1015 2 0 111.933 23.1307 -145.85 - 29 127.737 1460 1 1 112.179 23.1412 -174.45 - 29 159.777 1015 1 0 112.19 23.1483 -175.85 - 29 103.386 1461 0 1 112.416 23.2849 -204.45 - 29 96.5325 1016 0 0 112.427 23.2928 -205.85 - 29 138.526 1016 6 0 110.948 23.25 -25.9557 - 29 117.184 1452 7 1 110.75 23.1206 5.46584 -Number of digits in this event = 13 +Number of tracker hits in this event = 22 + 29 140.319 1252 10 1 70.5003 -52.5256 95.55 + 29 113.992 637 10 0 70.5007 -52.5252 94.15 + 29 418.981 1252 9 1 70.5074 -52.5157 65.55 + 29 107.41 637 9 0 70.5075 -52.5147 64.15 + 29 133.718 1252 8 1 70.5103 -52.4942 35.55 + 29 99.062 637 8 0 70.5102 -52.493 34.15 + 29 117.515 1252 7 1 70.5096 -52.4734 5.55 + 29 107.631 637 7 0 70.5101 -52.4707 4.15 + 29 103.98 1252 6 1 70.5203 -52.4143 -24.45 + 29 102.624 638 6 0 70.5211 -52.4118 -25.85 + 29 156.033 1252 5 1 70.538 -52.3636 -54.45 + 29 94.6376 638 5 0 70.5393 -52.3615 -55.85 + 29 150.479 1252 4 1 70.5633 -52.3199 -84.45 + 29 89.5327 638 4 0 70.5645 -52.3172 -85.85 + 29 111.704 1252 3 1 70.5881 -52.2614 -114.45 + 29 138.896 638 3 0 70.5885 -52.2588 -115.85 + 29 87.5858 1252 2 1 70.5976 -52.2069 -144.45 + 29 144.969 639 2 0 70.5966 -52.2042 -145.85 + 29 161.776 1252 1 1 70.5739 -52.1481 -174.45 + 29 144.345 639 1 0 70.5706 -52.1436 -175.85 + 29 189.619 1252 0 1 70.5045 -52.0516 -204.45 + 29 125.256 640 0 0 70.5026 -52.0464 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -4.75819 LIN +9.83949 LIN proton Event: 30 -Number of tracker hits in this event = 43 - 30 125.419 1025 11 1 25.2408 -46.4855 125.55 - 30 133.796 667 11 0 25.2403 -46.4845 124.15 - 30 114.782 1025 10 1 25.239 -46.4617 95.55 - 30 121.972 667 10 0 25.236 -46.4598 94.15 - 30 129.511 1025 9 1 25.1759 -46.4213 65.55 - 30 146.097 668 9 0 25.173 -46.4198 64.15 - 30 91.0224 1025 8 1 25.1133 -46.3954 35.55 - 30 206.248 668 8 0 25.1108 -46.3956 34.15 - 30 139.526 1025 7 1 25.0568 -46.3991 5.55 - 30 175.886 668 7 0 25.0525 -46.3998 4.15 - 30 135.683 1024 6 1 24.9689 -46.4076 -24.45 - 30 107.161 668 6 0 24.9645 -46.4073 -25.85 - 30 114.425 1024 5 1 24.8769 -46.4006 -54.45 - 30 331.543 668 5 0 24.8731 -46.4005 -55.85 - 30 134.15 1023 4 1 24.7972 -46.4061 -84.45 - 30 97.3779 668 4 0 24.7959 -46.4047 -85.85 - 30 115.849 1023 3 1 24.7729 -46.381 -114.45 - 30 119.213 668 3 0 24.7725 -46.3803 -115.85 - 30 103.006 1023 2 1 24.7592 -46.3624 -144.45 - 30 112.912 668 2 0 24.7588 -46.3633 -145.85 - 30 147.722 1023 1 1 24.7273 -46.4162 -174.45 - 30 115.357 668 1 0 24.7247 -46.4187 -175.85 - 30 110.183 1023 0 1 24.6729 -46.4672 -204.45 - 30 107.736 667 0 0 24.6703 -46.4696 -205.85 - 30 3.27617 776 0 0 -37.6035 -24.85 -205.875 - 30 2.09055 1761 12 0 -78.265 172.355 153.75 - 30 79.9221 1760 12 0 -78.2631 172.349 153.755 - 30 13.2156 714 2 1 -37.0565 33.7865 -144.603 - 30 7.92042 1585 1 0 60.4747 137.15 -176.106 - 30 46.8859 1586 1 0 60.6097 137.35 -175.93 - 30 87.095 1228 1 1 65.6574 141.461 -174.85 - 30 171.069 1229 1 1 65.85 141.561 -174.782 - 30 91.9376 1230 1 1 66.05 141.774 -174.662 - 30 67.446 1231 1 1 66.2502 141.948 -174.539 - 30 9.8671 1232 1 1 66.4503 142.004 -174.462 - 30 72.676 799 1 0 -55.7567 -20.2484 -176.25 - 30 49.5849 800 1 0 -55.8233 -20.05 -176.219 - 30 3.05317 801 1 0 -55.8899 -19.85 -176.245 - 30 96.8192 1118 1 0 -66.0831 43.7166 -176.25 - 30 142.505 1117 1 0 -66.1997 43.65 -175.989 - 30 167.699 565 1 1 -67.0329 42.3502 -174.85 - 30 165.159 1113 1 0 -67.1039 42.7171 -175.85 - 30 38.4899 439 14 1 -92.2114 179.184 215.541 -Number of digits in this event = 19 +Number of tracker hits in this event = 25 + 30 257.049 1137 10 1 47.5326 93.4662 95.55 + 30 118.874 1366 10 0 47.5324 93.4665 94.15 + 30 122.355 1137 9 1 47.5294 93.4766 65.55 + 30 117.577 1366 9 0 47.5288 93.4772 64.15 + 30 114.049 1137 8 1 47.5147 93.4882 35.55 + 30 97.7389 1366 8 0 47.5153 93.4892 34.15 + 30 112.411 1137 7 1 47.5274 93.5104 5.55 + 30 104.162 1366 7 0 47.5284 93.5115 4.15 + 30 125.484 1137 6 1 47.5459 93.5349 -24.45 + 30 126.059 1366 6 0 47.5461 93.5352 -25.85 + 30 112.447 1137 5 1 47.5499 93.5387 -54.45 + 30 150.148 1366 5 0 47.5504 93.5385 -55.85 + 30 147.137 1137 4 1 47.5625 93.5328 -84.45 + 30 107.288 1366 4 0 47.5628 93.5319 -85.85 + 30 110.688 1137 3 1 47.5697 93.5134 -114.45 + 30 126.043 1366 3 0 47.5702 93.5127 -115.85 + 30 118.282 1137 2 1 47.5805 93.4948 -144.45 + 30 103.909 1366 2 0 47.5819 93.4941 -145.85 + 30 139.139 1137 1 1 47.6106 93.4799 -174.45 + 30 130.79 1366 1 0 47.6119 93.4795 -175.85 + 30 137.753 1137 0 1 47.6399 93.4762 -204.45 + 30 100.365 1366 0 0 47.6405 93.4765 -205.85 + 30 118.536 1367 5 0 47.5558 93.55 -55.9029 + 30 409.761 1521 7 0 39.9068 124.522 3.75017 + 30 65.9724 1522 7 0 39.8952 124.55 3.80456 +Number of digits in this event = 12 Using G4ParticleGun ... -3.51666 LIN +7.8516 LIN proton Event: 31 Number of tracker hits in this event = 39 - 31 107.123 556 11 1 -68.687 30.4432 125.55 - 31 152.883 1051 11 0 -68.6878 30.444 124.15 - 31 112.34 556 10 1 -68.7026 30.4561 95.55 - 31 107.733 1052 10 0 -68.7003 30.4543 94.15 - 31 117.829 556 9 1 -68.66 30.4088 65.55 - 31 119.707 1051 9 0 -68.6589 30.4066 64.15 - 31 108.344 557 8 1 -68.6344 30.3696 35.55 - 31 106.549 1051 8 0 -68.6334 30.3668 34.15 - 31 361.065 557 7 1 -68.6123 30.3072 5.55 - 31 137.437 1051 7 0 -68.6097 30.3049 4.15 - 31 128.403 557 6 1 -68.5438 30.2629 -24.45 - 31 88.3946 1051 6 0 -68.5389 30.2624 -25.85 - 31 155.578 558 5 1 -68.4388 30.2514 -54.45 - 31 117.238 1051 5 0 -68.4355 30.2516 -55.85 - 31 111.48 558 4 1 -68.362 30.2583 -84.45 - 31 119.807 1051 4 0 -68.356 30.2575 -85.85 - 31 224.007 559 3 1 -68.2347 30.2414 -114.45 - 31 99.3214 1050 3 0 -68.2297 30.2404 -115.85 - 31 111.641 559 2 1 -68.1331 30.2206 -144.45 - 31 105.617 1050 2 0 -68.1275 30.2188 -145.85 - 31 312.207 560 1 1 -68.0135 30.1768 -174.45 - 31 242.844 1050 1 0 -68.0085 30.1735 -175.85 - 31 154.185 560 0 1 -67.9126 30.1073 -204.45 - 31 126.482 1050 0 0 -67.9068 30.1038 -205.85 - 31 25.573 1043 7 0 -68.3306 28.7219 4.15 - 31 68.3514 1042 7 0 -68.3143 28.65 4.08082 - 31 55.5763 1041 7 0 -68.2814 28.4499 3.94088 - 31 83.0809 1040 7 0 -68.2681 28.25 3.81585 - 31 12.8991 412 7 0 -55.2765 -97.6914 3.75 - 31 56.3971 411 7 0 -55.2675 -97.7505 3.77372 - 31 124.967 410 7 0 -55.2467 -97.9501 3.85344 - 31 126.85 409 7 0 -55.2216 -98.15 3.91557 - 31 438.791 408 7 0 -55.1877 -98.3506 3.98686 - 31 65.465 407 7 0 -55.1339 -98.55 4.03721 - 31 83.9133 406 7 0 -55.057 -98.75 4.07165 - 31 30.43 405 7 0 -54.9644 -98.9504 4.11792 - 31 54.7657 636 7 1 -52.7333 -102.112 5.15 - 31 300.572 637 7 1 -52.65 -102.252 5.18454 - 31 325.513 644 8 0 -42.7442 -51.1693 33.7501 -Number of digits in this event = 16 + 31 109.879 241 8 1 -131.9 -54.9176 35.55 + 31 131.452 625 8 0 -131.9 -54.9176 34.15 + 31 122.711 241 7 1 -131.919 -54.9192 5.55 + 31 133.142 625 7 0 -131.92 -54.9191 4.15 + 31 122.641 241 6 1 -131.94 -54.913 -24.45 + 31 119.171 625 6 0 -131.941 -54.912 -25.85 + 31 101.704 240 5 1 -131.961 -54.8882 -54.45 + 31 105.144 625 5 0 -131.961 -54.8871 -55.85 + 31 107.575 240 4 1 -131.97 -54.8648 -84.45 + 31 138.483 625 4 0 -131.969 -54.8634 -85.85 + 31 168.269 240 3 1 -131.955 -54.8361 -114.45 + 31 98.4038 626 3 0 -131.955 -54.8339 -115.85 + 31 135.404 241 2 1 -131.948 -54.7846 -144.45 + 31 208.058 626 2 0 -131.947 -54.782 -145.85 + 31 111.088 241 1 1 -131.94 -54.7279 -174.45 + 31 107.185 626 1 0 -131.94 -54.7253 -175.85 + 31 106.017 241 0 1 -131.929 -54.6719 -204.45 + 31 157.827 626 0 0 -131.928 -54.6693 -205.85 + 31 7.96403 527 2 0 -64.9758 -74.532 -146.25 + 31 60.1092 475 0 0 -137.998 -84.8536 -206.25 + 31 63.8164 715 1 0 -81.9674 -36.9733 -176.25 + 31 238.501 769 7 0 -158.448 -26.1251 3.75 + 31 243.358 770 7 0 -158.631 -26.05 4.0459 + 31 121.491 624 2 0 -131.298 -55.0625 -145.85 + 31 61.2171 390 2 0 -122.988 -101.954 -146.25 + 31 102.505 389 2 0 -123.041 -102.15 -146.093 + 31 155.57 388 2 0 -123.075 -102.35 -145.925 + 31 189.047 280 2 1 -124.138 -104.615 -144.85 + 31 371.988 279 2 1 -124.15 -104.646 -144.833 + 31 148.604 278 2 1 -124.35 -106.102 -144.777 + 31 142.347 277 2 1 -124.55 -106.425 -144.709 + 31 398.99 276 2 1 -124.75 -106.774 -144.775 + 31 123.813 275 2 1 -124.95 -107.177 -144.536 + 31 121.176 240 2 1 -131.959 -54.7671 -144.45 + 31 11.2493 632 2 0 -133.299 -53.4707 -145.85 + 31 168.271 633 2 0 -133.317 -53.45 -145.871 + 31 7.73525 210 2 1 -138.136 -52.0409 -144.85 + 31 203.76 209 2 1 -138.15 -52.037 -144.848 + 31 301.094 208 2 1 -138.35 -51.9478 -144.766 +Number of digits in this event = 25 Using G4ParticleGun ... -4.29581 LIN +8.41245 LIN proton Event: 32 -Number of tracker hits in this event = 23 - 32 102.505 468 8 1 -86.3159 -105.598 35.55 - 32 174.228 372 8 0 -86.3144 -105.598 34.15 - 32 133.995 468 7 1 -86.2899 -105.597 5.55 - 32 118.835 372 7 0 -86.2892 -105.598 4.15 - 32 131.614 468 6 1 -86.277 -105.614 -24.45 - 32 130.109 372 6 0 -86.2769 -105.615 -25.85 - 32 100.161 468 5 1 -86.2666 -105.639 -54.45 - 32 101.991 372 5 0 -86.2647 -105.639 -55.85 - 32 221.379 469 4 1 -86.2198 -105.647 -84.45 - 32 93.7771 372 4 0 -86.2194 -105.647 -85.85 - 32 86.0448 469 3 1 -86.2067 -105.645 -114.45 - 32 122.162 372 3 0 -86.2057 -105.645 -115.85 - 32 101.245 469 2 1 -86.1824 -105.646 -144.45 - 32 151.367 372 2 0 -86.1806 -105.645 -145.85 - 32 91.6508 469 1 1 -86.147 -105.638 -174.45 - 32 108.794 372 1 0 -86.1453 -105.634 -175.85 - 32 98.4067 469 0 1 -86.1106 -105.547 -204.45 - 32 118.445 373 0 0 -86.1079 -105.544 -205.85 - 32 27.8547 373 8 0 -86.2765 -105.55 33.8396 - 32 296.5 378 8 0 -15.7521 -104.448 33.75 - 32 160.664 377 8 0 -15.2961 -104.55 33.9981 - 32 59.4852 376 8 0 -15.1784 -104.75 33.828 - 32 81.4101 443 8 0 -11.2586 -91.4974 33.75 -Number of digits in this event = 10 +Number of tracker hits in this event = 21 + 32 105.605 273 9 1 -125.388 -13.5371 65.55 + 32 118.408 832 9 0 -125.387 -13.5375 64.15 + 32 103.416 273 8 1 -125.38 -13.5484 35.55 + 32 125.961 832 8 0 -125.38 -13.5491 34.15 + 32 146.472 273 7 1 -125.38 -13.5654 5.55 + 32 118.931 832 7 0 -125.381 -13.5671 4.15 + 32 105.655 273 6 1 -125.406 -13.5989 -24.45 + 32 140.611 832 6 0 -125.407 -13.6004 -25.85 + 32 155.619 273 5 1 -125.414 -13.6307 -54.45 + 32 161.032 832 5 0 -125.413 -13.6341 -55.85 + 32 166.549 273 4 1 -125.393 -13.7066 -84.45 + 32 98.6124 831 4 0 -125.392 -13.7104 -85.85 + 32 155.909 273 3 1 -125.368 -13.7896 -114.45 + 32 103.202 831 3 0 -125.368 -13.7925 -115.85 + 32 205.581 273 2 1 -125.369 -13.8551 -144.45 + 32 134.133 830 2 0 -125.369 -13.8571 -145.85 + 32 99.6051 273 1 1 -125.375 -13.8995 -174.45 + 32 104.905 830 1 0 -125.375 -13.9015 -175.85 + 32 126.247 273 0 1 -125.374 -13.9448 -204.45 + 32 146.002 830 0 0 -125.374 -13.9468 -205.85 + 32 123.511 274 2 1 -125.35 -13.9612 -144.54 +Number of digits in this event = 13 Using G4ParticleGun ... -5.41025 LIN +1.63484 LIN proton Event: 33 -Number of tracker hits in this event = 88 - 33 224.179 1602 8 1 140.746 17.6328 35.55 - 33 105.679 987 8 0 140.745 17.632 34.15 - 33 107.445 1602 7 1 140.736 17.6223 5.55 - 33 105.693 987 7 0 140.735 17.6209 4.15 - 33 112.407 1602 6 1 140.707 17.5935 -24.45 - 33 94.697 987 6 0 140.704 17.5923 -25.85 - 33 96.3167 1602 5 1 140.647 17.5642 -54.45 - 33 122.212 987 5 0 140.643 17.5642 -55.85 - 33 80.0309 1011 12 0 150.667 22.2616 153.75 - 33 200.142 835 5 0 115.34 -12.863 -56.25 - 33 115.325 834 5 0 115.227 -13.05 -56.1125 - 33 157.224 915 5 0 128.304 3.17633 -56.25 - 33 119.727 914 5 0 128.197 3.05 -56.0042 - 33 247.965 1537 5 1 127.734 2.45407 -54.85 - 33 12.3186 1311 9 0 88.7713 82.2502 63.9506 - 33 29.2644 1483 7 1 116.763 111.757 5.39483 - 33 565.202 1601 4 1 140.491 17.3232 -84.45 - 33 134.313 1600 4 1 140.35 16.9327 -84.7485 - 33 45.4019 977 4 0 139.837 15.4877 -85.85 - 33 184.726 976 4 0 139.824 15.45 -85.8787 - 33 218.759 975 4 0 139.753 15.25 -86.0311 - 33 93.8523 974 4 0 139.682 15.05 -86.1832 - 33 618.746 1531 3 1 126.509 -22.2077 -114.45 - 33 71.4111 1530 3 1 126.35 -22.6736 -114.8 - 33 173.907 779 3 0 125.875 -24.0879 -115.85 - 33 382.759 778 3 0 125.82 -24.25 -115.97 - 33 228.256 777 3 0 125.753 -24.45 -116.119 - 33 666.663 1464 2 1 113.135 -62.3249 -144.45 - 33 11.9332 1463 2 1 112.95 -62.839 -144.838 - 33 44.0257 579 2 0 112.463 -64.2018 -145.85 - 33 452.322 578 2 0 112.446 -64.25 -145.886 - 33 206.649 577 2 0 112.375 -64.45 -146.035 - 33 194.164 576 2 0 112.303 -64.65 -146.184 - 33 342.077 1393 1 1 98.8578 -102.351 -174.45 - 33 289.266 1392 1 1 98.75 -102.645 -174.662 - 33 106.145 379 1 0 98.1365 -104.315 -175.85 - 33 241.221 378 1 0 98.1237 -104.35 -175.875 - 33 289.344 377 1 0 98.0502 -104.55 -176.017 - 33 174.365 376 1 0 97.9773 -104.75 -176.158 - 33 668.65 1316 0 1 83.4296 -144.075 -204.45 - 33 33.1081 1315 0 1 83.25 -144.564 -204.833 - 33 111.93 171 0 0 82.7725 -145.852 -205.85 - 33 231.222 170 0 0 82.7364 -145.95 -205.927 - 33 238.609 169 0 0 82.662 -146.15 -206.084 - 33 8.33017 168 0 0 82.587 -146.35 -206.242 - 33 87.2311 237 2 0 150.825 -132.702 -146.25 - 33 22.0827 651 2 0 121.639 -49.6863 -146.25 - 33 157.249 652 2 0 121.664 -49.65 -146.224 - 33 41.6587 1602 4 1 140.746 17.5477 -84.45 - 33 367.276 1603 4 1 140.75 17.5473 -84.4544 - 33 108.563 1604 4 1 140.95 17.5257 -84.6796 - 33 744.823 986 4 0 141.987 17.4127 -85.85 - 33 33.4892 1735 3 1 167.298 14.6779 -114.45 - 33 135.816 1736 3 1 167.35 14.6727 -114.509 - 33 56.6337 1737 3 1 167.55 14.6529 -114.735 - 33 691.846 972 3 0 168.536 14.5552 -115.85 - 33 83.0397 985 4 0 142.48 17.25 -86.0928 - 33 253.062 984 4 0 142.447 17.05 -86.0611 - 33 96.5502 1706 3 1 161.42 14.5635 -114.45 - 33 128.578 1707 3 1 161.55 14.5514 -114.63 - 33 221.247 971 3 0 162.526 14.45 -115.953 - 33 200.113 1354 1 0 -21.6543 91.0463 -176.134 - 33 7.80618 543 0 1 -71.4307 112.211 -204.45 - 33 79.4412 542 0 1 -71.45 112.22 -204.463 - 33 70.2129 541 0 1 -71.6502 112.313 -204.59 - 33 74.1515 540 0 1 -71.8504 112.411 -204.714 - 33 9.3496 539 0 1 -72.05 112.507 -204.837 - 33 17.9111 1465 0 0 -73.7413 113.328 -205.85 - 33 142.37 1466 0 0 -73.7871 113.35 -205.877 - 33 86.9141 1467 0 0 -74.2023 113.55 -206.123 - 33 65.856 517 0 1 -76.5052 115.118 -204.45 - 33 72.7065 516 0 1 -76.65 115.214 -204.556 - 33 73.5809 515 0 1 -76.8501 115.346 -204.702 - 33 1.55557 514 0 1 -77.05 115.482 -204.846 - 33 53.1269 1481 0 0 -78.4703 116.477 -205.85 - 33 136.531 1482 0 0 -78.5725 116.55 -205.922 - 33 57.968 1483 0 0 -78.8489 116.75 -206.114 - 33 93.9187 1552 3 1 130.674 14.6632 -114.45 - 33 7.75022 1551 3 1 130.55 14.6275 -114.829 - 33 136.764 1503 2 1 120.851 11.8509 -144.45 - 33 19.0153 1502 2 1 120.75 11.8218 -144.761 - 33 113.254 958 2 0 120.395 11.7205 -145.85 - 33 103.67 1454 1 1 111.078 9.08064 -174.45 - 33 1.87578 1453 1 1 110.95 9.04406 -174.842 - 33 122.176 944 1 0 110.622 8.94993 -175.85 - 33 115.553 1405 0 1 101.286 6.27833 -204.45 - 33 136.692 930 0 0 100.83 6.14793 -205.85 - 33 115.902 1601 8 1 140.55 17.6924 35.2043 -Number of digits in this event = 43 +Number of tracker hits in this event = 25 + 33 121.948 1370 10 1 94.2781 -59.3004 95.55 + 33 126.795 603 10 0 94.2843 -59.2934 94.15 + 33 158.885 1371 9 1 94.4121 -59.1628 65.55 + 33 151.455 604 9 0 94.4208 -59.1586 64.15 + 33 110.963 1372 8 1 94.606 -59.0665 35.55 + 33 185.36 604 8 0 94.6162 -59.0651 34.15 + 33 120.034 1373 7 1 94.8344 -59.0513 5.55 + 33 120.749 604 7 0 94.8417 -59.0521 4.15 + 33 180.947 1374 6 1 94.9864 -59.0755 -24.45 + 33 106.981 604 6 0 94.9922 -59.0808 -25.85 + 33 160.232 1374 5 1 95.1073 -59.2093 -54.45 + 33 304.066 604 5 0 95.1123 -59.2167 -55.85 + 33 102.022 1375 4 1 95.2016 -59.3689 -84.45 + 33 152.399 603 4 0 95.2038 -59.3803 -85.85 + 33 227.422 1375 3 1 95.2738 -59.6075 -114.45 + 33 150.055 602 3 0 95.2795 -59.6141 -115.85 + 33 240.282 1376 2 1 95.3963 -59.7689 -144.45 + 33 129.318 601 2 0 95.4031 -59.7746 -145.85 + 33 48.495 1376 1 1 95.5491 -59.8667 -174.45 + 33 58.0169 1377 1 1 95.55 -59.867 -174.607 + 33 107.348 600 1 0 95.5581 -59.8689 -175.85 + 33 112.832 1377 0 1 95.7454 -59.9136 -204.45 + 33 132.101 600 0 0 95.756 -59.9184 -205.85 + 33 374.001 1378 0 1 95.75 -59.9166 -204.58 + 33 300.293 1375 5 1 95.2031 -58.8017 -54.8498 +Number of digits in this event = 19 Using G4ParticleGun ... -6.7063 LIN +9.67706 LIN proton Event: 34 -Number of tracker hits in this event = 32 - 34 99.0827 935 11 1 7.10942 -40.9953 125.55 - 34 128.175 695 11 0 7.10895 -40.9945 124.15 - 34 216.763 935 10 1 7.09483 -40.9781 95.55 - 34 112.067 695 10 0 7.09311 -40.9771 94.15 - 34 264.076 935 9 1 7.05518 -40.9536 65.55 - 34 123.098 695 9 0 7.05178 -40.9528 64.15 - 34 195.868 934 8 1 6.97967 -40.9346 35.55 - 34 218.108 695 8 0 6.97623 -40.9346 34.15 - 34 115.44 934 7 1 6.90891 -40.9365 5.55 - 34 124.081 695 7 0 6.90623 -40.9362 4.15 - 34 118.585 934 6 1 6.85306 -40.9281 -24.45 - 34 163.918 695 6 0 6.8513 -40.9279 -25.85 - 34 124.408 933 5 1 6.82467 -40.9175 -54.45 - 34 110.705 695 5 0 6.82274 -40.9175 -55.85 - 34 182.219 933 4 1 6.78579 -40.9183 -84.45 - 34 122.803 695 4 0 6.7837 -40.9176 -85.85 - 34 153.605 933 3 1 6.73671 -40.9023 -114.45 - 34 115.897 695 3 0 6.73503 -40.9009 -115.85 - 34 131.041 933 2 1 6.7019 -40.8769 -144.45 - 34 412.748 695 2 0 6.70403 -40.876 -145.85 - 34 110.94 933 1 1 6.75025 -40.8586 -174.45 - 34 111.434 695 1 0 6.75278 -40.859 -175.85 - 34 106.933 933 0 1 6.80368 -40.867 -204.45 - 34 106.263 695 0 0 6.80603 -40.8667 -205.85 - 34 104.584 932 2 1 6.65 -40.8342 -144.506 - 34 187.494 696 2 0 6.71903 -40.6677 -145.851 - 34 27.7955 694 2 0 6.29172 -41.05 -146.219 - 34 37.6104 955 2 0 20.6809 11.102 -146.25 - 34 59.7884 956 2 0 20.6865 11.2502 -146.218 - 34 247.511 957 2 0 20.6425 11.45 -146.143 - 34 255.186 958 2 0 20.7525 11.65 -146.052 - 34 140.076 934 9 1 7.04987 -40.9214 65.3802 -Number of digits in this event = 19 +Number of tracker hits in this event = 24 + 34 136.853 1226 11 1 65.4487 8.53927 125.55 + 34 198.778 942 11 0 65.4498 8.53944 124.15 + 34 129.969 1227 10 1 65.4721 8.54148 95.55 + 34 116.686 942 10 0 65.4739 8.54173 94.15 + 34 102.55 1227 9 1 65.5097 8.54552 65.55 + 34 146.627 942 9 0 65.512 8.5452 64.15 + 34 112.82 1227 8 1 65.5567 8.53824 35.55 + 34 152.791 942 8 0 65.5586 8.53678 34.15 + 34 140.241 1227 7 1 65.5958 8.50817 5.55 + 34 193.862 942 7 0 65.5974 8.50784 4.15 + 34 161.343 1227 6 1 65.6314 8.49942 -24.45 + 34 102.12 942 6 0 65.6334 8.49851 -25.85 + 34 131.046 1228 5 1 65.6756 8.47867 -54.45 + 34 112.981 942 5 0 65.6773 8.47751 -55.85 + 34 117.46 1228 4 1 65.7116 8.45105 -84.45 + 34 110.609 941 4 0 65.7125 8.44999 -85.85 + 34 90.7791 1228 3 1 65.7297 8.4314 -114.45 + 34 133.453 941 3 0 65.7306 8.43054 -115.85 + 34 93.9831 1228 2 1 65.7504 8.41225 -144.45 + 34 117.382 941 2 0 65.7511 8.41069 -145.85 + 34 126.854 1228 1 1 65.7638 8.38143 -174.45 + 34 344.816 941 1 0 65.7652 8.38036 -175.85 + 34 140.143 1228 0 1 65.792 8.35902 -204.45 + 34 123.881 941 0 0 65.7937 8.35747 -205.85 +Number of digits in this event = 15 Using G4ParticleGun ... -5.15717 LIN +5.25768 LIN proton Event: 35 -Number of tracker hits in this event = 28 - 35 125.055 719 11 1 -36.1976 -37.3849 125.55 - 35 115.953 713 11 0 -36.1978 -37.3849 124.15 - 35 134.197 719 10 1 -36.2018 -37.3819 95.55 - 35 126.147 713 10 0 -36.2016 -37.3815 94.15 - 35 147.544 719 9 1 -36.198 -37.3747 65.55 - 35 152.084 713 9 0 -36.199 -37.3739 64.15 - 35 240.17 719 8 1 -36.2211 -37.3586 35.55 - 35 122.948 713 8 0 -36.2229 -37.3589 34.15 - 35 277.866 718 7 1 -36.2597 -37.3595 5.55 - 35 113.012 713 7 0 -36.262 -37.3572 4.15 - 35 98.3491 718 6 1 -36.3092 -37.3102 -24.45 - 35 101.467 713 6 0 -36.3115 -37.3096 -25.85 - 35 180.151 718 5 1 -36.3647 -37.3003 -54.45 - 35 100.097 713 5 0 -36.3662 -37.3011 -55.85 - 35 287.36 718 4 1 -36.4 -37.32 -84.45 - 35 119.801 713 4 0 -36.4014 -37.3212 -85.85 - 35 127.72 718 3 1 -36.4236 -37.3338 -114.45 - 35 299.936 713 3 0 -36.4288 -37.3336 -115.85 - 35 112.482 717 2 1 -36.5389 -37.3269 -144.45 - 35 98.4822 713 2 0 -36.5444 -37.3274 -145.85 - 35 121.16 716 1 1 -36.6519 -37.3408 -174.45 - 35 120.378 713 1 0 -36.6577 -37.3412 -175.85 - 35 108.239 716 0 1 -36.7816 -37.3518 -204.45 - 35 92.8623 713 0 0 -36.7868 -37.3523 -205.85 - 35 132.871 719 7 1 -36.0997 -37.3956 5.55 - 35 113.177 720 7 1 -36.0497 -37.4297 5.53719 - 35 41.5936 708 7 0 -36.1594 -38.4166 4.15 - 35 143.402 707 7 0 -36.1357 -38.4501 4.08884 -Number of digits in this event = 17 +Number of tracker hits in this event = 17 + 35 132.926 692 7 1 -41.4833 142.11 5.55 + 35 127.177 1609 7 0 -41.4836 142.111 4.15 + 35 106.705 692 6 1 -41.4866 142.115 -24.45 + 35 156.471 1609 6 0 -41.4856 142.115 -25.85 + 35 164.122 692 5 1 -41.4645 142.127 -54.45 + 35 108.654 1609 5 0 -41.4624 142.127 -55.85 + 35 107.291 693 4 1 -41.4313 142.132 -84.45 + 35 91.4983 1609 4 0 -41.4292 142.132 -85.85 + 35 97.8508 693 3 1 -41.3879 142.132 -114.45 + 35 113.539 1609 3 0 -41.3863 142.136 -115.85 + 35 108.749 693 2 1 -41.3489 142.198 -144.45 + 35 123.524 1610 2 0 -41.3462 142.201 -145.85 + 35 96.202 693 1 1 -41.2995 142.262 -174.45 + 35 109.515 1610 1 0 -41.2978 142.265 -175.85 + 35 109.572 693 0 1 -41.2611 142.34 -204.45 + 35 156.18 1610 0 0 -41.2598 142.344 -205.85 + 35 64.6135 693 5 1 -41.45 142.211 -54.534 +Number of digits in this event = 7 Using G4ParticleGun ... -9.28045 LIN +1.23804 LIN proton Event: 36 -Number of tracker hits in this event = 25 - 36 115.977 1266 8 1 73.3353 -123.722 35.55 - 36 149.733 282 8 0 73.3354 -123.722 34.15 - 36 140.46 1266 7 1 73.3383 -123.715 5.55 - 36 270.085 282 7 0 73.338 -123.716 4.15 - 36 94.0933 1266 6 1 73.3376 -123.726 -24.45 - 36 116.472 282 6 0 73.3377 -123.726 -25.85 - 36 244.437 1266 5 1 73.3397 -123.74 -54.45 - 36 126.387 282 5 0 73.3357 -123.744 -55.85 - 36 112.472 1266 4 1 73.2546 -123.822 -84.45 - 36 138.817 281 4 0 73.2501 -123.826 -85.85 - 36 144.914 1265 3 1 73.1571 -123.899 -114.45 - 36 128.53 281 3 0 73.1514 -123.903 -115.85 - 36 262.832 1264 2 1 73.0337 -123.986 -144.45 - 36 171.711 280 2 0 73.029 -123.991 -145.85 - 36 152.291 1264 1 1 72.9322 -124.079 -174.45 - 36 96.7514 280 1 0 72.9272 -124.083 -175.85 - 36 102.454 1263 0 1 72.8299 -124.172 -204.45 - 36 88.9333 279 0 0 72.8256 -124.176 -205.85 - 36 120.404 280 3 0 73.1462 -123.95 -116.085 - 36 150.532 279 3 0 73.0497 -124.15 -116.148 - 36 79.4404 1267 7 1 73.4501 -123.645 5.44044 - 36 595.009 284 7 0 74.1029 -123.291 4.14976 - 36 169.33 219 7 0 117.621 -136.244 3.75 - 36 108.103 1490 7 1 118.213 -136.262 5.15 - 36 65.6052 283 7 0 74.1613 -123.35 3.81997 +Number of tracker hits in this event = 27 + 36 75.7001 836 10 1 -12.6505 -84.2539 95.55 + 36 43.9485 837 10 1 -12.65 -84.2549 95.3082 + 36 104.275 478 10 0 -12.6481 -84.2595 94.15 + 36 148.509 837 9 1 -12.593 -84.3666 65.55 + 36 145.558 478 9 0 -12.5925 -84.3648 64.15 + 36 120.563 837 8 1 -12.5754 -84.341 35.55 + 36 114.124 478 8 0 -12.5748 -84.3428 34.15 + 36 105.08 837 7 1 -12.5671 -84.3928 5.55 + 36 124.946 478 7 0 -12.5684 -84.3975 4.15 + 36 112.681 837 6 1 -12.6302 -84.5125 -24.45 + 36 179.764 477 6 0 -12.6305 -84.5198 -25.85 + 36 122.703 837 5 1 -12.6371 -84.6752 -54.45 + 36 129.057 476 5 0 -12.6378 -84.6825 -55.85 + 36 56.0196 836 4 1 -12.6515 -84.8125 -84.45 + 36 102.021 837 4 1 -12.65 -84.8127 -84.571 + 36 177.499 476 4 0 -12.6346 -84.8155 -85.85 + 36 169.286 838 3 1 -12.2889 -84.8835 -114.45 + 36 244.892 475 3 0 -12.2715 -84.8864 -115.85 + 36 105.621 840 2 1 -11.9414 -84.9393 -144.45 + 36 107.728 475 2 0 -11.9255 -84.9427 -145.85 + 36 195.004 842 1 1 -11.5971 -84.9908 -174.45 + 36 218.746 475 1 0 -11.5849 -84.9923 -175.85 + 36 363.004 843 0 1 -11.3353 -85.0481 -204.45 + 36 127.371 474 0 0 -11.3228 -85.0517 -205.85 + 36 93.9627 842 0 1 -11.45 -84.9331 -204.722 + 36 110.416 841 0 1 -11.6502 -85.0135 -204.774 + 36 330.166 840 0 1 -11.85 -85.0714 -204.817 Number of digits in this event = 16 Using G4ParticleGun ... -9.31238 LIN +3.5915 LIN proton Event: 37 -Number of tracker hits in this event = 22 - 37 137.908 753 10 1 -29.2999 -85.7641 95.55 - 37 107.565 471 10 0 -29.3002 -85.7627 94.15 - 37 108.945 753 9 1 -29.3035 -85.7322 65.55 - 37 214.1 471 9 0 -29.304 -85.7302 64.15 - 37 100.694 753 8 1 -29.3149 -85.6891 35.55 - 37 115.714 471 8 0 -29.3162 -85.6869 34.15 - 37 134.77 753 7 1 -29.3414 -85.64 5.55 - 37 111.599 472 7 0 -29.3417 -85.6382 4.15 - 37 96.0559 753 6 1 -29.3458 -85.6032 -24.45 - 37 221.954 472 6 0 -29.3467 -85.6015 -25.85 - 37 111.836 753 5 1 -29.3644 -85.5634 -54.45 - 37 109.713 472 5 0 -29.366 -85.5614 -55.85 - 37 103.554 753 4 1 -29.3987 -85.523 -84.45 - 37 92.4157 472 4 0 -29.4011 -85.5202 -85.85 - 37 113.156 753 3 1 -29.4493 -85.461 -114.45 - 37 118.277 472 3 0 -29.4514 -85.4578 -115.85 - 37 170.939 752 2 1 -29.4948 -85.3927 -144.45 - 37 117.748 473 2 0 -29.496 -85.3889 -145.85 - 37 143.962 752 1 1 -29.5192 -85.312 -174.45 - 37 122.24 473 1 0 -29.52 -85.3087 -175.85 - 37 233.358 752 0 1 -29.5361 -85.2414 -204.45 - 37 110.765 474 0 0 -29.5368 -85.2384 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 23 + 37 114.845 1240 10 1 68.1319 -51.6064 95.55 + 37 156.363 642 10 0 68.1337 -51.608 94.15 + 37 91.5239 1240 9 1 68.1657 -51.6446 65.55 + 37 191.615 642 9 0 68.1654 -51.6461 64.15 + 37 138.904 1240 8 1 68.1344 -51.6766 35.55 + 37 113.532 641 8 0 68.1323 -51.6763 34.15 + 37 131.529 1240 7 1 68.087 -51.6714 5.55 + 37 103.718 641 7 0 68.0837 -51.6719 4.15 + 37 139.85 1239 6 1 68.009 -51.686 -24.45 + 37 132.797 641 6 0 68.0063 -51.6821 -25.85 + 37 483.939 1239 5 1 67.951 -51.5989 -54.45 + 37 187.164 642 5 0 67.9456 -51.5975 -55.85 + 37 229.046 1238 4 1 67.8319 -51.5752 -84.45 + 37 92.2568 642 4 0 67.827 -51.5751 -85.85 + 37 111.221 1238 3 1 67.7278 -51.574 -114.45 + 37 116.033 642 3 0 67.7202 -51.576 -115.85 + 37 135.662 1237 2 1 67.5672 -51.6209 -144.45 + 37 93.1644 642 2 0 67.5605 -51.6224 -145.85 + 37 126.848 1236 1 1 67.4206 -51.652 -174.45 + 37 97.0114 641 1 0 67.4119 -51.6539 -175.85 + 37 153.636 1235 0 1 67.2308 -51.7 -204.45 + 37 102.803 641 0 0 67.2232 -51.7031 -205.85 + 37 1.96925 1026 5 0 -102.316 25.4073 -56.25 +Number of digits in this event = 15 Using G4ParticleGun ... -1.80614 LIN +4.10722 LIN proton Event: 38 -Number of tracker hits in this event = 19 - 38 128.131 1597 8 1 139.734 4.69155 35.55 - 38 103.6 923 8 0 139.737 4.68988 34.15 - 38 147.687 1598 7 1 139.791 4.66006 5.55 - 38 109.54 923 7 0 139.796 4.65865 4.15 - 38 135.849 1598 6 1 139.88 4.58773 -24.45 - 38 109.241 922 6 0 139.883 4.58489 -25.85 - 38 183.494 1598 5 1 139.938 4.51378 -54.45 - 38 112.244 922 5 0 139.939 4.50981 -55.85 - 38 140.117 1598 4 1 139.943 4.4262 -84.45 - 38 112.939 921 4 0 139.939 4.4205 -85.85 - 38 128.849 1598 3 1 139.865 4.30512 -114.45 - 38 107.456 921 3 0 139.857 4.29878 -115.85 - 38 125.503 1597 2 1 139.584 4.18948 -144.45 - 38 120.69 920 2 0 139.572 4.18059 -145.85 - 38 122.624 1595 1 1 139.341 4.00035 -174.45 - 38 140.435 919 1 0 139.327 3.99363 -175.85 - 38 191.678 1594 0 1 139.039 3.8508 -204.45 - 38 152.389 918 0 0 139.022 3.84428 -205.85 - 38 2.80301 873 1 1 -5.25 170.66 -174.662 -Number of digits in this event = 13 +Number of tracker hits in this event = 18 + 38 134.101 513 8 1 -77.3702 -111.731 35.55 + 38 114.732 342 8 0 -77.3643 -111.74 34.15 + 38 106.71 514 7 1 -77.2443 -111.906 5.55 + 38 99.2316 341 7 0 -77.2335 -111.911 4.15 + 38 99.4363 515 6 1 -77.0163 -112.007 -24.45 + 38 134.749 340 6 0 -77.0026 -112.012 -25.85 + 38 126.405 516 5 1 -76.7179 -112.11 -54.45 + 38 127.516 340 5 0 -76.7049 -112.114 -55.85 + 38 438.742 518 4 1 -76.4382 -112.201 -84.45 + 38 138.621 339 4 0 -76.4263 -112.204 -85.85 + 38 199.833 519 3 1 -76.1888 -112.273 -114.45 + 38 123.665 339 3 0 -76.1766 -112.275 -115.85 + 38 122.325 520 2 1 -75.9293 -112.328 -144.45 + 38 91.1472 339 2 0 -75.9169 -112.329 -145.85 + 38 115.438 521 1 1 -75.6634 -112.36 -174.45 + 38 109.066 338 1 0 -75.6497 -112.363 -175.85 + 38 107.85 523 0 1 -75.3712 -112.425 -204.45 + 38 161.191 338 0 0 -75.3577 -112.426 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -9.86291 LIN +6.89297 LIN proton Event: 39 -Number of tracker hits in this event = 10 - 39 95.1062 837 4 1 -12.5167 -90.1636 -84.45 - 39 110.792 449 4 0 -12.5175 -90.1653 -85.85 - 39 94.4754 837 3 1 -12.5369 -90.199 -114.45 - 39 111.133 449 3 0 -12.5378 -90.2003 -115.85 - 39 111.776 837 2 1 -12.5569 -90.2293 -144.45 - 39 106.289 449 2 0 -12.5573 -90.2302 -145.85 - 39 106.006 837 1 1 -12.5669 -90.2443 -174.45 - 39 112.797 449 1 0 -12.5679 -90.2441 -175.85 - 39 89.2167 837 0 1 -12.5863 -90.2409 -204.45 - 39 110.709 449 0 0 -12.5869 -90.24 -205.85 -Number of digits in this event = 1 +Number of tracker hits in this event = 20 + 39 98.346 942 9 1 8.62994 134.25 65.55 + 39 128.961 1570 9 0 8.6311 134.25 64.15 + 39 113.275 943 8 1 8.65594 134.249 35.55 + 39 107.362 1570 8 0 8.65729 134.249 34.15 + 39 247.897 943 7 1 8.70071 134.264 5.55 + 39 235.39 1570 7 0 8.7031 134.266 4.15 + 39 238.65 943 6 1 8.75088 134.295 -24.45 + 39 124.049 1570 6 0 8.75307 134.296 -25.85 + 39 102.604 943 5 1 8.79733 134.32 -54.45 + 39 123.715 1570 5 0 8.79877 134.321 -55.85 + 39 157.388 943 4 1 8.82407 134.335 -84.45 + 39 106.391 1570 4 0 8.8272 134.337 -85.85 + 39 105.346 944 3 1 8.89524 134.383 -114.45 + 39 205.351 1571 3 0 8.89847 134.385 -115.85 + 39 114.98 944 2 1 8.96372 134.417 -144.45 + 39 90.0277 1571 2 0 8.96734 134.42 -145.85 + 39 118.448 944 1 1 9.0426 134.479 -174.45 + 39 120.405 1571 1 0 9.04686 134.482 -175.85 + 39 132.231 945 0 1 9.1292 134.531 -204.45 + 39 111.627 1571 0 0 9.13309 134.533 -205.85 +Number of digits in this event = 11 Using G4ParticleGun ... -8.45897 LIN +6.07769 LIN proton Event: 40 -Number of tracker hits in this event = 23 - 40 101.511 886 10 1 -2.73915 -110.862 95.55 - 40 149.735 346 10 0 -2.7396 -110.862 94.15 - 40 115.579 886 9 1 -2.74698 -110.867 65.55 - 40 257.574 346 9 0 -2.74752 -110.868 64.15 - 40 102.131 886 8 1 -2.75981 -110.871 35.55 - 40 178.327 346 8 0 -2.76027 -110.872 34.15 - 40 141.695 886 7 1 -2.77132 -110.908 5.55 - 40 210.637 346 7 0 -2.77171 -110.909 4.15 - 40 127.107 886 6 1 -2.78038 -110.937 -24.45 - 40 98.5517 346 6 0 -2.78153 -110.938 -25.85 - 40 113.55 886 5 1 -2.80769 -110.963 -54.45 - 40 110.769 345 5 0 -2.80893 -110.964 -55.85 - 40 110.587 886 4 1 -2.83476 -110.994 -84.45 - 40 281.901 345 4 0 -2.8357 -110.996 -85.85 - 40 107.622 885 3 1 -2.85153 -111.032 -114.45 - 40 105.379 345 3 0 -2.85162 -111.033 -115.85 - 40 88.5003 885 2 1 -2.85847 -111.067 -144.45 - 40 201.143 345 2 0 -2.85939 -111.068 -145.85 - 40 95.3992 885 1 1 -2.88043 -111.086 -174.45 - 40 109.571 345 1 0 -2.8825 -111.087 -175.85 - 40 143.05 885 0 1 -2.92476 -111.101 -204.45 - 40 135.086 345 0 0 -2.92591 -111.101 -205.85 - 40 248.304 345 7 0 -2.68726 -110.95 3.93242 -Number of digits in this event = 12 +Number of tracker hits in this event = 40 + 40 92.1254 804 11 1 -19.2261 5.64017 125.55 + 40 132.726 927 11 0 -19.2254 5.6407 124.15 + 40 174.24 804 10 1 -19.2092 5.65315 95.55 + 40 120.352 928 10 0 -19.2084 5.65379 94.15 + 40 151.389 804 9 1 -19.1895 5.66424 65.55 + 40 172.11 928 9 0 -19.1888 5.6646 64.15 + 40 132.377 804 8 1 -19.1733 5.66981 35.55 + 40 146.93 928 8 0 -19.1696 5.6694 34.15 + 40 124.419 804 7 1 -19.0898 5.65802 5.55 + 40 102.54 928 7 0 -19.0862 5.65921 4.15 + 40 174.417 805 6 1 -19.0113 5.68468 -24.45 + 40 133.049 928 6 0 -19.0093 5.68562 -25.85 + 40 100.506 805 5 1 -18.9717 5.70415 -54.45 + 40 148.921 928 5 0 -18.9699 5.70459 -55.85 + 40 125.498 805 4 1 -18.9328 5.71552 -84.45 + 40 102.179 928 4 0 -18.9312 5.7175 -85.85 + 40 118.479 805 3 1 -18.9048 5.7556 -114.45 + 40 130.272 928 3 0 -18.9035 5.75778 -115.85 + 40 93.4697 805 2 1 -18.8808 5.80583 -144.45 + 40 103.679 928 2 0 -18.8793 5.80763 -145.85 + 40 172.014 806 1 1 -18.8454 5.84533 -174.45 + 40 109.686 928 1 0 -18.8432 5.84733 -175.85 + 40 325.98 806 0 1 -18.8008 5.88879 -204.45 + 40 108.748 929 0 0 -18.7997 5.89124 -205.85 + 40 2.56962 839 0 0 -43.645 -12.2453 -206.25 + 40 100.273 838 0 0 -43.6453 -12.25 -206.245 + 40 281.295 837 0 0 -43.633 -12.45 -206.146 + 40 228.587 807 0 1 -18.65 5.78718 -204.644 + 40 224.803 806 6 1 -18.85 5.67392 -24.636 + 40 227.322 807 6 1 -18.65 5.67489 -24.5991 + 40 71.4399 808 6 1 -18.4493 5.73648 -24.5374 + 40 66.6038 809 6 1 -18.2497 5.78153 -24.5837 + 40 290.074 810 6 1 -18.05 5.83964 -24.635 + 40 139.968 811 6 1 -17.8499 6.34885 -24.4845 + 40 81.6127 805 10 1 -19.0498 5.71909 95.4588 + 40 55.6186 806 10 1 -18.85 5.77373 95.4116 + 40 192.549 807 10 1 -18.6489 5.81973 95.3884 + 40 91.8469 808 10 1 -18.45 5.7997 95.3509 + 40 78.0542 809 10 1 -18.25 5.74999 95.2575 + 40 342.473 810 10 1 -18.0499 5.74737 95.2306 +Number of digits in this event = 24 Using G4ParticleGun ... -9.6797 LIN +7.05516 LIN proton Event: 41 -Number of tracker hits in this event = 23 - 41 128.779 924 9 1 5.02031 130.73 65.55 - 41 193.68 1552 9 0 5.02089 130.73 64.15 - 41 111.089 924 8 1 5.03056 130.733 35.55 - 41 206.947 1552 8 0 5.0316 130.733 34.15 - 41 113.68 925 7 1 5.05058 130.74 5.55 - 41 120.099 1552 7 0 5.05593 130.744 4.15 - 41 143.667 925 6 1 5.16671 130.822 -24.45 - 41 111.873 1553 6 0 5.17169 130.826 -25.85 - 41 112.236 926 5 1 5.27519 130.911 -54.45 - 41 141.028 1553 5 0 5.27996 130.915 -55.85 - 41 163.28 926 4 1 5.38007 131 -84.45 - 41 143.22 1554 4 0 5.38465 131.004 -85.85 - 41 99.3651 927 3 1 5.48018 131.1 -114.45 - 41 126.933 1554 3 0 5.48508 131.105 -115.85 - 41 107.586 927 2 1 5.5864 131.206 -144.45 - 41 259.167 1555 2 0 5.59101 131.211 -145.85 - 41 114.009 928 1 1 5.68363 131.311 -174.45 - 41 113.737 1555 1 0 5.68826 131.317 -175.85 - 41 214.871 928 0 1 5.78338 131.433 -204.45 - 41 108.21 1556 0 0 5.7883 131.439 -205.85 - 41 118.816 929 0 1 5.85695 131.12 -204.45 - 41 450.08 930 0 1 6.05009 130.888 -204.572 - 41 130.114 1556 2 0 5.74564 131.35 -145.975 -Number of digits in this event = 14 +Number of tracker hits in this event = 39 + 41 159.572 1134 10 1 46.8911 -105.596 95.55 + 41 162.64 372 10 0 46.892 -105.597 94.15 + 41 114.538 1134 9 1 46.9086 -105.596 65.55 + 41 137.726 372 9 0 46.9088 -105.595 64.15 + 41 236.866 1134 8 1 46.919 -105.576 35.55 + 41 110.678 372 8 0 46.9204 -105.574 34.15 + 41 124.448 1134 7 1 46.9493 -105.531 5.55 + 41 140.179 373 7 0 46.95 -105.53 4.15 + 41 633.135 1134 6 1 46.9603 -105.491 -24.45 + 41 152.923 373 6 0 46.9607 -105.49 -25.85 + 41 316.656 1134 5 1 46.9761 -105.452 -54.45 + 41 114.437 373 5 0 46.9782 -105.451 -55.85 + 41 130.317 1134 4 1 47.0239 -105.431 -84.45 + 41 114.787 373 4 0 47.0266 -105.431 -85.85 + 41 104.193 1135 3 1 47.081 -105.421 -114.45 + 41 111.797 373 3 0 47.0827 -105.421 -115.85 + 41 150.002 1135 2 1 47.1169 -105.425 -144.45 + 41 122.273 373 2 0 47.1189 -105.425 -145.85 + 41 127.948 1135 1 1 47.1585 -105.421 -174.45 + 41 124.535 373 1 0 47.161 -105.419 -175.85 + 41 174.419 1135 0 1 47.2119 -105.4 -204.45 + 41 223.185 373 0 0 47.2145 -105.401 -205.85 + 41 83.1163 1136 0 1 47.2502 -105.397 -204.629 + 41 0.321212 1137 0 1 47.45 -105.407 -204.847 + 41 34.4829 372 0 0 48.3559 -105.55 -206.176 + 41 157.879 1210 1 0 71.3164 62.1237 -176.25 + 41 81.301 1133 6 1 46.85 -105.596 -24.6079 + 41 76.2312 369 6 0 45.9945 -106.214 -25.8515 + 41 78.7628 368 6 0 45.8311 -106.35 -26.0923 + 41 41.7699 1019 5 1 23.9885 -122.278 -54.45 + 41 73.333 1018 5 1 23.85 -122.28 -54.5835 + 41 40.6656 1017 5 1 23.65 -122.26 -54.7542 + 41 114.482 289 5 0 22.443 -122.205 -55.85 + 41 60.9453 288 5 0 22.1799 -122.35 -56.104 + 41 19.1508 1135 8 1 47.0505 -105.725 35.207 + 41 18.8176 367 8 0 47.3515 -106.712 34.15 + 41 222.325 366 8 0 47.3596 -106.75 34.1109 + 41 231.774 365 8 0 47.2838 -106.951 33.9419 + 41 193.495 364 8 0 46.9189 -107.15 33.8379 +Number of digits in this event = 21 Using G4ParticleGun ... -1.82932 LIN +7.15958 LIN proton Event: 42 Number of tracker hits in this event = 26 - 42 139.746 1353 10 1 90.8776 -27.2416 95.55 - 42 106.371 764 10 0 90.8773 -27.2373 94.15 - 42 103.888 1353 9 1 90.8643 -27.1374 65.55 - 42 110.303 764 9 0 90.8618 -27.1304 64.15 - 42 201.346 1353 8 1 90.7975 -26.9772 35.55 - 42 105.614 765 8 0 90.793 -26.9706 34.15 - 42 117.81 1352 7 1 90.7063 -26.8212 5.55 - 42 114.138 766 7 0 90.6995 -26.8134 4.15 - 42 108.964 1352 6 1 90.5581 -26.6525 -24.45 - 42 195.768 767 6 0 90.549 -26.6455 -25.85 - 42 155.394 1350 5 1 90.3492 -26.5032 -54.45 - 42 173.751 767 5 0 90.3394 -26.4909 -55.85 - 42 165.177 1349 3 1 89.9567 -26.0062 -114.45 - 42 102.187 770 3 0 89.9484 -25.9945 -115.85 - 42 141.157 1348 2 1 89.7736 -25.7573 -144.45 - 42 128.98 771 2 0 89.7555 -25.7525 -145.85 - 42 129.513 1346 1 1 89.3842 -25.6575 -174.45 - 42 188.789 772 1 0 89.3626 -25.6483 -175.85 - 42 114.916 1344 0 1 88.9266 -25.4673 -204.45 - 42 149.545 772 0 0 88.9062 -25.4608 -205.85 - 42 1516.24 883 0 0 72.3134 -3.42503 -206.25 - 42 1842.67 884 0 0 72.1847 -3.25 -206.12 - 42 1539.75 885 0 0 72.0379 -3.05 -205.97 - 42 818.57 1254 0 1 70.9038 -1.53703 -204.85 - 42 3492.45 1253 0 1 70.85 -1.46521 -204.797 - 42 3964.1 1252 0 1 70.65 -1.19172 -204.597 -Number of digits in this event = 19 + 42 109.699 1037 11 0 79.2337 27.4607 124.15 + 42 126.491 1295 10 1 79.2314 27.4638 95.55 + 42 114.248 1037 10 0 79.2306 27.4646 94.15 + 42 150.503 1295 9 1 79.2162 27.4826 65.55 + 42 115.029 1037 9 0 79.2148 27.4833 64.15 + 42 114.516 1295 8 1 79.1885 27.4972 35.55 + 42 134.174 1037 8 0 79.1872 27.4972 34.15 + 42 124.717 1295 7 1 79.1615 27.4947 5.55 + 42 98.9445 1037 7 0 79.1606 27.4947 4.15 + 42 125.861 1295 6 1 79.1391 27.4992 -24.45 + 42 136.727 1037 6 0 79.1363 27.4991 -25.85 + 42 147.882 1295 5 1 79.0742 27.4906 -54.45 + 42 133.789 1037 5 0 79.0701 27.4899 -55.85 + 42 104.476 1294 4 1 78.9821 27.4722 -84.45 + 42 98.7067 1037 4 0 78.9774 27.471 -85.85 + 42 102.638 1294 3 1 78.8814 27.4432 -114.45 + 42 100.751 1036 3 0 78.8758 27.4423 -115.85 + 42 117.415 1293 2 1 78.7621 27.425 -144.45 + 42 125.133 1036 2 0 78.7552 27.4245 -145.85 + 42 294.57 1292 1 1 78.605 27.4142 -174.45 + 42 103.787 1036 1 0 78.5979 27.4139 -175.85 + 42 116.707 1292 0 1 78.4532 27.4059 -204.45 + 42 119.271 1036 0 0 78.4455 27.406 -205.85 + 42 27.6033 1036 11 0 79.2413 27.45 123.799 + 42 271.034 823 11 0 91.0137 -15.2883 123.75 + 42 56.2012 822 11 0 90.9702 -15.45 123.818 +Number of digits in this event = 12 Using G4ParticleGun ... -7.83471 LIN +3.48743 LIN proton Event: 43 -Number of tracker hits in this event = 18 - 43 143.552 1339 8 1 87.9854 105.283 35.55 - 43 131.267 1425 8 0 87.9857 105.283 34.15 - 43 289.463 1339 7 1 87.996 105.27 5.55 - 43 117.471 1425 7 0 87.9951 105.269 4.15 - 43 101.168 1339 6 1 87.9827 105.255 -24.45 - 43 122.576 1425 6 0 87.9833 105.255 -25.85 - 43 95.0282 1339 5 1 87.996 105.249 -54.45 - 43 169.587 1425 5 0 87.9972 105.248 -55.85 - 43 108.915 1339 4 1 88.019 105.237 -84.45 - 43 99.0291 1425 4 0 88.0204 105.237 -85.85 - 43 111.334 1339 3 1 88.0457 105.228 -114.45 - 43 251.87 1425 3 0 88.0462 105.227 -115.85 - 43 124.482 1340 2 1 88.0545 105.211 -144.45 - 43 131.421 1425 2 0 88.0547 105.211 -145.85 - 43 142.753 1340 1 1 88.0617 105.198 -174.45 - 43 101.303 1425 1 0 88.0619 105.198 -175.85 - 43 131.873 1340 0 1 88.0674 105.186 -204.45 - 43 109.217 1425 0 0 88.0682 105.185 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 26 + 43 188.13 953 11 1 10.8267 22.3635 125.55 + 43 113.569 1011 11 0 10.8265 22.3651 124.15 + 43 112.717 953 10 1 10.8231 22.3905 95.55 + 43 110.362 1011 10 0 10.8225 22.391 94.15 + 43 111.992 953 9 1 10.8085 22.409 65.55 + 43 151.545 1011 9 0 10.8057 22.41 64.15 + 43 112.865 953 8 1 10.7532 22.4237 35.55 + 43 124.857 1011 8 0 10.7511 22.421 34.15 + 43 98.1234 953 7 1 10.7016 22.3614 5.55 + 43 114.882 1011 7 0 10.6989 22.3609 4.15 + 43 104.296 953 6 1 10.6577 22.3502 -24.45 + 43 91.5847 1011 6 0 10.6546 22.3493 -25.85 + 43 172.892 952 5 1 10.5968 22.3257 -54.45 + 43 161.642 1011 5 0 10.5932 22.3237 -55.85 + 43 99.2201 952 4 1 10.5162 22.2851 -84.45 + 43 149.067 1011 4 0 10.5101 22.2828 -85.85 + 43 122.393 951 3 1 10.382 22.2393 -114.45 + 43 155.54 1010 3 0 10.3747 22.2389 -115.85 + 43 100.522 950 2 1 10.2243 22.2373 -144.45 + 43 107.335 1010 2 0 10.2158 22.2383 -145.85 + 43 101.411 949 1 1 10.0421 22.2571 -174.45 + 43 121.911 1011 1 0 10.0334 22.2603 -175.85 + 43 90.5024 949 0 1 9.85378 22.3226 -204.45 + 43 95.7628 1011 0 0 9.84505 22.3265 -205.85 + 43 69.4303 652 5 1 -49.6137 -80.1694 -54.494 + 43 23.8167 1678 9 1 155.86 -14.1364 65.291 +Number of digits in this event = 12 Using G4ParticleGun ... -6.34246 LIN +2.83471 LIN proton Event: 44 -Number of tracker hits in this event = 16 - 44 121.66 568 7 1 -66.3582 -130.847 5.55 - 44 103.282 246 7 0 -66.3582 -130.847 4.15 - 44 101.888 568 6 1 -66.3556 -130.837 -24.45 - 44 103.398 246 6 0 -66.3555 -130.837 -25.85 - 44 167.698 568 5 1 -66.3556 -130.842 -54.45 - 44 258.962 246 5 0 -66.3567 -130.842 -55.85 - 44 174.81 568 4 1 -66.3796 -130.853 -84.45 - 44 133.92 246 4 0 -66.3798 -130.854 -85.85 - 44 110.685 568 3 1 -66.3821 -130.873 -114.45 - 44 132.608 246 3 0 -66.3832 -130.874 -115.85 - 44 85.5507 568 2 1 -66.4011 -130.9 -144.45 - 44 98.6141 246 2 0 -66.4024 -130.902 -145.85 - 44 119.49 568 1 1 -66.4259 -130.926 -174.45 - 44 119.324 246 1 0 -66.4268 -130.927 -175.85 - 44 107.742 568 0 1 -66.4439 -130.95 -204.45 - 44 107.534 245 0 0 -66.4444 -130.952 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 25 + 44 248.952 701 11 1 -39.7695 -30.8022 125.55 + 44 99.2108 746 11 0 -39.77 -30.8005 124.15 + 44 106.173 701 10 1 -39.7813 -30.7695 95.55 + 44 130.398 746 10 0 -39.7834 -30.7688 94.15 + 44 122.197 701 9 1 -39.832 -30.7523 65.55 + 44 108.772 746 9 0 -39.8353 -30.7527 64.15 + 44 96.7035 700 8 1 -39.9005 -30.7603 35.55 + 44 109.26 746 8 0 -39.904 -30.7611 34.15 + 44 107.475 700 7 1 -39.9766 -30.7746 5.55 + 44 105.366 746 7 0 -39.978 -30.7746 4.15 + 44 229.843 700 6 1 -40.0085 -30.7796 -24.45 + 44 93.5872 746 6 0 -40.0105 -30.7796 -25.85 + 44 164.459 700 5 1 -40.0498 -30.7709 -54.45 + 44 136.895 746 5 0 -40.0501 -30.7699 -55.85 + 44 117.086 699 4 1 -40.0553 -30.7495 -84.45 + 44 128.86 746 4 0 -40.0582 -30.7492 -85.85 + 44 135.708 699 3 1 -40.1125 -30.7384 -114.45 + 44 564.334 746 3 0 -40.1164 -30.7397 -115.85 + 44 105.413 699 2 1 -40.1889 -30.7692 -144.45 + 44 114.613 746 2 0 -40.1917 -30.7707 -145.85 + 44 134.461 698 1 1 -40.2613 -30.7935 -174.45 + 44 88.0698 746 1 0 -40.2652 -30.7929 -175.85 + 44 109.706 698 0 1 -40.3479 -30.774 -204.45 + 44 155.797 746 0 0 -40.3526 -30.7716 -205.85 + 44 17.6134 745 3 0 -40.4664 -30.85 -116.014 +Number of digits in this event = 12 Using G4ParticleGun ... -2.87834 LIN +3.99759 LIN proton Event: 45 -Number of tracker hits in this event = 23 - 45 159.156 803 10 1 -19.2887 100.707 95.55 - 45 108.127 1402 10 0 -19.2895 100.705 94.15 - 45 190.065 803 9 1 -19.3045 100.656 65.55 - 45 138.858 1402 9 0 -19.3058 100.653 64.15 - 45 131.436 803 8 1 -19.3326 100.596 35.55 - 45 177.655 1402 8 0 -19.333 100.593 34.15 - 45 113.128 803 7 1 -19.3482 100.536 5.55 - 45 105.22 1401 7 0 -19.3458 100.538 4.15 - 45 159.149 803 6 1 -19.3009 100.579 -24.45 - 45 95.5759 1402 6 0 -19.2983 100.583 -25.85 - 45 103.251 804 5 1 -19.2433 100.658 -54.45 - 45 107.086 1402 5 0 -19.2418 100.661 -55.85 - 45 112.561 804 4 1 -19.2066 100.728 -84.45 - 45 333.526 1402 4 0 -19.2047 100.731 -85.85 - 45 107.606 804 3 1 -19.17 100.776 -114.45 - 45 130.238 1403 3 0 -19.1703 100.781 -115.85 - 45 90.7425 804 2 1 -19.1747 100.876 -144.45 - 45 148.227 1403 2 0 -19.1741 100.878 -145.85 - 45 205.726 804 1 1 -19.1722 100.926 -174.45 - 45 103.697 1403 1 0 -19.1748 100.926 -175.85 - 45 96.7808 804 0 1 -19.2324 100.921 -204.45 - 45 134.943 1403 0 0 -19.2331 100.92 -205.85 - 45 93.7322 1401 4 0 -19.293 100.55 -85.9334 -Number of digits in this event = 12 +Number of tracker hits in this event = 22 + 45 130.856 435 10 1 -92.9717 39.1188 95.55 + 45 141.74 1095 10 0 -92.9711 39.1178 94.15 + 45 128.53 435 9 1 -92.9633 39.0983 65.55 + 45 98.3245 1095 9 0 -92.9636 39.0953 64.15 + 45 184.426 435 8 1 -92.9624 39.0373 35.55 + 45 149.826 1094 8 0 -92.9626 39.0332 34.15 + 45 118.258 435 7 1 -92.9656 38.952 5.55 + 45 127.818 1094 7 0 -92.9669 38.9458 4.15 + 45 238.427 435 6 1 -93.0021 38.8166 -24.45 + 45 101.997 1093 6 0 -93.0043 38.8107 -25.85 + 45 116.271 435 5 1 -93.0504 38.6903 -54.45 + 45 126.263 1093 5 0 -93.0509 38.6853 -55.85 + 45 127.414 435 4 1 -93.0641 38.5908 -84.45 + 45 170.09 1092 4 0 -93.0655 38.5842 -85.85 + 45 150.497 435 3 1 -93.0921 38.4521 -114.45 + 45 144.84 1091 3 0 -93.0947 38.4449 -115.85 + 45 194.443 435 2 1 -93.1486 38.3028 -144.45 + 45 91.6587 1091 2 0 -93.1502 38.2956 -145.85 + 45 132.583 434 1 1 -93.1818 38.14 -174.45 + 45 241.153 1090 1 0 -93.1824 38.133 -175.85 + 45 120.562 434 0 1 -93.1967 37.9935 -204.45 + 45 114.442 1089 0 0 -93.198 37.9886 -205.85 +Number of digits in this event = 17 Using G4ParticleGun ... -8.0445 LIN +2.8056 LIN proton Event: 46 -Number of tracker hits in this event = 32 - 46 154.651 1414 10 1 102.954 -41.7462 95.55 - 46 105.794 691 10 0 102.956 -41.7466 94.15 - 46 97.6776 1414 9 1 103.002 -41.7554 65.55 - 46 92.7107 691 9 0 103.006 -41.7558 64.15 - 46 160.976 1414 8 1 103.069 -41.7606 35.55 - 46 371.71 691 8 0 103.072 -41.7601 34.15 - 46 121.051 1414 7 1 103.138 -41.7508 5.55 - 46 141.693 691 7 0 103.141 -41.7505 4.15 - 46 152.107 1415 6 1 103.189 -41.7437 -24.45 - 46 336.107 691 6 0 103.19 -41.7433 -25.85 - 46 114.474 1415 5 1 103.223 -41.7343 -54.45 - 46 118.676 691 5 0 103.224 -41.7332 -55.85 - 46 101.509 1415 4 1 103.248 -41.7125 -84.45 - 46 122.3 691 4 0 103.249 -41.7108 -85.85 - 46 117.571 1415 3 1 103.27 -41.6789 -114.45 - 46 149.884 691 3 0 103.271 -41.6769 -115.85 - 46 116.908 1415 2 1 103.288 -41.6377 -144.45 - 46 146.227 692 2 0 103.288 -41.6351 -145.85 - 46 124.737 1415 1 1 103.302 -41.5759 -174.45 - 46 113.618 692 1 0 103.302 -41.5723 -175.85 - 46 117.388 1415 0 1 103.318 -41.4971 -204.45 - 46 98.5644 692 0 0 103.319 -41.493 -205.85 - 46 38.3335 896 10 1 -0.783972 95.4496 95.15 - 46 143.278 895 10 1 -0.85 95.5375 95.1942 - 46 84.1517 691 2 0 103.291 -41.6503 -145.904 - 46 146.595 690 2 0 103.444 -41.85 -146.054 - 46 151.656 536 2 0 33.7532 -72.8408 -146.25 - 46 117.633 535 2 0 33.7105 -72.8501 -146.233 - 46 79.3868 1070 2 1 34.1377 -73.0287 -144.85 - 46 139.147 537 2 0 33.8577 -72.4676 -145.85 - 46 176.25 692 6 0 103.251 -41.65 -26.1708 - 46 86.0242 690 8 0 103.558 -41.922 34.1496 -Number of digits in this event = 19 +Number of tracker hits in this event = 24 + 46 254.426 412 9 1 -97.6293 -75.7954 65.55 + 46 292.124 521 9 0 -97.6282 -75.7954 64.15 + 46 145.172 412 8 1 -97.5984 -75.8063 35.55 + 46 126.28 521 8 0 -97.5968 -75.805 34.15 + 46 130.959 413 7 1 -97.5457 -75.7866 5.55 + 46 114.137 521 7 0 -97.5413 -75.7857 4.15 + 46 101.03 413 6 1 -97.4546 -75.7646 -24.45 + 46 100.252 521 6 0 -97.4499 -75.7636 -25.85 + 46 171.848 413 5 1 -97.358 -75.7442 -54.45 + 46 267.414 521 5 0 -97.3517 -75.7448 -55.85 + 46 161.754 414 4 1 -97.2176 -75.7462 -84.45 + 46 108.053 521 4 0 -97.2104 -75.7477 -85.85 + 46 123.752 415 3 1 -97.0651 -75.7901 -114.45 + 46 190.632 521 3 0 -97.0577 -75.7945 -115.85 + 46 256.337 416 2 1 -96.9065 -75.876 -144.45 + 46 117.056 520 2 0 -96.8982 -75.879 -145.85 + 46 135.23 417 1 1 -96.7315 -75.9423 -174.45 + 46 96.0825 520 1 0 -96.7232 -75.9438 -175.85 + 46 112.172 418 0 1 -96.544 -75.9633 -204.45 + 46 121.784 520 0 0 -96.5353 -75.9634 -205.85 + 46 133.326 415 4 1 -97.15 -75.7418 -84.5966 + 46 7.31035 416 4 1 -96.9499 -75.6941 -84.8328 + 46 12.5596 523 4 0 -96.1821 -75.2648 -85.85 + 46 164.754 524 4 0 -96.1593 -75.2498 -85.8791 +Number of digits in this event = 16 Using G4ParticleGun ... -9.03268 LIN +7.75514 LIN proton Event: 47 -Number of tracker hits in this event = 51 - 47 104.381 674 11 1 -45.1167 41.6566 125.55 - 47 148.137 1108 11 0 -45.116 41.6569 124.15 - 47 117.71 674 10 1 -45.102 41.6661 95.55 - 47 125.573 1108 10 0 -45.1015 41.6661 94.15 - 47 151.394 674 9 1 -45.0901 41.6711 65.55 - 47 140.019 1108 9 0 -45.0901 41.6711 64.15 - 47 122.547 674 8 1 -45.0911 41.675 35.55 - 47 128.609 1108 8 0 -45.0906 41.6753 34.15 - 47 214.863 674 7 1 -45.0753 41.6832 5.55 - 47 113.276 1108 7 0 -45.0732 41.6835 4.15 - 47 119.665 675 6 1 -45.0353 41.6896 -24.45 - 47 134.161 1108 6 0 -45.034 41.691 -25.85 - 47 327.002 675 5 1 -45.0087 41.7168 -54.45 - 47 134.122 1108 5 0 -45.0081 41.7186 -55.85 - 47 239.659 675 4 1 -44.9946 41.7522 -84.45 - 47 103.765 1108 4 0 -44.9939 41.7543 -85.85 - 47 122.492 675 3 1 -44.9784 41.8004 -114.45 - 47 112.346 1108 3 0 -44.9777 41.8035 -115.85 - 47 110.176 675 2 1 -44.9654 41.8667 -144.45 - 47 112.736 1109 2 0 -44.9648 41.8689 -145.85 - 47 122.719 675 1 1 -44.9525 41.9123 -174.45 - 47 118.749 1109 1 0 -44.9515 41.9153 -175.85 - 47 104.834 675 0 1 -44.9322 41.9726 -204.45 - 47 105.804 1109 0 0 -44.9319 41.9763 -205.85 - 47 139.881 676 5 1 -44.85 41.7861 -54.6503 - 47 127.078 1110 5 0 -44.4533 42.0775 -55.8507 - 47 103.844 1113 5 0 -11.312 42.8492 -56.25 - 47 61.1676 1114 5 0 -11.3085 42.85 -56.2476 - 47 202.14 1143 5 0 -19.7505 48.7293 -56.25 - 47 210.152 1144 5 0 -19.6524 48.85 -55.9894 - 47 138.422 1110 7 0 -45.5798 42.0643 4.15 - 47 250.19 628 6 1 -54.3736 46.8639 -24.45 - 47 41.7052 627 6 1 -54.45 47.4683 -24.7844 - 47 7.36669 1152 6 0 -55.9581 50.632 -25.85 - 47 93.1602 1153 6 0 -55.9663 50.65 -25.8557 - 47 67.5609 1154 6 0 -56.0687 50.8506 -25.9235 - 47 121.62 1155 6 0 -56.1719 51.0505 -25.9804 - 47 59.4749 1156 6 0 -56.2611 51.25 -26.0072 - 47 68.6459 1157 6 0 -56.361 51.4502 -26.0543 - 47 65.3311 1158 6 0 -56.4818 51.6504 -26.1209 - 47 64.2607 1159 6 0 -56.6001 51.85 -26.1614 - 47 72.7573 1160 6 0 -56.7713 52.05 -26.1664 - 47 79.827 1161 6 0 -56.9407 52.2503 -26.1873 - 47 108.069 1162 6 0 -57.0442 52.4507 -26.2282 - 47 52.2903 1163 6 0 -57.129 52.65 -26.2221 - 47 54.1342 1164 6 0 -57.1837 52.85 -26.2185 - 47 55.7333 1165 6 0 -57.2534 53.0514 -26.2116 - 47 63.979 1166 6 0 -57.3134 53.25 -26.2281 - 47 16.6199 1167 6 0 -57.4089 53.45 -26.2424 - 47 169.227 1190 6 0 -54.2993 58.1093 -26.25 - 47 14.0508 1183 5 0 -66.277 56.7728 -55.85 -Number of digits in this event = 23 +Number of tracker hits in this event = 20 + 47 116.697 705 9 1 -39.0042 -111.215 65.55 + 47 106.848 344 9 0 -39.0034 -111.215 64.15 + 47 118.163 705 8 1 -38.9804 -111.212 35.55 + 47 101.671 344 8 0 -38.9788 -111.213 34.15 + 47 110.099 705 7 1 -38.9452 -111.222 5.55 + 47 96.5932 344 7 0 -38.9446 -111.224 4.15 + 47 112.404 705 6 1 -38.9325 -111.25 -24.45 + 47 120.619 344 6 0 -38.932 -111.251 -25.85 + 47 126.15 705 5 1 -38.9238 -111.267 -54.45 + 47 112.34 344 5 0 -38.9238 -111.267 -55.85 + 47 173.148 705 4 1 -38.921 -111.281 -84.45 + 47 148.416 344 4 0 -38.9197 -111.282 -85.85 + 47 106.561 705 3 1 -38.8953 -111.296 -114.45 + 47 96.7588 344 3 0 -38.8934 -111.297 -115.85 + 47 149.528 705 2 1 -38.854 -111.326 -144.45 + 47 103.627 344 2 0 -38.8517 -111.326 -145.85 + 47 129.238 706 1 1 -38.8049 -111.333 -174.45 + 47 113.809 344 1 0 -38.8021 -111.333 -175.85 + 47 132.631 706 0 1 -38.7447 -111.337 -204.45 + 47 123.133 344 0 0 -38.7421 -111.338 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -6.22055 LIN +3.88701 LIN proton Event: 48 -Number of tracker hits in this event = 26 - 48 194.655 362 8 1 -107.567 94.0871 35.55 - 48 150.977 1369 8 0 -107.568 94.0876 34.15 - 48 111.113 362 7 1 -107.574 94.0943 5.55 - 48 151.945 1369 7 0 -107.575 94.0943 4.15 - 48 87.1562 362 6 1 -107.593 94.0899 -24.45 - 48 165.071 1369 6 0 -107.593 94.0898 -25.85 - 48 119.742 362 5 1 -107.61 94.0864 -54.45 - 48 106.895 1369 5 0 -107.61 94.0876 -55.85 - 48 124.755 362 4 1 -107.607 94.1106 -84.45 - 48 147.191 1369 4 0 -107.607 94.1132 -85.85 - 48 109.761 362 3 1 -107.61 94.168 -114.45 - 48 121.275 1370 3 0 -107.61 94.1693 -115.85 - 48 115.724 362 2 1 -107.614 94.1924 -144.45 - 48 184.019 1370 2 0 -107.614 94.1928 -145.85 - 48 279.13 362 1 1 -107.613 94.2014 -174.45 - 48 207.45 1370 1 0 -107.613 94.2021 -175.85 - 48 164.857 362 0 1 -107.612 94.2136 -204.45 - 48 108.566 1370 0 0 -107.612 94.2149 -205.85 - 48 82.2485 1371 1 0 -107.828 94.35 -176.185 - 48 16.0887 1372 1 0 -107.875 94.55 -176.209 - 48 395.189 1369 2 0 -107.614 94.15 -146.155 - 48 119.618 361 2 1 -107.826 93.1483 -144.85 - 48 46.7526 363 8 1 -107.55 94.2537 35.2198 - 48 3.79633 1376 8 0 -107.636 95.5417 34.15 - 48 129.696 1377 8 0 -107.638 95.55 34.1439 - 48 20.7726 364 8 1 -107.336 95.8437 35.15 -Number of digits in this event = 14 +Number of tracker hits in this event = 18 + 48 102.322 1560 8 1 132.239 -56.2866 35.55 + 48 132.472 618 8 0 132.238 -56.2869 34.15 + 48 157.554 1560 7 1 132.228 -56.2939 5.55 + 48 135.747 618 7 0 132.23 -56.295 4.15 + 48 99.2048 1560 6 1 132.273 -56.3089 -24.45 + 48 106.917 618 6 0 132.276 -56.3087 -25.85 + 48 129.854 1560 5 1 132.332 -56.3022 -54.45 + 48 96.6428 618 5 0 132.335 -56.2999 -55.85 + 48 182.345 1561 4 1 132.407 -56.2499 -84.45 + 48 143.711 619 4 0 132.411 -56.2471 -85.85 + 48 107.454 1561 3 1 132.485 -56.1823 -114.45 + 48 134.401 619 3 0 132.489 -56.1771 -115.85 + 48 165.402 1562 2 1 132.571 -56.0704 -144.45 + 48 119.593 619 2 0 132.576 -56.0656 -145.85 + 48 144.872 1562 1 1 132.678 -55.965 -174.45 + 48 109.726 620 1 0 132.682 -55.9564 -175.85 + 48 246.5 1563 0 1 132.763 -55.7796 -204.45 + 48 109.217 621 0 0 132.768 -55.7723 -205.85 +Number of digits in this event = 11 Using G4ParticleGun ... -3.74276 LIN +1.28998 LIN proton Event: 49 -Number of tracker hits in this event = 39 - 49 96.1724 1181 10 1 56.3935 86.7579 95.55 - 49 103.866 1333 10 0 56.3926 86.7577 94.15 - 49 105.644 1181 9 1 56.3742 86.7585 65.55 - 49 256.336 1333 9 0 56.3725 86.7581 64.15 - 49 95.4316 1181 8 1 56.3278 86.7515 35.55 - 49 96.2726 1333 8 0 56.3264 86.7508 34.15 - 49 167.9 1181 7 1 56.3046 86.7346 5.55 - 49 184.471 1333 7 0 56.304 86.7341 4.15 - 49 129.452 1181 6 1 56.288 86.7244 -24.45 - 49 119.86 1333 6 0 56.2866 86.7245 -25.85 - 49 129.241 1181 5 1 56.2612 86.7247 -54.45 - 49 413.819 1333 5 0 56.2599 86.722 -55.85 - 49 105.326 1180 4 1 56.2402 86.6796 -84.45 - 49 109.713 1333 4 0 56.2386 86.6783 -85.85 - 49 97.3329 1180 3 1 56.2013 86.6494 -114.45 - 49 95.5914 1332 3 0 56.1993 86.6478 -115.85 - 49 362.113 1180 2 1 56.1617 86.614 -144.45 - 49 145.109 1332 2 0 56.1591 86.6137 -145.85 - 49 116.477 1180 1 1 56.1019 86.5929 -174.45 - 49 162.439 1332 1 0 56.0927 86.5945 -175.85 - 49 154.197 1179 0 1 55.9054 86.6198 -204.45 - 49 223.617 1332 0 0 55.8948 86.6203 -205.85 - 49 69.3525 1328 2 0 56.1576 85.696 -145.85 - 49 66.4589 1327 2 0 56.1526 85.65 -145.908 - 49 93.7269 1326 2 0 56.0982 85.45 -146.042 - 49 60.3866 1325 2 0 55.9764 85.25 -146.137 - 49 57.9264 1324 2 0 55.9286 85.0498 -146.11 - 49 63.5129 1323 2 0 55.9186 84.8499 -146.003 - 49 6.82269 1322 2 0 55.9189 84.6491 -145.87 - 49 168.303 1181 2 1 56.25 82.6297 -144.728 - 49 91.2639 1182 2 1 56.45 82.0916 -144.685 - 49 223.656 1183 2 1 56.65 81.8634 -144.672 - 49 193.991 1184 2 1 56.85 81.748 -144.684 - 49 39.8029 1185 2 1 57.05 81.6881 -144.774 - 49 182.808 1307 2 0 57.9607 81.6021 -145.85 - 49 205.456 1306 2 0 58.0727 81.45 -145.952 - 49 91.6324 1305 2 0 58.199 81.25 -145.973 - 49 412.509 1194 2 1 58.8777 80.8486 -144.85 - 49 11.5655 1304 2 0 60.1676 80.9244 -145.85 -Number of digits in this event = 21 +Number of tracker hits in this event = 22 + 49 117.504 391 10 1 -101.874 3.22826 95.55 + 49 110.783 915 10 0 -101.876 3.22388 94.15 + 49 121.398 391 9 1 -101.915 3.13221 65.55 + 49 231.742 915 9 0 -101.919 3.12425 64.15 + 49 127.169 390 8 1 -101.983 2.96977 35.55 + 49 117.086 914 8 0 -101.995 2.96566 34.15 + 49 115.586 389 7 1 -102.236 2.87602 5.55 + 49 116.525 914 7 0 -102.247 2.87086 4.15 + 49 147.797 388 6 1 -102.479 2.78741 -24.45 + 49 133.424 913 6 0 -102.486 2.78034 -25.85 + 49 131.182 387 5 1 -102.635 2.64207 -54.45 + 49 103.366 912 5 0 -102.641 2.63568 -55.85 + 49 140.963 387 4 1 -102.745 2.51957 -84.45 + 49 181.834 912 4 0 -102.755 2.51382 -85.85 + 49 126.005 385 3 1 -102.958 2.39575 -114.45 + 49 111.021 911 3 0 -102.967 2.38507 -115.85 + 49 120.785 385 2 1 -103.139 2.15007 -144.45 + 49 178.323 910 2 0 -103.147 2.13826 -145.85 + 49 175.961 384 1 1 -103.297 1.89256 -174.45 + 49 142.521 909 1 0 -103.309 1.88293 -175.85 + 49 113.863 383 0 1 -103.544 1.68324 -204.45 + 49 134.22 908 0 0 -103.561 1.67594 -205.85 +Number of digits in this event = 15 Using G4ParticleGun ... -9.84462 LIN +5.03561 LIN proton Event: 50 -Number of tracker hits in this event = 251 - 50 110.357 1525 9 1 125.297 10.6115 65.55 - 50 111.562 952 9 0 125.297 10.6114 64.15 - 50 111.45 1525 8 1 125.29 10.6106 35.55 - 50 134.74 952 8 0 125.289 10.6102 34.15 - 50 69.232 1594 6 1 138.95 23.4874 -24.5488 - 50 131.349 58 8 0 -30.6623 -168.35 34.0182 - 50 6.08785 1089 9 0 131.847 37.85 63.7901 - 50 10156.8 1525 7 1 125.262 10.6906 5.55 - 50 186.199 883 8 0 132.088 -3.4373 33.75 - 50 2705.21 882 8 0 132.094 -3.45 33.7754 - 50 4224.7 1561 8 1 132.384 -4.15172 35.15 - 50 183.755 1114 8 0 82.5923 42.9844 33.75 - 50 590.938 1115 8 0 82.5057 43.05 33.8068 - 50 664.078 1116 8 0 82.2403 43.25 33.9815 - 50 453.539 1301 8 1 80.443 44.6001 35.15 - 50 480.673 1300 8 1 80.25 44.745 35.2757 - 50 538.542 1299 8 1 80.05 44.8967 35.4067 - 50 46.5679 1298 8 1 79.85 45.0472 35.5362 - 50 415.828 1303 9 0 36.3001 80.7298 63.75 - 50 825.67 1304 9 0 36.1533 80.85 63.8451 - 50 665.425 1305 9 0 35.9083 81.05 64.0019 - 50 96.6775 1070 9 1 34.0909 82.5141 65.15 - 50 622.516 1069 9 1 34.05 82.547 65.1758 - 50 626.928 1068 9 1 33.85 82.7083 65.3025 - 50 499.214 1067 9 1 33.65 82.87 65.4264 - 50 156.535 1492 10 0 -19.3218 118.706 93.75 - 50 1084.47 1493 10 0 -19.3864 118.75 93.7845 - 50 1017.73 1494 10 0 -19.6796 118.95 93.9393 - 50 478.497 1495 10 0 -19.9751 119.15 94.0889 - 50 440.999 789 10 1 -22.0983 120.511 95.15 - 50 548.399 788 10 1 -22.25 120.608 95.2259 - 50 706.934 787 10 1 -22.45 120.737 95.3248 - 50 635.853 786 10 1 -22.65 120.863 95.428 - 50 203.917 785 10 1 -22.85 120.987 95.5307 - 50 1.51233 1638 11 0 -60.9571 147.95 123.75 - 50 1177.73 1639 11 0 -60.9578 147.95 123.751 - 50 1008.93 1640 11 0 -61.2403 148.15 123.96 - 50 803.751 585 11 1 -62.8722 149.346 125.15 - 50 1020.26 584 11 1 -63.05 149.476 125.28 - 50 813.584 583 11 1 -63.25 149.626 125.43 - 50 1757.35 1787 12 0 -106.029 177.58 153.75 - 50 2329.64 1788 12 0 -106.281 177.75 153.928 - 50 1179.53 361 12 1 -107.805 178.815 155.15 - 50 2063.15 360 12 1 -107.95 178.916 155.267 - 50 1686.82 359 12 1 -108.15 179.057 155.423 - 50 67.6673 1221 8 0 75.134 64.4383 33.75 - 50 1084.52 1222 8 0 75.1231 64.45 33.7561 - 50 1184.41 1223 8 0 74.9376 64.65 33.86 - 50 1262.72 1224 8 0 74.7553 64.85 33.9583 - 50 1325.66 1225 8 0 74.5688 65.05 34.0592 - 50 825.718 1262 8 1 72.5497 67.1825 35.15 - 50 1821.01 1261 8 1 72.45 67.2878 35.2039 - 50 1987.98 1260 8 1 72.25 67.5156 35.3232 - 50 1574.73 1259 8 1 72.05 67.7526 35.4516 - 50 83.1629 838 6 0 115.043 -12.45 -25.973 - 50 641.317 1490 6 1 118.288 -18.6139 -24.45 - 50 2292.5 1491 6 1 118.35 -18.4966 -24.5336 - 50 150.285 1492 6 1 118.55 -18.0803 -24.8316 - 50 63.0036 816 6 0 119.209 -16.6608 -25.85 - 50 1133.8 817 6 0 119.214 -16.65 -25.8578 - 50 1274.84 818 6 0 119.308 -16.45 -26.0023 - 50 836.403 819 6 0 119.401 -16.25 -26.1483 - 50 38.237 895 8 0 132.323 -1.04252 33.75 - 50 1100.96 894 8 0 132.328 -1.05 33.768 - 50 665.947 1562 8 1 132.691 -1.6084 35.15 - 50 527.748 1563 8 1 132.75 -1.69701 35.3714 - 50 472.726 829 9 0 140.657 -14.1779 63.75 - 50 801.132 828 9 0 140.702 -14.25 63.9138 - 50 999.549 1604 9 1 141.057 -14.8281 65.15 - 50 291.49 1605 9 1 141.15 -14.9807 65.4748 - 50 812.358 752 10 0 151.873 -29.5462 93.75 - 50 798.272 751 10 0 151.95 -29.65 93.9514 - 50 1498.61 1661 10 1 152.41 -30.2669 95.15 - 50 198.791 1662 10 1 152.55 -30.4554 95.5154 - 50 424.665 670 11 0 162.328 -46.0072 123.75 - 50 1773.91 669 11 0 162.355 -46.05 123.828 - 50 1250.13 1713 11 1 162.869 -46.7614 125.15 - 50 1307.25 1714 11 1 162.95 -46.8705 125.353 - 50 774.401 1526 7 1 125.489 10.63 5.55 - 50 2245.13 1527 7 1 125.55 10.6392 5.49234 - 50 966.32 1528 7 1 125.75 10.6684 5.30223 - 50 167.599 953 7 0 126.963 10.8439 4.15 - 50 1993.31 954 7 0 127.005 10.85 4.10969 - 50 1200.36 1684 6 1 156.954 15.5924 -24.45 - 50 1162.96 1685 6 1 157.15 15.6314 -24.6556 - 50 2293.63 979 6 0 158.28 15.8715 -25.85 - 50 711.64 711 8 0 144.355 -37.6786 33.75 - 50 810.369 710 8 0 144.422 -37.85 33.8495 - 50 870.957 709 8 0 144.499 -38.05 33.9664 - 50 470.481 708 8 0 144.572 -38.25 34.079 - 50 223.735 1625 8 1 145.328 -40.2141 35.15 - 50 2143.32 1626 8 1 145.35 -40.2704 35.1807 - 50 604.4 1627 8 1 145.55 -40.7953 35.4704 - 50 402.802 977 8 0 80.8304 15.5847 33.75 - 50 31.1203 978 8 0 80.2478 15.65 34.1174 - 50 59.7497 1292 8 1 78.6164 15.8165 35.15 - 50 70.3899 1291 8 1 78.45 15.8335 35.2553 - 50 90.6098 1290 8 1 78.25 15.8541 35.3813 - 50 17.1038 1289 8 1 78.05 15.8749 35.5069 - 50 245.033 1007 9 0 34.8296 21.5341 63.75 - 50 13.6841 1063 9 1 32.6829 21.8179 65.15 - 50 83.3036 1062 9 1 32.65 21.8223 65.1714 - 50 117.774 1061 9 1 32.45 21.8489 65.3016 - 50 75.7825 1060 9 1 32.25 21.8754 65.4324 - 50 306.741 1035 10 0 -12.6773 27.1518 93.75 - 50 67.4224 825 10 1 -14.8944 27.4066 95.15 - 50 76.4361 824 10 1 -15.05 27.4243 95.2483 - 50 94.1551 823 10 1 -15.25 27.447 95.3751 - 50 29.265 822 10 1 -15.45 27.4705 95.5027 - 50 221.703 1063 11 0 -59.0766 32.6901 123.75 - 50 8.53279 594 11 1 -61.2234 32.9376 125.15 - 50 65.2452 593 11 1 -61.25 32.9407 125.167 - 50 98.1345 592 11 1 -61.45 32.9635 125.298 - 50 118.919 591 11 1 -61.65 32.9864 125.429 - 50 437.269 1091 12 0 -107.123 38.2634 153.75 - 50 63.0809 353 12 1 -109.378 38.5257 155.15 - 50 82.113 352 12 1 -109.55 38.5457 155.256 - 50 72.7922 351 12 1 -109.75 38.5694 155.381 - 50 24.6965 350 12 1 -109.95 38.5931 155.505 - 50 49.3809 1113 13 0 -151.029 42.8354 183.75 - 50 187.321 1114 13 0 -151.17 42.85 183.847 - 50 37.3261 135 13 1 -153.03 43.0439 185.15 - 50 92.7738 134 13 1 -153.15 43.0563 185.234 - 50 80.1757 133 13 1 -153.35 43.0764 185.375 - 50 79.0672 132 13 1 -153.55 43.0967 185.516 - 50 2181.37 1524 7 1 125.114 10.841 5.55 - 50 98.7559 952 7 0 125.241 10.4638 4.15 - 50 324.688 951 7 0 125.236 10.45 3.99365 - 50 101.583 1521 6 1 124.377 7.93194 -24.45 - 50 217.821 938 6 0 124.333 7.80741 -25.85 - 50 109.529 1516 5 1 123.418 5.26522 -54.45 - 50 109.31 925 5 0 123.371 5.13818 -55.85 - 50 117.855 1511 4 1 122.396 2.54227 -84.45 - 50 125.16 911 4 0 122.351 2.41463 -85.85 - 50 101.89 1506 3 1 121.44 -0.200775 -114.45 - 50 127.907 898 3 0 121.397 -0.331543 -115.85 - 50 250.317 1501 2 1 120.506 -3.01525 -144.45 - 50 112.818 884 2 0 120.463 -3.14327 -145.85 - 50 100.818 1497 1 1 119.585 -5.75479 -174.45 - 50 154.547 870 1 0 119.535 -5.88838 -175.85 - 50 127.62 1491 0 1 118.509 -8.6072 -204.45 - 50 157.155 856 0 0 118.46 -8.74072 -205.85 - 50 113.207 1486 6 1 117.478 6.08602 -24.45 - 50 57.4347 929 6 0 117.123 5.87473 -25.85 - 50 107.838 928 6 0 117.081 5.85 -26.0142 - 50 212.33 1448 5 1 109.867 1.57842 -54.45 - 50 145.399 906 5 0 109.519 1.37296 -55.85 - 50 106.687 1411 4 1 102.416 -2.82004 -84.45 - 50 50.3622 1410 4 1 102.35 -2.85949 -84.7218 - 50 60.9674 885 4 0 102.074 -3.02272 -85.85 - 50 73.1286 884 4 0 102.028 -3.05 -86.0386 - 50 202.897 1374 3 1 95.0976 -7.13202 -114.45 - 50 161.626 863 3 0 94.7532 -7.33576 -115.85 - 50 100.159 1338 2 1 87.7117 -11.4797 -144.45 - 50 56.9003 1337 2 1 87.65 -11.5147 -144.7 - 50 131.009 841 2 0 87.366 -11.676 -145.85 - 50 109.097 1301 1 1 80.3236 -15.6783 -174.45 - 50 40.2983 1300 1 1 80.25 -15.7219 -174.754 - 50 145.85 820 1 0 79.9841 -15.8795 -175.85 - 50 145.005 1264 0 1 73.0475 -19.9962 -204.45 - 50 127.792 799 0 0 72.7068 -20.1971 -205.85 - 50 10.585 798 0 0 72.617 -20.25 -206.219 - 50 89.383 963 7 0 126.71 12.8169 4.15 - 50 538.628 964 7 0 126.731 12.85 4.12646 - 50 531.233 965 7 0 126.859 13.05 3.9844 - 50 328.442 966 7 0 126.987 13.25 3.84484 - 50 735.902 1663 6 1 152.783 54.0399 -24.45 - 50 877.845 1664 6 1 152.95 54.2902 -24.5994 - 50 360.073 1665 6 1 153.15 54.5951 -24.7793 - 50 191.265 1181 6 0 154.302 56.3812 -25.85 - 50 639.971 1182 6 0 154.347 56.45 -25.8913 - 50 598.434 1183 6 0 154.474 56.65 -26.0116 - 50 616.479 1184 6 0 154.597 56.85 -26.1319 - 50 135.089 1149 8 0 30.8427 49.9842 33.75 - 50 408.624 1150 8 0 30.6849 50.05 33.7968 - 50 507.404 1151 8 0 30.2059 50.25 33.9389 - 50 476.842 1152 8 0 29.7252 50.45 34.0806 - 50 19.3132 1030 8 1 26.0733 51.9628 35.15 - 50 129.246 1029 8 1 26.05 51.9724 35.1568 - 50 118.658 1028 8 1 25.85 52.0553 35.2154 - 50 214.52 1027 8 1 25.65 52.1385 35.2737 - 50 319.486 1026 8 1 25.45 52.2219 35.3321 - 50 141.359 1025 8 1 25.25 52.3052 35.3904 - 50 215.507 1024 8 1 25.05 52.3882 35.4483 - 50 122.26 1023 8 1 24.85 52.4721 35.5062 - 50 179.047 1352 9 0 -76.2 90.6635 63.75 - 50 406.484 1353 9 0 -76.4291 90.75 63.814 - 50 372.769 1354 9 0 -76.959 90.95 63.9618 - 50 130.121 1355 9 0 -77.4926 91.15 64.1085 - 50 110.231 493 9 1 -81.298 92.571 65.15 - 50 150.338 492 9 1 -81.45 92.6276 65.1915 - 50 133.742 491 9 1 -81.65 92.7023 65.2457 - 50 145.114 490 9 1 -81.85 92.777 65.3002 - 50 158.686 489 9 1 -82.05 92.8519 65.3546 - 50 127.387 488 9 1 -82.25 92.9273 65.4091 - 50 168.836 487 9 1 -82.45 93.0027 65.4632 - 50 108.388 486 9 1 -82.65 93.0783 65.5167 - 50 41.234 1369 9 0 -81.3543 94.1101 64.1499 - 50 91.9245 1370 9 0 -81.3999 94.15 64.1289 - 50 259.431 955 7 0 126.276 11.05 4.09323 - 50 2.49154 1617 6 1 143.743 18.9722 -24.45 - 50 129.73 1618 6 1 143.75 18.9756 -24.4618 - 50 21.9992 1619 6 1 143.95 19.0713 -24.7884 - 50 62.3278 996 6 0 144.599 19.3826 -25.85 - 50 58.5043 997 6 0 144.739 19.45 -26.0797 - 50 63.8866 1709 5 1 162.045 27.7093 -54.45 - 50 93.1096 1710 5 1 162.15 27.7601 -54.6237 - 50 160.848 1040 5 0 162.892 28.1197 -55.85 - 50 18.7658 1799 4 1 180.115 36.4989 -84.45 - 50 1.08198 1529 7 1 125.95 10.7789 5.15257 - 50 97.3858 1542 6 1 128.703 7.84257 -24.45 - 50 115.315 1559 5 1 132.073 5.06411 -54.45 - 50 126.896 924 5 0 132.234 4.934 -55.85 - 50 84.3646 1576 4 1 135.516 2.28119 -84.45 - 50 25.6946 1577 4 1 135.55 2.25395 -84.7462 - 50 123.416 910 4 0 135.676 2.15227 -85.85 - 50 41.496 1593 3 1 138.929 -0.487271 -114.45 - 50 51.1247 1594 3 1 138.95 -0.504717 -114.639 - 50 80.9169 897 3 0 139.086 -0.616801 -115.85 - 50 10.3438 896 3 0 139.126 -0.65 -116.209 - 50 256.455 1610 2 1 142.304 -3.26487 -144.45 - 50 126.239 883 2 0 142.461 -3.39311 -145.85 - 50 140.379 1627 1 1 145.664 -6.01118 -174.45 - 50 133.701 869 1 0 145.824 -6.14135 -175.85 - 50 224.553 1644 0 1 149.093 -8.79907 -204.45 - 50 118.526 855 0 0 149.252 -8.92988 -205.85 - 50 4.15859 1566 11 0 75.04 133.55 123.877 - 50 56.1266 1750 1 0 136.262 170.231 -176.25 - 50 98.7654 1751 1 0 136.174 170.35 -176.157 - 50 92.7499 1752 1 0 136.045 170.55 -176 - 50 0.575044 1753 1 0 135.874 170.75 -175.851 - 50 181.215 1570 1 1 134.304 172.093 -174.85 - 50 112.07 1569 1 1 134.15 172.261 -174.732 - 50 81.5399 1568 1 1 133.95 172.514 -174.555 - 50 23.5786 1731 2 0 116.194 166.367 -146.25 - 50 87.1248 1730 2 0 116.156 166.35 -146.184 - 50 189.904 1479 2 1 115.966 166.142 -144.85 - 50 60.2175 1480 2 1 116.273 166.035 -144.45 - 50 180.927 1478 2 1 115.95 166.287 -144.633 - 50 64.4626 1477 2 1 115.75 166.344 -144.795 - 50 132.829 1739 2 0 113.384 167.995 -145.85 - 50 136.388 1740 2 0 113.169 168.15 -146.072 - 50 36.6911 1643 0 1 148.95 -8.69854 -204.776 - 50 24.4863 861 0 0 148.474 -7.70215 -205.851 - 50 297.059 862 0 0 148.452 -7.6498 -205.903 - 50 86.0557 863 0 0 148.329 -7.4498 -206.064 - 50 71.3892 864 0 0 148.224 -7.25 -206.095 - 50 88.1408 865 0 0 148.242 -7.05 -206.039 - 50 82.8108 866 0 0 148.217 -6.84976 -205.974 - 50 99.9321 867 0 0 148.197 -6.65 -206.018 - 50 169.394 868 0 0 148.184 -6.45 -206.069 -Number of digits in this event = 154 -Using G4ParticleGun ... -3.1931 LIN +Number of tracker hits in this event = 29 + 50 124.345 734 9 1 -33.0643 120.182 65.55 + 50 104.602 1500 9 0 -33.0642 120.184 64.15 + 50 196.669 734 8 1 -33.0645 120.218 35.55 + 50 93.2463 1500 8 0 -33.0646 120.217 34.15 + 50 117.559 734 7 1 -33.0693 120.199 5.55 + 50 155.585 1500 7 0 -33.069 120.198 4.15 + 50 98.7075 734 6 1 -33.0613 120.172 -24.45 + 50 118.564 1500 6 0 -33.0619 120.169 -25.85 + 50 102.94 734 5 1 -33.0742 120.107 -54.45 + 50 106.722 1499 5 0 -33.0752 120.105 -55.85 + 50 111.278 734 4 1 -33.0959 120.062 -84.45 + 50 147.215 1499 4 0 -33.0963 120.06 -85.85 + 50 96.5876 734 3 1 -33.1069 120.007 -114.45 + 50 103.846 1499 3 0 -33.1014 119.998 -115.85 + 50 278.44 735 2 1 -32.9932 119.81 -144.45 + 50 121.206 1498 2 0 -32.988 119.802 -145.85 + 50 107.718 735 1 1 -32.8794 119.631 -174.45 + 50 111.132 1497 1 0 -32.8754 119.622 -175.85 + 50 144.671 736 0 1 -32.7904 119.428 -204.45 + 50 145.375 1496 0 0 -32.7852 119.42 -205.85 + 50 50.0026 1690 10 1 158.35 104.209 95.2496 + 50 69.3852 1270 4 0 -19.0004 74.1513 -86.25 + 50 297.485 1269 4 0 -19.0319 74.0499 -86.153 + 50 17.8423 888 0 1 -2.30692 90.9056 -204.85 + 50 0.00625941 1563 7 0 -12.1289 132.95 3.75003 + 50 199.979 1564 7 0 -12.1287 132.95 3.75025 + 50 115.176 735 8 1 -33.05 120.314 35.3675 + 50 175.05 736 8 1 -32.85 120.45 35.3543 + 50 68.4957 737 8 1 -32.6499 120.305 35.3974 +Number of digits in this event = 14 +Using G4ParticleGun ... +9.67631 LIN proton Event: 51 Number of tracker hits in this event = 24 - 51 100.156 332 9 1 -113.554 59.3183 65.55 - 51 203.029 1196 9 0 -113.554 59.3184 64.15 - 51 96.8082 332 8 1 -113.555 59.3158 35.55 - 51 112.936 1196 8 0 -113.554 59.3162 34.15 - 51 136.237 333 7 1 -113.54 59.3324 5.55 - 51 141.957 1196 7 0 -113.539 59.331 4.15 - 51 112.384 333 6 1 -113.529 59.2965 -24.45 - 51 98.6598 1196 6 0 -113.528 59.2934 -25.85 - 51 116.957 333 5 1 -113.493 59.22 -54.45 - 51 198.814 1195 5 0 -113.492 59.2149 -55.85 - 51 123.792 333 4 1 -113.488 59.1169 -84.45 - 51 105.059 1195 4 0 -113.49 59.111 -85.85 - 51 85.4084 333 3 1 -113.508 58.9877 -114.45 - 51 137.742 1194 3 0 -113.506 58.9838 -115.85 - 51 98.9502 333 2 1 -113.457 58.9053 -144.45 - 51 120.583 1194 2 0 -113.454 58.9019 -145.85 - 51 209.38 333 1 1 -113.406 58.8388 -174.45 - 51 111.858 1193 1 0 -113.408 58.8385 -175.85 - 51 112.57 333 0 1 -113.428 58.8415 -204.45 - 51 106.465 1193 0 0 -113.42 58.8479 -205.85 - 51 62.4426 332 1 1 -113.551 58.7781 -174.675 - 51 132.427 331 1 1 -113.75 58.7422 -174.63 - 51 145.948 1190 1 0 -113.772 58.1786 -175.85 - 51 168.512 1189 1 0 -113.638 58.05 -175.999 -Number of digits in this event = 12 + 51 108.943 787 10 1 -22.5899 -81.9387 95.55 + 51 126.358 490 10 0 -22.589 -81.9387 94.15 + 51 323.531 787 9 1 -22.5676 -81.9394 65.55 + 51 124.505 490 9 0 -22.5666 -81.9403 64.15 + 51 94.8169 787 8 1 -22.5451 -81.961 35.55 + 51 212.005 490 8 0 -22.5438 -81.9618 34.15 + 51 106.807 787 7 1 -22.5167 -81.9793 5.55 + 51 163.859 490 7 0 -22.5154 -81.9806 4.15 + 51 104.155 787 6 1 -22.4861 -82.008 -24.45 + 51 98.4016 490 6 0 -22.4855 -82.0092 -25.85 + 51 97.0973 787 5 1 -22.4717 -82.0333 -54.45 + 51 123.356 490 5 0 -22.4713 -82.0345 -55.85 + 51 117.316 787 4 1 -22.462 -82.0633 -84.45 + 51 122.072 489 4 0 -22.4618 -82.0644 -85.85 + 51 107.811 787 3 1 -22.4573 -82.0932 -114.45 + 51 123.291 489 3 0 -22.4568 -82.0948 -115.85 + 51 116.902 788 2 1 -22.446 -82.1281 -144.45 + 51 105.732 489 2 0 -22.4458 -82.1299 -145.85 + 51 127.723 788 1 1 -22.4388 -82.1736 -174.45 + 51 111.9 489 1 0 -22.439 -82.1772 -175.85 + 51 166.926 788 0 1 -22.4456 -82.2482 -204.45 + 51 156.687 488 0 0 -22.4465 -82.2522 -205.85 + 51 195.765 787 0 1 -22.4503 -82.2993 -204.598 + 51 125.711 490 4 0 -22.4451 -82.05 -86.1271 +Number of digits in this event = 14 Using G4ParticleGun ... -9.01506 LIN +3.38869 LIN proton Event: 52 -Number of tracker hits in this event = 24 - 52 101.84 893 11 1 -1.27846 -3.57962 125.55 - 52 101.393 882 11 0 -1.27895 -3.58023 124.15 - 52 109.781 893 10 1 -1.2899 -3.59275 95.55 - 52 122.88 882 10 0 -1.28897 -3.5929 94.15 - 52 122.19 893 9 1 -1.26857 -3.59631 65.55 - 52 147.505 882 9 0 -1.2668 -3.59718 64.15 - 52 283.683 894 8 1 -1.22817 -3.61596 35.55 - 52 115.706 882 8 0 -1.22567 -3.61656 34.15 - 52 156.485 894 7 1 -1.17057 -3.62671 5.55 - 52 104.44 882 7 0 -1.16719 -3.62635 4.15 - 52 138.208 894 6 1 -1.09848 -3.61731 -24.45 - 52 103.862 882 6 0 -1.09489 -3.61733 -25.85 - 52 101.088 895 5 1 -1.01827 -3.61625 -54.45 - 52 215.665 882 5 0 -1.01502 -3.61612 -55.85 - 52 116.96 895 4 1 -0.94963 -3.61218 -84.45 - 52 147.11 882 4 0 -0.945871 -3.6124 -85.85 - 52 110.654 895 3 1 -0.869682 -3.61805 -114.45 - 52 94.2054 882 3 0 -0.864942 -3.61884 -115.85 - 52 105.857 896 2 1 -0.767846 -3.63404 -144.45 - 52 134.3 882 2 0 -0.762615 -3.6343 -145.85 - 52 109.651 896 1 1 -0.657481 -3.64003 -174.45 - 52 118.431 882 1 0 -0.651573 -3.64301 -175.85 - 52 118.616 897 0 1 -0.528394 -3.70153 -204.45 - 52 95.8014 881 0 0 -0.521788 -3.70496 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 25 + 52 125.527 1017 10 0 -114.002 23.5567 94.15 + 52 113.17 330 9 1 -113.999 23.5547 65.55 + 52 94.8183 1017 9 0 -113.998 23.554 64.15 + 52 93.1964 330 8 1 -113.978 23.5398 35.55 + 52 162.292 1017 8 0 -113.977 23.5374 34.15 + 52 126.39 330 7 1 -113.952 23.4828 5.55 + 52 120.467 1017 7 0 -113.951 23.4787 4.15 + 52 149.266 331 6 1 -113.939 23.3914 -24.45 + 52 154.942 1016 6 0 -113.935 23.3864 -25.85 + 52 111.369 331 5 1 -113.861 23.284 -54.45 + 52 119.535 1016 5 0 -113.856 23.2796 -55.85 + 52 164.748 331 4 1 -113.753 23.188 -84.45 + 52 124.786 1015 4 0 -113.748 23.1832 -85.85 + 52 119.593 332 3 1 -113.646 23.0794 -114.45 + 52 172.099 1015 3 0 -113.64 23.0752 -115.85 + 52 158.798 333 2 1 -113.534 22.9807 -144.45 + 52 131.045 1014 2 0 -113.529 22.9744 -145.85 + 52 139.818 333 1 1 -113.44 22.8464 -174.45 + 52 298.623 1013 1 0 -113.438 22.84 -175.85 + 52 107.202 333 0 1 -113.392 22.7014 -204.45 + 52 101.342 1013 0 0 -113.389 22.6953 -205.85 + 52 37.8534 445 0 1 -91.0941 -10.1767 -204.45 + 52 314.485 444 0 1 -91.15 -10.2294 -204.472 + 52 266.19 443 0 1 -91.35 -10.6472 -204.583 + 52 77.3598 116 5 0 -150.623 -156.946 -56.2318 +Number of digits in this event = 18 Using G4ParticleGun ... -8.6116 LIN +8.49107 LIN proton Event: 53 -Number of tracker hits in this event = 20 - 53 119.413 1125 9 1 45.1159 118.827 65.55 - 53 113.835 1493 9 0 45.1154 118.826 64.15 - 53 131.314 1125 8 1 45.1058 118.814 35.55 - 53 89.773 1493 8 0 45.1045 118.815 34.15 - 53 196.75 1125 7 1 45.0813 118.819 5.55 - 53 161.462 1493 7 0 45.0795 118.82 4.15 - 53 97.6466 1124 6 1 45.041 118.824 -24.45 - 53 133.688 1493 6 0 45.0389 118.825 -25.85 - 53 255.514 1124 5 1 44.9952 118.847 -54.45 - 53 207.11 1493 5 0 44.9944 118.848 -55.85 - 53 108.523 1124 4 1 44.9792 118.866 -84.45 - 53 110.27 1493 4 0 44.9792 118.867 -85.85 - 53 116.484 1124 3 1 44.9822 118.893 -114.45 - 53 96.7766 1493 3 0 44.9828 118.892 -115.85 - 53 108.797 1124 2 1 44.9909 118.866 -144.45 - 53 122.209 1493 2 0 44.9917 118.864 -145.85 - 53 165.012 1124 1 1 45.0097 118.825 -174.45 - 53 419.694 1493 1 0 45.0104 118.824 -175.85 - 53 112.702 1124 0 1 45.0269 118.805 -204.45 - 53 107.972 1493 0 0 45.0279 118.804 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 24 + 53 112.835 1027 11 1 25.6484 77.3828 125.55 + 53 149.045 1286 11 0 25.6476 77.3835 124.15 + 53 115.868 1027 10 1 25.6314 77.3958 95.55 + 53 146.085 1286 10 0 25.6302 77.3962 94.15 + 53 107.714 1027 9 1 25.6073 77.4008 65.55 + 53 107.036 1286 9 0 25.6061 77.4001 64.15 + 53 151.929 1027 8 1 25.5862 77.3884 35.55 + 53 119.038 1286 8 0 25.584 77.3881 34.15 + 53 141.278 1027 7 1 25.5368 77.381 5.55 + 53 100.478 1286 7 0 25.5354 77.3806 4.15 + 53 111.736 1027 6 1 25.5053 77.3721 -24.45 + 53 118.803 1286 6 0 25.5035 77.3701 -25.85 + 53 125.832 1027 5 1 25.465 77.3322 -54.45 + 53 133.215 1286 5 0 25.4632 77.33 -55.85 + 53 129.683 1026 4 1 25.4267 77.2884 -84.45 + 53 136.433 1286 4 0 25.4242 77.286 -85.85 + 53 133.817 1026 3 1 25.3734 77.2385 -114.45 + 53 92.6304 1285 3 0 25.3716 77.2353 -115.85 + 53 108.775 1026 2 1 25.331 77.1754 -144.45 + 53 133.937 1285 2 0 25.3284 77.1732 -145.85 + 53 169.259 1026 1 1 25.2727 77.1288 -174.45 + 53 104.611 1285 1 0 25.2693 77.1277 -175.85 + 53 170.035 1025 0 1 25.2017 77.1064 -204.45 + 53 79.357 1285 0 0 25.198 77.1049 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -6.80757 LIN +3.28353 LIN proton Event: 54 -Number of tracker hits in this event = 30 - 54 287.458 218 8 1 -136.366 -44.9049 35.55 - 54 87.9517 675 8 0 -136.367 -44.905 34.15 - 54 102.324 218 7 1 -136.378 -44.9045 5.55 - 54 114.101 675 7 0 -136.378 -44.9042 4.15 - 54 120.153 218 6 1 -136.371 -44.8988 -24.45 - 54 163.35 675 6 0 -136.37 -44.8984 -25.85 - 54 149.342 219 5 1 -136.349 -44.8928 -54.45 - 54 213.373 675 5 0 -136.347 -44.8922 -55.85 - 54 298.389 219 4 1 -136.313 -44.8727 -84.45 - 54 107.302 675 4 0 -136.31 -44.8718 -85.85 - 54 102.49 219 3 1 -136.25 -44.8494 -114.45 - 54 112.966 676 3 0 -136.247 -44.8491 -115.85 - 54 94.3192 219 2 1 -136.186 -44.8454 -144.45 - 54 138.11 676 2 0 -136.183 -44.845 -145.85 - 54 203.769 220 1 1 -136.12 -44.8344 -174.45 - 54 223.384 676 1 0 -136.116 -44.8333 -175.85 - 54 164.845 220 0 1 -136.032 -44.8152 -204.45 - 54 247.591 676 0 0 -136.027 -44.8146 -205.85 - 54 260.837 220 4 1 -136.15 -44.971 -84.7582 - 54 107.117 221 4 1 -135.95 -45.0812 -84.7468 - 54 90.2944 217 8 1 -136.55 -44.6976 35.361 - 54 65.8668 679 8 0 -137.352 -44.1425 34.1499 - 54 72.6875 680 8 0 -137.475 -44.05 33.9549 - 54 126.987 126 7 1 -154.848 -28.5782 5.54996 - 54 26.3824 125 7 1 -154.95 -28.4324 5.26207 - 54 21.8306 759 7 0 -155.695 -28.0772 4.15 - 54 92.7503 760 7 0 -155.742 -28.05 4.0922 - 54 88.3003 761 7 0 -156.005 -27.85 3.99658 - 54 125.853 762 7 0 -156.208 -27.6499 3.9468 - 54 29.2168 763 7 0 -156.434 -27.4498 3.82431 -Number of digits in this event = 15 +Number of tracker hits in this event = 28 + 54 122.011 1135 10 1 47.0598 87.6121 95.55 + 54 154.663 1337 10 0 47.0579 87.611 94.15 + 54 122.321 1134 9 1 47.0191 87.5805 65.55 + 54 119.344 1337 9 0 47.0152 87.5803 64.15 + 54 100.126 1134 8 1 46.9294 87.5834 35.55 + 54 158.34 1337 8 0 46.9246 87.5865 34.15 + 54 139.799 1133 7 1 46.8216 87.653 5.55 + 54 108.44 1338 7 0 46.8176 87.6541 4.15 + 54 108.163 1133 6 1 46.738 87.6823 -24.45 + 54 119.542 1338 6 0 46.7335 87.685 -25.85 + 54 158.842 1132 5 1 46.6382 87.7461 -54.45 + 54 127.243 1338 5 0 46.6336 87.7493 -55.85 + 54 106.598 1132 4 1 46.5397 87.8142 -84.45 + 54 100.426 1338 4 0 46.5359 87.817 -85.85 + 54 153.559 1132 3 1 46.4534 87.8624 -114.45 + 54 97.7792 1339 3 0 46.4511 87.8633 -115.85 + 54 121.483 1131 2 1 46.4043 87.8854 -144.45 + 54 127.707 1339 2 0 46.4001 87.887 -145.85 + 54 177.665 1131 1 1 46.3147 87.9101 -174.45 + 54 111.129 1339 1 0 46.3122 87.9121 -175.85 + 54 110.816 1131 0 1 46.2617 87.9541 -204.45 + 54 107.591 1339 0 0 46.2591 87.9564 -205.85 + 54 47.5213 646 5 0 6.69483 -50.727 -56.25 + 54 67.8828 645 5 0 6.66614 -50.85 -56.2223 + 54 70.4164 644 5 0 6.63463 -51.0504 -56.2331 + 54 81.2453 643 5 0 6.63739 -51.25 -56.1703 + 54 165.822 642 5 0 6.6175 -51.45 -56.0128 + 54 249.036 641 5 0 6.63626 -51.6501 -56.0843 +Number of digits in this event = 14 Using G4ParticleGun ... -1.46972 LIN +9.30891 LIN proton Event: 55 -Number of tracker hits in this event = 21 - 55 113.504 617 9 1 -56.6468 117.665 65.55 - 55 100.09 1487 9 0 -56.6436 117.68 64.15 - 55 132.366 617 8 1 -56.5702 117.978 35.55 - 55 215.591 1489 8 0 -56.5628 117.992 34.15 - 55 111.302 618 7 1 -56.3953 118.269 5.55 - 55 160.073 1490 7 0 -56.3816 118.282 4.15 - 55 114.979 619 6 1 -56.0981 118.547 -24.45 - 55 166.29 1492 6 0 -56.0876 118.558 -25.85 - 55 129.396 620 5 1 -55.8765 118.78 -54.45 - 55 130.333 1493 5 0 -55.8668 118.795 -55.85 - 55 123.083 621 4 1 -55.6687 119.099 -84.45 - 55 117.896 1494 4 0 -55.6577 119.114 -85.85 - 55 135.217 623 3 1 -55.4381 119.426 -114.45 - 55 165.616 1496 3 0 -55.4236 119.444 -115.85 - 55 144.693 624 2 1 -55.1237 119.831 -144.45 - 55 137.909 1498 2 0 -55.107 119.853 -145.85 - 55 112.93 626 1 1 -54.7375 120.308 -174.45 - 55 111.917 1500 1 0 -54.7221 120.332 -175.85 - 55 111.833 628 0 1 -54.4202 120.821 -204.45 - 55 204.306 1503 0 0 -54.4062 120.841 -205.85 - 55 226.582 622 4 1 -55.6499 119.086 -84.8139 -Number of digits in this event = 16 +Number of tracker hits in this event = 24 + 55 138.576 1059 11 1 31.9183 7.65255 125.55 + 55 236.403 938 11 0 31.9176 7.65251 124.15 + 55 254.608 1059 10 1 31.9021 7.65349 95.55 + 55 142.891 938 10 0 31.9014 7.65376 94.15 + 55 137.994 1059 9 1 31.8881 7.65587 65.55 + 55 123.651 938 9 0 31.8854 7.65572 64.15 + 55 123.431 1058 8 1 31.8344 7.657 35.55 + 55 134.811 938 8 0 31.8323 7.65737 34.15 + 55 102.106 1058 7 1 31.7879 7.66683 5.55 + 55 104.997 938 7 0 31.7852 7.66666 4.15 + 55 143.416 1058 6 1 31.7282 7.66523 -24.45 + 55 98.5419 938 6 0 31.7257 7.66537 -25.85 + 55 85.8204 1058 5 1 31.6744 7.66736 -54.45 + 55 101.893 938 5 0 31.6725 7.66644 -55.85 + 55 111.908 1057 4 1 31.6299 7.6492 -84.45 + 55 155.586 938 4 0 31.6288 7.65009 -85.85 + 55 175.686 1057 3 1 31.6072 7.66991 -114.45 + 55 133.479 938 3 0 31.6064 7.67176 -115.85 + 55 131.344 1057 2 1 31.5901 7.70665 -144.45 + 55 94.6176 938 2 0 31.5893 7.7087 -145.85 + 55 140.952 1057 1 1 31.5742 7.75011 -174.45 + 55 134.451 938 1 0 31.5738 7.75183 -175.85 + 55 146.721 1057 0 1 31.5713 7.7877 -204.45 + 55 117.374 938 0 0 31.5715 7.79024 -205.85 +Number of digits in this event = 17 Using G4ParticleGun ... -9.87785 LIN +6.08317 LIN proton Event: 56 -Number of tracker hits in this event = 26 - 56 125.269 591 10 1 -61.7814 95.3195 95.55 - 56 108.689 1375 10 0 -61.7803 95.3188 94.15 - 56 176.369 591 9 1 -61.753 95.3037 65.55 - 56 120.257 1375 9 0 -61.7518 95.3026 64.15 - 56 126.248 591 8 1 -61.7256 95.2786 35.55 - 56 113.38 1375 8 0 -61.7242 95.2776 34.15 - 56 119.921 591 7 1 -61.6969 95.2567 5.55 - 56 84.1885 1375 7 0 -61.6949 95.2555 4.15 - 56 119.242 591 6 1 -61.6533 95.2288 -24.45 - 56 127.817 1375 6 0 -61.6512 95.2271 -25.85 - 56 102.226 592 5 1 -61.6083 95.1932 -54.45 - 56 188.955 1375 5 0 -61.6065 95.1919 -55.85 - 56 156.41 592 4 1 -61.5695 95.1655 -84.45 - 56 98.1622 1375 4 0 -61.5677 95.1641 -85.85 - 56 103.918 592 3 1 -61.529 95.1357 -114.45 - 56 112.901 1374 3 0 -61.5269 95.1343 -115.85 - 56 116.764 592 2 1 -61.4834 95.105 -144.45 - 56 151.75 1374 2 0 -61.4811 95.1035 -145.85 - 56 234.453 593 1 1 -61.4337 95.0739 -174.45 - 56 153.527 1374 1 0 -61.431 95.0724 -175.85 - 56 104.947 593 0 1 -61.3773 95.0462 -204.45 - 56 145.917 1374 0 0 -61.3751 95.0453 -205.85 - 56 93.9216 779 3 1 -24.0626 74.2169 -114.45 - 56 103.828 780 3 1 -24.05 74.1728 -114.671 - 56 7.80404 1269 3 0 -23.7281 73.8504 -115.85 - 56 207.391 1268 3 0 -23.7258 73.85 -115.862 -Number of digits in this event = 15 +Number of tracker hits in this event = 24 + 56 107.84 1006 11 1 21.3354 74.8176 125.55 + 56 101.259 1273 11 0 21.3346 74.8178 124.15 + 56 110.971 1006 10 1 21.3203 74.8233 95.55 + 56 104.648 1273 10 0 21.3188 74.8238 94.15 + 56 114.698 1006 9 1 21.2889 74.8342 65.55 + 56 147.471 1273 9 0 21.2866 74.8329 64.15 + 56 142.375 1005 8 1 21.2355 74.8069 35.55 + 56 128.965 1273 8 0 21.2328 74.8057 34.15 + 56 115.275 1005 7 1 21.1782 74.7813 5.55 + 56 144.486 1273 7 0 21.1757 74.7803 4.15 + 56 107.375 1005 6 1 21.1234 74.763 -24.45 + 56 151.221 1273 6 0 21.1207 74.7624 -25.85 + 56 122.498 1005 5 1 21.0706 74.7443 -54.45 + 56 113.432 1273 5 0 21.0677 74.7423 -55.85 + 56 216.431 1004 4 1 21.0116 74.7059 -84.45 + 56 97.5414 1273 4 0 21.0078 74.7037 -85.85 + 56 133.677 1004 3 1 20.9267 74.66 -114.45 + 56 119.923 1273 3 0 20.9244 74.6591 -115.85 + 56 132.501 1004 2 1 20.8806 74.6429 -144.45 + 56 118.605 1272 2 0 20.879 74.6416 -145.85 + 56 92.4454 1003 1 1 20.8424 74.6165 -174.45 + 56 112.101 1272 1 0 20.8407 74.6161 -175.85 + 56 100.067 1003 0 1 20.8051 74.6077 -204.45 + 56 108.154 1272 0 0 20.8047 74.6073 -205.85 +Number of digits in this event = 10 Using G4ParticleGun ... -6.15545 LIN +8.54762 LIN proton Event: 57 -Number of tracker hits in this event = 31 - 57 131.958 1417 9 1 103.55 65.1743 65.55 - 57 120.597 1225 9 0 103.552 65.1748 64.15 - 57 101.582 1417 8 1 103.583 65.186 35.55 - 57 120.085 1225 8 0 103.584 65.1861 34.15 - 57 160.013 1417 7 1 103.61 65.1904 5.55 - 57 111.605 1225 7 0 103.612 65.1896 4.15 - 57 115.906 1417 6 1 103.66 65.1703 -24.45 - 57 97.2868 1225 6 0 103.662 65.1688 -25.85 - 57 148.199 1417 5 1 103.703 65.1399 -54.45 - 57 119.69 1225 5 0 103.705 65.1377 -55.85 - 57 115.252 1417 4 1 103.729 65.0995 -84.45 - 57 127.888 1225 4 0 103.73 65.0978 -85.85 - 57 213.017 1417 3 1 103.745 65.0635 -114.45 - 57 84.1352 1225 3 0 103.746 65.0615 -115.85 - 57 97.2286 1418 2 1 103.768 65.0226 -144.45 - 57 103.778 1224 2 0 103.771 65.0225 -145.85 - 57 156.955 1418 1 1 103.839 65.0247 -174.45 - 57 100.353 1224 1 0 103.842 65.0242 -175.85 - 57 259.275 1418 0 1 103.913 65.0131 -204.45 - 57 129.511 1224 0 0 103.917 65.0141 -205.85 - 57 6.639 1374 0 0 122.033 95.133 -206.25 - 57 72.0013 1375 0 0 122.044 95.1501 -206.231 - 57 60.5858 1376 0 0 122.163 95.35 -206.115 - 57 104.492 1377 0 0 122.287 95.5502 -206.017 - 57 6.40168 1378 0 0 122.356 95.75 -205.87 - 57 106.853 1512 0 1 122.641 96.9022 -204.85 - 57 52.6977 1513 0 1 122.75 97.1607 -204.551 - 57 40.4771 1514 0 1 123.116 97.2448 -204.45 - 57 99.4861 1515 0 1 123.15 97.2425 -204.606 - 57 136.419 1392 0 0 124.474 98.7127 -205.85 - 57 30.6954 1393 0 0 124.299 98.75 -206.073 +Number of tracker hits in this event = 24 + 57 149.987 1278 10 1 75.6806 -68.4381 95.55 + 57 113.528 558 10 0 75.6813 -68.4379 94.15 + 57 103.213 1278 9 1 75.698 -68.4312 65.55 + 57 269.927 558 9 0 75.6983 -68.43 64.15 + 57 99.7341 1278 8 1 75.7027 -68.4069 35.55 + 57 109.802 558 8 0 75.7016 -68.4055 34.15 + 57 106.305 1278 7 1 75.6787 -68.3748 5.55 + 57 253.041 558 7 0 75.6768 -68.3728 4.15 + 57 118.727 1277 6 1 75.6388 -68.334 -24.45 + 57 97.8843 558 6 0 75.6371 -68.3325 -25.85 + 57 128.553 1277 5 1 75.5998 -68.3032 -54.45 + 57 105.157 558 5 0 75.5978 -68.302 -55.85 + 57 205.646 1277 4 1 75.558 -68.2763 -84.45 + 57 141.203 558 4 0 75.557 -68.2751 -85.85 + 57 125.024 1277 3 1 75.5347 -68.2474 -114.45 + 57 105.22 559 3 0 75.5328 -68.2463 -115.85 + 57 224.226 1277 2 1 75.4945 -68.2215 -144.45 + 57 95.694 559 2 0 75.4944 -68.222 -145.85 + 57 144.487 1277 1 1 75.4945 -68.2306 -174.45 + 57 110.143 559 1 0 75.4941 -68.232 -175.85 + 57 128.549 1277 0 1 75.4853 -68.2603 -204.45 + 57 232.51 558 0 0 75.4851 -68.2617 -205.85 + 57 113.495 559 0 0 75.5161 -68.25 -206.132 + 57 86.8777 557 7 0 75.6198 -68.4501 3.88405 Number of digits in this event = 12 Using G4ParticleGun ... -4.94176 LIN +7.96408 LIN proton Event: 58 -Number of tracker hits in this event = 30 - 58 128.205 945 9 1 9.18025 -119.98 65.55 - 58 110.214 300 9 0 9.18133 -119.979 64.15 - 58 119.926 945 8 1 9.19695 -119.954 35.55 - 58 123.762 300 8 0 9.19846 -119.952 34.15 - 58 180.833 945 7 1 9.22921 -119.918 5.55 - 58 272.765 301 7 0 9.23107 -119.92 4.15 - 58 122.133 946 6 1 9.2723 -119.966 -24.45 - 58 112.387 300 6 0 9.27475 -119.968 -25.85 - 58 141.675 946 5 1 9.3264 -120.013 -54.45 - 58 227.017 300 5 0 9.32796 -120.016 -55.85 - 58 135.346 946 4 1 9.35648 -120.063 -84.45 - 58 133.989 300 4 0 9.35888 -120.068 -85.85 - 58 106.709 946 3 1 9.40945 -120.168 -114.45 - 58 100.643 299 3 0 9.41186 -120.174 -115.85 - 58 243.314 947 2 1 9.46081 -120.291 -144.45 - 58 102.509 299 2 0 9.46351 -120.299 -145.85 - 58 152.004 947 1 1 9.51647 -120.445 -174.45 - 58 122.04 298 1 0 9.51956 -120.452 -175.85 - 58 122.193 947 0 1 9.58645 -120.581 -204.45 - 58 101.221 297 0 0 9.58961 -120.589 -205.85 - 58 77.0361 611 2 0 -176.051 -57.7538 -145.871 - 58 146.39 300 2 0 9.53026 -120.05 -145.85 - 58 114.69 959 1 1 11.8779 -118.729 -174.45 - 58 96.7942 308 1 0 12.049 -118.424 -175.85 - 58 18.1158 309 1 0 12.0843 -118.35 -176.161 - 58 126.207 979 0 1 15.8995 -110.994 -204.45 - 58 179.065 347 0 0 15.8137 -110.728 -205.85 - 58 248.308 301 2 0 9.54894 -119.95 -145.965 - 58 72.2168 251 2 0 -2.77895 -129.77 -146.25 - 58 122.053 252 2 0 -2.7634 -129.75 -146.15 -Number of digits in this event = 19 +Number of tracker hits in this event = 21 + 58 216.27 1201 9 1 60.4324 -118.824 65.55 + 58 227.51 306 9 0 60.4325 -118.824 64.15 + 58 143.593 1201 8 1 60.4444 -118.816 35.55 + 58 102.995 306 8 0 60.4445 -118.816 34.15 + 58 120.189 1201 7 1 60.4464 -118.813 5.55 + 58 119.346 306 7 0 60.4477 -118.813 4.15 + 58 175.153 1202 6 1 60.4744 -118.813 -24.45 + 58 132.352 306 6 0 60.4753 -118.814 -25.85 + 58 111.391 1202 5 1 60.4937 -118.824 -54.45 + 58 218.119 306 5 0 60.4952 -118.825 -55.85 + 58 112.141 1202 4 1 60.5243 -118.835 -84.45 + 58 97.0427 306 4 0 60.525 -118.836 -85.85 + 58 129.776 1202 3 1 60.5421 -118.844 -114.45 + 58 116.652 306 3 0 60.5434 -118.844 -115.85 + 58 188.75 1202 2 1 60.5715 -118.834 -144.45 + 58 108.761 306 2 0 60.5739 -118.834 -145.85 + 58 119.767 1202 1 1 60.6198 -118.839 -174.45 + 58 102.758 306 1 0 60.6218 -118.84 -175.85 + 58 96.7344 1203 0 1 60.6616 -118.84 -204.45 + 58 159.688 306 0 0 60.6638 -118.839 -205.85 + 58 198.115 307 0 0 60.6413 -118.75 -205.932 +Number of digits in this event = 12 Using G4ParticleGun ... -2.5896 LIN +5.52975 LIN proton Event: 59 -Number of tracker hits in this event = 34 - 59 117.554 229 8 1 -134.236 54.4375 35.55 - 59 146.687 1171 8 0 -134.237 54.4368 34.15 - 59 140.701 229 7 1 -134.268 54.4261 5.55 - 59 118.57 1171 7 0 -134.27 54.4247 4.15 - 59 115.193 229 6 1 -134.323 54.3964 -24.45 - 59 144.011 1171 6 0 -134.325 54.3965 -25.85 - 59 407.363 228 5 1 -134.352 54.4001 -54.45 - 59 149.973 1171 5 0 -134.355 54.4015 -55.85 - 59 114.526 228 4 1 -134.411 54.4336 -84.45 - 59 98.0917 1171 4 0 -134.413 54.4352 -85.85 - 59 116.556 228 3 1 -134.452 54.4689 -114.45 - 59 120.389 1172 3 0 -134.455 54.4702 -115.85 - 59 92.8026 228 2 1 -134.492 54.4971 -144.45 - 59 117.671 1172 2 0 -134.493 54.4996 -145.85 - 59 141.026 228 1 1 -134.509 54.5529 -174.45 - 59 97.1438 1172 1 0 -134.512 54.5548 -175.85 - 59 146.193 227 0 1 -134.558 54.5917 -204.45 - 59 138.545 1172 0 0 -134.56 54.5944 -205.85 - 59 237.39 1038 10 0 -97.5138 27.7994 93.75 - 59 30.203 1037 10 0 -97.6306 27.65 94.1155 - 59 85.3093 405 10 1 -98.9815 24.8534 95.1501 - 59 230.424 406 10 1 -98.9498 24.5835 95.2391 - 59 113.175 407 10 1 -98.7496 23.8752 95.2887 - 59 56.7545 1012 10 0 -98.1111 22.5702 94.15 - 59 109.589 1011 10 0 -98.0342 22.4499 94.066 - 59 247.435 1010 10 0 -97.9357 22.25 93.9845 - 59 21.8348 31 1 1 -173.899 -76.6785 -174.571 - 59 56.6333 229 5 1 -134.35 54.3682 -54.7003 - 59 37.8085 227 5 1 -134.55 54.6448 -54.7929 - 59 68.6016 1187 5 0 -135.253 57.5034 -55.85 - 59 110.371 1188 5 0 -135.339 57.65 -55.9051 - 59 15.5284 200 5 1 -140.107 59.6944 -54.85 - 59 136.311 199 5 1 -140.15 59.7262 -54.8395 - 59 344.418 1205 5 0 -141.041 61.1254 -55.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 29 + 59 103.969 220 8 1 -136.108 -6.38269 35.55 + 59 122.729 868 8 0 -136.107 -6.3831 34.15 + 59 209.869 220 7 1 -136.103 -6.39043 5.55 + 59 112.698 868 7 0 -136.103 -6.39028 4.15 + 59 117.646 220 6 1 -136.11 -6.39036 -24.45 + 59 94.1971 868 6 0 -136.109 -6.39052 -25.85 + 59 268.178 220 5 1 -136.096 -6.39296 -54.45 + 59 104.198 868 5 0 -136.097 -6.39253 -55.85 + 59 90.1593 220 4 1 -136.107 -6.38104 -84.45 + 59 125.331 868 4 0 -136.106 -6.3808 -85.85 + 59 111.004 220 3 1 -136.098 -6.37865 -114.45 + 59 137.628 868 3 0 -136.097 -6.37814 -115.85 + 59 110.199 220 2 1 -136.084 -6.37247 -144.45 + 59 110.28 868 2 0 -136.082 -6.37243 -145.85 + 59 115.962 220 1 1 -136.041 -6.37008 -174.45 + 59 100.55 868 1 0 -136.038 -6.37124 -175.85 + 59 94.9631 220 0 1 -135.986 -6.39605 -204.45 + 59 92.1928 868 0 0 -135.983 -6.39851 -205.85 + 59 71.9756 219 7 1 -136.15 -6.39001 5.47293 + 59 64.859 218 7 1 -136.35 -6.38468 5.28394 + 59 119.576 217 7 1 -136.55 -6.35474 5.19379 + 59 43.4074 216 7 1 -136.75 -6.39843 5.16277 + 59 15.6249 215 7 1 -136.95 -6.39554 5.15985 + 59 163.034 864 7 0 -141.003 -7.1429 4.15 + 59 72.6974 861 7 0 -163.757 -7.67004 3.75018 + 59 53.477 860 7 0 -163.678 -7.85 3.97942 + 59 152.38 81 7 1 -163.795 -7.68736 5.15 + 59 288.027 82 7 1 -163.75 -7.74079 5.51067 + 59 122.322 871 7 0 -136.537 -5.70213 4.15 +Number of digits in this event = 10 Using G4ParticleGun ... -5.36549 LIN +1.74031 LIN proton Event: 60 -Number of tracker hits in this event = 24 - 60 111.555 654 10 1 -49.0976 100.593 95.55 - 60 132.268 1402 10 0 -49.099 100.593 94.15 - 60 92.6989 654 9 1 -49.1247 100.59 65.55 - 60 109.48 1402 9 0 -49.1254 100.589 64.15 - 60 115.2 654 8 1 -49.1408 100.564 35.55 - 60 184.265 1402 8 0 -49.1417 100.563 34.15 - 60 101.602 654 7 1 -49.1618 100.543 5.55 - 60 128.986 1401 7 0 -49.1635 100.543 4.15 - 60 477.856 654 6 1 -49.2019 100.541 -24.45 - 60 107.935 1401 6 0 -49.204 100.541 -25.85 - 60 131.348 654 5 1 -49.2444 100.54 -54.45 - 60 79.3382 1401 5 0 -49.2477 100.539 -55.85 - 60 141.143 653 4 1 -49.3107 100.525 -84.45 - 60 108.443 1401 4 0 -49.3145 100.526 -85.85 - 60 94.1472 653 3 1 -49.3872 100.552 -114.45 - 60 86.7007 1402 3 0 -49.3915 100.553 -115.85 - 60 103.75 652 2 1 -49.4816 100.577 -144.45 - 60 124.32 1402 2 0 -49.4859 100.578 -145.85 - 60 115.957 652 1 1 -49.5729 100.591 -174.45 - 60 190.218 1402 1 0 -49.577 100.591 -175.85 - 60 110.178 651 0 1 -49.6608 100.587 -204.45 - 60 90.8368 1402 0 0 -49.6648 100.588 -205.85 - 60 321.88 654 4 1 -49.25 100.558 -84.7322 - 60 84.4495 655 4 1 -49.0499 100.761 -84.7448 -Number of digits in this event = 10 +Number of tracker hits in this event = 37 + 60 121.117 1192 10 1 58.5725 -75.5805 95.55 + 60 113.885 522 10 0 58.5747 -75.5837 94.15 + 60 132.827 1192 9 1 58.6212 -75.6362 65.55 + 60 130.583 522 9 0 58.6246 -75.6413 64.15 + 60 124.208 1193 8 1 58.6887 -75.7469 35.55 + 60 161.609 521 8 0 58.6882 -75.7535 34.15 + 60 113.657 1193 7 1 58.6773 -75.888 5.55 + 60 116.047 520 7 0 58.6762 -75.8943 4.15 + 60 176.157 1193 6 1 58.6558 -76.0023 -24.45 + 60 156.648 520 6 0 58.6528 -76.0066 -25.85 + 60 147.194 1192 5 1 58.5873 -76.101 -54.45 + 60 153.448 519 5 0 58.5826 -76.1039 -55.85 + 60 101.307 1192 4 1 58.4903 -76.1859 -84.45 + 60 244.572 519 4 0 58.4866 -76.1934 -85.85 + 60 92.6367 1191 3 1 58.4089 -76.3516 -114.45 + 60 113.744 518 3 0 58.4032 -76.3579 -115.85 + 60 106.958 1191 2 1 58.2808 -76.4829 -144.45 + 60 137.756 517 2 0 58.274 -76.488 -145.85 + 60 121.811 1190 1 1 58.1426 -76.585 -174.45 + 60 276.537 517 1 0 58.1397 -76.5882 -175.85 + 60 133.52 1190 0 1 58.0836 -76.6535 -204.45 + 60 114.639 516 0 0 58.0795 -76.6561 -205.85 + 60 57.9546 1210 6 0 100.567 62.05 -26.1442 + 60 434.067 1403 6 1 100.832 62.6987 -24.8499 + 60 86.2542 1402 6 1 100.75 63.1723 -24.5098 + 60 119.259 1636 8 0 -124.321 147.408 33.75 + 60 237.086 275 8 1 -124.954 147.716 35.15 + 60 125.963 1649 9 0 -137.351 150.059 63.75 + 60 39.3895 211 9 1 -137.904 150.212 65.15 + 60 137.023 210 9 1 -137.95 150.225 65.2697 + 60 141.399 1649 10 0 -161.901 150.092 93.75 + 60 243.004 84 10 1 -163.172 150.089 95.15 + 60 80.218 83 10 1 -163.35 150.096 95.3483 + 60 103.055 1650 10 0 -163.859 150.331 94.15 + 60 94.5206 1651 10 0 -163.961 150.35 93.8561 + 60 100.169 1641 8 0 -125.32 148.377 34.1498 + 60 127.36 518 1 0 58.3313 -76.45 -176.07 +Number of digits in this event = 25 Using G4ParticleGun ... -1.29166 LIN +1.90314 LIN proton Event: 61 -Number of tracker hits in this event = 26 - 61 170.587 1009 11 0 79.9712 21.8755 124.15 - 61 249.873 1299 10 1 79.9611 21.8739 95.55 - 61 128.097 1009 10 0 79.9576 21.8743 94.15 - 61 118.927 1299 9 1 79.8859 21.8924 65.55 - 61 101.835 1009 9 0 79.8834 21.8927 64.15 - 61 116.358 1298 8 1 79.8254 21.8894 35.55 - 61 119.462 1009 8 0 79.8243 21.8857 34.15 - 61 141.71 1298 7 1 79.8032 21.8064 5.55 - 61 110.85 1008 7 0 79.8026 21.8054 4.15 - 61 109.623 1298 6 1 79.774 21.795 -24.45 - 61 122.706 1008 6 0 79.7787 21.7944 -25.85 - 61 128.199 1299 5 1 79.8806 21.788 -54.45 - 61 108.961 1008 5 0 79.8896 21.7849 -55.85 - 61 117.882 1300 4 1 80.072 21.7372 -84.45 - 61 163.935 1008 4 0 80.0816 21.7377 -85.85 - 61 179.729 1301 3 1 80.2951 21.7549 -114.45 - 61 148.313 1008 3 0 80.3061 21.7565 -115.85 - 61 133.233 1302 2 1 80.5385 21.7855 -144.45 - 61 113.767 1008 2 0 80.5521 21.7838 -145.85 - 61 109.362 1303 1 1 80.827 21.7402 -174.45 - 61 202.153 1008 1 0 80.8412 21.7385 -175.85 - 61 148.777 1305 0 1 81.1285 21.7037 -204.45 - 61 240.456 1008 0 0 81.1413 21.7009 -205.85 - 61 32.1522 1007 0 0 81.1602 21.65 -205.946 - 61 6.44639 1379 3 0 83.9674 95.9662 -116.25 - 61 131.663 1299 7 1 79.85 21.8367 5.23095 -Number of digits in this event = 16 +Number of tracker hits in this event = 24 + 61 105.383 773 10 1 -25.2511 -95.7078 95.55 + 61 131.727 422 10 0 -25.2542 -95.7133 94.15 + 61 101.423 773 9 1 -25.3224 -95.8159 65.55 + 61 117.086 421 9 0 -25.3244 -95.8149 64.15 + 61 107.119 773 8 1 -25.3776 -95.7886 35.55 + 61 115.084 421 8 0 -25.3758 -95.789 34.15 + 61 96.1019 773 7 1 -25.3298 -95.8056 5.55 + 61 164.55 421 7 0 -25.3251 -95.8063 4.15 + 61 113.273 774 6 1 -25.2269 -95.8052 -24.45 + 61 118.057 421 6 0 -25.2182 -95.8068 -25.85 + 61 122.557 775 5 1 -25.043 -95.8365 -54.45 + 61 142.704 421 5 0 -25.0354 -95.838 -55.85 + 61 147.091 775 4 1 -24.8844 -95.8623 -84.45 + 61 107.478 421 4 0 -24.881 -95.861 -85.85 + 61 194.614 776 3 1 -24.8125 -95.8402 -114.45 + 61 122.935 421 3 0 -24.8082 -95.842 -115.85 + 61 104.645 776 2 1 -24.7227 -95.8686 -144.45 + 61 129.27 421 2 0 -24.7169 -95.8686 -145.85 + 61 260.369 777 1 1 -24.5954 -95.8758 -174.45 + 61 121.211 421 1 0 -24.5893 -95.8742 -175.85 + 61 135.029 777 0 1 -24.4653 -95.8437 -204.45 + 61 159.738 421 0 0 -24.4623 -95.8668 -205.85 + 61 11.6693 1666 3 0 129.714 153.451 -115.92 + 61 45.8293 420 7 0 -25.2943 -95.95 3.91211 +Number of digits in this event = 15 Using G4ParticleGun ... -7.48382 LIN +3.67205 LIN proton Event: 62 -Number of tracker hits in this event = 21 - 62 109.14 1009 9 1 21.8731 117.29 65.55 - 62 109.207 1485 9 0 21.8754 117.29 64.15 - 62 128.634 1009 8 1 21.9214 117.305 35.55 - 62 142.18 1485 8 0 21.9233 117.306 34.15 - 62 95.7775 1009 7 1 21.96 117.319 5.55 - 62 213.404 1485 7 0 21.9623 117.32 4.15 - 62 246.31 1009 6 1 22.0091 117.328 -24.45 - 62 121.517 1485 6 0 22.0111 117.329 -25.85 - 62 100.582 1010 5 1 22.0528 117.338 -54.45 - 62 119.624 1485 5 0 22.0549 117.338 -55.85 - 62 126.937 1010 4 1 22.0973 117.347 -84.45 - 62 124.945 1485 4 0 22.0997 117.347 -85.85 - 62 93.5417 1010 3 1 22.1495 117.354 -114.45 - 62 119.459 1486 3 0 22.1522 117.353 -115.85 - 62 104.946 1010 2 1 22.207 117.347 -144.45 - 62 117.721 1485 2 0 22.2096 117.346 -145.85 - 62 105.505 1011 1 1 22.2645 117.317 -174.45 - 62 217.31 1485 1 0 22.2677 117.316 -175.85 - 62 120.977 1011 0 1 22.333 117.286 -204.45 - 62 103.215 1485 0 0 22.337 117.284 -205.85 - 62 76.3121 1486 1 0 22.3486 117.35 -176.044 -Number of digits in this event = 11 +Number of tracker hits in this event = 20 + 62 104.848 1308 9 1 81.8334 99.4518 65.55 + 62 323.794 1396 9 0 81.8345 99.4529 64.15 + 62 125.54 1309 8 1 81.8568 99.4868 35.55 + 62 120.832 1396 8 0 81.8593 99.4888 34.15 + 62 131.092 1309 7 1 81.9049 99.5282 5.55 + 62 117.443 1396 7 0 81.9082 99.5308 4.15 + 62 107.989 1309 6 1 81.974 99.5905 -24.45 + 62 122.108 1397 6 0 81.9774 99.5922 -25.85 + 62 99.9985 1309 5 1 82.0489 99.6265 -54.45 + 62 107.283 1397 5 0 82.0524 99.6288 -55.85 + 62 135.58 1310 4 1 82.1289 99.6793 -84.45 + 62 120.575 1397 4 0 82.1353 99.6824 -85.85 + 62 132.471 1311 3 1 82.2652 99.7415 -114.45 + 62 97.6996 1397 3 0 82.2713 99.7436 -115.85 + 62 121.856 1311 2 1 82.3975 99.7851 -144.45 + 62 126.935 1398 2 0 82.4053 99.7882 -145.85 + 62 106.071 1312 1 1 82.5642 99.8522 -174.45 + 62 193.287 1398 1 0 82.5729 99.8563 -175.85 + 62 123.149 1313 0 1 82.7496 99.9406 -204.45 + 62 87.2956 1398 0 0 82.7592 99.9422 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -5.30787 LIN +8.64882 LIN proton Event: 63 -Number of tracker hits in this event = 39 - 63 304.267 1142 11 1 48.619 -16.7403 125.55 - 63 336.968 816 11 0 48.6268 -16.74 124.15 - 63 145.422 1143 10 1 48.7826 -16.7266 95.55 - 63 146.855 816 10 0 48.789 -16.7242 94.15 - 63 129.219 1144 9 1 48.9165 -16.6729 65.55 - 63 108.607 816 9 0 48.9244 -16.6714 64.15 - 63 151.222 1145 8 1 49.0863 -16.6397 35.55 - 63 137.893 817 8 0 49.0943 -16.6392 34.15 - 63 110.963 1146 7 1 49.2572 -16.627 5.55 - 63 94.8055 817 7 0 49.2661 -16.6244 4.15 - 63 51.8044 1146 6 1 49.4492 -16.5673 -24.45 - 63 67.8997 1147 6 1 49.45 -16.5669 -24.5725 - 63 132.201 817 6 0 49.4585 -16.5631 -25.85 - 63 95.9495 1148 5 1 49.6528 -16.4738 -54.45 - 63 97.6063 817 5 0 49.6622 -16.4694 -55.85 - 63 310.534 1149 4 1 49.8502 -16.3812 -84.45 - 63 128.642 818 4 0 49.8594 -16.3781 -85.85 - 63 64.3789 1149 3 1 50.0485 -16.3172 -114.45 - 63 53.5327 1150 3 1 50.05 -16.3167 -114.656 - 63 179.875 818 3 0 50.0587 -16.3141 -115.85 - 63 106.921 1151 2 1 50.2638 -16.2522 -144.45 - 63 118.847 819 2 0 50.2738 -16.2489 -145.85 - 63 139.759 1152 1 1 50.4801 -16.1836 -174.45 - 63 233.492 819 1 0 50.4886 -16.1791 -175.85 - 63 110.238 1153 0 1 50.6547 -16.0891 -204.45 - 63 110.088 819 0 0 50.6631 -16.0845 -205.85 - 63 134.823 816 8 0 49.0741 -16.6502 34.0155 - 63 48.1818 1141 11 1 48.45 -16.7215 125.286 - 63 57.4914 1098 10 1 39.7265 -15.2063 95.55 - 63 79.33 1099 10 1 39.85 -15.2756 95.398 - 63 15.7053 1100 10 1 40.05 -15.3867 95.1883 - 63 104.034 819 10 0 41.2819 -16.0933 94.15 - 63 72.3229 818 10 0 41.5731 -16.25 93.9198 - 63 5.35093 1244 9 1 69.0256 -38.4344 65.55 - 63 186.815 1245 9 1 69.05 -38.4322 65.5416 - 63 59.4784 1246 9 1 69.2501 -38.4448 65.4435 - 63 72.5795 1247 9 1 69.4509 -38.4316 65.2972 - 63 5.53029 1248 9 1 69.65 -38.4341 65.1686 - 63 279.159 707 9 0 71.1546 -38.5653 64.15 -Number of digits in this event = 17 +Number of tracker hits in this event = 22 + 63 113.782 405 10 1 -98.9508 1.38699 95.55 + 63 143.065 906 10 0 -98.9506 1.38674 94.15 + 63 130.914 405 9 1 -98.9506 1.3891 65.55 + 63 245.118 906 9 0 -98.9505 1.3915 64.15 + 63 120.478 406 8 1 -98.9478 1.44089 35.55 + 63 108.884 906 8 0 -98.9478 1.44363 34.15 + 63 136.723 406 7 1 -98.9496 1.50142 5.55 + 63 114.832 907 7 0 -98.9491 1.50396 4.15 + 63 188.31 406 6 1 -98.943 1.5604 -24.45 + 63 141.375 907 6 0 -98.9416 1.56293 -25.85 + 63 100.393 406 5 1 -98.9143 1.61138 -54.45 + 63 166.755 907 5 0 -98.9129 1.61449 -55.85 + 63 113.034 406 4 1 -98.8886 1.68126 -84.45 + 63 96.0034 908 4 0 -98.8878 1.68533 -85.85 + 63 113.839 406 3 1 -98.8709 1.77218 -114.45 + 63 406.129 908 3 0 -98.8695 1.77694 -115.85 + 63 328.617 406 2 1 -98.8443 1.87029 -144.45 + 63 123.833 909 2 0 -98.8418 1.87488 -145.85 + 63 114.502 406 1 1 -98.792 1.97207 -174.45 + 63 113.31 909 1 0 -98.7903 1.97711 -175.85 + 63 117.57 406 0 1 -98.751 2.07772 -204.45 + 63 292.655 910 0 0 -98.7488 2.08322 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -3.18503 LIN +9.78801 LIN proton Event: 64 -Number of tracker hits in this event = 30 - 64 148.4 226 8 1 -134.785 46.249 35.55 - 64 117.314 1130 8 0 -134.784 46.2496 34.15 - 64 114.772 226 7 1 -134.778 46.2678 5.55 - 64 133.045 1131 7 0 -134.776 46.2706 4.15 - 64 369.343 227 6 1 -134.72 46.3301 -24.45 - 64 105.281 1131 6 0 -134.719 46.3314 -25.85 - 64 112.114 227 5 1 -134.701 46.3637 -54.45 - 64 198.408 1131 5 0 -134.7 46.3644 -55.85 - 64 107.533 227 4 1 -134.67 46.3678 -84.45 - 64 121.855 1131 4 0 -134.672 46.3692 -85.85 - 64 90.6965 227 3 1 -134.704 46.4034 -114.45 - 64 102.802 1131 3 0 -134.707 46.4047 -115.85 - 64 118.167 226 2 1 -134.767 46.4271 -144.45 - 64 274.509 1131 2 0 -134.77 46.4283 -145.85 - 64 146.398 226 1 1 -134.843 46.4565 -174.45 - 64 103.765 1132 1 0 -134.848 46.4576 -175.85 - 64 96.7072 226 0 1 -134.94 46.48 -204.45 - 64 118.938 1132 0 0 -134.946 46.4829 -205.85 - 64 234.259 226 6 1 -134.75 45.6932 -24.649 - 64 12.5716 1118 6 0 -133.335 43.679 -25.85 - 64 158.104 1117 6 0 -133.307 43.65 -25.8732 - 64 69.6759 1116 6 0 -133.017 43.45 -26.1254 - 64 45.128 1246 6 0 -107.809 69.4486 -26.25 - 64 69.6187 1247 6 0 -107.807 69.45 -26.245 - 64 100.007 359 6 1 -108.27 68.852 -24.85 - 64 95.9704 358 6 1 -108.35 68.7476 -24.752 - 64 287.693 357 6 1 -108.55 68.5827 -24.5491 - 64 80.4034 227 7 1 -134.75 46.2703 5.33237 - 64 212.141 1130 7 0 -134.793 46.2085 4.15 - 64 76.6905 1129 7 0 -134.889 46.0498 4.12635 -Number of digits in this event = 13 +Number of tracker hits in this event = 123 + 64 140.385 1065 11 1 33.0866 -25.7044 125.55 + 64 114.423 771 11 0 33.0861 -25.705 124.15 + 64 225.7 1065 10 1 33.0753 -25.7196 95.55 + 64 97.3591 771 10 0 33.0747 -25.7209 94.15 + 64 93.2806 1065 9 1 33.0613 -25.7477 65.55 + 64 113.372 771 9 0 33.0606 -25.7497 64.15 + 64 98.5929 1064 8 1 33.0439 -25.7952 35.55 + 64 98.3914 771 8 0 33.0437 -25.797 34.15 + 64 115.893 1064 7 1 33.0444 -25.8349 5.55 + 64 94.196 771 7 0 33.0442 -25.8366 4.15 + 64 93.8644 1064 6 1 33.0432 -25.8687 -24.45 + 64 106.891 770 6 0 33.0441 -25.8706 -25.85 + 64 106.443 1065 5 1 33.0592 -25.9086 -54.45 + 64 114.117 770 5 0 33.0592 -25.9106 -55.85 + 64 314.717 1065 4 1 33.0574 -25.9585 -84.45 + 64 175.48 770 4 0 33.0582 -25.9605 -85.85 + 64 154.588 1065 3 1 33.0751 -26.0002 -114.45 + 64 116.794 770 3 0 33.0764 -26.0017 -115.85 + 64 102.492 1065 2 1 33.106 -26.0305 -144.45 + 64 150.705 770 2 0 33.1076 -26.0317 -145.85 + 64 118.24 1065 1 1 33.1364 -26.0552 -174.45 + 64 151.034 769 1 0 33.1375 -26.0567 -175.85 + 64 121.494 1065 0 1 33.1593 -26.088 -204.45 + 64 160.578 769 0 0 33.1605 -26.0889 -205.85 + 64 57.6404 1346 0 1 89.2777 -93.0832 -204.532 + 64 248.844 724 0 0 23.6386 -35.0809 -206.044 + 64 10.8299 1335 0 0 78.9108 87.2425 -206.25 + 64 68.5155 1336 0 0 78.9129 87.2504 -206.249 + 64 62.5606 1337 0 0 78.9636 87.4504 -206.207 + 64 60.8847 1338 0 0 79.0229 87.65 -206.156 + 64 73.0454 1339 0 0 79.0833 87.85 -206.103 + 64 105.593 1340 0 0 79.1449 88.05 -206.058 + 64 90.1964 1341 0 0 79.1982 88.25 -206.002 + 64 82.5127 1342 0 0 79.2614 88.45 -205.934 + 64 36.3177 1343 0 0 79.332 88.6504 -205.876 + 64 96.9846 1304 0 1 80.943 93.826 -204.85 + 64 291.35 1305 0 1 81.05 94.1786 -204.761 + 64 13.1494 1308 0 1 81.8161 95.783 -204.45 + 64 111.77 1309 0 1 81.85 95.8197 -204.475 + 64 83.3465 1310 0 1 82.05 96.0323 -204.617 + 64 189.353 1311 0 1 82.25 96.2123 -204.748 + 64 7.92143 1388 0 0 84.5247 97.9299 -205.85 + 64 124.82 1389 0 0 84.5517 97.95 -205.863 + 64 131.66 1390 0 0 84.9253 98.15 -206.046 + 64 61.8065 1507 0 0 131.835 121.656 -206.25 + 64 174.019 1508 0 0 132.049 121.75 -206.157 + 64 161.685 1509 0 0 132.729 121.95 -205.995 + 64 25.5198 1584 0 1 137.061 122.213 -204.85 + 64 55.9725 1585 0 1 137.15 122.224 -204.836 + 64 41.2849 1586 0 1 137.35 122.266 -204.819 + 64 71.5444 1587 0 1 137.55 122.313 -204.803 + 64 60.9853 1588 0 1 137.75 122.354 -204.812 + 64 14.0282 1518 0 0 141.408 123.924 -205.85 + 64 226.677 1519 0 0 141.459 123.95 -205.867 + 64 96.5536 1520 0 0 141.798 124.15 -205.955 + 64 79.0563 1521 0 0 142.128 124.35 -205.997 + 64 81.4967 1522 0 0 142.336 124.55 -205.984 + 64 80.1074 1523 0 0 142.5 124.75 -206.002 + 64 74.8077 1524 0 0 142.689 124.95 -206.017 + 64 130.899 1525 0 0 142.917 125.15 -206.04 + 64 92.968 1526 0 0 143.143 125.35 -206.007 + 64 84.9549 1527 0 0 143.407 125.55 -205.929 + 64 70.2963 1528 0 0 143.625 125.75 -205.923 + 64 60.6846 1529 0 0 143.77 125.95 -205.975 + 64 56.4565 1530 0 0 143.857 126.15 -206.028 + 64 62.5434 1531 0 0 143.885 126.35 -206.003 + 64 48.8034 1532 0 0 143.913 126.55 -205.942 + 64 29.424 1533 0 0 143.935 126.75 -205.878 + 64 177.632 1621 0 1 144.424 129.391 -204.85 + 64 363.474 1622 0 1 144.55 129.815 -204.667 + 64 108.128 1620 0 1 144.35 130.31 -204.485 + 64 63.0475 1619 0 1 144.149 130.474 -204.705 + 64 231.089 1553 0 0 142.403 130.792 -205.85 + 64 189.108 1552 0 0 141.504 130.75 -206.026 + 64 106.546 1594 0 1 139.129 131.04 -204.85 + 64 133.539 1593 0 1 138.95 131.017 -204.685 + 64 134.113 1565 0 0 138.186 133.243 -205.85 + 64 240.285 1566 0 0 138.113 133.35 -205.908 + 64 119.344 1567 0 0 137.933 133.55 -205.966 + 64 245.419 1610 0 1 142.223 130.786 -204.85 + 64 12.2663 961 0 0 71.2508 12.4241 -206.25 + 64 92.1766 962 0 0 71.2798 12.45 -206.223 + 64 106.844 963 0 0 71.4998 12.65 -206.025 + 64 11.3687 1262 0 1 72.6258 13.8532 -204.85 + 64 120.441 1263 0 1 72.65 13.8791 -204.825 + 64 303.515 1264 0 1 72.85 14.0846 -204.624 + 64 114.566 1266 0 1 73.2644 14.606 -204.45 + 64 130.918 1267 0 1 73.45 14.9141 -204.526 + 64 148.169 1268 0 1 73.65 15.2529 -204.62 + 64 229.08 1269 0 1 73.85 15.5652 -204.726 + 64 49.2099 1270 0 1 74.0502 15.937 -204.819 + 64 45.7512 998 0 0 76.1575 19.7148 -205.85 + 64 53.4104 999 0 0 76.2401 19.85 -205.891 + 64 88.0215 1000 0 0 76.3783 20.05 -205.944 + 64 98.0195 1001 0 0 76.5184 20.25 -206.015 + 64 146.046 1002 0 0 76.6866 20.45 -206.113 + 64 11.4372 1003 0 0 76.8045 20.6501 -206.229 + 64 56.2574 975 0 0 72.6765 15.1617 -205.85 + 64 31.5682 966 0 0 72.4746 13.2634 -205.85 + 64 38.1719 965 0 0 72.4611 13.2499 -205.867 + 64 7.55441 1645 6 0 84.7744 149.331 -26.25 + 64 128.356 1646 6 0 84.7973 149.35 -26.2224 + 64 32.7066 1647 6 0 85.1694 149.55 -25.9441 + 64 217.011 1330 6 1 86.1092 149.98 -24.85 + 64 79.4645 1331 6 1 86.2502 150.032 -24.6767 + 64 30.775 1658 7 0 143.157 151.889 3.75 + 64 155.278 1438 6 0 -4.16776 107.858 -26.25 + 64 186.91 1439 6 0 -4.43869 107.95 -26.1257 + 64 101.01 297 0 0 -24.5312 -120.55 -206.076 + 64 141.397 768 0 1 -26.348 -121.176 -204.85 + 64 3.27048 299 0 0 -25.6997 -120.274 -205.85 + 64 88.223 772 0 1 -25.5013 -118.088 -204.85 + 64 190.116 370 0 0 28.4598 -105.95 -206.225 + 64 69.6622 1390 1 0 34.3109 98.2441 -176.25 + 64 69.4261 1391 1 0 34.3129 98.35 -176.203 + 64 164.677 1392 1 0 34.266 98.55 -176.142 + 64 324.528 1393 1 0 34.4775 98.75 -176.088 + 64 104.718 1361 1 1 92.55 127.657 -174.718 + 64 16.4569 1480 2 0 104.826 116.335 -146.25 + 64 32.8585 1421 2 1 104.497 116.165 -144.85 + 64 170.652 1362 1 1 92.55 127.699 -174.569 + 64 118.616 1363 1 1 92.75 127.726 -174.514 + 64 56.006 1064 4 1 33.05 -25.99 -84.7145 +Number of digits in this event = 45 Using G4ParticleGun ... -8.10076 LIN +8.03292 LIN proton Event: 65 -Number of tracker hits in this event = 31 - 65 142.27 550 10 1 -69.9341 -49.2285 95.55 - 65 117.678 654 10 0 -69.9345 -49.2281 94.15 - 65 164.727 550 9 1 -69.9449 -49.2169 65.55 - 65 226.211 654 9 0 -69.9446 -49.2152 64.15 - 65 143.937 550 8 1 -69.9391 -49.1841 35.55 - 65 105.669 654 8 0 -69.9403 -49.1832 34.15 - 65 125.892 550 7 1 -69.9644 -49.1679 5.55 - 65 94.3131 654 7 0 -69.9656 -49.1674 4.15 - 65 180.678 550 6 1 -69.9895 -49.1549 -24.45 - 65 143.747 654 6 0 -69.9902 -49.1537 -25.85 - 65 118.668 550 5 1 -70.007 -49.1296 -54.45 - 65 102.881 654 5 0 -70.0076 -49.1291 -55.85 - 65 166.736 550 4 1 -70.0205 -49.1169 -84.45 - 65 104.202 654 4 0 -70.0199 -49.1166 -85.85 - 65 129.862 550 3 1 -70.0136 -49.1105 -114.45 - 65 92.4209 654 3 0 -70.0139 -49.1104 -115.85 - 65 138.151 550 2 1 -70.0191 -49.1111 -144.45 - 65 92.7728 654 2 0 -70.0195 -49.1133 -145.85 - 65 261.489 550 1 1 -70.031 -49.1541 -174.45 - 65 109.305 654 1 0 -70.0313 -49.1564 -175.85 - 65 109.867 550 0 1 -70.0376 -49.2057 -204.45 - 65 112.628 654 0 0 -70.0392 -49.2094 -205.85 - 65 29.3661 163 3 0 52.3957 -147.397 -115.889 - 65 37.6454 962 7 1 12.5498 -31.6075 5.15 - 65 315.913 963 7 1 12.6505 -31.5948 5.45663 - 65 69.4199 1597 3 1 139.614 -118.015 -114.556 - 65 524.286 1361 14 1 92.5079 -28.6331 215.201 - 65 137.821 1626 12 1 145.462 40.4398 155.532 - 65 24.5899 408 0 1 -98.35 -33.1356 -204.633 - 65 30.1923 919 0 0 -55.2599 4.00949 -206.25 - 65 146.049 920 0 0 -55.247 4.05003 -206.204 -Number of digits in this event = 19 +Number of tracker hits in this event = 27 + 65 199.549 977 11 1 15.4656 -60.1522 125.55 + 65 135.845 599 11 0 15.4653 -60.1507 124.15 + 65 153.869 977 10 1 15.4582 -60.1202 95.55 + 65 127.145 599 10 0 15.4582 -60.1186 94.15 + 65 160.899 977 9 1 15.4602 -60.0868 65.55 + 65 121.863 599 9 0 15.4601 -60.0854 64.15 + 65 138.44 977 8 1 15.46 -60.0548 35.55 + 65 174.481 599 8 0 15.4605 -60.0531 34.15 + 65 152.974 977 7 1 15.4733 -60.0168 5.55 + 65 96.2872 600 7 0 15.4736 -60.0148 4.15 + 65 117.821 977 6 1 15.4851 -59.9726 -24.45 + 65 113.738 600 6 0 15.485 -59.9712 -25.85 + 65 155.552 977 5 1 15.4832 -59.9439 -54.45 + 65 114.605 600 5 0 15.484 -59.9434 -55.85 + 65 143.306 977 4 1 15.4971 -59.9297 -84.45 + 65 104.327 600 4 0 15.4985 -59.9287 -85.85 + 65 97.6316 977 3 1 15.53 -59.9029 -114.45 + 65 198.691 600 3 0 15.5335 -59.9028 -115.85 + 65 144.078 977 2 1 15.6082 -59.8982 -144.45 + 65 109.503 600 2 0 15.6134 -59.901 -145.85 + 65 93.8617 978 1 1 15.7235 -59.9608 -174.45 + 65 118.092 600 1 0 15.7298 -59.9634 -175.85 + 65 123.273 979 0 1 15.86 -60.0154 -204.45 + 65 160.819 600 0 0 15.8662 -60.0177 -205.85 + 65 165.863 600 8 0 15.454 -60.05 33.9471 + 65 1.32281 110 8 0 -22.7757 -158.146 33.75 + 65 34.0568 109 8 0 -22.7769 -158.15 33.7508 +Number of digits in this event = 18 Using G4ParticleGun ... -3.81435 LIN +2.28542 LIN proton Event: 66 -Number of tracker hits in this event = 27 - 66 106.119 1072 11 1 34.5322 -20.6022 125.55 - 66 99.0931 797 11 0 34.5345 -20.6029 124.15 - 66 182.602 1072 10 1 34.5855 -20.6076 95.55 - 66 113.499 797 10 0 34.5861 -20.6073 94.15 - 66 100.159 1072 9 1 34.596 -20.5966 65.55 - 66 134.07 797 9 0 34.5966 -20.5957 64.15 - 66 92.541 1072 8 1 34.6111 -20.5799 35.55 - 66 122.067 797 8 0 34.6138 -20.5789 34.15 - 66 105.272 1073 7 1 34.6716 -20.5587 5.55 - 66 104.212 797 7 0 34.6737 -20.5578 4.15 - 66 118.191 1073 6 1 34.7175 -20.5363 -24.45 - 66 100.69 797 6 0 34.7195 -20.5347 -25.85 - 66 145.308 1073 5 1 34.7568 -20.4992 -54.45 - 66 125.342 797 5 0 34.7591 -20.4982 -55.85 - 66 104.856 1073 4 1 34.8102 -20.4807 -84.45 - 66 230.123 797 4 0 34.8131 -20.4782 -85.85 - 66 137.918 1074 3 1 34.8698 -20.4224 -114.45 - 66 113.101 798 3 0 34.8738 -20.4189 -115.85 - 66 111.288 1074 2 1 34.9577 -20.3407 -144.45 - 66 153.693 798 2 0 34.9633 -20.3393 -145.85 - 66 170.786 1075 1 1 35.0745 -20.3096 -174.45 - 66 107.835 798 1 0 35.0806 -20.3092 -175.85 - 66 174.576 1075 0 1 35.2126 -20.3004 -204.45 - 66 90.1884 798 0 0 35.218 -20.2999 -205.85 - 66 85.6597 1074 1 1 35.0499 -20.4407 -174.537 - 66 235.704 1073 1 1 34.85 -20.4259 -174.498 - 66 148.1 798 4 0 34.855 -20.4499 -86.0265 -Number of digits in this event = 13 +Number of tracker hits in this event = 28 + 66 128.984 301 9 1 -119.81 9.98689 65.55 + 66 199.719 949 9 0 -119.807 9.98562 64.15 + 66 106.988 302 8 1 -119.736 9.952 35.55 + 66 113.698 949 8 0 -119.732 9.94942 34.15 + 66 113.169 302 7 1 -119.652 9.90158 5.55 + 66 104.648 949 7 0 -119.648 9.89794 4.15 + 66 129.763 302 6 1 -119.556 9.81905 -24.45 + 66 106.913 948 6 0 -119.552 9.81721 -25.85 + 66 114.095 303 5 1 -119.472 9.78207 -54.45 + 66 117.341 948 5 0 -119.468 9.78258 -55.85 + 66 105.987 303 4 1 -119.386 9.79391 -84.45 + 66 112.047 948 4 0 -119.382 9.7917 -85.85 + 66 107.564 304 3 1 -119.309 9.73793 -114.45 + 66 105.724 948 3 0 -119.306 9.73606 -115.85 + 66 108.404 304 2 1 -119.243 9.69566 -144.45 + 66 111.639 948 2 0 -119.237 9.69489 -145.85 + 66 103.617 305 1 1 -119.131 9.67381 -174.45 + 66 89.7092 948 1 0 -119.122 9.67441 -175.85 + 66 192.013 306 0 1 -118.939 9.68768 -204.45 + 66 148.411 948 0 0 -118.931 9.68878 -205.85 + 66 149.747 303 6 1 -119.55 9.82499 -24.7473 + 66 91.5891 301 8 1 -119.81 9.98619 35.55 + 66 179.168 300 8 1 -119.95 9.73139 35.4746 + 66 220.574 945 8 0 -118.969 9.23643 34.15 + 66 78.4688 980 8 0 -46.1772 16.22 33.75 + 66 129.048 979 8 0 -46.0314 16.05 33.8292 + 66 23.3447 978 8 0 -46.0056 15.85 33.7774 + 66 332.064 950 9 0 -119.827 10.05 63.81 +Number of digits in this event = 12 Using G4ParticleGun ... -4.64045 LIN +7.61741 LIN proton Event: 67 -Number of tracker hits in this event = 24 - 67 166.742 1369 10 1 94.0914 0.904529 95.55 - 67 122.516 904 10 0 94.091 0.905258 94.15 - 67 114.54 1369 9 1 94.0876 0.922242 65.55 - 67 122.878 904 9 0 94.0878 0.925185 64.15 - 67 129.389 1369 8 1 94.0987 0.989673 35.55 - 67 88.8645 904 8 0 94.1001 0.99233 34.15 - 67 140.054 1369 7 1 94.1255 1.04481 5.55 - 67 106.743 904 7 0 94.1276 1.04769 4.15 - 67 103.691 1370 6 1 94.1711 1.10714 -24.45 - 67 90.6487 905 6 0 94.1732 1.10995 -25.85 - 67 144.918 1370 5 1 94.2213 1.16885 -54.45 - 67 142.058 905 5 0 94.2224 1.17119 -55.85 - 67 105.68 1370 4 1 94.2354 1.21639 -84.45 - 67 90.1931 905 4 0 94.235 1.2187 -85.85 - 67 103.725 1370 3 1 94.2361 1.26313 -114.45 - 67 140.176 906 3 0 94.2372 1.2633 -115.85 - 67 105.317 1370 2 1 94.2546 1.28053 -144.45 - 67 98.7618 906 2 0 94.2561 1.28317 -145.85 - 67 165.006 1370 1 1 94.2884 1.3402 -174.45 - 67 228.61 906 1 0 94.2889 1.34409 -175.85 - 67 104.209 1370 0 1 94.3023 1.42207 -204.45 - 67 116.174 906 0 0 94.3017 1.42652 -205.85 - 67 26.3265 941 1 1 8.35672 -27.147 -174.522 - 67 167.302 1371 1 1 94.35 1.27867 -174.71 -Number of digits in this event = 13 +Number of tracker hits in this event = 28 + 67 151.419 852 8 1 -9.62767 141.272 35.55 + 67 140.652 1605 8 0 -9.62604 141.272 34.15 + 67 100.186 852 7 1 -9.59743 141.258 5.55 + 67 178.146 1605 7 0 -9.59625 141.257 4.15 + 67 115.606 852 6 1 -9.56948 141.233 -24.45 + 67 144.239 1605 6 0 -9.56902 141.231 -25.85 + 67 122.048 852 5 1 -9.56334 141.193 -54.45 + 67 193.767 1605 5 0 -9.56404 141.192 -55.85 + 67 205.694 852 4 1 -9.58007 141.169 -84.45 + 67 140.449 1605 4 0 -9.58076 141.168 -85.85 + 67 93.7793 852 3 1 -9.59419 141.147 -114.45 + 67 144.756 1604 3 0 -9.59508 141.145 -115.85 + 67 108.813 852 2 1 -9.61707 141.096 -144.45 + 67 132.852 1604 2 0 -9.61829 141.094 -145.85 + 67 98.0257 852 1 1 -9.64357 141.041 -174.45 + 67 195.983 1604 1 0 -9.64305 141.039 -175.85 + 67 137.867 852 0 1 -9.63086 141.005 -204.45 + 67 122.433 1604 0 0 -9.63061 141.005 -205.85 + 67 15.1303 1683 8 0 -63.9335 156.943 34.0689 + 67 104.403 1608 0 0 -9.81437 141.77 -205.85 + 67 86.4651 1609 0 0 -9.71924 141.95 -206.114 + 67 330.1 1610 0 0 -9.77929 142.15 -206.047 + 67 70.9798 850 0 1 -9.96972 144.649 -204.85 + 67 167.532 1604 4 0 -9.60471 141.15 -86.2118 + 67 90.7454 1695 6 0 26.9419 159.273 -26.25 + 67 29.9304 1696 6 0 27.102 159.35 -26.0948 + 67 134.721 1035 6 1 27.0763 159.056 -24.8497 + 67 1.24555 1036 6 1 27.2501 159.241 -24.456 +Number of digits in this event = 19 Using G4ParticleGun ... -8.73713 LIN +9.58726 LIN proton Event: 68 -Number of tracker hits in this event = 49 - 68 115.204 795 11 1 -20.9736 -58.6453 125.55 - 68 168.89 607 11 0 -20.9736 -58.6466 124.15 - 68 117.385 795 10 1 -20.9752 -58.6753 95.55 - 68 120.124 606 10 0 -20.9759 -58.6764 94.15 - 68 108.831 795 9 1 -20.9881 -58.6959 65.55 - 68 134.542 606 9 0 -20.9909 -58.698 64.15 - 68 222.497 795 8 1 -21.0495 -58.7435 35.55 - 68 25.2016 794 8 1 -21.05 -58.744 35.2692 - 68 128.13 606 8 0 -21.052 -58.7462 34.15 - 68 94.6991 794 7 1 -21.1075 -58.8012 5.55 - 68 166.331 606 7 0 -21.1096 -58.8039 4.15 - 68 101.254 794 6 1 -21.1544 -58.859 -24.45 - 68 104.926 605 6 0 -21.1572 -58.861 -25.85 - 68 145.025 794 5 1 -21.2138 -58.9065 -54.45 - 68 141.154 605 5 0 -21.2175 -58.9088 -55.85 - 68 106.577 793 4 1 -21.291 -58.9558 -84.45 - 68 92.197 605 4 0 -21.2953 -58.9583 -85.85 - 68 122.76 793 3 1 -21.3761 -59.0105 -114.45 - 68 248.527 605 3 0 -21.3799 -59.0131 -115.85 - 68 254.575 792 2 1 -21.4569 -59.0655 -144.45 - 68 147.992 604 2 0 -21.461 -59.068 -145.85 - 68 143.173 792 1 1 -21.5463 -59.1198 -174.45 - 68 237.826 604 1 0 -21.5513 -59.1227 -175.85 - 68 207.565 792 0 1 -21.6447 -59.18 -204.45 - 68 110.421 604 0 0 -21.6493 -59.1824 -205.85 - 68 10.6796 1542 6 0 43.258 128.585 -26.25 - 68 72.3532 1541 6 0 43.2348 128.55 -26.2277 - 68 69.5266 1540 6 0 43.0648 128.35 -26.1768 - 68 119.809 1539 6 0 42.902 128.15 -26.1195 - 68 273.339 1538 6 0 42.6771 127.95 -26.0404 - 68 57.8868 1107 6 1 41.6241 127.549 -24.85 - 68 67.1399 1106 6 1 41.45 127.539 -24.7389 - 68 55.7768 1105 6 1 41.25 127.504 -24.6546 - 68 200.877 1104 6 1 41.05 127.505 -24.6267 - 68 402.284 1103 6 1 40.8499 127.527 -24.6536 - 68 35.3877 1553 6 0 40.3897 130.771 -25.85 - 68 138.486 1580 6 0 40.7972 136.182 -25.85 - 68 98.5974 1578 6 0 50.7399 135.917 -26.25 - 68 112.767 1579 6 0 50.7054 135.95 -26.2028 - 68 223.187 595 0 0 -20.3088 -60.8956 -205.85 - 68 1.31662 723 0 1 -35.4428 -64.6987 -204.45 - 68 62.3135 722 0 1 -35.451 -64.7004 -204.454 - 68 65.2913 721 0 1 -35.65 -64.7313 -204.533 - 68 50.4612 720 0 1 -35.85 -64.7212 -204.612 - 68 74.7984 719 0 1 -36.05 -64.6644 -204.732 - 68 20.9433 718 0 1 -36.2516 -64.5807 -204.832 - 68 154.633 584 0 0 -39.0981 -63.23 -205.85 - 68 100.303 585 0 0 -39.4436 -63.05 -205.995 - 68 38.5547 586 0 0 -39.6881 -62.85 -206.162 -Number of digits in this event = 25 +Number of tracker hits in this event = 26 + 68 114.038 876 11 1 -4.71027 -3.12448 125.55 + 68 97.5696 884 11 0 -4.71046 -3.1251 124.15 + 68 126.754 876 10 1 -4.71556 -3.1358 95.55 + 68 112.182 884 10 0 -4.7157 -3.137 94.15 + 68 133.799 876 9 1 -4.71569 -3.15842 65.55 + 68 125.596 884 9 0 -4.71686 -3.15968 64.15 + 68 121.543 876 8 1 -4.74079 -3.18328 35.55 + 68 111.92 884 8 0 -4.7415 -3.1846 34.15 + 68 135.336 876 7 1 -4.75587 -3.2107 5.55 + 68 107.92 884 7 0 -4.75634 -3.21211 4.15 + 68 123.255 876 6 1 -4.76885 -3.24496 -24.45 + 68 96.8041 884 6 0 -4.76873 -3.24636 -25.85 + 68 99.0384 876 5 1 -4.76444 -3.28082 -54.45 + 68 89.4879 883 5 0 -4.76315 -3.28104 -55.85 + 68 113.985 876 4 1 -4.73591 -3.28556 -84.45 + 68 90.0476 883 4 0 -4.73518 -3.28543 -85.85 + 68 97.2424 876 3 1 -4.71925 -3.28061 -114.45 + 68 132.359 883 3 0 -4.718 -3.28042 -115.85 + 68 164.239 876 2 1 -4.68979 -3.27781 -144.45 + 68 160.955 883 2 0 -4.68858 -3.27775 -145.85 + 68 111.733 876 1 1 -4.66219 -3.27361 -174.45 + 68 147.11 883 1 0 -4.66108 -3.27256 -175.85 + 68 91.8566 877 0 1 -4.63927 -3.25036 -204.45 + 68 164.69 884 0 0 -4.63702 -3.2496 -205.85 + 68 17.8445 856 1 0 52.6122 -8.74896 -176.25 + 68 80.5071 797 1 0 64.3295 -20.6249 -176.25 +Number of digits in this event = 12 Using G4ParticleGun ... -3.98476 LIN +6.33447 LIN proton Event: 69 -Number of tracker hits in this event = 28 - 69 131.631 1152 10 1 50.649 -84.0421 95.55 - 69 163.117 480 10 0 50.6485 -84.0422 94.15 - 69 135.205 1152 9 1 50.6361 -84.0442 65.55 - 69 107.096 480 9 0 50.6347 -84.0444 64.15 - 69 108.371 1152 8 1 50.611 -84.0487 35.55 - 69 119.773 480 8 0 50.611 -84.0483 34.15 - 69 102.992 1152 7 1 50.6175 -84.0387 5.55 - 69 137.615 480 7 0 50.6195 -84.037 4.15 - 69 214.073 1153 6 1 50.6584 -84.0037 -24.45 - 69 121.468 480 6 0 50.6602 -84.0009 -25.85 - 69 201.503 1153 5 1 50.6825 -83.9369 -54.45 - 69 136.706 480 5 0 50.6911 -83.941 -55.85 - 69 120.581 1154 4 1 50.8778 -84.0271 -84.45 - 69 150.049 480 4 0 50.8856 -84.0309 -85.85 - 69 113.94 1154 3 1 51.0472 -84.1068 -114.45 - 69 107.758 479 3 0 51.0546 -84.1099 -115.85 - 69 118.707 1155 2 1 51.2062 -84.1664 -144.45 - 69 221.231 479 2 0 51.2135 -84.1686 -145.85 - 69 89.7453 1156 1 1 51.3573 -84.2134 -174.45 - 69 101.254 479 1 0 51.3636 -84.2149 -175.85 - 69 247.021 1157 0 1 51.4854 -84.2433 -204.45 - 69 287.947 479 0 0 51.4912 -84.2447 -205.85 - 69 144.437 1156 0 1 51.45 -84.2702 -204.565 - 69 54.6921 1155 0 1 51.2498 -84.4528 -204.674 - 69 56.8992 1154 0 1 51.05 -84.454 -204.732 - 69 138.48 478 0 0 50.2779 -84.25 -206.144 - 69 131.377 479 6 0 50.7018 -84.05 -26.1361 - 69 95.8708 1152 6 1 50.65 -84.0351 -24.4911 -Number of digits in this event = 19 +Number of tracker hits in this event = 27 + 69 100.32 1252 10 1 70.624 79.7369 95.55 + 69 97.2988 1298 10 0 70.6235 79.7361 94.15 + 69 88.9516 1252 9 1 70.6174 79.7235 65.55 + 69 142.167 1298 9 0 70.6168 79.7229 64.15 + 69 220.42 1252 8 1 70.6085 79.7112 35.55 + 69 126.037 1298 8 0 70.6083 79.7109 34.15 + 69 93.1834 1252 7 1 70.593 79.703 5.55 + 69 147.169 1298 7 0 70.5924 79.7044 4.15 + 69 114.319 1252 6 1 70.5831 79.7325 -24.45 + 69 120.851 1298 6 0 70.5834 79.733 -25.85 + 69 106.497 1252 5 1 70.5843 79.7446 -54.45 + 69 236.196 1298 5 0 70.5835 79.7465 -55.85 + 69 116.036 1252 4 1 70.5675 79.7852 -84.45 + 69 108.269 1298 4 0 70.5674 79.7863 -85.85 + 69 122.102 1252 3 1 70.5643 79.8095 -114.45 + 69 113.656 1298 3 0 70.5659 79.8098 -115.85 + 69 125.163 1252 2 1 70.5977 79.816 -144.45 + 69 145.804 1298 2 0 70.5989 79.8171 -145.85 + 69 137.786 1252 1 1 70.6249 79.8426 -174.45 + 69 104.845 1298 1 0 70.6274 79.8434 -175.85 + 69 113.52 1253 0 1 70.6793 79.8589 -204.45 + 69 111.56 1299 0 0 70.6816 79.8598 -205.85 + 69 9.59111 601 12 1 -59.6503 -174.948 155.15 + 69 36.133 1217 8 1 63.5754 11.7432 35.4411 + 69 58.116 1768 5 0 25.5488 173.75 -56.1345 + 69 330.09 1409 10 0 95.5366 101.964 93.75 + 69 81.5992 1494 10 0 138.284 119.085 93.7501 +Number of digits in this event = 15 Using G4ParticleGun ... -9.03615 LIN +9.73537 LIN proton Event: 70 -Number of tracker hits in this event = 26 - 70 249.102 800 11 1 -19.9669 31.465 125.55 - 70 99.1324 1057 11 0 -19.9674 31.4647 124.15 - 70 112.882 800 10 1 -19.9791 31.4626 95.55 - 70 95.0669 1057 10 0 -19.9794 31.4627 94.15 - 70 100.31 800 9 1 -19.985 31.4645 65.55 - 70 99.7406 1057 9 0 -19.9858 31.4636 64.15 - 70 103.309 800 8 1 -19.9999 31.4418 35.55 - 70 163.483 1056 8 0 -19.9997 31.4406 34.15 - 70 111.356 800 7 1 -19.9976 31.4153 5.55 - 70 97.6684 1056 7 0 -19.9971 31.4138 4.15 - 70 141.75 800 6 1 -19.9874 31.3782 -24.45 - 70 173.707 1056 6 0 -19.9873 31.3771 -25.85 - 70 138.918 800 5 1 -19.9836 31.3563 -54.45 - 70 169.1 1056 5 0 -19.9833 31.3553 -55.85 - 70 303.335 800 4 1 -19.9809 31.3306 -84.45 - 70 96.5907 1056 4 0 -19.981 31.3287 -85.85 - 70 113.828 800 3 1 -19.9798 31.2913 -114.45 - 70 102.509 1056 3 0 -19.9797 31.2896 -115.85 - 70 104.913 800 2 1 -19.979 31.2541 -144.45 - 70 135.859 1056 2 0 -19.9791 31.2537 -145.85 - 70 200.343 800 1 1 -19.9914 31.2484 -174.45 - 70 149.928 1055 1 0 -19.9916 31.2491 -175.85 - 70 145.868 800 0 1 -20 31.261 -204.45 - 70 144.249 1056 0 0 -19.9999 31.2612 -205.85 - 70 58.0129 1061 4 0 -20.1579 32.3494 -85.85 - 70 65.3268 1062 4 0 -20.1291 32.45 -86.0081 -Number of digits in this event = 13 -Using G4ParticleGun ... -2.77365 LIN +Number of tracker hits in this event = 397 + 70 88.3988 1552 9 1 130.709 5.17063 65.55 + 70 199.409 925 9 0 130.71 5.17119 64.15 + 70 200.515 1552 8 1 130.735 5.18204 35.55 + 70 104.916 925 8 0 130.737 5.18281 34.15 + 70 106.13 1553 7 1 130.779 5.19838 5.55 + 70 138.243 925 7 0 130.782 5.1989 4.15 + 70 6290.28 1553 6 1 130.918 5.297 -24.45 + 70 5416.63 1554 6 1 130.95 5.31977 -24.4531 + 70 149.565 1555 6 1 131.15 5.45141 -24.4521 + 70 219.43 922 6 0 131.204 4.57857 -25.85 + 70 291.242 921 6 0 131.186 4.45 -25.9854 + 70 194.044 920 6 0 131.127 4.25 -26.0416 + 70 88.9394 919 6 0 131.055 4.04995 -26.057 + 70 320.621 918 6 0 131.05 3.85 -26.0032 + 70 39.8285 917 6 0 131.116 3.64972 -25.9146 + 70 99.947 1560 6 1 132.195 1.28646 -24.85 + 70 85.059 1561 6 1 132.35 1.20431 -24.7839 + 70 92.5216 1562 6 1 132.55 1.22062 -24.6828 + 70 156.071 1563 6 1 132.75 1.40393 -24.6281 + 70 101.194 908 6 0 134.542 1.67013 -25.85 + 70 208.935 907 6 0 134.67 1.65 -25.9444 + 70 119.128 862 13 1 -7.45 -101.118 185.35 + 70 56.6843 861 13 1 -7.65 -100.982 185.299 + 70 55.5132 1702 1 1 160.57 145.716 -174.45 + 70 92.2201 1742 1 1 168.55 163.72 -174.714 + 70 62.9941 1627 1 0 161.121 145.696 -175.85 + 70 2.29456 1131 1 1 46.25 -31.5416 -174.799 + 70 407.423 892 6 0 131.82 -1.59499 -25.85 + 70 1303.78 891 6 0 131.828 -1.65 -25.861 + 70 1390.32 890 6 0 131.857 -1.85 -25.9014 + 70 1586.35 889 6 0 131.891 -2.05 -25.9403 + 70 1853.08 888 6 0 131.932 -2.25 -25.9788 + 70 2300.08 887 6 0 131.976 -2.45 -26.0158 + 70 3127.72 886 6 0 132.022 -2.65 -26.0474 + 70 2693.59 885 6 0 132.062 -2.85 -26.0891 + 70 90.6596 1219 10 0 169.051 64.0149 93.75 + 70 140.374 1218 10 0 168.844 63.85 93.952 + 70 96.9102 1737 10 1 167.719 62.8495 95.15 + 70 125.145 1736 10 1 167.55 62.67 95.343 + 70 4.97046 1319 11 0 156.061 84.0346 123.75 + 70 135.727 1320 11 0 156.053 84.0502 123.77 + 70 72.0928 1321 11 0 155.953 84.25 123.968 + 70 81.6259 1675 11 1 155.277 85.4287 125.15 + 70 68.8039 1674 11 1 155.15 85.6569 125.368 + 70 199.365 1387 12 0 172.351 97.5978 153.75 + 70 74.3728 1765 12 1 173.262 97.9763 155.15 + 70 303.778 1766 12 1 173.35 98.003 155.349 + 70 69.8101 1491 13 0 147.568 118.46 183.75 + 70 130.019 1492 13 0 147.476 118.55 183.802 + 70 371.858 1593 13 0 128.417 138.766 183.75 + 70 332.925 793 7 0 158.723 -21.3753 3.75 + 70 1103.59 792 7 0 158.801 -21.45 3.82921 + 70 550.27 791 7 0 159.009 -21.65 4.04218 + 70 468.069 1699 7 1 160.052 -22.6747 5.15 + 70 1030.99 1700 7 1 160.15 -22.771 5.25435 + 70 390.46 1701 7 1 160.35 -22.975 5.46904 + 70 330.508 783 7 0 160.612 -23.2505 4.15 + 70 117.554 1745 7 1 169.15 -24.4831 5.27756 + 70 172.006 784 7 0 160.61 -23.25 4.08864 + 70 2445.8 1552 6 1 130.74 5.20211 -24.45 + 70 3074.89 1551 6 1 130.55 5.18454 -24.5463 + 70 2370.22 1550 6 1 130.35 5.16594 -24.6485 + 70 2057.8 1549 6 1 130.15 5.14758 -24.7526 + 70 3943.73 924 6 0 127.922 4.94535 -25.85 + 70 414.52 1274 5 1 74.9013 -1.21578 -54.45 + 70 1905.73 1273 5 1 74.85 -1.22922 -54.4769 + 70 2348.15 1272 5 1 74.65 -1.28047 -54.5773 + 70 3191.1 1271 5 1 74.45 -1.34519 -54.6753 + 70 3231.44 1270 5 1 74.25 -1.40764 -54.7612 + 70 378.73 1515 5 1 123.257 -8.66112 -54.45 + 70 208.017 853 5 0 122.909 -9.28851 -55.85 + 70 22.3883 852 5 0 122.819 -9.45 -56.2104 + 70 129.841 1478 4 1 115.798 -22.1688 -84.45 + 70 126.594 1477 4 1 115.75 -22.2519 -84.6392 + 70 93.3198 786 4 0 115.444 -22.7794 -85.85 + 70 167.433 785 4 0 115.403 -22.85 -86.0123 + 70 49.8962 1440 3 1 108.166 -35.151 -114.45 + 70 403.88 1439 3 1 108.15 -35.1779 -114.514 + 70 157.167 721 3 0 107.808 -35.741 -115.85 + 70 107.195 720 3 0 107.741 -35.85 -116.109 + 70 411.8 1401 2 1 100.494 -47.8877 -144.45 + 70 310.168 657 2 0 100.12 -48.4736 -145.85 + 70 279.806 1361 1 1 92.4291 -60.5299 -174.45 + 70 69.1339 1360 1 1 92.35 -60.6533 -174.727 + 70 162.53 594 1 0 92.0318 -61.1526 -175.85 + 70 106.433 593 1 0 91.9698 -61.25 -176.069 + 70 134.845 1319 0 1 83.9047 -74.0054 -204.45 + 70 154.727 1318 0 1 83.85 -74.0929 -204.646 + 70 29.4123 527 0 0 83.5125 -74.6311 -205.85 + 70 233.227 526 0 0 83.5006 -74.65 -205.892 + 70 289.753 1565 4 1 133.209 -14.7623 -84.4509 + 70 247.673 823 4 0 133.24 -15.3732 -85.85 + 70 64.2706 822 4 0 133.243 -15.4502 -86.0224 + 70 327.235 1569 3 1 133.959 -28.1923 -114.45 + 70 147.857 1568 3 1 133.95 -28.2461 -114.613 + 70 11.1449 757 3 0 133.896 -28.6384 -115.85 + 70 111.758 756 3 0 133.894 -28.65 -115.887 + 70 495.258 1557 2 1 131.705 -37.7018 -144.45 + 70 2.20118 709 2 0 131.499 -38.2461 -145.85 + 70 142.52 708 2 0 131.497 -38.25 -145.86 + 70 140.427 1532 1 1 126.745 -49.9462 -174.45 + 70 135.289 647 1 0 126.483 -50.4982 -175.85 + 70 3.21623 646 1 0 126.406 -50.6501 -176.236 + 70 47.7589 1501 0 1 120.419 -62.4673 -204.45 + 70 121.595 1500 0 1 120.35 -62.4838 -204.598 + 70 34.5589 587 0 0 119.767 -62.638 -205.85 + 70 95.1976 586 0 0 119.72 -62.65 -205.948 + 70 17.0241 824 4 0 133.26 -15.2328 -85.85 + 70 100.186 772 3 0 133.917 -25.51 -115.85 + 70 124.917 1536 2 1 127.524 -33.5137 -144.45 + 70 93.7041 731 2 0 127.224 -33.786 -145.85 + 70 19.2785 730 2 0 127.158 -33.85 -146.173 + 70 131.574 1513 1 1 122.825 -39.6401 -174.45 + 70 37.0971 699 1 0 122.958 -40.1991 -175.85 + 70 83.5945 698 1 0 122.969 -40.25 -175.974 + 70 123.368 1514 0 1 123.048 -49.8934 -204.45 + 70 46.9858 1515 0 1 123.15 -49.909 -204.711 + 70 90.1345 650 0 0 123.623 -50.014 -205.85 + 70 24.846 649 0 0 123.775 -50.05 -206.169 + 70 209.23 769 3 0 133.11 -26.0684 -115.85 + 70 112.651 901 4 0 159.848 0.34267 -86.25 + 70 168.167 832 4 0 128.439 -13.5841 -86.25 + 70 120.156 1546 5 1 129.493 0.388908 -54.45 + 70 116.306 900 5 0 129.426 0.153492 -55.85 + 70 111.025 1539 4 1 128.049 -4.63901 -84.45 + 70 107.096 875 4 0 127.976 -4.87256 -85.85 + 70 156.063 1531 3 1 126.508 -9.63898 -114.45 + 70 105.179 850 3 0 126.434 -9.87355 -115.85 + 70 150.275 1523 2 1 124.934 -14.6392 -144.45 + 70 106.73 825 2 0 124.855 -14.8722 -145.85 + 70 149.516 1515 1 1 123.265 -19.6381 -174.45 + 70 122.927 800 1 0 123.186 -19.8756 -175.85 + 70 200.508 1507 0 1 121.571 -24.7348 -204.45 + 70 140.062 775 0 0 121.499 -24.9676 -205.85 + 70 257.511 593 0 1 -61.2742 -128.806 -204.602 + 70 1202.96 1548 6 1 129.95 6.86278 -24.651 + 70 1218.18 1547 6 1 129.75 7.22616 -24.6966 + 70 1267.75 1546 6 1 129.55 7.58887 -24.744 + 70 1394.51 1545 6 1 129.35 7.95719 -24.7868 + 70 718.105 1544 6 1 129.15 8.33861 -24.8262 + 70 200.112 984 6 0 124.562 17.0118 -25.85 + 70 760.556 985 6 0 124.542 17.05 -25.8545 + 70 867.647 986 6 0 124.437 17.25 -25.8799 + 70 784.408 987 6 0 124.33 17.45 -25.9062 + 70 868.608 988 6 0 124.222 17.65 -25.9311 + 70 902.331 989 6 0 124.113 17.85 -25.9611 + 70 772.208 990 6 0 124.005 18.05 -25.9851 + 70 829.683 991 6 0 123.897 18.25 -26.0117 + 70 856.092 992 6 0 123.789 18.45 -26.04 + 70 898.63 993 6 0 123.679 18.65 -26.0709 + 70 995.42 994 6 0 123.571 18.85 -26.0939 + 70 1035.87 995 6 0 123.458 19.05 -26.1119 + 70 931.515 996 6 0 123.344 19.25 -26.1274 + 70 1106.81 997 6 0 123.23 19.45 -26.1397 + 70 1146.98 998 6 0 123.114 19.65 -26.1555 + 70 1251.4 999 6 0 123 19.85 -26.1773 + 70 1305.62 1000 6 0 122.887 20.05 -26.2008 + 70 845.996 1001 6 0 122.777 20.25 -26.2313 + 70 99.6177 1541 5 1 128.384 -0.45853 -54.45 + 70 160.089 896 5 0 128.265 -0.712426 -55.85 + 70 120.801 1528 4 1 125.858 -5.88001 -84.45 + 70 129.235 869 4 0 125.739 -6.13532 -85.85 + 70 112.861 1515 3 1 123.344 -11.3487 -114.45 + 70 110.863 842 3 0 123.202 -11.5684 -115.85 + 70 163.542 1500 2 1 120.318 -16.0086 -144.45 + 70 26.299 819 2 0 120.174 -16.2316 -145.85 + 70 107.448 818 2 0 120.162 -16.25 -145.965 + 70 105.946 1485 1 1 117.228 -20.7937 -174.45 + 70 19.8809 795 1 0 117.081 -21.0365 -175.85 + 70 93.6223 794 1 0 117.073 -21.05 -175.928 + 70 190.659 1469 0 1 114.084 -25.9937 -204.45 + 70 6.88188 769 0 0 113.946 -26.2456 -205.85 + 70 128.538 768 0 0 113.944 -26.25 -205.874 + 70 660.958 925 6 0 131.686 5.24 -25.85 + 70 4.98917 1641 5 1 148.537 5.94731 -54.45 + 70 121.974 1642 5 1 148.55 5.948 -54.4713 + 70 15.2594 1643 5 1 148.75 5.95894 -54.8097 + 70 155.51 929 5 0 149.365 5.98903 -55.85 + 70 9.02322 1730 4 1 166.333 6.76447 -84.45 + 70 171.846 1731 4 1 166.35 6.76542 -84.4785 + 70 16.7052 1732 4 1 166.55 6.77668 -84.8097 + 70 138.26 933 4 0 167.184 6.82232 -85.85 + 70 31.3566 935 6 0 130.66 7.23358 -25.85 + 70 495.858 936 6 0 130.658 7.25 -25.8617 + 70 316.082 937 6 0 130.642 7.45 -26.0045 + 70 114.934 938 6 0 130.625 7.65 -26.1474 + 70 544.733 1535 5 1 127.262 47.1174 -54.45 + 70 130.456 1145 5 0 127.048 49.0714 -55.85 + 70 147.811 1146 5 0 127.029 49.25 -55.9781 + 70 117.549 1147 5 0 127.007 49.45 -56.1211 + 70 478.341 1512 4 1 122.629 89.2283 -84.45 + 70 135.623 1355 4 0 122.427 91.173 -85.85 + 70 219.024 1356 4 0 122.408 91.35 -85.9778 + 70 157.456 1357 4 0 122.387 91.55 -86.1223 + 70 376.208 1491 3 1 118.395 130.685 -114.45 + 70 16.6701 1490 3 1 118.35 131.21 -114.828 + 70 74.3892 1562 3 0 118.224 132.634 -115.85 + 70 143.901 1563 3 0 118.213 132.75 -115.933 + 70 149.833 1564 3 0 118.196 132.95 -116.077 + 70 37.7621 1565 3 0 118.178 133.15 -116.22 + 70 399.861 1472 2 1 114.703 172.699 -144.45 + 70 100.638 1772 2 0 114.51 174.612 -145.85 + 70 165.665 1773 2 0 114.497 174.75 -145.951 + 70 162.119 1774 2 0 114.476 174.95 -146.098 + 70 6.32332 1775 2 0 114.456 175.15 -146.245 + 70 21.312 1512 5 1 122.559 3.84922 -54.45 + 70 352.058 1511 5 1 122.55 3.84811 -54.4839 + 70 254.83 918 5 0 122.183 3.80214 -55.85 + 70 115.192 1472 4 1 114.593 2.81717 -84.45 + 70 168.929 1471 4 1 114.55 2.81137 -84.6145 + 70 319.783 913 4 0 114.21 2.78674 -85.85 + 70 336.271 1430 3 1 106.288 2.29749 -114.45 + 70 273.623 911 3 0 105.902 2.29373 -115.85 + 70 299.276 1388 2 1 97.9026 2.15817 -144.45 + 70 283.353 910 2 0 97.5167 2.1483 -145.85 + 70 365.064 1347 1 1 89.6199 2.00972 -174.45 + 70 342.301 909 1 0 89.2248 1.99847 -175.85 + 70 296.116 1305 0 1 81.2246 1.71951 -204.45 + 70 285.803 908 0 0 80.824 1.72807 -205.85 + 70 141.217 845 0 0 42.5507 -10.8561 -206.25 + 70 57.5842 1184 1 0 125.25 56.9517 -176.25 + 70 276.291 1185 1 0 125.366 57.0503 -176.219 + 70 40.4838 910 3 0 106.26 2.09885 -115.85 + 70 145.853 1428 3 1 105.839 2.51287 -114.85 + 70 9.90658 728 6 0 124.798 -34.4316 -25.85 + 70 193.283 727 6 0 124.795 -34.45 -25.8505 + 70 143.578 726 6 0 124.765 -34.65 -25.8562 + 70 143.623 725 6 0 124.735 -34.85 -25.8619 + 70 221.699 724 6 0 124.705 -35.05 -25.8675 + 70 114.079 723 6 0 124.675 -35.25 -25.8729 + 70 121.973 722 6 0 124.645 -35.45 -25.8782 + 70 140.175 721 6 0 124.614 -35.65 -25.883 + 70 228.309 720 6 0 124.584 -35.85 -25.8877 + 70 322.003 719 6 0 124.554 -36.05 -25.8923 + 70 336.081 718 6 0 124.524 -36.25 -25.8969 + 70 154.919 717 6 0 124.494 -36.45 -25.902 + 70 131.694 716 6 0 124.463 -36.65 -25.9072 + 70 158.705 715 6 0 124.433 -36.85 -25.9119 + 70 135.289 714 6 0 124.403 -37.05 -25.9167 + 70 166.516 713 6 0 124.373 -37.25 -25.9214 + 70 282.289 712 6 0 124.343 -37.45 -25.926 + 70 147.809 711 6 0 124.314 -37.65 -25.9305 + 70 140.415 710 6 0 124.284 -37.85 -25.9347 + 70 171.695 709 6 0 124.254 -38.05 -25.9384 + 70 164.766 708 6 0 124.225 -38.25 -25.9422 + 70 183.143 707 6 0 124.196 -38.45 -25.9462 + 70 167.254 706 6 0 124.167 -38.65 -25.9502 + 70 368.526 705 6 0 124.138 -38.85 -25.9543 + 70 290.463 704 6 0 124.108 -39.05 -25.9583 + 70 125.569 703 6 0 124.079 -39.25 -25.9626 + 70 136.653 702 6 0 124.05 -39.45 -25.9667 + 70 176.104 701 6 0 124.021 -39.65 -25.9709 + 70 181.067 700 6 0 123.992 -39.85 -25.9746 + 70 141.346 699 6 0 123.962 -40.05 -25.9779 + 70 164.665 698 6 0 123.933 -40.25 -25.9817 + 70 216.186 697 6 0 123.904 -40.45 -25.9859 + 70 138.969 696 6 0 123.876 -40.65 -25.9906 + 70 123.509 695 6 0 123.846 -40.85 -25.9952 + 70 139.926 694 6 0 123.817 -41.05 -26 + 70 148.917 693 6 0 123.787 -41.25 -26.0047 + 70 149.643 692 6 0 123.758 -41.45 -26.0096 + 70 124.826 691 6 0 123.728 -41.65 -26.0147 + 70 116.947 690 6 0 123.699 -41.85 -26.0198 + 70 135.567 689 6 0 123.671 -42.05 -26.0249 + 70 187.837 688 6 0 123.642 -42.25 -26.0303 + 70 154.904 687 6 0 123.613 -42.45 -26.0361 + 70 141.146 686 6 0 123.585 -42.65 -26.0422 + 70 128.656 685 6 0 123.556 -42.85 -26.0482 + 70 120.135 684 6 0 123.528 -43.05 -26.0542 + 70 223.84 683 6 0 123.499 -43.25 -26.0604 + 70 150.909 682 6 0 123.471 -43.45 -26.0664 + 70 135.545 681 6 0 123.442 -43.65 -26.0732 + 70 149.785 680 6 0 123.413 -43.85 -26.0804 + 70 136.595 679 6 0 123.385 -44.05 -26.0873 + 70 196.86 678 6 0 123.357 -44.25 -26.0943 + 70 190.809 677 6 0 123.329 -44.45 -26.1015 + 70 123.662 676 6 0 123.3 -44.65 -26.1089 + 70 128.084 675 6 0 123.271 -44.85 -26.1163 + 70 370.243 674 6 0 123.243 -45.05 -26.1241 + 70 142.098 673 6 0 123.214 -45.25 -26.1319 + 70 136.855 672 6 0 123.186 -45.45 -26.1393 + 70 158.363 671 6 0 123.158 -45.65 -26.1467 + 70 145.707 670 6 0 123.13 -45.85 -26.1535 + 70 371.634 669 6 0 123.102 -46.05 -26.1603 + 70 211.895 668 6 0 123.073 -46.25 -26.1666 + 70 203.12 667 6 0 123.045 -46.45 -26.1728 + 70 147.615 666 6 0 123.017 -46.65 -26.179 + 70 151.951 665 6 0 122.989 -46.85 -26.1859 + 70 188.077 664 6 0 122.961 -47.05 -26.193 + 70 186.776 663 6 0 122.934 -47.25 -26.1998 + 70 123.426 662 6 0 122.906 -47.45 -26.2069 + 70 188.524 661 6 0 122.879 -47.65 -26.2138 + 70 212 660 6 0 122.851 -47.85 -26.2205 + 70 154.811 659 6 0 122.823 -48.05 -26.2271 + 70 218.637 658 6 0 122.795 -48.25 -26.2339 + 70 178.341 657 6 0 122.768 -48.45 -26.2409 + 70 84.3331 656 6 0 122.74 -48.65 -26.2484 + 70 53.3832 1519 6 1 123.985 -40.0637 -24.8498 + 70 88.39 1518 6 1 123.95 -40.1109 -24.8141 + 70 115.894 1527 6 1 125.639 -35.9067 -24.85 + 70 356.649 1757 1 1 171.658 42.4671 -174.45 + 70 54.1915 1758 1 1 171.75 42.5514 -174.79 + 70 51.9471 1113 1 0 172.039 42.8148 -175.85 + 70 181.036 1114 1 0 172.078 42.85 -175.992 + 70 168.448 1798 0 1 179.83 49.9199 -204.45 + 70 2.08722 1107 1 0 172.146 41.4537 -175.85 + 70 15.3286 1781 1 1 176.366 41.9248 -174.85 + 70 69.4873 1797 0 1 179.682 50.1119 -204.45 + 70 118.107 1152 0 0 180.035 50.4843 -205.85 + 70 234.891 928 6 0 130.966 5.72406 -25.85 + 70 29.6248 929 6 0 130.997 5.85 -26.2027 + 70 417.667 1567 5 1 133.583 15.9169 -54.45 + 70 78.7445 981 5 0 133.725 16.4136 -55.85 + 70 260.334 982 5 0 133.736 16.45 -55.9525 + 70 95.3944 1581 4 1 136.537 26.5417 -84.45 + 70 215.445 1582 4 1 136.55 26.5859 -84.5749 + 70 67.2804 1034 4 0 136.681 27.0356 -85.85 + 70 255.171 1035 4 0 136.685 27.05 -85.8909 + 70 260.464 1597 3 1 139.596 37.0936 -114.45 + 70 77.4248 1087 3 0 139.723 37.6144 -115.85 + 70 193.215 1088 3 0 139.732 37.65 -115.946 + 70 219.541 1610 2 1 142.341 48.3451 -144.45 + 70 343.453 1611 2 1 142.35 48.374 -144.527 + 70 309.87 1144 2 0 142.499 48.8705 -145.85 + 70 271.668 1628 1 1 145.783 59.6722 -174.45 + 70 55.3448 1200 1 0 145.918 60.2122 -175.85 + 70 210.67 1201 1 0 145.927 60.25 -175.947 + 70 3.39006 1642 0 1 148.75 71.2896 -204.45 + 70 286.708 1643 0 1 148.75 71.2915 -204.455 + 70 97.2497 1258 0 0 148.89 71.8198 -205.85 + 70 246.661 1259 0 0 148.898 71.85 -205.93 + 70 192.647 1142 2 0 142.534 48.6298 -145.85 + 70 188.656 1107 2 0 143.952 41.6179 -146.25 + 70 273.172 915 6 0 127.42 3.14165 -25.85 + 70 104.554 914 6 0 127.269 3.05 -25.9142 + 70 144.85 913 6 0 126.938 2.85 -26.054 + 70 66.1173 912 6 0 126.607 2.65 -26.1935 + 70 41.6884 1197 5 1 59.5333 -37.9774 -54.45 + 70 65.6516 1196 5 1 59.45 -38.0266 -54.4854 + 70 67.1506 1195 5 1 59.25 -38.1445 -54.5705 + 70 77.7696 1194 5 1 59.05 -38.2624 -54.6558 + 70 53.1151 1193 5 1 58.85 -38.3809 -54.7408 + 70 18.2193 1192 5 1 58.65 -38.4989 -54.8249 + 70 104.356 700 5 0 56.2171 -39.9345 -55.85 + 70 172.264 699 5 0 56.0213 -40.05 -55.9325 + 70 138.171 698 5 0 55.6819 -40.25 -56.0769 + 70 31.5968 697 5 0 55.3414 -40.45 -56.2229 + 70 61.336 851 4 1 -9.70628 -79.0744 -84.45 + 70 82.2825 850 4 1 -9.85 -79.1547 -84.5103 + 70 59.4962 849 4 1 -10.05 -79.2662 -84.5946 + 70 61.966 848 4 1 -10.25 -79.3782 -84.6781 + 70 72.5799 847 4 1 -10.45 -79.4909 -84.7621 + 70 10.7218 846 4 1 -10.65 -79.6035 -84.8466 + 70 133.762 495 4 0 -13.0217 -80.9408 -85.85 + 70 239.838 494 4 0 -13.2154 -81.05 -85.932 + 70 113.708 493 4 0 -13.5699 -81.25 -86.0825 + 70 9.87318 492 4 0 -13.921 -81.45 -86.2324 + 70 34.4373 499 3 1 -80.1616 -119.086 -114.45 + 70 113.29 498 3 1 -80.25 -119.141 -114.485 + 70 75.4024 497 3 1 -80.45 -119.264 -114.563 + 70 70.0229 496 3 1 -80.65 -119.389 -114.641 + 70 61.8518 495 3 1 -80.85 -119.514 -114.719 + 70 119.031 494 3 1 -81.05 -119.638 -114.798 + 70 16.2658 294 3 0 -83.7237 -121.309 -115.85 + 70 131.083 293 3 0 -83.7896 -121.35 -115.876 + 70 125.274 292 3 0 -84.1105 -121.55 -116.002 + 70 108.418 291 3 0 -84.4303 -121.75 -116.128 + 70 48.9379 119 2 1 -156.212 -166.771 -144.45 + 70 94.9352 118 2 1 -156.35 -166.857 -144.509 + 70 82.2565 117 2 1 -156.55 -166.981 -144.594 + 70 90.6363 116 2 1 -156.75 -167.106 -144.679 + 70 76.5721 115 2 1 -156.95 -167.232 -144.765 + 70 137.589 56 2 0 -159.502 -168.826 -145.85 + 70 155.795 55 2 0 -159.699 -168.95 -145.934 + 70 115.036 54 2 0 -160.018 -169.15 -146.072 + 70 24.7997 53 2 0 -160.336 -169.35 -146.209 + 70 45.2087 86 2 1 -162.779 -169.11 -144.85 + 70 73.6097 85 2 1 -162.95 -169.13 -144.793 + 70 66.5312 84 2 1 -163.15 -169.22 -144.695 + 70 67.7825 83 2 1 -163.35 -169.322 -144.609 + 70 62.3331 82 2 1 -163.55 -169.444 -144.569 + 70 9.15565 81 2 1 -163.75 -169.545 -144.475 + 70 0.249703 537 4 0 -20.7422 -72.6474 -85.85 + 70 315.907 763 4 1 -27.3647 -67.9314 -84.85 + 70 260.377 1669 5 1 153.98 17.4954 -54.45 + 70 217.776 1670 5 1 154.15 17.5832 -54.6758 + 70 205.197 989 5 0 155.022 18.0284 -55.8505 + 70 142.885 990 5 0 155.064 18.05 -55.9076 + 70 47.865 1780 4 1 176.245 28.9371 -84.4501 + 70 110.143 1781 4 1 176.35 28.9872 -84.5895 + 70 17.9022 1046 4 0 177.292 29.433 -85.8501 + 70 236.197 1047 4 0 177.329 29.4501 -85.8987 + 70 43.0297 1768 4 1 173.86 26.8798 -84.4503 + 70 87.7568 1769 4 1 173.95 26.9226 -84.591 + 70 168.245 1036 4 0 174.765 27.3147 -85.85 + 70 63.4088 1671 5 1 154.35 17.6371 -54.7636 + 70 277.877 991 5 0 155.813 18.25 -55.8581 +Number of digits in this event = 255 +Using G4ParticleGun ... +3.36435 LIN proton Event: 71 -Number of tracker hits in this event = 103 - 71 120.399 307 9 1 -118.684 55.5106 65.55 - 71 154.356 1177 9 0 -118.683 55.5103 64.15 - 71 108.791 307 8 1 -118.665 55.4954 35.55 - 71 148.042 1177 8 0 -118.661 55.4934 34.15 - 71 94.9047 307 7 1 -118.583 55.4583 5.55 - 71 146.862 1177 7 0 -118.579 55.454 4.15 - 71 123.075 308 6 1 -118.487 55.3702 -24.45 - 71 135.969 1176 6 0 -118.48 55.3656 -25.85 - 71 119.771 308 5 1 -118.358 55.2724 -54.45 - 71 150.045 1176 5 0 -118.351 55.268 -55.85 - 71 125.264 309 4 1 -118.207 55.1753 -84.45 - 71 180.483 1175 4 0 -118.195 55.1722 -85.85 - 71 21566.5 310 3 1 -117.964 55.1097 -114.45 - 71 5836.17 311 3 1 -117.95 55.111 -114.496 - 71 2321.29 706 11 0 -48.4916 -38.7261 124.099 - 71 2100.47 707 11 0 -48.4925 -38.6499 124.052 - 71 65.0686 708 11 0 -48.485 -38.45 123.957 - 71 70.3983 709 11 0 -48.5142 -38.25 123.877 - 71 0.0568671 710 11 0 -48.5441 -38.0498 123.75 - 71 5103.7 309 3 1 -118.15 55.0406 -114.549 - 71 121.467 1174 3 0 -117.99 55.0434 -115.85 - 71 99.0916 307 2 1 -118.551 53.6349 -144.45 - 71 167.408 1167 2 0 -118.58 53.5659 -145.85 - 71 136.229 304 1 1 -119.157 52.1568 -174.45 - 71 118.51 1160 1 0 -119.186 52.0864 -175.85 - 71 131.529 301 0 1 -119.766 50.6497 -204.45 - 71 124.281 1152 0 0 -119.794 50.5799 -205.85 - 71 109.415 1175 3 0 -117.423 55.1953 -115.85 - 71 9.01627 370 2 1 -105.96 57.0453 -144.45 - 71 110.781 371 2 1 -105.95 57.0469 -144.475 - 71 135.325 1185 2 0 -105.388 57.1371 -145.85 - 71 66.6227 432 1 1 -93.6607 58.9894 -174.45 - 71 89.6505 433 1 1 -93.55 59.0089 -174.72 - 71 154.916 1195 1 0 -93.0886 59.0913 -175.85 - 71 102.732 493 0 1 -81.4369 61.1866 -204.45 - 71 118.679 1206 0 0 -80.876 61.2806 -205.85 - 71 500.608 308 3 1 -118.35 55.3013 -114.637 - 71 438.335 307 3 1 -118.55 55.4018 -114.702 - 71 516.644 306 3 1 -118.75 55.5016 -114.768 - 71 90.4851 305 3 1 -118.95 55.6035 -114.835 - 71 428.828 1185 3 0 -122.031 57.153 -115.85 - 71 980.047 1186 3 0 -122.224 57.25 -115.914 - 71 839.928 1187 3 0 -122.618 57.45 -116.04 - 71 628.38 1188 3 0 -123.005 57.65 -116.166 - 71 372.171 312 3 1 -117.75 54.9241 -114.588 - 71 286.017 313 3 1 -117.55 54.7499 -114.663 - 71 302.186 314 3 1 -117.35 54.575 -114.738 - 71 187.887 315 3 1 -117.15 54.3996 -114.813 - 71 481.496 1159 3 0 -114.459 51.9995 -115.85 - 71 311.857 1158 3 0 -114.292 51.85 -115.914 - 71 319.967 1157 3 0 -114.07 51.65 -115.999 - 71 358.7 1156 3 0 -113.849 51.45 -116.084 - 71 495.886 1155 3 0 -113.629 51.25 -116.17 - 71 161.604 701 2 1 -39.7675 -16.6171 -144.45 - 71 396.412 702 2 1 -39.65 -16.7118 -144.492 - 71 319.16 703 2 1 -39.45 -16.8726 -144.564 - 71 277.089 704 2 1 -39.25 -17.0335 -144.637 - 71 276.392 705 2 1 -39.05 -17.1929 -144.707 - 71 332.729 706 2 1 -38.85 -17.3516 -144.775 - 71 26.2072 707 2 1 -38.65 -17.5102 -144.844 - 71 6.56817 801 2 0 -35.6948 -19.847 -145.85 - 71 348.965 800 2 0 -35.691 -19.85 -145.851 - 71 396.305 799 2 0 -35.4385 -20.05 -145.937 - 71 366.612 798 2 0 -35.187 -20.25 -146.024 - 71 354.106 797 2 0 -34.935 -20.45 -146.11 - 71 229.134 796 2 0 -34.6817 -20.65 -146.193 - 71 264.784 1157 1 1 51.4831 -88.4278 -174.45 - 71 354.606 1158 1 1 51.65 -88.5586 -174.504 - 71 283.194 1159 1 1 51.85 -88.7144 -174.57 - 71 314.481 1160 1 1 52.05 -88.8708 -174.636 - 71 365.857 1161 1 1 52.25 -89.0271 -174.701 - 71 296.613 1162 1 1 52.45 -89.1824 -174.767 - 71 195.431 1163 1 1 52.65 -89.3365 -174.833 - 71 57.3422 442 1 0 55.7292 -91.716 -175.85 - 71 554.189 441 1 0 55.7732 -91.75 -175.865 - 71 551.422 440 1 0 56.032 -91.95 -175.95 - 71 498.696 439 1 0 56.2894 -92.15 -176.035 - 71 461.297 438 1 0 56.5472 -92.35 -176.12 - 71 240.836 437 1 0 56.8067 -92.55 -176.204 - 71 377.766 1615 0 1 143.155 -160.305 -204.45 - 71 429.234 1616 0 1 143.35 -160.493 -204.515 - 71 385.963 1617 0 1 143.55 -160.684 -204.582 - 71 406.252 1618 0 1 143.75 -160.874 -204.649 - 71 385.311 1619 0 1 143.95 -161.065 -204.718 - 71 524.458 1620 0 1 144.15 -161.257 -204.789 - 71 438.018 79 0 0 147.184 -164.172 -205.85 - 71 390.592 78 0 0 147.37 -164.35 -205.915 - 71 444.838 77 0 0 147.579 -164.55 -205.988 - 71 540.675 76 0 0 147.79 -164.75 -206.064 - 71 406.392 75 0 0 148.002 -164.95 -206.142 - 71 144.846 74 0 0 148.212 -165.15 -206.22 - 71 115.903 1160 3 0 -114.366 52.0502 -115.922 - 71 430.321 1206 3 0 -117.201 61.3463 -115.85 - 71 844.028 1207 3 0 -117.189 61.45 -115.872 - 71 974.972 1208 3 0 -117.166 61.65 -115.912 - 71 999.652 1209 3 0 -117.144 61.85 -115.951 - 71 965.902 1210 3 0 -117.124 62.05 -115.99 - 71 1093.51 1211 3 0 -117.107 62.25 -116.029 - 71 1189.34 1212 3 0 -117.088 62.45 -116.07 - 71 1215.87 1213 3 0 -117.069 62.65 -116.11 - 71 1277.54 1214 3 0 -117.054 62.85 -116.149 - 71 1395.7 1215 3 0 -117.042 63.05 -116.188 - 71 797.048 1216 3 0 -117.028 63.25 -116.226 -Number of digits in this event = 86 -Using G4ParticleGun ... -1.69545 LIN +Number of tracker hits in this event = 48 + 71 91.0026 910 11 1 2.1684 52.2562 125.55 + 71 171.174 1161 11 0 2.16806 52.2564 124.15 + 71 144.857 910 10 1 2.15288 52.2577 95.55 + 71 126.647 1161 10 0 2.15246 52.2567 94.15 + 71 113.015 910 9 1 2.13136 52.2207 65.55 + 71 95.8763 1160 9 0 2.12987 52.2186 64.15 + 71 111.3 910 8 1 2.10682 52.1777 35.55 + 71 114.593 1160 8 0 2.10716 52.1765 34.15 + 71 341.535 910 7 1 2.11727 52.1537 5.55 + 71 157.658 1160 7 0 2.11608 52.1514 4.15 + 71 155.672 910 6 1 2.08853 52.0987 -24.45 + 71 123.521 1160 6 0 2.0879 52.0961 -25.85 + 71 189.46 910 5 1 2.06987 52.05 -54.45 + 71 121.821 1159 5 0 2.07124 52.0452 -55.85 + 71 98.6096 910 4 1 2.09442 51.9387 -84.45 + 71 100.327 1159 4 0 2.09787 51.9307 -85.85 + 71 124.442 910 3 1 2.18291 51.7627 -114.45 + 71 105.742 1158 3 0 2.18881 51.755 -115.85 + 71 115.114 911 2 1 2.30412 51.5948 -144.45 + 71 124.307 1157 2 0 2.3091 51.5866 -145.85 + 71 115.58 911 1 1 2.41066 51.4253 -174.45 + 71 130.505 1156 1 0 2.41566 51.4189 -175.85 + 71 122.963 912 0 1 2.51623 51.2923 -204.45 + 71 122.225 1156 0 0 2.52295 51.2862 -205.85 + 71 112.814 911 9 1 2.25002 52.3288 65.548 + 71 80.0372 912 9 1 2.45003 52.6062 65.4329 + 71 109.317 913 9 1 2.65 52.8079 65.4053 + 71 124.096 914 9 1 2.85 53.0617 65.36 + 71 81.6419 915 9 1 3.05 53.3496 65.2909 + 71 71.3621 916 9 1 3.25004 53.5858 65.226 + 71 70.944 917 9 1 3.45 53.8083 65.2048 + 71 70.9949 918 9 1 3.65004 53.9892 65.1873 + 71 58.7356 919 9 1 3.85022 54.1376 65.1721 + 71 70.0266 920 9 1 4.05016 54.2322 65.1697 + 71 53.635 921 9 1 4.25 54.3278 65.1794 + 71 64.2731 922 9 1 4.45044 54.4043 65.1967 + 71 67.9977 923 9 1 4.65 54.4443 65.2117 + 71 58.6084 924 9 1 4.85022 54.4895 65.2306 + 71 224.5 925 9 1 5.05007 54.5445 65.2825 + 71 54.662 926 9 1 5.25038 54.5856 65.3676 + 71 94.8679 927 9 1 5.45 54.6329 65.4183 + 71 325.825 928 9 1 5.65 54.6897 65.4661 + 71 55.2774 929 9 1 5.85005 54.7827 65.5056 + 71 64.5194 930 9 1 6.07812 54.8704 65.55 + 71 69.0592 931 9 1 6.25 54.8894 65.4252 + 71 38.347 932 9 1 6.45 54.8942 65.2515 + 71 117.673 1172 9 0 7.63651 54.6237 64.15 + 71 23.7131 1171 9 0 7.87278 54.4499 63.8124 +Number of digits in this event = 18 +Using G4ParticleGun ... +5.55772 LIN proton Event: 72 -Number of tracker hits in this event = 128 - 72 118.33 638 10 1 -52.2669 -89.9923 95.55 - 72 136.833 450 10 0 -52.2676 -89.9959 94.15 - 72 173.135 638 8 1 -52.3482 -90.042 35.55 - 72 105.88 450 8 0 -52.3525 -90.0398 34.15 - 72 114.994 638 7 1 -52.441 -89.9846 5.55 - 72 210.2 450 7 0 -52.4418 -89.9847 4.15 - 72 107.311 638 6 1 -52.4482 -90.0071 -24.45 - 72 119.618 450 6 0 -52.4482 -90.0058 -25.85 - 72 151.738 638 5 1 -52.4339 -89.9792 -54.45 - 72 204.388 450 5 0 -52.4297 -89.9833 -55.85 - 72 97.0263 638 3 1 -52.3252 -90.15 -114.45 - 72 103.393 449 3 0 -52.3224 -90.1557 -115.85 - 72 145.523 638 2 1 -52.2558 -90.2757 -144.45 - 72 121.018 449 2 0 -52.2511 -90.2806 -145.85 - 72 341.512 640 1 1 -52.0203 -89.8996 -174.45 - 72 6517.92 448 2 0 -83.0855 -90.3814 -146.25 - 72 2999.89 478 2 1 -84.3578 -90.4131 -144.85 - 72 2981.23 639 1 1 -52.1813 -90.4601 -174.45 - 72 3362.59 446 1 0 -52.3208 -90.8177 -175.85 - 72 635.814 624 0 1 -55.2462 -97.636 -204.45 - 72 5241.58 623 0 1 -55.25 -97.6516 -204.5 - 72 10460.3 410 0 0 -55.3468 -98.0322 -205.85 - 72 719.401 509 2 0 -37.4714 -78.1113 -146.25 - 72 1535.14 510 2 0 -37.398 -78.05 -146.11 - 72 714.238 716 2 1 -36.7083 -77.5288 -144.85 - 72 2038.04 717 2 1 -36.65 -77.4846 -144.743 - 72 1934.26 638 1 1 -52.3302 -90.05 -174.475 - 72 2118.13 637 1 1 -52.45 -89.8255 -174.636 - 72 251.956 459 1 0 -53.3366 -88.1299 -175.85 - 72 677.288 460 1 0 -53.3783 -88.05 -175.907 - 72 567.875 461 1 0 -53.4831 -87.85 -176.051 - 72 356.429 462 1 0 -53.5861 -87.65 -176.197 - 72 525.701 530 0 1 -73.9953 -47.1933 -204.45 - 72 3378.42 529 0 1 -74.05 -47.0692 -204.546 - 72 125.014 672 0 0 -74.7228 -45.4792 -205.85 - 72 897.487 673 0 0 -74.7352 -45.45 -205.874 - 72 905.895 674 0 0 -74.8201 -45.25 -206.041 - 72 185.4 675 0 0 -74.9038 -45.05 -206.214 - 72 114.402 468 1 0 -53.3436 -86.2995 -175.85 - 72 458.835 469 1 0 -53.3587 -86.25 -175.87 - 72 454.53 470 1 0 -53.4197 -86.05 -175.95 - 72 425.807 471 1 0 -53.4793 -85.85 -176.027 - 72 412.412 472 1 0 -53.54 -85.65 -176.105 - 72 392.369 473 1 0 -53.5997 -85.45 -176.182 - 72 931.997 528 0 1 -74.25 -11.4723 -204.697 - 72 241.685 854 0 0 -74.8935 -9.13496 -205.85 - 72 574.791 855 0 0 -74.9167 -9.05 -205.892 - 72 801.369 856 0 0 -74.971 -8.85 -205.991 - 72 678.854 857 0 0 -75.0239 -8.65 -206.093 - 72 418.28 858 0 0 -75.0753 -8.45 -206.194 - 72 2761.77 641 1 1 -51.8007 -91.5347 -174.45 - 72 10.1395 386 2 0 -56.5888 -102.934 -146.25 - 72 262.347 385 2 0 -56.5956 -102.95 -146.21 - 72 56.2198 616 2 1 -56.813 -103.55 -144.85 - 72 73.4286 615 2 1 -56.85 -103.65 -144.634 - 72 71.6543 357 3 0 -52.9466 -108.72 -116.25 - 72 255.619 356 3 0 -52.9186 -108.75 -116.07 - 72 159.972 636 3 1 -52.7254 -108.926 -114.85 - 72 127.877 340 4 0 -46.6341 -111.955 -86.25 - 72 119.806 668 4 1 -46.341 -112.056 -84.8498 - 72 189.666 338 5 0 -44.3421 -112.536 -56.25 - 72 20.1444 337 5 0 -44.3169 -112.55 -55.9365 - 72 370.772 679 5 1 -44.2092 -112.629 -54.85 - 72 112.065 320 6 0 -37.0641 -116.028 -26.2492 - 72 41.0818 716 6 1 -36.6927 -116.222 -24.8494 - 72 111.087 717 6 1 -36.6499 -116.244 -24.6877 - 72 97.4472 277 7 0 -30.89 -124.679 3.75 - 72 42.0934 276 7 0 -30.8396 -124.75 3.99584 - 72 371.789 747 7 1 -30.593 -125.078 5.1507 - 72 126.941 234 8 0 -25.3533 -133.161 33.75 - 72 12.5713 774 8 1 -25.0617 -133.49 35.15 - 72 123.724 775 8 1 -25.0499 -133.503 35.2057 - 72 126.659 208 9 0 -10.2992 -138.434 63.75 - 72 90.3222 852 9 1 -9.60463 -138.676 65.15 - 72 36.6545 853 9 1 -9.44992 -138.729 65.4643 - 72 115.015 188 10 0 4.61727 -142.414 93.75 - 72 81.8308 926 10 1 5.33169 -142.584 95.15 - 72 63.5878 927 10 1 5.45 -142.617 95.3834 - 72 128.927 144 11 0 15.8833 -151.208 123.75 - 72 69.9432 981 11 1 16.3917 -151.592 125.15 - 72 69.8211 982 11 1 16.45 -151.639 125.339 - 72 45.091 80 12 0 28.5721 -164.092 153.75 - 72 106.309 79 12 0 28.6327 -164.15 153.887 - 72 40.4607 1045 12 1 29.1999 -164.658 155.15 - 72 106.929 1046 12 1 29.25 -164.701 155.263 - 72 145.903 74 13 0 22.1562 -165.322 183.75 - 72 202.811 1008 13 1 21.7852 -165.319 185.15 - 72 14.3493 105 14 0 18.2434 -158.958 213.75 - 72 202.77 106 14 0 18.2391 -158.95 213.786 - 72 109.233 990 14 1 18.1156 -158.687 215.15 - 72 55.4855 748 7 1 -30.45 -125.284 5.35001 - 72 81.0015 680 5 1 -44.05 -110.811 -54.682 - 72 91.9786 681 5 1 -43.8499 -110.92 -54.7667 - 72 174.77 682 5 1 -43.6498 -111.094 -54.6136 - 72 56.4835 336 5 0 -42.8273 -112.843 -55.85 - 72 75.5823 335 5 0 -42.7609 -112.95 -55.9247 - 72 164.71 683 5 1 -43.324 -114.738 -54.85 - 72 86.688 684 5 1 -43.25 -114.778 -54.6402 - 72 30.6595 768 8 1 -26.4048 -137.142 35.55 - 72 73.4657 767 8 1 -26.45 -137.134 35.5351 - 72 143.879 450 1 0 -51.0393 -89.8935 -175.85 - 72 252.284 451 1 0 -50.9428 -89.85 -175.99 - 72 46.1234 742 0 1 -31.4835 -80.9797 -204.45 - 72 302.429 743 0 1 -31.45 -80.965 -204.498 - 72 50.9153 744 0 1 -31.25 -80.8772 -204.787 - 72 318.84 497 0 0 -30.5148 -80.554 -205.85 - 72 85.6042 498 0 0 -30.2781 -80.45 -206.192 - 72 89.119 246 2 0 -92.9566 -130.775 -146.25 - 72 128.65 245 2 0 -93.1336 -130.95 -146.129 - 72 116.472 244 2 0 -93.3315 -131.15 -145.991 - 72 5.38301 243 2 0 -93.5301 -131.35 -145.857 - 72 50.4037 425 2 1 -95.046 -132.882 -144.85 - 72 97.8585 424 2 1 -95.15 -132.987 -144.781 - 72 126.054 423 2 1 -95.35 -133.191 -144.648 - 72 58.2189 422 2 1 -95.55 -133.393 -144.516 - 72 5.66457 31 3 0 -135.296 -173.937 -116.25 - 72 109.193 30 3 0 -135.309 -173.95 -116.241 - 72 110.275 29 3 0 -135.505 -174.15 -116.101 - 72 118.886 28 3 0 -135.698 -174.35 -115.963 - 72 48.2794 214 3 1 -137.248 -175.96 -114.85 - 72 115.323 213 3 1 -137.35 -176.066 -114.777 - 72 129.333 212 3 1 -137.55 -176.274 -114.633 - 72 35.4603 211 3 1 -137.75 -176.482 -114.489 - 72 188.978 341 5 0 -121.433 -111.826 -56.25 - 72 206.478 342 5 0 -121.509 -111.75 -56.1719 - 72 62.8303 637 6 1 -52.45 -90.0151 -24.7942 - 72 160.925 426 6 0 -53.4148 -94.7732 -25.8501 - 72 339.965 425 6 0 -53.2527 -94.95 -26.0304 -Number of digits in this event = 74 +Number of tracker hits in this event = 24 + 72 106.482 1142 10 1 48.637 71.9786 95.55 + 72 130.675 1259 10 0 48.6372 71.9793 94.15 + 72 160.442 1143 9 1 48.6567 72.0051 65.55 + 72 135.209 1259 9 0 48.6586 72.0066 64.15 + 72 103.67 1143 8 1 48.6933 72.0367 35.55 + 72 173.771 1259 8 0 48.6956 72.0395 34.15 + 72 120.81 1143 7 1 48.7414 72.0991 5.55 + 72 98.2345 1260 7 0 48.7445 72.1013 4.15 + 72 95.8178 1143 6 1 48.8066 72.1441 -24.45 + 72 104.937 1260 6 0 48.8094 72.1477 -25.85 + 72 111.149 1144 5 1 48.8735 72.2266 -54.45 + 72 99.1805 1260 5 0 48.8766 72.231 -55.85 + 72 416.155 1144 4 1 48.9513 72.3245 -84.45 + 72 102.746 1261 4 0 48.9558 72.3296 -85.85 + 72 108.521 1144 3 1 49.0472 72.4341 -114.45 + 72 107.627 1261 3 0 49.0509 72.44 -115.85 + 72 115.326 1145 2 1 49.1317 72.5607 -144.45 + 72 114.762 1262 2 0 49.1366 72.5675 -145.85 + 72 120.539 1145 1 1 49.2342 72.7076 -174.45 + 72 109.352 1263 1 0 49.2388 72.7163 -175.85 + 72 231.355 1146 0 1 49.3332 72.8962 -204.45 + 72 107.966 1264 0 0 49.3375 72.9049 -205.85 + 72 77.3779 991 0 0 64.38 18.2904 -206.082 + 72 5.66172 116 8 1 -156.95 80.8766 35.5245 +Number of digits in this event = 11 Using G4ParticleGun ... -7.98083 LIN +5.38266 LIN proton Event: 73 -Number of tracker hits in this event = 23 - 73 103.771 1270 11 0 39.4178 74.0698 124.15 - 73 113.668 1096 10 1 39.4197 74.072 95.55 - 73 97.7289 1270 10 0 39.4187 74.0714 94.15 - 73 112.32 1096 9 1 39.395 74.061 65.55 - 73 188.654 1270 9 0 39.3941 74.0598 64.15 - 73 335.533 1096 8 1 39.3764 74.0345 35.55 - 73 86.5338 1269 8 0 39.3765 74.0324 34.15 - 73 135.176 1096 7 1 39.3759 73.9888 5.55 - 73 133.932 1269 7 0 39.3766 73.9859 4.15 - 73 121.231 1096 6 1 39.3921 73.9276 -24.45 - 73 127.317 1269 6 0 39.3929 73.9241 -25.85 - 73 115.19 1096 5 1 39.413 73.8513 -54.45 - 73 102.378 1268 5 0 39.4149 73.848 -55.85 - 73 142.849 1097 4 1 39.4538 73.7803 -84.45 - 73 105.443 1268 4 0 39.4568 73.7774 -85.85 - 73 98.5483 1097 3 1 39.521 73.7235 -114.45 - 73 112.268 1268 3 0 39.5237 73.7201 -115.85 - 73 137.066 1097 2 1 39.5744 73.6485 -144.45 - 73 129.178 1267 2 0 39.5763 73.6454 -145.85 - 73 107.263 1097 1 1 39.6253 73.5773 -174.45 - 73 116.933 1267 1 0 39.6268 73.5737 -175.85 - 73 97.3032 1098 0 1 39.6543 73.5014 -204.45 - 73 133.207 1267 0 0 39.6556 73.4979 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 21 + 73 124.013 1404 9 1 101.018 63.1356 65.55 + 73 129.463 1215 9 0 101.018 63.1354 64.15 + 73 90.2808 1404 8 1 101.009 63.1295 35.55 + 73 110.442 1215 8 0 101.008 63.1286 34.15 + 73 105.022 1404 7 1 100.993 63.1153 5.55 + 73 189.822 1215 7 0 100.991 63.1153 4.15 + 73 160.205 1403 6 1 100.948 63.1221 -24.45 + 73 111.463 1215 6 0 100.946 63.1221 -25.85 + 73 106.374 1403 5 1 100.906 63.1199 -54.45 + 73 114.004 1215 5 0 100.903 63.1202 -55.85 + 73 93.5093 1403 4 1 100.844 63.1252 -84.45 + 73 107.828 1215 4 0 100.841 63.1246 -85.85 + 73 92.8027 1403 3 1 100.783 63.1096 -114.45 + 73 114.58 1215 3 0 100.781 63.1103 -115.85 + 73 202.806 1402 2 1 100.747 63.1338 -144.45 + 73 92.7244 1215 2 0 100.746 63.1347 -145.85 + 73 141.054 1402 1 1 100.72 63.1549 -174.45 + 73 113.745 1215 1 0 100.719 63.1559 -175.85 + 73 107.277 1402 0 1 100.699 63.1713 -204.45 + 73 100.182 1215 0 0 100.699 63.1721 -205.85 + 73 92.3668 1214 3 0 100.776 63.0498 -115.946 +Number of digits in this event = 7 Using G4ParticleGun ... -2.97931 LIN +2.63077 LIN proton Event: 74 -Number of tracker hits in this event = 17 - 74 187.15 1160 7 1 52.1497 138.712 5.55 - 74 123.058 1592 7 0 52.1497 138.712 4.15 - 74 480.377 1160 6 1 52.147 138.697 -24.45 - 74 133.767 1592 6 0 52.1442 138.698 -25.85 - 74 93.0997 1160 5 1 52.0924 138.728 -54.45 - 74 105.487 1592 5 0 52.0884 138.727 -55.85 - 74 103.364 1159 4 1 52.002 138.71 -84.45 - 74 166.141 1592 4 0 51.9979 138.711 -85.85 - 74 120.938 1159 3 1 51.908 138.745 -114.45 - 74 253.818 1592 3 0 51.9044 138.744 -115.85 - 74 116.546 1158 2 1 51.8164 138.718 -144.45 - 74 108.983 1592 2 0 51.8103 138.714 -145.85 - 74 162.661 1158 1 1 51.6905 138.631 -174.45 - 74 128.941 1592 1 0 51.6833 138.626 -175.85 - 74 157.84 1157 0 1 51.5311 138.538 -204.45 - 74 129.54 1591 0 0 51.5258 138.535 -205.85 - 74 78.4297 1159 6 1 52.05 138.957 -24.5117 -Number of digits in this event = 12 +Number of tracker hits in this event = 32 + 74 143.566 474 10 1 -85.1247 28.6302 95.55 + 74 107.148 1042 10 0 -85.1258 28.6283 94.15 + 74 209.336 474 9 1 -85.1519 28.5865 65.55 + 74 117.138 1042 9 0 -85.1551 28.5829 64.15 + 74 144.598 474 8 1 -85.2219 28.5161 35.55 + 74 125.102 1042 8 0 -85.2266 28.5164 34.15 + 74 125.749 473 7 1 -85.3271 28.5225 5.55 + 74 126.318 1042 7 0 -85.3331 28.5213 4.15 + 74 116.879 472 6 1 -85.4591 28.4897 -24.45 + 74 128.258 1042 6 0 -85.4654 28.4876 -25.85 + 74 103.287 472 5 1 -85.607 28.4469 -54.45 + 74 116.835 1041 5 0 -85.6171 28.4424 -55.85 + 74 102.604 471 4 1 -85.7867 28.3555 -84.45 + 74 90.1948 1041 4 0 -85.7959 28.3497 -85.85 + 74 284.747 470 3 1 -85.979 28.2227 -114.45 + 74 143.802 1040 3 0 -85.9889 28.2158 -115.85 + 74 126.832 469 2 1 -86.1908 28.0703 -144.45 + 74 118.966 1040 2 0 -86.2028 28.0635 -145.85 + 74 110.394 467 1 1 -86.4591 27.9274 -174.45 + 74 102.818 1039 1 0 -86.4728 27.92 -175.85 + 74 109.286 466 0 1 -86.7573 27.7583 -204.45 + 74 91.6695 1038 0 0 -86.7704 27.7512 -205.85 + 74 5.83362 1074 6 1 34.8929 58.0696 -24.85 + 74 56.443 1046 8 0 -85.0968 29.3268 34.15 + 74 83.4756 1047 8 0 -85.0735 29.4502 34.0047 + 74 29.6216 1048 8 0 -85.0006 29.6502 33.8126 + 74 97.8383 1145 8 0 -85.0037 49.1443 33.75 + 74 149.927 1146 8 0 -85.2449 49.2501 33.8082 + 74 126.92 981 8 0 -160.352 16.429 33.75 + 74 104.362 980 8 0 -160.73 16.2499 33.8186 + 74 68.89 979 8 0 -160.797 16.05 33.8761 + 74 394.286 978 8 0 -160.705 15.85 33.8605 +Number of digits in this event = 16 Using G4ParticleGun ... -2.7576 LIN +7.36345 LIN proton Event: 75 -Number of tracker hits in this event = 18 - 75 110.714 245 8 1 -131.031 -44.7267 35.55 - 75 194.794 676 8 0 -131.027 -44.7257 34.15 - 75 144.596 246 7 1 -130.944 -44.7159 5.55 - 75 181.85 676 7 0 -130.939 -44.7153 4.15 - 75 106.703 246 6 1 -130.854 -44.6965 -24.45 - 75 156.185 676 6 0 -130.85 -44.6959 -25.85 - 75 132.037 246 5 1 -130.769 -44.688 -54.45 - 75 114.825 676 5 0 -130.764 -44.6865 -55.85 - 75 143.618 247 4 1 -130.658 -44.6533 -84.45 - 75 109.292 676 4 0 -130.652 -44.6524 -85.85 - 75 192.524 248 3 1 -130.538 -44.6353 -114.45 - 75 113.715 677 3 0 -130.533 -44.6378 -115.85 - 75 112.69 248 2 1 -130.429 -44.6804 -144.45 - 75 126.849 676 2 0 -130.428 -44.6776 -145.85 - 75 166.515 248 1 1 -130.401 -44.6238 -174.45 - 75 115.283 677 1 0 -130.402 -44.6212 -175.85 - 75 96.6672 248 0 1 -130.409 -44.5689 -204.45 - 75 104.244 677 0 0 -130.41 -44.5667 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 54 + 75 122.866 1233 9 1 66.8014 -104.29 65.55 + 75 120.965 379 9 0 66.8018 -104.291 64.15 + 75 86.5477 1233 8 1 66.8105 -104.314 35.55 + 75 101.537 379 8 0 66.8107 -104.316 34.15 + 75 115.432 1233 7 1 66.8145 -104.337 5.55 + 75 130.149 379 7 0 66.8149 -104.338 4.15 + 75 89.098 1233 6 1 66.8224 -104.363 -24.45 + 75 110.624 378 6 0 66.8218 -104.364 -25.85 + 75 106.31 1233 5 1 66.8105 -104.387 -54.45 + 75 161.902 378 5 0 66.8092 -104.389 -55.85 + 75 110.81 1233 4 1 66.7827 -104.424 -84.45 + 75 160.591 378 4 0 66.7828 -104.426 -85.85 + 75 107.292 1233 3 1 66.7855 -104.467 -114.45 + 75 109.2 378 3 0 66.7858 -104.469 -115.85 + 75 109.197 1233 2 1 66.7897 -104.517 -144.45 + 75 213.106 378 2 0 66.7893 -104.521 -145.85 + 75 96.2136 1233 1 1 66.7808 -104.606 -174.45 + 75 187.199 377 1 0 66.7797 -104.61 -175.85 + 75 106.177 1233 0 1 66.7564 -104.71 -204.45 + 75 112.526 377 0 0 66.756 -104.715 -205.85 + 75 62.761 832 4 0 44.3782 -13.65 -86.0998 + 75 11.2112 310 8 0 -146.614 -118.061 34.1127 + 75 54.1711 308 0 0 73.9628 -118.545 -206.25 + 75 1227.36 307 0 0 73.9652 -118.55 -206.229 + 75 1127.89 1270 0 1 74.1355 -118.887 -204.85 + 75 325.745 274 1 0 77.6827 -125.323 -176.25 + 75 890.95 273 1 0 77.6974 -125.35 -176.131 + 75 1238.64 1289 1 1 77.8552 -125.64 -174.85 + 75 1296.34 240 2 0 80.924 -131.995 -146.25 + 75 1209.4 1305 2 1 81.0723 -132.303 -144.85 + 75 762.364 211 3 0 83.7389 -137.91 -116.25 + 75 673.023 210 3 0 83.7581 -137.95 -116.043 + 75 1225.3 1319 3 1 83.8672 -138.184 -114.85 + 75 1373.71 193 4 0 86.6296 -141.486 -86.25 + 75 1237.6 1333 4 1 86.7675 -141.648 -84.85 + 75 670.345 174 5 0 88.1793 -145.327 -56.25 + 75 814.448 173 5 0 88.1879 -145.35 -56.0716 + 75 1316.03 1341 5 1 88.2504 -145.515 -54.85 + 75 1396.57 155 6 0 89.262 -148.986 -26.25 + 75 1565.35 1346 6 1 89.3054 -149.154 -24.85 + 75 1810.57 139 7 0 90.4528 -152.245 3.75 + 75 1932.32 1351 7 1 90.5062 -152.398 5.15 + 75 2013.37 127 8 0 91.0261 -154.649 33.75 + 75 2113.2 1354 8 1 91.0569 -154.761 35.15 + 75 2676.52 107 9 0 90.3285 -158.685 63.75 + 75 2696.96 1350 9 1 90.2856 -158.882 65.15 + 75 3821.62 90 10 0 88.9129 -162.052 93.75 + 75 4488.9 1344 10 1 88.8933 -162.204 95.15 + 75 222.741 196 2 1 -140.828 -83.7094 -144.825 + 75 159.599 1184 4 1 56.8521 -101.745 -84.4502 + 75 125.397 383 4 0 57.5547 -103.365 -85.85 + 75 55.8145 382 4 0 57.6709 -103.55 -86.075 + 75 43.4792 1558 0 1 131.836 -95.0775 -204.45 + 75 48.5101 1557 0 1 131.75 -95.1475 -204.529 +Number of digits in this event = 38 Using G4ParticleGun ... -6.91543 LIN +2.2636 LIN proton Event: 76 -Number of tracker hits in this event = 28 - 76 103.743 1207 9 1 61.4999 114.083 65.55 - 76 162.455 1469 9 0 61.4986 114.084 64.15 - 76 101.372 1207 8 1 61.4707 114.095 35.55 - 76 106.524 1469 8 0 61.4688 114.096 34.15 - 76 193.65 1206 7 1 61.4307 114.125 5.55 - 76 160.244 1469 7 0 61.427 114.126 4.15 - 76 133.166 1206 6 1 61.3546 114.144 -24.45 - 76 147.088 1469 6 0 61.3508 114.144 -25.85 - 76 149.909 1206 5 1 61.2721 114.153 -54.45 - 76 143.39 1470 5 0 61.2686 114.152 -55.85 - 76 406.617 1205 4 1 61.2036 114.125 -84.45 - 76 121.157 1469 4 0 61.2001 114.124 -85.85 - 76 96.7767 1205 3 1 61.1266 114.106 -114.45 - 76 99.2424 1469 3 0 61.1235 114.105 -115.85 - 76 114.209 1205 2 1 61.0636 114.071 -144.45 - 76 104.839 1469 2 0 61.0601 114.07 -145.85 - 76 381.386 1204 1 1 60.9892 114.042 -174.45 - 76 114.93 1469 1 0 60.986 114.04 -175.85 - 76 105.318 1204 0 1 60.9176 114.013 -204.45 - 76 96.4192 1469 0 0 60.9141 114.011 -205.85 - 76 7.12189 1203 1 1 60.85 114.817 -174.831 - 76 67.9543 1481 1 0 59.6215 116.376 -175.85 - 76 60.4366 1482 1 0 59.5018 116.55 -175.944 - 76 65.1496 1483 1 0 59.4057 116.75 -176.003 - 76 200.355 1484 1 0 59.2712 116.95 -176.098 - 76 113.208 1466 4 0 61.6628 113.482 -85.85 - 76 79.022 1465 4 0 61.7827 113.35 -86.0688 - 76 169.897 1470 6 0 61.3956 114.15 -26.0111 -Number of digits in this event = 13 +Number of tracker hits in this event = 23 + 76 115.742 1616 7 1 143.357 32.8022 5.55 + 76 147.403 1063 7 0 143.356 32.7984 4.15 + 76 102.353 1615 6 1 143.349 32.7238 -24.45 + 76 135.85 1063 6 0 143.349 32.7205 -25.85 + 76 101.799 1616 5 1 143.361 32.6625 -54.45 + 76 179.066 1063 5 0 143.361 32.6594 -55.85 + 76 125.319 1616 4 1 143.356 32.5852 -84.45 + 76 111.957 1062 4 0 143.355 32.5833 -85.85 + 76 95.4738 1615 3 1 143.321 32.5393 -114.45 + 76 110.715 1062 3 0 143.318 32.5385 -115.85 + 76 104.101 1615 2 1 143.25 32.5153 -144.45 + 76 103.631 1062 2 0 143.251 32.5163 -145.85 + 76 239.274 1615 1 1 143.268 32.5353 -174.45 + 76 112.128 1062 1 0 143.268 32.5354 -175.85 + 76 87.9841 1615 0 1 143.281 32.5262 -204.45 + 76 101.065 1062 0 0 143.278 32.5267 -205.85 + 76 2.39063 842 2 0 -147.329 -11.6463 -146.25 + 76 117.086 841 2 0 -147.335 -11.6506 -146.244 + 76 100.47 840 2 0 -147.555 -11.85 -146.032 + 76 14.5265 151 2 1 -149.886 -12.8074 -144.85 + 76 66.8517 150 2 1 -149.95 -12.8296 -144.82 + 76 26.3211 149 2 1 -150.15 -12.879 -144.841 + 76 157.648 827 2 0 -153.607 -14.4519 -145.85 +Number of digits in this event = 9 Using G4ParticleGun ... -5.26428 LIN +6.48629 LIN proton Event: 77 -Number of tracker hits in this event = 20 - 77 182.414 1545 9 1 129.25 10.8333 65.55 - 77 115.828 953 9 0 129.251 10.8341 64.15 - 77 113.617 1545 8 1 129.259 10.8465 35.55 - 77 135.981 953 8 0 129.258 10.8488 34.15 - 77 90.5927 1545 7 1 129.233 10.8978 5.55 - 77 110.74 954 7 0 129.232 10.9008 4.15 - 77 111.831 1545 6 1 129.206 10.9662 -24.45 - 77 116.703 954 6 0 129.204 10.9686 -25.85 - 77 105.136 1545 5 1 129.167 11.0139 -54.45 - 77 109.403 954 5 0 129.164 11.0169 -55.85 - 77 111.777 1544 4 1 129.1 11.0776 -84.45 - 77 85.2901 955 4 0 129.096 11.081 -85.85 - 77 102.764 1544 3 1 129.02 11.1521 -114.45 - 77 122.991 955 3 0 129.016 11.1542 -115.85 - 77 154.349 1543 2 1 128.938 11.1985 -144.45 - 77 102.376 955 2 0 128.937 11.1994 -145.85 - 77 104.601 1543 1 1 128.905 11.2203 -174.45 - 77 193.619 955 1 0 128.903 11.2204 -175.85 - 77 112.676 1543 0 1 128.866 11.2278 -204.45 - 77 169.849 955 0 0 128.866 11.228 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 108 + 77 109.435 1065 11 1 33.2367 -60.9649 125.55 + 77 106.592 595 11 0 33.2371 -60.9642 124.15 + 77 116.986 1065 10 1 33.2426 -60.9503 95.55 + 77 106.674 595 10 0 33.2432 -60.9494 94.15 + 77 178.635 1066 9 1 33.2531 -60.9313 65.55 + 77 119.589 595 9 0 33.2535 -60.9313 64.15 + 77 106.133 1066 8 1 33.2622 -60.938 35.55 + 77 124.686 595 8 0 33.2618 -60.9392 34.15 + 77 124.043 1066 7 1 33.2506 -60.9649 5.55 + 77 124.438 595 7 0 33.2499 -60.9663 4.15 + 77 119.943 1065 6 1 33.2368 -60.9941 -24.45 + 77 131.006 595 6 0 33.2367 -60.9956 -25.85 + 77 112.417 1065 5 1 33.2392 -61.0231 -54.45 + 77 122.818 595 5 0 33.2385 -61.025 -55.85 + 77 113.893 1065 4 1 33.2248 -61.0694 -84.45 + 77 126.648 594 4 0 33.2243 -61.0713 -85.85 + 77 101.576 1065 3 1 33.2151 -61.1096 -114.45 + 77 123.558 594 3 0 33.2145 -61.1116 -115.85 + 77 145.305 1065 2 1 33.1995 -61.1499 -144.45 + 77 116.772 594 2 0 33.1976 -61.1521 -145.85 + 77 127.142 1065 1 1 33.1581 -61.2019 -174.45 + 77 231.131 594 1 0 33.1552 -61.2035 -175.85 + 77 110.014 1065 0 1 33.1004 -61.2398 -204.45 + 77 90.2113 594 0 0 33.098 -61.2444 -205.85 + 77 59.483 970 2 0 59.4859 14.0707 -145.85 + 77 57.8267 338 6 1 -112.535 43.6292 -24.847 + 77 7.74784 1058 0 0 4.49147 31.85 -206.121 + 77 150.612 1333 0 0 -28.2912 86.65 -206.24 + 77 28.6095 1133 0 0 16.5166 46.85 -205.98 + 77 6.83551 1299 1 0 65.6878 80.0327 -176.25 + 77 88.3999 1300 1 0 65.6919 80.05 -176.237 + 77 118.163 1301 1 0 65.7401 80.25 -176.09 + 77 47.4696 1302 1 0 65.7889 80.45 -175.943 + 77 142.715 1230 1 1 66.1404 81.9498 -174.85 + 77 26.2611 1231 1 1 66.25 82.4178 -174.509 + 77 22.9358 1505 2 0 74.9604 121.282 -146.25 + 77 73.255 1506 2 0 74.9757 121.35 -146.2 + 77 75.5776 1507 2 0 75.0199 121.55 -146.055 + 77 24.4286 1508 2 0 75.0634 121.75 -145.909 + 77 195.602 1276 2 1 75.3715 123.19 -144.85 + 77 51.7529 1277 2 1 75.45 123.557 -144.581 + 77 74.7896 1708 3 0 84.1177 161.785 -116.25 + 77 77.6436 1709 3 0 84.1553 161.95 -116.127 + 77 74.9674 1710 3 0 84.2006 162.15 -115.98 + 77 248.761 1322 3 1 84.5419 163.658 -114.85 + 77 18.1727 1323 3 1 84.65 164.134 -114.493 + 77 73.1909 1326 1 0 66.5449 85.2667 -176.25 + 77 73.0326 1327 1 0 66.5873 85.45 -176.131 + 77 64.4178 1328 1 0 66.635 85.65 -176 + 77 32.0347 1329 1 0 66.6824 85.85 -175.868 + 77 291.07 1235 1 1 67.0586 87.3807 -174.85 + 77 69.8645 1531 2 0 75.733 126.39 -146.25 + 77 75.1122 1532 2 0 75.7681 126.55 -146.132 + 77 77.6291 1533 2 0 75.8107 126.75 -145.984 + 77 166.262 1280 2 1 76.1482 128.295 -144.85 + 77 24.1444 1281 2 1 76.25 128.761 -144.508 + 77 19.2756 1780 3 0 89.0029 176.289 -116.25 + 77 74.8783 1781 3 0 89.0193 176.35 -116.214 + 77 147.861 1782 3 0 89.0713 176.55 -116.095 + 77 83.0278 1783 3 0 89.1227 176.75 -115.976 + 77 2.68794 1784 3 0 89.1762 176.95 -115.857 + 77 26.3651 1347 3 1 89.6277 178.654 -114.85 + 77 226.815 1348 3 1 89.65 178.738 -114.8 + 77 297.606 573 0 0 12.8989 -65.4098 -206.25 + 77 52.5239 572 0 0 12.7812 -65.45 -205.901 + 77 350.33 961 0 1 12.4267 -65.5696 -204.85 + 77 388.153 556 1 0 2.90682 -68.803 -176.25 + 77 444.089 911 1 1 2.44486 -68.964 -174.85 + 77 413.054 537 2 0 -6.88564 -72.5605 -146.25 + 77 466.758 863 2 1 -7.33993 -72.7369 -144.85 + 77 67.7051 862 2 1 -7.45 -72.7798 -144.51 + 77 378.48 519 3 0 -17.0231 -76.0506 -116.25 + 77 382.318 812 3 1 -17.4961 -76.214 -114.85 + 77 436.98 504 4 0 -26.4439 -79.0982 -86.25 + 77 412.482 765 4 1 -26.897 -79.2544 -84.85 + 77 476.465 485 5 0 -36.4001 -82.9911 -56.25 + 77 379.226 715 5 1 -36.8654 -83.1737 -54.85 + 77 387.757 468 6 0 -46.8411 -86.2761 -26.25 + 77 425.934 663 6 1 -47.3282 -86.4321 -24.85 + 77 42.4152 662 6 1 -47.45 -86.4717 -24.4995 + 77 430.537 452 7 0 -56.124 -89.5408 3.75 + 77 424.731 617 7 1 -56.5507 -89.695 5.15 + 77 82.7646 616 7 1 -56.65 -89.7312 5.47658 + 77 292.374 436 8 0 -64.7559 -92.9233 33.75 + 77 143.408 435 8 0 -64.8237 -92.95 33.9866 + 77 361.335 574 8 1 -65.1563 -93.084 35.15 + 77 76.5538 573 8 1 -65.25 -93.1219 35.4776 + 77 484.587 415 9 0 -74.1302 -97.0821 63.75 + 77 233.581 527 9 1 -74.5713 -97.2717 65.15 + 77 152.846 526 9 1 -74.65 -97.305 65.3996 + 77 383.831 393 10 0 -83.6904 -101.472 93.75 + 77 384.911 479 10 1 -84.1406 -101.676 95.15 + 77 66.9965 478 10 1 -84.25 -101.725 95.489 + 77 470.85 373 11 0 -94.1586 -105.413 123.75 + 77 278.311 427 11 1 -94.6532 -105.592 125.15 + 77 172.415 426 11 1 -94.75 -105.627 125.423 + 77 590.451 353 12 0 -105.405 -109.371 153.75 + 77 61.3545 371 12 1 -105.931 -109.554 155.15 + 77 391.162 370 12 1 -105.95 -109.561 155.199 + 77 454.964 339 13 0 -117.308 -112.195 183.75 + 77 281.683 311 13 1 -117.858 -112.325 185.15 + 77 184.099 310 13 1 -117.95 -112.347 185.385 + 77 234.296 327 14 0 -129.222 -114.733 213.75 + 77 374.898 326 14 0 -129.303 -114.75 213.955 + 77 521.815 251 14 1 -129.767 -114.849 215.15 + 77 6.79138 1721 6 1 164.397 82.0111 -24.85 + 77 25.1712 1347 6 0 171.657 89.4771 -26.0329 + 77 136.297 1065 7 1 33.25 -60.9656 5.24571 +Number of digits in this event = 59 Using G4ParticleGun ... -6.46905 LIN +7.25639 LIN proton Event: 78 -Number of tracker hits in this event = 20 - 78 96.9675 454 6 1 -89.0595 -120.697 -24.45 - 78 128.671 297 6 0 -89.0597 -120.696 -25.85 - 78 103.152 454 5 1 -89.0634 -120.687 -54.45 - 78 140.689 297 5 0 -89.0634 -120.687 -55.85 - 78 135.135 454 4 1 -89.0657 -120.674 -84.45 - 78 100.401 297 4 0 -89.0667 -120.674 -85.85 - 78 224.753 454 3 1 -89.0808 -120.66 -114.45 - 78 111.01 297 3 0 -89.0813 -120.658 -115.85 - 78 253.915 454 2 1 -89.0929 -120.606 -144.45 - 78 122.129 297 2 0 -89.0936 -120.605 -145.85 - 78 106.32 454 1 1 -89.1102 -120.584 -174.45 - 78 105.753 297 1 0 -89.1112 -120.584 -175.85 - 78 117.39 454 0 1 -89.131 -120.58 -204.45 - 78 93.098 297 0 0 -89.1314 -120.578 -205.85 - 78 119.129 247 4 0 -72.1015 -130.558 -86.2495 - 78 14.5341 542 4 1 -71.4652 -130.766 -84.85 - 78 118.515 543 4 1 -71.45 -130.772 -84.8158 - 78 112.481 544 4 1 -71.25 -130.882 -84.5545 - 78 89.8349 545 4 1 -71.0497 -130.815 -84.5893 - 78 261.666 546 4 1 -70.85 -130.748 -84.6581 -Number of digits in this event = 8 +Number of tracker hits in this event = 21 + 78 108.932 1626 7 1 145.54 21.4151 5.55 + 78 83.7959 1006 7 0 145.541 21.4146 4.15 + 78 131.239 1627 6 1 145.559 21.4013 -24.45 + 78 94.1123 1006 6 0 145.561 21.4018 -25.85 + 78 106.443 1627 5 1 145.584 21.4144 -54.45 + 78 249.995 1006 5 0 145.585 21.4156 -55.85 + 78 107.267 1627 4 1 145.599 21.439 -84.45 + 78 134.09 1006 4 0 145.6 21.4401 -85.85 + 78 101.596 1627 3 1 145.63 21.4652 -114.45 + 78 97.7131 1007 3 0 145.631 21.466 -115.85 + 78 157.605 1627 2 1 145.66 21.4836 -144.45 + 78 109.677 1007 2 0 145.661 21.4854 -145.85 + 78 115.391 1627 1 1 145.691 21.5227 -174.45 + 78 121.557 1007 1 0 145.692 21.5252 -175.85 + 78 107.935 1627 0 1 145.717 21.5808 -204.45 + 78 104.487 1007 0 0 145.718 21.5839 -205.85 + 78 265.472 1628 2 1 145.75 21.4083 -144.676 + 78 54.6891 1629 2 1 145.95 21.2257 -144.828 + 78 108.669 1000 2 0 147.65 20.2323 -145.85 + 78 98.5526 999 2 0 147.789 20.05 -145.963 + 78 96.9014 998 2 0 147.835 19.85 -146.087 +Number of digits in this event = 7 Using G4ParticleGun ... -5.29191 LIN +5.86805 LIN proton Event: 79 -Number of tracker hits in this event = 125 - 79 138.032 825 11 1 -14.8646 -72.4323 125.55 - 79 91.1224 538 11 0 -14.8646 -72.4311 124.15 - 79 110.411 825 10 1 -14.8668 -72.4022 95.55 - 79 95.7775 538 10 0 -14.8694 -72.4007 94.15 - 79 100.839 825 9 1 -14.916 -72.3692 65.55 - 79 110.389 538 9 0 -14.9191 -72.3682 64.15 - 79 184.416 825 8 1 -14.9829 -72.3477 35.55 - 79 103.007 538 8 0 -14.9853 -72.3474 34.15 - 79 144.956 825 7 1 -15.0301 -72.3397 5.55 - 79 105.998 538 7 0 -15.031 -72.3406 4.15 - 79 121.915 825 6 1 -15.0481 -72.3633 -24.45 - 79 108.54 538 6 0 -15.0485 -72.3645 -25.85 - 79 148.936 824 5 1 -15.0594 -72.3895 -54.45 - 79 200.017 538 5 0 -15.0592 -72.3915 -55.85 - 79 90.7952 824 4 1 -15.0712 -72.4407 -84.45 - 79 129.35 538 4 0 -15.0714 -72.4439 -85.85 - 79 75.4473 824 3 1 -15.082 -72.5133 -114.45 - 79 113.519 537 3 0 -15.0815 -72.5151 -115.85 - 79 131.187 824 2 1 -15.0745 -72.5493 -144.45 - 79 105.952 537 2 0 -15.0712 -72.5613 -145.85 - 79 126.284 825 1 1 -15.0062 -72.8058 -174.45 - 79 239.012 536 1 0 -15.0022 -72.8178 -175.85 - 79 128.697 825 0 1 -14.9337 -73.0474 -204.45 - 79 144.837 534 0 0 -14.9298 -73.0577 -205.85 - 79 20.2714 1436 9 1 107.372 111.645 65.369 - 79 6561.92 520 1 1 -75.985 35.3339 -174.678 - 79 46.8899 794 0 0 -30.8954 -21.1892 -206.178 - 79 123.059 474 0 0 -14.9785 -85.0679 -206.25 - 79 112.272 827 0 1 -14.5883 -85.418 -204.85 - 79 61.8647 535 1 0 6.2714 -72.9222 -176.25 - 79 188.387 936 1 1 7.29277 -72.2552 -174.85 - 79 64.4747 937 1 1 7.45 -72.1611 -174.636 - 79 112.719 617 2 0 13.654 -56.596 -146.25 - 79 47.958 618 2 0 13.7133 -56.45 -145.999 - 79 160.901 969 2 1 13.9263 -55.7829 -144.85 - 79 1.37952 970 2 1 14.05 -55.4988 -144.456 - 79 140.573 690 3 0 36.3735 -42.0295 -116.25 - 79 2.08583 691 3 0 36.6596 -41.85 -115.859 - 79 74.7858 1086 3 1 37.289 -41.4766 -114.85 - 79 106.723 1087 3 1 37.45 -41.3997 -114.643 - 79 101.334 713 4 0 61.2793 -37.3663 -86.25 - 79 23.2683 1209 4 1 62.0124 -37.305 -84.85 - 79 119.099 1210 4 1 62.05 -37.3051 -84.7748 - 79 106.25 763 5 0 40.1118 -27.2692 -56.25 - 79 31.629 764 5 0 40.0538 -27.25 -56.1487 - 79 140.745 1096 5 1 39.3831 -27.3309 -54.85 - 79 16.8318 1095 5 1 39.25 -27.4016 -54.5107 - 79 15.3164 823 6 0 36.8351 -15.3001 -26.25 - 79 469.059 824 6 0 36.8398 -15.25 -26.194 - 79 391.3 1086 6 1 37.3243 -14.1126 -24.85 - 79 15.2369 1087 6 1 37.45 -13.8676 -24.6356 - 79 151.735 1085 6 1 37.25 -13.6669 -24.5104 - 79 119.05 468 0 0 -19.1554 -86.3449 -206.25 - 79 201.005 407 3 0 -74.735 -98.55 -116.162 - 79 23.1156 1255 4 0 -94.1781 71.05 -86.2273 - 79 8.25487 456 0 0 -17.7223 -88.8359 -206.25 - 79 102.386 455 0 0 -17.7246 -88.85 -206.228 - 79 27.0977 454 0 0 -17.7531 -89.05 -205.941 - 79 51.191 811 0 1 -17.8392 -89.8253 -204.85 - 79 124.629 810 0 1 -17.85 -89.9261 -204.707 - 79 14.5027 381 1 0 -19.3611 -103.924 -176.25 - 79 106.179 380 1 0 -19.3633 -103.95 -176.198 - 79 184.1 803 1 1 -19.4138 -104.6 -174.849 - 79 7.0703 263 2 0 -17.5426 -127.531 -146.25 - 79 114.015 262 2 0 -17.5411 -127.55 -146.226 - 79 93.0353 261 2 0 -17.5282 -127.75 -145.979 - 79 204.241 812 2 1 -17.5612 -128.712 -144.85 - 79 71.1275 161 3 0 -17.648 -147.797 -116.25 - 79 57.5185 160 3 0 -17.6391 -147.95 -116.009 - 79 151.783 812 3 1 -17.5221 -148.699 -114.85 - 79 158.272 133 4 0 -4.75727 -153.468 -86.25 - 79 112.467 878 4 1 -4.34751 -153.623 -84.8496 - 79 125.126 100 5 0 14.0492 -160.018 -56.25 - 79 217.44 974 5 1 14.8617 -160.206 -54.8495 - 79 29.7928 975 5 1 15.05 -160.245 -54.5368 - 79 9.78441 861 2 1 -7.68057 -132.793 -144.85 - 79 129.526 862 2 1 -7.65 -132.809 -144.848 - 79 64.5059 863 2 1 -7.44957 -132.914 -144.837 - 79 26.1533 864 2 1 -7.25 -133.027 -144.827 - 79 77.7776 223 2 0 -3.21267 -135.421 -145.85 - 79 181.219 222 2 0 -2.9566 -135.55 -145.884 - 79 61.2709 221 2 0 -2.67967 -135.75 -146.042 - 79 11.6294 220 2 0 -2.60433 -135.95 -146.217 - 79 131.734 1219 7 1 63.89 -68.125 5.54993 - 79 104.979 303 8 0 -18.3553 -119.363 33.75 - 79 86.6558 808 8 1 -18.2674 -119.681 35.15 - 79 28.6656 809 8 1 -18.25 -119.736 35.4072 - 79 109.286 313 9 0 -14.1978 -117.394 63.75 - 79 119.931 830 9 1 -13.9912 -117.312 65.1505 - 79 122.578 325 10 0 -9.12361 -114.996 93.75 - 79 144.047 855 10 1 -8.92064 -114.846 95.15 - 79 110.527 339 11 0 -11.4222 -112.194 123.751 - 79 2.80224 340 11 0 -11.4604 -112.15 124.146 - 79 125.601 842 11 1 -11.5768 -112.011 125.15 - 79 108.313 333 12 0 -22.1277 -113.373 153.75 - 79 5.95633 787 12 1 -22.6426 -113.488 155.15 - 79 126.191 786 12 1 -22.6503 -113.489 155.171 - 79 210.973 284 13 0 -28.6308 -123.2 183.75 - 79 113.894 755 13 1 -28.9056 -123.689 185.15 - 79 185.572 223 14 0 -38.9211 -135.408 213.75 - 79 19.5917 222 14 0 -39.0493 -135.55 214.083 - 79 133.877 702 14 1 -39.4697 -136.035 215.15 - 79 9.87913 219 13 0 -32.0655 -136.15 183.874 - 79 16.6756 227 8 0 -15.5544 -134.709 33.75 - 79 85.511 226 8 0 -15.5468 -134.75 33.8071 - 79 50.1855 225 8 0 -15.5299 -134.95 34.0217 - 79 65.8947 826 8 1 -14.85 -135.596 35.3636 - 79 67.4479 661 9 0 -65.7966 -47.807 63.75 - 79 80.1476 662 9 0 -65.8997 -47.6499 63.7948 - 79 91.6696 663 9 0 -66.0285 -47.45 63.8882 - 79 132.018 664 9 0 -66.127 -47.2498 64.001 - 79 74.7068 665 9 0 -66.2719 -47.05 64.0571 - 79 88.3317 666 9 0 -66.4939 -46.8498 64.095 - 79 85.3063 667 9 0 -66.6205 -46.65 64.1162 - 79 62.2222 668 9 0 -66.7041 -46.45 64.0989 - 79 71.6822 669 9 0 -66.8079 -46.25 64.0637 - 79 129.536 670 9 0 -66.8931 -46.0499 64.088 - 79 69.9062 671 9 0 -66.9919 -45.8492 64.0578 - 79 62.8735 672 9 0 -67.0984 -45.65 64.0948 - 79 52.4818 556 9 1 -68.7669 -43.3642 65.15 - 79 359.173 555 9 1 -68.85 -43.2587 65.1921 - 79 111.817 554 9 1 -69.0502 -42.2436 65.4617 - 79 240.274 553 9 1 -69.25 -42.0982 65.384 - 79 181.191 694 9 0 -69.065 -41.1467 64.15 - 79 66.5069 693 9 0 -69.0484 -41.25 63.9731 -Number of digits in this event = 48 +Number of tracker hits in this event = 24 + 79 127.659 625 11 1 -54.9674 1.4449 125.55 + 79 122.471 906 11 0 -54.9674 1.44437 124.15 + 79 105.63 625 10 1 -54.9655 1.43287 95.55 + 79 217.905 906 10 0 -54.9644 1.43255 94.15 + 79 116.771 625 9 1 -54.9426 1.42292 65.55 + 79 113.494 906 9 0 -54.9408 1.42195 64.15 + 79 138.379 625 8 1 -54.9033 1.39457 35.55 + 79 142.073 906 8 0 -54.9014 1.3936 34.15 + 79 133.25 625 7 1 -54.8641 1.37555 5.55 + 79 115.944 906 7 0 -54.8631 1.37459 4.15 + 79 126.101 626 6 1 -54.841 1.35442 -24.45 + 79 105.2 906 6 0 -54.8394 1.35363 -25.85 + 79 165.346 626 5 1 -54.8059 1.33518 -54.45 + 79 104.585 906 5 0 -54.8034 1.33355 -55.85 + 79 103.414 626 4 1 -54.7472 1.30204 -84.45 + 79 111.116 906 4 0 -54.7446 1.30047 -85.85 + 79 133.057 626 3 1 -54.6899 1.2711 -114.45 + 79 99.0595 906 3 0 -54.6872 1.26952 -115.85 + 79 102.446 627 2 1 -54.6305 1.23581 -144.45 + 79 118.117 905 2 0 -54.6287 1.23335 -145.85 + 79 92.634 627 1 1 -54.5892 1.18446 -174.45 + 79 97.2142 905 1 0 -54.588 1.18169 -175.85 + 79 115.431 627 0 1 -54.5616 1.12632 -204.45 + 79 108.418 905 0 0 -54.563 1.12392 -205.85 +Number of digits in this event = 10 Using G4ParticleGun ... -2.35778 LIN +1.42011 LIN proton Event: 80 -Number of tracker hits in this event = 23 - 80 116.888 473 8 1 -85.2536 -111.018 35.55 - 80 127.588 345 8 0 -85.2516 -111.021 34.15 - 80 106.26 474 7 1 -85.2067 -111.081 5.55 - 80 344.203 345 7 0 -85.2062 -111.082 4.15 - 80 121.257 474 6 1 -85.1955 -111.094 -24.45 - 80 131.839 345 6 0 -85.1951 -111.096 -25.85 - 80 145.296 474 5 1 -85.179 -111.146 -54.45 - 80 123.054 345 5 0 -85.1796 -111.148 -55.85 - 80 158.572 474 4 1 -85.2 -111.2 -84.45 - 80 131.446 344 4 0 -85.2023 -111.202 -85.85 - 80 127.622 474 3 1 -85.2422 -111.225 -114.45 - 80 123.076 344 3 0 -85.2424 -111.228 -115.85 - 80 108.733 474 2 1 -85.2388 -111.289 -144.45 - 80 134.959 344 2 0 -85.2388 -111.289 -145.85 - 80 130.826 474 1 1 -85.2416 -111.304 -174.45 - 80 111.884 344 1 0 -85.2418 -111.305 -175.85 - 80 161.119 474 0 1 -85.2451 -111.327 -204.45 - 80 106.688 344 0 0 -85.2468 -111.33 -205.85 - 80 60.5721 475 4 1 -85.0498 -111.173 -84.6883 - 80 73.2863 343 4 0 -85.2008 -111.49 -85.8502 - 80 74.7072 342 4 0 -85.2419 -111.55 -86.0604 - 80 1.31881 857 4 0 -95.3912 -8.45627 -86.25 - 80 43.696 858 4 0 -95.3916 -8.45 -86.2479 -Number of digits in this event = 14 +Number of tracker hits in this event = 83 + 80 141.718 391 9 1 -101.872 58.518 65.55 + 80 147.804 1192 9 0 -101.872 58.5195 64.15 + 80 108.371 391 8 1 -101.893 58.5416 35.55 + 80 155.46 1192 8 0 -101.905 58.5304 34.15 + 80 141.697 389 7 1 -102.16 58.3109 5.55 + 80 141.314 1191 7 0 -102.173 58.2968 4.15 + 80 120.687 388 6 1 -102.456 58.0086 -24.45 + 80 104.409 1189 6 0 -102.471 57.9952 -25.85 + 80 129.783 386 5 1 -102.812 57.7375 -54.45 + 80 155.792 1188 5 0 -102.836 57.7396 -55.85 + 80 25.6221 399 4 1 -100.35 59.5807 -84.7741 + 80 51.0646 1203 7 0 -116.245 60.7945 3.75 + 80 4142.89 384 4 1 -103.295 57.4859 -84.45 + 80 94.7579 1172 4 0 -102.749 54.469 -85.85 + 80 1104.11 1171 4 0 -102.745 54.45 -85.8587 + 80 1011.65 1170 4 0 -102.709 54.25 -85.9512 + 80 1333.6 1169 4 0 -102.673 54.05 -86.0425 + 80 1309 1168 4 0 -102.644 53.85 -86.1376 + 80 184.511 1167 4 0 -102.615 53.65 -86.2366 + 80 137.289 1318 8 0 69.7461 83.7133 33.75 + 80 116.03 1319 8 0 69.9723 83.85 33.9385 + 80 66.3967 1257 8 1 71.4702 84.8155 35.15 + 80 67.4376 1258 8 1 71.6506 84.947 35.2911 + 80 33.6733 1259 8 1 71.8504 85.0611 35.4678 + 80 64.894 1373 9 0 46.8793 94.8548 63.7501 + 80 190.316 1374 9 0 46.8343 94.9503 63.8102 + 80 15.5479 1375 9 0 46.514 95.15 63.7843 + 80 1.59861 1144 8 0 64.2581 48.8523 33.75 + 80 373.321 1143 8 0 64.2635 48.85 33.7555 + 80 156.139 1226 8 1 65.2653 48.1362 35.15 + 80 66.9766 1227 8 1 65.45 48.0073 35.4109 + 80 64.2209 1108 9 0 78.8561 41.6953 63.75 + 80 59.1761 1107 9 0 78.9461 41.65 63.9479 + 80 45.7642 1296 9 1 79.409 41.4218 65.15 + 80 159.699 1297 9 1 79.45 41.4016 65.2521 + 80 106.634 1078 10 0 74.6808 35.737 93.7501 + 80 126.681 1272 10 1 74.5365 35.4545 95.1504 + 80 74.2381 1020 11 0 35.6971 24.1055 123.75 + 80 295.504 1019 11 0 35.4717 24.05 123.899 + 80 27.5507 1059 11 1 31.9243 23.2351 125.15 + 80 59.4532 1058 11 1 31.85 23.2184 125.176 + 80 65.194 1057 11 1 31.6496 23.1748 125.238 + 80 144.749 1056 11 1 31.45 23.1425 125.303 + 80 60.5703 1055 11 1 31.25 23.1043 125.372 + 80 61.8048 1054 11 1 31.05 23.0531 125.447 + 80 26.9674 1053 11 1 30.85 22.9849 125.52 + 80 128.779 1015 12 0 16.1777 23.0922 153.75 + 80 67.1332 975 12 1 15.1559 23.2099 155.15 + 80 80.3044 974 12 1 15.05 23.2165 155.278 + 80 12.9702 973 12 1 14.85 23.2187 155.516 + 80 201.286 971 12 1 14.3397 23.0923 155.55 + 80 317.013 1014 12 0 14.2681 22.9885 154.15 + 80 109.763 970 12 1 14.25 23.0816 155.348 + 80 51.4771 969 12 1 14.05 23.0475 155.231 + 80 2.03327 968 12 1 13.8498 23.0096 155.153 + 80 356.861 1013 12 0 11.7523 22.8224 154.15 + 80 10.1679 1243 8 1 68.7907 47.903 35.15 + 80 57.4892 1244 8 1 68.8505 47.8848 35.1666 + 80 56.9143 1245 8 1 69.05 47.8234 35.2157 + 80 61.0533 1246 8 1 69.2501 47.7717 35.2446 + 80 58.7361 1247 8 1 69.4501 47.7366 35.2298 + 80 44.3289 1248 8 1 69.65 47.7073 35.2061 + 80 35.3996 1249 8 1 69.85 47.67 35.1621 + 80 747.94 1132 8 0 73.7961 46.5915 34.15 + 80 208.061 1270 8 1 74.1198 46.8646 35.1501 + 80 42.9947 826 8 0 160.661 -14.808 33.75 + 80 69.4576 825 8 0 160.697 -14.85 33.7819 + 80 212.565 824 8 0 160.811 -15.05 33.8999 + 80 175.433 487 8 0 134.642 -82.5349 33.7501 + 80 218.897 486 8 0 134.606 -82.65 33.7951 + 80 34.1719 1131 8 0 74.0959 46.45 33.7954 + 80 167.639 383 4 1 -103.35 57.8021 -84.4717 + 80 135.799 1189 4 0 -103.749 57.943 -85.85 + 80 128.413 340 3 1 -112.017 60.8685 -114.45 + 80 113.68 1204 3 0 -112.419 61.0152 -115.85 + 80 24.3578 1205 3 0 -112.514 61.05 -116.181 + 80 132.559 297 2 1 -120.593 64.0345 -144.45 + 80 187.666 1220 2 0 -120.983 64.1794 -145.85 + 80 4.74061 256 1 1 -128.945 67.1473 -174.45 + 80 148.908 255 1 1 -128.95 67.149 -174.467 + 80 214.552 1236 1 0 -129.332 67.2918 -175.85 + 80 241.291 214 0 1 -137.214 70.2294 -204.45 + 80 151.339 1251 0 0 -137.597 70.3707 -205.85 +Number of digits in this event = 43 Using G4ParticleGun ... -4.68842 LIN +4.63773 LIN proton Event: 81 Number of tracker hits in this event = 24 - 81 140.449 1414 8 1 102.967 -93.6101 35.55 - 81 127.684 432 8 0 102.967 -93.612 34.15 - 81 213.903 1414 7 1 102.959 -93.6485 5.55 - 81 162.945 432 7 0 102.958 -93.6494 4.15 - 81 100.583 1413 6 1 102.944 -93.6699 -24.45 - 81 201.155 432 6 0 102.943 -93.6718 -25.85 - 81 109.864 1413 5 1 102.929 -93.7079 -54.45 - 81 107.618 432 5 0 102.929 -93.7099 -55.85 - 81 169.748 1413 4 1 102.93 -93.7512 -84.45 - 81 239.015 431 4 0 102.929 -93.7528 -85.85 - 81 98.1323 1413 3 1 102.916 -93.7872 -114.45 - 81 97.4147 431 3 0 102.914 -93.7887 -115.85 - 81 135.829 1413 2 1 102.878 -93.8131 -144.45 - 81 151.008 431 2 0 102.877 -93.8135 -145.85 - 81 101.193 1413 1 1 102.848 -93.8163 -174.45 - 81 136.272 431 1 0 102.845 -93.8165 -175.85 - 81 104.331 1413 0 1 102.795 -93.8219 -204.45 - 81 376.521 431 0 0 102.792 -93.8228 -205.85 - 81 85.5625 1414 4 1 102.95 -93.8058 -84.5841 - 81 162.568 1415 4 1 103.15 -93.6668 -84.5984 - 81 67.4116 1416 4 1 103.35 -93.6989 -84.7116 - 81 174.645 432 4 0 103.732 -93.6678 -85.85 - 81 60.4451 465 6 0 130.151 -86.99 -26.25 - 81 335.005 464 6 0 130.267 -87.05 -26.1352 -Number of digits in this event = 15 + 81 107.806 1101 11 1 40.3792 -6.13669 125.55 + 81 120.874 869 11 0 40.3792 -6.13516 124.15 + 81 103.085 1101 10 1 40.3761 -6.10508 95.55 + 81 121.218 869 10 0 40.3754 -6.10482 94.15 + 81 106.016 1101 9 1 40.3643 -6.10249 65.55 + 81 164.917 869 9 0 40.3638 -6.10205 64.15 + 81 124.828 1101 8 1 40.3525 -6.09277 35.55 + 81 126.562 869 8 0 40.3512 -6.09146 34.15 + 81 169.003 1101 7 1 40.3378 -6.0673 5.55 + 81 127.275 869 7 0 40.3382 -6.06724 4.15 + 81 137.247 1101 6 1 40.343 -6.0667 -24.45 + 81 112.866 869 6 0 40.3429 -6.06572 -25.85 + 81 113.436 1101 5 1 40.3377 -6.04537 -54.45 + 81 136.715 870 5 0 40.3377 -6.04389 -55.85 + 81 187.33 1101 4 1 40.3369 -6.0157 -84.45 + 81 214.775 870 4 0 40.3377 -6.01488 -85.85 + 81 104.801 1101 3 1 40.3538 -5.99624 -114.45 + 81 166.556 870 3 0 40.3528 -5.99426 -115.85 + 81 182.42 1101 2 1 40.3353 -5.94897 -144.45 + 81 105.07 870 2 0 40.3355 -5.94614 -145.85 + 81 384.221 1101 1 1 40.3403 -5.89343 -174.45 + 81 119.701 870 1 0 40.3395 -5.88974 -175.85 + 81 89.5499 1101 0 1 40.3268 -5.81235 -204.45 + 81 226.31 871 0 0 40.3265 -5.80998 -205.85 +Number of digits in this event = 18 Using G4ParticleGun ... -1.95396 LIN +5.41263 LIN proton Event: 82 -Number of tracker hits in this event = 95 - 82 3735.81 781 9 1 -23.749 -128.358 65.55 - 82 648.772 782 9 1 -23.65 -128.407 65.4456 - 82 48.2632 783 9 1 -23.45 -128.303 65.4357 - 82 3194.87 258 9 0 -23.767 -128.47 64.15 - 82 2051.77 360 10 0 -64.529 -108.06 93.75 - 82 5293.31 361 10 0 -64.752 -107.95 93.8933 - 82 84.2869 362 10 0 -65.1347 -107.75 94.1471 - 82 598.58 568 10 1 -66.4222 -106.992 95.15 - 82 3789.53 567 10 1 -66.45 -106.976 95.1717 - 82 9.43326 91 1 0 147.367 -161.75 -175.91 - 82 2.3361 276 9 0 -23.8553 -124.754 64.15 - 82 120.261 277 9 0 -23.8554 -124.75 64.148 - 82 168.596 278 9 0 -23.8636 -124.55 64.0595 - 82 132.735 279 9 0 -23.8766 -124.35 63.9732 - 82 230.154 280 9 0 -23.8907 -124.15 63.8877 - 82 253.204 281 9 0 -23.9092 -123.95 63.8105 - 82 1908.12 745 8 1 -30.8628 -49.8634 35.55 - 82 69.7647 746 8 1 -30.85 -47.9032 35.1654 - 82 65.8383 683 8 0 -30.6145 -43.3485 34.15 - 82 156.667 684 8 0 -30.6094 -43.25 34.128 - 82 239.975 685 8 0 -30.5984 -43.05 34.0834 - 82 244.315 686 8 0 -30.5863 -42.85 34.0433 - 82 242.308 687 8 0 -30.5719 -42.65 34.005 - 82 148.458 688 8 0 -30.5606 -42.45 33.9638 - 82 182.75 689 8 0 -30.5501 -42.25 33.9222 - 82 204.322 690 8 0 -30.5417 -42.05 33.876 - 82 221.528 691 8 0 -30.5315 -41.85 33.8296 - 82 92.1884 692 8 0 -30.5202 -41.65 33.7816 - 82 179.559 794 7 1 -21.0726 71.2295 5.55 - 82 967.773 795 7 1 -21.05 71.258 5.53071 - 82 1247.56 796 7 1 -20.85 71.4993 5.37487 - 82 296.383 797 7 1 -20.65 71.7799 5.18563 - 82 712.845 1267 7 0 -19.3341 73.5138 4.15 - 82 1505.17 1268 7 0 -19.2442 73.65 4.07026 - 82 5780.91 1269 7 0 -19.1234 73.85 3.95227 - 82 155.642 805 7 1 -18.9613 73.6666 5.15 - 82 161.468 804 7 1 -19.05 73.6164 5.28687 - 82 76.2897 1223 8 0 -36.6982 64.6902 33.75 - 82 89.7274 1222 8 0 -36.7786 64.65 33.8767 - 82 11.306 712 8 1 -37.6182 64.2429 35.15 - 82 157.437 711 8 1 -37.65 64.2281 35.198 - 82 15.5645 710 8 1 -37.85 64.1438 35.5024 - 82 21.3238 1182 9 0 -56.6388 56.4639 63.75 - 82 166.935 1181 9 0 -56.6737 56.45 63.8007 - 82 11.6398 612 9 1 -57.6286 56.0876 65.15 - 82 99.6141 611 9 1 -57.65 56.0792 65.18 - 82 25.4054 610 9 1 -57.8505 55.9988 65.4677 - 82 160.366 1144 10 0 -75.9179 49.0155 93.75 - 82 117.905 515 10 1 -76.8524 48.6693 95.15 - 82 103.865 514 10 1 -77.05 48.596 95.4334 - 82 153.361 1116 11 0 -102.281 43.3681 123.75 - 82 31.9813 383 11 1 -103.455 43.0691 125.15 - 82 144.541 382 11 1 -103.55 43.045 125.263 - 82 17.4358 381 11 1 -103.75 42.9988 125.491 - 82 161.806 1114 12 0 -127.32 42.858 153.75 - 82 35.2487 255 12 1 -129.042 43.0458 155.15 - 82 69.9726 254 12 1 -129.15 43.0588 155.239 - 82 56.8428 253 12 1 -129.35 43.0885 155.407 - 82 161.007 1070 13 0 -174.375 34.1338 183.75 - 82 106.585 1069 13 0 -174.868 34.05 184.007 - 82 0.770905 14 13 1 -177.345 33.6121 185.15 - 82 64.5082 13 13 1 -177.35 33.6112 185.152 - 82 64.9271 12 13 1 -177.55 33.5785 185.244 - 82 67.1962 11 13 1 -177.75 33.536 185.322 - 82 75.5851 10 13 1 -177.95 33.5132 185.431 - 82 2.1745 9 13 1 -178.15 33.4881 185.543 - 82 63.6709 909 14 0 -168.345 2.00293 213.75 - 82 114.356 908 14 0 -168.289 1.85 213.876 - 82 28.1379 907 14 0 -168.163 1.65 214.068 - 82 22.3025 62 14 1 -167.574 0.633684 215.151 - 82 117.075 63 14 1 -167.55 0.59011 215.21 - 82 71.69 64 14 1 -167.35 0.329244 215.429 - 82 71.6504 65 14 1 -167.12 -0.0502426 215.458 - 82 119.658 66 14 1 -166.95 -0.215728 215.423 - 82 69.9647 67 14 1 -166.75 -0.420731 215.336 - 82 95.7014 68 14 1 -166.55 -0.582272 215.349 - 82 207.744 69 14 1 -166.35 -0.605335 215.241 - 82 246.857 70 14 1 -166.15 -0.56375 215.213 - 82 130.425 71 14 1 -165.95 -0.30768 215.319 - 82 43.9786 72 14 1 -165.75 -0.435877 215.509 - 82 64.978 606 13 0 -57.6945 -58.7268 183.75 - 82 74.0447 607 13 0 -57.7693 -58.6498 183.93 - 82 110.419 609 13 1 -58.1838 -58.1318 185.151 - 82 74.9751 608 13 1 -58.25 -58.0448 185.353 - 82 118.222 642 14 0 -60.962 -51.5003 213.75 - 82 34.801 643 14 0 -61.0001 -51.45 214.046 - 82 66.4196 594 14 1 -61.1961 -51.2804 215.15 - 82 42.34 593 14 1 -61.25 -51.2289 215.398 - 82 44.7691 650 13 0 -53.7701 -49.9467 183.75 - 82 93.4943 651 13 0 -53.806 -49.85 183.888 - 82 136.791 629 13 1 -54.1342 -48.9586 185.15 - 82 2.97219 754 14 0 -60.4106 -29.0543 213.75 - 82 89.3268 755 14 0 -60.4119 -29.05 213.756 - 82 30.6591 756 14 0 -60.4748 -28.85 214.043 - 82 154.179 596 14 1 -60.7076 -28.0758 215.15 -Number of digits in this event = 46 +Number of tracker hits in this event = 22 + 82 109.424 598 10 1 -60.3914 68.8832 95.55 + 82 100.463 1244 10 0 -60.392 68.882 94.15 + 82 106.587 598 9 1 -60.4007 68.8554 65.55 + 82 126.665 1244 9 0 -60.4015 68.8549 64.15 + 82 128.91 598 8 1 -60.4217 68.8416 35.55 + 82 102.43 1243 8 0 -60.4236 68.8405 34.15 + 82 128.025 597 7 1 -60.4649 68.8118 5.55 + 82 134.203 1243 7 0 -60.4671 68.8107 4.15 + 82 132.698 597 6 1 -60.5123 68.7857 -24.45 + 82 100.309 1243 6 0 -60.515 68.7843 -25.85 + 82 117.069 597 5 1 -60.5669 68.7558 -54.45 + 82 113.48 1243 5 0 -60.5695 68.7543 -55.85 + 82 245.571 597 4 1 -60.6227 68.7266 -84.45 + 82 121.404 1243 4 0 -60.6248 68.7243 -85.85 + 82 105.843 596 3 1 -60.6589 68.6826 -114.45 + 82 102.252 1243 3 0 -60.6617 68.6799 -115.85 + 82 93.1181 596 2 1 -60.7228 68.6242 -144.45 + 82 227.03 1242 2 0 -60.7271 68.6211 -145.85 + 82 149.573 596 1 1 -60.8173 68.554 -174.45 + 82 275.186 1242 1 0 -60.8213 68.5503 -175.85 + 82 104.13 595 0 1 -60.9071 68.4771 -204.45 + 82 135.628 1242 0 0 -60.9127 68.473 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -3.68183 LIN +6.76971 LIN proton Event: 83 -Number of tracker hits in this event = 43 - 83 129.806 563 10 1 -67.3578 -55.043 95.55 - 83 121.207 625 10 0 -67.358 -55.0417 94.15 - 83 101.933 563 9 1 -67.3625 -55.0138 65.55 - 83 301.704 625 9 0 -67.3644 -55.0113 64.15 - 83 290.892 563 8 1 -67.3957 -54.9596 35.55 - 83 118.478 625 8 0 -67.3982 -54.9586 34.15 - 83 103.477 562 7 1 -67.4546 -54.9523 5.55 - 83 130.778 625 7 0 -67.4552 -54.9518 4.15 - 83 100.09 562 6 1 -67.466 -54.9516 -24.45 - 83 111.666 625 6 0 -67.4667 -54.9518 -25.85 - 83 126.306 562 5 1 -67.4781 -54.9457 -54.45 - 83 113.774 625 5 0 -67.4783 -54.9478 -55.85 - 83 134.695 562 4 1 -67.4818 -54.9855 -84.45 - 83 151.041 625 4 0 -67.4817 -54.986 -85.85 - 83 132.642 562 3 1 -67.4825 -54.989 -114.45 - 83 109.114 625 3 0 -67.4837 -54.9895 -115.85 - 83 203.221 562 2 1 -67.5128 -54.9987 -144.45 - 83 108.294 625 2 0 -67.5135 -54.9994 -145.85 - 83 186.919 562 1 1 -67.5271 -55.0162 -174.45 - 83 189.055 625 1 0 -67.5261 -55.0157 -175.85 - 83 129.011 562 0 1 -67.5074 -54.9998 -204.45 - 83 127.738 625 0 0 -67.5069 -54.998 -205.85 - 83 112.061 616 2 0 -67.2923 -56.8409 -145.85 - 83 73.1242 615 2 0 -67.2886 -56.85 -145.856 - 83 29.3817 570 7 1 -65.9873 -45.4744 5.54983 - 83 139.668 569 7 1 -66.05 -45.4067 5.47036 - 83 7.34743 568 7 1 -66.2501 -45.0653 5.16913 - 83 39.5455 682 7 0 -66.8942 -43.5801 4.14993 - 83 114.999 683 7 0 -66.946 -43.4498 4.06547 - 83 62.5085 684 7 0 -67.022 -43.25 3.93096 - 83 35.6687 685 7 0 -67.0954 -43.05 3.81703 - 83 74.8999 1339 7 0 -164.61 87.8663 3.75021 - 83 87.1507 1340 7 0 -164.768 88.05 3.81617 - 83 80.1076 1341 7 0 -164.937 88.25 3.90192 - 83 75.7634 1342 7 0 -165.108 88.45 4.00792 - 83 33.1941 1343 7 0 -165.269 88.65 4.12717 - 83 190.212 62 7 1 -167.551 91.8415 5.15 - 83 134.377 61 7 1 -167.75 92.2272 5.36749 - 83 36.764 60 7 1 -168.098 92.2989 5.55 - 83 128.54 59 7 1 -168.15 92.2221 5.49137 - 83 68.9394 58 7 1 -168.35 92.1064 5.36836 - 83 200.884 57 7 1 -168.55 92.1336 5.37722 - 83 252.631 56 7 1 -168.75 92.0682 5.38634 -Number of digits in this event = 21 +Number of tracker hits in this event = 49 + 83 133.115 376 10 1 -104.864 -19.1412 95.55 + 83 99.9775 804 10 0 -104.865 -19.1417 94.15 + 83 92.6474 376 9 1 -104.89 -19.1509 65.55 + 83 95.9193 804 9 0 -104.892 -19.1514 64.15 + 83 98.6023 376 8 1 -104.923 -19.1578 35.55 + 83 179.85 804 8 0 -104.924 -19.1582 34.15 + 83 115.025 375 7 1 -104.954 -19.1607 5.55 + 83 110.021 804 7 0 -104.957 -19.1596 4.15 + 83 122.043 375 6 1 -105.012 -19.1375 -24.45 + 83 104.907 804 6 0 -105.013 -19.1346 -25.85 + 83 160.029 375 5 1 -105.047 -19.0805 -54.45 + 83 125.065 804 5 0 -105.049 -19.0775 -55.85 + 83 147.477 375 4 1 -105.093 -19.0167 -84.45 + 83 159.903 805 4 0 -105.096 -19.0137 -85.85 + 83 148.092 375 3 1 -105.149 -18.9522 -114.45 + 83 154.837 805 3 0 -105.152 -18.9497 -115.85 + 83 215.183 374 2 1 -105.215 -18.8998 -144.45 + 83 111.143 805 2 0 -105.218 -18.8982 -145.85 + 83 415.005 374 1 1 -105.277 -18.863 -174.45 + 83 233.138 805 1 0 -105.278 -18.8614 -175.85 + 83 107.008 374 0 1 -105.308 -18.8271 -204.45 + 83 108.715 806 0 0 -105.31 -18.8245 -205.85 + 83 70.1672 804 1 0 -105.216 -19.05 -176.014 + 83 69.6678 803 1 0 -105.17 -19.25 -176.095 + 83 12.0722 802 1 0 -105.069 -19.45 -176.22 + 83 129.943 522 1 0 -47.5085 -75.5119 -176.25 + 83 120.264 521 1 0 -47.3626 -75.65 -176.137 + 83 61.9855 664 1 1 -47.0963 -75.8461 -174.85 + 83 101.127 665 1 1 -47.0497 -75.8633 -174.672 + 83 114.012 809 1 0 -105.166 -18.2134 -175.85 + 83 12.037 810 1 0 -105.116 -18.05 -176.201 + 83 116.845 393 0 1 -101.458 -5.62527 -204.45 + 83 46.8209 394 0 1 -101.35 -5.9754 -204.755 + 83 84.1147 864 0 0 -100.655 -7.12914 -205.85 + 83 75.9718 863 0 0 -100.58 -7.25 -205.99 + 83 114.714 659 6 0 -102.355 -48.1465 -26.25 + 83 50.4098 658 6 0 -102.329 -48.25 -26.1459 + 83 67.5673 657 6 0 -102.286 -48.4502 -26.0131 + 83 8.51147 656 6 0 -102.248 -48.65 -25.8744 + 83 294.779 391 6 1 -101.878 -50.804 -24.85 + 83 79.5938 392 6 1 -101.75 -51.5522 -24.6339 + 83 65.5484 393 6 1 -101.55 -51.7864 -24.6312 + 83 76.8838 394 6 1 -101.35 -51.9512 -24.6037 + 83 248.991 395 6 1 -101.15 -52.1442 -24.5347 + 83 86.3942 630 6 0 -101.563 -53.9242 -25.85 + 83 59.4221 629 6 0 -101.659 -54.05 -26.0941 + 83 18.6469 549 6 0 -109.519 -70.2422 -26.25 + 83 285.069 548 6 0 -109.523 -70.25 -26.2223 + 83 152.001 351 6 1 -109.867 -71.2562 -24.8498 +Number of digits in this event = 19 Using G4ParticleGun ... -1.84556 LIN +7.55854 LIN proton Event: 84 -Number of tracker hits in this event = 26 - 84 114.413 412 10 1 -97.6997 -13.857 95.55 - 84 145.445 830 10 0 -97.699 -13.8543 94.15 - 84 106.52 412 9 1 -97.6735 -13.7857 65.55 - 84 205.338 831 9 0 -97.6716 -13.7854 64.15 - 84 142.479 412 8 1 -97.639 -13.7779 35.55 - 84 182.882 831 8 0 -97.6357 -13.7766 34.15 - 84 169.886 412 7 1 -97.5633 -13.7429 5.55 - 84 120.682 831 7 0 -97.5608 -13.7418 4.15 - 84 107.447 413 6 1 -97.5045 -13.7225 -24.45 - 84 96.9321 831 6 0 -97.5027 -13.7209 -25.85 - 84 130.052 413 5 1 -97.4686 -13.6892 -54.45 - 84 112.38 831 5 0 -97.4651 -13.6859 -55.85 - 84 214.251 413 4 1 -97.3873 -13.618 -84.45 - 84 115.935 832 4 0 -97.3853 -13.6175 -85.85 - 84 111.277 414 3 1 -97.3352 -13.598 -114.45 - 84 171.428 832 3 0 -97.332 -13.5965 -115.85 - 84 125.028 414 2 1 -97.2618 -13.5656 -144.45 - 84 99.3642 832 2 0 -97.2577 -13.5659 -145.85 - 84 162.972 413 1 1 -97.4153 -13.6068 -174.45 - 84 127.549 832 1 0 -97.4221 -13.607 -175.85 - 84 170.139 412 0 1 -97.564 -13.6189 -204.45 - 84 163.382 832 0 0 -97.5743 -13.6168 -205.85 - 84 62.66 780 4 1 -24.05 -0.288396 -84.7754 - 84 360.566 902 4 0 -23.5851 0.504405 -85.85 - 84 70.9634 903 4 0 -23.5057 0.65007 -85.966 - 84 96.4758 831 0 0 -97.6321 -13.65 -206.077 +Number of tracker hits in this event = 29 + 84 167.005 468 9 1 -86.4244 90.9036 65.55 + 84 100.666 1353 9 0 -86.4244 90.9035 64.15 + 84 229.49 468 8 1 -86.4272 90.9005 35.55 + 84 157.604 1353 8 0 -86.4271 90.902 34.15 + 84 100.966 468 7 1 -86.4233 90.9342 5.55 + 84 102.778 1353 7 0 -86.4225 90.9354 4.15 + 84 122.051 468 6 1 -86.4095 90.9612 -24.45 + 84 110.717 1354 6 0 -86.4084 90.9621 -25.85 + 84 122.994 468 5 1 -86.3824 90.9789 -54.45 + 84 91.6604 1354 5 0 -86.3806 90.979 -55.85 + 84 144.104 468 4 1 -86.3392 90.988 -84.45 + 84 181.674 1354 4 0 -86.3389 90.9894 -85.85 + 84 109.752 468 3 1 -86.3291 91.0144 -114.45 + 84 141.862 1354 3 0 -86.3291 91.0161 -115.85 + 84 153.914 468 2 1 -86.3342 91.0547 -144.45 + 84 109.248 1354 2 0 -86.3338 91.0568 -145.85 + 84 197.608 468 1 1 -86.3237 91.1015 -174.45 + 84 151.313 1354 1 0 -86.3235 91.1043 -175.85 + 84 135.522 468 0 1 -86.3189 91.1628 -204.45 + 84 182.238 1355 0 0 -86.3186 91.166 -205.85 + 84 164.254 469 1 1 -86.25 91.1356 -174.731 + 84 4.85558 1355 4 0 -86.4218 91.1503 -86.2358 + 84 253.214 1507 4 0 -78.568 121.607 -86.25 + 84 67.9956 508 4 1 -78.3311 121.559 -84.85 + 84 125.539 509 4 1 -78.2497 121.491 -84.6978 + 84 97.6021 510 4 1 -78.05 121.126 -84.5189 + 84 137.7 511 4 1 -77.85 120.93 -84.503 + 84 84.0707 512 4 1 -77.65 120.57 -84.5128 + 84 93.9167 513 4 1 -77.45 120.504 -84.5053 Number of digits in this event = 18 Using G4ParticleGun ... -3.42681 LIN +6.5813 LIN proton Event: 85 -Number of tracker hits in this event = 304 - 85 106.249 276 9 1 -124.83 -38.9704 65.55 - 85 103.675 705 9 0 -124.829 -38.9693 64.15 - 85 91.8534 276 8 1 -124.824 -38.9426 35.55 - 85 119.469 705 8 0 -124.824 -38.9403 34.15 - 85 156.288 276 7 1 -124.821 -38.896 5.55 - 85 110.151 705 7 0 -124.822 -38.8944 4.15 - 85 297.853 276 6 1 -124.83 -38.8555 -24.45 - 85 105.882 705 6 0 -124.83 -38.8541 -25.85 - 85 132.016 276 5 1 -124.832 -38.8268 -54.45 - 85 142.682 706 5 0 -124.832 -38.8255 -55.85 - 85 272.632 276 4 1 -124.84 -38.7982 -84.45 - 85 160.893 706 4 0 -124.84 -38.7991 -85.85 - 85 106.762 276 3 1 -124.798 -38.7808 -114.45 - 85 260.255 706 3 0 -124.799 -38.7783 -115.85 - 85 98.715 276 2 1 -124.802 -38.718 -144.45 - 85 120.534 706 2 0 -124.802 -38.7134 -145.85 - 85 114.623 276 1 1 -124.797 -38.6199 -174.45 - 85 214.848 707 1 0 -124.797 -38.6164 -175.85 - 85 39.8857 1795 6 0 178.493 179.23 -26.0543 - 85 211.517 1013 2 0 -160.094 22.7766 -146.25 - 85 216.271 869 1 0 -119.518 -6.0685 -176.25 - 85 2486.35 870 1 0 -119.515 -6.05 -176.234 - 85 3406.98 871 1 0 -119.487 -5.85 -176.065 - 85 1645.56 872 1 0 -119.465 -5.65 -175.901 - 85 1883.75 300 1 1 -120.052 -5.04626 -174.85 - 85 1913.47 798 1 0 -140.797 -20.431 -176.25 - 85 953.814 799 1 0 -140.952 -20.25 -175.979 - 85 2684.94 192 1 1 -141.567 -19.542 -174.85 - 85 920.041 191 1 1 -141.75 -19.3369 -174.536 - 85 1241.05 743 1 0 -96.6167 -31.2831 -176.25 - 85 3423.2 744 1 0 -96.4889 -31.25 -176.123 - 85 1875.46 425 1 1 -95.0684 -30.8987 -174.85 - 85 5043.96 426 1 1 -94.95 -30.8665 -174.742 - 85 931.645 427 1 1 -94.75 -30.8102 -174.552 - 85 617.932 330 1 0 -84.3056 -114.02 -176.25 - 85 963.102 329 1 0 -84.2361 -114.15 -176.202 - 85 934.254 328 1 0 -84.1248 -114.35 -176.133 - 85 1085.7 327 1 0 -84.0115 -114.55 -176.067 - 85 1126.09 326 1 0 -83.8939 -114.75 -175.998 - 85 1273.41 325 1 0 -83.7764 -114.95 -175.932 - 85 285.897 324 1 0 -83.6652 -115.15 -175.868 - 85 1360.85 490 1 1 -81.9694 -118.222 -174.85 - 85 2435.52 491 1 1 -81.85 -118.438 -174.778 - 85 2457.06 492 1 1 -81.65 -118.783 -174.684 - 85 3080.43 493 1 1 -81.45 -119.129 -174.601 - 85 4790.43 494 1 1 -81.25 -119.484 -174.522 - 85 56.667 495 1 1 -81.05 -119.867 -174.45 - 85 511.804 987 1 0 -130.62 17.5049 -176.25 - 85 836.088 988 1 0 -130.635 17.65 -176.178 - 85 873.146 989 1 0 -130.656 17.85 -176.078 - 85 875.762 990 1 0 -130.677 18.05 -175.983 - 85 369.321 991 1 0 -130.697 18.25 -175.889 - 85 650.234 246 1 1 -130.934 20.5197 -174.85 - 85 3588.9 245 1 1 -130.95 20.6688 -174.782 - 85 120.491 1267 6 0 -62.1372 73.6083 -26.2494 - 85 86.6087 1266 6 0 -61.8658 73.45 -25.9757 - 85 44.7783 596 6 1 -60.6964 72.1373 -24.85 - 85 122.803 597 6 1 -60.65 72.0761 -24.783 - 85 205.953 1334 6 0 -82.2692 86.9947 -26.2498 - 85 43.2535 507 6 1 -78.6131 85.818 -24.8499 - 85 60.3941 508 6 1 -78.4499 85.7653 -24.8015 - 85 52.9311 509 6 1 -78.25 85.7037 -24.7673 - 85 84.609 510 6 1 -78.0497 85.6164 -24.722 - 85 59.8969 511 6 1 -77.8497 85.5094 -24.6964 - 85 99.744 512 6 1 -77.65 85.3657 -24.6932 - 85 65.3448 513 6 1 -77.45 85.1499 -24.6219 - 85 51.529 514 6 1 -77.25 84.9696 -24.571 - 85 65.4305 515 6 1 -77.05 84.8272 -24.5712 - 85 52.5508 516 6 1 -76.8499 84.7869 -24.5816 - 85 60.5759 517 6 1 -76.65 84.7306 -24.585 - 85 51.9999 518 6 1 -76.45 84.7135 -24.5581 - 85 51.1933 519 6 1 -76.2491 84.6913 -24.5579 - 85 66.355 520 6 1 -76.05 84.6193 -24.6148 - 85 65.2097 521 6 1 -75.85 84.5453 -24.6697 - 85 50.8014 522 6 1 -75.65 84.5055 -24.6566 - 85 74.5464 523 6 1 -75.45 84.4735 -24.6789 - 85 113.809 524 6 1 -75.25 84.4051 -24.7054 - 85 179.162 525 6 1 -75.05 84.3397 -24.6887 - 85 0.857216 1315 6 0 -75.8718 83.0522 -25.8501 - 85 113.782 1314 6 0 -75.874 83.05 -25.8531 - 85 93.1877 1313 6 0 -76.0691 82.85 -25.9751 - 85 61.2371 1312 6 0 -76.2971 82.65 -25.9046 - 85 67.2047 495 6 1 -80.858 80.8306 -24.85 - 85 56.8341 494 6 1 -81.05 80.7441 -24.827 - 85 43.4681 1299 6 0 -83.7058 79.9274 -25.85 - 85 144.557 1298 6 0 -83.8321 79.85 -25.9126 - 85 91.3598 1297 6 0 -84.2534 79.65 -26.0075 - 85 69.4504 1296 6 0 -84.4388 79.4498 -25.9306 - 85 33.0856 1295 6 0 -84.5235 79.25 -25.8607 - 85 127.369 473 6 1 -85.3686 77.0992 -24.85 - 85 73.5276 472 6 1 -85.4501 76.7228 -24.6947 - 85 98.2133 471 6 1 -85.6502 76.521 -24.7214 - 85 124.167 1284 6 0 -85.7703 76.8983 -25.8502 - 85 244.329 1285 6 0 -85.949 77.05 -26.0359 - 85 80.5624 1286 6 0 -86.1764 77.25 -26.0479 - 85 1460.8 277 0 1 -124.594 -38.6761 -204.45 - 85 2315.24 278 0 1 -124.55 -38.702 -204.494 - 85 2424.17 279 0 1 -124.35 -38.8197 -204.688 - 85 2500.49 702 0 0 -123.209 -39.565 -205.85 - 85 4627 701 0 0 -123.083 -39.65 -205.986 - 85 5.08821 945 1 0 -176.288 9.23476 -176.25 - 85 211.35 946 1 0 -176.29 9.25 -176.241 - 85 119.399 316 14 0 -167.111 -116.794 213.75 - 85 1927.44 276 0 1 -124.814 -38.562 -204.45 - 85 702.266 706 0 0 -124.987 -38.8215 -205.85 - 85 1130.97 705 0 0 -125.006 -38.85 -206.002 - 85 1017.29 703 0 0 -124.191 -39.2712 -205.85 - 85 147.594 272 0 1 -125.728 -39.7654 -204.45 - 85 1246.18 271 0 1 -125.75 -39.801 -204.456 - 85 1185.59 270 0 1 -125.95 -40.1261 -204.513 - 85 1414.62 269 0 1 -126.15 -40.4539 -204.564 - 85 1459 268 0 1 -126.35 -40.77 -204.621 - 85 1460.08 267 0 1 -126.55 -41.0807 -204.674 - 85 1566.26 266 0 1 -126.75 -41.3843 -204.726 - 85 1708.33 265 0 1 -126.95 -41.6804 -204.776 - 85 1186.35 264 0 1 -127.15 -41.9736 -204.82 - 85 390.761 659 0 0 -131.365 -48.1827 -205.85 - 85 1306.47 658 0 0 -131.411 -48.25 -205.861 - 85 1307.65 657 0 0 -131.544 -48.45 -205.894 - 85 1273.93 656 0 0 -131.678 -48.65 -205.931 - 85 1573.5 655 0 0 -131.808 -48.85 -205.966 - 85 1614.63 654 0 0 -131.949 -49.05 -206.001 - 85 1900.9 653 0 0 -132.091 -49.25 -206.03 - 85 2104.81 652 0 0 -132.234 -49.45 -206.061 - 85 2974.07 651 0 0 -132.38 -49.65 -206.101 - 85 4638.96 650 0 0 -132.52 -49.85 -206.147 - 85 370.687 489 1 0 -7.80883 -82.1468 -176.25 - 85 666.764 488 1 0 -7.53199 -82.25 -176.184 - 85 596.873 487 1 0 -6.99422 -82.45 -176.056 - 85 296.348 486 1 0 -6.45182 -82.65 -175.928 - 85 65.2674 890 1 1 -1.92794 -84.316 -174.85 - 85 188.038 891 1 1 -1.85 -84.3447 -174.831 - 85 178.725 892 1 1 -1.65 -84.4182 -174.784 - 85 211.122 893 1 1 -1.45 -84.4915 -174.736 - 85 206.494 894 1 1 -1.25 -84.5645 -174.688 - 85 453.162 895 1 1 -1.05 -84.638 -174.641 - 85 176.995 896 1 1 -0.85 -84.7116 -174.594 - 85 310.423 897 1 1 -0.65 -84.785 -174.547 - 85 177.998 898 1 1 -0.45 -84.858 -174.5 - 85 26.4199 899 1 1 -0.25 -84.9314 -174.454 - 85 204.687 268 2 0 123.558 -126.485 -146.25 - 85 687.292 267 2 0 123.751 -126.55 -146.206 - 85 601.837 266 2 0 124.35 -126.75 -146.07 - 85 537.49 265 2 0 124.941 -126.95 -145.937 - 85 140.993 1547 2 1 129.647 -128.589 -144.85 - 85 195.62 1548 2 1 129.75 -128.625 -144.826 - 85 204.233 1549 2 1 129.95 -128.695 -144.78 - 85 192.69 1550 2 1 130.15 -128.764 -144.735 - 85 227.699 1551 2 1 130.35 -128.832 -144.69 - 85 179.635 1552 2 1 130.55 -128.899 -144.645 - 85 191.369 1553 2 1 130.75 -128.967 -144.601 - 85 197.347 1554 2 1 130.95 -129.034 -144.557 - 85 238.028 1555 2 1 131.15 -129.102 -144.512 - 85 87.9865 1556 2 1 131.35 -129.17 -144.468 - 85 113.454 280 0 1 -124.15 -37.8088 -204.576 - 85 136.212 281 0 1 -123.95 -37.5337 -204.727 - 85 67.2479 723 0 0 -122.399 -35.4425 -205.85 - 85 110.467 724 0 0 -122.256 -35.25 -205.943 - 85 80.5727 725 0 0 -122.112 -35.05 -206.035 - 85 112.033 726 0 0 -121.972 -34.8499 -206.128 - 85 27.8201 727 0 0 -121.831 -34.65 -206.212 - 85 111.689 1034 0 0 -76.1113 26.8629 -206.25 - 85 34.2958 1035 0 0 -75.953 27.05 -205.924 - 85 38.8927 522 0 1 -75.4873 27.7117 -204.85 - 85 120.312 523 0 1 -75.45 27.7656 -204.77 - 85 31.4372 1059 1 0 -68.4301 32.0342 -176.25 - 85 205.18 1060 1 0 -68.3995 32.05 -176.134 - 85 112.602 560 1 1 -67.9789 32.1517 -174.85 - 85 16.8891 561 1 1 -67.85 32.1862 -174.51 - 85 70.5484 863 2 0 -31.3909 -7.28225 -146.25 - 85 107.657 862 2 0 -31.2225 -7.45 -146.149 - 85 127.073 861 2 0 -30.9897 -7.65 -145.984 - 85 211.121 860 2 0 -30.6587 -7.85 -145.902 - 85 53.6939 859 2 0 -30.2042 -8.05 -146.193 - 85 261.173 416 2 0 45.2613 -96.8258 -146.25 - 85 69.1871 415 2 0 45.2937 -96.95 -146.107 - 85 227.752 1127 2 1 45.536 -97.2922 -144.85 - 85 9.04399 1128 2 1 45.6668 -97.2785 -144.45 - 85 67.3891 1126 2 1 45.45 -97.3044 -144.512 - 85 70.844 1125 2 1 45.25 -97.299 -144.599 - 85 132.837 1124 2 1 45.05 -97.2716 -144.712 - 85 74.5427 417 2 0 45.2345 -96.75 -145.938 - 85 19.6924 1098 0 0 -80.378 39.7752 -206.25 - 85 73.247 1099 0 0 -80.359 39.85 -206.203 - 85 73.0543 1100 0 0 -80.3308 40.05 -206.074 - 85 42.904 1101 0 0 -80.4086 40.25 -205.95 - 85 0.568523 493 0 1 -81.4482 40.7582 -204.85 - 85 154.332 492 0 1 -81.45 40.759 -204.848 - 85 212.929 491 0 1 -81.65 40.8386 -204.643 - 85 34.5048 1114 0 0 -82.4479 42.9551 -205.85 - 85 95.4706 1115 0 0 -82.465 43.0501 -205.898 - 85 49.1945 1116 0 0 -82.4385 43.25 -205.972 - 85 67.3331 1117 0 0 -82.4416 43.45 -205.997 - 85 79.1491 1118 0 0 -82.3625 43.6503 -206.095 - 85 56.7491 1119 0 0 -82.2129 43.85 -206.201 - 85 104.863 282 0 1 -123.75 -37.4789 -204.466 - 85 58.2879 283 0 1 -123.55 -37.3002 -204.5 - 85 72.5444 284 0 1 -123.349 -37.1256 -204.535 - 85 74.524 285 0 1 -123.15 -36.9479 -204.566 - 85 94.3164 286 0 1 -122.95 -36.7624 -204.609 - 85 122.877 287 0 1 -122.75 -36.5761 -204.65 - 85 138.911 288 0 1 -122.55 -36.3854 -204.686 - 85 96.8268 289 0 1 -122.35 -36.19 -204.715 - 85 83.1742 290 0 1 -122.15 -35.9944 -204.742 - 85 72.8011 291 0 1 -121.95 -35.8053 -204.789 - 85 23.9066 292 0 1 -121.75 -35.6245 -204.835 - 85 23.2651 741 0 0 -117.088 -31.7247 -205.85 - 85 92.2814 742 0 0 -117 -31.65 -205.869 - 85 108.212 743 0 0 -116.763 -31.45 -205.92 - 85 82.1813 744 0 0 -116.519 -31.2499 -205.972 - 85 107.824 745 0 0 -116.263 -31.05 -206.036 - 85 103.232 746 0 0 -116.011 -30.85 -206.092 - 85 91.5601 747 0 0 -115.748 -30.6496 -206.153 - 85 215.31 748 0 0 -115.471 -30.45 -206.224 - 85 180.454 91 2 1 -161.903 -120.965 -144.45 - 85 38.024 1251 1 0 -127.332 70.3353 -176.25 - 85 13.4495 977 1 0 -147.756 15.6161 -176.25 - 85 66.0349 978 1 0 -147.769 15.65 -176.234 - 85 58.6198 979 1 0 -147.835 15.85 -176.156 - 85 71.8619 980 1 0 -147.909 16.05 -176.075 - 85 138.267 981 1 0 -147.99 16.25 -175.995 - 85 70.8444 982 1 0 -148.096 16.45 -175.93 - 85 29.0778 983 1 0 -148.199 16.65 -175.869 - 85 113.846 151 1 1 -149.833 19.7895 -174.85 - 85 137.977 150 1 1 -149.95 20.0271 -174.804 - 85 111.075 149 1 1 -150.15 20.4966 -174.823 - 85 23.8574 1100 1 0 -159.277 40.1592 -175.85 - 85 58.811 1101 1 0 -159.317 40.25 -175.853 - 85 65.8706 1102 1 0 -159.417 40.45 -175.861 - 85 29.4888 48 1 1 -170.483 53.9691 -174.85 - 85 84.9685 47 1 1 -170.55 54.0507 -174.844 - 85 44.6262 46 1 1 -170.75 54.2929 -174.845 - 85 27.1903 1198 1 0 -175.008 59.7531 -175.85 - 85 91.1278 1199 1 0 -175.081 59.85 -175.869 - 85 110.299 1200 1 0 -175.228 60.05 -175.904 - 85 75.1056 1201 1 0 -175.386 60.25 -175.948 - 85 82.7329 1202 1 0 -175.57 60.451 -176.024 - 85 70.6147 1203 1 0 -175.734 60.65 -176.11 - 85 43.4398 1204 1 0 -175.866 60.85 -176.202 - 85 186.562 274 0 1 -125.304 -34.961 -204.45 - 85 217.895 728 0 0 -124.845 -34.4159 -205.85 - 85 2.42768 729 0 0 -124.691 -34.25 -206.24 - 85 233.065 713 1 0 -124.732 -37.2647 -176.25 - 85 37.4228 274 1 1 -125.321 -36.0746 -174.85 - 85 168.324 723 1 0 -124.867 -35.3467 -175.85 - 85 142.803 263 0 1 -127.35 -28.0567 -204.587 - 85 215.531 262 0 1 -127.55 -27.6125 -204.704 - 85 42.3895 786 0 0 -128.916 -22.7222 -205.85 - 85 63.6948 787 0 0 -128.939 -22.65 -205.865 - 85 49.8373 788 0 0 -128.999 -22.45 -205.906 - 85 72.8446 789 0 0 -129.042 -22.25 -206 - 85 87.3567 790 0 0 -129.077 -22.05 -206.092 - 85 26.3484 791 0 0 -129.106 -21.85 -206.198 - 85 14.2538 499 1 0 -58.6034 -80.25 -175.892 - 85 227.086 1562 6 0 48.4013 132.55 -26.2068 - 85 212.708 834 1 0 -129.547 -13.1227 -176.25 - 85 155.69 835 1 0 -129.55 -13.05 -176.158 - 85 188.408 833 1 0 -129.672 -13.2501 -175.972 - 85 158.578 719 1 0 -129.568 -36.2436 -176.25 - 85 26.9148 720 1 0 -129.56 -36.05 -175.909 - 85 71.4059 253 1 1 -129.486 -34.6559 -174.85 - 85 227.858 254 1 1 -129.35 -34.6199 -174.719 - 85 153.767 725 1 0 -129.42 -35.0043 -175.85 - 85 172.594 726 1 0 -129.398 -34.85 -176.121 - 85 60.5517 727 1 0 -129.359 -34.65 -176.125 - 85 24.8899 1176 1 0 -123.928 55.3307 -176.25 - 85 66.817 1177 1 0 -123.928 55.45 -176.216 - 85 61.1244 1178 1 0 -123.935 55.65 -176.154 - 85 57.3586 1179 1 0 -123.947 55.85 -176.091 - 85 64.3791 1180 1 0 -123.962 56.05 -176.037 - 85 87.7232 1181 1 0 -123.98 56.25 -175.992 - 85 54.4766 1182 1 0 -123.998 56.45 -175.94 - 85 55.7411 1183 1 0 -124.016 56.6505 -175.898 - 85 55.917 1184 1 0 -124.056 56.85 -175.865 - 85 199.428 272 1 1 -125.606 64.4145 -174.85 - 85 206.463 271 1 1 -125.75 65.0747 -174.786 - 85 148.524 270 1 1 -125.95 65.5299 -174.765 - 85 142.377 269 1 1 -126.15 65.9082 -174.752 - 85 111.238 268 1 1 -126.35 66.2837 -174.768 - 85 196.378 267 1 1 -126.55 66.658 -174.788 - 85 104.692 266 1 1 -126.75 67.0147 -174.813 - 85 235.219 265 1 1 -126.95 67.3384 -174.828 - 85 79.6122 264 1 1 -127.15 67.6548 -174.843 - 85 41.133 1313 1 0 -138.081 82.6893 -175.85 - 85 145.089 1314 1 0 -138.17 82.8502 -175.866 - 85 160.981 1315 1 0 -138.257 83.05 -175.889 - 85 51.8831 1316 1 0 -138.347 83.25 -175.909 - 85 82.5632 1317 1 0 -138.423 83.45 -175.89 - 85 64.5858 1318 1 0 -138.489 83.65 -175.878 - 85 67.9877 1319 1 0 -138.551 83.8502 -175.874 - 85 52.9504 1320 1 0 -138.627 84.05 -175.875 - 85 101.704 1321 1 0 -138.712 84.2503 -175.876 - 85 55.5523 1322 1 0 -138.788 84.45 -175.874 - 85 60.1359 1323 1 0 -138.872 84.65 -175.867 - 85 67.7806 1324 1 0 -138.961 84.85 -175.861 - 85 3.68097 1325 1 0 -139.049 85.05 -175.851 - 85 411.504 177 1 1 -144.563 96.6246 -174.85 - 85 412.713 176 1 1 -144.75 96.9925 -174.838 - 85 252.249 178 1 1 -144.55 98.0018 -174.512 - 85 306.294 179 1 1 -144.35 97.6111 -174.647 - 85 3.73982 1383 1 0 -145.138 96.7531 -175.85 - 85 148.717 1382 1 0 -145.14 96.7499 -175.857 - 85 11.8604 1381 1 0 -145.242 96.5499 -176.23 - 85 10.936 277 4 1 -124.75 -38.8069 -84.6634 -Number of digits in this event = 151 -Using G4ParticleGun ... -6.29397 LIN +Number of tracker hits in this event = 21 + 85 133.619 880 10 0 116.228 -3.90159 94.15 + 85 108.126 1480 9 1 116.232 -3.90064 65.55 + 85 140.686 880 9 0 116.234 -3.90244 64.15 + 85 106.348 1480 8 1 116.27 -3.93886 35.55 + 85 113.617 880 8 0 116.27 -3.9418 34.15 + 85 139.833 1480 7 1 116.289 -4.0039 5.55 + 85 101.072 880 7 0 116.29 -4.0078 4.15 + 85 118.364 1480 6 1 116.311 -4.08793 -24.45 + 85 106.795 879 6 0 116.309 -4.0915 -25.85 + 85 94.6024 1480 5 1 116.279 -4.16719 -54.45 + 85 131.153 879 5 0 116.277 -4.17051 -55.85 + 85 114.25 1480 4 1 116.236 -4.23733 -84.45 + 85 101.023 879 4 0 116.236 -4.24142 -85.85 + 85 108.825 1480 3 1 116.223 -4.32492 -114.45 + 85 101.692 878 3 0 116.221 -4.32677 -115.85 + 85 149.234 1480 2 1 116.178 -4.36198 -144.45 + 85 122.106 878 2 0 116.176 -4.36435 -145.85 + 85 118.863 1479 1 1 116.133 -4.41588 -174.45 + 85 119.571 878 1 0 116.131 -4.41839 -175.85 + 85 123.014 1479 0 1 116.1 -4.46719 -204.45 + 85 90.0691 877 0 0 116.098 -4.46965 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +1.90504 LIN proton Event: 86 -Number of tracker hits in this event = 48 - 86 102.849 1247 11 1 69.5525 18.5478 125.55 - 86 94.1561 992 11 0 69.552 18.5471 124.15 - 86 104.01 1247 10 1 69.5452 18.5292 95.55 - 86 117.982 992 10 0 69.545 18.5295 94.15 - 86 111.929 1247 9 1 69.541 18.5355 65.55 - 86 129.362 992 9 0 69.5409 18.5353 64.15 - 86 94.9793 1247 8 1 69.5388 18.5319 35.55 - 86 248.806 992 8 0 69.5383 18.5319 34.15 - 86 286.051 1247 7 1 69.5256 18.5318 5.55 - 86 127.936 992 7 0 69.525 18.5321 4.15 - 86 113.655 1247 6 1 69.5089 18.5366 -24.45 - 86 92.1198 992 6 0 69.5077 18.5365 -25.85 - 86 111.551 1247 5 1 69.4839 18.5375 -54.45 - 86 103.385 992 5 0 69.4828 18.5391 -55.85 - 86 115.972 1247 4 1 69.4578 18.5707 -84.45 - 86 110.037 992 4 0 69.4568 18.5719 -85.85 - 86 200.346 1246 3 1 69.433 18.5951 -114.45 - 86 116.522 992 3 0 69.432 18.5967 -115.85 - 86 154.754 1246 2 1 69.4188 18.6277 -144.45 - 86 120.153 992 2 0 69.4184 18.6286 -145.85 - 86 164.849 1246 1 1 69.4047 18.6397 -174.45 - 86 133.927 992 1 0 69.4041 18.6409 -175.85 - 86 117.856 1246 0 1 69.3867 18.6675 -204.45 - 86 129.665 993 0 0 69.3858 18.6698 -205.85 - 86 183.042 1246 4 1 69.4372 18.5792 -84.45 - 86 220.686 1245 4 1 69.25 18.6227 -84.8383 - 86 339.314 993 4 0 68.7516 18.7553 -85.85 - 86 57.7934 1277 4 0 5.80725 75.5162 -86.25 - 86 167.735 1278 4 0 5.67742 75.6504 -86.176 - 86 64.4069 1279 4 0 5.5636 75.85 -85.9827 - 86 80.996 923 4 1 4.75539 77.0648 -84.85 - 86 231.214 922 4 1 4.65 77.2465 -84.6946 - 86 145.262 1287 4 0 4.17902 77.5475 -85.85 - 86 0.0474618 1097 3 1 39.4505 73.3563 -114.45 - 86 79.0629 1096 3 1 39.4496 73.3579 -114.451 - 86 46.9437 1095 3 1 39.25 73.564 -114.51 - 86 64.8402 1094 3 1 39.05 73.571 -114.483 - 86 97.9474 1093 3 1 38.85 73.5819 -114.455 - 86 379.379 1092 3 1 38.6488 73.5443 -114.566 - 86 167.216 1091 3 1 38.45 72.9903 -114.632 - 86 363.362 1257 3 0 39.0949 71.6384 -115.85 - 86 174.19 1256 3 0 39.1407 71.4498 -115.919 - 86 92.7094 995 7 0 69.7052 19.1448 4.15 - 86 69.6885 996 7 0 69.9173 19.25 3.84354 - 86 67.0639 997 7 0 70.1128 19.4501 3.81863 - 86 53.4517 998 7 0 70.2006 19.65 3.84533 - 86 66.3117 999 7 0 70.1854 19.85 3.86364 - 86 29.0722 1000 7 0 70.1481 20.05 3.8183 -Number of digits in this event = 21 +Number of tracker hits in this event = 130 + 86 140.756 1260 11 1 72.226 10.755 125.55 + 86 192.689 953 11 0 72.2323 10.7517 124.15 + 86 141.331 1261 10 1 72.3511 10.6674 95.55 + 86 147.783 953 10 0 72.3581 10.664 94.15 + 86 124.174 1262 9 1 72.5017 10.594 65.55 + 86 166.432 952 9 0 72.5096 10.5895 64.15 + 86 136.046 1263 8 1 72.6722 10.5069 35.55 + 86 120.901 952 8 0 72.6776 10.5034 34.15 + 86 125.008 1263 7 1 72.7853 10.4306 5.55 + 86 137.67 951 7 0 72.788 10.4231 4.15 + 86 117.339 1263 6 1 72.836 10.2689 -24.45 + 86 133.296 951 6 0 72.8402 10.2631 -25.85 + 86 116.95 1264 5 1 72.9315 10.1398 -54.45 + 86 263.03 950 5 0 72.9345 10.1342 -55.85 + 86 261.662 1264 4 1 73.0005 10.03 -84.45 + 86 128.528 949 4 0 73.0002 10.023 -85.85 + 86 117.824 1264 3 1 72.9886 9.8838 -114.45 + 86 164.8 949 3 0 72.9877 9.87357 -115.85 + 86 118.077 1264 2 1 72.9486 9.66085 -144.45 + 86 99.6599 948 2 0 72.9468 9.65143 -145.85 + 86 41.7016 947 2 0 72.9465 9.65 -146.062 + 86 116.691 1264 1 1 72.9243 9.4728 -174.45 + 86 104.311 947 1 0 72.928 9.46346 -175.85 + 86 105.88 1264 0 1 73.0164 9.28087 -204.45 + 86 187.923 946 0 0 73.0213 9.27157 -205.85 + 86 14.981 1093 1 1 38.85 78.2436 -174.678 + 86 153.459 1262 2 0 69.3542 72.628 -146.25 + 86 64.2686 1252 2 1 70.4965 72.4889 -144.85 + 86 83.2979 1253 2 1 70.65 72.4903 -144.641 + 86 14.2207 1165 1 1 53.2071 76.5665 -174.45 + 86 104.005 1166 1 1 53.25 76.5603 -174.479 + 86 47.9037 1167 1 1 53.45 76.5626 -174.671 + 86 119.013 1282 1 0 54.0917 76.5479 -175.85 + 86 124.489 1053 0 0 84.2841 30.7787 -206.25 + 86 12.5519 1324 0 1 85.0308 30.9895 -204.85 + 86 128.524 1325 0 1 85.0502 30.995 -204.814 + 86 2.24044 1326 0 1 85.25 31.0589 -204.46 + 86 143.247 1069 1 0 102.376 33.9363 -176.25 + 86 42.573 1415 1 1 103.257 34.1091 -174.85 + 86 110.03 1416 1 1 103.35 34.1282 -174.702 + 86 180.068 1097 2 0 121.957 39.4704 -146.25 + 86 26.3313 1513 2 1 122.878 39.7288 -144.85 + 86 101.348 1514 2 1 122.95 39.7506 -144.741 + 86 29.0336 1129 3 0 137.085 46.0313 -116.25 + 86 118.336 1130 3 0 137.126 46.05 -116.166 + 86 140.005 1588 3 1 137.759 46.361 -114.85 + 86 139.707 1157 4 0 153.617 51.4738 -86.25 + 86 78.4978 1671 4 1 154.41 51.7352 -84.8495 + 86 50.5055 1672 4 1 154.55 51.7773 -84.6097 + 86 137.477 1175 5 0 174.45 55.1773 -56.25 + 86 82.4315 1776 5 1 175.431 55.3375 -54.85 + 86 79.4713 1777 5 1 175.55 55.3589 -54.6774 + 86 17.3167 1778 5 1 175.909 55.7541 -54.45 + 86 110.443 1501 8 1 120.55 7.20561 35.4371 + 86 61.3909 1727 5 1 165.653 56.4795 -54.45 + 86 53.9964 1726 5 1 165.55 56.5363 -54.6515 + 86 125.926 1184 5 0 165.393 56.8683 -55.85 + 86 52.9263 1183 5 0 165.396 56.85 -56.1221 + 86 23.0341 1078 0 0 86.5105 35.6935 -206.25 + 86 181.955 1001 0 0 88.3276 20.3718 -206.25 + 86 40.5342 1347 0 1 89.5379 20.1382 -204.85 + 86 403.059 1348 0 1 89.65 20.1083 -204.71 + 86 0.766442 1349 0 1 89.85 20.0118 -204.454 + 86 92.0169 1568 1 0 166.382 133.784 -176.25 + 86 134.926 1569 1 0 166.486 133.951 -176.206 + 86 93.8406 1570 1 0 166.583 134.15 -176.134 + 86 57.2312 1571 1 0 166.68 134.35 -176.048 + 86 49.5081 1572 1 0 166.734 134.55 -175.995 + 86 58.1527 1573 1 0 166.771 134.75 -175.943 + 86 13.2136 1574 1 0 166.788 134.95 -175.874 + 86 157.715 1734 1 1 166.995 138.428 -174.85 + 86 211.612 1733 1 1 166.95 138.987 -174.643 + 86 32.9108 1732 1 1 166.658 139.688 -174.45 + 86 53.8605 1731 1 1 166.55 139.668 -174.509 + 86 69.2198 1730 1 1 166.35 139.615 -174.594 + 86 70.6083 1729 1 1 166.15 139.542 -174.655 + 86 71.0451 1728 1 1 165.95 139.477 -174.753 + 86 27.5191 1727 1 1 165.75 139.445 -174.815 + 86 24.2736 1594 1 0 162.591 138.956 -175.85 + 86 219.855 1593 1 0 162.557 138.95 -175.862 + 86 23.1537 1592 1 0 162 138.75 -176.221 + 86 139.214 1535 0 1 127.238 126.539 -204.45 + 86 4.36057 1536 0 1 127.35 126.823 -204.834 + 86 32.7665 1536 0 0 127.705 127.466 -205.851 + 86 189.607 1537 0 0 127.739 127.55 -205.952 + 86 58.9096 1538 0 0 127.833 127.75 -206.031 + 86 95.7628 1539 0 0 128.008 127.95 -206.086 + 86 57.9261 1540 0 0 128.263 128.15 -206.119 + 86 58.1853 1541 0 0 128.379 128.35 -206.078 + 86 76.9178 1542 0 0 128.46 128.55 -206.013 + 86 52.2669 1543 0 0 128.535 128.75 -205.895 + 86 165.807 1544 0 0 128.639 128.95 -205.884 + 86 25.14 1545 0 0 129.024 129.15 -206.187 + 86 283.094 1546 0 0 147.342 129.458 -206.25 + 86 551.996 1635 0 1 147.2 128.761 -204.85 + 86 111.812 304 5 0 9.09729 -119.332 -56.2494 + 86 128.463 944 5 1 8.87242 -119.067 -54.8495 + 86 185.312 943 5 1 8.84992 -118.947 -54.5914 + 86 18.0408 947 5 1 9.47433 -118.867 -54.4501 + 86 208.373 946 5 1 9.45 -118.903 -54.4837 + 86 984.762 945 5 1 9.24993 -119.22 -54.6634 + 86 26.3048 483 0 0 4.9322 -83.4088 -206.25 + 86 98.0204 482 0 0 4.90527 -83.45 -206.197 + 86 16.1056 481 0 0 4.81276 -83.6501 -205.905 + 86 120.931 922 0 1 4.53335 -84.3215 -204.85 + 86 137.846 467 1 0 -8.73668 -86.5222 -176.25 + 86 62.2411 852 1 1 -9.53758 -86.6096 -174.849 + 86 83.884 851 1 1 -9.65013 -86.6101 -174.665 + 86 156.145 443 2 0 -11.9962 -91.367 -146.25 + 86 99.1394 839 2 1 -12.2272 -91.9157 -144.85 + 86 39.9256 838 2 1 -12.25 -92.0083 -144.58 + 86 128.327 840 2 1 -11.9826 -92.0675 -144.45 + 86 92.6309 841 2 1 -11.8498 -91.7466 -144.579 + 86 192.094 842 2 1 -11.65 -91.68 -144.595 + 86 247.361 843 2 1 -11.45 -91.6395 -144.58 + 86 266.785 844 2 1 -11.2499 -91.6315 -144.54 + 86 74.3527 845 2 1 -11.0491 -91.6513 -144.494 + 86 22.492 846 2 1 -10.85 -91.7247 -144.469 + 86 124.208 606 3 0 -9.08706 -58.7855 -116.25 + 86 82.8767 607 3 0 -9.12387 -58.6499 -116.102 + 86 98.9402 608 3 0 -9.27713 -58.45 -115.998 + 86 5.88024 609 3 0 -9.36079 -58.2499 -115.868 + 86 295.144 851 3 1 -9.74185 -57.4684 -114.85 + 86 503.197 850 3 1 -9.85 -57.2864 -114.653 + 86 25.676 849 3 1 -10.05 -57.0399 -114.676 + 86 216.854 450 2 0 -10.3274 -90.0408 -145.85 + 86 113.529 412 2 0 -54.6105 -97.7438 -146.25 + 86 155.292 1265 4 1 73.05 10.0505 -84.5549 + 86 363.461 950 4 0 73.0948 10.2068 -85.8502 + 86 15.6268 951 4 0 73.0694 10.25 -86.025 +Number of digits in this event = 57 Using G4ParticleGun ... -4.11636 LIN +1.55998 LIN proton Event: 87 -Number of tracker hits in this event = 23 - 87 109.839 1347 10 1 89.4609 20.2212 95.55 - 87 110.692 1000 10 0 89.4615 20.2202 94.15 - 87 96.7263 1347 9 1 89.4709 20.1985 65.55 - 87 109.069 1000 9 0 89.4724 20.1962 64.15 - 87 101.208 1347 8 1 89.5018 20.1415 35.55 - 87 93.603 1000 8 0 89.5033 20.1397 34.15 - 87 127.15 1347 7 1 89.5577 20.0835 5.55 - 87 122.551 1000 7 0 89.56 20.0824 4.15 - 87 100.99 1347 6 1 89.6111 20.0656 -24.45 - 87 171.868 1000 6 0 89.6136 20.0644 -25.85 - 87 156.649 1348 5 1 89.6644 20.0405 -54.45 - 87 138.414 999 5 0 89.6672 20.0381 -55.85 - 87 125.542 1348 4 1 89.7185 19.9855 -84.45 - 87 101.472 999 4 0 89.7213 19.9818 -85.85 - 87 113.361 1348 3 1 89.7799 19.9026 -114.45 - 87 160.328 999 3 0 89.7809 19.8998 -115.85 - 87 128.487 1348 2 1 89.7947 19.8403 -144.45 - 87 106.988 998 2 0 89.7957 19.8366 -145.85 - 87 138.293 1348 1 1 89.8119 19.757 -174.45 - 87 97.3688 998 1 0 89.8124 19.7552 -175.85 - 87 108.12 1348 0 1 89.8238 19.7163 -204.45 - 87 98.656 998 0 0 89.8247 19.7163 -205.85 - 87 239.301 1000 5 0 89.7318 20.05 -56.1886 -Number of digits in this event = 11 +Number of tracker hits in this event = 27 + 87 142.937 1080 11 1 36.1713 -64.7483 125.55 + 87 114.71 576 11 0 36.1727 -64.7475 124.15 + 87 148.305 1080 10 1 36.2154 -64.7313 95.55 + 87 117.458 576 10 0 36.2171 -64.7304 94.15 + 87 275.207 1080 9 1 36.2382 -64.7049 65.55 + 87 403.593 576 9 0 36.2386 -64.7062 64.15 + 87 125.228 1081 8 1 36.2572 -64.7383 35.55 + 87 166.632 576 8 0 36.255 -64.7366 34.15 + 87 88.665 1080 7 1 36.1995 -64.7027 5.55 + 87 113.308 576 7 0 36.2006 -64.7035 4.15 + 87 133.108 1080 6 1 36.2197 -64.7102 -24.45 + 87 115.229 576 6 0 36.2196 -64.7064 -25.85 + 87 145.952 1080 5 1 36.2238 -64.6411 -54.45 + 87 151.946 577 5 0 36.2266 -64.64 -55.85 + 87 97.4076 1081 4 1 36.2866 -64.6277 -84.45 + 87 137.013 577 4 0 36.279 -64.6381 -85.85 + 87 111.386 1080 3 1 36.1288 -64.8588 -114.45 + 87 135.594 575 3 0 36.1163 -64.8609 -115.85 + 87 154.742 1079 2 1 35.8648 -64.9054 -144.45 + 87 115.669 575 2 0 35.8556 -64.9024 -145.85 + 87 138.237 1078 1 1 35.6783 -64.8362 -174.45 + 87 122.059 576 1 0 35.6689 -64.8311 -175.85 + 87 176.442 1077 0 1 35.4725 -64.7322 -204.45 + 87 163.71 576 0 0 35.465 -64.728 -205.85 + 87 107.397 1076 0 1 35.4498 -64.6944 -204.623 + 87 146.283 525 5 0 58.5771 -75.0032 -56.25 + 87 92.8531 1081 9 1 36.25 -64.7072 65.3107 +Number of digits in this event = 18 Using G4ParticleGun ... -8.46837 LIN +1.7371 LIN proton Event: 88 -Number of tracker hits in this event = 28 - 88 110.606 990 11 1 18.1206 23.6204 125.55 - 88 109.386 1017 11 0 18.1214 23.6205 124.15 - 88 131.614 990 10 1 18.1398 23.6202 95.55 - 88 125.315 1017 10 0 18.141 23.6203 94.15 - 88 225.845 990 9 1 18.1634 23.6216 65.55 - 88 111.635 1017 9 0 18.1641 23.6225 64.15 - 88 100.783 990 8 1 18.1772 23.6455 35.55 - 88 104.009 1017 8 0 18.1772 23.6465 34.15 - 88 136.718 990 7 1 18.1737 23.6659 5.55 - 88 95.6596 1018 7 0 18.1748 23.6666 4.15 - 88 157.483 990 6 1 18.1937 23.6782 -24.45 - 88 126.258 1018 6 0 18.1941 23.6787 -25.85 - 88 125.455 990 5 1 18.2031 23.6897 -54.45 - 88 144.079 1018 5 0 18.2033 23.6906 -55.85 - 88 103.976 990 4 1 18.2048 23.7082 -84.45 - 88 106.33 1018 4 0 18.2045 23.7096 -85.85 - 88 111.2 990 3 1 18.2018 23.7407 -114.45 - 88 103.068 1018 3 0 18.2017 23.741 -115.85 - 88 122.825 990 2 1 18.2011 23.7469 -144.45 - 88 178.556 1018 2 0 18.201 23.748 -145.85 - 88 120.071 990 1 1 18.2006 23.7689 -174.45 - 88 97.9822 1018 1 0 18.2003 23.7699 -175.85 - 88 131.126 990 0 1 18.1953 23.7894 -204.45 - 88 142.671 1018 0 0 18.194 23.7907 -205.85 - 88 4.87094 1002 4 1 20.4584 -8.37005 -84.85 - 88 105.762 464 11 0 153.316 -87.149 123.75 - 88 323.57 1001 4 1 20.45 -8.41727 -84.6651 - 88 150.828 1000 4 1 20.25 -7.90601 -84.5222 -Number of digits in this event = 17 +Number of tracker hits in this event = 22 + 88 121.908 550 10 1 -69.9321 -63.5746 95.55 + 88 100.124 582 10 0 -69.9323 -63.5759 94.15 + 88 116.482 550 9 1 -69.9508 -63.6085 65.55 + 88 179.56 582 9 0 -69.9493 -63.6078 64.15 + 88 104.574 550 8 1 -69.9333 -63.5863 35.55 + 88 117.187 582 8 0 -69.9287 -63.5879 34.15 + 88 120.041 551 7 1 -69.8339 -63.6182 5.55 + 88 118.025 582 7 0 -69.8309 -63.6153 4.15 + 88 91.9921 551 6 1 -69.7747 -63.5548 -24.45 + 88 216.646 582 6 0 -69.7728 -63.5556 -25.85 + 88 132.273 551 5 1 -69.7408 -63.5629 -54.45 + 88 105.358 582 5 0 -69.7433 -63.5608 -55.85 + 88 125.626 551 4 1 -69.8026 -63.4983 -84.45 + 88 186.064 582 4 0 -69.8036 -63.4966 -85.85 + 88 126.205 551 3 1 -69.8184 -63.4549 -114.45 + 88 127.272 582 3 0 -69.8173 -63.4541 -115.85 + 88 120.619 551 2 1 -69.7881 -63.4345 -144.45 + 88 464.031 583 2 0 -69.7882 -63.4296 -145.85 + 88 92.5479 551 1 1 -69.7738 -63.3384 -174.45 + 88 168.996 583 1 0 -69.775 -63.3369 -175.85 + 88 109.058 551 0 1 -69.7888 -63.3148 -204.45 + 88 98.9137 583 0 0 -69.7884 -63.312 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -1.59383 LIN +6.68766 LIN proton Event: 89 -Number of tracker hits in this event = 30 - 89 143.139 1047 11 1 29.5133 -64.0735 125.55 - 89 105.798 579 11 0 29.5174 -64.0758 124.15 - 89 142.6 1047 10 1 29.5992 -64.1255 95.55 - 89 162.878 579 10 0 29.604 -64.126 94.15 - 89 109.284 1048 9 1 29.702 -64.14 65.55 - 89 110.584 579 9 0 29.7091 -64.1387 64.15 - 89 147.772 1049 8 1 29.8507 -64.1138 35.55 - 89 110.135 579 8 0 29.8553 -64.1135 34.15 - 89 112.243 1049 7 1 29.9489 -64.0961 5.55 - 89 114.754 579 7 0 29.9553 -64.0978 4.15 - 89 120.241 1050 6 1 30.1002 -64.1301 -24.45 - 89 178.341 579 6 0 30.1044 -64.1286 -25.85 - 89 102.106 1050 5 1 30.1939 -64.1075 -54.45 - 89 108.143 579 5 0 30.1987 -64.1085 -55.85 - 89 125.483 1051 4 1 30.297 -64.1166 -84.45 - 89 391.974 579 4 0 30.299 -64.1202 -85.85 - 89 266.81 1051 3 1 30.3328 -64.1713 -114.45 - 89 135.229 579 3 0 30.3353 -64.1726 -115.85 - 89 170.83 1051 2 1 30.4022 -64.1919 -144.45 - 89 175.389 579 2 0 30.4042 -64.1948 -145.85 - 89 140.754 1051 1 1 30.4371 -64.2548 -174.45 - 89 160.029 578 1 0 30.4376 -64.2583 -175.85 - 89 120.835 1052 0 1 30.4539 -64.3272 -204.45 - 89 119.1 578 0 0 30.4519 -64.3324 -205.85 - 89 47.0592 503 0 0 -24.742 -79.4108 -206.25 - 89 97.4498 502 0 0 -24.7887 -79.45 -206.094 - 89 11.3566 773 0 1 -25.4354 -79.8373 -204.85 - 89 135.122 772 0 1 -25.4501 -79.8482 -204.826 - 89 327.556 604 2 0 31.7133 -59.1707 -146.25 - 89 256.215 1050 3 1 30.25 -64.2137 -114.576 -Number of digits in this event = 20 +Number of tracker hits in this event = 31 + 89 139.574 1312 9 1 82.591 97.791 65.55 + 89 157.114 1388 9 0 82.5914 97.791 64.15 + 89 86.4052 1312 8 1 82.5999 97.7912 35.55 + 89 108.891 1388 8 0 82.6 97.7921 34.15 + 89 137.582 1312 7 1 82.6019 97.8128 5.55 + 89 90.5497 1388 7 0 82.6027 97.8134 4.15 + 89 130.696 1312 6 1 82.6216 97.8247 -24.45 + 89 118.046 1388 6 0 82.621 97.8269 -25.85 + 89 109.488 1312 5 1 82.6068 97.8736 -54.45 + 89 103.649 1388 5 0 82.6056 97.8763 -55.85 + 89 128.152 1312 4 1 82.5874 97.9311 -84.45 + 89 117.557 1388 4 0 82.5861 97.9343 -85.85 + 89 93.9749 1312 3 1 82.5597 98.0024 -114.45 + 89 137.01 1389 3 0 82.5591 98.0069 -115.85 + 89 101.25 1312 2 1 82.5501 98.0996 -144.45 + 89 122.659 1389 2 0 82.5498 98.1041 -145.85 + 89 122.778 1312 1 1 82.5395 98.1968 -174.45 + 89 121.845 1390 1 0 82.5393 98.2016 -175.85 + 89 111.807 1312 0 1 82.535 98.2977 -204.45 + 89 111.482 1390 0 0 82.5339 98.3023 -205.85 + 89 540.507 1555 14 0 114.262 131.232 213.75 + 89 24.217 1556 14 0 113.756 131.35 214.073 + 89 123.779 1313 6 1 82.6501 97.8123 -24.4816 + 89 119.758 1387 6 0 83.2499 97.7359 -25.85 + 89 60.8529 1421 5 1 104.386 91.6368 -54.45 + 89 190.826 1422 5 1 104.55 91.6395 -54.6454 + 89 4.52632 1423 5 1 104.75 91.6288 -54.8444 + 89 273.63 1357 5 0 105.725 91.6325 -55.85 + 89 102.786 1588 4 1 137.939 93.0278 -84.4501 + 89 56.8365 1366 4 0 137.913 93.4842 -85.8507 + 89 70.9463 1367 4 0 137.937 93.55 -86.0339 +Number of digits in this event = 16 Using G4ParticleGun ... -6.2598 LIN +5.58613 LIN proton Event: 90 Number of tracker hits in this event = 35 - 90 128.812 1077 11 1 35.4733 -59.7003 125.55 - 90 146.794 601 11 0 35.4722 -59.6997 124.15 - 90 149.975 1076 10 1 35.4494 -59.6894 95.55 - 90 101.852 601 10 0 35.4477 -59.6891 94.15 - 90 497.796 1076 9 1 35.4134 -59.6806 65.55 - 90 112.784 601 9 0 35.4097 -59.6797 64.15 - 90 289.056 1076 8 1 35.3334 -59.6578 35.55 - 90 104.839 601 8 0 35.3298 -59.6577 34.15 - 90 143.474 1076 7 1 35.2597 -59.6527 5.55 - 90 145.141 601 7 0 35.2566 -59.6546 4.15 - 90 247.028 1075 6 1 35.1976 -59.6974 -24.45 - 90 98.6402 601 6 0 35.1941 -59.6992 -25.85 - 90 152.381 1075 5 1 35.1269 -59.7313 -54.45 - 90 123.226 601 5 0 35.1242 -59.734 -55.85 - 90 109.991 1075 4 1 35.0666 -59.7903 -84.45 - 90 102.132 601 4 0 35.0656 -59.7928 -85.85 - 90 232.125 1074 3 1 35.0448 -59.8411 -114.45 - 90 120.861 601 3 0 35.0441 -59.8435 -115.85 - 90 106.711 1074 2 1 35.0259 -59.8963 -144.45 - 90 118.529 600 2 0 35.0249 -59.9 -145.85 - 90 99.1213 1074 1 1 35.0047 -59.9727 -174.45 - 90 128.189 600 1 0 35.0033 -59.9768 -175.85 - 90 116.742 1074 0 1 34.9756 -60.0586 -204.45 - 90 149.152 599 0 0 34.974 -60.0606 -205.85 - 90 188.758 1073 3 1 34.85 -59.859 -114.453 - 90 28.1034 605 6 0 35.5626 -58.9078 -25.85 - 90 80.7827 606 6 0 35.577 -58.85 -25.9437 - 90 76.9823 607 6 0 35.5802 -58.65 -26.1253 - 90 19.3763 681 6 0 58.1994 -43.8035 -26.2499 - 90 103.588 680 6 0 58.2357 -43.85 -26.1959 - 90 52.956 679 6 0 58.4543 -44.05 -26.0367 - 90 103.939 1194 6 1 59.0236 -44.2734 -24.8499 - 90 477.109 1195 6 1 59.05 -44.2831 -24.7843 - 90 67.6918 1077 9 1 35.45 -59.7361 65.5245 - 90 52.8112 1075 9 1 35.25 -60.1329 65.4419 -Number of digits in this event = 17 + 90 107.56 591 11 1 -61.6549 -22.9257 125.55 + 90 108.227 785 11 0 -61.653 -22.9255 124.15 + 90 101.484 592 10 1 -61.6131 -22.9234 95.55 + 90 344.781 785 10 0 -61.6115 -22.9229 94.15 + 90 100.545 592 9 1 -61.5743 -22.9178 65.55 + 90 91.2665 785 9 0 -61.5724 -22.9168 64.15 + 90 108.839 592 8 1 -61.5319 -22.8954 35.55 + 90 142.155 785 8 0 -61.5295 -22.8952 34.15 + 90 170.358 592 7 1 -61.4788 -22.8945 5.55 + 90 207.964 785 7 0 -61.4756 -22.8948 4.15 + 90 115.468 593 6 1 -61.4104 -22.9008 -24.45 + 90 100.036 785 6 0 -61.4065 -22.9006 -25.85 + 90 235.76 593 5 1 -61.3223 -22.8941 -54.45 + 90 124.865 785 5 0 -61.3197 -22.8926 -55.85 + 90 136.987 593 4 1 -61.2677 -22.8647 -84.45 + 90 95.83 785 4 0 -61.2653 -22.8619 -85.85 + 90 162.77 594 3 1 -61.2196 -22.8063 -114.45 + 90 104.79 786 3 0 -61.2172 -22.8038 -115.85 + 90 183.756 594 2 1 -61.172 -22.7521 -144.45 + 90 110.49 786 2 0 -61.1712 -22.7505 -145.85 + 90 107.938 594 1 1 -61.1529 -22.7166 -174.45 + 90 98.4078 786 1 0 -61.1522 -22.7153 -175.85 + 90 107.622 594 0 1 -61.1399 -22.6894 -204.45 + 90 212.808 786 0 0 -61.1397 -22.6883 -205.85 + 90 287.675 1363 5 1 92.8256 151.349 -54.45 + 90 209.322 1260 8 1 72.25 142.325 35.2749 + 90 327.703 1049 7 1 29.9445 -1.69575 5.52098 + 90 16.0761 593 2 1 -61.25 -22.7361 -144.805 + 90 139.549 789 2 0 -61.62 -22.1911 -145.85 + 90 74.0807 782 5 0 -61.2869 -23.6189 -55.8501 + 90 181.273 781 5 0 -61.2957 -23.6501 -56.0039 + 90 5.44624 591 7 1 -61.65 -22.8898 5.16505 + 90 79.5459 784 7 0 -63.1327 -23.1937 4.14992 + 90 121.191 783 7 0 -63.3286 -23.25 4.06467 + 90 123.508 782 7 0 -63.383 -23.45 4.00216 +Number of digits in this event = 21 Using G4ParticleGun ... -1.15961 LIN +1.88728 LIN proton Event: 91 -Number of tracker hits in this event = 37 - 91 118.88 881 9 0 -135.355 -3.69097 64.15 - 91 131.879 224 8 1 -135.327 -3.69686 35.55 - 91 106.398 881 8 0 -135.326 -3.7103 34.15 - 91 136.175 224 7 1 -135.297 -4.00246 5.55 - 91 128.718 880 7 0 -135.298 -4.01635 4.15 - 91 127.11 224 6 1 -135.316 -4.2932 -24.45 - 91 128.017 878 6 0 -135.317 -4.3098 -25.85 - 91 120.086 224 5 1 -135.322 -4.65354 -54.45 - 91 148.917 876 5 0 -135.321 -4.67168 -55.85 - 91 109.431 224 4 1 -135.304 -5.04791 -84.45 - 91 188.311 874 4 0 -135.308 -5.06652 -85.85 - 91 155 223 3 1 -135.39 -5.46157 -114.45 - 91 130.845 872 3 0 -135.395 -5.48093 -115.85 - 91 149.828 223 2 1 -135.48 -5.88009 -144.45 - 91 143.605 870 2 0 -135.488 -5.89822 -145.85 - 91 147.169 222 1 1 -135.633 -6.28499 -174.45 - 91 121.089 868 1 0 -135.64 -6.30546 -175.85 - 91 187.812 221 0 1 -135.773 -6.70723 -204.45 - 91 140.973 866 0 0 -135.782 -6.73109 -205.85 - 91 147.25 223 7 1 -135.357 -3.96303 5.55 - 91 22.5734 222 7 1 -135.55 -3.96513 5.22664 - 91 3.66441 881 7 0 -135.634 -3.65348 4.15 - 91 117.91 882 7 0 -135.635 -3.65 4.13853 - 91 74.3009 177 6 1 -144.722 -9.57083 -24.45 - 91 58.3228 178 6 1 -144.55 -9.6986 -24.5795 - 91 110.494 179 6 1 -144.35 -9.74728 -24.6982 - 91 187.998 850 6 0 -143.162 -9.90888 -25.85 - 91 39.165 849 6 0 -142.725 -10.05 -26.2042 - 91 125.27 888 6 0 -100.308 -2.40235 -26.25 - 91 3.77186 889 6 0 -100.221 -2.25 -25.8566 - 91 154.304 400 6 1 -100.107 -0.738474 -24.85 - 91 62.2598 903 6 0 -99.4607 0.664745 -25.85 - 91 58.5477 904 6 0 -99.4181 0.850398 -25.9262 - 91 49.7197 905 6 0 -99.4388 1.05 -26.0232 - 91 56.3595 906 6 0 -99.415 1.25029 -26.1135 - 91 58.0608 907 6 0 -99.3842 1.45063 -26.1631 - 91 127.585 908 6 0 -99.4182 1.65038 -26.173 -Number of digits in this event = 22 +Number of tracker hits in this event = 26 + 91 111.764 545 9 1 -70.9496 -107.72 65.55 + 91 161.717 362 9 0 -70.9504 -107.719 64.15 + 91 124.043 545 8 1 -70.9783 -107.697 35.55 + 91 98.4299 362 8 0 -70.9816 -107.697 34.15 + 91 29.9521 545 7 1 -71.0496 -107.687 5.55 + 91 82.2198 544 7 1 -71.05 -107.687 5.44824 + 91 102.719 362 7 0 -71.0547 -107.689 4.15 + 91 102.764 544 6 1 -71.1622 -107.727 -24.45 + 91 117.517 362 6 0 -71.1688 -107.729 -25.85 + 91 98.9537 543 5 1 -71.2922 -107.774 -54.45 + 91 113.555 361 5 0 -71.2968 -107.772 -55.85 + 91 118.452 543 4 1 -71.4069 -107.727 -84.45 + 91 132.435 362 4 0 -71.4144 -107.725 -85.85 + 91 114.701 542 3 1 -71.5602 -107.675 -114.45 + 91 121.157 362 3 0 -71.5653 -107.673 -115.85 + 91 160.745 541 2 1 -71.6655 -107.622 -144.45 + 91 109.643 362 2 0 -71.6724 -107.618 -145.85 + 91 116.725 541 1 1 -71.8061 -107.545 -174.45 + 91 128.665 363 1 0 -71.8179 -107.541 -175.85 + 91 168.396 539 0 1 -72.0567 -107.454 -204.45 + 91 144.801 363 0 0 -72.0694 -107.445 -205.85 + 91 187.61 361 6 0 -71.1836 -107.75 -25.873 + 91 79.716 363 9 0 -70.8596 -107.55 63.9159 + 91 5.9286 364 9 0 -70.7825 -107.35 63.7622 + 91 0.724436 629 9 0 -79.3805 -54.0514 63.7502 + 91 416.929 630 9 0 -79.3819 -54.05 63.7533 +Number of digits in this event = 11 Using G4ParticleGun ... -6.84377 LIN +4.54929 LIN proton Event: 92 -Number of tracker hits in this event = 24 - 92 113.459 881 11 1 -3.70122 -79.6531 125.55 - 92 98.0614 501 11 0 -3.70155 -79.6539 124.15 - 92 106.645 881 10 1 -3.70573 -79.6766 95.55 - 92 121.466 501 10 0 -3.70641 -79.6768 94.15 - 92 144.004 881 9 1 -3.72071 -79.6826 65.55 - 92 119.805 501 9 0 -3.72273 -79.6828 64.15 - 92 109.341 881 8 1 -3.76842 -79.6904 35.55 - 92 110.827 501 8 0 -3.77103 -79.6897 34.15 - 92 113.141 881 7 1 -3.83134 -79.6744 5.55 - 92 101.053 501 7 0 -3.83454 -79.6739 4.15 - 92 289.862 880 6 1 -3.90218 -79.663 -24.45 - 92 117.52 501 6 0 -3.90427 -79.6633 -25.85 - 92 112.326 880 5 1 -3.94394 -79.6746 -54.45 - 92 98.3864 501 5 0 -3.94698 -79.6765 -55.85 - 92 172.361 880 4 1 -4.00782 -79.7182 -84.45 - 92 261.285 501 4 0 -4.01219 -79.7204 -85.85 - 92 118.818 879 3 1 -4.10035 -79.7625 -114.45 - 92 101.206 501 3 0 -4.10535 -79.7645 -115.85 - 92 157.455 879 2 1 -4.20557 -79.8027 -144.45 - 92 104.202 501 2 0 -4.2113 -79.8045 -145.85 - 92 111.465 878 1 1 -4.32767 -79.8428 -174.45 - 92 192.792 501 1 0 -4.3335 -79.845 -175.85 - 92 111.236 877 0 1 -4.45489 -79.8922 -204.45 - 92 108.998 500 0 0 -4.46094 -79.8947 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 23 + 92 145.485 379 9 1 -104.333 -82.4978 65.55 + 92 107.745 487 9 0 -104.33 -82.4996 64.15 + 92 95.6131 379 8 1 -104.248 -82.5417 35.55 + 92 101.742 487 8 0 -104.243 -82.5436 34.15 + 92 151.936 380 7 1 -104.137 -82.5833 5.55 + 92 129.66 487 7 0 -104.132 -82.5853 4.15 + 92 111.09 380 6 1 -104.028 -82.6279 -24.45 + 92 104.266 487 6 0 -104.024 -82.6283 -25.85 + 92 121.669 380 5 1 -103.956 -82.6431 -54.45 + 92 91.5652 487 5 0 -103.954 -82.6431 -55.85 + 92 168.79 381 4 1 -103.91 -82.6426 -84.45 + 92 104.838 487 4 0 -103.907 -82.6411 -85.85 + 92 154.071 381 3 1 -103.847 -82.6103 -114.45 + 92 155.203 487 3 0 -103.844 -82.6098 -115.85 + 92 263.678 381 2 1 -103.786 -82.6031 -144.45 + 92 95.2014 487 2 0 -103.785 -82.6016 -145.85 + 92 121.968 381 1 1 -103.767 -82.5707 -174.45 + 92 93.3015 487 1 0 -103.765 -82.568 -175.85 + 92 157.879 382 0 1 -103.737 -82.516 -204.45 + 92 103.678 487 0 0 -103.736 -82.5156 -205.85 + 92 82.4407 382 2 1 -103.75 -82.9186 -144.483 + 92 629.396 383 2 1 -103.55 -82.9878 -144.547 + 92 44.4515 384 2 1 -103.35 -83.0444 -144.588 +Number of digits in this event = 12 Using G4ParticleGun ... -8.66141 LIN +9.16496 LIN proton Event: 93 -Number of tracker hits in this event = 24 - 93 221.473 1198 8 1 59.7051 131.155 35.55 - 93 101.615 1555 8 0 59.7045 131.155 34.15 - 93 128.976 1198 7 1 59.6935 131.15 5.55 - 93 190.643 1555 7 0 59.6921 131.151 4.15 - 93 122.207 1198 6 1 59.6639 131.168 -24.45 - 93 104.706 1555 6 0 59.6622 131.168 -25.85 - 93 139.706 1197 5 1 59.6285 131.173 -54.45 - 93 113.106 1555 5 0 59.6263 131.173 -55.85 - 93 137.598 1197 4 1 59.5806 131.178 -84.45 - 93 98.7464 1555 4 0 59.5788 131.177 -85.85 - 93 112.019 1197 3 1 59.5459 131.167 -114.45 - 93 115.719 1555 3 0 59.5443 131.167 -115.85 - 93 120.288 1197 2 1 59.5107 131.162 -144.45 - 93 130.449 1555 2 0 59.5087 131.163 -145.85 - 93 106.187 1197 1 1 59.4664 131.176 -174.45 - 93 439.689 1555 1 0 59.4646 131.178 -175.85 - 93 109.009 1196 0 1 59.4246 131.204 -204.45 - 93 222.584 1555 0 0 59.4224 131.205 -205.85 - 93 94.515 1197 6 1 59.65 131.147 -24.4761 - 93 24.8558 1196 6 1 59.4497 130.907 -24.793 - 93 268.071 1545 6 0 58.9547 129.291 -25.85 - 93 83.7245 1544 6 0 58.9233 129.15 -25.9301 - 93 86.8639 1543 6 0 58.8854 128.95 -25.9902 - 93 29.1158 1542 6 0 58.8281 128.75 -26.1534 -Number of digits in this event = 12 +Number of tracker hits in this event = 28 + 93 193.399 1436 10 1 107.49 -12.9691 95.55 + 93 115.462 835 10 0 107.49 -12.9688 94.15 + 93 233.55 1436 9 1 107.501 -12.9588 65.55 + 93 110.702 835 9 0 107.501 -12.958 64.15 + 93 102.728 1436 8 1 107.501 -12.9433 35.55 + 93 103.934 835 8 0 107.502 -12.9425 34.15 + 93 101.019 1436 7 1 107.513 -12.9266 5.55 + 93 119.133 835 7 0 107.513 -12.9253 4.15 + 93 99.8924 1436 6 1 107.515 -12.8985 -24.45 + 93 98.616 835 6 0 107.516 -12.8974 -25.85 + 93 105.708 1436 5 1 107.524 -12.8741 -54.45 + 93 107.36 835 5 0 107.524 -12.8724 -55.85 + 93 111.063 1436 4 1 107.521 -12.8399 -84.45 + 93 154.743 836 4 0 107.52 -12.8394 -85.85 + 93 139.883 1436 3 1 107.477 -12.8362 -114.45 + 93 130.015 836 3 0 107.474 -12.8356 -115.85 + 93 96.2646 1436 2 1 107.431 -12.8265 -144.45 + 93 113.468 836 2 0 107.433 -12.8266 -145.85 + 93 99.0066 1436 1 1 107.478 -12.8281 -174.45 + 93 100.956 836 1 0 107.481 -12.8275 -175.85 + 93 137.454 1436 0 1 107.538 -12.8146 -204.45 + 93 205.499 836 0 0 107.542 -12.8145 -205.85 + 93 96.1442 1381 3 1 96.3916 30.879 -114.653 + 93 260.24 1634 2 1 147.15 99.7848 -144.471 + 93 84.0564 1405 2 0 147.187 101.201 -145.85 + 93 100.46 1406 2 0 147.359 101.35 -146.076 + 93 386.874 1200 0 1 60.2464 22.422 -204.743 + 93 153.256 609 0 0 164.815 -58.1713 -206.25 +Number of digits in this event = 14 Using G4ParticleGun ... -5.91212 LIN +1.20145 LIN proton Event: 94 -Number of tracker hits in this event = 28 - 94 93.424 569 11 1 -66.1977 -3.48466 125.55 - 94 144.761 882 11 0 -66.1973 -3.48362 124.15 - 94 165.523 569 10 1 -66.1954 -3.46816 95.55 - 94 140.563 882 10 0 -66.1952 -3.46819 94.15 - 94 149.524 569 9 1 -66.1904 -3.47076 65.55 - 94 152.384 882 9 0 -66.1897 -3.4694 64.15 - 94 138.134 569 8 1 -66.1793 -3.44283 35.55 - 94 101.208 883 8 0 -66.1792 -3.44246 34.15 - 94 121.891 569 7 1 -66.1791 -3.43226 5.55 - 94 106.377 883 7 0 -66.1781 -3.43209 4.15 - 94 134.006 569 6 1 -66.1589 -3.43223 -24.45 - 94 121.798 883 6 0 -66.1579 -3.43325 -25.85 - 94 112.564 569 5 1 -66.1372 -3.45599 -54.45 - 94 157.843 882 5 0 -66.1373 -3.45774 -55.85 - 94 178.386 569 4 1 -66.1347 -3.48912 -84.45 - 94 173.943 882 4 0 -66.1342 -3.49088 -85.85 - 94 113.077 569 3 1 -66.1201 -3.52756 -114.45 - 94 91.1244 882 3 0 -66.1171 -3.52769 -115.85 - 94 102.832 569 2 1 -66.0544 -3.53201 -144.45 - 94 144.865 882 2 0 -66.0516 -3.53137 -145.85 - 94 105.847 570 1 1 -65.9991 -3.52822 -174.45 - 94 140.049 882 1 0 -65.9968 -3.52638 -175.85 - 94 120.07 570 0 1 -65.9515 -3.48808 -204.45 - 94 118.896 882 0 0 -65.9501 -3.48436 -205.85 - 94 191.237 882 8 0 -66.1772 -3.45008 34.0011 - 94 102.126 883 9 0 -66.2079 -3.45 63.9495 - 94 34.8456 884 9 0 -66.4143 -3.25 63.842 - 94 136.442 879 10 0 -67.2597 -4.09588 94.1499 -Number of digits in this event = 18 +Number of tracker hits in this event = 26 + 94 111.23 509 10 1 -78.1303 49.9449 95.55 + 94 127.967 1149 10 0 -78.1296 49.946 94.15 + 94 232.628 509 9 1 -78.1278 49.9586 65.55 + 94 128.527 1149 9 0 -78.1267 49.9665 64.15 + 94 154.964 509 8 1 -78.1217 50.138 35.55 + 94 112.293 1150 8 0 -78.1212 50.1455 34.15 + 94 127.282 509 7 1 -78.0893 50.301 5.55 + 94 118.368 1151 7 0 -78.0843 50.3063 4.15 + 94 197.473 510 6 1 -77.9744 50.4412 -24.45 + 94 149.327 1152 6 0 -77.9685 50.4511 -25.85 + 94 31.7871 510 5 1 -77.8505 50.656 -54.45 + 94 124.661 511 5 1 -77.85 50.657 -54.546 + 94 111.006 1153 5 0 -77.8429 50.6701 -55.85 + 94 128.664 511 4 1 -77.6639 50.9701 -84.45 + 94 165.582 1154 4 0 -77.6523 50.9869 -85.85 + 94 127.774 513 3 1 -77.3792 51.3024 -114.45 + 94 114.471 1156 3 0 -77.367 51.3148 -115.85 + 94 103.849 514 2 1 -77.132 51.5851 -144.45 + 94 141.768 1157 2 0 -77.1194 51.5953 -145.85 + 94 124.6 515 1 1 -76.8598 51.8146 -174.45 + 94 121.15 1158 1 0 -76.85 51.8285 -175.85 + 94 120.261 516 0 1 -76.6562 52.1204 -204.45 + 94 137.624 1160 0 0 -76.6457 52.1356 -205.85 + 94 116.009 511 6 1 -77.85 50.466 -24.6432 + 94 39.4595 1148 8 0 -78.5086 49.7096 34.15 + 94 98.4019 1147 8 0 -78.5572 49.65 33.983 +Number of digits in this event = 19 Using G4ParticleGun ... -7.09893 LIN +9.51383 LIN proton Event: 95 -Number of tracker hits in this event = 27 - 95 142.831 605 11 1 -58.8634 40.6846 125.55 - 95 151.925 1103 11 0 -58.8618 40.6864 124.15 - 95 106.5 606 10 1 -58.8317 40.7242 95.55 - 95 114.842 1103 10 0 -58.83 40.7265 94.15 - 95 88.9092 606 9 1 -58.7909 40.7719 65.55 - 95 110.875 1103 9 0 -58.7895 40.7745 64.15 - 95 134.766 606 8 1 -58.7623 40.8245 35.55 - 95 110.334 1103 8 0 -58.7615 40.8276 34.15 - 95 96.1583 606 7 1 -58.7402 40.8892 5.55 - 95 92.6127 1104 7 0 -58.7397 40.8911 4.15 - 95 110.776 606 6 1 -58.7256 40.9285 -24.45 - 95 109.971 1104 6 0 -58.7263 40.931 -25.85 - 95 106.493 606 5 1 -58.741 40.9799 -54.45 - 95 114.234 1104 5 0 -58.7417 40.9826 -55.85 - 95 168.35 606 4 1 -58.7613 41.0253 -84.45 - 95 148.109 1104 4 0 -58.7632 41.0275 -85.85 - 95 143.225 606 3 1 -58.8067 41.0726 -114.45 - 95 114.005 1105 3 0 -58.8086 41.075 -115.85 - 95 100.499 605 2 1 -58.8505 41.1257 -144.45 - 95 107.963 1105 2 0 -58.8525 41.1282 -145.85 - 95 111.124 605 1 1 -58.8933 41.1808 -174.45 - 95 90.8782 1105 1 0 -58.8956 41.183 -175.85 - 95 114.091 605 0 1 -58.9434 41.2343 -204.45 - 95 226.363 1105 0 0 -58.946 41.2367 -205.85 - 95 68.6208 351 8 0 16.1517 -109.95 34.1084 - 95 213.654 72 14 1 -165.55 -94.6249 215.266 - 95 24.6923 1127 8 1 45.45 -135.47 35.4669 -Number of digits in this event = 12 +Number of tracker hits in this event = 22 + 95 100.582 591 10 1 -61.6752 -97.3609 95.55 + 95 114.424 413 10 0 -61.6751 -97.3617 94.15 + 95 165.104 591 9 1 -61.6712 -97.3765 65.55 + 95 141.756 413 9 0 -61.6704 -97.3772 64.15 + 95 91.7228 591 8 1 -61.6513 -97.3933 35.55 + 95 128.512 413 8 0 -61.6496 -97.3945 34.15 + 95 101.217 592 7 1 -61.6141 -97.4168 5.55 + 95 103.109 413 7 0 -61.6128 -97.4182 4.15 + 95 109.931 592 6 1 -61.5868 -97.4414 -24.45 + 95 116.336 413 6 0 -61.5851 -97.4427 -25.85 + 95 141.942 592 5 1 -61.5485 -97.4684 -54.45 + 95 106.651 413 5 0 -61.5471 -97.4699 -55.85 + 95 107.875 592 4 1 -61.5196 -97.4987 -84.45 + 95 170.963 413 4 0 -61.518 -97.5001 -85.85 + 95 121.921 592 3 1 -61.4875 -97.5308 -114.45 + 95 125.691 413 3 0 -61.4861 -97.5329 -115.85 + 95 114.35 592 2 1 -61.4581 -97.5727 -144.45 + 95 163.31 412 2 0 -61.4573 -97.5749 -145.85 + 95 107.065 593 1 1 -61.4442 -97.6194 -174.45 + 95 106.919 412 1 0 -61.444 -97.6204 -175.85 + 95 101.411 593 0 1 -61.4413 -97.6398 -204.45 + 95 153.391 412 0 0 -61.4408 -97.6413 -205.85 +Number of digits in this event = 10 Using G4ParticleGun ... -6.90116 LIN +4.91781 LIN proton Event: 96 -Number of tracker hits in this event = 35 - 96 171.937 1023 11 1 24.6518 49.5023 125.55 - 96 248.114 1147 11 0 24.6529 49.5018 124.15 - 96 95.1419 1023 10 1 24.6767 49.4946 95.55 - 96 190.795 1147 10 0 24.679 49.4946 94.15 - 96 113.643 1023 9 1 24.727 49.496 65.55 - 96 100.306 1147 9 0 24.7298 49.4966 64.15 - 96 102.092 1023 8 1 24.7869 49.5044 35.55 - 96 96.4587 1147 8 0 24.7898 49.5071 34.15 - 96 116.565 1023 7 1 24.8466 49.56 5.55 - 96 109.467 1147 7 0 24.8491 49.5622 4.15 - 96 148.492 1024 6 1 24.9006 49.6093 -24.45 - 96 226.987 1147 6 0 24.9035 49.6111 -25.85 - 96 167.242 1024 5 1 24.9627 49.6458 -54.45 - 96 110.304 1147 5 0 24.9662 49.6471 -55.85 - 96 332.389 1024 4 1 25.0389 49.6758 -84.45 - 96 107.527 1148 4 0 25.0423 49.6778 -85.85 - 96 98.0445 1025 3 1 25.1098 49.7185 -114.45 - 96 124.6 1148 3 0 25.1126 49.7205 -115.85 - 96 159.657 1025 2 1 25.1742 49.7591 -144.45 - 96 91.1184 1148 2 0 25.1767 49.7612 -145.85 - 96 103.756 1025 1 1 25.2229 49.8052 -174.45 - 96 106.204 1148 1 0 25.2256 49.808 -175.85 - 96 156.596 1026 0 1 25.2916 49.8736 -204.45 - 96 149.296 1149 0 0 25.2953 49.8768 -205.85 - 96 81.473 1148 0 0 25.2951 49.85 -206.215 - 96 53.3587 803 0 0 6.26685 -19.2514 -206.25 - 96 164.327 804 0 0 6.19098 -19.25 -206.212 - 96 13.1086 1023 4 1 24.85 49.9538 -84.814 - 96 72.2245 1154 4 0 24.3614 50.8983 -85.8506 - 96 60.748 1155 4 0 24.2839 51.0505 -85.9729 - 96 58.7616 1156 4 0 24.1963 51.25 -86.0599 - 96 65.6591 1157 4 0 24.1024 51.4502 -86.1312 - 96 73.8749 1158 4 0 23.9697 51.65 -86.1845 - 96 13.339 1159 4 0 23.8322 51.85 -86.237 - 96 37.4155 1148 11 0 25.2526 49.6787 124.15 -Number of digits in this event = 13 +Number of tracker hits in this event = 137 + 96 119.849 794 10 1 -21.205 112.811 95.55 + 96 118.628 1463 10 0 -21.2046 112.812 94.15 + 96 123.222 794 9 1 -21.1988 112.826 65.55 + 96 102.73 1463 9 0 -21.2001 112.826 64.15 + 96 275.946 794 8 1 -21.2236 112.811 35.55 + 96 114.744 1463 8 0 -21.2251 112.81 34.15 + 96 7923.82 793 7 1 -21.2559 112.781 5.55 + 96 91.7171 778 7 1 -24.3554 116.627 5.54987 + 96 5856.2 794 7 1 -21.25 112.785 5.19936 + 96 173.655 1463 7 0 -21.3338 112.864 4.15 + 96 48.815 783 6 1 -23.4347 115.138 -24.45 + 96 66.6026 782 6 1 -23.45 115.155 -24.6532 + 96 103.447 1475 6 0 -23.5399 115.253 -25.85 + 96 275.188 771 5 1 -25.6895 117.6 -54.45 + 96 94.3818 1487 5 0 -25.7935 117.714 -55.85 + 96 205.687 760 4 1 -27.9084 120.066 -84.45 + 96 157.077 1500 4 0 -28.0164 120.184 -85.85 + 96 98.9168 749 3 1 -30.2201 122.582 -114.45 + 96 1.43045 748 3 1 -30.25 122.616 -114.842 + 96 115.301 1512 3 0 -30.3273 122.703 -115.85 + 96 91.8144 737 2 1 -32.5192 125.196 -144.45 + 96 88.7181 1525 2 0 -32.6267 125.321 -145.85 + 96 17.2994 1526 2 0 -32.6521 125.35 -146.181 + 96 119.983 726 1 1 -34.8111 127.861 -174.45 + 96 115.332 1539 1 0 -34.9196 127.983 -175.85 + 96 98.2221 714 0 1 -37.1307 130.499 -204.45 + 96 110.814 1552 0 0 -37.2412 130.62 -205.85 + 96 91.6456 770 5 1 -25.85 117.501 -54.7692 + 96 273.888 568 3 1 -66.3287 174.063 -114.45 + 96 59.7142 567 3 1 -66.45 174.228 -114.761 + 96 247.537 1773 3 0 -66.882 174.808 -115.85 + 96 66.9899 1774 3 0 -66.9874 174.95 -116.116 + 96 117.119 1462 7 0 -21.1495 112.641 4.15 + 96 57.7327 808 6 1 -18.2638 108.811 -24.45 + 96 106.285 809 6 1 -18.25 108.792 -24.5847 + 96 110.452 1442 6 0 -18.1211 108.62 -25.85 + 96 145.301 824 5 1 -15.1828 104.714 -54.45 + 96 120.346 1421 5 0 -15.0284 104.529 -55.85 + 96 61.4075 840 4 1 -11.8688 100.741 -84.45 + 96 85.909 841 4 1 -11.85 100.719 -84.6185 + 96 28.8809 1402 4 0 -11.7132 100.557 -85.85 + 96 116.528 1401 4 0 -11.7074 100.55 -85.9017 + 96 123.688 857 3 1 -8.50283 96.7843 -114.45 + 96 140.033 1382 3 0 -8.33279 96.6034 -115.85 + 96 114.752 875 2 1 -4.8943 92.9175 -144.45 + 96 10.788 876 2 1 -4.85 92.8723 -144.815 + 96 150.695 1362 2 0 -4.72491 92.7442 -145.85 + 96 195.587 894 1 1 -1.24056 89.186 -174.45 + 96 111.357 1344 1 0 -1.06577 89.0249 -175.85 + 96 178.861 912 0 1 2.48348 85.7893 -204.45 + 96 125.252 1327 0 0 2.6522 85.614 -205.85 + 96 276.327 1028 1 1 25.8023 -44.9041 -174.85 + 96 52.367 1027 1 1 25.6498 -45.4337 -174.534 + 96 1.2192 726 1 0 86.1126 -34.6726 -176.25 + 96 20.1326 702 1 0 86.092 -39.5506 -176.25 + 96 135.792 579 8 0 -148.128 -64.1291 33.75 + 96 277.602 578 8 0 -148.249 -64.25 34.1027 + 96 22.8635 577 8 0 -148.253 -64.45 34.0559 + 96 258.515 950 5 1 10.1978 111.168 -54.45 + 96 231.839 951 5 1 10.25 111.16 -54.551 + 96 130.025 1454 5 0 10.9126 111.074 -55.8502 + 96 34.5708 1027 4 1 25.5988 109.086 -84.45 + 96 78.0653 1028 4 1 25.6501 109.067 -84.5588 + 96 152.808 1443 4 0 26.2716 108.852 -85.85 + 96 99.8265 1100 3 1 40.1162 103.948 -114.45 + 96 68.1104 1101 3 1 40.25 103.883 -114.723 + 96 81.6138 1417 3 0 40.7879 103.619 -115.85 + 96 100.635 1416 3 0 40.9264 103.55 -116.143 + 96 169.773 1171 2 1 54.3261 97.1392 -144.45 + 96 20.1815 1172 2 1 54.45 97.055 -144.772 + 96 5.64636 1383 2 0 54.8815 96.7552 -145.85 + 96 92.3782 1382 2 0 54.889 96.75 -145.869 + 96 138.814 1229 1 1 65.8617 89.0314 -174.45 + 96 142.79 1342 1 0 66.4732 88.6309 -175.85 + 96 80.1308 1297 0 1 79.5467 80.462 -204.45 + 96 48.3551 1298 0 1 79.65 80.3786 -204.696 + 96 110.689 1299 0 0 80.129 79.9766 -205.85 + 96 7.57977 1298 0 0 80.2861 79.85 -206.227 + 96 27.4459 1289 0 1 77.85 80.4252 -204.555 + 96 176.82 1455 5 0 10.8528 111.255 -55.85 + 96 27.9366 1019 4 1 24.0085 111.849 -84.4501 + 96 142.141 1020 4 1 24.05 111.837 -84.5418 + 96 275.182 1457 4 0 24.6448 111.671 -85.85 + 96 52.6511 1090 3 1 38.1584 107.939 -114.45 + 96 62.3262 1091 3 1 38.25 107.906 -114.632 + 96 143.424 1437 3 0 38.865 107.682 -115.85 + 96 96.4806 1166 2 1 53.3159 102.814 -144.45 + 96 117.349 1167 2 1 53.45 102.776 -144.697 + 96 125.849 1412 2 0 54.0863 102.606 -145.85 + 96 6.16518 1411 2 0 54.2903 102.55 -146.226 + 96 8.49884 1246 1 1 69.4446 98.4378 -174.45 + 96 160.736 1247 1 1 69.45 98.4361 -174.459 + 96 17.163 1248 1 1 69.65 98.372 -174.798 + 96 58.1107 1390 1 0 70.2649 98.1828 -175.85 + 96 85.0521 1389 1 0 70.3741 98.15 -176.035 + 96 101.677 1335 0 1 87.0938 93.4837 -204.45 + 96 33.2528 1336 0 1 87.25 93.439 -204.733 + 96 139.752 1365 0 0 87.8666 93.2685 -205.85 + 96 593.253 1334 0 1 87.0173 93.5527 -204.45 + 96 34.9094 1375 0 0 86.8953 95.2259 -205.85 + 96 49.5236 1376 0 0 86.8909 95.3501 -205.931 + 96 54.698 1377 0 0 86.8799 95.55 -205.99 + 96 49.5633 1378 0 0 86.9559 95.75 -206.01 + 96 111.936 1379 0 0 87.0888 95.95 -206.051 + 96 457.748 1333 0 1 86.85 92.6947 -204.664 + 96 76.3236 1458 4 0 24.6469 111.798 -85.85 + 96 255.775 1159 2 1 51.9869 107.681 -144.45 + 96 40.855 1160 2 1 52.05 107.62 -144.709 + 96 136.057 1435 2 0 52.2776 107.253 -145.85 + 96 60.9255 1434 2 0 52.3371 107.15 -146.131 + 96 18.8372 1176 1 1 55.2927 101.651 -174.45 + 96 100.038 1175 1 1 55.25 101.614 -174.516 + 96 22.407 1174 1 1 55.05 101.546 -174.822 + 96 102.099 1406 1 0 54.171 101.381 -175.85 + 96 52.4375 1405 1 0 53.8724 101.35 -176.144 + 96 134.761 1546 1 0 -56.7058 129.351 -176.25 + 96 134.388 1547 1 0 -57.1588 129.55 -176.114 + 96 117.168 1548 1 0 -57.5583 129.75 -176.048 + 96 97.7401 1549 1 0 -57.8221 129.95 -176.059 + 96 93.2532 1550 1 0 -58.0446 130.15 -176.088 + 96 85.6802 1551 1 0 -58.2757 130.35 -176.158 + 96 56.5505 1158 2 1 51.85 107.564 -144.513 + 96 60.8718 1157 2 1 51.6495 107.56 -144.627 + 96 44.1716 1156 2 1 51.45 107.573 -144.767 + 96 140.157 1436 2 0 49.817 107.419 -145.85 + 96 55.267 1110 1 1 42.1554 110.801 -174.45 + 96 138.32 1111 1 1 42.2501 110.98 -174.522 + 96 235.404 1112 1 1 42.45 111.394 -174.666 + 96 15.9862 1461 1 0 41.9446 112.514 -175.85 + 96 102.212 1462 1 0 41.9106 112.55 -175.894 + 96 117.753 1463 1 0 41.6574 112.75 -176.118 + 96 18.1433 1466 1 0 43.6047 113.35 -175.873 + 96 61.6797 1456 5 0 10.9353 111.35 -56.0125 + 96 92.5363 1457 5 0 10.9393 111.55 -56.0858 + 96 100.471 1458 5 0 10.8637 111.75 -56.038 + 96 153.12 1459 5 0 10.7109 111.95 -56.0575 + 96 8.34175 793 8 1 -21.25 112.808 35.1958 +Number of digits in this event = 49 Using G4ParticleGun ... -7.779 LIN +8.38146 LIN proton Event: 97 -Number of tracker hits in this event = 27 - 97 107.229 624 8 1 -55.0925 130.743 35.55 - 97 113.678 1552 8 0 -55.0921 130.741 34.15 - 97 134.866 624 7 1 -55.0822 130.705 5.55 - 97 92.4809 1552 7 0 -55.0825 130.704 4.15 - 97 113.146 624 6 1 -55.0909 130.671 -24.45 - 97 125.295 1552 6 0 -55.0898 130.669 -25.85 - 97 106.755 624 5 1 -55.0686 130.64 -54.45 - 97 98.4852 1552 5 0 -55.0689 130.638 -55.85 - 97 116.461 624 4 1 -55.0723 130.603 -84.45 - 97 174.472 1552 4 0 -55.0723 130.601 -85.85 - 97 112.377 624 3 1 -55.0778 130.563 -114.45 - 97 103.767 1552 3 0 -55.0773 130.562 -115.85 - 97 95.3535 624 2 1 -55.068 130.54 -144.45 - 97 136.592 1551 2 0 -55.0677 130.539 -145.85 - 97 98.0339 624 1 1 -55.0608 130.521 -174.45 - 97 95.015 1551 1 0 -55.0605 130.52 -175.85 - 97 170.781 624 0 1 -55.0531 130.5 -204.45 - 97 127.665 1551 0 0 -55.0517 130.5 -205.85 - 97 15.4612 1784 4 0 -63.3417 177.101 -86.2494 - 97 109.054 1785 4 0 -63.378 177.15 -86.2164 - 97 10.2411 578 4 1 -64.4435 176.471 -84.85 - 97 98.1754 577 4 1 -64.45 176.465 -84.8402 - 97 49.6272 576 4 1 -64.65 176.312 -84.6588 - 97 46.4835 575 4 1 -64.85 176.269 -84.6363 - 97 46.5447 574 4 1 -65.0502 176.256 -84.6645 - 97 95.1763 573 4 1 -65.2503 176.221 -84.6747 - 97 205.899 572 4 1 -65.45 176.197 -84.6886 -Number of digits in this event = 8 +Number of tracker hits in this event = 38 + 97 88.9023 590 9 1 -62.0031 -107.538 65.55 + 97 112.044 363 9 0 -62.0037 -107.538 64.15 + 97 129.776 590 8 1 -62.0147 -107.55 35.55 + 97 121.096 362 8 0 -62.0155 -107.551 34.15 + 97 124.703 590 7 1 -62.03 -107.565 5.55 + 97 115.645 362 7 0 -62.0308 -107.567 4.15 + 97 151.729 590 6 1 -62.0488 -107.606 -24.45 + 97 185.309 362 6 0 -62.049 -107.608 -25.85 + 97 109.315 589 5 1 -62.0581 -107.653 -54.45 + 97 124.018 362 5 0 -62.0582 -107.655 -55.85 + 97 179.248 589 4 1 -62.0603 -107.69 -84.45 + 97 156.163 362 4 0 -62.0594 -107.691 -85.85 + 97 135.225 590 3 1 -62.0386 -107.714 -114.45 + 97 185.737 362 3 0 -62.0378 -107.714 -115.85 + 97 160.096 590 2 1 -62.0205 -107.728 -144.45 + 97 63.6297 361 2 0 -61.949 -107.917 -145.85 + 97 78.6088 360 2 0 -61.9363 -107.95 -146.098 + 97 133.553 597 1 1 -60.4758 -111.762 -174.45 + 97 7.25242 341 1 0 -60.3988 -111.946 -175.85 + 97 91.956 340 1 0 -60.397 -111.95 -175.883 + 97 108.08 606 0 1 -58.8367 -115.727 -204.45 + 97 81.057 321 0 0 -58.7608 -115.913 -205.85 + 97 40.314 320 0 0 -58.7457 -115.95 -206.13 + 97 73.6021 591 2 1 -61.85 -107.705 -144.502 + 97 94.206 592 2 1 -61.65 -107.686 -144.63 + 97 93.804 593 2 1 -61.45 -107.667 -144.757 + 97 249.631 363 2 0 -59.7485 -107.505 -145.85 + 97 5.22647 825 1 1 -14.8639 -103.251 -174.45 + 97 75.9677 826 1 1 -14.85 -103.25 -174.46 + 97 99.8093 827 1 1 -14.65 -103.235 -174.597 + 97 58.0105 828 1 1 -14.45 -103.218 -174.734 + 97 302.451 385 1 0 -12.8345 -103.087 -175.85 + 97 30.2124 1037 0 1 27.5698 -99.5654 -204.45 + 97 76.6484 1038 0 1 27.65 -99.5618 -204.502 + 97 80.6232 1039 0 1 27.85 -99.5526 -204.631 + 97 49.1557 1040 0 1 28.05 -99.5426 -204.76 + 97 253.985 403 0 0 29.7331 -99.458 -205.85 + 97 4.8254 949 3 1 9.85788 -79.1333 -114.85 +Number of digits in this event = 18 Using G4ParticleGun ... -5.8183 LIN +3.87538 LIN proton Event: 98 -Number of tracker hits in this event = 60 - 98 339.24 765 11 1 -26.959 1.25092 125.55 - 98 118.573 906 11 0 -26.9584 1.25133 124.15 - 98 146.211 765 10 1 -26.9476 1.26322 95.55 - 98 180.175 906 10 0 -26.9384 1.26651 94.15 - 98 264.16 766 9 1 -26.7518 1.33441 65.55 - 98 121.002 906 9 0 -26.7426 1.33909 64.15 - 98 107.937 767 8 1 -26.5544 1.43772 35.55 - 98 119.908 906 8 0 -26.5443 1.44177 34.15 - 98 137.145 768 7 1 -26.3361 1.52379 5.55 - 98 183.72 907 7 0 -26.3256 1.52823 4.15 - 98 190.059 769 6 1 -26.1134 1.62291 -24.45 - 98 96.0625 907 6 0 -26.1032 1.62792 -25.85 - 98 158.615 770 5 1 -25.8943 1.73193 -54.45 - 98 187.903 908 5 0 -25.8843 1.73649 -55.85 - 98 103.152 771 4 1 -25.6803 1.82762 -84.45 - 98 99.7351 908 4 0 -25.6704 1.832 -85.85 - 98 103.181 772 3 1 -25.4726 1.92465 -114.45 - 98 147.27 909 3 0 -25.4625 1.92871 -115.85 - 98 107.218 773 2 1 -25.2589 2.01044 -144.45 - 98 108.458 909 2 0 -25.2489 2.01322 -145.85 - 98 191.291 775 1 1 -25.0424 2.0727 -174.45 - 98 90.3902 910 1 0 -25.0322 2.07633 -175.85 - 98 102.795 776 0 1 -24.8223 2.15605 -204.45 - 98 107.283 910 0 0 -24.8127 2.15997 -205.85 - 98 111.75 981 2 0 -20.9876 16.3039 -146.222 - 98 189.949 863 2 0 -35.5234 -7.38049 -145.934 - 98 91.5389 870 0 0 -28.1498 -5.90077 -206.25 - 98 64.1859 869 0 0 -28.217 -6.05039 -206.008 - 98 56.2989 759 0 1 -28.2215 -7.17037 -204.85 - 98 282.197 758 0 1 -28.25 -7.336 -204.705 - 98 19.832 757 0 1 -28.4923 -7.74217 -204.45 - 98 126.207 864 0 0 -27.9156 -7.15711 -205.85 - 98 65.9106 865 0 0 -27.9979 -7.04993 -206.135 - 98 140.322 771 5 1 -25.6605 1.58384 -54.85 - 98 68.0307 772 5 1 -25.65 1.58853 -54.8305 - 98 15.2271 912 5 0 -25.3678 2.62012 -55.85 - 98 237.142 913 5 0 -25.349 2.65007 -55.8924 - 98 242.149 914 5 0 -25.2496 2.8502 -56.1429 - 98 137.475 905 6 0 -26.2904 1.14093 -25.8501 - 98 148.603 906 7 0 -26.3544 1.45 3.89929 - 98 96.1132 905 7 0 -26.2954 1.25 3.85835 - 98 75.0946 896 9 0 -29.155 -0.679706 64.15 - 98 45.4042 764 11 1 -27.05 0.5729 125.227 - 98 42.6614 890 11 0 -28.625 -1.98536 124.15 - 98 56.1544 889 11 0 -28.663 -2.05 124.125 - 98 78.5158 888 11 0 -28.7639 -2.25 124.04 - 98 66.1187 887 11 0 -28.8978 -2.45 123.892 - 98 160.07 628 10 1 -54.2991 -22.4363 95.55 - 98 1.00797 780 10 0 -54.6446 -24.0461 94.15 - 98 90.2473 779 10 0 -54.6456 -24.05 94.1466 - 98 54.2222 778 10 0 -54.6809 -24.2501 93.9873 - 98 47.9141 777 10 0 -54.7569 -24.4503 93.8921 - 98 70.6164 776 10 0 -54.8646 -24.6502 93.8517 - 98 56.2271 775 10 0 -54.9062 -24.85 93.8128 - 98 9.24042 908 10 0 -89.5615 1.82765 93.7501 - 98 54.8177 909 10 0 -89.5571 1.85 93.7567 - 98 76.0792 910 10 0 -89.4927 2.05 93.815 - 98 77.6954 911 10 0 -89.3816 2.25 93.9278 - 98 22.5714 912 10 0 -89.3253 2.45 94.0929 - 98 406.945 456 10 1 -88.7771 3.63461 95.15 -Number of digits in this event = 26 +Number of tracker hits in this event = 21 + 98 226.11 712 10 0 -110.376 -37.572 94.15 + 98 183.63 348 9 1 -110.376 -37.5697 65.55 + 98 166.633 712 9 0 -110.378 -37.57 64.15 + 98 125.438 348 8 1 -110.409 -37.5726 35.55 + 98 110.629 712 8 0 -110.412 -37.572 34.15 + 98 105.042 348 7 1 -110.467 -37.5572 5.55 + 98 111.075 712 7 0 -110.471 -37.5567 4.15 + 98 145.142 347 6 1 -110.551 -37.5497 -24.45 + 98 99.1374 712 6 0 -110.555 -37.5491 -25.85 + 98 118.195 347 5 1 -110.621 -37.5338 -54.45 + 98 189.86 712 5 0 -110.624 -37.5358 -55.85 + 98 93.9983 347 4 1 -110.69 -37.5772 -84.45 + 98 111.74 712 4 0 -110.693 -37.5782 -85.85 + 98 107.661 346 3 1 -110.769 -37.5924 -114.45 + 98 103.773 712 3 0 -110.772 -37.5931 -115.85 + 98 113.42 346 2 1 -110.853 -37.6058 -144.45 + 98 109.298 712 2 0 -110.858 -37.6058 -145.85 + 98 134.201 345 1 1 -110.959 -37.6119 -174.45 + 98 144.646 712 1 0 -110.964 -37.6119 -175.85 + 98 107.781 345 0 1 -111.063 -37.6093 -204.45 + 98 127.505 712 0 0 -111.068 -37.6071 -205.85 +Number of digits in this event = 10 Using G4ParticleGun ... -9.58341 LIN +9.73308 LIN proton Event: 99 -Number of tracker hits in this event = 25 - 99 117.808 981 11 1 16.2552 -32.634 125.55 - 99 105.452 737 11 0 16.2549 -32.6349 124.15 - 99 87.8026 981 10 1 16.2545 -32.654 95.55 - 99 128.086 736 10 0 16.2538 -32.655 94.15 - 99 106.158 980 9 1 16.2397 -32.6783 65.55 - 99 149.63 736 9 0 16.2394 -32.6789 64.15 - 99 149.498 980 8 1 16.2345 -32.6914 35.55 - 99 148.157 736 8 0 16.2342 -32.6926 34.15 - 99 122.425 980 7 1 16.2302 -32.7169 5.55 - 99 162.191 736 7 0 16.2288 -32.7182 4.15 - 99 112.25 980 6 1 16.2019 -32.7438 -24.45 - 99 102.367 736 6 0 16.2005 -32.7446 -25.85 - 99 182.9 980 5 1 16.171 -32.7585 -54.45 - 99 81.3024 736 5 0 16.17 -32.759 -55.85 - 99 133.255 980 4 1 16.1495 -32.765 -84.45 - 99 282.767 736 4 0 16.1481 -32.7648 -85.85 - 99 143.285 980 3 1 16.1159 -32.7668 -114.45 - 99 125.929 736 3 0 16.1144 -32.7671 -115.85 - 99 125.446 980 2 1 16.0839 -32.7726 -144.45 - 99 110.994 736 2 0 16.0823 -32.7724 -145.85 - 99 122.967 979 1 1 16.0453 -32.7641 -174.45 - 99 107.25 736 1 0 16.0428 -32.7635 -175.85 - 99 85.5211 979 0 1 15.992 -32.7524 -204.45 - 99 124.587 736 0 0 15.9894 -32.7516 -205.85 - 99 96.2786 735 4 0 16.1571 -32.85 -86.1031 -Number of digits in this event = 15 +Number of tracker hits in this event = 41 + 99 115.203 1259 11 1 71.9283 -18.3939 125.55 + 99 98.7177 808 11 0 71.9277 -18.3936 124.15 + 99 251.155 1259 10 1 71.9136 -18.3878 95.55 + 99 91.41 808 10 0 71.9125 -18.3875 94.15 + 99 99.7905 1259 9 1 71.8906 -18.3802 65.55 + 99 198.374 808 9 0 71.8901 -18.3806 64.15 + 99 151.975 1259 8 1 71.8796 -18.3873 35.55 + 99 106.628 808 8 0 71.879 -18.3884 34.15 + 99 147.88 1259 7 1 71.8682 -18.4109 5.55 + 99 137.159 808 7 0 71.867 -18.4117 4.15 + 99 106.004 1258 6 1 71.8448 -18.4286 -24.45 + 99 106.846 808 6 0 71.8434 -18.4294 -25.85 + 99 127.191 1258 5 1 71.8147 -18.4498 -54.45 + 99 101.904 807 5 0 71.8131 -18.4507 -55.85 + 99 108.316 1258 4 1 71.7844 -18.475 -84.45 + 99 120.953 807 4 0 71.783 -18.4758 -85.85 + 99 167.256 1258 3 1 71.7546 -18.4916 -114.45 + 99 92.609 807 3 0 71.7541 -18.4919 -115.85 + 99 265.273 1258 2 1 71.7471 -18.5015 -144.45 + 99 253.276 807 2 0 71.746 -18.5019 -145.85 + 99 122.689 1258 1 1 71.7212 -18.5111 -174.45 + 99 161.029 807 1 0 71.7201 -18.5113 -175.85 + 99 127.912 1258 0 1 71.6882 -18.5062 -204.45 + 99 101.824 807 0 0 71.687 -18.5061 -205.85 + 99 53.7264 593 0 1 -61.4198 -94.7115 -204.693 + 99 187.836 934 0 1 7.00649 157.917 -204.45 + 99 122.712 400 4 1 -100.067 165.414 -84.45 + 99 89.9247 878 0 0 36.7888 -4.35693 -206.25 + 99 66.7275 877 0 0 36.7974 -4.45 -206.209 + 99 51.6465 876 0 0 48.2588 -4.65 -206.239 + 99 3.12282 766 0 0 44.7699 -26.7992 -206.25 + 99 2.90617 20 1 1 -175.955 143.367 -174.85 + 99 222.871 1420 3 1 104.15 -41.7799 -114.72 + 99 10.1373 1150 0 0 153.961 50.055 -206.25 + 99 194.307 1149 0 0 154.002 50.05 -206.025 + 99 5.16569 1640 0 1 148.168 50.4467 -204.85 + 99 9.26309 1639 0 1 148.15 50.4418 -204.848 + 99 100.996 1143 0 0 146.289 48.8375 -205.85 + 99 199.618 1142 0 0 146.213 48.65 -205.933 + 99 127.102 808 2 0 71.9357 -18.45 -146.016 + 99 111.839 809 9 0 71.8382 -18.25 64.0303 +Number of digits in this event = 23 Run terminated. Run Summary Number of events processed : 100 - User=3.280000s Real=5.630956s Sys=0.020000s + User=3.650000s Real=4.687260s Sys=0.040000s End of Run 0 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5759,3947 +5498,3968 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -2.97044 LIN +7.17507 LIN gamma Event: 0 -Number of tracker hits in this event = 52 - 0 241.099 1577 6 1 135.681 -46.2398 -24.45 - 0 233.325 669 6 0 135.682 -46.2393 -25.85 - 0 227.492 1577 5 1 135.698 -46.2277 -54.45 - 0 104.162 669 5 0 135.698 -46.2263 -55.85 - 0 107.92 1577 4 1 135.696 -46.1899 -84.45 - 0 171.747 669 4 0 135.697 -46.1903 -85.85 - 0 101.75 1577 3 1 135.729 -46.1874 -114.45 - 0 135.342 669 3 0 135.727 -46.1922 -115.85 - 0 190.606 1577 2 1 135.69 -46.2937 -144.45 - 0 199.142 668 2 0 135.685 -46.3008 -145.85 - 0 298.54 1577 1 1 135.594 -46.439 -174.45 - 0 124.614 668 1 0 135.587 -46.4458 -175.85 - 0 156.429 1576 0 1 135.478 -46.5852 -204.45 - 0 143.394 667 0 0 135.469 -46.5916 -205.85 - 0 35.2627 814 0 0 174.915 -17.25 -206.122 - 0 61.0995 1768 0 1 173.813 -22.9019 -204.85 - 0 89.4115 1767 0 1 173.75 -22.9084 -204.785 - 0 31.1273 784 0 0 173.792 -23.0568 -205.85 - 0 51.3955 785 0 0 173.78 -23.05 -205.876 - 0 165.488 669 2 0 135.749 -46.25 -145.863 - 0 26.9769 1596 2 1 139.411 -49.0891 -144.85 - 0 239.5 1577 0 1 135.619 -46.3833 -204.45 - 0 109.767 669 0 0 135.249 -46.2411 -205.85 - 0 388.614 665 0 0 135.844 -46.8833 -205.85 - 0 10.9088 664 0 0 135.907 -47.05 -206.215 - 0 162.811 622 0 0 107.883 -55.5091 -206.25 - 0 126.797 1434 0 1 107.095 -55.7391 -204.85 - 0 242.434 1433 0 1 106.95 -55.7435 -204.516 - 0 135.246 619 0 0 106.85 -56.1434 -205.85 - 0 43.4284 620 0 0 107.147 -56.05 -206.177 - 0 130.744 685 0 0 77.4822 -43.0008 -206.25 - 0 196.898 643 0 0 79.8372 -51.3562 -206.25 - 0 31.8428 1578 2 1 135.761 -46.207 -144.45 - 0 33.7375 1562 1 1 132.66 -43.0371 -174.45 - 0 66.4252 1563 1 1 132.75 -43.0909 -174.479 - 0 78.3071 1564 1 1 132.95 -43.1116 -174.578 - 0 271.32 1565 1 1 133.15 -43.0631 -174.749 - 0 4.10227 1566 1 1 133.35 -43.1073 -174.836 - 0 131.302 679 1 0 133.14 -44.0779 -175.85 - 0 263.892 678 1 0 132.971 -44.25 -175.93 - 0 186.219 668 5 0 135.63 -46.3308 -55.85 - 0 94.3958 1574 4 1 135.072 -46.5728 -84.45 - 0 155.442 667 4 0 134.999 -46.5876 -85.85 - 0 136.073 1566 3 1 133.495 -47.087 -114.45 - 0 137.86 665 3 0 133.496 -47.0001 -115.85 - 0 112.569 1566 2 1 133.397 -45.2224 -144.45 - 0 141.767 674 2 0 133.437 -45.1386 -145.85 - 0 122.99 1569 1 1 134.025 -42.5865 -174.45 - 0 238.822 687 1 0 133.942 -42.4985 -175.851 - 0 152.689 1562 0 1 132.582 -40.1563 -204.45 - 0 121.979 699 0 0 132.614 -40.156 -205.85 - 0 29.0518 1745 0 1 169.194 -27.015 -204.85 -Number of digits in this event = 34 +Number of tracker hits in this event = 20 + 0 244.838 563 4 1 -67.3574 30.729 -84.45 + 0 261.686 1053 4 0 -67.3578 30.7291 -85.85 + 0 264.641 563 3 1 -67.3684 30.7352 -114.45 + 0 223.808 1053 3 0 -67.3681 30.7352 -115.85 + 0 170.748 563 2 1 -67.3634 30.7354 -144.45 + 0 238.515 1053 2 0 -67.3643 30.7347 -145.85 + 0 135.859 563 1 1 -67.3832 30.7218 -174.45 + 0 668.574 1053 1 0 -67.3844 30.7223 -175.85 + 0 122.435 563 0 1 -67.4086 30.7313 -204.45 + 0 232.184 1053 0 0 -67.4106 30.7308 -205.85 + 0 166.509 1052 1 0 -78.9841 30.65 -175.96 + 0 121.567 564 2 1 -67.25 30.8139 -144.562 + 0 326.015 564 1 1 -67.177 30.8321 -174.45 + 0 182.429 564 0 1 -67.1165 30.9531 -204.45 + 0 103.327 1054 0 0 -67.1176 30.9558 -205.85 + 0 148.64 904 6 1 0.881426 9.26948 -24.85 + 0 222.415 809 6 1 -18.1475 -97.6914 -24.85 + 0 280.64 1054 1 0 -67.1311 30.9396 -175.85 + 0 270.532 565 0 1 -66.8968 31.2974 -204.45 + 0 142.386 1056 0 0 -66.8809 31.3171 -205.85 +Number of digits in this event = 22 Using G4ParticleGun ... -2.00034 LIN +6.52332 LIN gamma Event: 1 -Number of tracker hits in this event = 110 - 1 220.593 610 7 1 -57.8695 -28.9312 5.55 - 1 255.791 755 7 0 -57.8102 -28.8605 4.15 - 1 45.6611 756 7 0 -57.8014 -28.85 3.95075 - 1 33.3822 618 6 1 -56.4262 -27.5212 -24.45 - 1 76.9366 617 6 1 -56.45 -27.5153 -24.5768 - 1 47.1779 762 6 0 -56.6942 -27.4567 -25.85 - 1 62.7872 763 6 0 -56.7225 -27.45 -25.9975 - 1 170.376 588 5 1 -62.3028 -25.8826 -54.45 - 1 114.215 770 5 0 -62.5935 -25.8688 -55.85 - 1 128.975 557 4 1 -68.5779 -25.823 -84.45 - 1 129.215 770 4 0 -68.6131 -25.881 -85.85 - 1 39.5247 550 3 1 -69.9353 -27.112 -114.45 - 1 91.7772 551 3 1 -69.85 -27.1343 -114.568 - 1 3.52439 552 3 1 -69.65 -27.1867 -114.837 - 1 60.8951 763 3 0 -68.8938 -27.4126 -115.85 - 1 100.168 762 3 0 -68.7726 -27.4501 -116.01 - 1 60.7991 667 2 1 -46.5362 -34.4218 -144.451 - 1 98.3507 668 2 1 -46.45 -34.4531 -144.586 - 1 152.436 726 2 0 -45.7487 -34.6789 -145.85 - 1 30.8647 745 1 1 -30.9142 -38.6556 -174.45 - 1 71.9801 746 1 1 -30.85 -38.6712 -174.573 - 1 159.29 706 1 0 -30.1563 -38.8093 -175.85 - 1 128.89 819 0 1 -16.1104 -41.523 -204.45 - 1 86.0213 820 0 1 -16.05 -41.5775 -204.576 - 1 127.226 692 0 0 -16.7098 -41.5815 -205.85 - 1 231.998 531 3 1 -73.6609 -25.5099 -114.45 - 1 121.878 772 3 0 -73.8827 -25.528 -115.85 - 1 181.317 510 2 1 -77.8839 -25.9437 -144.45 - 1 107.94 770 2 0 -77.9913 -25.9431 -145.85 - 1 169.255 499 1 1 -80.23 -25.7336 -174.45 - 1 117.221 770 1 0 -80.2793 -25.8722 -175.85 - 1 61.694 495 0 1 -81.0413 -28.5156 -204.45 - 1 99.2549 494 0 1 -81.05 -28.5146 -204.55 - 1 174.09 757 0 0 -81.1583 -28.4828 -205.85 - 1 125.36 503 1 1 -79.3486 -24.8083 -174.654 - 1 208.222 776 1 0 -79.4738 -24.7373 -175.85 - 1 70.8846 487 0 1 -82.4901 -19.8673 -204.45 - 1 58.5437 486 0 1 -82.65 -19.8881 -204.659 - 1 236.82 799 0 0 -83.5186 -20.1007 -205.85 - 1 12.4716 1780 10 0 77.4547 176.34 94.15 - 1 44.839 1779 10 0 77.8635 176.15 93.9624 - 1 128.299 484 0 1 -83.097 -16.7342 -204.45 - 1 78.7179 483 0 1 -83.25 -16.387 -204.681 - 1 70.8924 825 0 0 -83.8142 -15.0255 -205.85 - 1 139.241 826 0 0 -83.8834 -14.85 -206.003 - 1 63.2409 827 0 0 -84.0029 -14.6497 -206.164 - 1 60.3012 509 2 1 -78.05 -26.0279 -144.455 - 1 64.375 508 2 1 -78.25 -26.1134 -144.486 - 1 23.5595 507 2 1 -78.4502 -26.202 -144.477 - 1 123.774 506 2 1 -78.6933 -26.1844 -144.45 - 1 58.7472 505 2 1 -78.8502 -26.219 -144.66 - 1 120.872 768 2 0 -80.4218 -26.3995 -145.85 - 1 43.2068 769 2 0 -80.7728 -26.2499 -146.144 - 1 9.01977 1023 2 0 -88.5496 24.8259 -146.25 - 1 200.775 1024 2 0 -88.551 24.8504 -146.228 - 1 117.8 457 2 1 -88.506 25.3565 -144.85 - 1 104.753 773 3 0 -73.7811 -25.3708 -115.85 - 1 110.471 518 2 1 -76.3613 -21.95 -144.45 - 1 13.1108 792 2 0 -76.1766 -21.4616 -145.85 - 1 288.866 793 2 0 -76.1719 -21.4499 -145.884 - 1 114.214 523 1 1 -75.3516 -13.9534 -174.45 - 1 107.932 831 1 0 -75.0739 -13.778 -175.85 - 1 150.466 558 0 1 -68.4063 -9.77494 -204.45 - 1 108.8 853 0 0 -68.2673 -9.38489 -205.85 - 1 287.8 515 2 1 -76.8668 -33.2431 -144.45 - 1 3.9304 748 1 1 -30.3885 -31.9444 -174.45 - 1 218.453 625 1 1 -54.9045 -27.6688 -174.45 - 1 172.346 763 1 0 -55.2553 -27.3328 -175.85 - 1 165.098 582 0 1 -63.4728 -21.5061 -204.45 - 1 126.54 794 0 0 -64.0259 -21.2304 -205.85 - 1 95.3592 626 1 1 -54.85 -27.7153 -174.531 - 1 86.1476 762 1 0 -54.6972 -27.4947 -175.85 - 1 144.369 650 0 1 -49.9168 -20.6425 -204.45 - 1 226.396 798 0 0 -50.0684 -20.4493 -205.85 - 1 21.3357 973 0 0 -59.5644 14.7888 -206.25 - 1 65.2484 974 0 0 -59.5741 14.85 -206.223 - 1 61.644 975 0 0 -59.5956 15.05 -206.139 - 1 104.652 976 0 0 -59.6255 15.25 -206.061 - 1 75.8506 977 0 0 -59.6624 15.45 -205.994 - 1 60.7918 978 0 0 -59.6995 15.65 -205.935 - 1 20.2076 979 0 0 -59.7557 15.85 -205.875 - 1 2.03375 597 0 1 -60.6472 19.1193 -204.85 - 1 194.114 596 0 1 -60.65 19.1299 -204.846 - 1 210.999 595 0 1 -60.85 19.8473 -204.657 - 1 94.4416 594 0 1 -61.0687 20.6731 -204.45 - 1 115.419 593 0 1 -61.25 20.9367 -204.645 - 1 9.64428 592 0 1 -61.4501 21.1703 -204.828 - 1 39.1961 1012 0 0 -62.5176 22.5622 -205.85 - 1 119.344 1013 0 0 -62.5926 22.65 -205.934 - 1 29.6274 1014 0 0 -62.8071 22.8507 -206.19 - 1 21.9477 797 0 0 -50.1174 -20.4501 -206.143 - 1 107.884 610 6 1 -57.9548 -28.9534 -24.45 - 1 127.338 755 6 0 -57.9578 -28.9528 -25.85 - 1 128.749 610 5 1 -58.0187 -28.956 -54.45 - 1 203.798 755 5 0 -58.0155 -28.9541 -55.85 - 1 108.889 610 4 1 -57.9525 -28.8978 -84.45 - 1 149.011 755 4 0 -57.9493 -28.8963 -85.85 - 1 120.754 610 3 1 -57.8888 -28.8866 -114.45 - 1 107.735 755 3 0 -57.8858 -28.8841 -115.85 - 1 118.988 611 2 1 -57.8312 -28.8168 -144.45 - 1 152.101 756 2 0 -57.8254 -28.8153 -145.85 - 1 144.96 611 1 1 -57.7391 -28.7712 -174.45 - 1 135.57 756 1 0 -57.7323 -28.7735 -175.85 - 1 168.463 612 0 1 -57.6027 -28.8179 -204.45 - 1 143.134 756 0 0 -57.5902 -28.8194 -205.85 - 1 7.40413 784 5 1 -23.25 -26.1 -54.684 - 1 130.798 575 1 1 -65.05 45.9615 -174.838 - 1 190.384 610 2 1 -57.85 -28.7832 -144.748 - 1 30.0135 756 4 0 -57.933 -28.85 -86.1941 - 1 144.32 1177 4 0 22.5026 55.6068 -86.25 -Number of digits in this event = 48 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -1.84057 LIN +5.31303 LIN gamma Event: 2 -Number of tracker hits in this event = 46 - 2 280.211 792 7 1 -21.5469 4.61315 5.55 - 2 301.825 922 7 0 -21.5505 4.60929 4.15 - 2 128.158 792 6 1 -21.615 4.51842 -24.45 - 2 104.567 922 6 0 -21.6132 4.52055 -25.85 - 2 143.131 792 5 1 -21.5773 4.57293 -54.45 - 2 145.068 922 5 0 -21.5786 4.57446 -55.85 - 2 94.8301 792 4 1 -21.608 4.58711 -84.45 - 2 97.8913 922 4 0 -21.6142 4.58441 -85.85 - 2 121.606 791 3 1 -21.7547 4.5391 -114.45 - 2 135.492 922 3 0 -21.7588 4.5347 -115.85 - 2 115.885 791 2 1 -21.814 4.43485 -144.45 - 2 206.73 921 2 0 -21.7614 4.42833 -145.85 - 2 131.709 792 1 1 -21.528 3.37232 -174.45 - 2 2.91569 916 1 0 -21.5009 3.25137 -175.85 - 2 143.654 915 1 0 -21.5005 3.25 -175.865 - 2 119.914 793 0 1 -21.3502 0.820313 -204.45 - 2 157.947 903 0 0 -21.3608 0.715039 -205.85 - 2 166.946 790 0 1 -21.9225 4.16996 -204.45 - 2 12.1704 909 0 0 -23.2243 1.87338 -205.85 - 2 52.6871 908 0 0 -23.2391 1.85 -205.866 - 2 57.2276 907 0 0 -23.2606 1.65 -205.944 - 2 52.0629 906 0 0 -23.2499 1.45 -206.003 - 2 63.9141 905 0 0 -23.2557 1.25 -206.074 - 2 85.8787 904 0 0 -23.2633 1.05 -206.129 - 2 154.833 902 0 0 -23.2497 0.65 -206.169 - 2 95.1696 901 0 0 -23.2276 0.449945 -206.115 - 2 365.454 783 0 1 -23.2727 -0.549643 -204.85 - 2 353.499 782 0 1 -23.45 -0.916561 -204.541 - 2 136.802 781 0 1 -23.6502 -0.89264 -204.746 - 2 212.88 780 0 1 -23.85 -1.04682 -204.816 - 2 159.907 779 0 1 -24.05 -1.40968 -204.689 - 2 108.069 790 6 1 -21.8505 4.85247 -24.45 - 2 103.306 924 6 0 -21.8889 4.88177 -25.85 - 2 132.176 786 5 1 -22.6966 5.60338 -54.45 - 2 96.2163 927 5 0 -22.7162 5.60992 -55.85 - 2 112.137 784 4 1 -23.2174 5.76083 -84.45 - 2 119.117 928 4 0 -23.2366 5.75603 -85.85 - 2 154.344 782 3 1 -23.6295 5.67437 -114.45 - 2 104.166 928 3 0 -23.633 5.66616 -115.85 - 2 110.325 782 2 1 -23.6193 5.55953 -144.45 - 2 128.122 927 2 0 -23.6348 5.5565 -145.85 - 2 143.405 780 1 1 -23.9657 5.5019 -174.45 - 2 122.052 927 1 0 -23.95 5.52766 -175.85 - 2 141.094 930 0 0 -23.5314 6.08152 -205.85 - 2 60.798 790 7 1 -21.9187 4.03801 5.15009 - 2 79.5904 916 7 0 -22.091 3.43633 4.15 -Number of digits in this event = 27 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -7.99381 LIN +9.47069 LIN gamma Event: 3 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -4.56443 LIN +Number of tracker hits in this event = 112 + 3 373.473 1295 7 1 79.2385 -64.0848 5.55 + 3 249.608 579 7 0 79.2382 -64.0843 4.15 + 3 106.734 1295 6 1 79.228 -64.0751 -24.45 + 3 300.201 579 6 0 79.2272 -64.0738 -25.85 + 3 549.181 1295 5 1 79.2151 -64.0464 -54.45 + 3 396.341 580 5 0 79.2142 -64.0454 -55.85 + 3 278.859 1295 4 1 79.199 -64.0197 -84.45 + 3 222.878 580 4 0 79.1981 -64.0176 -85.85 + 3 150.668 1295 3 1 79.1753 -63.9693 -114.45 + 3 121.421 580 3 0 79.1742 -63.9667 -115.85 + 3 217.215 1295 2 1 79.1477 -63.9113 -144.45 + 3 300.007 580 2 0 79.145 -63.9084 -145.85 + 3 161.3 1295 1 1 79.0891 -63.8507 -174.45 + 3 299.514 581 1 0 79.0869 -63.8466 -175.85 + 3 275.716 1294 0 1 79.0475 -63.7642 -204.45 + 3 328.131 581 0 0 79.0411 -63.7598 -205.85 + 3 152.425 1666 8 1 153.45 -167.777 35.15 + 3 149.133 1665 8 1 153.35 -168.018 35.1934 + 3 73.926 401 3 1 -99.7687 -38.8967 -114.85 + 3 57.3138 400 3 1 -99.95 -38.9355 -114.617 + 3 61.6375 399 3 1 -100.15 -38.8805 -114.467 + 3 74.0567 398 3 1 -100.35 -38.87 -114.502 + 3 102.876 397 3 1 -100.55 -38.8692 -114.616 + 3 87.169 396 3 1 -100.75 -38.8516 -114.66 + 3 85.3494 395 3 1 -100.95 -38.7444 -114.825 + 3 73.598 394 3 1 -101.15 -38.7673 -114.778 + 3 78.0713 393 3 1 -101.35 -38.7503 -114.767 + 3 39.6672 706 3 0 -103.082 -38.6826 -115.85 + 3 145.376 707 3 0 -103.199 -38.65 -115.896 + 3 7.16199 708 3 0 -103.567 -38.45 -115.856 + 3 357.691 379 3 1 -104.294 -35.6768 -114.85 + 3 77.8849 855 1 0 80.794 -9.02399 -176.25 + 3 52.7782 856 1 0 80.7961 -8.85 -176.165 + 3 74.3358 857 1 0 80.7895 -8.65 -176.071 + 3 48.67 858 1 0 80.7818 -8.45 -175.962 + 3 11.1547 859 1 0 80.7873 -8.24946 -175.866 + 3 290.963 1304 1 1 80.9414 -4.97976 -174.85 + 3 167.97 1305 1 1 81.05 -4.37354 -174.734 + 3 47.8037 1306 1 1 81.25 -3.87336 -174.818 + 3 21.6541 904 1 0 82.481 0.988537 -175.85 + 3 59.9 905 1 0 82.4992 1.05 -175.863 + 3 60.4017 906 1 0 82.5559 1.25019 -175.909 + 3 45.6893 907 1 0 82.5923 1.45 -175.933 + 3 78.6147 908 1 0 82.6212 1.65022 -175.944 + 3 57.5383 909 1 0 82.618 1.85 -175.977 + 3 77.8548 910 1 0 82.6027 2.05 -176.007 + 3 45.3751 911 1 0 82.5835 2.25014 -176.014 + 3 47.2376 912 1 0 82.5733 2.45 -176.021 + 3 48.2903 913 1 0 82.5884 2.65 -176.02 + 3 77.001 914 1 0 82.5956 2.85 -176.037 + 3 81.2965 915 1 0 82.6283 3.05015 -176.067 + 3 81.9351 916 1 0 82.7301 3.25 -176.073 + 3 124.221 917 1 0 82.885 3.45 -176.135 + 3 52.0913 918 1 0 83.122 3.65 -176.222 + 3 12.5793 1389 2 1 98.0961 28.2746 -144.85 + 3 293.102 580 1 0 79.0861 -63.924 -175.85 + 3 131.313 1301 0 1 80.2852 -65.9389 -204.45 + 3 54.1383 566 0 0 80.6379 -66.7476 -205.85 + 3 66.6367 565 0 0 80.6775 -66.85 -206.02 + 3 236.709 1296 0 1 79.3398 -63.5803 -204.45 + 3 233.427 582 0 0 79.2762 -63.6174 -205.85 + 3 215.687 1297 3 1 79.5118 -63.8126 -114.45 + 3 136.422 581 3 0 79.5289 -63.7915 -115.85 + 3 230.335 1299 2 1 79.9146 -63.392 -144.45 + 3 113.357 583 2 0 79.8601 -63.3192 -145.85 + 3 135.442 1293 1 1 78.6788 -61.801 -174.45 + 3 134.885 591 1 0 78.6179 -61.7048 -175.85 + 3 161.603 1286 0 1 77.3562 -59.7225 -204.45 + 3 128.539 602 0 0 77.2961 -59.6106 -205.85 + 3 166.695 602 1 0 69.2668 -59.5412 -176.25 + 3 104.555 1300 2 1 80.05 -63.2845 -144.563 + 3 237.321 1301 2 1 80.25 -63.3593 -144.536 + 3 192.797 1300 4 1 80.0597 -62.1649 -84.45 + 3 87.6951 589 4 0 80.1811 -62.0711 -85.85 + 3 28.0028 590 4 0 80.2094 -62.05 -86.1654 + 3 254.312 1313 3 1 82.7677 -60.1624 -114.45 + 3 0.903501 599 3 0 82.8732 -60.0502 -115.85 + 3 135.482 600 3 0 82.8734 -60.05 -115.852 + 3 128.961 1324 2 1 85.0283 -57.8616 -144.45 + 3 109.821 611 2 0 85.0462 -57.777 -145.85 + 3 108.078 1327 1 1 85.5648 -56.1547 -174.45 + 3 109.14 620 1 0 85.5262 -55.9738 -175.85 + 3 151.983 1323 0 1 84.7269 -52.1003 -204.45 + 3 124.342 640 0 0 84.7064 -51.9591 -205.85 + 3 134.714 1296 6 1 79.2767 -64.0767 -24.45 + 3 117.544 1296 5 1 79.4292 -64.2094 -54.45 + 3 113.14 579 5 0 79.4349 -64.2094 -55.85 + 3 112.571 1297 4 1 79.5727 -64.1941 -84.45 + 3 111.112 579 4 0 79.5706 -64.1909 -85.85 + 3 107.056 579 3 0 79.5422 -64.1236 -115.85 + 3 120.856 1297 2 1 79.5243 -64.017 -144.45 + 3 121.119 1296 1 1 79.4236 -63.9172 -174.45 + 3 55.6565 375 0 0 20.8695 -104.95 -206.154 + 3 138.367 374 0 0 20.6978 -105.15 -206.05 + 3 284.427 1297 1 1 79.6062 -64.3204 -174.45 + 3 109.577 577 1 0 79.3242 -64.4609 -175.85 + 3 118.271 1272 0 1 74.453 -68.4151 -204.451 + 3 11.6207 558 0 0 74.6538 -68.2561 -205.85 + 3 165.86 559 0 0 74.6628 -68.2498 -205.891 + 3 57.7769 475 2 1 -84.85 38.4134 -144.551 + 3 265.19 474 2 1 -85.0524 38.3999 -144.45 + 3 115.915 579 1 0 79.5137 -64.2433 -175.85 + 3 129.32 1292 0 1 78.5547 -59.3097 -204.45 + 3 144.28 604 0 0 78.2911 -59.2265 -205.851 + 3 110.781 578 1 0 79.5151 -64.2507 -175.894 + 3 53.5578 1318 0 1 83.6884 -76.6578 -204.45 + 3 46.066 1319 0 1 83.85 -76.7454 -204.475 + 3 164.584 1320 0 1 84.05 -76.8137 -204.515 + 3 60.7451 1321 0 1 84.2505 -77.0233 -204.8 + 3 244.311 515 0 0 86.1398 -76.9991 -205.85 + 3 38.5169 1437 0 0 73.2372 107.645 -206.25 + 3 5.11083 1438 0 0 73.2675 107.751 -206.247 +Number of digits in this event = 55 +Using G4ParticleGun ... +3.33042 LIN gamma Event: 4 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 1 + 4 129.994 570 2 0 -69.0304 -65.85 -146.249 +Number of digits in this event = 4 Using G4ParticleGun ... -6.28177 LIN +4.19766 LIN gamma Event: 5 -Number of tracker hits in this event = 52 - 5 209.366 616 5 1 -56.801 -45.4504 -54.45 - 5 192.874 672 5 0 -56.7997 -45.4516 -55.85 - 5 246.821 616 4 1 -56.7645 -45.4764 -84.45 - 5 136.795 672 4 0 -56.7636 -45.4804 -85.85 - 5 245.846 616 3 1 -56.7366 -45.5632 -114.45 - 5 142.547 672 3 0 -56.7337 -45.5676 -115.85 - 5 446.598 616 2 1 -56.6764 -45.6558 -144.45 - 5 247.818 671 2 0 -56.6733 -45.6594 -145.85 - 5 117.755 617 1 1 -56.6054 -45.7218 -174.45 - 5 117.615 671 1 0 -56.603 -45.724 -175.85 - 5 98.3623 617 0 1 -56.5534 -45.7499 -204.45 - 5 127.963 671 0 0 -56.5501 -45.7495 -205.85 - 5 9.29378 499 5 0 -99.3231 -80.05 -55.9327 - 5 13.5523 500 5 0 -99.3431 -80.0498 -55.8836 - 5 351.031 402 5 1 -99.6071 -79.6322 -54.8497 - 5 146.641 1178 0 0 -93.7738 55.6868 -206.25 - 5 49.7429 859 0 1 -8.21467 -97.6297 -204.85 - 5 88.1759 628 0 0 -36.4196 -54.3496 -206.25 - 5 32.017 671 3 0 -56.7801 -45.65 -116.172 - 5 191.228 670 2 0 -56.6586 -45.85 -146.004 - 5 6.13167 630 1 1 -54.044 -52.9115 -174.45 - 5 119.393 629 1 1 -54.0501 -52.9158 -174.472 - 5 84.7564 634 1 0 -54.1236 -53.1845 -175.85 - 5 22.9158 633 1 0 -54.1048 -53.25 -176.161 - 5 183.978 651 0 1 -49.7851 -59.5696 -204.45 - 5 126.371 601 0 0 -49.5304 -59.7615 -205.85 - 5 8.35717 636 1 0 -54.3098 -52.8273 -175.85 - 5 109.682 672 2 0 -56.8019 -45.5532 -145.85 - 5 134.901 609 1 1 -58.1216 -46.6014 -174.45 - 5 573.535 667 1 0 -58.1086 -46.6291 -175.85 - 5 109.387 607 0 1 -58.5163 -47.2614 -204.45 - 5 128.473 663 0 0 -58.748 -47.2852 -205.85 - 5 203.45 610 1 1 -58.0498 -46.6084 -174.636 - 5 147.371 611 1 1 -57.8498 -46.583 -174.833 - 5 61.3682 666 1 0 -56.1956 -46.65 -176.205 - 5 91.033 668 1 0 -55.892 -46.45 -176.072 - 5 122.338 673 5 0 -56.8007 -45.4482 -55.85 - 5 120.168 673 4 0 -56.7905 -45.4047 -85.85 - 5 99.3808 673 3 0 -56.8167 -45.308 -115.85 - 5 152.908 615 2 1 -56.9153 -45.2362 -144.45 - 5 169.491 674 2 0 -56.9252 -45.231 -145.85 - 5 89.0092 614 1 1 -57.1169 -45.1578 -174.45 - 5 126.152 674 1 0 -57.1208 -45.1609 -175.85 - 5 115.545 614 0 1 -57.144 -45.2568 -204.45 - 5 118.867 673 0 0 -57.1419 -45.2731 -205.85 - 5 95.5789 615 1 1 -57.0201 -45.5139 -174.45 - 5 122.351 673 1 0 -57.1979 -45.3555 -175.85 - 5 178.806 589 0 1 -62.1172 -40.7087 -204.451 - 5 165.493 697 0 0 -62.476 -40.6329 -205.85 - 5 276.635 627 1 0 -57.8877 -54.4902 -176.25 - 5 86.9117 626 1 0 -57.7664 -54.65 -175.92 - 5 179.485 1321 1 1 84.25 -90.4082 -174.82 -Number of digits in this event = 31 +Number of tracker hits in this event = 75 + 5 257.139 731 9 1 -33.8201 100.61 65.55 + 5 379.589 1402 9 0 -33.8214 100.611 64.15 + 5 124.247 731 8 1 -33.844 100.615 35.55 + 5 127.173 1402 8 0 -33.8456 100.616 34.15 + 5 103.676 730 7 1 -33.8767 100.625 5.55 + 5 160.691 1402 7 0 -33.8784 100.627 4.15 + 5 124.376 730 6 1 -33.9078 100.677 -24.45 + 5 105.384 1402 6 0 -33.9054 100.682 -25.85 + 5 202.369 730 5 1 -33.8528 100.772 -54.45 + 5 117.132 1403 5 0 -33.8514 100.775 -55.85 + 5 111.41 731 4 1 -33.817 100.843 -84.45 + 5 122.678 1403 4 0 -33.8143 100.845 -85.85 + 5 137.17 731 3 1 -33.761 100.889 -114.45 + 5 230.277 1403 3 0 -33.7583 100.893 -115.85 + 5 139.779 731 2 1 -33.7078 100.983 -144.45 + 5 116.842 1404 2 0 -33.7063 100.988 -145.85 + 5 172.638 731 1 1 -33.676 101.069 -174.45 + 5 92.4276 1404 1 0 -33.6743 101.072 -175.85 + 5 123.557 732 0 1 -33.6402 101.129 -204.45 + 5 154.161 1404 0 0 -33.6357 101.132 -205.85 + 5 151.374 1421 0 0 -44.9434 104.393 -206.25 + 5 142.649 1422 0 0 -45.1626 104.55 -206.094 + 5 41.7615 1423 0 0 -45.4135 104.75 -206.022 + 5 61.246 670 0 1 -45.9717 104.032 -204.85 + 5 102.745 669 0 1 -46.05 103.949 -204.738 + 5 107.934 668 0 1 -46.2502 103.778 -204.665 + 5 81.0719 667 0 1 -46.4503 103.716 -204.743 + 5 127.664 1414 0 0 -46.2006 103.058 -205.85 + 5 85.6925 1145 1 1 49.0566 -45.1758 -174.85 + 5 110.098 622 1 0 44.5283 -55.45 -176.211 + 5 122.368 1146 1 1 49.25 -45.2485 -174.654 + 5 53.0538 1147 1 1 49.4502 -45.2892 -174.474 + 5 123.675 1148 1 1 49.65 -45.2552 -174.513 + 5 157.926 675 1 0 50.2897 -45.0243 -175.85 + 5 182.819 868 1 0 -94.7041 -6.34775 -176.25 + 5 31.5155 869 1 0 -94.9608 -6.24997 -176.188 + 5 30.708 647 1 0 -31.7632 -50.5637 -176.25 + 5 37.5583 524 1 0 -47.1232 -75.2256 -176.25 + 5 25.1783 1403 9 0 -33.898 100.75 63.807 + 5 119.527 729 8 1 -34.1775 100.534 35.55 + 5 105.108 1401 8 0 -34.1873 100.52 34.15 + 5 125.363 728 7 1 -34.3761 100.258 5.55 + 5 164.668 1400 7 0 -34.4075 100.252 4.15 + 5 143.921 724 6 1 -35.0643 100.134 -24.45 + 5 104.385 1399 6 0 -35.0912 100.124 -25.85 + 5 44.1808 722 5 1 -35.6474 99.9556 -54.45 + 5 68.0061 721 5 1 -35.65 99.9541 -54.5923 + 5 140.381 1398 5 0 -35.6782 99.944 -55.85 + 5 161.004 719 4 1 -36.1056 99.7227 -84.45 + 5 166.553 1395 4 0 -36.1437 99.2459 -85.85 + 5 32.9329 1394 4 0 -36.1515 99.15 -86.133 + 5 173.553 716 3 1 -36.8072 89.6238 -114.45 + 5 184.375 1345 3 0 -36.8301 89.1223 -115.85 + 5 61.7026 1344 3 0 -36.8336 89.05 -116.051 + 5 124.262 708 2 1 -38.3164 78.0305 -144.45 + 5 117.832 1287 2 0 -38.4265 77.5474 -145.85 + 5 60.608 1286 2 0 -38.4494 77.45 -146.132 + 5 365.567 695 1 1 -40.8909 67.731 -174.45 + 5 147.365 1235 1 0 -40.9976 67.214 -175.85 + 5 120.566 684 0 1 -43.1734 56.5242 -204.45 + 5 75.5998 1179 0 0 -43.3122 55.924 -205.85 + 5 97.4594 1178 0 0 -43.3295 55.85 -206.023 + 5 274.823 1035 0 1 27.1725 58.7188 -204.85 + 5 19.4404 1036 0 1 27.25 58.7358 -204.716 + 5 107.716 717 3 1 -36.65 89.5925 -114.483 + 5 138.197 718 3 1 -36.45 89.5295 -114.675 + 5 429.001 1346 3 0 -35.2186 89.25 -116.022 + 5 51.5152 1347 3 0 -34.9516 89.4501 -116.143 + 5 15.8897 1567 3 0 -88.7987 133.638 -116.25 + 5 223.421 709 1 1 -38.1699 98.0772 -174.45 + 5 259.554 1389 1 0 -38.1269 98.0191 -175.85 + 5 119.633 714 0 1 -37.1085 96.6796 -204.45 + 5 127.521 1382 0 0 -37.0331 96.6201 -205.85 + 5 121.2 709 0 1 -38.0915 97.1717 -204.45 + 5 109.515 1384 0 0 -38.1885 97.1182 -205.85 +Number of digits in this event = 42 Using G4ParticleGun ... -7.22219 LIN +4.34772 LIN gamma Event: 6 -Number of tracker hits in this event = 33 - 6 214.399 626 1 0 -74.5237 -54.8065 -176.25 - 6 45.2557 627 1 0 -74.5607 -54.65 -175.975 - 6 223.373 527 1 1 -74.473 -53.5421 -174.85 - 6 52.7887 528 1 1 -74.45 -53.2015 -174.534 - 6 62.6119 529 1 1 -74.25 -52.8882 -174.488 - 6 103.364 530 1 1 -74.05 -52.779 -174.591 - 6 172.441 531 1 1 -73.8499 -52.6239 -174.652 - 6 36.3634 532 1 1 -73.6498 -52.4072 -174.77 - 6 99.5898 641 1 0 -72.5875 -51.8284 -175.85 - 6 124.336 642 1 0 -72.3645 -51.6499 -176.048 - 6 17.191 643 1 0 -72.1146 -51.45 -176.241 - 6 31.6496 1303 1 0 41.9168 80.7662 -176.25 - 6 127.847 1304 1 0 41.9553 80.8501 -176.208 - 6 87.579 1305 1 0 41.9753 81.0504 -176.073 - 6 65.6442 1306 1 0 41.969 81.2501 -175.968 - 6 76.7377 1307 1 0 41.9994 81.45 -175.91 - 6 71.1367 1308 1 0 42.0862 81.65 -175.92 - 6 11.1412 1309 1 0 42.2455 81.85 -175.867 - 6 24.3057 1123 1 1 44.7042 84.4442 -174.85 - 6 66.8592 1327 1 0 45.8923 85.5166 -175.85 - 6 52.427 1328 1 0 46.0042 85.6502 -175.895 - 6 96.7959 1329 1 0 46.1109 85.85 -175.943 - 6 171.644 1330 1 0 46.3056 86.0501 -176.009 - 6 123.001 1331 1 0 46.4269 86.25 -175.938 - 6 13.9398 1109 1 1 42.0458 95.0452 -174.85 - 6 183.76 1404 1 0 38.6047 101.056 -175.85 - 6 79.9951 1091 1 1 38.4087 100.191 -174.85 - 6 106.921 1092 1 1 38.45 100.216 -174.79 - 6 94.5175 854 1 0 -84.6893 -9.20508 -176.25 - 6 110.568 1221 4 1 64.3132 -2.98775 -84.85 - 6 0.273408 1313 2 0 -68.5573 82.65 -146.109 - 6 8.59016 556 2 1 -68.7491 82.5946 -144.85 - 6 41.6551 680 0 1 -43.9999 -46.8547 -204.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -8.54774 LIN +6.25342 LIN gamma Event: 7 -Number of tracker hits in this event = 3 - 7 112.657 1298 2 0 -29.8626 79.7978 -146.25 - 7 5.10312 873 0 0 -52.7675 -5.32234 -206.25 - 7 59.9071 872 0 0 -52.7035 -5.45 -206.148 -Number of digits in this event = 2 +Number of tracker hits in this event = 2 + 7 140.863 389 5 1 -102.348 -179.403 -54.85 + 7 56.5807 13 5 0 -90.05 -177.436 -56.0889 +Number of digits in this event = 3 Using G4ParticleGun ... -5.85104 LIN +6.92713 LIN gamma Event: 8 -Number of tracker hits in this event = 88 - 8 247.011 957 10 1 11.508 104.023 95.55 - 8 291.175 1419 10 0 11.5108 104.028 94.15 - 8 212.22 957 9 1 11.562 104.136 65.55 - 8 104.695 1419 9 0 11.5655 104.139 64.15 - 8 112.522 957 8 1 11.637 104.211 35.55 - 8 232.719 1420 8 0 11.6414 104.214 34.15 - 8 164.189 958 7 1 11.7359 104.264 5.55 - 8 123.823 1420 7 0 11.7317 104.265 4.15 - 8 269.284 957 6 1 11.6493 104.298 -24.45 - 8 129.414 1420 6 0 11.6489 104.301 -25.85 - 8 112.678 957 5 1 11.6265 104.37 -54.45 - 8 160.496 1421 5 0 11.6227 104.374 -55.85 - 8 131.822 957 4 1 11.5365 104.393 -84.45 - 8 109.961 1421 4 0 11.5244 104.369 -85.85 - 8 130.257 955 3 1 11.1768 103.985 -114.45 - 8 223.541 1418 3 0 11.1327 103.943 -115.85 - 8 142.943 951 2 1 10.3541 103.09 -144.45 - 8 102.169 1414 2 0 10.2692 103.046 -145.85 - 8 54.6691 942 1 1 8.46375 102.094 -174.45 - 8 89.5736 941 1 1 8.45 102.084 -174.647 - 8 96.7975 1409 1 0 8.36749 102.024 -175.85 - 8 143.322 931 0 1 6.36025 100.772 -204.45 - 8 109.806 1402 0 0 6.24826 100.736 -205.85 - 8 30.6218 1107 0 0 -16.1931 41.65 -206.054 - 8 161.365 901 0 1 0.290108 88.7221 -204.85 - 8 73.0011 900 0 1 0.25 88.5235 -204.616 - 8 17.8603 1420 4 0 11.5322 104.35 -86.2042 - 8 2.10839 1416 4 0 21.5978 103.542 -86.25 - 8 118.621 1417 4 0 21.5939 103.55 -86.2415 - 8 64.949 1004 4 1 21.0095 104.083 -84.85 - 8 78.1994 1003 4 1 20.85 104.114 -84.7164 - 8 113.816 1002 4 1 20.6494 104.045 -84.5887 - 8 245.467 957 2 1 11.5342 104.59 -144.45 - 8 243.423 1422 2 0 11.5307 104.594 -145.85 - 8 121.94 956 1 1 11.3358 104.573 -174.45 - 8 130.092 1422 1 0 11.3339 104.618 -175.85 - 8 303.876 956 0 1 11.3227 105.417 -204.45 - 8 156.809 1426 0 0 11.3156 105.447 -205.85 - 8 357.091 955 0 1 11.2498 105.491 -204.697 - 8 130.757 958 1 1 11.6741 104.997 -174.45 - 8 171.907 1424 1 0 11.6629 104.966 -175.85 - 8 113.006 1420 0 0 11.3481 104.244 -205.85 - 8 44.4261 1172 2 1 54.45 -67.7808 -144.769 - 8 10.4665 1173 2 1 54.65 -67.9336 -144.471 - 8 111.606 1253 1 1 70.751 9.36785 -174.85 - 8 277.464 1254 1 1 70.85 9.18984 -174.719 - 8 155.094 1255 1 1 71.05 8.90231 -174.712 - 8 51.1312 1256 1 1 71.25 8.69097 -174.79 - 8 49.774 936 1 0 72.1437 7.37825 -175.85 - 8 3.76921 935 1 0 72.2697 7.25 -175.854 - 8 25.5876 1276 1 1 75.3612 5.32663 -174.85 - 8 62.7941 1277 1 1 75.4506 5.27396 -174.826 - 8 66.598 1278 1 1 75.65 5.24275 -174.793 - 8 86.3607 1279 1 1 75.85 5.29878 -174.69 - 8 79.1618 1280 1 1 76.05 5.48078 -174.609 - 8 68.3206 1281 1 1 76.25 5.46622 -174.453 - 8 155.443 1282 1 1 76.45 5.40105 -174.576 - 8 14.097 1283 1 1 76.65 5.30709 -174.824 - 8 220.885 926 1 0 77.0681 5.31689 -175.85 - 8 123.343 927 1 0 77.059 5.45018 -176.146 - 8 140.376 956 9 1 11.3064 103.891 65.55 - 8 103.975 1418 9 0 11.2926 103.886 64.15 - 8 117.97 954 8 1 11.007 103.782 35.55 - 8 148.061 1418 8 0 11.0164 103.759 34.15 - 8 104.278 957 7 1 11.5152 102.909 5.55 - 8 243.198 1413 7 0 11.579 102.87 4.15 - 8 149.907 963 6 1 12.7205 101.984 -24.45 - 8 164.387 1408 6 0 12.8068 101.9 -25.85 - 8 50.9224 971 5 1 14.4335 100.214 -54.45 - 8 69.529 972 5 1 14.45 100.208 -54.6369 - 8 101.128 1400 5 0 14.5645 100.166 -55.85 - 8 128.898 986 4 1 17.3073 99.2876 -84.45 - 8 219.697 1395 4 0 17.4486 99.2372 -85.85 - 8 117.992 1002 3 1 20.4661 98.529 -114.45 - 8 164.192 1392 3 0 20.6344 98.6961 -115.85 - 8 59.695 1019 2 1 24.04 101.789 -144.45 - 8 88.8476 1020 2 1 24.05 101.8 -144.568 - 8 71.949 1408 2 0 24.1535 101.925 -145.85 - 8 44.1168 1409 2 0 24.1739 101.95 -146.102 - 8 131 1033 1 1 26.6849 104.653 -174.45 - 8 98.202 1423 1 0 26.6421 104.75 -175.891 - 8 122.997 1029 0 1 25.9468 107.044 -204.45 - 8 17.962 1434 0 0 25.9501 107.146 -205.85 - 8 93.3967 1435 0 0 25.9501 107.15 -205.9 - 8 85.1252 958 9 1 11.65 103.666 65.4267 - 8 48.0131 959 9 1 11.8504 103.64 65.2762 - 8 50.1904 1416 9 0 13.089 103.384 64.1491 - 8 264.663 1415 9 0 13.2166 103.35 64.0187 -Number of digits in this event = 42 +Number of tracker hits in this event = 15 + 8 295.024 1415 2 1 103.16 30.8882 -144.45 + 8 206.527 1054 2 0 103.155 30.8887 -145.85 + 8 117.334 1414 1 1 103.066 30.9426 -174.45 + 8 283.204 1054 1 0 103.058 30.9414 -175.85 + 8 117.378 1413 0 1 102.864 30.8617 -204.45 + 8 223.183 1054 0 0 102.857 30.8554 -205.85 + 8 93.6653 1415 1 1 103.161 30.8734 -174.45 + 8 259.954 1415 0 1 103.192 30.8363 -204.45 + 8 154.403 1053 0 0 103.193 30.8355 -205.85 + 8 145.199 1005 1 0 159.421 21.1416 -176.25 + 8 371.136 1004 1 0 159.547 21.0499 -176.091 + 8 42.581 1082 1 0 81.3492 36.4728 -176.25 + 8 14.3181 1311 1 1 82.3981 38.1908 -174.85 + 8 55.7936 1095 1 0 83.5464 39.0618 -175.85 + 8 137.426 1324 1 1 84.8964 40.6179 -174.85 +Number of digits in this event = 12 Using G4ParticleGun ... -1.99032 LIN +4.43325 LIN gamma Event: 9 -Number of tracker hits in this event = 62 - 9 255.679 318 6 1 -116.482 -77.1643 -24.45 - 9 286.996 514 6 0 -116.478 -77.1653 -25.85 - 9 369.989 318 5 1 -116.389 -77.1944 -54.45 - 9 225.685 514 5 0 -116.395 -77.2057 -55.85 - 9 233.119 318 4 1 -116.509 -77.4834 -84.45 - 9 108.954 512 4 0 -116.472 -77.4856 -85.85 - 9 133.836 322 3 1 -115.663 -77.515 -114.45 - 9 166.944 512 3 0 -115.62 -77.5093 -115.85 - 9 267.684 327 2 1 -114.658 -77.3713 -144.45 - 9 194.517 513 2 0 -114.612 -77.3455 -145.85 - 9 101.335 333 1 1 -113.534 -76.7367 -174.45 - 9 291.388 516 1 0 -113.492 -76.7182 -175.85 - 9 262.521 337 0 1 -112.729 -76.4179 -204.45 - 9 225.781 518 0 0 -112.683 -76.4164 -205.85 - 9 7.81603 1284 3 1 76.85 -31.754 -114.615 - 9 108.943 514 4 0 -116.481 -77.127 -85.85 - 9 124.798 318 3 1 -116.528 -77.0157 -114.45 - 9 108.878 515 3 0 -116.529 -77.0089 -115.85 - 9 140.919 318 2 1 -116.539 -76.8523 -144.45 - 9 211.612 516 2 0 -116.537 -76.8478 -145.85 - 9 375.384 318 1 1 -116.504 -76.8081 -174.45 - 9 458.578 319 0 1 -116.31 -76.6154 -204.45 - 9 125.894 517 0 0 -116.288 -76.5794 -205.85 - 9 7.45545 517 2 0 -116.545 -76.65 -146.231 - 9 150.294 512 1 0 -116.545 -77.49 -175.85 - 9 152.385 317 0 1 -116.652 -77.6587 -204.45 - 9 136.216 511 0 0 -116.635 -77.6783 -205.85 - 9 156.281 513 1 0 -116.532 -77.4357 -175.85 - 9 51.5776 516 0 0 -116.297 -76.7976 -205.85 - 9 74.6673 515 0 0 -116.308 -76.85 -206.012 - 9 281.383 1367 10 0 51.4052 93.6641 93.7502 - 9 141.109 320 0 1 -116.15 -76.5076 -204.497 - 9 150.503 321 0 1 -115.95 -76.9538 -204.667 - 9 3.74713 322 0 1 -115.75 -77.4154 -204.845 - 9 80.1553 500 0 0 -114.851 -79.9166 -205.85 - 9 138.535 499 0 0 -114.801 -80.0501 -205.904 - 9 102.634 498 0 0 -114.706 -80.251 -205.974 - 9 99.0466 497 0 0 -114.612 -80.45 -206.033 - 9 52.3136 496 0 0 -114.514 -80.65 -206.102 - 9 52.8861 495 0 0 -114.428 -80.8501 -206.174 - 9 6.10489 494 0 0 -114.348 -81.05 -206.243 - 9 167.339 251 0 0 -72.901 -129.814 -206.25 - 9 201.659 250 0 0 -72.6473 -129.95 -206.127 - 9 90.3404 249 0 0 -72.2026 -130.15 -206.01 - 9 95.5856 248 0 0 -71.8645 -130.35 -205.932 - 9 85.8616 247 0 0 -71.5427 -130.55 -205.876 - 9 30.0231 573 0 1 -65.3375 -134.515 -204.85 - 9 68.7178 574 0 1 -65.25 -134.569 -204.831 - 9 116.436 575 0 1 -65.05 -134.727 -204.779 - 9 96.7905 576 0 1 -64.85 -135.052 -204.655 - 9 77.8528 577 0 1 -64.6499 -135.233 -204.568 - 9 13.7367 578 0 1 -64.4499 -135.384 -204.472 - 9 148.954 256 1 0 -19.609 -128.83 -176.25 - 9 25.3778 257 1 0 -19.1849 -128.75 -175.91 - 9 30.7177 811 1 1 -17.7707 -128.314 -174.85 - 9 44.8409 812 1 1 -17.65 -128.28 -174.758 - 9 57.619 813 1 1 -17.45 -128.244 -174.627 - 9 37.4891 814 1 1 -17.25 -128.217 -174.512 - 9 282.623 816 1 1 -16.8028 -128.239 -174.45 - 9 269.998 328 0 1 -114.46 -80.0577 -204.85 - 9 1.66652 415 6 0 -91.5084 -97.1468 -26.25 - 9 187.912 414 6 0 -91.5069 -97.1501 -26.2453 -Number of digits in this event = 34 +Number of tracker hits in this event = 42 + 9 238.695 1226 6 1 65.319 -125.451 -24.45 + 9 287.95 273 6 0 65.3178 -125.453 -25.85 + 9 230.991 1226 5 1 65.2929 -125.497 -54.45 + 9 262.803 273 5 0 65.2972 -125.505 -55.85 + 9 271.096 1226 4 1 65.3859 -125.719 -84.45 + 9 127.061 272 4 0 65.3883 -125.72 -85.85 + 9 247.48 1226 3 1 65.4035 -125.773 -114.45 + 9 122.489 271 3 0 65.3963 -125.772 -115.85 + 9 157.224 1226 2 1 65.2796 -125.759 -144.45 + 9 91.4616 271 2 0 65.2743 -125.771 -145.85 + 9 110.08 1225 1 1 65.175 -126.052 -174.45 + 9 159.885 270 1 0 65.1614 -126.075 -175.85 + 9 126.476 1224 0 1 64.9226 -126.589 -204.45 + 9 167.981 267 0 0 64.9165 -126.6 -205.85 + 9 144.387 273 4 0 65.3121 -125.383 -85.85 + 9 114.838 274 3 0 65.3525 -125.304 -115.85 + 9 163.819 1230 2 1 66.0676 -124.6 -144.45 + 9 145.541 278 2 0 66.1026 -124.549 -145.85 + 9 118.169 1234 1 1 66.9029 -123.511 -174.45 + 9 141.904 283 1 0 66.9474 -123.479 -175.85 + 9 203.13 1239 0 1 67.852 -122.793 -204.45 + 9 197.607 286 0 0 67.9052 -122.759 -205.85 + 9 7.39607 287 0 0 67.9189 -122.75 -206.213 + 9 83.4519 281 0 0 67.9165 -123.752 -205.85 + 9 69.2598 280 0 0 67.9159 -123.95 -206.033 + 9 70.0942 279 0 0 67.8676 -124.15 -206.184 + 9 64.6108 278 0 0 67.7615 -124.35 -206.173 + 9 80.7649 277 0 0 67.7106 -124.55 -206.122 + 9 179.186 276 0 0 67.6428 -124.75 -206.035 + 9 27.0274 1235 0 1 67.0992 -125.236 -204.85 + 9 182.536 1234 0 1 67.05 -125.23 -204.771 + 9 101.068 1233 0 1 66.85 -125.058 -204.532 + 9 68.4762 1232 0 1 66.65 -124.85 -204.519 + 9 379.963 1231 0 1 66.45 -124.83 -204.653 + 9 7.55949 1230 0 1 66.25 -124.816 -204.782 + 9 53.7578 291 0 0 67.6163 -121.85 -205.85 + 9 141.672 1235 1 1 67.0855 -123.887 -174.45 + 9 107.029 282 1 0 67.3189 -123.72 -175.85 + 9 258.372 1262 0 1 72.4612 -120.878 -204.45 + 9 18.8224 297 0 0 72.6994 -120.568 -205.85 + 9 89.7814 298 0 0 72.715 -120.55 -205.931 + 9 80.9805 1225 6 1 65.1055 -125.026 -24.85 +Number of digits in this event = 26 Using G4ParticleGun ... -7.99824 LIN +9.66472 LIN gamma Event: 10 -Number of tracker hits in this event = 8 - 10 21.1556 1083 8 0 30.6417 36.6843 33.75 - 10 269.641 1082 8 0 30.6451 36.65 33.7964 - 10 63.6361 1081 8 0 30.7012 36.4499 33.8497 - 10 229.715 833 2 0 -160.444 -13.4019 -146.25 - 10 22.9705 103 2 1 -159.425 -13.3376 -144.85 - 10 102.307 104 2 1 -159.35 -13.3298 -144.77 - 10 101.486 105 2 1 -159.15 -13.2462 -144.463 - 10 191.202 106 2 1 -158.946 -12.9071 -144.45 -Number of digits in this event = 5 +Number of tracker hits in this event = 10 + 10 394.259 557 2 1 -68.5456 -98.3342 -144.45 + 10 315.186 409 2 0 -68.546 -98.3344 -145.85 + 10 442.14 557 1 1 -68.548 -98.3374 -174.45 + 10 236.452 409 1 0 -68.5487 -98.3369 -175.85 + 10 241.373 557 0 1 -68.5672 -98.3295 -204.45 + 10 167.165 409 0 0 -68.5678 -98.3303 -205.85 + 10 184.762 408 0 0 -68.6145 -98.3562 -205.85 + 10 138.772 552 0 1 -69.5128 -141.004 -204.85 + 10 4.96665 481 7 0 -105.414 -83.65 4.00465 + 10 222.087 558 2 1 -68.45 -98.1866 -144.544 +Number of digits in this event = 12 Using G4ParticleGun ... -1.23128 LIN +2.30991 LIN gamma Event: 11 -Number of tracker hits in this event = 24 - 11 305.309 873 4 1 -5.27752 -36.272 -84.45 - 11 258.752 718 4 0 -5.28359 -36.2771 -85.85 - 11 204.571 873 3 1 -5.41258 -36.3616 -114.45 - 11 326.057 718 3 0 -5.42528 -36.3697 -115.85 - 11 136.828 872 2 1 -5.5666 -36.4736 -144.45 - 11 297.969 717 2 0 -5.55117 -36.4648 -145.85 - 11 47.6844 873 1 1 -5.25307 -36.2635 -174.45 - 11 97.4054 874 1 1 -5.25 -36.2609 -174.614 - 11 150.328 719 1 0 -5.22562 -36.2381 -175.85 - 11 367.311 876 0 1 -4.70053 -35.6667 -204.45 - 11 129.49 722 0 0 -4.6703 -35.6388 -205.85 - 11 32.0817 645 8 1 -51.0053 -34.6276 35.15 - 11 132.253 1002 9 1 20.45 -46.3464 65.206 - 11 166.371 644 8 1 -51.05 -34.6453 35.2051 - 11 149.498 874 3 1 -5.19794 -36.3233 -114.45 - 11 108.023 874 2 1 -5.07904 -36.4932 -144.45 - 11 115.778 876 1 1 -4.83675 -36.7779 -174.45 - 11 129.649 716 1 0 -4.82813 -36.8053 -175.85 - 11 170.245 877 0 1 -4.62399 -37.3646 -204.45 - 11 130.415 713 0 0 -4.61161 -37.3901 -205.85 - 11 23.3027 875 0 1 -4.85002 -37.4341 -204.722 - 11 78.7064 719 3 0 -5.17333 -36.25 -116.156 - 11 138.89 720 3 0 -5.07679 -36.05 -116.18 - 11 209.741 721 3 0 -4.90902 -35.85 -116.244 -Number of digits in this event = 19 +Number of tracker hits in this event = 52 + 11 255.944 1371 9 1 94.4677 -68.5165 65.55 + 11 442.143 557 9 0 94.468 -68.5164 64.15 + 11 261.58 1371 8 1 94.4689 -68.5098 35.55 + 11 128.795 557 8 0 94.4709 -68.5099 34.15 + 11 203.532 1371 7 1 94.5017 -68.5186 5.55 + 11 119.945 557 7 0 94.4734 -68.5558 4.15 + 11 293.823 1368 6 1 93.9017 -69.3139 -24.45 + 11 107.626 553 6 0 93.8749 -69.3498 -25.85 + 11 119.072 1365 5 1 93.3409 -70.0826 -54.45 + 11 101.256 549 5 0 93.3122 -70.1187 -55.85 + 11 102.573 1362 4 1 92.729 -70.8599 -84.45 + 11 95.7104 545 4 0 92.7038 -70.8949 -85.85 + 11 160.71 1360 3 1 92.1912 -71.6144 -114.45 + 11 102.814 541 3 0 92.1685 -71.6528 -115.85 + 11 507.156 1357 2 1 91.7108 -72.4279 -144.45 + 11 160.368 537 2 0 91.6934 -72.4624 -145.85 + 11 114.195 1355 1 1 91.3438 -73.1736 -174.45 + 11 104.23 534 1 0 91.3254 -73.2109 -175.85 + 11 43.2984 1354 0 1 90.9525 -73.9644 -204.45 + 11 68.4279 1353 0 1 90.95 -73.9699 -204.639 + 11 130.638 530 0 0 90.9339 -74.0054 -205.85 + 11 243.167 1356 2 1 91.55 -72.0655 -144.793 + 11 135.123 539 2 0 91.8621 -72.2083 -145.85 + 11 48.8445 466 2 0 86.4569 -86.7359 -146.25 + 11 173.723 465 2 0 86.4464 -86.8501 -146.149 + 11 170.843 464 2 0 86.342 -87.0508 -145.874 + 11 240.844 726 9 0 90.674 -34.663 63.75 + 11 88.0099 727 9 0 90.6601 -34.65 63.7761 + 11 152.07 1372 8 1 94.6524 -68.2542 35.55 + 11 123.842 558 8 0 94.6317 -68.3017 34.15 + 11 12.5066 1372 7 1 94.55 -69.3995 5.20319 + 11 120.659 552 7 0 94.6131 -69.4542 4.15 + 11 135.113 1381 6 1 96.4047 -70.8334 -24.45 + 11 114.457 545 6 0 96.5576 -70.8647 -25.85 + 11 111.148 1397 5 1 99.5788 -71.2863 -54.45 + 11 132.297 543 5 0 99.7748 -71.3512 -55.85 + 11 126.119 1416 4 1 103.382 -72.8412 -84.45 + 11 121.629 535 4 0 103.425 -72.9706 -85.85 + 11 59.6512 1415 3 1 103.182 -73.6851 -114.451 + 11 48.7243 1414 3 1 103.15 -73.6867 -114.695 + 11 117.843 531 3 0 102.995 -73.7021 -115.85 + 11 0.667968 1396 2 1 99.3506 -74.4771 -144.45 + 11 142.824 1395 2 1 99.3498 -74.4773 -144.453 + 11 120.765 527 2 0 99.0075 -74.5312 -145.85 + 11 22.6207 1357 1 1 91.5866 -75.7885 -174.45 + 11 124.746 1356 1 1 91.55 -75.7947 -174.529 + 11 122.638 520 1 0 90.9271 -75.9309 -175.85 + 11 76.0421 1286 0 1 77.3821 -79.4123 -204.45 + 11 124.067 1285 0 1 77.25 -79.4527 -204.631 + 11 231.908 501 0 0 76.3825 -79.7103 -205.85 + 11 32.6328 1489 0 1 118.081 -78.688 -204.804 + 11 355.555 506 0 0 118.133 -78.8007 -205.85 +Number of digits in this event = 33 Using G4ParticleGun ... -5.90653 LIN +7.99708 LIN gamma Event: 12 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -9.39877 LIN +Number of tracker hits in this event = 116 + 12 242.84 837 10 1 -12.5541 -62.4071 95.55 + 12 261.963 588 10 0 -12.5538 -62.409 94.15 + 12 258.439 837 9 1 -12.5239 -62.4529 65.55 + 12 116.515 587 9 0 -12.5231 -62.4573 64.15 + 12 387.5 837 8 1 -12.5107 -62.5461 35.55 + 12 139.465 587 8 0 -12.5065 -62.5434 34.15 + 12 191.648 838 7 1 -12.4245 -62.4888 5.55 + 12 249.105 587 7 0 -12.4185 -62.4873 4.15 + 12 107.448 838 6 1 -12.2916 -62.4524 -24.45 + 12 125.567 587 6 0 -12.291 -62.4512 -25.85 + 12 104.736 838 5 1 -12.2691 -62.4281 -54.45 + 12 418.769 588 5 0 -12.2669 -62.4223 -55.85 + 12 181.924 839 4 1 -12.2263 -62.2922 -84.45 + 12 326.092 588 4 0 -12.2231 -62.2811 -85.85 + 12 170.561 839 3 1 -12.1343 -62.0472 -114.45 + 12 175.858 590 3 0 -12.1301 -62.0395 -115.85 + 12 128.221 840 2 1 -12.0394 -61.9053 -144.45 + 12 128.544 590 2 0 -12.0385 -61.8996 -145.85 + 12 122.91 840 1 1 -12.0372 -61.8004 -174.45 + 12 104.803 591 1 0 -12.0372 -61.7997 -175.85 + 12 120.481 840 0 1 -11.9981 -61.7754 -204.45 + 12 263.578 591 0 0 -11.9949 -61.7773 -205.85 + 12 129.9 698 1 0 -82.3872 -40.3733 -176.25 + 12 105.557 588 9 0 -12.5567 -62.3986 64.15 + 12 152.42 838 8 1 -12.4374 -62.3271 35.55 + 12 542.052 588 8 0 -12.4424 -62.3195 34.15 + 12 470.416 837 7 1 -12.5174 -62.1757 5.55 + 12 109.275 589 7 0 -12.5175 -62.1746 4.15 + 12 397.253 837 6 1 -12.5081 -62.1453 -24.45 + 12 128.969 589 6 0 -12.5096 -62.1424 -25.85 + 12 414.431 837 5 1 -12.508 -62.0712 -54.45 + 12 119.944 589 5 0 -12.5209 -62.0699 -55.85 + 12 592.778 836 4 1 -12.7772 -61.9917 -84.45 + 12 177.768 590 4 0 -12.8261 -61.9682 -85.85 + 12 66.0434 831 3 1 -13.84 -61.4739 -114.45 + 12 25.3678 830 3 1 -13.85 -61.4682 -114.736 + 12 269.696 593 3 0 -13.8894 -61.4441 -115.85 + 12 113.593 825 2 1 -14.9211 -60.864 -144.45 + 12 180.9 596 2 0 -14.9745 -60.8389 -145.85 + 12 122.991 820 1 1 -15.9582 -60.3483 -174.45 + 12 106.324 598 1 0 -15.9971 -60.3342 -175.85 + 12 138.736 816 0 1 -16.8164 -60.0203 -204.45 + 12 122.742 600 0 0 -16.8763 -60.0086 -205.85 + 12 35.9445 1382 6 1 96.55 -54.9117 -24.5272 + 12 88.8077 599 7 0 -12.6707 -60.2019 4.15 + 12 223.856 600 7 0 -12.6836 -60.05 4.09991 + 12 158.877 586 6 0 -12.5299 -62.689 -25.85 + 12 124.124 839 5 1 -12.1857 -63.1417 -54.45 + 12 108.629 584 5 0 -12.1666 -63.1601 -55.85 + 12 130.759 841 4 1 -11.7707 -63.5564 -84.45 + 12 103.694 582 4 0 -11.7543 -63.5726 -85.85 + 12 132.77 843 3 1 -11.3515 -63.9114 -114.45 + 12 323.327 580 3 0 -11.3385 -63.8973 -115.85 + 12 104.31 844 2 1 -11.138 -63.5391 -144.45 + 12 344.776 582 2 0 -11.1262 -63.4755 -145.85 + 12 95.2064 846 1 1 -10.8341 -62.4708 -174.45 + 12 224.268 587 1 0 -10.7231 -62.4557 -175.85 + 12 15.4491 857 0 1 -8.45479 -62.1743 -204.45 + 12 149.768 858 0 1 -8.45 -62.1693 -204.504 + 12 127.545 590 0 0 -8.32432 -62.0242 -205.85 + 12 104.971 583 2 0 -11.1069 -63.45 -146.117 + 12 199.036 847 1 1 -10.565 -64.7079 -174.45 + 12 189.893 577 1 0 -10.3907 -64.5645 -175.85 + 12 174.686 862 0 1 -7.48854 -64.2757 -204.45 + 12 79.2632 863 0 1 -7.44936 -64.3031 -204.492 + 12 72.9493 864 0 1 -7.25 -64.4475 -204.679 + 12 71.7199 573 0 0 -6.49371 -65.272 -205.85 + 12 86.3996 572 0 0 -6.35485 -65.45 -206.079 + 12 107.756 848 1 1 -10.4497 -64.7489 -174.803 + 12 214.641 849 1 1 -10.25 -64.6722 -174.812 + 12 310.064 588 7 0 -12.6112 -62.362 4.15 + 12 113.698 588 6 0 -12.6292 -62.3573 -25.85 + 12 335.28 836 5 1 -12.6823 -62.3203 -54.45 + 12 137.72 835 3 1 -12.869 -62.2492 -114.45 + 12 117.69 588 3 0 -12.8771 -62.2514 -115.85 + 12 106.399 835 2 1 -13.0351 -62.3223 -144.45 + 12 128.54 588 2 0 -13.0438 -62.3134 -145.85 + 12 132.046 834 1 1 -13.207 -62.0977 -174.45 + 12 151.278 589 1 0 -13.2158 -62.0856 -175.85 + 12 167.79 833 0 1 -13.395 -61.855 -204.45 + 12 110.96 832 0 1 -13.45 -61.8812 -204.765 + 12 127.075 831 0 1 -13.65 -61.917 -204.767 + 12 321.769 834 2 1 -13.06 -62.1822 -144.45 + 12 234.49 589 2 0 -13.0542 -62.1351 -145.85 + 12 114.871 835 1 1 -12.91 -61.1783 -174.451 + 12 122.467 594 1 0 -12.9034 -61.168 -175.851 + 12 143.421 836 0 1 -12.7705 -60.7094 -204.45 + 12 96.7299 596 0 0 -12.7404 -60.7211 -205.85 + 12 59.0904 831 1 1 -13.8422 -62.3702 -174.45 + 12 87.1544 830 1 1 -13.8501 -62.3882 -174.548 + 12 258.69 586 1 0 -13.9609 -62.65 -176.001 + 12 265.681 819 0 1 -16.1962 -67.5866 -204.45 + 12 121.56 561 0 0 -16.2406 -67.7667 -205.85 + 12 136.042 565 0 0 -16.262 -67.0181 -205.85 + 12 80.9411 566 0 0 -16.1952 -66.8498 -205.988 + 12 308.262 546 0 0 -33.4722 -70.7994 -206.25 + 12 23.4191 822 0 1 -15.65 -62.7003 -204.688 + 12 114.647 135 6 0 -87.4074 -152.956 -26.25 + 12 519.082 835 5 1 -12.8503 -62.5341 -54.5153 + 12 130.605 837 4 1 -12.5055 -61.4123 -84.45 + 12 137.827 593 4 0 -12.466 -61.3666 -85.85 + 12 160.615 841 3 1 -11.6731 -60.5437 -114.45 + 12 146.367 597 3 0 -11.6181 -60.4942 -115.85 + 12 108.642 846 2 1 -10.7813 -59.1761 -144.45 + 12 375.529 604 2 0 -10.7865 -59.1022 -145.85 + 12 158.517 845 1 1 -10.9905 -57.4251 -174.45 + 12 120.073 613 1 0 -10.9409 -57.3445 -175.85 + 12 111.38 851 0 1 -9.84269 -55.6646 -204.45 + 12 238.019 622 0 0 -9.78701 -55.5945 -205.85 + 12 84.3618 838 4 1 -12.2548 -63.078 -84.45 + 12 109.032 584 4 0 -12.2402 -63.1179 -85.85 + 12 112.351 840 3 1 -12.05 -63.9033 -114.541 + 12 141.23 843 2 1 -11.3379 -63.5341 -144.45 + 12 141.654 841 1 1 -11.7264 -62.7302 -174.45 + 12 170.594 811 0 1 -17.6738 -64.7092 -204.45 + 12 119.382 576 0 0 -18.0436 -64.7427 -205.85 +Number of digits in this event = 78 +Using G4ParticleGun ... +4.80294 LIN gamma Event: 13 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 161 + 13 194.589 1326 10 1 85.3292 29.8022 95.55 + 13 260.188 1048 10 0 85.2774 29.8189 94.15 + 13 103.064 1320 9 1 84.2118 30.1018 65.55 + 13 150.11 1050 9 0 84.204 30.0662 64.15 + 13 137.496 1319 8 1 83.9088 29.2419 35.55 + 13 117.757 1045 8 0 83.8938 29.1925 34.15 + 13 171.412 1317 7 1 83.4947 27.9951 5.55 + 13 144.366 1039 7 0 83.4195 27.8887 4.15 + 13 170.948 1308 6 1 81.784 25.5389 -24.45 + 13 156.977 1027 6 0 81.6769 25.4779 -25.85 + 13 152.089 1299 5 1 79.8606 24.0005 -54.45 + 13 114.763 1020 5 0 80.1364 24.1274 -55.85 + 13 259.935 1327 4 1 85.4678 26.5053 -84.4503 + 13 151.624 1034 4 0 85.8392 26.909 -85.85 + 13 2.67658 1368 3 1 93.948 34.9447 -114.45 + 13 118.493 1369 3 1 93.95 34.9477 -114.459 + 13 193.099 1076 3 0 94.2346 35.3648 -115.85 + 13 46.7485 1077 3 0 94.2954 35.45 -116.142 + 13 176.795 1398 2 1 99.8722 43.9311 -144.45 + 13 5.73744 1399 2 1 99.95 44.0065 -144.823 + 13 66.9262 1120 2 0 100.175 44.2076 -145.85 + 13 62.188 1121 2 0 100.221 44.25 -146.056 + 13 126.856 1432 1 1 106.609 50.2194 -174.45 + 13 121.046 1152 1 0 106.884 50.4707 -175.85 + 13 108.586 1459 0 1 111.966 55.3118 -204.45 + 13 558.617 1178 0 0 112.378 55.7111 -205.85 + 13 171.655 1042 6 0 83.3486 28.5262 -25.8501 + 13 80.3762 1470 11 0 -98.6906 114.327 123.75 + 13 15.9573 1215 0 1 63.234 43.9192 -204.45 + 13 59.5813 1216 0 1 63.25 43.9112 -204.468 + 13 77.1738 1217 0 1 63.4501 43.8366 -204.665 + 13 149.529 1118 0 0 64.1208 43.7742 -205.85 + 13 72.5253 1176 0 0 79.3625 55.3184 -206.249 + 13 268.533 1177 0 0 79.3937 55.45 -206.111 + 13 154.535 1179 0 0 79.7985 55.85 -205.939 + 13 139.073 1301 0 1 80.3643 56.6177 -204.85 + 13 62.1518 1186 0 0 81.9911 57.3956 -205.85 + 13 71.7613 1187 0 0 81.9866 57.45 -205.874 + 13 86.5484 1214 0 1 63.05 43.9466 -204.469 + 13 50.2652 1213 0 1 62.8498 44.0793 -204.701 + 13 21.1108 1122 0 0 61.8637 44.6228 -205.85 + 13 115.89 1123 0 0 61.817 44.65 -205.905 + 13 156.513 1292 4 1 78.4896 32.6589 -84.45 + 13 71.6273 1293 4 1 78.65 33.1497 -84.6925 + 13 33.8786 1071 4 0 78.6216 34.3366 -85.8502 + 13 93.808 1072 4 0 78.6214 34.4503 -85.9613 + 13 28.9892 1073 4 0 78.6766 34.65 -86.1871 + 13 155.805 1326 9 1 85.3288 29.8217 65.55 + 13 150.204 1048 9 0 85.3278 29.8242 64.15 + 13 295.905 1326 8 1 85.3135 29.8779 35.55 + 13 103.06 1049 8 0 85.3157 29.8787 34.15 + 13 114.116 1326 7 1 85.3579 29.8917 5.55 + 13 348.947 1049 7 0 85.3603 29.8918 4.15 + 13 120.968 1326 6 1 85.4031 29.8906 -24.45 + 13 121.328 1049 6 0 85.4044 29.8904 -25.85 + 13 371.157 1326 5 1 85.4368 29.8825 -54.45 + 13 555.48 1049 5 0 85.4392 29.8823 -55.85 + 13 154.893 1049 4 0 85.4849 29.8793 -85.85 + 13 112.386 1327 3 1 85.522 29.8544 -114.45 + 13 119.797 1049 3 0 85.5253 29.8552 -115.85 + 13 260.273 1327 2 1 85.5888 29.8742 -144.45 + 13 113.622 1049 2 0 85.5922 29.8771 -145.85 + 13 420.956 1328 1 1 85.6567 29.9411 -174.45 + 13 130.528 1049 1 0 85.6676 29.9385 -175.85 + 13 157.959 1329 0 1 85.8849 29.9289 -204.45 + 13 231.196 1049 0 0 85.8936 29.9207 -205.85 + 13 289.882 1454 4 1 111.15 50.5955 -84.6509 + 13 257.577 1453 4 1 110.95 50.8512 -84.4595 + 13 7.32789 1452 4 1 110.75 50.9627 -84.4817 + 13 26.3562 1048 0 0 85.7493 29.8499 -206.216 + 13 446.597 1493 2 1 118.766 -178.351 -144.85 + 13 100.766 1494 2 1 118.95 -179.173 -144.509 + 13 123.508 1492 2 1 118.75 -179.472 -144.492 + 13 17.5909 1048 1 0 85.7787 29.6581 -175.85 + 13 83.8693 1047 1 0 85.7835 29.65 -175.904 + 13 105.335 1340 0 1 88.0742 26.522 -204.45 + 13 96.6392 1341 0 1 88.25 26.634 -204.778 + 13 87.2343 1034 0 0 88.8326 26.9528 -205.85 + 13 36.08 1035 0 0 89.0065 27.05 -206.154 + 13 84.7416 1043 1 0 86.0767 28.847 -175.85 + 13 75.5438 1042 1 0 86.1357 28.6499 -176.062 + 13 182.506 1385 0 1 97.2277 -1.5065 -204.45 + 13 8.4624 884 0 0 97.2494 -3.22634 -205.85 + 13 62.9899 883 0 0 97.2488 -3.25 -205.87 + 13 59.2959 882 0 0 97.2407 -3.45 -206.024 + 13 53.5877 881 0 0 97.2336 -3.65 -206.164 + 13 0.603715 743 0 0 87.2738 -31.4491 -206.25 + 13 25.8327 742 0 0 87.273 -31.4501 -206.25 + 13 90.5208 546 0 0 115.369 -70.8245 -206.25 + 13 159.021 545 0 0 115.432 -70.85 -206.161 + 13 319.715 1048 7 0 85.2505 29.85 3.76396 + 13 87.4957 1322 4 1 84.6353 28.8431 -84.45 + 13 118.754 1044 4 0 84.4993 28.9336 -85.85 + 13 130.54 1310 3 1 82.1388 30.7938 -114.45 + 13 137.201 1053 3 0 82.1632 30.8268 -115.85 + 13 134.493 1304 2 1 81.0475 31.7634 -144.45 + 13 122.518 1057 2 0 80.9744 31.5599 -145.85 + 13 133.427 1297 1 1 79.4871 26.7488 -174.45 + 13 199.549 1031 1 0 79.6721 26.4377 -175.85 + 13 134.993 1316 0 1 83.3607 19.4835 -204.45 + 13 26.0212 1002 0 0 83.6653 20.5762 -205.85 + 13 128.476 1003 0 0 83.7303 20.65 -205.913 + 13 112.808 1004 0 0 83.8524 20.85 -206.04 + 13 238.828 1129 0 0 97.4467 46.0011 -206.25 + 13 99.3936 1130 0 0 97.4743 46.0501 -206.164 + 13 158.279 1324 4 1 84.9042 31.4304 -84.45 + 13 155.52 1058 4 0 84.7654 31.6924 -85.85 + 13 130.282 1311 3 1 82.3473 37.7335 -114.45 + 13 239.425 1087 3 0 82.5478 37.6046 -115.85 + 13 18.0203 1325 2 1 85.063 32.2544 -144.45 + 13 148.018 1324 2 1 85.05 32.2414 -144.495 + 13 154.344 1058 2 0 84.6326 31.8022 -145.85 + 13 15.129 1276 1 1 75.3029 25.2061 -174.45 + 13 87.5025 1275 1 1 75.2492 25.2314 -174.478 + 13 71.3696 1274 1 1 75.0499 25.3173 -174.58 + 13 63.4864 1273 1 1 74.85 25.4096 -174.679 + 13 64.0709 1272 1 1 74.65 25.5004 -174.771 + 13 137.527 1032 1 0 72.8246 26.45 -175.969 + 13 14.1782 1033 1 0 72.5697 26.6516 -176.217 + 13 99.0206 1041 1 0 -70.8504 28.2964 -176.25 + 13 172.231 1040 1 0 -71.0278 28.2499 -176.198 + 13 255.543 1039 1 0 -71.5776 28.05 -175.987 + 13 18.6611 525 1 1 -74.9496 26.9635 -174.85 + 13 113.876 524 1 1 -75.05 26.9386 -174.82 + 13 82.6304 523 1 1 -75.25 26.9055 -174.74 + 13 92.7002 522 1 1 -75.45 26.8549 -174.652 + 13 142.946 521 1 1 -75.65 26.791 -174.557 + 13 223.409 519 1 1 -76.0796 26.7533 -174.45 + 13 153.813 518 1 1 -76.25 26.6088 -174.605 + 13 25.3299 517 1 1 -76.45 26.4802 -174.809 + 13 71.1776 1029 1 0 -77.0243 25.968 -175.85 + 13 242.545 1028 1 0 -77.1511 25.85 -176.075 + 13 36.5271 399 0 1 -100.299 -15.2615 -204.45 + 13 104.368 398 0 1 -100.35 -15.2451 -204.525 + 13 9.62443 397 0 1 -100.55 -15.1775 -204.81 + 13 174.799 828 0 0 -101.268 -14.3601 -205.85 + 13 378.479 829 0 0 -101.441 -14.25 -205.983 + 13 203.877 830 0 0 -102.155 -14.0496 -206.017 + 13 90.0206 827 0 0 -102.861 -14.4501 -205.896 + 13 79.1762 826 0 0 -102.8 -14.65 -205.922 + 13 82.2904 825 0 0 -102.708 -14.85 -205.912 + 13 249.582 387 0 1 -102.59 -14.9658 -204.85 + 13 64.4863 520 1 1 -75.8505 26.7724 -174.652 + 13 278.119 1027 1 0 -76.3315 25.65 -176.043 + 13 154.867 1057 4 0 84.7877 31.6499 -85.928 + 13 122.214 1321 3 1 84.4279 35.8769 -114.45 + 13 129.551 1079 3 0 84.174 35.9309 -115.85 + 13 106.771 1293 2 1 78.7651 37.2525 -144.45 + 13 48.4254 1086 2 0 78.5015 37.4355 -145.851 + 13 219.732 1087 2 0 78.4799 37.45 -145.974 + 13 101.501 1261 1 1 72.4092 40.7754 -174.45 + 13 10.0939 1260 1 1 72.25 40.889 -174.826 + 13 64.8192 1105 1 0 71.8536 41.2014 -175.85 + 13 66.8051 1106 1 0 71.7911 41.25 -176.013 + 13 15.9309 1203 0 1 60.6666 49.4068 -204.45 + 13 120.367 1202 0 1 60.65 49.4296 -204.494 + 13 24.0419 1150 0 0 60.1133 50.2083 -205.85 + 13 112.128 1151 0 0 60.0862 50.2501 -205.921 + 13 75.1431 1127 0 0 44.0269 45.4799 -206.25 + 13 34.0412 1327 8 1 85.4502 29.8578 35.2444 + 13 166.775 1050 8 0 86.0533 30.051 34.1495 +Number of digits in this event = 79 Using G4ParticleGun ... -8.13988 LIN +5.76925 LIN gamma Event: 14 -Number of tracker hits in this event = 35 - 14 230.682 788 4 1 -22.4218 -48.5414 -84.45 - 14 234.507 657 4 0 -22.4228 -48.5392 -85.85 - 14 119.978 788 3 1 -22.4148 -48.4907 -114.45 - 14 440.371 657 3 0 -22.4102 -48.4879 -115.85 - 14 122.308 788 2 1 -22.361 -48.3887 -144.45 - 14 250.636 658 2 0 -22.3548 -48.3882 -145.85 - 14 123.045 789 1 1 -22.2315 -48.3891 -174.45 - 14 277.353 658 1 0 -22.2232 -48.3879 -175.85 - 14 111.527 790 0 1 -22.0308 -48.3516 -204.45 - 14 105.205 658 0 0 -22.0246 -48.3512 -205.85 - 14 23.2472 853 1 1 -9.29323 -57.0851 -174.85 - 14 65.4766 1217 7 1 63.45 59.1759 5.30034 - 14 46.254 1355 6 0 72.1638 91.15 -25.9232 - 14 121.305 787 3 1 -22.4548 -48.4871 -114.45 - 14 285.466 787 2 1 -22.4958 -48.433 -144.45 - 14 145.547 787 1 1 -22.5234 -48.3608 -174.45 - 14 150.102 787 0 1 -22.5442 -48.2419 -204.45 - 14 136.503 659 0 0 -22.5443 -48.2345 -205.85 - 14 270.36 657 2 0 -22.5176 -48.4501 -145.972 - 14 118.148 780 1 1 -23.8861 -48.8359 -174.45 - 14 126.007 655 1 0 -23.9667 -48.8563 -175.85 - 14 145.839 772 0 1 -25.6244 -49.3256 -204.45 - 14 8.2778 771 0 1 -25.65 -49.3386 -204.826 - 14 138.459 653 0 0 -25.7213 -49.3725 -205.85 - 14 63.615 667 1 0 -14.512 -46.5788 -176.25 - 14 9.25131 666 1 0 -14.4601 -46.65 -176.233 - 14 7.33121 658 3 0 -22.4331 -48.45 -116.22 - 14 115.894 806 2 1 -18.847 -45.3536 -144.45 - 14 11.2945 807 2 1 -18.65 -45.5044 -144.82 - 14 140.739 670 2 0 -17.8351 -45.8688 -145.85 - 14 28.0826 742 1 1 -31.5623 -55.2085 -174.45 - 14 66.4726 741 1 1 -31.65 -55.2121 -174.515 - 14 47.2287 740 1 1 -31.85 -55.2189 -174.632 - 14 196.165 739 1 1 -32.05 -55.186 -174.73 - 14 150.357 629 1 0 -31.4837 -54.0956 -175.85 -Number of digits in this event = 23 +Number of tracker hits in this event = 15 + 14 282.969 916 3 1 3.41517 -64.9124 -114.45 + 14 280.321 575 3 0 3.41499 -64.9126 -115.85 + 14 237.348 916 2 1 3.4078 -64.9181 -144.45 + 14 120.374 575 2 0 3.40679 -64.9184 -145.85 + 14 113.095 916 1 1 3.38997 -64.9192 -174.45 + 14 191.321 575 1 0 3.39082 -64.9164 -175.85 + 14 123.036 916 0 1 3.41108 -64.8453 -204.45 + 14 127.982 576 0 0 3.41372 -64.8393 -205.85 + 14 84.4196 589 1 0 -56.9034 -62.2128 -176.25 + 14 6.62395 286 1 0 -44.2997 -122.864 -176.25 + 14 124.514 576 2 0 3.26857 -64.8115 -145.85 + 14 148.964 912 1 1 2.64753 -64.7721 -174.45 + 14 131.428 576 1 0 2.63249 -64.7802 -175.85 + 14 332.115 911 0 1 2.26235 -65.0642 -204.45 + 14 241.936 574 0 0 2.24176 -65.0769 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -4.22718 LIN +8.30187 LIN gamma Event: 15 -Number of tracker hits in this event = 196 - 15 277.83 628 11 1 -54.2881 38.1753 125.55 - 15 336.013 1090 11 0 -54.2882 38.1758 124.15 - 15 227.119 628 10 1 -54.2867 38.1832 95.55 - 15 182.965 1090 10 0 -54.2881 38.1842 94.15 - 15 251.016 628 9 1 -54.325 38.2081 65.55 - 15 177.467 1090 9 0 -54.3268 38.2099 64.15 - 15 128.153 628 8 1 -54.3661 38.245 35.55 - 15 43.8224 1090 8 0 -54.3705 38.2496 34.15 - 15 100.105 1091 8 0 -54.3709 38.25 34.0232 - 15 115.052 627 7 1 -54.4675 38.3505 5.55 - 15 169.584 1091 7 0 -54.4731 38.3563 4.15 - 15 109.632 627 6 1 -54.5914 38.4808 -24.45 - 15 119.643 1092 6 0 -54.5973 38.4859 -25.85 - 15 137.923 626 5 1 -54.7041 38.5867 -54.45 - 15 152.887 1092 5 0 -54.7103 38.5938 -55.85 - 15 121.85 626 4 1 -54.8417 38.7373 -84.45 - 15 100.56 1093 4 0 -54.85 38.7439 -85.85 - 15 104.259 625 3 1 -55.0297 38.8923 -114.45 - 15 117.687 1094 3 0 -55.037 38.9023 -115.85 - 15 120.022 624 2 1 -55.1754 39.1067 -144.45 - 15 115.112 1095 2 0 -55.1835 39.1188 -145.85 - 15 150.244 623 1 1 -55.3497 39.3683 -174.45 - 15 118.995 1096 1 0 -55.358 39.3795 -175.85 - 15 115.232 622 0 1 -55.5269 39.606 -204.45 - 15 151.769 1097 0 0 -55.5351 39.6199 -205.85 - 15 114.154 1089 9 0 -54.3445 37.9462 64.15 - 15 93.0584 631 8 1 -53.7424 31.4789 35.55 - 15 48.0336 1057 8 0 -53.4925 31.627 34.1498 - 15 79.4619 1058 8 0 -53.4671 31.65 33.9858 - 15 110.986 648 7 1 -50.368 39.504 5.55 - 15 125.228 647 7 1 -50.45 39.2864 5.19397 - 15 153.006 1092 7 0 -50.6778 38.6421 4.14984 - 15 238.325 652 6 1 -49.5718 21.2895 -24.4503 - 15 204.81 651 6 1 -49.65 21.0206 -24.6285 - 15 42.761 994 6 0 -50.5973 18.99 -25.8503 - 15 84.0788 993 6 0 -50.6696 18.85 -25.9287 - 15 63.7675 992 6 0 -50.7653 18.65 -26.0354 - 15 332.876 991 6 0 -50.8793 18.45 -26.1463 - 15 66.6869 547 6 0 -121.955 -70.5207 -26.25 - 15 94.6247 546 6 0 -122.127 -70.6501 -26.1774 - 15 86.972 545 6 0 -122.37 -70.85 -26.1276 - 15 188.031 544 6 0 -122.619 -71.05 -26.0562 - 15 41.9218 543 6 0 -122.921 -71.25 -25.9047 - 15 68.2805 278 6 1 -124.431 -72.6309 -24.85 - 15 58.4945 277 6 1 -124.55 -72.7381 -24.7859 - 15 159.055 276 6 1 -124.75 -72.8555 -24.7122 - 15 55.7948 275 6 1 -124.95 -72.8952 -24.6866 - 15 57.2297 274 6 1 -125.15 -72.9209 -24.615 - 15 130.404 273 6 1 -125.35 -72.9289 -24.4994 - 15 61.2745 272 6 1 -125.635 -72.5593 -24.4507 - 15 67.3058 271 6 1 -125.75 -72.5689 -24.6669 - 15 134.415 540 6 0 -126.198 -72.0387 -25.85 - 15 122.489 589 4 1 -62.2328 16.1755 -84.45 - 15 43.5779 590 4 1 -62.05 16.0303 -84.7399 - 15 120.069 978 4 0 -61.2346 15.7821 -85.8502 - 15 57.5337 951 8 1 10.25 -76.0429 35.2784 - 15 245.048 628 7 1 -54.2678 38.2217 5.55 - 15 251.861 1090 7 0 -54.2372 38.1432 4.15 - 15 68.4438 632 6 1 -53.581 37.1599 -24.45 - 15 61.7015 631 6 1 -53.65 37.1964 -24.6551 - 15 191.605 1086 6 0 -54.1376 37.3008 -25.85 - 15 111.38 608 5 1 -58.2837 28.2558 -54.45 - 15 120.851 609 5 1 -58.25 27.9347 -54.6184 - 15 25.7705 1031 5 0 -57.8866 26.3526 -55.8506 - 15 125.663 1030 5 0 -57.8711 26.25 -55.9128 - 15 49.7932 1029 5 0 -57.8767 26.0498 -56.1431 - 15 16.3197 780 5 0 -67.7452 -24.0203 -56.25 - 15 220.797 779 5 0 -67.7565 -24.05 -56.2117 - 15 77.0784 778 5 0 -67.8137 -24.25 -55.9298 - 15 156.526 560 5 1 -67.9961 -25.1262 -54.85 - 15 73.5305 559 5 1 -68.0501 -25.2554 -54.6673 - 15 225.294 561 5 1 -67.7195 -24.7442 -54.8498 - 15 9.8531 586 5 1 -62.8328 -37.4561 -54.85 - 15 50.3572 601 5 1 -59.85 -32.688 -54.7377 - 15 92.6099 1214 6 0 -160.541 62.9485 -26.25 - 15 99.3294 1215 6 0 -160.766 63.05 -26.1399 - 15 97.0276 1216 6 0 -161.023 63.25 -26.0888 - 15 87.9066 1217 6 0 -161.168 63.4501 -26.0746 - 15 69.1291 1218 6 0 -161.353 63.6504 -26.0626 - 15 106.061 1219 6 0 -161.496 63.85 -26.0666 - 15 97.6602 1220 6 0 -161.622 64.051 -26.1733 - 15 19.3617 1221 6 0 -161.724 64.25 -26.2449 - 15 110.603 624 6 1 -55.1171 38.061 -24.45 - 15 198.98 1090 6 0 -55.1761 38.1336 -25.85 - 15 114.576 616 5 1 -56.6516 39.7895 -54.45 - 15 108.588 1099 5 0 -56.7253 39.9081 -55.85 - 15 109.039 610 4 1 -57.9979 42.3638 -84.45 - 15 387.672 1112 4 0 -58.0397 42.4926 -85.85 - 15 167.91 605 3 1 -58.8749 44.8909 -114.45 - 15 1.73652 604 3 1 -59.05 44.732 -114.84 - 15 11.8176 1122 3 0 -59.4996 44.4619 -115.85 - 15 87.9622 1121 3 0 -59.5193 44.45 -115.891 - 15 1.95854 532 2 1 -73.4541 40.6971 -144.45 - 15 154.63 533 2 1 -73.45 40.7028 -144.452 - 15 143.686 534 2 1 -73.2497 40.9861 -144.565 - 15 645.306 535 2 1 -73.05 41.2719 -144.65 - 15 103.699 536 2 1 -72.8499 42.114 -144.663 - 15 115.941 1117 2 0 -73.2926 43.4951 -145.85 - 15 47.7957 1118 2 0 -73.405 43.65 -146.109 - 15 7.65668 992 2 0 -99.7694 18.65 -145.954 - 15 290.623 628 5 1 -54.4309 38.1819 -54.4502 - 15 123.284 627 5 1 -54.45 38.1923 -54.5625 - 15 286.326 1091 5 0 -54.6475 38.2868 -55.85 - 15 59.3402 606 4 1 -58.6885 39.8 -84.45 - 15 88.7196 605 4 1 -58.85 39.8073 -84.5351 - 15 56.5619 604 4 1 -59.05 39.8206 -84.6538 - 15 42.2026 603 4 1 -59.2505 39.8414 -84.7815 - 15 183.501 1099 4 0 -60.9267 39.9176 -85.85 - 15 23.4842 387 3 1 -102.716 40.2753 -114.45 - 15 204.315 386 3 1 -102.75 40.2327 -114.525 - 15 144.598 1096 3 0 -103.237 39.4202 -115.85 - 15 24.8343 1095 3 0 -103.311 39.25 -116.161 - 15 133.838 371 2 1 -105.939 28.1209 -144.45 - 15 83.1698 1037 2 0 -105.203 27.6341 -145.851 - 15 65.4036 1036 2 0 -105.175 27.45 -146.097 - 15 127.933 943 2 0 -93.2369 8.70318 -146.25 - 15 233.395 438 2 1 -92.5252 9.02845 -144.85 - 15 6.94623 440 2 1 -92.1244 9.35066 -144.45 - 15 88.5991 439 2 1 -92.15 9.37071 -144.486 - 15 48.7837 961 2 0 -93.5214 12.2807 -145.85 - 15 65.3935 962 2 0 -93.6046 12.45 -145.918 - 15 86.0816 963 2 0 -93.7121 12.6504 -146.015 - 15 40.8377 964 2 0 -93.7719 12.85 -146.172 - 15 132.965 1425 2 0 -116.012 105.257 -146.25 - 15 68.1186 1426 2 0 -115.991 105.35 -146.099 - 15 45.9191 328 2 1 -114.475 104.929 -144.85 - 15 50.6415 329 2 1 -114.35 104.914 -144.759 - 15 62.2069 330 2 1 -114.15 104.92 -144.726 - 15 63.236 331 2 1 -113.95 104.957 -144.692 - 15 131.841 332 2 1 -113.75 105.12 -144.687 - 15 54.4553 333 2 1 -113.55 105.334 -144.462 - 15 106.471 437 2 1 -92.55 9.6507 -144.831 - 15 176.611 436 2 1 -92.7502 9.68068 -144.758 - 15 175.692 435 2 1 -92.95 9.69293 -144.679 - 15 80.8951 945 2 0 -92.8598 9.10891 -145.851 - 15 276.141 946 2 0 -92.8099 9.25 -145.973 - 15 129.197 1176 0 0 -88.8949 55.2733 -206.25 - 15 119.61 1177 0 0 -89.1462 55.45 -206.076 - 15 27.5369 1178 0 0 -89.4826 55.65 -205.889 - 15 63.924 444 0 1 -91.2051 56.6818 -204.85 - 15 65.0686 443 0 1 -91.3506 56.7684 -204.761 - 15 235.637 442 0 1 -91.55 56.9027 -204.624 - 15 27.7535 441 0 1 -91.75 57.0259 -204.486 - 15 117.405 437 0 1 -92.5859 56.9054 -204.45 - 15 142.698 1187 0 0 -92.9151 57.4784 -205.85 - 15 72.9154 1188 0 0 -93.0777 57.65 -206.115 - 15 286.014 1285 0 0 -107.409 77.2149 -206.25 - 15 1.17424 1286 0 0 -107.456 77.25 -206.072 - 15 1.20628 1090 5 0 -54.084 38.0504 -55.85 - 15 108.747 1089 5 0 -54.0831 38.05 -55.8536 - 15 96.2845 665 4 1 -47.0445 35.4479 -84.45 - 15 120.245 1076 4 0 -46.5537 35.4481 -85.85 - 15 131.541 719 3 1 -36.1742 35.3328 -114.451 - 15 19.5862 720 3 1 -36.05 35.237 -114.783 - 15 62.1551 1074 3 0 -35.6259 34.9036 -115.85 - 15 59.5494 1073 3 0 -35.5583 34.85 -116.028 - 15 11.2766 773 2 1 -25.2689 27.2264 -144.45 - 15 122.775 774 2 1 -25.25 27.2103 -144.48 - 15 47.7471 775 2 1 -25.05 27.0401 -144.784 - 15 190.376 1031 2 0 -24.3166 26.4319 -145.85 - 15 38.008 1030 2 0 -24.0924 26.25 -146.173 - 15 28.1679 879 1 1 -4.09666 10.6881 -174.45 - 15 127.962 880 1 1 -4.05 10.6487 -174.538 - 15 38.5686 950 1 0 -3.39421 10.0988 -175.85 - 15 95.3838 949 1 0 -3.33254 10.05 -175.97 - 15 257.78 958 0 1 11.675 -1.53793 -204.45 - 15 25.5309 959 0 1 11.8502 -1.94508 -204.78 - 15 47.3011 883 0 0 12.4325 -3.30581 -205.85 - 15 82.9468 882 0 0 12.4954 -3.45 -205.966 - 15 53.2351 881 0 0 12.5862 -3.65 -206.133 - 15 44.1915 709 0 0 52.9041 -38.2178 -206.25 - 15 128.683 629 10 1 -54.1693 38.4685 95.55 - 15 124.093 1091 10 0 -54.1396 38.4113 94.15 - 15 139.83 632 9 1 -53.593 37.1479 65.55 - 15 112.785 1085 9 0 -53.5284 37.1159 64.15 - 15 292.64 640 8 1 -51.9525 36.4359 35.55 - 15 97.8922 1081 8 0 -51.8897 36.4259 34.15 - 15 120.623 1081 7 0 -50.5737 36.4312 4.15 - 15 123.336 648 6 1 -50.3883 35.1405 -24.45 - 15 128.237 1075 6 0 -50.3396 35.0801 -25.85 - 15 153.098 651 5 1 -49.6565 33.6572 -54.45 - 15 129.822 1067 5 0 -49.7188 33.5817 -55.85 - 15 118.34 645 4 1 -50.8633 31.6765 -84.45 - 15 155.139 1057 4 0 -50.9841 31.5681 -85.8501 - 15 100.872 630 3 1 -53.9761 29.5727 -114.45 - 15 111.207 1047 3 0 -54.1283 29.5491 -115.85 - 15 122.295 612 2 1 -57.4646 29.2807 -144.451 - 15 100.057 1045 2 0 -57.6153 29.2239 -145.85 - 15 120.992 595 1 1 -60.9429 27.6789 -174.45 - 15 115.598 1036 1 0 -61.1882 27.3603 -175.85 - 15 145.504 567 0 1 -66.496 20.9551 -204.45 - 15 131.969 1002 0 0 -66.6493 20.6024 -205.85 - 15 250.395 998 0 0 -65.093 19.85 -205.863 - 15 7.90602 1069 3 1 34.0244 4.84585 -114.45 - 15 239.063 1070 3 1 34.05 4.84703 -114.474 - 15 101.648 918 3 0 34.6943 3.76403 -115.85 -Number of digits in this event = 83 -Using G4ParticleGun ... -5.25095 LIN +Number of tracker hits in this event = 333 + 15 258.267 576 10 1 -64.7042 22.5268 95.55 + 15 219.817 1012 10 0 -64.703 22.5241 94.15 + 15 235.154 576 9 1 -64.676 22.4716 65.55 + 15 371.028 1012 9 0 -64.6785 22.4694 64.15 + 15 561.901 576 8 1 -64.7199 22.4091 35.55 + 15 164.614 1011 8 0 -64.7311 22.4051 34.15 + 15 182.533 575 7 1 -64.9648 22.3212 5.55 + 15 132.878 1011 7 0 -64.9727 22.3169 4.15 + 15 156.769 574 6 1 -65.139 22.234 -24.45 + 15 219.249 1010 6 0 -65.1398 22.2286 -25.85 + 15 105.888 574 5 1 -65.1566 22.1129 -54.45 + 15 150.869 1010 5 0 -65.1534 22.1077 -55.85 + 15 121.235 574 4 1 -65.0801 21.9874 -84.45 + 15 116.746 1009 4 0 -65.0743 21.9846 -85.85 + 15 343.804 575 3 1 -64.95 21.9052 -114.45 + 15 129.963 1009 3 0 -64.9443 21.9012 -115.85 + 15 111.397 576 2 1 -64.8188 21.8001 -144.45 + 15 173.184 1008 2 0 -64.8148 21.7933 -145.85 + 15 355.097 576 1 1 -64.6915 21.5793 -174.45 + 15 322.371 1007 1 0 -64.6841 21.5652 -175.85 + 15 295.546 577 0 1 -64.5773 21.2846 -204.45 + 15 108.194 1006 0 0 -64.5711 21.2707 -205.85 + 15 46.376 1078 1 0 31.1545 35.7851 -176.25 + 15 320.714 1077 1 0 31.2178 35.65 -176.216 + 15 4.36486 1076 1 0 31.466 35.45 -176.155 + 15 373.259 578 0 1 -64.3651 21.7982 -204.451 + 15 253.523 1008 0 0 -64.3243 21.8169 -205.85 + 15 80.0056 854 2 1 -9.20655 130.982 -144.85 + 15 766.202 576 7 1 -64.8175 22.3131 5.55 + 15 118.43 1008 7 0 -64.6098 21.8144 4.14993 + 15 30.5862 1009 7 0 -64.6887 21.8505 3.79483 + 15 78.1651 988 7 0 -72.4101 17.7832 3.75 + 15 85.7795 987 7 0 -72.3381 17.6496 3.82523 + 15 62.4345 986 7 0 -72.2735 17.4494 3.77261 + 15 158.018 859 7 0 -126.484 -8.15911 3.75 + 15 505.143 1012 8 0 -64.675 22.45 34.1363 + 15 367.911 578 7 1 -64.4106 22.5868 5.55 + 15 518.197 1012 7 0 -64.4163 22.6165 4.15 + 15 114.287 577 6 1 -64.507 23.1833 -24.45 + 15 219.93 1015 6 0 -64.4973 23.2223 -25.85 + 15 99.1771 579 5 1 -64.1629 24.0986 -54.45 + 15 135.326 1020 5 0 -64.137 24.1083 -55.85 + 15 569.228 582 4 1 -63.5518 24.3712 -84.45 + 15 181.537 1021 4 0 -63.5774 24.3585 -85.85 + 15 259.592 579 3 1 -64.0784 24.0501 -114.45 + 15 142.32 1020 3 0 -64.1289 24.064 -115.85 + 15 107.283 573 2 1 -65.2532 24.3561 -144.45 + 15 122.099 1021 2 0 -65.2743 24.3481 -145.85 + 15 154.496 571 1 1 -65.757 24.1528 -174.45 + 15 126.244 1020 1 0 -65.801 24.1401 -175.85 + 15 119.028 566 0 1 -66.6535 23.8252 -204.45 + 15 173.643 1018 0 0 -66.6873 23.8004 -205.85 + 15 301.955 1024 1 0 -65.0327 25.0028 -175.85 + 15 139.181 1025 1 0 -64.957 25.05 -175.892 + 15 70.8235 1024 4 0 -63.4815 24.9715 -85.8504 + 15 62.3341 1025 4 0 -63.4955 25.05 -86.0417 + 15 126.463 1229 4 0 -66.7581 65.9483 -86.2498 + 15 300.077 1230 4 0 -66.7999 66.0502 -86.1949 + 15 71.707 581 4 1 -63.65 24.4333 -84.6044 + 15 83.2581 1043 1 0 -4.54951 28.657 -175.85 + 15 431.921 577 7 1 -64.45 22.6023 5.15083 + 15 357.897 1013 7 0 -64.5465 22.6796 4.14997 + 15 229.811 1021 7 0 -111.731 24.2936 3.75 + 15 60.4904 333 7 1 -113.389 24.2384 5.15043 + 15 82.0314 332 7 1 -113.55 24.2296 5.29872 + 15 26.4999 331 7 1 -113.75 24.2216 5.48547 + 15 187.916 960 8 0 -132.724 12.2457 33.75 + 15 24.7803 232 8 1 -133.689 11.5416 35.1504 + 15 73.4074 231 8 1 -133.75 11.4992 35.24 + 15 25.0224 230 8 1 -133.95 11.4133 35.4703 + 15 7.61855 1076 9 0 -171.634 35.4257 63.75 + 15 131.555 1077 9 0 -171.671 35.4501 63.7789 + 15 24.1403 1078 9 0 -171.986 35.65 64.087 + 15 4.5699 36 9 1 -172.938 36.302 65.1508 + 15 97.9609 35 9 1 -172.95 36.3107 65.1645 + 15 83.51 34 9 1 -173.15 36.4772 65.3798 + 15 61.6637 33 9 1 -173.35 36.5992 65.5427 + 15 96.0782 32 9 1 -173.55 36.7308 65.4808 + 15 82.6077 31 9 1 -173.75 36.9349 65.3114 + 15 9.70145 30 9 1 -173.95 37.1456 65.166 + 15 76.4896 1092 9 0 -175.281 38.4728 64.1498 + 15 123.85 1093 9 0 -175.458 38.6503 64.0388 + 15 86.1264 1094 9 0 -175.553 38.85 63.9612 + 15 94.2887 1095 9 0 -175.634 39.0502 63.9006 + 15 55.8599 1096 9 0 -175.691 39.25 63.84 + 15 9.19785 1097 9 0 -175.73 39.45 63.7624 + 15 97.5085 585 6 1 -62.9785 16.7528 -24.45 + 15 35.6618 586 6 1 -62.85 16.8838 -24.7437 + 15 6.0744 986 6 0 -62.3357 17.4377 -25.85 + 15 135.689 987 6 0 -62.324 17.45 -25.8746 + 15 0.627115 988 6 0 -62.1329 17.65 -26.2474 + 15 74.807 1186 6 0 -44.9128 57.306 -26.2494 + 15 45.3923 1187 6 0 -44.8238 57.45 -26.0402 + 15 5.68379 677 6 1 -44.4576 57.8733 -24.85 + 15 86.4869 678 6 1 -44.45 57.8817 -24.8245 + 15 210.771 577 8 1 -64.6486 22.5272 35.55 + 15 124.738 579 7 1 -64.0965 23.2876 5.55 + 15 108.831 1016 7 0 -64.0589 23.2903 4.15 + 15 196.614 583 6 1 -63.3871 23.2214 -24.45 + 15 176.655 584 5 1 -63.1707 23.1332 -54.45 + 15 155.154 1015 5 0 -63.1752 23.0997 -55.85 + 15 139.232 583 4 1 -63.2552 22.4712 -84.45 + 15 346.423 1011 4 0 -63.2461 22.429 -85.85 + 15 139.754 584 3 1 -63.0504 21.4712 -114.45 + 15 117.019 1006 3 0 -63.0876 21.3867 -115.85 + 15 99.1398 581 2 1 -63.7395 19.6141 -144.45 + 15 154.424 997 2 0 -63.7661 19.5474 -145.85 + 15 462.915 578 1 1 -64.297 18.1948 -174.45 + 15 205.703 990 1 0 -64.2518 18.1052 -175.85 + 15 143.067 584 0 1 -63.0739 16.2322 -204.45 + 15 304.837 980 0 0 -63.0552 16.1767 -205.85 + 15 25.9445 1002 4 0 -63.2163 20.4971 -85.85 + 15 142.201 1001 4 0 -63.2195 20.45 -85.8764 + 15 36.3731 1000 4 0 -63.1751 20.2499 -86.1765 + 15 514.981 597 2 1 -60.6382 26.5037 -144.45 + 15 429.639 1032 2 0 -60.5929 26.5858 -145.85 + 15 145.389 603 1 1 -59.4037 27.9449 -174.45 + 15 151.053 1039 1 0 -59.2414 27.8868 -175.851 + 15 106.587 622 0 1 -55.6274 26.3687 -204.45 + 15 183.132 1030 0 0 -55.543 26.191 -205.85 + 15 67.2892 598 2 1 -60.45 26.6717 -144.739 + 15 92.7089 1034 2 0 -59.6137 26.8896 -145.85 + 15 301.998 1033 2 0 -59.4742 26.8499 -145.971 + 15 34.4307 594 2 1 -61.0735 27.3245 -144.85 + 15 91.0995 1035 2 0 -60.2855 27.189 -145.85 + 15 110.222 1036 2 0 -60.2561 27.25 -145.96 + 15 50.5162 662 1 1 -47.6024 45.1084 -174.45 + 15 71.844 663 1 1 -47.45 45.1429 -174.56 + 15 61.0232 664 1 1 -47.2497 45.1769 -174.682 + 15 2.75474 665 1 1 -47.05 45.2088 -174.844 + 15 38.922 1126 1 0 -45.76 45.4223 -175.85 + 15 120.646 1127 1 0 -45.6268 45.45 -175.951 + 15 193.976 752 0 1 -29.4712 48.3144 -204.45 + 15 103.088 751 0 1 -29.65 48.5912 -204.609 + 15 109.323 750 0 1 -29.85 48.8891 -204.775 + 15 418.33 1160 0 0 -32.3426 52.1325 -205.85 + 15 386.669 1161 0 0 -32.4394 52.25 -205.903 + 15 136.673 1162 0 0 -32.6273 52.4501 -206.054 + 15 35.7655 1163 0 0 -32.7665 52.6504 -206.217 + 15 371.806 1229 0 0 43.4547 66.0174 -206.25 + 15 475.87 1228 0 0 44.3121 65.85 -206.049 + 15 26.7999 1227 0 0 44.7171 65.65 -206.216 + 15 80.9905 1159 0 0 -32.6928 52.0499 -206.105 + 15 185.302 1149 0 0 -29.0852 49.9825 -205.85 + 15 71.9865 575 8 1 -64.85 22.8194 35.2225 + 15 18.2374 1031 8 0 -67.2992 26.3933 34.15 + 15 100.159 1032 8 0 -67.343 26.45 34.1325 + 15 90.852 1033 8 0 -67.4933 26.6505 34.0588 + 15 70.5796 1034 8 0 -67.6451 26.8505 33.9902 + 15 80.5581 1035 8 0 -67.7712 27.0501 33.9624 + 15 64.7399 1036 8 0 -67.9145 27.25 33.9215 + 15 103.216 1037 8 0 -68.1049 27.4508 33.8907 + 15 93.5457 1038 8 0 -68.2908 27.65 33.9374 + 15 73.9559 1039 8 0 -68.4747 27.85 34.0326 + 15 69.1964 548 8 1 -70.3059 29.4514 35.15 + 15 97.7332 547 8 1 -70.45 29.5693 35.2375 + 15 128.196 546 8 1 -70.6503 29.7557 35.4464 + 15 27.7134 545 8 1 -70.9586 29.8689 35.55 + 15 69.5833 544 8 1 -71.0501 29.8192 35.5144 + 15 46.7905 543 8 1 -71.25 29.7125 35.4653 + 15 79.0471 542 8 1 -71.45 29.5848 35.4255 + 15 133.041 541 8 1 -71.6501 29.3554 35.4046 + 15 92.9204 540 8 1 -71.85 29.0992 35.4169 + 15 27.8831 539 8 1 -72.05 29.0045 35.4868 + 15 1.92371 1006 8 0 -83.8821 21.45 33.868 + 15 50.4919 1007 8 0 -84.7286 21.45 33.9302 + 15 533.914 576 6 1 -64.6869 22.6431 -24.45 + 15 732.601 1012 6 0 -64.6806 22.646 -25.85 + 15 606.551 577 5 1 -64.5484 22.6954 -54.45 + 15 230.133 1013 5 0 -64.5403 22.6962 -55.85 + 15 96.9222 578 4 1 -64.3731 22.7127 -84.45 + 15 123.255 1013 4 0 -64.3649 22.7148 -85.85 + 15 121.624 1013 3 0 -64.1926 22.7577 -115.85 + 15 126.285 580 2 1 -64.0123 22.8594 -144.45 + 15 225.145 1014 2 0 -64.0037 22.863 -145.85 + 15 296.809 581 1 1 -63.8424 22.9377 -174.45 + 15 543.512 1014 1 0 -63.8356 22.9461 -175.85 + 15 113.161 581 0 1 -63.7015 23.1286 -204.45 + 15 255.788 1015 0 0 -63.6923 23.1313 -205.85 + 15 158.028 792 0 0 -58.3582 -21.4995 -206.249 + 15 260.008 791 0 0 -58.4834 -21.6502 -205.94 + 15 67.4178 801 0 1 -19.65 -68.5604 -204.515 + 15 114.965 994 3 1 18.9694 121.49 -114.85 + 15 197.076 993 3 1 18.85 121.605 -114.66 + 15 13.1239 687 2 0 -83.9778 -42.45 -145.996 + 15 441.95 478 2 1 -84.3573 -43.0339 -144.85 + 15 219.833 477 2 1 -84.4503 -43.1594 -144.719 + 15 1.28834 476 2 1 -84.65 -43.3187 -144.451 + 15 181.304 684 2 0 -84.8264 -43.1805 -145.85 + 15 362.589 594 0 0 103.234 -61.0729 -206.25 + 15 270.323 595 0 0 103.233 -61.05 -206.188 + 15 89.1279 596 0 0 103.177 -60.85 -206.067 + 15 61.6919 695 0 0 -148.785 -40.85 -206.148 + 15 67.776 694 0 0 -149.052 -41.0501 -206.066 + 15 198.907 607 0 1 -58.6262 24.1586 -204.45 + 15 126.864 1020 0 0 -58.4529 24.0726 -205.85 + 15 3.76893 1013 6 0 -64.6749 22.6523 -25.85 + 15 185.953 571 5 1 -65.7525 22.4816 -54.45 + 15 398.344 1012 5 0 -65.8437 22.4772 -55.85 + 15 145.338 561 4 1 -67.7469 22.2543 -84.45 + 15 65.5899 552 3 1 -69.6355 22.5993 -114.45 + 15 123.568 551 3 1 -69.65 22.6025 -114.633 + 15 151.776 1012 3 0 -69.7358 22.6196 -115.85 + 15 126.736 541 2 1 -71.7823 22.8371 -144.45 + 15 116.279 535 1 1 -72.9828 23.4752 -174.45 + 15 185.349 1017 1 0 -73.123 23.5126 -175.85 + 15 102.36 520 0 1 -75.9594 24.2869 -204.45 + 15 124.102 1021 0 0 -76.1099 24.2949 -205.85 + 15 49.1123 537 2 1 -72.5832 23.458 -144.45 + 15 25.508 536 2 1 -72.6501 23.0352 -144.807 + 15 82.8572 355 2 1 -108.986 -32.3822 -144.85 + 15 22.9325 660 2 0 -113.672 -47.85 -146.029 + 15 278.525 526 1 1 -74.7623 22.6572 -174.45 + 15 318.005 1012 1 0 -74.9364 22.5763 -175.85 + 15 100.567 507 0 1 -78.6264 21.0681 -204.45 + 15 41.603 506 0 1 -78.65 21.0502 -204.683 + 15 193.248 1004 0 0 -78.7868 20.9465 -205.85 + 15 234.992 576 5 1 -64.8332 22.5634 -54.45 + 15 2.0108 575 5 1 -64.85 22.564 -54.8407 + 15 245.902 569 4 1 -66.0765 22.8186 -84.4504 + 15 139.962 1014 4 0 -66.332 22.9538 -85.85 + 15 125.527 542 3 1 -71.4675 25.7148 -114.45 + 15 137.517 1028 3 0 -71.8685 25.7493 -115.85 + 15 127.784 501 2 1 -79.7051 26.646 -144.45 + 15 116.965 469 1 1 -86.1204 27.5437 -174.45 + 15 119.529 1037 1 0 -86.3207 27.5826 -175.85 + 15 152.212 448 0 1 -90.4175 28.8626 -204.45 + 15 122.793 1044 0 0 -90.7216 28.9903 -205.85 + 15 336.337 896 10 0 -133.981 -0.662778 93.75 + 15 60.5828 577 1 1 -64.65 22.541 -174.684 + 15 99.9962 1011 1 0 -64.0974 22.4251 -175.85 + 15 7.2154 651 0 1 -49.6665 16.797 -204.45 + 15 81.4961 652 0 1 -49.6499 16.7888 -204.466 + 15 79.4733 653 0 1 -49.45 16.7072 -204.659 + 15 41.4437 981 0 0 -48.241 16.2784 -205.85 + 15 107.176 839 0 1 -12.1496 -61.0001 -204.85 + 15 126.99 579 0 1 -64.1483 22.8642 -204.45 + 15 88.2626 1014 0 0 -64.2055 23.014 -205.85 + 15 114.326 575 1 1 -64.85 22.5994 -174.529 + 15 135.924 574 1 1 -65.05 22.581 -174.599 + 15 112.893 584 6 1 -63.1518 22.2583 -24.45 + 15 136.131 597 5 1 -60.6229 21.5332 -54.45 + 15 111.711 1007 5 0 -60.493 21.4981 -55.85 + 15 291.951 611 4 1 -57.8157 20.9463 -84.45 + 15 49.2275 1004 4 0 -57.5997 20.8535 -85.85 + 15 239.662 1003 4 0 -57.5917 20.85 -85.9011 + 15 73.3747 635 3 1 -52.9234 19.017 -114.45 + 15 22.7455 636 3 1 -52.85 19.0072 -114.771 + 15 350.025 994 3 0 -52.5968 18.9745 -115.85 + 15 145.181 670 2 1 -45.9548 18.4275 -144.45 + 15 112.148 991 2 0 -45.6682 18.3714 -145.85 + 15 158.879 698 1 1 -40.3836 16.9559 -174.45 + 15 124.383 983 1 0 -40.21 16.8356 -175.85 + 15 277.297 718 0 1 -36.3955 14.5074 -204.45 + 15 132.887 971 0 0 -36.1711 14.3602 -205.85 + 15 149.095 290 4 1 -121.95 87.4752 -84.7224 + 15 150.309 1005 4 0 -57.7511 21.1127 -85.8506 + 15 112.408 1079 4 0 -52.2532 35.909 -86.2499 + 15 16.4418 1080 4 0 -52.2078 36.0504 -85.9156 + 15 52.6802 640 4 1 -51.9632 36.6717 -84.85 + 15 65.032 641 4 1 -51.8494 36.7338 -84.6862 + 15 16.2413 642 4 1 -51.65 36.787 -84.4909 + 15 76.4429 1002 2 0 -55.6713 20.4843 -145.85 + 15 94.7439 684 1 1 -43.2255 22.1063 -174.45 + 15 44.395 685 1 1 -43.0493 22.2771 -174.741 + 15 124.349 933 1 0 -44.7741 6.82402 -176.25 + 15 144.98 932 1 0 -44.9887 6.65 -176.097 + 15 122.564 931 1 0 -45.4635 6.44984 -175.975 + 15 152.069 930 1 0 -45.8088 6.24965 -175.997 + 15 127.804 967 1 0 -96.2113 13.496 -176.25 + 15 0.393325 416 1 1 -96.9484 13.6293 -174.85 + 15 301.966 415 1 1 -96.95 13.6295 -174.847 + 15 72.4267 974 1 0 -97.0491 14.9454 -175.85 + 15 87.9034 975 1 0 -97.0202 15.0501 -175.933 + 15 43.0014 976 1 0 -96.9426 15.25 -175.924 + 15 16.8282 411 1 1 -97.9223 16.5461 -174.85 + 15 11.0543 410 1 1 -97.9502 16.577 -174.841 + 15 254.94 986 1 0 -100.402 17.387 -175.85 + 15 34.848 1014 7 0 -64.9001 22.85 3.83741 + 15 53.5946 486 0 1 -82.7274 104.302 -204.85 + 15 185.012 485 0 1 -82.85 104.476 -204.621 + 15 114.471 580 4 1 -64.0087 22.2684 -84.45 + 15 138.944 1010 4 0 -63.9913 22.1629 -85.85 + 15 114.354 583 3 1 -63.3468 19.7303 -114.45 + 15 139.208 997 3 0 -63.3483 19.598 -115.85 + 15 111.096 583 2 1 -63.3664 16.989 -144.45 + 15 69.426 984 2 0 -63.3884 16.8741 -145.85 + 15 134.331 983 2 0 -63.393 16.85 -146.145 + 15 122.54 971 1 0 -63.8358 14.4486 -175.85 + 15 119.542 957 0 0 -64.5523 11.549 -205.85 + 15 159.876 1103 2 0 27.815 40.8107 -146.25 + 15 227.743 1102 2 0 28.016 40.65 -146.006 + 15 209.606 1021 5 0 -64.0148 24.3097 -55.8501 + 15 91.4282 1022 5 0 -63.9219 24.4508 -55.9916 + 15 60.8624 1023 5 0 -63.8856 24.6501 -56.0554 + 15 48.6425 1024 5 0 -63.8467 24.8502 -56.117 + 15 184.304 1011 5 0 -64.5902 22.3075 -55.85 + 15 93.8025 1008 4 0 -66.1703 21.6749 -85.85 + 15 39.16 1007 4 0 -66.1755 21.65 -86.1267 + 15 172.598 567 3 1 -66.5603 19.0185 -114.45 + 15 124.18 560 2 1 -67.8837 16.9819 -144.45 + 15 169.729 553 1 1 -69.4005 13.8612 -174.45 + 15 181.829 968 1 0 -69.4661 13.7178 -175.85 + 15 129.722 546 0 1 -70.7073 11.0004 -204.45 + 15 138.411 954 0 0 -70.6994 10.9006 -205.85 + 15 68.5081 628 4 1 -54.3594 21.7282 -84.45 + 15 110.371 629 4 1 -54.25 21.6022 -84.598 + 15 23.7591 708 3 1 -38.3026 -1.16177 -114.45 + 15 108.169 709 3 1 -38.25 -1.13213 -114.47 + 15 223.917 995 4 0 -44.1324 19.1814 -86.25 + 15 192.69 996 4 0 -44.1939 19.2501 -86.1542 + 15 71.6079 667 4 1 -46.5139 19.1567 -84.85 + 15 79.1837 666 4 1 -46.6505 19.1493 -84.7357 + 15 58.0566 665 4 1 -46.85 19.1301 -84.6449 + 15 50.5058 664 4 1 -47.05 19.077 -84.5842 + 15 109.489 663 4 1 -47.251 19.0304 -84.6074 + 15 52.2035 662 4 1 -47.45 18.9839 -84.6755 + 15 60.0693 661 4 1 -47.65 18.9243 -84.7397 + 15 58.266 660 4 1 -47.85 18.8247 -84.7806 + 15 23.3976 659 4 1 -48.05 18.7772 -84.827 + 15 45.8899 990 4 0 -50.5767 18.0836 -85.85 + 15 82.9486 989 4 0 -50.6976 18.0497 -85.9018 + 15 84.8406 988 4 0 -50.9747 17.85 -85.9556 + 15 136.947 987 4 0 -51.1637 17.65 -85.9035 + 15 62.932 986 4 0 -51.508 17.45 -85.9899 + 15 62.4726 985 4 0 -51.6483 17.25 -86.0332 + 15 63.7244 984 4 0 -51.7224 17.0498 -86.0335 + 15 196.171 983 4 0 -51.8626 16.85 -86.0818 + 15 18.4801 982 4 0 -52.443 16.65 -85.902 + 15 255.699 634 4 1 -53.1323 15.8394 -84.85 + 15 273.38 633 4 1 -53.25 15.4347 -84.6091 + 15 59.5713 973 4 0 -54.1126 14.7429 -85.8501 + 15 236.358 972 4 0 -54.2089 14.65 -85.8848 +Number of digits in this event = 164 +Using G4ParticleGun ... +5.54675 LIN gamma Event: 16 -Number of tracker hits in this event = 36 - 16 254.227 745 5 1 -31.022 -52.4273 -54.45 - 16 244.161 638 5 0 -31.0211 -52.4256 -55.85 - 16 97.8339 745 4 1 -31.0045 -52.3795 -84.45 - 16 115.288 638 4 0 -31.0007 -52.3678 -85.85 - 16 162.977 745 3 1 -30.9209 -52.0759 -114.45 - 16 317.603 639 3 0 -30.8907 -52.0804 -115.85 - 16 106.221 749 2 1 -30.1726 -52.1982 -144.45 - 16 134.359 639 2 0 -30.142 -52.2019 -145.85 - 16 268.572 752 1 1 -29.4719 -52.257 -174.45 - 16 154.116 638 1 0 -29.4372 -52.2568 -175.85 - 16 232.517 756 0 1 -28.7668 -52.168 -204.45 - 16 112.464 639 0 0 -28.7478 -52.1586 -205.85 - 16 121.268 637 1 0 -29.3952 -52.5066 -175.85 - 16 131.762 613 0 0 -28.7977 -57.2925 -205.851 - 16 200.285 638 3 0 -30.4138 -52.25 -115.969 - 16 70.3544 101 7 0 81.9175 -159.846 3.75 - 16 120.725 100 7 0 81.993 -159.95 3.83887 - 16 106.711 99 7 0 82.2288 -160.15 3.90423 - 16 103.571 98 7 0 82.3109 -160.35 3.89987 - 16 5.10422 97 7 0 82.3114 -160.55 3.76686 - 16 111.76 741 4 1 -31.6949 -51.6625 -84.45 - 16 103.092 641 4 0 -31.5644 -51.7517 -85.85 - 16 101.151 755 3 1 -28.9767 -53.4645 -114.45 - 16 94.8302 633 3 0 -28.8435 -53.4422 -115.85 - 16 18.0974 768 2 1 -26.2561 -52.7625 -144.45 - 16 241.462 769 2 1 -26.25 -52.7614 -144.508 - 16 158.425 636 2 0 -26.105 -52.7305 -145.85 - 16 115.38 785 1 1 -23.0401 -51.7892 -174.45 - 16 145.44 641 1 0 -22.8864 -51.7143 -175.85 - 16 116.142 801 0 1 -19.8413 -50.3159 -204.45 - 16 107.916 649 0 0 -19.7027 -50.1977 -205.85 - 16 55.2523 635 2 0 -26.1399 -52.85 -146.061 - 16 86.6643 634 2 0 -26.1458 -53.05 -146.025 - 16 50.0833 633 2 0 -26.1097 -53.2501 -145.922 - 16 103.63 771 2 1 -25.7352 -53.7111 -144.85 - 16 86.0978 772 2 1 -25.65 -53.7064 -144.664 -Number of digits in this event = 19 +Number of tracker hits in this event = 2 + 16 127.834 1245 3 0 -84.9735 69.2173 -116.25 + 16 73.6862 1246 3 0 -85.0869 69.25 -116.093 +Number of digits in this event = 4 Using G4ParticleGun ... -9.06226 LIN +9.81507 LIN gamma Event: 17 -Number of tracker hits in this event = 73 - 17 669.249 681 11 1 -43.6526 40.9846 125.55 - 17 319.19 1104 11 0 -43.6519 40.9848 124.15 - 17 118.665 682 10 1 -43.6349 40.9884 95.55 - 17 336.612 1104 10 0 -43.634 40.9889 94.15 - 17 122.716 682 9 1 -43.6157 40.9942 65.55 - 17 247.795 1104 9 0 -43.6159 40.9948 64.15 - 17 105.108 682 8 1 -43.6218 41.0042 35.55 - 17 113.68 1104 8 0 -43.6233 41.0053 34.15 - 17 99.915 681 7 1 -43.6575 41.0301 5.55 - 17 151.038 1104 7 0 -43.6588 41.0306 4.15 - 17 105.168 681 6 1 -43.6847 41.0406 -24.45 - 17 291.921 1104 6 0 -43.6864 41.0429 -25.85 - 17 117.477 681 5 1 -43.7314 41.1028 -54.45 - 17 346.289 1105 5 0 -43.7326 41.1085 -55.85 - 17 137.429 681 4 1 -43.7752 41.2172 -84.45 - 17 122.258 1105 4 0 -43.7746 41.2282 -85.85 - 17 116.304 681 3 1 -43.7459 41.4263 -114.45 - 17 123.537 1106 3 0 -43.7416 41.4445 -115.85 - 17 137.785 681 2 1 -43.6735 41.7908 -144.45 - 17 122.328 1108 2 0 -43.665 41.8081 -145.85 - 17 179.698 682 1 1 -43.5273 42.1219 -174.45 - 17 242.113 1110 1 0 -43.5268 42.1528 -175.85 - 17 439.517 682 0 1 -43.6489 42.9619 -204.45 - 17 399.939 681 0 1 -43.65 42.9626 -204.513 - 17 279.105 1114 0 0 -43.6759 42.9759 -205.85 - 17 261.579 1108 0 0 -43.6496 41.8163 -205.851 - 17 228.695 799 2 0 -76.1582 -20.0648 -146.25 - 17 92.0982 800 2 0 -76.4687 -20.05 -146.083 - 17 103.901 1205 9 0 -31.714 61.1718 63.75 - 17 207.217 1204 9 0 -31.5505 61.05 63.8486 - 17 266.954 1105 10 0 -43.5567 41.0503 94.0256 - 17 170.66 681 10 1 -43.7355 40.9872 95.55 - 17 186.602 680 9 1 -44.0179 40.9714 65.55 - 17 124.837 679 8 1 -44.2093 40.7063 35.55 - 17 253.897 1103 8 0 -44.2264 40.6925 34.15 - 17 110.502 677 7 1 -44.5839 40.4491 5.55 - 17 205.632 1101 7 0 -44.6276 40.4308 4.15 - 17 102.687 672 6 1 -45.5846 40.0186 -24.45 - 17 137.982 1099 6 0 -45.6363 40.0121 -25.85 - 17 129.282 666 5 1 -46.7258 39.8992 -54.45 - 17 148.689 1099 5 0 -46.7568 39.9098 -55.85 - 17 124.836 663 4 1 -47.344 40.212 -84.45 - 17 113.347 1100 4 0 -47.3856 40.2316 -85.85 - 17 127.289 658 3 1 -48.2591 40.5997 -114.45 - 17 118.329 1102 3 0 -48.3101 40.6351 -115.85 - 17 198.552 653 2 1 -49.3841 41.3508 -144.45 - 17 130.947 1106 2 0 -49.4368 41.387 -145.85 - 17 116.341 647 1 1 -50.5978 42.1072 -174.45 - 17 98.7823 639 0 1 -52.1524 42.8538 -204.45 - 17 71.0553 630 0 1 -53.915 70.6371 -204.85 - 17 195.22 736 2 1 -32.7224 -22.7735 -144.45 - 17 120.085 1102 8 0 -44.2763 40.65 33.7874 - 17 171.302 1303 1 1 80.7288 7.31808 -174.45 - 17 77.6628 1304 1 1 80.85 7.36133 -174.484 - 17 126.453 1305 1 1 81.05 7.46253 -174.474 - 17 124.458 1306 1 1 81.2502 7.55928 -174.46 - 17 204.002 1307 1 1 81.45 7.49441 -174.596 - 17 59.7384 1308 1 1 81.65 7.39882 -174.637 - 17 120.167 1102 11 0 -43.5951 40.5332 124.15 - 17 180.706 1101 11 0 -43.5864 40.4497 123.958 - 17 72.9162 678 10 1 -44.3636 22.1683 95.5499 - 17 60.8414 677 10 1 -44.4501 22.0963 95.3759 - 17 131.945 1008 10 0 -44.6322 21.8045 94.1496 - 17 119.475 660 10 1 -47.9512 27.9507 95.55 - 17 86.4345 1037 10 0 -47.6919 27.5012 94.1498 - 17 77.0186 1036 10 0 -47.6617 27.4495 94.0153 - 17 72.5405 779 10 0 -41.1525 -24.1122 93.7501 - 17 63.6205 778 10 0 -41.151 -24.2504 93.843 - 17 88.1811 777 10 0 -41.161 -24.45 93.9542 - 17 145.977 696 10 1 -40.8171 -25.2571 95.15 - 17 43.4024 697 10 1 -40.65 -25.6312 95.5057 - 17 142.207 695 10 1 -40.9062 -25.9617 95.5498 - 17 128.849 770 10 0 -40.5544 -26.0059 94.15 -Number of digits in this event = 50 -Using G4ParticleGun ... -3.44679 LIN +Number of tracker hits in this event = 4 + 17 307.406 687 2 0 -7.14077 -42.45 -146.247 + 17 165.402 667 13 0 -174.066 -46.45 183.757 + 17 129.384 25 13 1 -174.982 -46.0676 185.15 + 17 184.777 24 13 1 -175.15 -45.9639 185.239 +Number of digits in this event = 5 +Using G4ParticleGun ... +2.05639 LIN gamma Event: 18 -Number of tracker hits in this event = 86 - 18 239.973 1490 7 1 118.322 1.89725 5.55 - 18 233.377 909 7 0 118.321 1.89818 4.15 - 18 532.446 1490 6 1 118.309 1.90812 -24.45 - 18 227.01 909 6 0 118.309 1.90745 -25.85 - 18 431.238 1490 5 1 118.305 1.90205 -54.45 - 18 618.896 909 5 0 118.301 1.90576 -55.85 - 18 215.303 1490 4 1 118.204 1.99694 -84.45 - 18 110.265 909 4 0 118.194 1.99849 -85.85 - 18 129.943 1489 3 1 117.991 2.0181 -114.45 - 18 266.975 909 3 0 117.983 2.01667 -115.85 - 18 205.991 1488 2 1 117.818 1.98641 -144.45 - 18 95.0945 909 2 0 117.806 1.98368 -145.85 - 18 163.838 1487 1 1 117.56 1.93021 -174.45 - 18 133.982 909 1 0 117.545 1.93179 -175.85 - 18 108.502 1485 0 1 117.261 1.98342 -204.45 - 18 116.297 909 0 0 117.247 1.9853 -205.85 - 18 28.6095 1367 0 0 -74.9362 93.5561 -206.25 - 18 66.7968 1180 2 0 -163.508 56.05 -146.186 - 18 41.3231 610 4 0 51.1643 -57.9446 -86.25 - 18 425.109 609 4 0 51.0993 -58.05 -86.1086 - 18 125.785 1153 4 1 50.8444 -58.8384 -84.8497 - 18 56.4843 1489 6 1 118.15 1.74417 -24.6008 - 18 276.507 1491 5 1 118.35 1.86642 -54.631 - 18 127.351 1511 4 1 122.394 2.32276 -84.451 - 18 165.322 908 4 0 122.813 1.82004 -85.85 - 18 138.641 1555 3 1 131.305 -7.37614 -114.451 - 18 5.21224 1554 3 1 131.15 -7.35793 -114.829 - 18 69.0701 863 3 0 130.789 -7.4176 -115.85 - 18 42.1927 862 3 0 130.737 -7.45 -116.109 - 18 47.1668 1533 2 1 126.875 -12.7891 -144.45 - 18 76.5048 1532 2 1 126.75 -12.8765 -144.606 - 18 67.7084 1531 2 1 126.55 -13.008 -144.761 - 18 7.12419 1530 2 1 126.35 -13.1613 -144.842 - 18 24.6098 829 2 0 123.988 -14.2111 -145.85 - 18 202.496 828 2 0 123.906 -14.25 -145.896 - 18 99.8127 937 2 0 -14.6817 7.50755 -146.25 - 18 91.8836 938 2 0 -14.9667 7.65013 -146.043 - 18 138.962 820 2 1 -15.8886 8.48116 -144.85 - 18 123.601 819 2 1 -16.1467 8.68976 -144.45 - 18 67.3327 943 2 0 -16.1371 8.79541 -145.85 - 18 56.8926 944 2 0 -16.1393 8.85 -146.059 - 18 28.2133 1110 2 0 5.78104 42.1832 -146.25 - 18 84.8463 1111 2 0 5.81849 42.25 -146.197 - 18 248.736 1112 2 0 5.97563 42.45 -145.988 - 18 72.4019 1113 2 0 6.46777 42.65 -145.921 - 18 230.078 934 2 1 7.02351 44.4584 -144.85 - 18 196.754 935 2 1 7.05009 44.847 -144.803 - 18 267.089 1495 4 1 119.187 3.19715 -84.4508 - 18 151.041 917 4 0 119.237 3.48728 -85.8501 - 18 151.992 1494 3 1 119.046 9.35745 -114.45 - 18 59.3157 950 3 0 119.19 10.1498 -115.85 - 18 63.7313 951 3 0 119.214 10.25 -116.034 - 18 64.0994 1519 2 1 124.078 25.7977 -144.45 - 18 94.6449 1520 2 1 124.15 25.9452 -144.585 - 18 162.529 1036 2 0 124.759 27.2981 -145.85 - 18 115.178 1037 2 0 124.819 27.45 -145.998 - 18 8.49107 1038 2 0 124.867 27.6509 -146.213 - 18 170.499 1514 1 1 123.062 52.5859 -174.45 - 18 15.3614 1153 1 0 123.08 50.7017 -175.85 - 18 50.3327 1152 1 0 123.079 50.65 -175.884 - 18 61.8064 1151 1 0 123.082 50.4499 -176.023 - 18 70.6014 1150 1 0 123.079 50.25 -176.154 - 18 81.8717 677 1 0 146.5 -44.456 -176.25 - 18 123.208 676 1 0 146.598 -44.65 -176.141 - 18 62.269 675 1 0 146.691 -44.8502 -176.045 - 18 60.8416 674 1 0 146.761 -45.0501 -175.984 - 18 105.678 673 1 0 146.837 -45.25 -175.919 - 18 89.4572 1638 1 1 147.875 -48.0974 -174.85 - 18 119.24 1639 1 1 147.95 -48.2569 -174.781 - 18 224.634 1640 1 1 148.15 -48.6778 -174.655 - 18 225.001 1641 1 1 148.35 -49.1846 -174.76 - 18 29.8064 646 1 0 148.861 -50.7734 -175.85 - 18 102.52 645 1 0 148.895 -50.85 -175.91 - 18 41.6939 644 1 0 149.019 -51.05 -176.103 - 18 222.026 910 4 0 118.158 2.06777 -85.85 - 18 108.917 1490 3 1 118.19 2.21374 -114.45 - 18 125.516 910 3 0 118.187 2.22166 -115.85 - 18 114.316 1489 2 1 118.132 2.32465 -144.45 - 18 115.248 911 2 0 118.125 2.32945 -145.85 - 18 136.757 1489 1 1 118.041 2.46279 -174.45 - 18 111.084 912 1 0 118.029 2.47657 -175.85 - 18 107.402 1488 0 1 117.763 2.82716 -204.45 - 18 118.423 913 0 0 117.746 2.81617 -205.85 - 18 121.965 737 0 0 81.7103 -32.45 -206.211 - 18 99.8581 1491 12 1 118.471 -38.9248 155.15 - 18 40.1891 910 1 0 118.876 2.17527 -175.85 -Number of digits in this event = 38 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -4.07364 LIN +4.77283 LIN gamma Event: 19 -Number of tracker hits in this event = 25 - 19 215.712 603 5 1 -59.3484 126.277 -54.45 - 19 210.367 1530 5 0 -59.3689 126.255 -55.85 - 19 311.278 601 4 1 -59.8346 125.92 -84.45 - 19 126.347 1528 4 0 -59.8338 125.911 -85.85 - 19 98.6617 600 3 1 -59.8567 125.721 -114.45 - 19 124.879 1527 3 0 -59.8427 125.702 -115.85 - 19 147.207 602 2 1 -59.604 125.347 -144.45 - 19 156.484 1525 2 0 -59.6168 125.337 -145.85 - 19 192.465 600 1 1 -59.9216 125.106 -174.45 - 19 198.522 1524 1 0 -59.953 125.084 -175.85 - 19 146.797 597 0 1 -60.4615 124.628 -204.45 - 19 153.254 1522 0 0 -60.5151 124.617 -205.85 - 19 220.874 1429 2 0 -33.4343 106.126 -146.25 - 19 153.168 603 4 1 -59.387 126.287 -84.45 - 19 107.668 1530 4 0 -59.3864 126.29 -85.85 - 19 103.949 603 3 1 -59.3731 126.347 -114.45 - 19 99.2047 1531 3 0 -59.3714 126.351 -115.85 - 19 110.889 603 2 1 -59.3492 126.434 -144.45 - 19 122.166 1531 2 0 -59.3501 126.437 -145.85 - 19 175.131 603 1 1 -59.364 126.49 -174.45 - 19 134.187 1531 1 0 -59.3652 126.496 -175.85 - 19 142.349 603 0 1 -59.3853 126.607 -204.45 - 19 119.733 1532 0 0 -59.3847 126.613 -205.85 - 19 11.2406 1260 1 0 -129.655 72.2266 -176.25 - 19 32.9061 1261 1 0 -129.663 72.25 -176.244 -Number of digits in this event = 19 +Number of tracker hits in this event = 3 + 19 67.5545 391 13 1 -101.848 139.819 185.55 + 19 111.06 392 13 1 -101.75 139.678 185.442 + 19 116.797 1594 13 0 -101.235 139.074 184.149 +Number of digits in this event = 3 Using G4ParticleGun ... -2.57364 LIN +6.18455 LIN gamma Event: 20 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Using G4ParticleGun ... -2.04991 LIN +7.17134 LIN gamma Event: 21 -Number of tracker hits in this event = 107 - 21 376.993 1197 10 1 59.5628 16.0858 95.55 - 21 249.672 980 10 0 59.5715 16.0775 94.15 - 21 153.814 1198 9 1 59.7109 15.9697 65.55 - 21 313.302 979 9 0 59.7406 15.9694 64.15 - 21 120.916 1201 8 1 60.353 15.9283 35.55 - 21 98.3533 979 8 0 60.3766 15.9209 34.15 - 21 147.519 1203 7 1 60.8347 15.7173 5.55 - 21 125.496 978 7 0 60.8597 15.6998 4.15 - 21 146.076 1206 6 1 61.3649 15.2856 -24.45 - 21 41.1994 976 6 0 61.3826 15.2533 -25.85 - 21 64.4469 975 6 0 61.3845 15.25 -25.9924 - 21 207.935 1208 5 1 61.756 14.608 -54.45 - 21 128.906 972 5 0 61.7785 14.5867 -55.85 - 21 152.722 1211 4 1 62.2677 14.0837 -84.45 - 21 125.71 970 4 0 62.3035 14.0679 -85.85 - 21 146.342 1215 3 1 63.0707 13.7707 -114.45 - 21 206.302 968 3 0 63.087 13.7411 -115.85 - 21 122.652 1216 2 1 63.4305 13.1203 -144.45 - 21 242.965 965 2 0 63.4762 13.0888 -145.85 - 21 162.113 1222 1 1 64.4723 12.4032 -174.45 - 21 156.236 961 1 0 64.5092 12.3566 -175.85 - 21 176.964 1226 0 1 65.3787 11.4497 -204.45 - 21 401.26 956 0 0 65.4232 11.4079 -205.85 - 21 155.476 1211 3 1 62.3329 13.4541 -114.45 - 21 42.3462 1210 3 1 62.25 13.5211 -114.703 - 21 143.436 970 3 0 62.046 14.071 -115.85 - 21 66.9221 1178 2 1 55.8444 17.0093 -144.45 - 21 61.5303 1177 2 1 55.65 17.03 -144.586 - 21 80.1349 1176 2 1 55.45 17.0445 -144.702 - 21 7.14238 1175 2 1 55.25 17.0493 -144.835 - 21 197.06 985 2 0 54.1014 17.1527 -145.85 - 21 42.8567 986 2 0 53.5217 17.25 -146.203 - 21 53.5001 955 1 1 11.2272 67.7429 -174.45 - 21 214.475 954 1 1 11.0498 67.7765 -174.564 - 21 4.08522 1232 1 0 9.91516 66.4625 -175.85 - 21 77.0776 1231 1 0 9.90638 66.45 -175.856 - 21 95.7475 1230 1 0 9.80808 66.25 -175.985 - 21 98.8525 1229 1 0 9.72928 66.05 -175.966 - 21 434.521 1228 1 0 9.6352 65.85 -176.081 - 21 86.7107 1212 3 1 62.4502 13.4584 -114.609 - 21 271.251 966 3 0 63.4214 13.3661 -115.85 - 21 94.2867 820 3 0 74.0742 -15.8709 -116.25 - 21 122.298 819 3 0 73.8823 -16.0502 -116.055 - 21 39.8457 818 3 0 73.6548 -16.2504 -115.928 - 21 9.05177 1259 3 1 71.8801 -17.2395 -114.85 - 21 81.2146 1258 3 1 71.85 -17.2651 -114.827 - 21 195.58 1257 3 1 71.65 -17.4052 -114.562 - 21 167.685 815 3 0 71.3471 -16.9595 -115.85 - 21 37.4383 965 3 0 90.246 13.1455 -116.25 - 21 73.3946 967 3 0 90.4903 13.45 -116.089 - 21 141.901 969 3 0 90.9386 13.85 -115.983 - 21 239.215 1360 3 1 92.1654 14.3617 -114.85 - 21 198.19 1361 3 1 92.3507 14.5215 -114.651 - 21 196.491 976 3 0 92.0279 15.3306 -115.85 - 21 143.694 977 3 0 91.9983 15.45 -116.048 - 21 153.058 975 3 0 91.547 15.2497 -116.064 - 21 182.038 974 3 0 91.6616 15.05 -115.972 - 21 234.912 981 9 0 58.8191 16.3224 64.15 - 21 174.37 982 9 0 58.6349 16.45 64.009 - 21 248.446 980 9 0 58.4587 16.2497 64.1103 - 21 115.273 1197 9 1 59.4997 16.1076 65.55 - 21 184.588 1197 8 1 59.5607 16.0874 35.55 - 21 167.423 980 8 0 59.5656 16.0925 34.15 - 21 165.372 1198 7 1 59.6535 16.1949 5.55 - 21 144.642 980 7 0 59.6596 16.193 4.15 - 21 115.463 1199 6 1 59.8971 16.0013 -24.45 - 21 167.131 979 6 0 59.898 16.0125 -25.85 - 21 150.284 1198 5 1 59.7343 16.3473 -54.45 - 21 254.653 981 5 0 59.7272 16.3564 -55.85 - 21 132.065 1197 4 1 59.4786 16.5896 -84.45 - 21 117.369 982 4 0 59.4755 16.627 -85.85 - 21 226.768 1196 3 1 59.3759 17.3988 -114.45 - 21 102.854 986 3 0 59.3662 17.415 -115.85 - 21 421.811 1194 2 1 58.9489 17.8536 -144.45 - 21 145.039 989 2 0 58.9362 17.878 -145.85 - 21 103.189 1193 1 1 58.6871 18.2474 -174.45 - 21 170.988 991 1 0 58.6663 18.2792 -175.85 - 21 100.795 1191 0 1 58.3174 19.0374 -204.45 - 21 100.336 995 0 0 58.3139 19.0854 -205.85 - 21 237.345 979 2 0 60.097 15.9117 -145.85 - 21 55.674 989 3 0 59.4258 17.982 -115.85 - 21 58.6974 990 3 0 59.4335 18.05 -116.059 - 21 275.202 1196 2 1 59.4076 28.0518 -144.45 - 21 346.649 1195 2 1 59.25 28.7151 -144.604 - 21 18.9614 1071 2 0 58.8746 34.3801 -145.85 - 21 47.4794 1072 2 0 58.8729 34.45 -145.865 - 21 71.4691 1073 2 0 58.862 34.65 -145.906 - 21 43.9116 1074 2 0 58.8529 34.85 -145.948 - 21 77.8081 1075 2 0 58.8394 35.05 -145.992 - 21 75.4237 1076 2 0 58.8202 35.2501 -146.045 - 21 53.0503 1077 2 0 58.8109 35.45 -146.095 - 21 62.9139 1078 2 0 58.7975 35.65 -146.147 - 21 59.01 1079 2 0 58.7793 35.85 -146.194 - 21 12.6478 1080 2 0 58.7473 36.0502 -146.24 - 21 128.171 1075 1 1 35.1505 178.74 -174.45 - 21 110.845 1792 1 0 34.94 178.642 -175.85 - 21 74.976 1791 1 0 34.8548 178.55 -176.138 - 21 58.0205 1196 4 1 59.3342 16.6242 -84.4502 - 21 130.512 1195 4 1 59.25 16.7597 -84.5718 - 21 550.152 1194 4 1 59.05 17.0407 -84.8269 - 21 13.7964 992 4 0 58.1722 18.5357 -85.85 - 21 55.418 1190 4 1 58.1688 19.1405 -84.85 - 21 1.32763 999 4 0 60.0489 19.8637 -85.85 - 21 2.19922 1206 4 1 61.3802 22.1551 -84.85 - 21 1.44279 1023 4 0 62.6863 24.7183 -85.85 - 21 4.78223 1213 4 1 62.7323 26.8577 -84.85 - 21 17.7264 1032 4 0 63.624 26.6285 -85.85 -Number of digits in this event = 59 +Number of tracker hits in this event = 7 + 21 302.091 969 1 1 13.9772 15.3371 -174.45 + 21 254.165 976 1 0 13.9772 15.3365 -175.85 + 21 118.756 969 0 1 13.9797 15.3245 -204.45 + 21 151.725 976 0 0 13.9796 15.3239 -205.85 + 21 151.292 998 0 0 26.7138 19.7588 -206.25 + 21 133.205 965 0 1 13.2394 15.5122 -204.45 + 21 132.384 977 0 0 13.1816 15.5367 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -1.60645 LIN +3.34976 LIN gamma Event: 22 -Number of tracker hits in this event = 12 - 22 300.897 652 1 1 -49.5687 -8.0972 -174.45 - 22 262.921 859 1 0 -49.5663 -8.09658 -175.85 - 22 254.874 652 0 1 -49.5297 -8.1157 -204.45 - 22 119.035 859 0 0 -49.5236 -8.11851 -205.85 - 22 39.1024 1174 1 0 -127.638 54.85 -176.193 - 22 281.109 1175 1 0 -127.877 55.05 -176.027 - 22 34.0442 1162 1 0 -22.8223 52.5866 -176.25 - 22 65.2645 1163 1 0 -22.8103 52.65 -176.193 - 22 65.2517 1164 1 0 -22.8115 52.85 -176.167 - 22 66.438 1390 1 0 -23.7621 98.3276 -176.25 - 22 131.694 861 0 0 -49.493 -7.73565 -205.85 - 22 63.6031 1378 1 0 -2.3527 95.75 -176.087 -Number of digits in this event = 6 +Number of tracker hits in this event = 70 + 22 230.642 1220 8 1 64.0685 -74.4612 35.55 + 22 349.911 527 8 0 64.0215 -74.493 34.1494 + 22 64.3302 1213 7 1 62.8353 -75.0415 5.55 + 22 102.607 1214 7 1 62.85 -75.0308 5.40333 + 22 102.622 525 7 0 62.9542 -74.9155 4.15 + 22 113.821 1227 6 1 65.4561 -73.1205 -24.4502 + 22 122.643 535 6 0 65.6449 -72.9281 -25.85 + 22 135.622 1248 5 1 69.7879 -68.4782 -54.45 + 22 2.60746 1249 5 1 69.85 -68.4126 -54.8404 + 22 149.508 559 5 0 70.0206 -68.2494 -55.85 + 22 137.708 1274 4 1 74.9028 -63.217 -84.45 + 22 110.523 585 4 0 75.0992 -62.931 -85.85 + 22 5.63458 586 4 0 75.1468 -62.85 -86.2201 + 22 98.0892 1290 3 1 78.1339 -56.9642 -114.45 + 22 148.514 615 3 0 78.3927 -56.9064 -115.851 + 22 80.3995 1323 2 1 84.7858 -55.712 -144.45 + 22 54.9729 1324 2 1 84.8501 -55.6872 -144.701 + 22 123.306 622 2 0 85.1843 -55.5861 -145.85 + 22 557.858 1362 1 1 92.5742 -53.2446 -174.45 + 22 9.13758 1363 1 1 92.7501 -53.3298 -174.821 + 22 112.302 632 1 0 93.2517 -53.578 -175.85 + 22 35.8035 631 1 0 93.3923 -53.6501 -176.146 + 22 28.9334 1433 0 1 106.875 -61.1489 -204.45 + 22 119.216 1434 0 1 106.95 -61.1785 -204.552 + 22 4.14175 1435 0 1 107.15 -61.262 -204.838 + 22 117.922 592 0 0 107.819 -61.5621 -205.85 + 22 40.3454 591 0 0 107.993 -61.65 -206.12 + 22 9.10471 67 2 0 63.9999 -166.55 -146.068 + 22 633.073 1361 1 1 92.55 -53.2527 -174.463 + 22 107.077 1360 1 1 92.35 -54.5791 -174.558 + 22 106.313 1359 1 1 92.15 -54.7588 -174.521 + 22 316.828 1358 1 1 91.9499 -54.7835 -174.464 + 22 142.428 1342 0 1 88.4816 -35.8002 -204.45 + 22 133.681 722 0 0 88.5924 -35.5198 -205.85 + 22 13.2786 723 0 0 88.6349 -35.45 -206.208 + 22 153.612 1220 7 1 64.0866 -74.4767 5.55 + 22 103.801 527 7 0 64.0873 -74.4807 4.15 + 22 166.114 1220 6 1 64.1178 -74.5598 -24.45 + 22 147.872 527 6 0 64.1196 -74.5646 -25.85 + 22 243.694 1220 5 1 64.155 -74.6737 -54.45 + 22 29.1808 526 5 0 64.1443 -74.6512 -55.85 + 22 137.282 527 5 0 64.1437 -74.65 -55.927 + 22 99.385 1219 4 1 63.9147 -74.1677 -84.45 + 22 115.21 529 4 0 63.8858 -74.1298 -85.85 + 22 123.304 1216 3 1 63.2737 -73.3397 -114.45 + 22 259.687 533 3 0 63.2534 -73.3236 -115.85 + 22 355.235 1214 2 1 62.9621 -73.0576 -144.45 + 22 173.006 535 2 0 62.9934 -73.0388 -145.85 + 22 137.451 1217 1 1 63.5914 -72.6925 -174.45 + 22 102.281 536 1 0 63.62 -72.6995 -175.85 + 22 106.121 1220 0 1 64.1563 -72.8206 -204.45 + 22 93.8166 536 0 0 64.2109 -72.8229 -205.85 + 22 50.9799 145 4 0 158.168 -150.95 -85.8844 + 22 148.877 537 2 0 62.8686 -72.5275 -145.85 + 22 82.7392 538 2 0 62.8919 -72.4498 -146.203 + 22 10.1928 1241 1 1 68.4099 -62.3544 -174.45 + 22 57.1554 1242 1 1 68.45 -62.3563 -174.471 + 22 70.0063 1243 1 1 68.65 -62.362 -174.578 + 22 59.392 1244 1 1 68.85 -62.3723 -174.698 + 22 22.1725 1245 1 1 69.05 -62.3955 -174.801 + 22 300.149 586 1 0 70.8066 -62.7678 -175.85 + 22 7.03187 1213 1 1 62.6589 -68.5456 -174.45 + 22 128.044 1212 1 1 62.65 -68.5444 -174.479 + 22 153.423 558 1 0 62.2998 -68.4159 -175.85 + 22 99.5681 1171 0 1 54.3644 -67.1598 -204.45 + 22 57.7381 1170 0 1 54.25 -67.1775 -204.665 + 22 175.566 563 0 0 53.5866 -67.303 -205.85 + 22 19.6926 616 7 0 53.9129 -56.6911 3.75 + 22 169.768 617 7 0 53.9156 -56.6499 3.80815 + 22 148.139 610 7 0 48.464 -57.9325 3.75011 +Number of digits in this event = 33 Using G4ParticleGun ... -2.42062 LIN +2.72645 LIN gamma Event: 23 -Number of tracker hits in this event = 26 - 23 196.477 650 5 1 -50.0116 12.725 -54.45 - 23 226.498 963 5 0 -50.0139 12.7307 -55.85 - 23 111.46 649 4 1 -50.0675 12.8651 -84.45 - 23 174.284 964 4 0 -50.0705 12.8821 -85.85 - 23 149.57 649 3 1 -50.1436 13.2501 -114.45 - 23 155.739 966 3 0 -50.1465 13.2696 -115.85 - 23 246.209 649 2 1 -50.2137 13.6395 -144.45 - 23 128.363 968 2 0 -50.2091 13.6595 -145.85 - 23 273.009 649 1 1 -50.0939 14.0942 -174.45 - 23 119.127 970 1 0 -50.0892 14.1187 -175.85 - 23 133.402 650 0 1 -50.0006 14.6009 -204.45 - 23 231.521 972 0 0 -49.9896 14.6295 -205.85 - 23 108.789 650 4 1 -50.0129 12.6841 -84.45 - 23 105.947 963 4 0 -50.0132 12.6836 -85.85 - 23 102.831 650 3 1 -50.0092 12.6607 -114.45 - 23 109.556 963 3 0 -50.0045 12.6634 -115.85 - 23 146.74 650 2 1 -49.9225 12.7116 -144.45 - 23 185.378 963 2 0 -49.9274 12.713 -145.85 - 23 115.684 962 1 0 -49.9731 12.4591 -175.85 - 23 295.256 663 0 1 -47.2708 12.7842 -204.45 - 23 82.2915 664 0 1 -47.25 12.7848 -204.549 - 23 104.739 963 0 0 -46.976 12.7941 -205.85 - 23 158.84 968 0 0 -47.2071 13.7254 -205.85 - 23 53.43 969 0 0 -46.8866 13.85 -206.108 - 23 81.0001 777 0 0 47.3729 -24.5111 -206.25 - 23 281.377 776 0 0 47.5099 -24.65 -206.15 -Number of digits in this event = 18 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -4.57132 LIN +6.48106 LIN gamma Event: 24 -Number of tracker hits in this event = 1 - 24 132.868 1508 1 1 121.818 18.4571 -174.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 17 + 24 264.717 548 3 1 -70.4263 -128.682 -114.45 + 24 315.77 257 3 0 -70.4279 -128.683 -115.85 + 24 234.084 547 2 1 -70.4687 -128.67 -144.45 + 24 240.458 257 2 0 -70.4738 -128.671 -145.85 + 24 115.853 547 1 1 -70.5732 -128.7 -174.45 + 24 212.53 257 1 0 -70.5797 -128.701 -175.85 + 24 182.965 546 0 1 -70.7183 -128.729 -204.45 + 24 138.55 257 0 0 -70.7274 -128.729 -205.85 + 24 290.852 256 0 0 -70.7318 -128.75 -206.149 + 24 123.572 548 2 1 -70.4361 -128.702 -144.45 + 24 173.755 548 1 1 -70.3492 -128.723 -174.45 + 24 309.224 548 0 1 -70.3442 -128.82 -204.45 + 24 43.8225 245 0 0 -70.6713 -131.003 -205.85 + 24 59.6442 244 0 0 -70.6935 -131.15 -205.954 + 24 116.453 243 0 0 -70.6965 -131.35 -206.067 + 24 39.3164 242 0 0 -70.7156 -131.55 -206.187 + 24 95.5353 540 1 0 -14.6424 -72.05 -176.082 +Number of digits in this event = 13 Using G4ParticleGun ... -7.48067 LIN +4.89433 LIN gamma Event: 25 -Number of tracker hits in this event = 2 - 25 90.4885 546 3 0 95.3029 -70.6673 -116.25 - 25 28.2421 752 3 0 133.513 -29.4994 -116.25 +Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -6.34733 LIN +7.48317 LIN gamma Event: 26 -Number of tracker hits in this event = 5 - 26 27.3772 832 1 1 -13.5033 -6.02608 -174.85 - 26 149.735 833 1 1 -13.45 -6.0384 -174.519 - 26 44.3511 868 1 0 -13.5743 -6.41855 -175.85 - 26 134.457 867 1 0 -13.5803 -6.45 -175.954 - 26 5.71711 729 1 0 -46.1895 -34.25 -176.243 -Number of digits in this event = 5 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -1.05447 LIN +8.45777 LIN gamma Event: 27 -Number of tracker hits in this event = 2 - 27 242.33 1189 0 1 57.9721 -113.872 -204.45 - 27 357.779 331 0 0 57.9678 -113.875 -205.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 35 + 27 268.161 964 5 1 12.9878 131.613 -54.45 + 27 267.68 1557 5 0 12.9898 131.611 -55.85 + 27 218.769 964 4 1 13.0321 131.567 -84.45 + 27 252.284 1557 4 0 13.0352 131.565 -85.85 + 27 239.891 965 3 1 13.0878 131.524 -114.45 + 27 160.902 1556 3 0 13.0934 131.523 -115.85 + 27 293.37 965 2 1 13.1883 131.514 -144.45 + 27 132.103 1556 2 0 13.1929 131.516 -145.85 + 27 106.384 966 1 1 13.3047 131.585 -174.45 + 27 234.825 1557 1 0 13.3093 131.586 -175.85 + 27 136.559 966 0 1 13.4027 131.581 -204.45 + 27 481.428 1557 0 0 13.4065 131.577 -205.85 + 27 17.9734 1562 3 0 11.1393 132.736 -115.85 + 27 133.619 955 3 1 11.0727 133.583 -114.85 + 27 135.932 1559 3 0 13.0924 131.958 -115.85 + 27 112.396 1560 2 0 13.2494 132.223 -145.85 + 27 114.29 968 1 1 13.7341 132.375 -174.45 + 27 138.75 1561 1 0 13.7666 132.378 -175.85 + 27 141.385 972 0 1 14.5015 132.461 -204.45 + 27 118.311 1561 0 0 14.5223 132.476 -205.85 + 27 17.0839 1738 0 0 33.7834 167.909 -206.25 + 27 74.3127 1739 0 0 33.8057 167.95 -206.232 + 27 64.0417 1740 0 0 33.9043 168.15 -206.157 + 27 75.1886 1741 0 0 34.0496 168.35 -206.087 + 27 69.3356 1742 0 0 34.2028 168.55 -206.013 + 27 97.2199 1743 0 0 34.3502 168.75 -205.96 + 27 62.2733 1744 0 0 34.6267 168.95 -205.903 + 27 32.7839 1099 0 1 40.0346 171.302 -204.85 + 27 52.3777 1100 0 1 40.05 171.308 -204.847 + 27 45.8711 1101 0 1 40.25 171.357 -204.81 + 27 70.0975 1102 0 1 40.45 171.39 -204.77 + 27 65.7883 1103 0 1 40.65 171.447 -204.695 + 27 109.099 1104 0 1 40.8502 171.5 -204.636 + 27 12.3855 1105 0 1 41.05 171.514 -204.487 + 27 266.712 964 0 1 12.9092 131.652 -204.45 +Number of digits in this event = 19 Using G4ParticleGun ... -7.27502 LIN +4.31777 LIN gamma Event: 28 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 -Using G4ParticleGun ... -7.24469 LIN +Number of tracker hits in this event = 115 + 28 240.418 878 11 1 -4.3348 0.873095 125.55 + 28 245.828 904 11 0 -4.3344 0.872645 124.15 + 28 254.727 878 10 1 -4.33668 0.858623 95.55 + 28 113.938 904 10 0 -4.33666 0.857597 94.15 + 28 174.745 878 9 1 -4.33826 0.840395 65.55 + 28 105.891 903 9 0 -4.33753 0.84118 64.15 + 28 127.271 878 8 1 -4.31677 0.85531 35.55 + 28 262.783 904 8 0 -4.31521 0.855855 34.15 + 28 115.688 878 7 1 -4.28951 0.868261 5.55 + 28 129.553 904 7 0 -4.2906 0.869429 4.15 + 28 241.027 878 6 1 -4.31868 0.900469 -24.45 + 28 133.414 904 6 0 -4.31526 0.898931 -25.85 + 28 102.789 878 5 1 -4.25085 0.879162 -54.45 + 28 133.574 904 5 0 -4.24856 0.878279 -55.85 + 28 370.01 879 4 1 -4.20459 0.857744 -84.45 + 28 247.059 904 4 0 -4.20325 0.855907 -85.85 + 28 117.575 879 3 1 -4.17419 0.823691 -114.45 + 28 268.83 903 3 0 -4.17106 0.820694 -115.85 + 28 397.327 879 2 1 -4.10321 0.761873 -144.45 + 28 248.745 903 2 0 -4.09833 0.75674 -145.85 + 28 587.727 880 1 1 -3.98494 0.669688 -174.45 + 28 549.38 903 1 0 -3.97767 0.661363 -175.85 + 28 119.207 881 0 1 -3.84223 0.513244 -204.45 + 28 164.647 902 0 0 -3.83532 0.506641 -205.85 + 28 158.275 892 0 1 -1.49573 0.798282 -204.45 + 28 113.619 903 0 0 -1.37627 0.795717 -205.85 + 28 11.0457 759 1 0 45.5778 -28.05 -175.929 + 28 88.4224 1163 1 1 52.7951 -26.9321 -174.45 + 28 131.922 1164 1 1 52.8502 -26.9234 -174.512 + 28 159.78 766 1 0 53.2975 -26.6545 -175.85 + 28 80.2396 879 1 1 -4.05011 0.674413 -174.567 + 28 27.5752 837 0 1 -12.5698 1.39632 -204.45 + 28 87.7771 836 0 1 -12.65 1.43207 -204.479 + 28 59.1336 835 0 1 -12.85 1.51708 -204.553 + 28 232.336 834 0 1 -13.05 1.60677 -204.628 + 28 54.3715 833 0 1 -13.25 1.69409 -204.7 + 28 95.092 832 0 1 -13.45 1.76634 -204.764 + 28 10.496 831 0 1 -13.65 1.83759 -204.84 + 28 83.9489 913 0 0 -16.3939 2.77998 -205.85 + 28 269.746 914 0 0 -16.6206 2.85 -205.933 + 28 75.8814 915 0 0 -17.325 3.05 -206.17 + 28 246.409 1154 0 0 -152.249 50.9164 -206.25 + 28 124.627 1155 0 0 -152.557 51.05 -206.206 + 28 102.456 1156 0 0 -152.961 51.25 -206.215 + 28 159.221 1157 0 0 -153.322 51.4502 -206.211 + 28 12.2304 913 1 1 2.66855 -0.245991 -174.45 + 28 122.256 912 1 1 2.65 -0.235645 -174.534 + 28 96.7313 900 1 0 2.17314 0.05 -175.964 + 28 76.8638 851 0 1 -9.77113 7.87835 -204.45 + 28 114.336 850 0 1 -9.85 7.91321 -204.612 + 28 232.29 940 0 0 -10.3524 8.09417 -205.85 + 28 145.459 941 0 0 -10.4142 8.25 -206.185 + 28 440.127 878 2 1 -4.38765 0.732237 -144.45 + 28 287.595 877 2 1 -4.45005 2.15408 -144.523 + 28 148.689 876 2 1 -4.65 1.14921 -144.5 + 28 118.747 905 2 0 -4.27359 1.13012 -145.85 + 28 121.798 883 1 1 -3.41543 3.29059 -174.45 + 28 244.775 916 1 0 -3.33236 3.31308 -175.85 + 28 5.54341 883 0 1 -3.44365 5.26782 -204.45 + 28 116.054 882 0 1 -3.45 5.26624 -204.474 + 28 192.02 925 0 0 -3.83828 5.15417 -205.85 + 28 130.118 878 4 1 -4.33981 0.918463 -84.45 + 28 82.5952 857 3 1 -8.60592 2.18823 -114.45 + 28 57.2315 856 3 1 -8.65 2.17162 -114.701 + 28 131.938 910 3 0 -8.84321 2.07708 -115.85 + 28 238.496 909 3 0 -8.89959 2.05 -116.2 + 28 161.347 833 2 1 -13.2917 -0.197441 -144.45 + 28 235.842 897 2 0 -13.8422 -0.456699 -145.85 + 28 193.275 777 1 1 -24.578 -5.84091 -174.451 + 28 366.896 776 1 1 -24.6501 -5.87849 -174.61 + 28 131.811 869 1 0 -25.2396 -6.16861 -175.85 + 28 21.677 868 1 0 -25.4093 -6.25 -176.199 + 28 128.771 700 0 1 -39.8931 -12.9456 -204.45 + 28 138.47 835 0 0 -40.4029 -13.0393 -205.85 + 28 104.108 834 0 0 -40.4722 -13.05 -206.039 + 28 157.971 901 0 0 -73.2751 0.295598 -206.25 + 28 119.33 905 4 0 -3.58936 1.1255 -85.85 + 28 112.953 904 3 1 0.916475 1.2708 -114.45 + 28 86.1448 903 3 1 0.85 1.1004 -114.659 + 28 13.8741 902 3 0 1.02512 0.649788 -116.23 + 28 155.996 903 10 0 -4.27758 0.798929 94.15 + 28 122.456 879 9 1 -4.13173 0.849126 65.55 + 28 123.565 904 9 0 -4.11732 0.855631 64.15 + 28 139.061 881 8 1 -3.84161 0.944933 35.55 + 28 177.132 882 7 1 -3.49622 1.04399 5.55 + 28 127.04 905 7 0 -3.47919 1.05651 4.15 + 28 142.066 884 6 1 -3.12513 1.32887 -24.45 + 28 102.875 906 6 0 -3.10678 1.34146 -25.85 + 28 114.798 886 5 1 -2.70278 1.61618 -54.45 + 28 113.036 907 5 0 -2.6746 1.6344 -55.85 + 28 126.133 889 4 1 -2.09196 2.05026 -84.45 + 28 199.501 910 4 0 -2.06897 2.07097 -85.85 + 28 137.701 892 3 1 -1.60033 2.48342 -114.45 + 28 113.19 912 3 0 -1.58211 2.50124 -115.85 + 28 302.529 894 2 1 -1.21194 2.87985 -144.45 + 28 153.849 914 2 0 -1.18494 2.90068 -145.85 + 28 134.288 896 1 1 -0.666206 3.33664 -174.45 + 28 106.867 899 0 1 -0.174962 3.72677 -204.45 + 28 133.424 918 0 0 -0.155224 3.74809 -205.85 + 28 161.203 932 0 1 6.52838 -29.1387 -204.85 + 28 181.461 913 2 0 -1.2572 2.80669 -145.85 + 28 52.8449 895 1 1 -0.85 4.48705 -174.461 + 28 189.598 894 1 1 -1.05 4.61874 -174.521 + 28 92.7627 893 1 1 -1.25019 4.8341 -174.637 + 28 48.0884 892 1 1 -1.45 5.09495 -174.77 + 28 50.9906 934 1 0 -2.96102 6.94147 -175.85 + 28 70.7647 935 1 0 -3.04108 7.05 -175.909 + 28 281.859 936 1 0 -3.16016 7.25 -176 + 28 94.4457 937 1 0 -3.18482 7.45 -176.101 + 28 19.4582 938 1 0 -3.38283 7.65 -176.233 + 28 232.721 891 3 1 -1.6505 2.49484 -114.612 + 28 102.852 883 7 1 -3.45 1.01853 5.31312 + 28 13.0623 884 7 1 -3.25 0.944759 5.17118 + 28 185.729 891 7 0 -2.43305 -1.6998 4.14994 + 28 53.1331 890 7 0 -2.33685 -1.85002 4.0676 +Number of digits in this event = 69 +Using G4ParticleGun ... +8.78376 LIN gamma Event: 29 -Number of tracker hits in this event = 33 - 29 314.573 1548 3 1 129.762 -10.2102 -114.45 - 29 253.707 849 3 0 129.761 -10.2095 -115.85 - 29 104.389 1548 2 1 129.755 -10.2071 -144.45 - 29 102.763 849 2 0 129.755 -10.2069 -145.85 - 29 122.709 1547 1 1 129.741 -10.2039 -174.45 - 29 118.252 849 1 0 129.74 -10.2029 -175.85 - 29 119.8 1547 0 1 129.719 -10.1866 -204.45 - 29 147.728 849 0 0 129.719 -10.1853 -205.85 - 29 239.803 511 2 0 106.407 -77.7664 -146.25 - 29 120.244 629 3 0 104.773 -54.1685 -116.25 - 29 103.153 1546 2 1 129.363 -10.2276 -144.45 - 29 114.646 848 2 0 129.359 -10.2522 -145.85 - 29 127.302 1545 1 1 129.251 -10.984 -174.45 - 29 149.78 845 1 0 129.276 -11.0138 -175.85 - 29 113.421 1548 0 1 129.789 -11.4378 -204.45 - 29 98.0459 842 0 0 129.825 -11.4634 -205.85 - 29 44.8469 850 2 0 129.344 -9.90314 -145.85 - 29 95.337 851 2 0 129.342 -9.85 -146.021 - 29 62.6286 1530 1 1 126.326 1.07305 -174.45 - 29 112.009 1531 1 1 126.35 1.2017 -174.594 - 29 5.9527 912 1 0 126.453 2.62425 -175.85 - 29 82.5823 913 1 0 126.455 2.65 -175.873 - 29 65.3938 914 1 0 126.454 2.85 -176.046 - 29 20.4393 915 1 0 126.447 3.05 -176.206 - 29 122.837 1507 0 1 121.643 41.5504 -204.45 - 29 116.361 1109 0 0 121.383 41.8503 -205.85 - 29 11.6172 1130 0 0 122.101 46.05 -206.173 - 29 0.800727 1131 0 0 122.108 46.25 -206.249 - 29 30.9251 1417 0 0 155.647 103.604 -206.25 - 29 264.604 1545 0 1 129.219 -10.6126 -204.45 - 29 101.989 847 0 0 129.355 -10.5597 -205.85 - 29 92.358 850 0 0 129.178 -9.97991 -205.85 - 29 51.973 851 0 0 129.177 -9.84987 -206.15 -Number of digits in this event = 12 +Number of tracker hits in this event = 15 + 29 246.269 1144 3 1 49.0078 -60.6521 -114.45 + 29 460.026 596 3 0 49.0067 -60.6518 -115.85 + 29 283.864 1144 2 1 48.9829 -60.6433 -144.45 + 29 274.501 597 2 0 48.9816 -60.6404 -145.85 + 29 207.79 1144 1 1 48.9548 -60.5849 -174.45 + 29 340.566 597 1 0 48.9525 -60.5819 -175.85 + 29 135.973 1144 0 1 48.9044 -60.5162 -204.45 + 29 103.915 597 0 0 48.9024 -60.5126 -205.85 + 29 14.448 973 0 0 72.0686 14.7589 -206.25 + 29 301.049 974 0 0 72.0824 14.8503 -206.185 + 29 126.62 1141 0 1 48.3423 -60.6936 -204.45 + 29 100.565 596 0 0 48.3124 -60.6859 -205.85 + 29 88.5964 1325 9 1 85.1064 -141.271 65.15 + 29 188.615 1324 9 1 85.05 -141.472 65.4206 + 29 199.08 1323 9 1 84.8497 -141.462 65.487 +Number of digits in this event = 14 Using G4ParticleGun ... -7.35276 LIN +1.27109 LIN gamma Event: 30 -Number of tracker hits in this event = 42 - 30 260.306 1032 5 1 26.5716 37.8816 -54.45 - 30 278.859 1089 5 0 26.5723 37.8821 -55.85 - 30 217.196 1032 4 1 26.5857 37.8894 -84.45 - 30 229.732 1089 4 0 26.5856 37.889 -85.85 - 30 143.57 1032 3 1 26.5785 37.8857 -114.45 - 30 477.914 1089 3 0 26.5795 37.8845 -115.85 - 30 329.017 1032 2 1 26.6025 37.8545 -144.45 - 30 431.492 1089 2 0 26.6057 37.8538 -145.85 - 30 165.455 1033 1 1 26.6723 37.8397 -174.45 - 30 244.513 1088 1 0 26.6747 37.8404 -175.85 - 30 175.749 1033 0 1 26.721 37.8503 -204.45 - 30 118.483 1089 0 0 26.7238 37.8516 -205.85 - 30 106.683 929 3 0 61.9712 5.89247 -116.249 - 30 120.205 1210 3 1 62.063 5.75378 -114.849 - 30 153.472 872 5 0 129.397 -5.48539 -56.25 - 30 4.83266 1255 5 0 86.4568 71.1311 -56.25 - 30 121.255 873 5 0 129.516 -5.45 -56.0577 - 30 20.3931 869 2 1 -6.25 98.937 -144.785 - 30 39.0899 868 2 1 -6.25001 98.9307 -144.769 - 30 522.918 1032 1 1 26.65 37.8486 -174.464 - 30 41.3559 1034 1 0 23.7824 27.05 -176.205 - 30 144.868 1089 1 0 26.6225 37.85 -176.035 - 30 113.692 1031 0 1 26.4208 37.8267 -204.45 - 30 165.547 1088 0 0 26.4202 37.8086 -205.85 - 30 110.727 1041 1 0 173.402 28.3222 -176.25 - 30 97.9017 1042 1 0 173.781 28.45 -176.157 - 30 6.90174 1772 1 1 174.735 28.6723 -174.848 - 30 161.879 1773 1 1 174.75 28.673 -174.827 - 30 56.2142 1774 1 1 174.95 28.6263 -174.649 - 30 346.298 1775 1 1 175.15 28.6475 -174.624 - 30 375.014 1776 1 1 175.35 28.7419 -174.692 - 30 107.689 1090 1 0 26.5043 38.0967 -175.85 - 30 126.781 1032 0 1 26.5417 38.1967 -204.45 - 30 121.035 1090 0 0 26.5487 38.2122 -205.85 - 30 25.2393 1031 1 1 26.45 38.1405 -174.633 - 30 111.004 1031 3 1 26.3316 38.0093 -114.45 - 30 116.432 1031 2 1 26.258 38.1729 -144.45 - 30 143.641 1090 2 0 26.2486 38.1813 -145.85 - 30 107.253 1030 1 1 26.0564 38.392 -174.45 - 30 101.858 1091 1 0 26.0499 38.3887 -175.85 - 30 109.436 1029 0 1 25.8781 38.3028 -204.45 - 30 124.047 1091 0 0 25.8737 38.3017 -205.85 -Number of digits in this event = 27 +Number of tracker hits in this event = 1 + 30 16.2398 1696 2 1 159.35 74.8224 -144.785 +Number of digits in this event = 2 Using G4ParticleGun ... -9.67431 LIN +1.97812 LIN gamma Event: 31 -Number of tracker hits in this event = 4 - 31 103.822 880 3 1 -3.97673 -71.4971 -114.614 - 31 140.606 879 3 1 -4.05 -71.456 -114.545 - 31 376.288 878 3 1 -4.25 -71.1669 -114.716 - 31 628.54 877 3 1 -4.45009 -70.9629 -114.829 -Number of digits in this event = 5 +Number of tracker hits in this event = 2 + 31 38.4761 269 0 0 -113.474 -126.15 -206.233 + 31 49.6342 980 1 0 -86.0827 16.05 -176.184 +Number of digits in this event = 1 Using G4ParticleGun ... -2.25218 LIN +5.51232 LIN gamma Event: 32 -Number of tracker hits in this event = 10 - 32 88.6781 489 7 0 144.257 -82.2422 3.75 - 32 76.3775 490 7 0 144.323 -82.0496 3.96824 - 32 22.3824 491 7 0 144.394 -81.8499 4.12791 - 32 1.34139 1668 7 1 153.945 -70.7595 5.15 - 32 94.7722 1669 7 1 153.95 -70.7543 5.15059 - 32 200.496 1670 7 1 154.15 -70.5339 5.25626 - 32 30.4232 1671 7 1 154.351 -70.3564 5.19334 - 32 48.359 553 7 0 156.15 -69.3796 4.15 - 32 329.223 1700 7 1 160.171 -65.069 5.15 - 32 171.276 1699 7 1 160.15 -65.232 5.27032 -Number of digits in this event = 5 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -1.5315 LIN +8.87656 LIN gamma Event: 33 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 55 + 33 253.963 1373 8 1 94.9328 61.2725 35.55 + 33 126.261 1206 8 0 94.9328 61.2727 34.15 + 33 118.07 1373 7 1 94.9324 61.2764 5.55 + 33 121.327 1206 7 0 94.9327 61.2759 4.15 + 33 150.073 1373 6 1 94.9405 61.2634 -24.45 + 33 200.154 1206 6 0 94.9415 61.2616 -25.85 + 33 113.972 1374 5 1 94.9622 61.2196 -54.45 + 33 129.197 1205 5 0 94.9641 61.218 -55.85 + 33 114.688 1374 4 1 95.0051 61.1838 -84.45 + 33 139.761 1205 4 0 95.0076 61.1831 -85.85 + 33 116.238 1374 3 1 95.0547 61.16 -114.45 + 33 102.942 1205 3 0 95.0558 61.158 -115.85 + 33 155.422 1374 2 1 95.0791 61.1245 -144.45 + 33 128.626 1205 2 0 95.0815 61.1221 -145.85 + 33 105.795 1374 1 1 95.1248 61.0668 -174.45 + 33 134.097 1205 1 0 95.1262 61.0636 -175.85 + 33 241.726 1375 0 1 95.1503 60.9993 -204.45 + 33 235.834 1204 0 0 95.151 60.9965 -205.85 + 33 1.90516 1083 1 0 71.9323 36.85 -176.072 + 33 59.483 624 2 0 161.311 -55.05 -146.176 + 33 141.732 1374 0 1 95.1313 61.0645 -204.45 + 33 2.80244 1373 0 1 94.95 61.2288 -204.834 + 33 15.2862 1207 0 0 94.4453 61.6289 -205.85 + 33 162.014 1208 0 0 94.4212 61.65 -205.903 + 33 117.324 1292 0 0 73.3737 78.453 -206.25 + 33 2.56998 1263 0 1 72.6546 79.132 -204.85 + 33 135.066 1262 0 1 72.6497 79.1365 -204.84 + 33 297.574 1261 0 1 72.45 79.3506 -204.616 + 33 51.256 1260 0 1 72.25 79.5361 -204.496 + 33 42.1405 1350 1 0 66.9411 90.1501 -175.975 + 33 44.8171 1231 1 1 66.3448 90.3405 -174.85 + 33 183.92 1230 1 1 66.25 90.3731 -174.696 + 33 119.283 1205 8 0 94.9059 61.2308 34.1497 + 33 159.54 1365 7 1 93.3071 61.2357 5.55 + 33 122.148 1208 7 0 93.0585 61.7081 4.15 + 33 0.021163 1209 7 0 92.9963 61.85 3.75091 + 33 141.104 1345 6 1 89.097 72.2703 -24.45 + 33 124.769 1262 6 0 89.0496 72.5629 -25.8505 + 33 9.99058 1263 6 0 89.0236 72.65 -26.2006 + 33 104.675 1333 5 1 86.7927 79.4927 -54.4501 + 33 149.94 1298 5 0 86.6113 79.7747 -55.85 + 33 128.7 1314 4 1 82.8928 84.8316 -84.45 + 33 102.53 1319 4 0 83.4356 84.0061 -85.85 + 33 51.568 1318 4 0 83.5317 83.85 -86.1121 + 33 23.0857 1365 3 1 93.2783 69.8159 -114.45 + 33 79.7533 1366 3 1 93.35 69.7505 -114.454 + 33 75.6278 1367 3 1 93.55 69.5569 -114.463 + 33 7.12022 1368 3 1 93.75 69.3197 -114.458 + 33 35.082 1440 6 0 172.934 108.235 -26.25 + 33 60.1083 1083 4 0 119.983 36.7603 -86.25 + 33 65.7087 1082 4 0 120.076 36.65 -86.185 + 33 69.9378 1081 4 0 120.267 36.4499 -86.0937 + 33 77.451 1080 4 0 120.399 36.25 -85.9606 + 33 142.46 1502 4 1 120.58 35.2035 -84.8498 + 33 127.008 1284 4 0 81.1261 76.8904 -86.25 +Number of digits in this event = 28 Using G4ParticleGun ... -4.42971 LIN +1.09051 LIN gamma Event: 34 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 1 + 34 430.132 899 0 0 132.082 -0.25 -206.181 +Number of digits in this event = 3 Using G4ParticleGun ... -5.23023 LIN +1.74797 LIN gamma Event: 35 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Using G4ParticleGun ... -4.55162 LIN +5.03672 LIN gamma Event: 36 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -3.16862 LIN +Number of tracker hits in this event = 125 + 36 211.413 725 11 1 -35.0109 20.3656 125.55 + 36 273.901 1001 11 0 -35.0104 20.3662 124.15 + 36 155.75 725 10 1 -34.9963 20.3798 95.55 + 36 109.816 1001 10 0 -34.9933 20.3807 94.15 + 36 245.301 725 9 1 -34.9206 20.3626 65.55 + 36 163.717 1001 9 0 -34.9117 20.3636 64.15 + 36 270.823 726 8 1 -34.7208 20.3772 35.55 + 36 123.444 1001 8 0 -34.7141 20.3807 34.15 + 36 131.308 727 7 1 -34.5965 20.4536 5.55 + 36 118.914 1002 7 0 -34.6001 20.4563 4.15 + 36 113.732 726 6 1 -34.741 20.4976 -24.45 + 36 105.086 1002 6 0 -34.7479 20.4982 -25.85 + 36 128.648 725 5 1 -34.8986 20.5497 -54.45 + 36 167.121 1002 5 0 -34.9099 20.5601 -55.85 + 36 393.564 724 4 1 -35.1159 20.8019 -84.45 + 36 351.584 1003 4 0 -35.1148 20.7991 -85.85 + 36 262.321 724 3 1 -35.0627 20.7217 -114.45 + 36 288.556 1003 3 0 -35.0631 20.7218 -115.85 + 36 123.777 724 2 1 -35.1063 20.7616 -144.45 + 36 600.892 1003 2 0 -35.1177 20.7572 -145.85 + 36 150.344 723 1 1 -35.3556 20.6645 -174.45 + 36 107.5 1003 1 0 -35.3769 20.6663 -175.85 + 36 311.209 721 0 1 -35.8081 20.7167 -204.45 + 36 153.225 1003 0 0 -35.8582 20.7275 -205.85 + 36 110.996 720 0 1 -35.85 20.6745 -204.634 + 36 4.67719 994 0 0 -36.9954 18.8765 -205.85 + 36 53.0461 993 0 0 -37.0116 18.85 -205.867 + 36 76.1594 992 0 0 -37.0979 18.6498 -205.954 + 36 60.6571 991 0 0 -37.1933 18.4499 -205.999 + 36 59.7591 990 0 0 -37.2945 18.25 -205.987 + 36 78.6799 989 0 0 -37.3824 18.05 -205.983 + 36 137.318 988 0 0 -37.4551 17.85 -206.012 + 36 374.571 987 0 0 -37.5274 17.65 -206.032 + 36 87.2597 986 0 0 -37.6023 17.45 -206.045 + 36 48.8599 985 0 0 -37.67 17.25 -206.056 + 36 69.1081 984 0 0 -37.692 17.05 -206.062 + 36 35.1117 983 0 0 -37.6703 16.85 -205.946 + 36 76.9469 712 0 1 -37.4567 15.8112 -204.849 + 36 221.68 713 0 1 -37.45 15.775 -204.809 + 36 96.9511 978 0 0 -37.2541 15.7355 -205.85 + 36 148.051 1001 4 0 -35.2882 20.4022 -85.8505 + 36 159.882 720 3 1 -35.9481 18.8831 -114.45 + 36 11.4469 719 3 1 -36.0501 18.9769 -114.799 + 36 149.912 995 3 0 -36.3591 19.234 -115.851 + 36 96.5202 996 3 0 -36.3782 19.2501 -115.918 + 36 31.8489 681 2 1 -43.8275 27.0063 -144.45 + 36 89.6103 680 2 1 -43.85 27.0412 -144.549 + 36 91.0052 1037 2 0 -43.9874 27.56 -145.851 + 36 56.6018 1038 2 0 -44.0044 27.65 -146.103 + 36 144.292 672 1 1 -45.4939 35.3062 -174.45 + 36 111.729 1077 1 0 -45.4095 35.5616 -175.85 + 36 66.3869 721 3 1 -35.831 18.7548 -114.45 + 36 250.041 722 3 1 -35.65 18.7246 -114.509 + 36 135.004 1002 4 0 -35.1478 20.4615 -85.8505 + 36 120.225 725 3 1 -34.9511 19.3742 -114.45 + 36 111.263 759 2 1 -28.2443 14.5861 -144.45 + 36 171.887 972 2 0 -27.796 14.5727 -145.85 + 36 78.3242 803 1 1 -19.2635 14.5805 -174.45 + 36 155.606 804 1 1 -19.2496 14.5885 -174.469 + 36 42.6024 805 1 1 -19.05 14.6958 -174.734 + 36 111.76 975 1 0 -18.1933 15.1171 -175.85 + 36 22.0188 976 1 0 -17.9423 15.2503 -176.183 + 36 65.9763 918 0 1 3.82061 27.5231 -204.45 + 36 39.0027 919 0 1 3.85 27.6081 -204.713 + 36 39.5011 1039 0 0 3.96666 28.0092 -205.85 + 36 97.3267 1040 0 0 3.97549 28.05 -205.965 + 36 144.985 720 2 1 -35.9111 16.3557 -144.45 + 36 9.26918 719 2 1 -36.05 16.4954 -144.805 + 36 126.488 984 2 0 -36.4555 16.858 -145.851 + 36 16.8547 985 2 0 -36.5923 17.05 -146.194 + 36 301.64 671 1 1 -45.7442 34.7405 -174.45 + 36 44.6144 1078 1 0 -45.474 35.65 -176.068 + 36 138.745 1129 1 0 -45.888 45.8985 -176.25 + 36 105.869 667 1 1 -46.504 45.9375 -174.85 + 36 16.7399 666 1 1 -46.65 45.9099 -174.5 + 36 59.483 637 0 1 -52.65 49.2649 -204.777 + 36 261.368 724 10 1 -35.05 20.4159 95.4793 + 36 9.43809 723 10 1 -35.25 20.6195 95.1647 + 36 14.5435 1004 10 0 -36.2121 21.0288 94.15 + 36 87.1254 1005 10 0 -36.2397 21.05 94.1123 + 36 48.0253 1006 10 0 -36.3108 21.2501 94.0577 + 36 106.865 713 10 1 -37.2502 21.6544 95.15 + 36 142.666 712 10 1 -37.45 21.7488 95.2001 + 36 145.192 711 10 1 -37.65 21.7771 95.2949 + 36 113.809 1002 10 0 -35.0823 20.5156 94.15 + 36 245.418 1002 9 0 -34.9651 20.5881 64.15 + 36 119.763 1003 8 0 -34.8296 20.6866 34.15 + 36 164.741 726 7 1 -34.7638 20.816 5.55 + 36 152.59 1003 7 0 -34.7586 20.8194 4.15 + 36 117.672 727 6 1 -34.6416 20.8918 -24.45 + 36 149.785 1004 6 0 -34.6367 20.8894 -25.85 + 36 159.481 727 5 1 -34.538 20.8107 -54.45 + 36 114.332 1003 5 0 -34.533 20.8114 -55.85 + 36 239.31 727 4 1 -34.4708 20.8324 -84.45 + 36 134.487 727 3 1 -34.5708 20.7609 -114.45 + 36 121.882 726 2 1 -34.7143 20.6913 -144.45 + 36 105.086 729 1 1 -34.2441 20.8329 -174.45 + 36 154.313 1004 1 0 -34.2231 20.8848 -175.85 + 36 109.924 732 0 1 -33.6421 21.981 -204.45 + 36 145.683 1009 0 0 -33.602 21.9795 -205.85 + 36 39.6815 726 4 1 -34.6501 21.0843 -84.7251 + 36 104.582 1007 4 0 -34.9284 21.5201 -85.8502 + 36 198.477 1008 4 0 -35.1257 21.65 -86.0599 + 36 230.114 1109 4 0 -25.1134 41.8696 -86.2497 + 36 59.6741 1108 4 0 -25.0275 41.85 -86.1551 + 36 298.851 731 0 1 -33.7893 21.8051 -204.45 + 36 231.665 1008 0 0 -33.7866 21.8415 -205.85 + 36 225.565 970 1 0 -90.3449 14.0887 -176.25 + 36 306.219 969 1 0 -90.7422 14.05 -176.036 + 36 3.46726 892 2 0 -89.9613 -1.45 -145.959 + 36 23.5076 451 2 1 -89.8008 -1.71141 -144.85 + 36 28.683 888 2 0 -89.5958 -2.30307 -145.85 + 36 45.3463 453 2 1 -89.4127 -2.33451 -144.85 + 36 9.82192 853 1 1 -9.45 8.65923 -174.664 + 36 136.308 1009 3 0 -35.2099 21.9479 -115.851 + 36 143.323 718 2 1 -36.26 23.0618 -144.45 + 36 110.366 1015 2 0 -36.5067 23.1658 -145.85 + 36 48.0517 1014 1 0 -45.0593 23.0234 -175.85 + 36 111.311 1015 1 0 -44.9837 23.05 -175.999 + 36 37.3284 753 0 1 -29.363 28.275 -204.45 + 36 68.4768 754 0 1 -29.2499 28.3176 -204.519 + 36 179.295 755 0 1 -29.0494 28.3924 -204.646 + 36 29.007 756 0 1 -28.85 28.4777 -204.798 + 36 39.3949 1044 0 0 -27.636 29.0034 -205.85 + 36 145.252 1045 0 0 -27.5103 29.05 -205.956 +Number of digits in this event = 61 +Using G4ParticleGun ... +9.95673 LIN gamma Event: 37 -Number of tracker hits in this event = 101 - 37 258.994 940 9 1 8.21884 112.082 65.55 - 37 247.118 1459 9 0 8.24684 112.054 64.15 - 37 232.14 940 8 1 8.09065 112.256 35.55 - 37 129.193 1461 8 0 8.03514 112.352 34.15 - 37 43.4607 935 7 1 7.0585 114.132 5.55 - 37 72.4913 934 7 1 7.05 114.143 5.36239 - 37 114.734 1470 7 0 6.98076 114.191 4.15 - 37 224.303 928 6 1 5.84586 115.277 -24.45 - 37 136.79 1476 6 0 5.73799 115.404 -25.8505 - 37 225.89 916 5 1 3.41819 118.931 -54.4502 - 37 48.1153 1493 5 0 3.4784 118.947 -55.85 - 37 214.224 1494 5 0 3.48833 118.95 -56.0143 - 37 116.141 931 4 1 6.41832 120.167 -84.45 - 37 155.153 1501 4 0 6.47419 120.371 -85.8503 - 37 154.987 939 3 1 7.92988 125.04 -114.45 - 37 115.535 1526 3 0 8.00243 125.434 -115.85 - 37 213.537 950 2 1 10.123 134.276 -144.45 - 37 20.0264 1573 2 0 10.2608 134.919 -145.85 - 37 117.742 1574 2 0 10.2676 134.95 -145.917 - 37 176.254 976 1 1 15.381 149.214 -174.45 - 37 138.522 1649 1 0 15.3757 149.96 -175.85 - 37 8.61894 1650 1 0 15.3765 150.15 -176.21 - 37 29.3381 979 0 1 16.032 164.591 -204.45 - 37 116.484 980 0 1 16.0503 164.635 -204.53 - 37 49.5447 1725 0 0 16.3401 165.298 -205.85 - 37 95.8339 1726 0 0 16.3635 165.35 -205.954 - 37 99.8266 917 5 1 3.45 118.935 -54.4653 - 37 121.201 918 5 1 3.65 119.028 -54.6171 - 37 214.072 1495 5 0 5.1142 119.15 -56.1027 - 37 34.4006 1496 5 0 5.34409 119.35 -56.2041 - 37 135.905 1459 8 0 8.21868 112.081 34.15 - 37 147.703 941 7 1 8.25286 112.128 5.55 - 37 135.331 1459 7 0 8.2572 112.128 4.15 - 37 113.249 941 6 1 8.34801 112.136 -24.45 - 37 117.948 1459 6 0 8.35569 112.136 -25.85 - 37 121.802 942 5 1 8.50156 112.147 -54.45 - 37 160.944 1459 5 0 8.50725 112.147 -55.85 - 37 173.831 943 4 1 8.65999 112.106 -84.45 - 37 130.823 1460 4 0 8.72183 112.165 -85.85 - 37 263.565 949 3 1 9.87851 113.384 -114.45 - 37 104.378 1466 3 0 9.91671 113.382 -115.85 - 37 131.483 953 2 1 10.7535 113.553 -144.45 - 37 109.442 1466 2 0 10.7942 113.52 -145.85 - 37 135.319 957 1 1 11.5784 113.094 -174.45 - 37 134.895 1463 1 0 11.6624 112.838 -175.85 - 37 99.2338 966 0 1 13.3248 109.685 -204.451 - 37 120.949 1446 0 0 13.3992 109.415 -205.85 - 37 96.7573 1326 2 0 22.9209 85.4056 -146.25 - 37 43.7772 1325 2 0 22.9575 85.25 -146.188 - 37 131.557 1327 2 0 22.8565 85.45 -146.181 - 37 21.7507 1328 2 0 22.8678 85.65 -146.217 - 37 364.651 947 3 1 9.5634 112.213 -114.45 - 37 75.3258 946 3 1 9.45 112.5 -114.673 - 37 48.8399 1468 3 0 8.7669 113.839 -115.85 - 37 103.543 1469 3 0 8.71322 113.95 -115.95 - 37 24.4923 1470 3 0 8.64564 114.15 -116.164 - 37 114.768 1460 3 0 9.67479 112.278 -115.85 - 37 100.339 960 2 1 12.17 114.107 -144.45 - 37 84.0692 1470 2 0 12.306 114.306 -145.85 - 37 35.8472 1471 2 0 12.3399 114.35 -146.152 - 37 97.59 978 1 1 15.7869 118.688 -174.45 - 37 166.708 1493 1 0 15.8482 118.849 -175.851 - 37 117.463 988 0 1 17.8137 121.67 -204.451 - 37 168.243 1508 0 0 17.9181 121.817 -205.85 - 37 5.04975 884 8 1 -3.10849 45.3832 35.15 - 37 183.072 940 7 1 8.2091 112.133 5.55 - 37 166.305 1460 7 0 8.18298 112.169 4.15 - 37 56.9176 942 6 1 8.62359 114.316 -24.4501 - 37 77.067 943 6 1 8.65 114.354 -24.5966 - 37 115.61 1472 6 0 8.87089 114.636 -25.85 - 37 177.999 974 5 1 14.8936 119.527 -54.45 - 37 128.854 1497 5 0 14.8743 119.702 -55.8513 - 37 198.609 982 4 1 16.6192 123.539 -84.4501 - 37 23.1042 981 4 1 16.45 123.582 -84.7744 - 37 68.05 1517 4 0 15.8564 123.726 -85.85 - 37 40.5268 1518 4 0 15.7212 123.75 -86.0873 - 37 157.469 894 3 1 -1.07741 125.218 -114.45 - 37 41.7731 893 3 1 -1.25026 124.907 -114.765 - 37 100.295 1516 3 0 -1.91844 123.532 -115.85 - 37 61.7535 1515 3 0 -2.00324 123.35 -115.994 - 37 50.3062 1514 3 0 -2.0844 123.15 -116.16 - 37 18.8516 802 2 1 -19.6256 78.6037 -144.45 - 37 190.887 801 2 1 -19.65 78.5305 -144.502 - 37 44.4762 1280 2 0 -20.248 76.1231 -145.85 - 37 58.7147 1279 2 0 -20.2633 76.05 -145.896 - 37 72.7753 1278 2 0 -20.3084 75.8498 -146.033 - 37 76.8948 1277 2 0 -20.3672 75.6497 -146.148 - 37 8.34728 1276 2 0 -20.4054 75.45 -146.235 - 37 128.816 767 1 1 -26.615 29.7371 -174.45 - 37 113.607 1046 1 0 -26.6587 29.3328 -175.85 - 37 244.934 755 0 1 -29.0186 25.9903 -204.45 - 37 69.3209 754 0 1 -29.05 25.5276 -204.758 - 37 80.3664 1014 0 0 -29.2689 22.993 -205.85 - 37 55.0849 1013 0 0 -29.2694 22.85 -205.915 - 37 48.9637 1012 0 0 -29.262 22.65 -205.994 - 37 61.1181 1011 0 0 -29.2698 22.45 -206.06 - 37 49.3711 1010 0 0 -29.2888 22.25 -206.145 - 37 58.116 883 0 0 2.33402 -3.25 -206.204 - 37 102.688 983 4 1 16.65 123.484 -84.4721 - 37 84.3801 1506 7 0 94.3269 121.369 3.75 - 37 136.113 535 0 1 -72.85 -43.7924 -204.826 -Number of digits in this event = 43 +Number of tracker hits in this event = 82 + 37 528.405 347 9 1 -110.641 -36.7413 65.55 + 37 339.377 716 9 0 -110.726 -36.7729 64.15 + 37 176.688 337 8 1 -112.726 -37.0355 35.55 + 37 96.9015 715 8 0 -112.638 -36.9315 34.1499 + 37 107.512 352 7 1 -109.677 -34.4245 5.55 + 37 181.443 728 7 0 -109.514 -34.3423 4.15 + 37 120.822 368 6 1 -106.448 -32.9382 -24.4501 + 37 153.666 736 6 0 -106.362 -32.8242 -25.85 + 37 171.143 374 5 1 -105.252 -30.7486 -54.4501 + 37 144.35 747 5 0 -105.265 -30.5706 -55.85 + 37 138.932 370 4 1 -106.148 -26.7416 -84.45 + 37 145.569 767 4 0 -106.121 -26.5742 -85.85 + 37 166.183 372 3 1 -105.716 -23.5791 -114.45 + 37 114.564 784 3 0 -105.748 -23.2397 -115.85 + 37 112.875 368 2 1 -106.406 -15.2586 -144.45 + 37 169.44 825 2 0 -106.429 -14.9541 -145.85 + 37 155.998 365 1 1 -107.032 -8.59685 -174.45 + 37 131.735 859 1 0 -106.956 -8.22102 -175.85 + 37 99.2826 374 0 1 -105.301 -1.87395 -204.45 + 37 156.879 892 0 0 -105.443 -1.59174 -205.85 + 37 88.9724 1561 10 1 132.35 92.7132 95.4344 + 37 60.1576 370 1 1 -106.072 -11.351 -174.45 + 37 115.235 371 1 1 -105.95 -11.4714 -174.587 + 37 36.0732 837 1 0 -105.282 -12.5847 -175.85 + 37 83.6247 836 1 0 -105.245 -12.65 -175.932 + 37 106.599 835 1 0 -105.138 -12.85 -176.143 + 37 146.123 789 1 0 -56.5391 -22.2079 -176.25 + 37 116.264 790 1 0 -56.4309 -22.05 -176.152 + 37 85.5412 788 1 0 -56.384 -22.2503 -176.035 + 37 215.388 787 1 0 -56.4576 -22.45 -176.086 + 37 154.232 373 1 1 -105.513 -10.9905 -174.45 + 37 5.56745 374 1 1 -105.35 -11.0515 -174.83 + 37 250.659 845 1 0 -104.441 -10.9628 -175.85 + 37 144.929 873 1 0 -71.4224 -5.32681 -176.25 + 37 4.39624 544 1 1 -71.0543 -5.72968 -174.849 + 37 212.969 545 1 1 -71.05 -5.73551 -174.83 + 37 224.576 872 1 0 -70.8939 -5.59663 -175.851 + 37 141.81 976 1 0 -83.5909 15.3565 -176.25 + 37 169.944 484 1 1 -83.1278 14.3769 -174.85 + 37 67.6204 485 1 1 -83.05 14.236 -174.673 + 37 60.5952 486 1 1 -82.85 14.1143 -174.716 + 37 60.6795 487 1 1 -82.649 14.0596 -174.701 + 37 404.349 488 1 1 -82.45 14.0577 -174.617 + 37 37.8264 843 1 0 -104.652 -11.2588 -175.85 + 37 54.0385 375 5 1 -105.15 -30.761 -54.7572 + 37 44.9206 744 5 0 -104.488 -31.2304 -55.85 + 37 82.3958 743 5 0 -104.405 -31.25 -55.9323 + 37 152.534 742 5 0 -104.403 -31.4501 -56.0217 + 37 134.743 741 5 0 -104.528 -31.65 -56.1091 + 37 370.844 416 3 1 -96.8073 -18.4728 -114.45 + 37 123.007 808 3 0 -96.6976 -18.3113 -115.85 + 37 59.6977 810 3 0 -96.5358 -17.9462 -115.85 + 37 61.9705 811 3 0 -96.5278 -17.85 -116.053 + 37 16.1339 710 9 0 -110.271 -38.0146 64.15 + 37 70.92 709 9 0 -110.265 -38.05 64.1185 + 37 79.6646 708 9 0 -110.304 -38.25 64.0594 + 37 1.70822 707 9 0 -110.362 -38.45 64.1449 + 37 236.522 346 9 1 -110.827 -39.2269 65.1501 + 37 3.13845 706 9 0 -111.05 -38.6806 64.15 + 37 29.537 337 9 1 -112.74 -38.0362 65.15 + 37 98.745 347 8 1 -110.666 -36.7602 35.55 + 37 125.303 716 8 0 -110.667 -36.7614 34.15 + 37 106.459 347 7 1 -110.69 -36.786 5.55 + 37 105.263 716 7 0 -110.692 -36.7878 4.15 + 37 167.436 347 6 1 -110.725 -36.8229 -24.45 + 37 129.721 716 6 0 -110.726 -36.8241 -25.85 + 37 5.69625 347 5 1 -110.75 -36.8487 -54.45 + 37 160.411 346 5 1 -110.75 -36.8487 -54.4821 + 37 108.206 716 5 0 -110.752 -36.8482 -55.85 + 37 122.386 346 4 1 -110.791 -36.8388 -84.45 + 37 132.91 716 4 0 -110.793 -36.8397 -85.85 + 37 122.535 346 3 1 -110.824 -36.8569 -114.45 + 37 130.542 715 3 0 -110.825 -36.8574 -115.85 + 37 126.048 346 2 1 -110.835 -36.8692 -144.45 + 37 98.8045 715 2 0 -110.837 -36.8702 -145.85 + 37 109.231 346 1 1 -110.869 -36.894 -174.45 + 37 117.019 715 1 0 -110.871 -36.8974 -175.85 + 37 121.247 346 0 1 -110.911 -36.9646 -204.45 + 37 159.232 715 0 0 -110.912 -36.9677 -205.85 + 37 30.3188 292 8 0 -125.304 -121.554 33.75 + 37 96.8842 273 8 1 -125.378 -122.845 35.55 + 37 173.774 274 8 1 -125.35 -122.897 35.4019 +Number of digits in this event = 46 Using G4ParticleGun ... -5.38253 LIN +2.20061 LIN gamma Event: 38 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -3.98593 LIN +8.98271 LIN gamma Event: 39 -Number of tracker hits in this event = 4 - 39 138.014 1058 0 1 31.65 28.4552 -204.776 - 39 110.896 1059 0 1 31.85 28.4942 -204.604 - 39 248.743 1194 1 0 -34.7659 58.85 -176.048 - 39 31.2264 1401 0 0 -48.1566 100.35 -205.899 -Number of digits in this event = 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -1.59452 LIN +4.44479 LIN gamma Event: 40 -Number of tracker hits in this event = 80 - 40 264.677 1153 7 1 50.8472 59.7896 5.55 - 40 269.196 1198 7 0 50.8508 59.7924 4.15 - 40 239.338 1154 6 1 50.9162 59.8198 -24.45 - 40 172.615 1198 6 0 50.9149 59.8186 -25.85 - 40 220.167 1154 5 1 50.8802 59.7718 -54.45 - 40 434.736 1198 5 0 50.8735 59.7655 -55.85 - 40 106.616 1153 4 1 50.738 59.5983 -84.45 - 40 107.092 1197 4 0 50.7294 59.5865 -85.85 - 40 119.902 1152 3 1 50.5697 59.3117 -114.45 - 40 296.441 1196 3 0 50.5639 59.2958 -115.85 - 40 168.181 1152 2 1 50.4585 58.9341 -144.45 - 40 126.489 1194 2 0 50.454 58.9168 -145.85 - 40 105.163 1151 1 1 50.3258 58.5638 -174.45 - 40 109.261 1192 1 0 50.3275 58.5465 -175.85 - 40 104.204 1151 0 1 50.3528 58.2166 -204.45 - 40 195.512 1190 0 0 50.3544 58.2044 -205.85 - 40 301.942 1191 0 0 50.2902 58.25 -205.967 - 40 110.935 1140 2 1 48.1884 61.0968 -144.45 - 40 73.3384 1208 2 0 47.6506 61.691 -145.85 - 40 64.969 1209 2 0 47.5779 61.85 -146.061 - 40 60.0613 1153 5 1 50.85 59.9024 -54.739 - 40 51.9169 1320 3 0 96.5794 84.1833 -116.25 - 40 147.902 1414 3 0 117.724 102.991 -116.25 - 40 189.074 1199 6 0 50.9639 59.8856 -25.85 - 40 218.983 1156 5 1 51.2654 60.1663 -54.45 - 40 125.655 1200 5 0 51.2974 60.1632 -55.85 - 40 143.153 1158 4 1 51.8385 60.0415 -84.45 - 40 120.628 1199 4 0 51.7849 60.0267 -85.85 - 40 109.256 1153 3 1 50.8264 59.733 -114.45 - 40 131.56 1198 3 0 50.8156 59.7454 -115.85 - 40 139.549 1153 2 1 50.7253 59.9982 -144.45 - 40 144.851 1199 2 0 50.7351 59.9789 -145.85 - 40 96.3539 1153 1 1 50.7472 59.5785 -174.45 - 40 163.799 1197 1 0 50.7791 59.5096 -175.85 - 40 144.311 1156 0 1 51.2639 58.0253 -204.45 - 40 150.297 1189 0 0 51.3376 57.8785 -205.85 - 40 146.409 1188 0 0 51.3533 57.85 -206.131 - 40 109.113 1155 5 1 51.25 60.1912 -54.6663 - 40 254.308 1163 2 1 52.8221 61.1878 -144.45 - 40 179.793 1205 2 0 52.8518 61.2108 -145.85 - 40 221.231 1166 1 1 53.2852 61.7232 -174.45 - 40 142.603 1208 1 0 53.3072 61.7233 -175.85 - 40 487.146 1167 0 1 53.5944 61.6734 -204.45 - 40 139.661 1208 0 0 53.5529 61.7015 -205.85 - 40 31.4279 1203 2 0 52.7625 60.6749 -145.85 - 40 93.883 1202 2 0 52.7586 60.65 -145.921 - 40 130.481 1139 1 1 47.9901 51.8352 -174.45 - 40 46.8833 1155 1 0 47.6587 51.133 -175.85 - 40 66.5379 1154 1 0 47.6132 51.05 -176.019 - 40 333.208 1102 0 1 40.5599 35.0222 -204.451 - 40 222.498 1070 0 0 40.6575 34.2198 -205.851 - 40 45.5775 1069 0 0 40.6638 34.05 -206.138 - 40 321.582 1101 0 1 40.45 34.9876 -204.714 - 40 374.982 1103 0 1 40.6503 35.4663 -204.707 - 40 349.522 1161 2 1 52.3241 61.4964 -144.45 - 40 233.483 1207 2 0 52.325 61.5393 -145.85 - 40 142.457 1161 1 1 52.2741 62.222 -174.45 - 40 188.786 1211 1 0 52.3114 62.2765 -175.85 - 40 122.99 1166 0 1 53.3652 63.5424 -204.45 - 40 138.629 1217 0 0 53.5163 63.5914 -205.85 - 40 97.847 1221 0 0 54.0239 64.3203 -205.85 - 40 77.1136 1222 0 0 54.1569 64.45 -205.989 - 40 89.5266 1223 0 0 54.3613 64.6505 -206.087 - 40 60.784 1224 0 0 54.5569 64.85 -206.13 - 40 109.774 1147 1 1 49.5089 64.051 -174.45 - 40 166.639 1220 1 0 49.4118 64.2118 -175.85 - 40 110.693 1221 1 0 49.389 64.25 -176.187 - 40 109.762 1137 0 1 47.6042 67.5657 -204.45 - 40 59.2613 1238 0 0 47.4774 67.8166 -205.85 - 40 81.0165 1239 0 0 47.4603 67.85 -206.036 - 40 218.454 1209 0 0 52.3838 62.0077 -205.857 - 40 119.671 1234 0 0 53.7886 66.9217 -206.25 - 40 95.8687 1168 0 1 53.65 67.5557 -204.592 - 40 55.1536 1169 0 1 53.85 67.3048 -204.797 - 40 4.46764 1170 0 1 54.05 67.2906 -204.842 - 40 127.25 1236 0 0 56.0125 67.3964 -205.85 - 40 205.56 1160 0 0 84.3586 52.1585 -206.25 - 40 350.195 1159 0 0 84.504 52.05 -206.194 - 40 14.1475 1423 0 0 86.0171 104.837 -206.25 - 40 78.4198 1562 0 0 134.421 132.617 -206.25 -Number of digits in this event = 49 +Number of tracker hits in this event = 29 + 40 238.083 1056 2 1 31.3197 19.5492 -144.45 + 40 198.256 997 2 0 31.3205 19.5481 -145.85 + 40 105.127 1056 1 1 31.3196 19.5252 -174.45 + 40 157.903 997 1 0 31.3204 19.5233 -175.85 + 40 117.567 1056 0 1 31.3543 19.4968 -204.45 + 40 106.728 997 0 0 31.3552 19.4947 -205.85 + 40 107.637 1053 1 1 30.7483 19.3466 -174.45 + 40 166.3 996 1 0 30.7112 19.32 -175.85 + 40 378.584 1049 0 1 29.9795 18.7516 -204.45 + 40 266.255 993 0 0 29.9483 18.7508 -205.85 + 40 176.598 794 1 0 -46.04 -21.05 -176.207 + 40 97.8563 1050 0 1 30.0502 18.8117 -204.605 + 40 17.7337 1051 0 1 30.25 18.8699 -204.836 + 40 153.624 994 0 0 31.2083 18.8832 -205.85 + 40 670.602 944 0 0 33.7334 8.96298 -206.25 + 40 153.028 935 0 0 -4.12079 7.14352 -206.25 + 40 34.2792 772 0 0 16.3226 -25.6198 -206.25 + 40 70.7754 563 0 0 18.2361 -67.2909 -206.25 + 40 30.603 612 4 1 -57.5548 51.6076 -84.85 + 40 68.3886 611 4 1 -57.6503 51.592 -84.7536 + 40 27.0019 610 4 1 -57.85 51.5665 -84.5336 + 40 250.789 1064 1 1 32.9898 20.3261 -174.45 + 40 164.021 1001 1 0 33.073 20.404 -175.85 + 40 141.576 1073 0 1 34.7457 22.2168 -204.45 + 40 109.63 1011 0 0 34.8424 22.2902 -205.85 + 40 116.001 1000 1 0 33.1158 20.1427 -175.85 + 40 129.037 1078 0 1 35.7583 17.0599 -204.45 + 40 99.5309 981 0 0 35.6186 16.4078 -205.851 + 40 31.0673 980 0 0 35.5847 16.2498 -206.191 +Number of digits in this event = 16 Using G4ParticleGun ... -3.96312 LIN +2.42131 LIN gamma Event: 41 -Number of tracker hits in this event = 1 - 41 87.1233 1373 5 1 94.8664 21.1568 -54.85 -Number of digits in this event = 2 +Number of tracker hits in this event = 11 + 41 262.211 320 2 1 -116.043 81.1899 -144.45 + 41 501.046 1305 2 0 -116.041 81.1887 -145.85 + 41 549.104 320 1 1 -115.977 81.1479 -174.45 + 41 270.178 1305 1 0 -115.977 81.1434 -175.85 + 41 148.685 320 0 1 -115.961 81.0636 -204.45 + 41 114.798 1305 0 0 -115.954 81.0566 -205.85 + 41 128.017 1049 1 0 -41.1531 30.05 -176.147 + 41 145.695 321 0 1 -115.948 81.5209 -204.45 + 41 98.9124 1307 0 0 -115.942 81.5456 -205.85 + 41 18.9883 1520 2 0 84.2457 124.186 -146.25 + 41 164.257 1521 2 0 84.8732 124.35 -145.866 +Number of digits in this event = 10 Using G4ParticleGun ... -4.59052 LIN +9.97828 LIN gamma Event: 42 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -3.14576 LIN +7.08568 LIN gamma Event: 43 -Number of tracker hits in this event = 1 - 43 49.945 960 3 1 12.2355 -174.684 -114.85 -Number of digits in this event = 2 +Number of tracker hits in this event = 65 + 43 271.961 317 6 1 -116.68 38.9888 -24.45 + 43 270.92 1094 6 0 -116.68 38.9883 -25.85 + 43 313.623 317 5 1 -116.69 38.9655 -54.45 + 43 240.055 1094 5 0 -116.69 38.9631 -55.85 + 43 222.372 317 4 1 -116.677 38.9226 -84.45 + 43 370.561 1094 4 0 -116.676 38.9201 -85.85 + 43 217.951 317 3 1 -116.649 38.8767 -114.45 + 43 122.22 1094 3 0 -116.648 38.8747 -115.85 + 43 375.812 317 2 1 -116.63 38.8584 -144.45 + 43 132.721 1094 2 0 -116.616 38.8598 -145.85 + 43 113.881 319 1 1 -116.291 38.8537 -174.45 + 43 258.342 1094 1 0 -116.271 38.8561 -175.85 + 43 220.908 321 0 1 -115.9 38.9301 -204.45 + 43 253.043 1094 0 0 -115.921 38.9381 -205.85 + 43 183.746 1349 3 1 89.85 -83.7615 -114.6 + 43 0.304664 1093 4 0 -116.615 38.85 -86.2495 + 43 263.62 317 1 1 -116.599 38.8243 -174.45 + 43 227.626 1093 1 0 -116.599 38.8241 -175.85 + 43 107.159 317 0 1 -116.657 38.8606 -204.45 + 43 223.57 1095 0 0 -115.826 39.2007 -205.85 + 43 249.94 1093 2 0 -116.634 38.7527 -145.85 + 43 168.923 320 1 1 -116.002 38.683 -174.45 + 43 232.666 1092 1 0 -115.949 38.6152 -175.85 + 43 143.709 326 0 1 -114.807 37.0178 -204.45 + 43 141.974 1085 0 0 -114.723 37.1038 -205.85 + 43 109.081 318 1 1 -116.492 38.9438 -174.45 + 43 126.738 319 0 1 -116.186 39.2141 -204.45 + 43 165.008 1096 0 0 -116.129 39.2956 -205.85 + 43 120.204 1134 4 1 46.9634 -32.8275 -84.85 + 43 70.7385 650 4 0 56.3975 -49.85 -86.1507 + 43 8.02542 1206 4 1 61.45 -45.5635 -84.4726 + 43 74.8178 1087 0 0 -118.609 37.6251 -206.25 + 43 125.661 1095 3 0 -116.74 39.0619 -115.85 + 43 137.601 316 2 1 -116.756 39.1403 -144.45 + 43 107.185 1095 2 0 -116.756 39.1429 -145.85 + 43 172.024 316 1 1 -116.756 39.1818 -174.45 + 43 109.883 1095 1 0 -116.759 39.1846 -175.85 + 43 141.177 316 0 1 -116.811 39.2398 -204.45 + 43 213.906 1160 6 0 -120.524 52.1981 -26.2499 + 43 44.2746 292 6 1 -121.745 49.5197 -24.85 + 43 124.365 291 6 1 -121.75 49.5117 -24.8459 + 43 166.393 922 3 0 122.816 4.64234 -116.25 + 43 98.0258 1518 3 1 123.757 4.20015 -114.85 + 43 40.3005 1519 3 1 123.95 4.07775 -114.558 + 43 176.873 1037 3 0 54.4251 27.5276 -116.25 + 43 93.8461 1165 3 1 53.2432 27.0817 -114.85 + 43 52.9697 1164 3 1 53.05 27.0137 -114.652 + 43 59.055 1163 3 1 52.85 26.993 -114.535 + 43 62.7165 1162 3 1 52.65 26.9356 -114.535 + 43 117.977 1161 3 1 52.4499 26.768 -114.588 + 43 109.912 1160 3 1 52.25 26.5454 -114.643 + 43 82.932 1159 3 1 52.05 26.2815 -114.736 + 43 122.633 1022 3 0 51.5871 24.5918 -115.85 + 43 50.6564 1021 3 0 51.5536 24.45 -115.96 + 43 59.3056 1020 3 0 51.5577 24.25 -116.111 + 43 256.751 1097 3 0 -15.7998 39.455 -116.25 + 43 186.78 818 3 1 -16.3223 40.3991 -114.85 + 43 125.246 819 3 1 -16.25 40.4306 -114.51 + 43 52.3887 316 4 1 -116.789 38.9596 -84.45 + 43 55.8956 315 4 1 -116.95 38.9456 -84.5431 + 43 58.9117 314 4 1 -117.15 38.9056 -84.6362 + 43 84.7141 313 4 1 -117.35 38.8351 -84.7403 + 43 1.73557 312 4 1 -117.55 38.7016 -84.8456 + 43 64.5583 1087 4 0 -119.188 37.5898 -85.85 + 43 150.776 1086 4 0 -119.347 37.45 -85.9428 +Number of digits in this event = 41 Using G4ParticleGun ... -6.06578 LIN +4.9692 LIN gamma Event: 44 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 73 + 44 295.193 893 8 1 -1.33918 -99.1018 35.55 + 44 221.986 405 8 0 -1.34107 -99.1019 34.15 + 44 396.863 893 7 1 -1.37797 -99.0977 5.55 + 44 231.859 405 7 0 -1.38201 -99.097 4.15 + 44 162.152 892 6 1 -1.4576 -99.0737 -24.45 + 44 244.445 405 6 0 -1.46155 -99.0717 -25.85 + 44 150.398 892 5 1 -1.5762 -99.0336 -54.45 + 44 392.478 405 5 0 -1.58271 -99.0303 -55.85 + 44 117.466 891 4 1 -1.71609 -98.9494 -84.45 + 44 102.499 406 4 0 -1.72082 -98.9455 -85.85 + 44 119.274 891 3 1 -1.82497 -98.8677 -114.45 + 44 133.712 406 3 0 -1.8359 -98.8643 -115.85 + 44 133.998 889 2 1 -2.06183 -98.8169 -144.45 + 44 132.193 406 2 0 -2.07136 -98.8177 -145.85 + 44 119.025 888 1 1 -2.26141 -98.8339 -174.45 + 44 108.402 406 1 0 -2.27405 -98.8337 -175.85 + 44 149.094 887 0 1 -2.53277 -98.8317 -204.45 + 44 138.683 406 0 0 -2.5454 -98.835 -205.85 + 44 97.534 560 0 0 -79.0154 -68.05 -206.094 + 44 109.451 886 0 1 -2.65 -98.8974 -204.571 + 44 95.1329 885 0 1 -2.85 -99.0313 -204.779 + 44 197.519 396 0 0 -5.19646 -100.89 -205.85 + 44 319.461 395 0 0 -5.30148 -100.95 -205.881 + 44 28.6429 600 6 1 -59.85 131.384 -24.6138 + 44 223.347 601 6 1 -59.85 131.388 -24.6081 + 44 229.336 890 0 1 -1.91713 -98.9274 -204.45 + 44 120.315 405 0 0 -1.77409 -99.0805 -205.85 + 44 22.2729 540 0 1 -71.9839 -177.904 -204.45 + 44 172.959 539 0 1 -72.0501 -177.856 -204.506 + 44 23.512 538 0 1 -72.25 -177.528 -204.755 + 44 180.359 14 0 0 -72.8069 -177.272 -205.85 + 44 77.7009 31 0 0 -93.7864 -173.932 -206.25 + 44 125.213 32 0 0 -93.689 -173.75 -206.062 + 44 299.38 439 0 1 -92.2396 -172.756 -204.85 + 44 25.0792 440 0 1 -92.15 -172.564 -204.812 + 44 138.534 43 0 0 -93.5397 -171.436 -205.85 + 44 73.0076 432 0 1 -93.6194 -171.355 -204.85 + 44 89.5218 433 0 1 -93.55 -171.319 -204.829 + 44 142.463 891 0 1 -1.85 -98.9603 -204.553 + 44 110.413 404 0 0 -1.33805 -99.2407 -205.851 + 44 41.7264 403 0 0 -1.19735 -99.35 -206.208 + 44 57.3487 313 0 0 12.7079 -117.419 -206.25 + 44 100.602 312 0 0 12.7799 -117.55 -206.074 + 44 2.12113 311 0 0 12.968 -117.75 -205.856 + 44 57.2671 969 0 1 13.9209 -118.678 -204.85 + 44 72.2584 970 0 1 14.05 -118.783 -204.728 + 44 178.773 971 0 1 14.25 -118.923 -204.619 + 44 414.829 972 0 1 14.45 -118.316 -204.511 + 44 67.2515 515 1 0 37.77 -77.0046 -176.25 + 44 76.3883 516 1 0 37.8148 -76.8496 -176.15 + 44 78.9962 517 1 0 37.8512 -76.65 -176.059 + 44 20.1518 518 1 0 37.8611 -76.4497 -175.891 + 44 136.766 1088 1 1 37.8087 -75.1979 -174.85 + 44 45.9773 1087 1 1 37.65 -74.9089 -174.777 + 44 84.8946 513 1 0 34.432 -77.3786 -175.85 + 44 7.81779 1061 1 1 32.2754 -77.7783 -174.85 + 44 63.9623 1060 1 1 32.25 -77.7834 -174.835 + 44 140.588 1059 1 1 32.0499 -77.8403 -174.746 + 44 238.145 511 1 0 31.5252 -77.8058 -175.85 + 44 12.2265 891 7 1 -1.65 -99.0247 5.2191 + 44 109.492 894 6 1 -1.21777 -99.0231 -24.45 + 44 151.247 896 5 1 -0.728195 -99.0384 -54.45 + 44 133.686 896 4 1 -0.720226 -99.099 -84.45 + 44 98.2872 405 4 0 -0.714311 -99.0967 -85.85 + 44 123.235 897 3 1 -0.573158 -99.0258 -114.45 + 44 94.8087 405 3 0 -0.54911 -99.0386 -115.85 + 44 134.023 899 2 1 -0.0859138 -99.3337 -144.45 + 44 7.55367 404 2 0 -0.0602649 -99.3498 -145.85 + 44 109.441 403 2 0 -0.0600001 -99.35 -145.864 + 44 146.629 902 1 1 0.492824 -99.7401 -174.45 + 44 118.023 401 1 0 0.522308 -99.7661 -175.85 + 44 112.813 905 0 1 1.12738 -100.291 -204.45 + 44 123.968 399 0 0 1.15549 -100.307 -205.85 +Number of digits in this event = 36 Using G4ParticleGun ... -3.48283 LIN +7.86775 LIN gamma Event: 45 -Number of tracker hits in this event = 87 - 45 208.457 516 7 1 -76.7009 -4.76206 5.55 - 45 281.767 876 7 0 -76.7013 -4.76137 4.15 - 45 301.556 516 6 1 -76.7123 -4.7908 -24.45 - 45 236.724 876 6 0 -76.7231 -4.78709 -25.85 - 45 129.622 515 5 1 -76.9288 -4.81793 -54.45 - 45 245.404 876 5 0 -76.9183 -4.80618 -55.85 - 45 183.869 516 4 1 -76.716 -4.4944 -84.45 - 45 115.264 877 4 0 -76.7102 -4.49003 -85.85 - 45 259.362 517 3 1 -76.5219 -4.37282 -114.45 - 45 214.271 878 3 0 -76.4966 -4.35894 -115.85 - 45 121.749 520 2 1 -75.9715 -4.17613 -144.45 - 45 132.13 879 2 0 -75.9458 -4.1779 -145.85 - 45 207.47 523 1 1 -75.3729 -4.19225 -174.45 - 45 266.207 879 1 0 -75.3241 -4.2129 -175.85 - 45 118.762 527 0 1 -74.5785 -4.80961 -204.45 - 45 118.33 875 0 0 -74.5386 -4.89558 -205.85 - 45 9.9196 517 0 1 -76.4525 6.00837 -204.85 - 45 128.94 518 0 1 -76.45 6.09993 -204.457 - 45 29.5078 436 0 1 -92.9334 -8.03056 -204.85 - 45 16.6904 880 1 0 -75.0948 -4.0434 -175.85 - 45 30.3649 878 1 0 -74.9461 -4.25 -176.201 - 45 193.695 518 3 1 -76.338 -4.62541 -114.45 - 45 168.589 877 3 0 -76.6519 -4.5548 -115.85 - 45 183.105 509 0 0 -50.5612 -78.05 -206.166 - 45 156.218 517 5 1 -76.6373 -4.78692 -54.45 - 45 104.421 517 4 1 -76.5235 -4.81279 -84.45 - 45 118.638 876 4 0 -76.5157 -4.81154 -85.85 - 45 117.217 876 3 0 -76.3545 -4.79932 -115.85 - 45 124.483 519 2 1 -76.2244 -4.87884 -144.45 - 45 109.776 875 2 0 -76.2145 -4.8849 -145.85 - 45 114.013 520 1 1 -76.0166 -4.99261 -174.45 - 45 148.945 875 1 0 -76.0091 -4.99809 -175.85 - 45 204.959 520 0 1 -75.8551 -5.12256 -204.45 - 45 107.698 874 0 0 -75.8594 -5.12595 -205.85 - 45 58.5088 733 2 1 -33.3312 156.862 -144.45 - 45 297.496 734 2 1 -33.25 156.741 -144.49 - 45 238.959 735 2 1 -33.05 156.243 -144.721 - 45 190.269 938 1 0 9.39751 7.85 -176.204 - 45 22.6263 801 4 0 82.8203 -19.7906 -86.25 - 45 321.788 1321 4 1 84.3171 -18.4679 -84.85 - 45 144.473 885 2 0 -76.8564 -2.92901 -145.85 - 45 72.7667 881 3 0 -76.4513 -3.7263 -115.85 - 45 95.9409 882 3 0 -76.4284 -3.65 -115.962 - 45 24.0163 883 3 0 -76.454 -3.44998 -116.168 - 45 16.769 1202 3 0 -80.6907 60.5852 -116.25 - 45 91.4785 1203 3 0 -80.6982 60.65 -116.224 - 45 126.759 1204 3 0 -80.6532 60.85 -116.127 - 45 14.5224 1205 3 0 -80.4597 61.05 -115.891 - 45 24.4523 500 3 1 -79.8916 61.178 -114.85 - 45 321.068 501 3 1 -79.85 61.188 -114.784 - 45 29.2148 506 3 1 -78.7143 -3.22128 -114.85 - 45 5.83776 880 3 0 -77.8253 -3.97142 -115.85 - 45 29.8728 515 3 1 -76.9607 -5.26745 -114.85 - 45 63.1165 871 3 0 -79.0533 -5.65445 -115.85 - 45 54.0319 515 4 1 -76.8501 -4.95915 -84.5473 - 45 96.5142 514 4 1 -77.05 -5.04685 -84.5937 - 45 54.622 513 4 1 -77.2502 -5.1112 -84.6208 - 45 73.3453 512 4 1 -77.4505 -5.16805 -84.6352 - 45 61.4264 511 4 1 -77.65 -5.22069 -84.641 - 45 56.9414 510 4 1 -77.85 -5.26187 -84.6389 - 45 70.1822 509 4 1 -78.0502 -5.28344 -84.6209 - 45 57.2176 508 4 1 -78.25 -5.31921 -84.5724 - 45 70.8514 507 4 1 -78.4505 -5.33696 -84.5326 - 45 63.9501 506 4 1 -78.6507 -5.36762 -84.5004 - 45 51.018 505 4 1 -78.85 -5.42413 -84.4801 - 45 37.6454 504 4 1 -79.05 -5.47286 -84.4699 - 45 107.532 503 4 1 -79.2922 -5.45619 -84.45 - 45 143.829 502 4 1 -79.45 -5.26632 -84.5338 - 45 68.4967 501 4 1 -79.65 -5.0751 -84.6462 - 45 90.4668 500 4 1 -79.85 -4.89803 -84.75 - 45 1.24687 884 4 0 -81.7989 -3.05276 -85.85 - 45 90.4228 885 4 0 -81.8018 -3.05 -85.8516 - 45 68.5044 886 4 0 -82.0402 -2.8499 -85.9575 - 45 94.5009 887 4 0 -82.2316 -2.65 -86.1176 - 45 155.703 368 3 1 -106.358 31.5179 -114.45 - 45 62.9845 1063 3 0 -106.521 32.7249 -115.85 - 45 98.2693 1064 3 0 -106.518 32.8503 -116.005 - 45 70.3416 349 2 1 -110.256 45.2701 -144.45 - 45 125.681 348 2 1 -110.35 45.0782 -144.623 - 45 80.7093 1116 2 0 -111.264 43.4012 -145.85 - 45 66.5463 1115 2 0 -111.346 43.25 -145.962 - 45 81.7701 1114 2 0 -111.504 43.05 -146.101 - 45 39.7371 53 1 1 -169.371 80.3392 -174.85 - 45 171.962 926 7 0 -30.723 5.4014 3.75 - 45 111.885 740 7 1 -31.9081 5.16233 5.15 - 45 184.549 739 7 1 -32.0506 5.11124 5.24426 - 45 222.748 738 7 1 -32.25 4.80237 5.2668 -Number of digits in this event = 37 +Number of tracker hits in this event = 46 + 45 281.229 877 7 1 -4.55011 -111.408 5.55 + 45 326.639 343 7 0 -4.55015 -111.408 4.15 + 45 102.371 877 6 1 -4.54892 -111.425 -24.45 + 45 182.266 343 6 0 -4.54756 -111.426 -25.85 + 45 177.316 877 5 1 -4.52095 -111.438 -54.45 + 45 102.352 343 5 0 -4.519 -111.435 -55.85 + 45 141.465 877 4 1 -4.47919 -111.373 -84.45 + 45 108.383 343 4 0 -4.47805 -111.37 -85.85 + 45 189.451 877 3 1 -4.45164 -111.322 -114.45 + 45 114.382 344 3 0 -4.44996 -111.321 -115.85 + 45 127.11 878 2 1 -4.41347 -111.289 -144.45 + 45 113.553 344 2 0 -4.4123 -111.287 -145.85 + 45 199.544 878 1 1 -4.39503 -111.257 -174.45 + 45 122.146 344 1 0 -4.39459 -111.257 -175.85 + 45 108.748 878 0 1 -4.39151 -111.246 -204.45 + 45 98.7902 344 0 0 -4.39214 -111.245 -205.85 + 45 68.4156 1761 6 0 147.509 172.35 -26.2486 + 45 144.598 877 1 1 -4.45 -111.177 -174.581 + 45 48.5876 876 1 1 -4.65116 -111.077 -174.694 + 45 58.0667 875 1 1 -4.85026 -111.014 -174.719 + 45 100.877 874 1 1 -5.0501 -110.874 -174.766 + 45 120.144 873 1 1 -5.25 -110.652 -174.799 + 45 40.8714 872 1 1 -5.45024 -110.375 -174.837 + 45 31.6094 371 1 0 -9.35702 -105.917 -175.85 + 45 53.8394 800 1 1 -19.9205 -95.9257 -174.85 + 45 130.527 799 1 1 -20.05 -95.8522 -174.827 + 45 66.7896 798 1 1 -20.2502 -95.8717 -174.768 + 45 92.3065 797 1 1 -20.45 -95.9979 -174.667 + 45 253.124 796 1 1 -20.65 -96.174 -174.477 + 45 440.651 795 1 1 -20.85 -96.0082 -174.593 + 45 158.013 345 1 0 -4.72201 -111.082 -175.85 + 45 127.993 882 6 1 -3.49268 -110.968 -24.45 + 45 193.783 346 6 0 -3.52235 -110.904 -25.85 + 45 113.285 879 5 1 -4.13924 -109.716 -54.45 + 45 146.198 352 5 0 -4.13022 -109.668 -55.85 + 45 97.3327 880 4 1 -3.95828 -108.401 -84.45 + 45 99.4316 359 4 0 -3.98364 -108.267 -85.85 + 45 142.205 878 3 1 -4.35487 -105.519 -114.45 + 45 148.639 373 3 0 -4.44514 -105.389 -115.85 + 45 134.042 867 2 1 -6.61617 -102.442 -144.45 + 45 122.003 389 2 0 -6.72714 -102.264 -145.85 + 45 112.014 856 1 1 -8.73711 -98.4984 -174.45 + 45 116.66 408 1 0 -8.77247 -98.3966 -175.85 + 45 56.2568 853 0 1 -9.42369 -96.2769 -204.451 + 45 101.651 852 0 1 -9.45002 -96.2782 -204.638 + 45 134.441 419 0 0 -9.61573 -96.2823 -205.85 +Number of digits in this event = 26 Using G4ParticleGun ... -6.93831 LIN +7.51856 LIN gamma Event: 46 -Number of tracker hits in this event = 51 - 46 229.991 1384 6 1 96.9979 -7.91335 -24.45 - 46 244.91 860 6 0 96.9973 -7.91414 -25.85 - 46 278.569 1384 5 1 97.0094 -7.96978 -54.45 - 46 526.896 860 5 0 97.0132 -7.97262 -55.85 - 46 261.231 1384 4 1 97.0891 -8.00166 -84.45 - 46 251.06 860 4 0 97.0979 -7.99947 -85.85 - 46 131.485 1385 3 1 97.2957 -7.93242 -114.45 - 46 394.833 860 3 0 97.2948 -7.94441 -115.85 - 46 209.65 1385 2 1 97.3251 -8.20482 -144.45 - 46 108.223 859 2 0 97.3225 -8.23116 -145.85 - 46 253.162 1385 1 1 97.3253 -8.77721 -174.45 - 46 97.3386 856 1 0 97.325 -8.79739 -175.85 - 46 224.819 1385 0 1 97.2842 -9.1935 -204.45 - 46 122.654 854 0 0 97.2799 -9.20815 -205.85 - 46 114.842 1384 3 1 97.0047 -7.94036 -114.45 - 46 161.51 860 2 0 97.1934 -7.99239 -145.85 - 46 153.264 862 1 0 97.3223 -7.64748 -175.85 - 46 123.812 862 0 0 97.2323 -7.47285 -205.85 - 46 124.236 859 3 0 96.8559 -8.0501 -116.191 - 46 12.8878 266 2 0 176.298 -126.75 -146.074 - 46 132.525 1782 2 1 176.691 -127.698 -144.85 - 46 37.3669 1783 2 1 176.75 -127.927 -144.574 - 46 111.419 1162 6 0 56.8741 52.5362 -26.25 - 46 46.1538 1183 6 1 56.6679 52.7591 -24.8498 - 46 85.3752 1182 6 1 56.65 52.7839 -24.7394 - 46 41.326 1178 7 0 62.1438 55.8001 3.75 - 46 92.6451 1179 7 0 62.1877 55.85 3.90534 - 46 54.3859 1217 7 1 63.5366 56.3869 5.15 - 46 62.0213 1218 7 1 63.6501 56.4185 5.23604 - 46 53.3558 1219 7 1 63.85 56.4675 5.34887 - 46 199.343 1220 7 1 64.0501 56.488 5.44614 - 46 152.806 1221 7 1 64.25 56.4375 5.50697 - 46 197.269 1180 7 0 64.1526 56.1497 4.15 - 46 274.355 1181 7 0 63.8107 56.25 3.86265 - 46 200.838 1182 7 0 63.6868 56.45 3.93435 - 46 246.924 1388 1 1 97.8398 -7.96258 -174.45 - 46 122.922 860 1 0 97.9904 -8.02441 -175.85 - 46 149.239 1402 0 1 100.709 -9.81526 -204.45 - 46 100.684 850 0 0 100.781 -9.8703 -205.85 - 46 175.805 861 1 0 97.8495 -7.77969 -175.85 - 46 150.742 1386 0 1 97.5028 -6.46821 -204.451 - 46 104.378 868 0 0 97.5167 -6.29895 -205.85 - 46 186.964 1387 0 1 97.55 -6.35155 -204.485 - 46 176.281 1388 0 1 97.7502 -5.86617 -204.723 - 46 441.648 1389 0 1 97.95 -5.52365 -204.784 - 46 216.727 1390 0 1 98.15 -5.13394 -204.76 - 46 96.8626 871 0 0 97.7083 -5.73314 -205.85 - 46 136.132 310 4 1 -117.95 97.9877 -84.7379 - 46 246.304 860 0 0 96.9716 -7.93887 -205.875 - 46 15.8013 989 3 0 37.9656 18.0116 -116.25 - 46 86.9621 990 3 0 37.9372 18.05 -116.209 -Number of digits in this event = 35 +Number of tracker hits in this event = 1 + 46 53.2936 94 0 1 -161.326 -135.838 -204.85 +Number of digits in this event = 2 Using G4ParticleGun ... -5.44029 LIN +8.32434 LIN gamma Event: 47 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 103 + 47 263.556 1264 8 1 72.9458 -114.354 35.55 + 47 300.105 328 8 0 72.9455 -114.355 34.15 + 47 399.888 1264 7 1 72.9395 -114.364 5.55 + 47 122.41 328 7 0 72.942 -114.366 4.15 + 47 95.5973 1264 6 1 72.9831 -114.414 -24.45 + 47 173.652 328 6 0 72.9864 -114.417 -25.85 + 47 129.775 1265 5 1 73.0616 -114.479 -54.45 + 47 120.375 328 5 0 73.0701 -114.479 -55.85 + 47 121.429 1266 4 1 73.259 -114.468 -84.45 + 47 125.847 328 4 0 73.2621 -114.464 -85.85 + 47 113.226 1266 3 1 73.3429 -114.349 -114.45 + 47 20.7583 329 3 0 73.3531 -114.35 -115.85 + 47 83.1137 328 3 0 73.3537 -114.35 -115.938 + 47 636.05 1267 2 1 73.5469 -114.409 -144.45 + 47 233.644 328 2 0 73.5674 -114.411 -145.85 + 47 114.223 1269 1 1 73.9567 -114.425 -174.45 + 47 100.68 328 1 0 73.9718 -114.423 -175.85 + 47 169.308 1271 0 1 74.2824 -114.399 -204.45 + 47 111.958 328 0 0 74.3002 -114.397 -205.85 + 47 145.343 1270 0 1 74.25 -114.353 -204.746 + 47 126.412 327 2 0 73.6936 -114.567 -145.85 + 47 139.15 1287 1 1 77.4632 -117.11 -174.45 + 47 157.117 314 1 0 77.8254 -117.195 -175.85 + 47 109.513 1325 0 1 85.0996 -118.699 -204.45 + 47 77.5817 307 0 0 85.3881 -118.574 -205.85 + 47 35.1321 308 0 0 85.443 -118.55 -206.099 + 47 35.6182 1267 1 1 73.6373 -114.252 -174.45 + 47 94.663 1268 1 1 73.65 -114.248 -174.517 + 47 119.351 329 1 0 73.9044 -114.172 -175.85 + 47 1.91242 330 1 0 73.9799 -114.15 -176.245 + 47 263.637 1296 0 1 79.3274 -112.563 -204.45 + 47 16.9647 1297 0 1 79.45 -112.473 -204.783 + 47 42.0599 339 0 0 79.861 -112.193 -205.85 + 47 72.061 340 0 0 79.9257 -112.15 -206.012 + 47 77.5227 1295 0 1 79.25 -112.53 -204.696 + 47 39.7435 1266 2 1 73.4499 -114.282 -144.715 + 47 132.441 331 2 0 73.2339 -113.844 -145.85 + 47 44.4539 332 2 0 73.1818 -113.75 -146.126 + 47 0.0341099 1247 1 1 69.4505 -103.624 -174.45 + 47 128.188 1246 1 1 69.4499 -103.624 -174.451 + 47 37.2606 1245 1 1 69.2499 -103.524 -174.742 + 47 309.934 385 1 0 68.5764 -103.101 -175.85 + 47 43.1454 386 1 0 68.3585 -102.95 -176.198 + 47 387.816 677 4 0 4.04489 -44.593 -86.25 + 47 50.0896 676 4 0 4.13182 -44.65 -86.1931 + 47 153.006 329 2 0 73.5166 -114.27 -145.85 + 47 109.059 1275 1 1 75.1431 -112.468 -174.45 + 47 119.653 340 1 0 75.2904 -112.119 -175.85 + 47 18.1549 1290 0 1 78.0897 -107.251 -204.45 + 47 184.046 1289 0 1 78.0498 -107.294 -204.51 + 47 91.316 360 0 0 77.2253 -108.068 -205.85 + 47 75.3072 359 0 0 77.111 -108.15 -206.048 + 47 81.9481 778 4 1 -24.25 -119.645 -84.7915 + 47 254.86 777 4 1 -24.45 -119.806 -84.7273 + 47 144.878 259 8 0 6.73874 -128.25 33.75 + 47 29.0864 258 8 0 6.70122 -128.35 33.776 + 47 41.2157 75 8 0 -38.0938 -165.136 33.75 + 47 70.3274 74 8 0 -38.1425 -165.15 33.7962 + 47 69.9916 57 8 0 -30.7335 -168.714 33.75 + 47 15.2973 153 8 0 -9.37089 -149.52 33.75 + 47 147.657 838 4 1 -12.3632 -41.5308 -84.85 + 47 450.674 837 4 1 -12.4502 -41.4053 -84.4709 + 47 112.299 326 7 0 73.0021 -114.857 4.15 + 47 241.968 1269 6 1 73.9418 -114.834 -24.45 + 47 126.389 326 6 0 74.1695 -114.818 -25.85 + 47 102.422 1291 5 1 78.4007 -114.349 -54.45 + 47 56.0904 1292 5 1 78.45 -114.333 -54.7325 + 47 127.536 329 5 0 78.6571 -114.259 -55.8506 + 47 178.941 1320 4 1 84.0617 -112.551 -84.45 + 47 107.623 338 4 0 84.1287 -112.514 -85.85 + 47 129.615 1328 3 1 85.6729 -111.912 -114.45 + 47 175.21 341 3 0 85.9456 -111.864 -115.85 + 47 174.416 1356 2 1 91.3641 -110.851 -144.45 + 47 219.185 349 2 0 91.8977 -110.305 -145.85 + 47 1.9883 350 2 0 92.0317 -110.15 -146.245 + 47 118.786 1402 1 1 100.621 -99.1785 -174.45 + 47 108.172 406 1 0 100.886 -98.8809 -175.85 + 47 11.0337 1421 0 1 104.537 -92.7008 -204.45 + 47 79.911 1422 0 1 104.55 -92.6904 -204.505 + 47 113.204 438 0 0 104.84 -92.4144 -205.85 + 47 15.7151 439 0 0 104.906 -92.35 -206.176 + 47 204.88 324 5 0 79.615 -115.317 -55.85 + 47 98.7822 325 7 0 72.7495 -115.04 4.14993 + 47 118.001 1243 6 1 68.7958 -119.798 -24.45 + 47 114.881 302 6 0 68.8478 -119.642 -25.8504 + 47 164.781 1249 5 1 69.8994 -116.307 -54.45 + 47 134.748 319 5 0 69.9955 -116.188 -55.85 + 47 111.284 1255 4 1 71.0612 -114.33 -84.45 + 47 138.337 329 4 0 71.0976 -114.282 -85.85 + 47 132.702 1262 3 1 72.5684 -112.973 -114.45 + 47 28.0578 1263 3 1 72.65 -112.964 -114.761 + 47 110.091 336 3 0 72.978 -112.899 -115.851 + 47 21.218 1301 2 1 80.4328 -109.995 -144.45 + 47 264.964 1302 2 1 80.45 -109.991 -144.514 + 47 133.694 351 2 0 80.8562 -109.924 -145.85 + 47 144.972 1348 1 1 89.7426 -109.862 -174.45 + 47 5.31216 344 1 0 89.2665 -111.336 -175.85 + 47 65.6441 343 1 0 89.2614 -111.35 -175.863 + 47 64.2176 342 1 0 89.1926 -111.55 -176.029 + 47 35.4106 341 1 0 89.1468 -111.75 -176.182 + 47 133.494 1307 0 1 81.5175 -148.758 -204.45 + 47 15.294 153 0 0 81.4485 -149.517 -205.85 + 47 203.787 152 0 0 81.4425 -149.55 -205.913 +Number of digits in this event = 47 Using G4ParticleGun ... -9.00915 LIN +9.44441 LIN gamma Event: 48 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 18 + 48 149.533 696 0 0 67.7072 -40.7728 -206.25 + 48 185.229 697 0 0 67.29 -40.65 -206.031 + 48 153.034 698 0 0 66.9419 -40.45 -205.919 + 48 2.1814 1221 0 1 64.2594 -38.3988 -204.85 + 48 48.8943 1220 0 1 64.25 -38.3919 -204.846 + 48 128.992 1219 0 1 64.05 -38.3089 -204.761 + 48 83.7367 1218 0 1 63.85 -38.3491 -204.546 + 48 104.006 1217 0 1 63.6496 -38.4917 -204.468 + 48 87.0942 1216 0 1 63.4499 -38.7986 -204.466 + 48 289.638 1215 0 1 63.2499 -39.0179 -204.55 + 48 100.807 1214 0 1 63.05 -39.1991 -204.574 + 48 137.286 699 0 0 62.9229 -40.0615 -205.85 + 48 206.329 1188 4 1 57.7545 -10.3205 -84.85 + 48 79.9137 91 5 0 -82.5248 -161.93 -56.2498 + 48 105.388 90 5 0 -82.4885 -161.95 -56.2068 + 48 186.987 492 5 1 -81.5944 -161.961 -54.85 + 48 1.96917 987 9 0 75.8429 17.65 64.0591 + 48 228.514 1468 2 0 -121.934 113.935 -146.25 +Number of digits in this event = 11 Using G4ParticleGun ... -8.29866 LIN +3.94144 LIN gamma Event: 49 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 36 + 49 138.552 1224 3 1 64.85 118.681 -114.45 + 49 101.044 1223 3 1 64.85 118.68 -114.526 + 49 345.964 1492 3 0 64.8484 118.678 -115.85 + 49 603.931 1224 2 1 65.015 118.615 -144.45 + 49 431.312 1492 2 0 65.0147 118.587 -145.85 + 49 328.94 1224 1 1 65.0196 117.985 -174.45 + 49 213.335 1489 1 0 65.0153 117.969 -175.85 + 49 115.265 1224 0 1 64.9165 117.715 -204.45 + 49 121.784 1487 0 0 64.9262 117.697 -205.85 + 49 239.199 1492 1 0 65.0337 118.675 -175.85 + 49 148.022 1225 0 1 65.1958 118.729 -204.45 + 49 336.485 1492 0 0 65.2086 118.731 -205.85 + 49 28.203 1226 1 1 65.3202 118.64 -174.45 + 49 59.3557 1227 1 1 65.45 118.669 -174.469 + 49 48.3545 1228 1 1 65.6502 118.729 -174.496 + 49 65.8416 1229 1 1 65.85 118.799 -174.51 + 49 61.4365 1230 1 1 66.05 118.88 -174.54 + 49 52.8857 1231 1 1 66.25 118.962 -174.558 + 49 412.255 1232 1 1 66.45 119.064 -174.569 + 49 60.3883 1233 1 1 66.6504 119.153 -174.542 + 49 59.1666 1234 1 1 66.85 119.247 -174.536 + 49 66.1758 1235 1 1 67.05 119.336 -174.501 + 49 53.2728 1236 1 1 67.2502 119.421 -174.5 + 49 50.5215 1237 1 1 67.45 119.287 -174.469 + 49 53.9025 1238 1 1 67.65 119.182 -174.469 + 49 71.3662 1239 1 1 67.85 119.15 -174.487 + 49 361.988 1240 1 1 68.05 119.114 -174.514 + 49 100.336 1241 1 1 68.25 119.105 -174.481 + 49 159.628 1223 0 1 64.8407 118.726 -204.45 + 49 72.6767 845 10 1 -10.9327 62.8991 95.15 + 49 185.041 1493 0 0 64.8514 118.75 -206.118 + 49 134.791 1221 1 1 64.4215 119.337 -174.45 + 49 147.103 1495 1 0 64.3703 119.197 -175.85 + 49 99.7575 1217 0 1 63.498 116.574 -204.45 + 49 120.302 1481 0 0 63.4628 116.454 -205.85 + 49 147.478 1494 1 0 64.3595 119.15 -176.17 +Number of digits in this event = 20 Using G4ParticleGun ... -5.79534 LIN +4.9468 LIN gamma Event: 50 -Number of tracker hits in this event = 2 - 50 415.236 1268 0 1 73.7768 22.1079 -204.45 - 50 253.878 1010 0 0 73.7773 22.1086 -205.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -7.75234 LIN +9.47677 LIN gamma Event: 51 -Number of tracker hits in this event = 17 - 51 279.463 360 0 1 -107.975 54.9857 -204.45 - 51 266.522 1174 0 0 -107.971 54.982 -205.85 - 51 118.799 358 0 1 -108.456 56.5552 -204.85 - 51 25.404 934 0 0 -85.6014 7.05 -206.064 - 51 250.669 473 0 1 -85.4036 6.32513 -204.85 - 51 78.4331 474 0 1 -85.25 5.9625 -204.625 - 51 63.0495 472 0 1 -85.45 5.69531 -204.55 - 51 81.6603 471 0 1 -85.65 5.72784 -204.6 - 51 203.921 470 0 1 -85.85 5.60583 -204.683 - 51 197.192 929 0 0 -85.931 5.96957 -205.85 - 51 122.854 928 0 0 -85.6435 5.84989 -205.915 - 51 44.9075 927 0 0 -85.7426 5.65 -205.886 - 51 190.397 461 0 1 -87.7275 5.73166 -204.85 - 51 102.808 1444 3 0 -120.007 109.043 -116.25 - 51 55.5754 1445 3 0 -120.035 109.15 -116.021 - 51 138.29 361 0 1 -107.95 54.9661 -204.655 - 51 176.808 362 0 1 -107.75 54.9788 -204.724 -Number of digits in this event = 12 +Number of tracker hits in this event = 23 + 51 256.679 1090 5 1 38.2034 -82.7477 -54.45 + 51 196.555 486 5 0 38.1997 -82.7674 -55.85 + 51 212.141 1090 4 1 38.1691 -83.0961 -84.45 + 51 167.379 484 4 0 38.1731 -83.1407 -85.85 + 51 202.489 1090 3 1 38.2312 -84.1565 -114.45 + 51 103.02 479 3 0 38.2471 -84.2133 -115.85 + 51 116.45 1092 2 1 38.5923 -85.3379 -144.45 + 51 142.123 473 2 0 38.6011 -85.4219 -145.85 + 51 200.282 1092 1 1 38.6202 -87.0266 -174.45 + 51 126.312 464 1 0 38.6074 -87.1665 -175.85 + 51 181.904 1091 0 1 38.3032 -89.9344 -204.45 + 51 134.696 636 0 0 -75.4879 -52.85 -206.112 + 51 193.009 487 1 0 38.4868 -82.5579 -175.85 + 51 124.185 486 4 0 38.2231 -82.7615 -85.85 + 51 106.02 486 3 0 38.2351 -82.7653 -115.85 + 51 138.167 1090 2 1 38.2287 -82.7704 -144.45 + 51 151.248 486 2 0 38.2284 -82.7708 -145.85 + 51 320.51 1090 1 1 38.2248 -82.7775 -174.45 + 51 130.079 486 1 0 38.225 -82.7779 -175.85 + 51 98.5862 1090 0 1 38.2337 -82.7851 -204.45 + 51 110.905 486 0 0 38.2337 -82.7861 -205.85 + 51 12.5019 808 10 1 -18.3774 51.5139 95.15 + 51 282.417 697 3 1 -40.6336 107.277 -114.45 +Number of digits in this event = 19 Using G4ParticleGun ... -7.1946 LIN +7.01387 LIN gamma Event: 52 -Number of tracker hits in this event = 11 - 52 291.411 204 3 1 -139.241 50.444 -114.45 - 52 321.519 1151 3 0 -139.24 50.4439 -115.85 - 52 293.633 204 2 1 -139.226 50.4487 -144.45 - 52 291.404 1151 2 0 -139.226 50.4498 -145.85 - 52 29.9072 1152 2 0 -139.226 50.45 -146.132 - 52 339.322 204 1 1 -139.224 50.4748 -174.45 - 52 142.525 1152 1 0 -139.224 50.4753 -175.85 - 52 429.441 204 0 1 -139.224 50.4971 -204.45 - 52 100.799 1152 0 0 -139.223 50.4966 -205.85 - 52 137.382 1151 1 0 -139.303 50.3688 -175.85 - 52 116.147 1151 0 0 -139.255 50.3149 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -9.6799 LIN +6.84458 LIN gamma Event: 53 -Number of tracker hits in this event = 45 - 53 311.001 863 6 1 -7.29924 133.187 -24.45 - 53 215.964 1565 6 0 -7.30171 133.185 -25.85 - 53 338.566 863 5 1 -7.34795 133.142 -54.45 - 53 127.602 1564 5 0 -7.35048 133.142 -55.85 - 53 437.886 863 4 1 -7.40924 133.147 -84.45 - 53 133.734 1564 4 0 -7.41121 133.146 -85.85 - 53 281.069 862 3 1 -7.4527 133.124 -114.45 - 53 129.242 1564 3 0 -7.45421 133.124 -115.85 - 53 117.416 862 2 1 -7.49192 133.12 -144.45 - 53 123.371 1564 2 0 -7.4939 133.121 -145.85 - 53 234.901 862 1 1 -7.53272 133.141 -174.45 - 53 317.558 1564 1 0 -7.53749 133.142 -175.85 - 53 289.149 862 0 1 -7.61711 133.164 -204.45 - 53 99.4337 1565 0 0 -7.62158 133.163 -205.85 - 53 207.381 861 0 1 -7.65 133.145 -204.588 - 53 141.103 864 4 1 -7.25 133.393 -84.6607 - 53 100.027 865 4 1 -7.04995 133.734 -84.6583 - 53 46.5691 1574 4 0 -6.85346 135.017 -85.85 - 53 80.735 1575 4 0 -6.86559 135.15 -85.9987 - 53 113.551 1677 4 0 -20.249 155.678 -86.25 - 53 58.8779 1678 4 0 -20.3316 155.75 -86.2106 - 53 257.787 863 3 1 -7.44861 133.165 -114.45 - 53 52.7019 864 3 1 -7.24985 133.252 -114.716 - 53 151.949 1567 3 0 -6.4233 133.559 -115.85 - 53 528.316 1590 3 0 -7.56285 138.16 -116.25 - 53 13.6476 1589 3 0 -7.60962 138.15 -116.201 - 53 135.607 1563 3 0 -7.49845 132.942 -115.85 - 53 126.09 856 2 1 -8.79054 129.437 -144.45 - 53 104.542 1546 2 0 -8.92604 129.395 -145.85 - 53 117.333 841 1 1 -11.7171 128.304 -174.45 - 53 139.137 1541 1 0 -11.8988 128.361 -175.85 - 53 23.451 823 0 1 -15.4103 130.008 -204.45 - 53 140.586 822 0 1 -15.4502 130 -204.53 - 53 121.043 1548 0 0 -16.2321 129.885 -205.85 - 53 101.94 1565 5 0 -7.34231 133.168 -55.85 - 53 131.474 1565 4 0 -7.37589 133.157 -85.85 - 53 138.564 1565 3 0 -7.39442 133.159 -115.85 - 53 95.6062 863 2 1 -7.40777 133.183 -144.45 - 53 145.058 1565 2 0 -7.40922 133.181 -145.85 - 53 113.142 863 1 1 -7.43518 133.12 -174.45 - 53 239.714 1564 0 0 -7.47706 133.072 -205.85 - 53 77.9199 1618 3 0 -112.172 143.75 -116.159 - 53 18.4838 1617 3 0 -112.238 143.75 -116.066 - 53 96.7977 1132 4 1 46.5264 -95.7554 -84.85 - 53 46.4477 1133 4 1 46.65 -95.9306 -84.6064 -Number of digits in this event = 28 +Number of tracker hits in this event = 13 + 53 225.758 809 2 1 -18.1791 -33.4396 -144.45 + 53 250.583 733 2 0 -18.1788 -33.4392 -145.85 + 53 247.069 809 1 1 -18.1709 -33.4357 -174.45 + 53 217.385 733 1 0 -18.1683 -33.4353 -175.85 + 53 757.516 809 0 1 -18.1146 -33.4104 -204.45 + 53 219.61 733 0 0 -18.1127 -33.4083 -205.85 + 53 247.741 732 0 0 -18.1717 -33.4751 -205.85 + 53 98.2179 735 0 0 -18.3276 -33.0046 -205.85 + 53 41.1825 691 0 0 -39.1175 -41.7496 -206.25 + 53 155.386 701 0 1 -39.8005 -40.3237 -204.85 + 53 113.225 1364 12 0 -142.651 92.9536 153.75 + 53 61.0556 732 1 0 -18.2215 -33.4503 -175.936 + 53 172.384 803 1 1 -19.2812 -32.352 -174.85 +Number of digits in this event = 10 Using G4ParticleGun ... -6.03275 LIN +3.30462 LIN gamma Event: 54 -Number of tracker hits in this event = 19 - 54 14.8038 1350 5 1 90.3163 -19.6408 -54.8426 - 54 283.586 802 5 0 90.3161 -19.6404 -55.85 - 54 247.144 1350 4 1 90.3057 -19.6219 -84.45 - 54 89.8435 802 4 0 90.305 -19.6205 -85.85 - 54 105.466 1350 3 1 90.2899 -19.5984 -114.45 - 54 107.991 802 3 0 90.2868 -19.5889 -115.85 - 54 182.895 1350 2 1 90.2239 -19.3848 -144.45 - 54 114.035 803 2 0 90.2195 -19.3718 -145.85 - 54 109.735 801 4 0 90.3032 -19.6521 -85.85 - 54 118.251 1351 3 1 90.3963 -19.6544 -114.45 - 54 109.505 801 3 0 90.4019 -19.6539 -115.85 - 54 141.717 1351 2 1 90.5064 -19.6537 -144.45 - 54 141.187 801 2 0 90.5132 -19.6544 -145.85 - 54 97.3191 1352 1 1 90.6558 -19.6691 -174.45 - 54 269.833 801 1 0 90.6682 -19.6721 -175.85 - 54 140.728 1353 0 1 90.9155 -19.745 -204.45 - 54 103.383 801 0 0 90.9361 -19.7495 -205.85 - 54 3.44782 1195 6 1 59.05 -96.5603 -24.8471 - 54 165.273 785 2 0 123.217 -22.9646 -146.25 -Number of digits in this event = 10 +Number of tracker hits in this event = 64 + 54 271.325 520 6 1 -75.8994 128.443 -24.45 + 54 326.12 1541 6 0 -75.9018 128.439 -25.85 + 54 243.421 520 5 1 -75.9461 128.294 -54.45 + 54 187.634 1540 5 0 -75.9536 128.287 -55.85 + 54 115.026 519 4 1 -76.0765 128.18 -84.45 + 54 131.033 1540 4 0 -76.0836 128.176 -85.85 + 54 250.167 519 3 1 -76.2271 128.103 -114.45 + 54 92.3186 1539 3 0 -76.2583 128.096 -115.85 + 54 163.049 515 2 1 -76.9824 127.893 -144.45 + 54 134.296 1538 2 0 -77.0259 127.878 -145.85 + 54 119.742 510 1 1 -77.8851 127.605 -174.45 + 54 111.442 1537 1 0 -77.9374 127.582 -175.85 + 54 283.46 505 0 1 -78.927 127.147 -204.45 + 54 259.529 1534 0 0 -78.9585 127.12 -205.85 + 54 369.331 1508 0 0 -79.5969 121.757 -206.25 + 54 113.227 1507 0 0 -79.6465 121.75 -206.103 + 54 23.1473 1527 2 0 -77.6164 125.625 -145.85 + 54 53.672 1526 2 0 -77.631 125.55 -145.888 + 54 60.8606 1525 2 0 -77.6387 125.35 -145.918 + 54 77.0873 1524 2 0 -77.6552 125.15 -145.967 + 54 62.3369 1523 2 0 -77.7185 124.95 -145.934 + 54 64.8048 1522 2 0 -77.7531 124.75 -145.937 + 54 70.3686 1521 2 0 -77.8105 124.55 -146.02 + 54 60.4492 1468 2 0 -47.3185 113.769 -146.25 + 54 87.3398 1467 2 0 -47.2335 113.75 -146.114 + 54 151.586 665 2 1 -46.9858 113.934 -144.85 + 54 277.229 1528 6 0 -55.6733 125.926 -26.25 + 54 127.81 1529 6 0 -55.5433 125.95 -26.0772 + 54 156.009 1541 5 0 -75.9016 128.482 -55.85 + 54 130.077 520 4 1 -75.9553 128.57 -84.45 + 54 132.144 1542 4 0 -75.9574 128.572 -85.85 + 54 301.459 520 3 1 -76.0101 128.607 -114.45 + 54 125.763 1542 3 0 -76.0124 128.606 -115.85 + 54 121.513 519 2 1 -76.0723 128.602 -144.45 + 54 123.502 1542 2 0 -76.0747 128.603 -145.85 + 54 101.348 519 1 1 -76.1248 128.624 -174.45 + 54 168.936 1542 1 0 -76.128 128.629 -175.85 + 54 127.523 519 0 1 -76.1977 128.758 -204.45 + 54 115.709 1543 0 0 -76.2026 128.763 -205.85 + 54 102.015 1543 1 0 -76.0774 128.75 -176.017 + 54 104.333 1544 1 0 -76.0701 128.95 -176.067 + 54 7.17984 1545 1 0 -76.0387 129.15 -176.235 + 54 124.713 1680 1 0 -98.729 156.34 -176.25 + 54 160.278 1535 3 0 -75.6429 127.335 -115.85 + 54 66.6872 1534 3 0 -75.7342 127.15 -116.074 + 54 155.497 1328 3 0 -73.7338 85.8267 -116.25 + 54 40.0982 1327 3 0 -73.673 85.6499 -115.918 + 54 120.008 529 3 1 -74.0717 84.7356 -114.85 + 54 46.3342 528 3 1 -74.25 84.4941 -114.524 + 54 241.362 521 3 1 -75.7687 128.848 -114.45 + 54 95.923 1550 3 0 -76.6597 130.231 -115.85 + 54 113.731 1551 3 0 -76.7482 130.35 -115.964 + 54 27.3746 1552 3 0 -76.9187 130.55 -116.154 + 54 48.4676 1708 3 0 -89.7699 161.862 -116.25 + 54 96.8101 1709 3 0 -89.7506 161.95 -116.107 + 54 199.586 1710 3 0 -89.7193 162.15 -115.912 + 54 128.106 453 3 1 -89.3739 162.709 -114.85 + 54 1.75219 1665 6 0 -113.832 153.345 -26.2498 + 54 116.285 1666 6 0 -113.836 153.35 -26.2412 + 54 68.3634 1667 6 0 -114.057 153.55 -26.098 + 54 90.9142 1668 6 0 -114.166 153.75 -26.1247 + 54 126.969 329 6 1 -114.217 153.69 -24.85 + 54 170.707 328 6 1 -114.35 153.737 -24.645 + 54 176.696 327 6 1 -114.55 153.662 -24.6909 +Number of digits in this event = 36 Using G4ParticleGun ... -2.84833 LIN +8.35559 LIN gamma Event: 55 -Number of tracker hits in this event = 6 - 55 74.4703 899 4 1 -0.231191 33.4349 -84.85 - 55 246.517 648 3 0 145.273 -50.25 -116.093 - 55 256.516 1196 13 0 -6.26449 59.3452 183.751 - 55 84.5292 1195 13 0 -6.204 59.25 183.915 - 55 15.6135 1197 13 0 -5.98819 59.4501 183.851 - 55 154.588 1110 13 0 -0.715249 42.2035 183.75 -Number of digits in this event = 5 +Number of tracker hits in this event = 20 + 55 266.136 847 3 1 -10.5763 -131.487 -114.45 + 55 210.577 243 3 0 -10.5766 -131.487 -115.85 + 55 331.141 847 2 1 -10.5814 -131.491 -144.45 + 55 381.786 243 2 0 -10.5821 -131.491 -145.85 + 55 127.128 847 1 1 -10.5923 -131.495 -174.45 + 55 148.545 243 1 0 -10.5914 -131.498 -175.85 + 55 109.391 847 0 1 -10.5788 -131.56 -204.45 + 55 225.943 242 0 0 -10.5763 -131.561 -205.85 + 55 1.86276 382 7 0 78.5487 -103.609 3.75 + 55 16.1301 1292 7 1 78.4647 -103.307 5.15002 + 55 146.683 1291 7 1 78.45 -103.307 5.17452 + 55 10.143 242 2 0 -10.5891 -131.55 -146.193 + 55 106.026 849 1 1 -10.2263 -131.321 -174.45 + 55 143.779 244 1 0 -10.202 -131.332 -175.85 + 55 198.496 851 0 1 -9.81051 -131.564 -204.45 + 55 92.0713 850 0 1 -9.85 -131.475 -204.672 + 55 9.88789 244 0 0 -10.266 -131.167 -205.851 + 55 114.814 245 0 0 -10.2956 -131.15 -205.897 + 55 185.187 246 0 0 -10.2604 -130.95 -206.166 + 55 392.743 247 0 0 -10.376 -130.75 -206.147 +Number of digits in this event = 15 Using G4ParticleGun ... -5.61758 LIN +2.16442 LIN gamma Event: 56 -Number of tracker hits in this event = 6 - 56 229.715 953 0 1 10.7896 -133.078 -204.45 - 56 345.053 235 0 0 10.788 -133.085 -205.85 - 56 24.355 234 0 0 10.7575 -133.15 -206.063 - 56 6.74524 254 0 0 70.4675 -129.343 -206.25 - 56 124.762 271 0 0 74.5199 -125.95 -206.219 - 56 153.066 1253 0 1 70.7986 -130.012 -204.85 -Number of digits in this event = 6 +Number of tracker hits in this event = 30 + 56 304.003 922 4 1 4.62597 126.877 -84.45 + 56 454.734 1533 4 0 4.63598 126.891 -85.85 + 56 294.503 923 3 1 4.83131 127.183 -114.45 + 56 127.167 1535 3 0 4.79515 127.198 -115.85 + 56 138.716 920 2 1 4.06988 127.588 -144.45 + 56 109.348 1537 2 0 4.05291 127.605 -145.85 + 56 130.812 918 1 1 3.68659 128.016 -174.45 + 56 110.328 1539 1 0 3.65514 128.04 -175.85 + 56 121.532 915 0 1 3.06775 128.588 -204.45 + 56 126.005 1542 0 0 3.02052 128.609 -205.85 + 56 2.40184 1369 0 0 -4.86107 94.15 -205.891 + 56 22.9499 875 0 1 -4.98945 93.1223 -204.85 + 56 133.953 874 0 1 -5.05 93.0862 -204.811 + 56 83.9584 873 0 1 -5.25 92.9911 -204.683 + 56 77.6578 872 0 1 -5.45 92.8846 -204.552 + 56 127.571 871 0 1 -5.65 92.7367 -204.478 + 56 178.946 870 0 1 -5.85 92.5918 -204.505 + 56 92.3168 869 0 1 -6.05 92.2926 -204.783 + 56 58.1759 1348 0 0 -5.71263 89.7353 -205.85 + 56 75.6608 1347 0 0 -5.70477 89.6495 -205.872 + 56 69.7416 867 0 1 -6.55246 89.0729 -204.849 + 56 209.76 866 0 1 -6.65 89.0132 -204.786 + 56 114.024 922 3 1 4.54466 126.883 -114.45 + 56 122.549 1533 3 0 4.53495 126.879 -115.85 + 56 106.555 921 2 1 4.34476 126.807 -144.45 + 56 147.353 1533 2 0 4.33828 126.802 -145.85 + 56 148.288 920 1 1 4.19714 126.698 -174.45 + 56 138.034 1532 1 0 4.18339 126.697 -175.85 + 56 128.997 919 0 1 3.88751 126.693 -204.45 + 56 123.718 1532 0 0 3.87171 126.686 -205.85 +Number of digits in this event = 22 Using G4ParticleGun ... -6.51996 LIN +9.27677 LIN gamma Event: 57 -Number of tracker hits in this event = 42 - 57 250.597 934 6 1 6.87406 -0.450561 -24.45 - 57 88.3561 897 6 0 6.8738 -0.450499 -25.85 - 57 259.671 934 5 1 6.86472 -0.447629 -54.45 - 57 452.14 898 5 0 6.86324 -0.447764 -55.85 - 57 477.841 933 4 1 6.83183 -0.449302 -84.45 - 57 219.369 898 4 0 6.83149 -0.448619 -85.85 - 57 105.9 933 3 1 6.82294 -0.421744 -114.45 - 57 119.445 898 3 0 6.82053 -0.419789 -115.85 - 57 119.982 933 2 1 6.76639 -0.373036 -144.45 - 57 107.984 898 2 0 6.76271 -0.369591 -145.85 - 57 118.08 933 1 1 6.70657 -0.303462 -174.45 - 57 137.095 898 1 0 6.69664 -0.304552 -175.85 - 57 109.37 932 0 1 6.47933 -0.323138 -204.45 - 57 128.896 898 0 0 6.4735 -0.320134 -205.85 - 57 89.2723 237 6 1 -132.666 67.6154 -24.85 - 57 44.4364 928 2 0 -59.2592 5.65 -146.067 - 57 0.614848 819 2 1 -16.25 -1.13501 -144.632 - 57 33.098 834 2 1 -13.25 -2.02414 -144.536 - 57 131.762 927 2 0 -59.377 5.64995 -145.939 - 57 119.467 860 0 0 34.6672 -7.888 -206.25 - 57 55.1827 859 0 0 34.3916 -8.05024 -205.985 - 57 87.8932 858 0 0 34.3142 -8.25 -205.948 - 57 87.9 857 0 0 34.212 -8.45 -206.024 - 57 105.202 856 0 0 34.1599 -8.65 -206.048 - 57 167.967 855 0 0 34.3058 -8.85 -206.04 - 57 73.1526 854 0 0 34.4978 -9.05 -205.934 - 57 17.9393 1086 0 1 37.2536 -12.0099 -204.85 - 57 8.03102 815 0 0 37.4674 -17.0398 -205.85 - 57 162.407 814 0 0 37.4663 -17.05 -205.852 - 57 300.925 932 4 1 6.64998 -0.786317 -84.6364 - 57 135.966 898 6 0 6.87577 -0.447488 -25.85 - 57 109.104 934 4 1 6.96688 -0.22733 -84.45 - 57 125.32 899 4 0 6.96854 -0.217767 -85.85 - 57 93.6044 935 2 1 7.10184 0.22941 -144.45 - 57 107.192 900 2 0 7.10793 0.2386 -145.85 - 57 114.495 935 1 1 7.22263 0.443429 -174.45 - 57 165.381 902 1 0 7.22433 0.454078 -175.85 - 57 137.141 936 0 1 7.26311 0.664864 -204.45 - 57 105.393 903 0 0 7.26594 0.67687 -205.85 - 57 63.4918 623 8 0 125.546 -55.3823 33.75 - 57 185.697 622 8 0 125.523 -55.45 33.9116 - 57 152.995 621 8 0 125.336 -55.65 34.0422 -Number of digits in this event = 18 +Number of tracker hits in this event = 2 + 57 14.3528 946 0 1 9.4348 69.6145 -204.45 + 57 66.045 947 0 1 9.45 69.6196 -204.462 +Number of digits in this event = 2 Using G4ParticleGun ... -3.6495 LIN +7.55648 LIN gamma Event: 58 -Number of tracker hits in this event = 63 - 58 225.411 790 7 1 -21.9347 -96.8678 5.55 - 58 253.197 416 7 0 -21.9355 -96.8677 4.15 - 58 131.91 790 6 1 -21.9581 -96.8787 -24.45 - 58 226.263 416 6 0 -21.9542 -96.8822 -25.85 - 58 331.856 790 5 1 -21.8694 -96.9582 -54.45 - 58 206.474 415 5 0 -21.8621 -96.9584 -55.85 - 58 124.359 791 4 1 -21.6804 -96.9525 -84.45 - 58 150.742 415 4 0 -21.6688 -96.9535 -85.85 - 58 150.06 793 3 1 -21.4428 -96.9783 -114.45 - 58 168.986 415 3 0 -21.4314 -96.9788 -115.85 - 58 130.123 794 2 1 -21.1885 -96.9726 -144.45 - 58 231.017 415 2 0 -21.1765 -96.9748 -145.85 - 58 155.967 795 1 1 -20.9453 -97.0169 -174.45 - 58 249.714 415 1 0 -20.9351 -97.0217 -175.85 - 58 245.698 796 0 1 -20.7315 -97.1239 -204.45 - 58 341.028 415 0 0 -20.7146 -97.1258 -205.85 - 58 14.3091 576 5 0 27.7558 -64.6821 -56.25 - 58 120.408 577 5 0 27.7671 -64.6499 -56.0771 - 58 20.8134 578 5 0 27.6474 -64.45 -55.8643 - 58 43.4839 1024 5 1 25.0287 -58.0596 -54.85 - 58 0.0518931 620 5 0 24.347 -55.8507 -55.85 - 58 74.7213 621 5 0 24.3467 -55.8495 -55.8506 - 58 86.6878 622 5 0 24.3227 -55.65 -56.0288 - 58 273.137 680 2 0 -69.4981 -44.05 -146.131 - 58 292.09 349 1 0 -25.6116 -110.186 -176.25 - 58 3.52913 348 1 0 -25.6254 -110.35 -175.867 - 58 24.6643 774 1 1 -25.0812 -111.362 -174.85 - 58 94.3904 775 1 1 -25.05 -111.43 -174.773 - 58 139.169 776 1 1 -24.8496 -111.667 -174.609 - 58 155.595 777 1 1 -24.65 -112.081 -174.477 - 58 331.12 778 1 1 -24.45 -112.227 -174.578 - 58 41.8252 909 1 1 1.91518 -142.588 -174.85 - 58 81.1029 756 7 1 -28.7797 -1.36426 5.15 - 58 150.842 792 3 1 -21.4501 -97.0226 -114.498 - 58 145.698 420 3 0 -21.874 -96.11 -115.85 - 58 68.6152 421 3 0 -21.942 -95.95 -116.111 - 58 7.705 422 3 0 -21.9309 -95.75 -116.23 - 58 224.802 790 2 1 -21.934 -96.8719 -144.45 - 58 462.649 416 2 0 -21.9642 -96.854 -145.85 - 58 153.169 786 1 1 -22.7233 -96.647 -174.45 - 58 125.436 417 1 0 -22.7224 -96.6383 -175.85 - 58 145.434 787 0 1 -22.6465 -96.4576 -204.45 - 58 101.475 418 0 0 -22.6113 -96.4383 -205.85 - 58 118.983 791 1 1 -21.7876 -97.0278 -174.45 - 58 44.7479 414 0 0 -20.6847 -97.15 -205.918 - 58 111.914 791 6 1 -21.8365 -96.8186 -24.45 - 58 106.41 416 5 0 -21.9737 -96.8721 -55.85 - 58 91.0771 788 4 1 -22.4069 -97.248 -84.45 - 58 129.58 414 4 0 -22.4082 -97.2466 -85.85 - 58 105.108 788 3 1 -22.4282 -97.1735 -114.45 - 58 117.103 414 3 0 -22.4022 -97.1584 -115.85 - 58 106.857 791 2 1 -21.7987 -96.8707 -144.45 - 58 123.991 794 1 1 -21.1592 -96.0171 -174.45 - 58 129.347 420 1 0 -21.1134 -95.9829 -175.85 - 58 115.906 799 0 1 -20.1524 -95.2299 -204.45 - 58 133.184 424 0 0 -20.1471 -95.1856 -205.85 - 58 130.712 332 0 1 -113.631 -93.9619 -204.85 - 58 76.2756 921 4 0 -41.1074 4.38183 -86.25 - 58 26.1691 265 4 0 -39.1949 -127.112 -86.25 - 58 103.492 264 4 0 -39.2124 -127.15 -86.2364 - 58 105.924 59 4 0 -22.9015 -168.288 -86.25 - 58 245.979 876 3 0 -160.482 -4.69276 -116.25 - 58 135.86 875 3 0 -160.484 -4.85 -116.013 -Number of digits in this event = 37 +Number of tracker hits in this event = 84 + 58 254.361 1472 7 1 114.683 32.8983 5.55 + 58 364.603 1064 7 0 114.684 32.8986 4.15 + 58 269.35 1472 6 1 114.694 32.9074 -24.45 + 58 225.534 1064 6 0 114.694 32.9068 -25.85 + 58 416.974 1472 5 1 114.698 32.8904 -54.45 + 58 221.663 1064 5 0 114.698 32.8895 -55.85 + 58 246.229 1472 4 1 114.703 32.8678 -84.45 + 58 372.99 1064 4 0 114.703 32.8667 -85.85 + 58 365.775 1472 3 1 114.716 32.8501 -114.45 + 58 336.515 1063 3 0 114.718 32.8495 -115.85 + 58 145.859 1473 2 1 114.754 32.8424 -144.45 + 58 214.035 1063 2 0 114.756 32.8435 -145.85 + 58 279.682 1473 1 1 114.807 32.8674 -174.45 + 58 265.163 1064 1 0 114.809 32.8673 -175.85 + 58 89.9444 1473 0 1 114.856 32.8646 -204.45 + 58 106.831 1064 0 0 114.857 32.8655 -205.85 + 58 37.6307 1382 1 1 96.6664 19.2604 -174.85 + 58 162.26 860 4 1 -7.85 35.6054 -84.8214 + 58 131.788 1524 6 1 125.14 37.151 -24.451 + 58 68.8252 1523 6 1 124.95 37.1927 -24.6001 + 58 46.8607 1522 6 1 124.75 37.2696 -24.7444 + 58 122.369 1086 6 0 123.598 37.317 -25.85 + 58 39.3169 1087 6 0 123.35 37.4501 -26.1726 + 58 182.812 1243 6 0 89.3142 68.795 -26.25 + 58 117.421 1350 6 1 90.1792 68.9447 -24.85 + 58 94.8778 1351 6 1 90.35 68.953 -24.7423 + 58 64.9504 1352 6 1 90.55 69.0213 -24.6301 + 58 124.847 1063 4 0 114.737 32.8373 -85.85 + 58 136.003 1472 2 1 114.616 32.8728 -144.45 + 58 172.544 1064 2 0 114.608 32.8796 -145.85 + 58 146.364 1471 1 1 114.437 33.0267 -174.45 + 58 247.997 1470 0 1 114.294 33.1382 -204.45 + 58 212.142 1065 0 0 114.286 33.1433 -205.85 + 58 131.883 1062 5 0 114.418 32.574 -55.8502 + 58 172.422 1442 4 1 108.709 25.582 -84.4505 + 58 108.79 1026 4 0 108.464 25.4002 -85.8502 + 58 133.5 1430 3 1 106.224 22.4947 -114.45 + 58 1.96584 1429 3 1 106.15 22.4733 -114.843 + 58 151.92 1011 3 0 105.915 22.3946 -115.85 + 58 43.0744 1390 2 1 98.3292 19.554 -144.45 + 58 124.587 1391 2 1 98.35 19.546 -144.506 + 58 179.713 995 2 0 98.8913 19.158 -145.85 + 58 7.44506 994 2 0 99.0173 19.05 -146.212 + 58 128.155 1441 1 1 108.371 7.92443 -174.45 + 58 6.46359 936 1 0 108.201 7.26988 -175.85 + 58 92.014 935 1 0 108.196 7.25 -175.884 + 58 40.6146 934 1 0 108.177 7.05 -176.15 + 58 50.3869 1418 0 1 103.842 -19.8794 -204.45 + 58 170.133 1417 0 1 103.75 -20.0352 -204.562 + 58 3.78726 1416 0 1 103.55 -20.4248 -204.84 + 58 55.2063 792 0 0 102.567 -21.5492 -205.85 + 58 87.3746 791 0 0 102.474 -21.65 -205.921 + 58 187.177 790 0 0 102.248 -21.85 -206.002 + 58 51.9296 748 0 0 73.4233 -30.4255 -206.25 + 58 86.8758 747 0 0 73.449 -30.4501 -206.165 + 58 74.1135 746 0 0 73.5771 -30.6505 -206.092 + 58 135.235 745 0 0 73.6216 -30.8507 -206.074 + 58 63.8743 744 0 0 73.809 -31.05 -206.131 + 58 64.8945 596 0 0 81.6552 -60.6586 -206.25 + 58 86.4126 597 0 0 81.6179 -60.65 -206.199 + 58 25.8816 447 1 1 -90.55 142.288 -174.559 + 58 35.7774 446 1 1 -90.75 142.523 -174.502 + 58 4.77561 930 7 1 6.25 82.1661 5.28448 + 58 247.844 1473 4 1 114.827 32.9251 -84.45 + 58 135.12 1474 3 1 115.028 32.8568 -114.45 + 58 22.085 1064 3 0 115.039 32.8504 -115.85 + 58 119.407 1475 2 1 115.275 32.7285 -144.45 + 58 121.781 1057 1 0 114.803 31.6305 -175.85 + 58 108.645 1053 0 0 114.313 30.8397 -205.85 + 58 3.21871 867 2 0 74.5775 -6.47101 -146.25 + 58 42.3014 1475 1 1 115.336 32.4914 -174.45 + 58 46.4429 1476 1 1 115.35 32.499 -174.625 + 58 96.0913 1063 1 0 115.475 32.6538 -175.85 + 58 111.299 1493 0 1 118.936 35.6383 -204.45 + 58 118.296 1078 0 0 118.865 35.8017 -205.85 + 58 106.207 1471 3 1 114.41 35.6229 -114.45 + 58 134.016 1076 3 0 114.476 35.3676 -115.85 + 58 140.251 1477 2 1 115.583 29.4063 -144.45 + 58 150.259 1045 2 0 115.851 29.2033 -145.85 + 58 122.133 1508 1 1 121.786 26.0031 -174.45 + 58 128.508 1029 1 0 122.016 25.937 -175.85 + 58 121.567 1532 0 1 126.671 24.2246 -204.45 + 58 141.043 1019 0 0 126.851 23.9383 -205.85 + 58 4.39135 1018 0 0 126.892 23.85 -206.236 +Number of digits in this event = 47 Using G4ParticleGun ... -4.64455 LIN +3.09031 LIN gamma Event: 59 -Number of tracker hits in this event = 26 - 59 309.694 462 5 1 -87.5957 111.154 -54.45 - 59 332.225 1455 5 0 -87.6058 111.151 -55.85 - 59 0.462135 1454 5 0 -87.6089 111.15 -56.2468 - 59 124.513 461 4 1 -87.758 111.135 -84.45 - 59 278.515 1454 4 0 -87.7398 111.146 -85.85 - 59 121.365 463 3 1 -87.3743 111.351 -114.45 - 59 279.066 1455 3 0 -87.3601 111.35 -115.85 - 59 149.768 464 2 1 -87.1033 111.331 -144.45 - 59 162.07 1456 2 0 -87.0957 111.362 -145.85 - 59 152.883 465 1 1 -86.9536 112.012 -174.45 - 59 121.361 1459 1 0 -86.9685 112.057 -175.85 - 59 112.922 464 0 1 -87.1623 113.03 -204.45 - 59 149.781 1464 0 0 -87.1836 113.01 -205.85 - 59 80.4326 1470 3 0 -69.2576 114.211 -116.25 - 59 46.2101 1469 3 0 -69.1902 114.15 -115.992 - 59 191.248 552 3 1 -69.5889 113.688 -114.85 - 59 279.889 553 3 1 -69.45 113.762 -114.605 - 59 185.219 462 4 1 -87.578 111.143 -84.45 - 59 113.821 462 3 1 -87.5509 111.18 -114.45 - 59 88.1467 462 2 1 -87.5694 111.25 -144.45 - 59 110.706 1455 2 0 -87.5699 111.254 -145.85 - 59 104.634 462 1 1 -87.5873 111.338 -174.45 - 59 136.975 1455 1 0 -87.59 111.34 -175.85 - 59 107.975 461 0 1 -87.6518 111.372 -204.45 - 59 112.189 1456 0 0 -87.6542 111.376 -205.85 - 59 53.0069 1005 10 0 -140.381 21.1067 93.75 -Number of digits in this event = 17 +Number of tracker hits in this event = 2 + 59 64.6539 650 3 0 -132.197 -49.85 -116.082 + 59 9.58918 1542 3 1 128.55 -49.6711 -114.613 +Number of digits in this event = 3 Using G4ParticleGun ... -9.75746 LIN +2.50995 LIN gamma Event: 60 -Number of tracker hits in this event = 105 - 60 284.782 244 6 1 -131.202 -23.5198 -24.45 - 60 365.631 782 6 0 -131.212 -23.5128 -25.85 - 60 114.867 243 5 1 -131.469 -23.2936 -54.45 - 60 124.398 783 5 0 -131.485 -23.2751 -55.85 - 60 125.305 241 4 1 -131.768 -22.8754 -84.45 - 60 139.036 786 4 0 -131.793 -22.8482 -85.85 - 60 246.314 239 3 1 -132.317 -22.3353 -114.45 - 60 252.973 788 3 0 -132.329 -22.3096 -115.85 - 60 91.4586 237 2 1 -132.575 -21.7428 -144.45 - 60 180.946 791 2 0 -132.606 -21.7241 -145.85 - 60 108.65 234 1 1 -133.198 -21.3942 -174.45 - 60 108.491 793 1 0 -133.212 -21.3923 -175.85 - 60 101.895 232 0 1 -133.593 -21.4482 -204.45 - 60 128.906 792 0 0 -133.659 -21.4629 -205.85 - 60 133.169 790 3 0 -131.806 -21.967 -115.85 - 60 32.2716 284 2 1 -123.19 -13.711 -144.45 - 60 113.844 285 2 1 -123.15 -13.68 -144.53 - 60 110.64 834 2 0 -122.468 -13.1772 -145.85 - 60 12.311 835 2 0 -122.283 -13.05 -146.212 - 60 39.1156 359 1 1 -108.184 -2.70444 -174.45 - 60 74.8122 360 1 1 -108.15 -2.65008 -174.594 - 60 91.0774 887 1 0 -107.824 -2.5215 -175.85 - 60 106.037 242 4 1 -131.75 -22.889 -84.4538 - 60 31.8099 243 4 1 -131.55 -22.8204 -84.7858 - 60 15.6677 791 4 0 -129.748 -21.6756 -85.85 - 60 112.301 792 4 0 -129.7 -21.6499 -85.8737 - 60 86.8551 793 4 0 -129.39 -21.4499 -85.9929 - 60 71.1107 794 4 0 -129.194 -21.25 -86.0876 - 60 30.2727 927 4 0 -140.879 5.62211 -86.25 - 60 92.8678 928 4 0 -140.85 5.65 -86.1619 - 60 75.9859 929 4 0 -140.787 5.8504 -85.9978 - 60 41.2181 930 4 0 -140.809 6.0504 -85.9453 - 60 288.71 197 4 1 -140.627 6.05639 -84.8491 - 60 80.7317 236 0 1 -132.812 -21.0319 -204.45 - 60 29.3035 235 0 1 -132.95 -20.9487 -204.761 - 60 92.3282 797 0 0 -133.522 -20.6067 -205.85 - 60 49.7791 798 0 0 -133.703 -20.45 -206.102 - 60 221.011 238 2 1 -132.475 -21.7658 -144.45 - 60 141.359 789 2 0 -132.512 -22.0777 -145.85 - 60 89.3939 210 1 1 -138.011 -29.375 -174.45 - 60 207.134 209 1 1 -138.15 -29.5208 -174.594 - 60 49.8103 208 1 1 -138.35 -29.6929 -174.767 - 60 9.67194 746 1 0 -139.744 -30.8318 -175.85 - 60 120.183 745 1 0 -139.765 -30.85 -175.867 - 60 90.3671 744 1 0 -140.029 -31.05 -176.071 - 60 0.32824 9 0 1 -178.348 -57.411 -204.45 - 60 61.6805 8 0 1 -178.35 -57.4121 -204.451 - 60 70.5691 7 0 1 -178.55 -57.4963 -204.565 - 60 63.8263 6 0 1 -178.75 -57.5865 -204.666 - 60 95.2128 5 0 1 -178.95 -57.6654 -204.752 - 60 0.760916 4 0 1 -179.15 -57.7463 -204.848 - 60 104.794 792 2 0 -132.294 -21.65 -145.91 - 60 147.772 255 1 1 -129.03 -20.1517 -174.45 - 60 56.1508 799 1 0 -129.107 -20.0639 -175.85 - 60 81.5045 800 1 0 -129.119 -20.05 -176.067 - 60 120.821 249 0 1 -130.254 -17.9934 -204.451 - 60 103.125 811 0 0 -130.207 -17.7521 -205.85 - 60 75.6786 784 5 0 -131.489 -23.25 -55.9586 - 60 309.245 785 5 0 -131.51 -23.0499 -56.0493 - 60 139.037 244 5 1 -131.203 -23.5197 -54.45 - 60 126.319 782 5 0 -131.202 -23.5196 -55.85 - 60 127.888 244 4 1 -131.187 -23.5156 -84.45 - 60 121.246 782 4 0 -131.186 -23.5162 -85.85 - 60 110.735 244 3 1 -131.168 -23.5264 -114.45 - 60 177.929 782 3 0 -131.167 -23.5261 -115.85 - 60 515.653 245 2 1 -131.135 -23.5144 -144.45 - 60 495.45 782 2 0 -131.134 -23.5131 -145.85 - 60 156.343 245 1 1 -131.123 -23.4885 -174.45 - 60 110.363 782 1 0 -131.122 -23.4866 -175.85 - 60 768.578 245 0 1 -131.093 -23.4466 -204.45 - 60 101.803 783 0 0 -131.093 -23.4455 -205.85 - 60 141.77 401 6 1 -99.8337 90.6384 -24.85 - 60 33.003 402 6 1 -99.75 90.8689 -24.4758 - 60 12.3291 756 2 1 -28.85 -179.741 -144.56 - 60 475.663 244 2 1 -131.15 -23.5295 -144.607 - 60 58.71 245 4 1 -131.14 -23.5165 -84.45 - 60 120.731 246 4 1 -130.95 -23.4351 -84.5901 - 60 49.6047 787 4 0 -130.169 -22.5378 -85.851 - 60 151.361 788 4 0 -130.083 -22.4497 -85.9943 - 60 8.11028 789 4 0 -129.915 -22.2495 -86.2434 - 60 135.998 1177 4 0 -117.783 55.5325 -86.25 - 60 40.3442 1176 4 0 -118.018 55.45 -85.9177 - 60 145.025 309 4 1 -118.208 54.3666 -84.8497 - 60 238.843 782 0 0 -131.134 -23.5622 -205.85 - 60 33.4662 246 2 0 -103.385 -130.915 -146.25 - 60 185.725 244 0 1 -131.15 -23.5344 -204.564 - 60 112.793 243 1 1 -131.471 -22.7855 -174.45 - 60 290.356 786 1 0 -131.474 -22.7579 -175.85 - 60 183.311 241 0 1 -131.92 -21.7937 -204.45 - 60 120.038 791 0 0 -131.977 -21.6903 -205.85 - 60 58.4922 788 0 0 -131.401 -22.2795 -205.85 - 60 72.3263 787 0 0 -131.315 -22.4501 -205.948 - 60 77.9016 786 0 0 -131.115 -22.65 -205.947 - 60 26.867 785 0 0 -131.017 -22.85 -205.906 - 60 262.288 246 0 1 -130.95 -24.4166 -204.584 - 60 66.229 247 0 1 -130.75 -24.4573 -204.511 - 60 107.784 297 0 1 -120.62 -23.2948 -204.451 - 60 46.9037 296 0 1 -120.75 -23.4975 -204.736 - 60 20.716 776 0 0 -121.529 -24.8022 -205.85 - 60 73.7869 775 0 0 -121.558 -24.8504 -205.891 - 60 35.3674 774 0 0 -121.642 -25.05 -206.131 - 60 81.2898 244 1 1 -131.15 -23.5402 -174.601 - 60 111.756 781 1 0 -131.607 -23.6601 -175.85 - 60 155.374 191 0 1 -141.773 -26.1864 -204.45 - 60 124.331 769 0 0 -142.323 -26.2304 -205.85 -Number of digits in this event = 44 +Number of tracker hits in this event = 66 + 60 247.052 1106 8 1 41.2567 11.879 35.55 + 60 226.373 959 8 0 41.2531 11.8768 34.15 + 60 240.725 1105 7 1 41.1813 11.8262 5.55 + 60 222.607 958 7 0 41.1741 11.8257 4.15 + 60 145.577 1104 6 1 41.0352 11.82 -24.45 + 60 143.463 958 6 0 41.03 11.8181 -25.85 + 60 109.329 1104 5 1 40.9103 11.7934 -54.45 + 60 103.737 958 5 0 40.9073 11.7925 -55.85 + 60 130.191 1104 4 1 40.856 11.7804 -84.45 + 60 144.153 958 4 0 40.8495 11.7807 -85.85 + 60 135.841 1103 3 1 40.7047 11.7928 -114.45 + 60 135.243 958 3 0 40.6942 11.7949 -115.85 + 60 128.314 1102 2 1 40.4847 11.8285 -144.45 + 60 120.143 958 2 0 40.4748 11.8289 -145.85 + 60 111.782 1101 1 1 40.293 11.8428 -174.45 + 60 239.591 958 1 0 40.2788 11.8486 -175.85 + 60 4.15911 959 1 0 40.275 11.85 -176.245 + 60 174.904 1099 0 1 40.022 11.9551 -204.45 + 60 145.187 959 0 0 40.0195 11.9628 -205.85 + 60 35.8172 916 0 0 138.764 3.45 -206.038 + 60 49.0955 973 0 0 144.412 14.6702 -206.25 + 60 39.7482 972 0 0 144.439 14.65 -206.232 + 60 53.2881 80 0 1 -164.13 26.4173 -204.45 + 60 371.1 227 4 1 -134.726 -18.9324 -84.85 + 60 77.5677 226 4 1 -134.75 -18.6032 -84.718 + 60 47.8287 110 6 1 -158.15 -5.68874 -24.5468 + 60 9.95866 1062 12 0 -139.397 32.5519 153.75 + 60 81.9603 1100 0 1 40.05 11.9446 -204.546 + 60 197.757 402 1 1 -99.55 -78.6455 -174.755 + 60 211.329 1116 5 0 0.468314 43.2513 -56.2498 + 60 266.347 1117 5 0 0.461821 43.4502 -56.1583 + 60 105.271 951 4 0 17.3308 10.4469 -86.25 + 60 68.2519 950 4 0 17.3373 10.2499 -85.9789 + 60 62.3723 992 4 1 18.4899 8.68211 -84.85 + 60 578.282 993 4 1 18.6501 8.54243 -84.7855 + 60 221.268 1102 1 1 40.4656 11.6401 -174.45 + 60 16.6711 1103 1 1 40.6502 11.5506 -174.804 + 60 46.9655 956 1 0 41.3068 11.287 -175.85 + 60 86.7008 955 1 0 41.3832 11.25 -175.993 + 60 104.37 1156 0 1 51.2654 1.19558 -204.45 + 60 42.4373 1157 0 1 51.4503 1.11132 -204.707 + 60 0.809593 903 0 0 52.0682 0.651697 -205.85 + 60 192.831 902 0 0 52.0703 0.65 -205.855 + 60 56.981 1120 0 1 44.2124 12.8724 -204.45 + 60 55.7593 1121 0 1 44.25 12.8163 -204.662 + 60 122.345 962 0 0 44.4944 12.5573 -205.85 + 60 257.7 1106 7 1 41.3931 11.752 5.55 + 60 125.36 1106 6 1 41.3342 12.0117 -24.45 + 60 133.879 959 6 0 41.3291 12.0191 -25.85 + 60 106.18 1105 5 1 41.2251 12.2085 -54.45 + 60 213.447 960 5 0 41.2415 12.2074 -55.85 + 60 173.757 1107 4 1 41.5999 12.2961 -84.45 + 60 111.112 961 4 0 41.6116 12.3145 -85.85 + 60 142.057 1108 3 1 41.8412 12.6265 -114.45 + 60 167.106 962 3 0 41.8538 12.6459 -115.85 + 60 84.4031 963 3 0 41.8561 12.65 -116.137 + 60 112.482 1110 2 1 42.1178 13.0784 -144.45 + 60 157.765 965 2 0 42.1123 13.075 -145.85 + 60 152.941 1110 1 1 42.0534 13.0207 -174.45 + 60 259.925 964 1 0 42.0472 13.0179 -175.85 + 60 96.5376 1109 0 1 42.0117 12.9734 -204.45 + 60 148.293 964 0 0 42.029 12.9586 -205.85 + 60 72.4695 1028 1 0 -4.36421 25.7726 -176.25 + 60 78.7849 1029 1 0 -4.49842 25.8505 -176.039 + 60 183.388 1030 1 0 -4.61971 26.0505 -175.949 + 60 2.84828 1107 7 1 41.45 11.7634 5.18553 +Number of digits in this event = 37 Using G4ParticleGun ... -4.98377 LIN +5.76699 LIN gamma Event: 61 -Number of tracker hits in this event = 63 - 61 219.718 808 10 1 -18.3325 -8.92078 95.55 - 61 284.369 855 10 0 -18.3321 -8.92118 94.15 - 61 328.579 808 9 1 -18.3165 -8.92507 65.55 - 61 141.192 855 9 0 -18.3124 -8.92515 64.15 - 61 105.478 809 8 1 -18.2314 -8.92684 35.55 - 61 151.069 855 8 0 -18.2287 -8.92862 34.15 - 61 119.683 809 7 1 -18.1713 -8.96015 5.55 - 61 115.071 855 7 0 -18.1686 -8.96177 4.15 - 61 161.896 809 6 1 -18.12 -8.99933 -24.45 - 61 247.382 855 6 0 -18.1175 -9.00499 -25.85 - 61 162.934 809 5 1 -18.0682 -9.21814 -54.45 - 61 136.035 854 5 0 -18.0774 -9.21813 -55.85 - 61 127.439 808 4 1 -18.3222 -9.21861 -84.45 - 61 155.025 854 4 0 -18.3187 -9.22036 -85.85 - 61 108.671 809 3 1 -18.2482 -9.24513 -114.45 - 61 121.282 853 3 0 -18.244 -9.26888 -115.85 - 61 99.8076 809 2 1 -18.1521 -9.77556 -144.45 - 61 124.848 851 2 0 -18.1415 -9.79518 -145.85 - 61 159.599 810 1 1 -17.9137 -10.2484 -174.45 - 61 355.237 848 1 0 -17.9012 -10.2846 -175.85 - 61 118.464 813 0 1 -17.3886 -11.2776 -204.45 - 61 124.46 843 0 0 -17.4369 -11.3478 -205.85 - 61 61.7556 896 0 0 -8.69846 -0.754109 -206.25 - 61 65.2175 897 0 0 -8.67259 -0.65 -206.159 - 61 67.245 898 0 0 -8.58392 -0.449878 -206.143 - 61 117.347 899 0 0 -8.54719 -0.249966 -206.125 - 61 47.6199 854 6 0 -18.1388 -9.05 -26.1741 - 61 265.23 811 0 1 -17.8185 -9.24615 -204.45 - 61 295.082 854 0 0 -17.8178 -9.24727 -205.85 - 61 83.4367 698 0 0 21.1571 -40.25 -206.08 - 61 62.2151 855 0 0 -17.8891 -8.86531 -205.85 - 61 193.157 856 0 0 -17.8979 -8.85 -205.879 - 61 2.77587 847 0 1 -10.65 -16.4168 -204.77 - 61 31.9017 833 0 0 -11.2652 -13.45 -205.897 - 61 2.33231 285 11 0 102.025 -123.109 123.75 - 61 76.8011 809 9 1 -18.25 -8.92828 65.2852 - 61 110.409 852 9 0 -18.4472 -9.56318 64.15 - 61 190.604 807 8 1 -18.4669 -10.4365 35.55 - 61 180.28 847 8 0 -18.4639 -10.463 34.15 - 61 121.628 807 7 1 -18.4609 -11.0141 5.55 - 61 182.663 845 7 0 -18.4614 -11.0411 4.15 - 61 125.722 807 6 1 -18.4874 -11.5912 -24.45 - 61 190.047 842 6 0 -18.4822 -11.6102 -25.85 - 61 128.685 807 5 1 -18.5074 -11.9726 -54.45 - 61 128.802 840 5 0 -18.5212 -12.0043 -55.85 - 61 101.295 806 4 1 -18.7982 -12.6251 -84.45 - 61 100.685 837 4 0 -18.8057 -12.6377 -85.85 - 61 101.538 805 3 1 -18.8914 -13.0035 -114.45 - 61 183.063 835 3 0 -18.8952 -13.0228 -115.85 - 61 149.951 805 2 1 -18.9286 -13.4405 -144.45 - 61 126.178 832 2 0 -18.9319 -13.4667 -145.85 - 61 107.559 804 1 1 -19.0766 -14.0637 -174.45 - 61 92.7729 829 1 0 -19.0793 -14.1028 -175.85 - 61 112.162 804 0 1 -19.1215 -14.8725 -204.45 - 61 125.777 825 0 0 -19.119 -14.9235 -205.85 - 61 47.6282 828 2 0 -19.3236 -14.2817 -145.85 - 61 262.101 853 2 0 65.5685 -9.32627 -146.25 - 61 102.247 697 2 0 125.665 -40.6289 -146.25 - 61 35.1988 696 2 0 125.686 -40.65 -145.96 - 61 237.745 1530 2 1 126.242 -41.5623 -144.85 - 61 180.596 693 2 0 126.977 -41.2737 -145.85 - 61 12.9238 694 2 0 126.976 -41.25 -145.941 - 61 340.581 826 3 0 -18.9001 -14.8463 -115.85 -Number of digits in this event = 36 +Number of tracker hits in this event = 26 + 61 294.31 884 5 1 -3.06772 -117.261 -54.45 + 61 269.566 314 5 0 -3.06681 -117.284 -55.85 + 61 120.848 885 4 1 -2.98324 -117.816 -84.45 + 61 127.279 311 4 0 -2.98815 -117.846 -85.85 + 61 256.488 884 3 1 -3.06921 -118.491 -114.45 + 61 189.452 308 3 0 -3.06812 -118.53 -115.85 + 61 125.88 885 2 1 -2.97175 -119.238 -144.45 + 61 117.585 304 2 0 -2.98267 -119.264 -145.85 + 61 296.174 884 1 1 -3.15392 -119.821 -174.45 + 61 122.069 301 1 0 -3.16747 -119.837 -175.85 + 61 112.102 883 0 1 -3.358 -120.22 -204.45 + 61 111.279 299 0 0 -3.37135 -120.255 -205.85 + 61 133.235 884 4 1 -3.06892 -117.175 -84.45 + 61 115.028 314 4 0 -3.06852 -117.171 -85.85 + 61 111.79 315 3 0 -3.05532 -117.088 -115.85 + 61 123.884 884 2 1 -3.08537 -116.854 -144.45 + 61 115.709 316 2 0 -3.08641 -116.844 -145.85 + 61 127.217 317 1 0 -3.11609 -116.623 -175.85 + 61 107.926 884 0 1 -3.22954 -116.515 -204.45 + 61 174.092 318 0 0 -3.23619 -116.511 -205.85 + 61 18.4209 1541 7 1 128.35 66.3229 5.48548 + 61 35.7421 615 0 0 -3.7858 -57.05 -206.116 + 61 110.285 616 0 0 -3.72685 -56.85 -205.938 + 61 43.8781 869 0 1 -6.05593 -55.9206 -204.85 + 61 222.275 614 0 0 -5.94069 -57.0849 -205.85 + 61 113.761 665 5 0 144.631 -46.9517 -56.25 +Number of digits in this event = 17 Using G4ParticleGun ... -7.4804 LIN +9.02629 LIN gamma Event: 62 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 41 + 62 259.091 948 8 1 9.78721 25.1273 35.55 + 62 287.2 1025 8 0 9.78574 25.1249 34.15 + 62 252.535 948 7 1 9.76101 25.064 5.55 + 62 358.961 1025 7 0 9.76023 25.0605 4.15 + 62 244.277 948 6 1 9.74798 24.9965 -24.45 + 62 117.556 1024 6 0 9.74578 24.9885 -25.85 + 62 497.196 948 5 1 9.6827 24.8352 -54.45 + 62 106.886 1023 5 0 9.68417 24.8183 -55.85 + 62 435.516 948 4 1 9.71854 24.493 -84.45 + 62 193.57 1022 4 0 9.72066 24.4813 -85.85 + 62 233.375 948 3 1 9.74033 24.2567 -114.45 + 62 280.107 1020 3 0 9.74163 24.2456 -115.85 + 62 325.083 948 2 1 9.79275 24.0315 -144.45 + 62 104.703 1019 2 0 9.78716 24.0142 -145.85 + 62 479.376 948 1 1 9.68176 23.6608 -174.45 + 62 127.964 1017 1 0 9.67705 23.6431 -175.85 + 62 114.791 947 0 1 9.57828 23.2891 -204.45 + 62 193 1016 0 0 9.58022 23.2816 -205.85 + 62 311.264 1555 9 0 -74.4543 131.347 63.75 + 62 304.127 958 0 0 25.7493 11.7646 -206.25 + 62 63.9515 959 0 0 25.7955 11.85 -206.058 + 62 204.153 946 3 1 9.41599 24.4627 -114.45 + 62 89.5031 947 3 1 9.45 24.4901 -114.473 + 62 105.772 1021 3 0 10.8892 24.3708 -115.85 + 62 155.78 1025 6 0 9.79403 25.118 -25.85 + 62 120.834 1025 5 0 9.78283 25.1106 -55.85 + 62 143.625 1025 4 0 9.75844 25.0919 -85.85 + 62 121.114 1025 3 0 9.76318 25.109 -115.85 + 62 153.527 1025 2 0 9.77881 25.1225 -145.85 + 62 363.42 1024 1 0 9.78526 25.0231 -175.85 + 62 234.375 948 0 1 9.7637 24.9005 -204.45 + 62 294.404 1024 0 0 9.76151 24.8962 -205.85 + 62 74.0942 533 0 1 -73.25 -125.274 -204.542 + 62 172.168 776 1 1 -24.6882 -7.25381 -174.45 + 62 6.64749 1010 2 0 10.4421 22.0912 -145.85 + 62 6.28014 958 2 1 11.7912 18.3231 -144.85 + 62 142.583 983 2 0 12.9626 16.6878 -145.85 + 62 73.5752 982 2 0 12.9872 16.65 -145.881 + 62 156.892 1025 1 0 9.77091 25.0501 -175.987 + 62 130.822 950 0 1 10.0561 25.0962 -204.45 + 62 161.661 1025 0 0 10.0589 25.1081 -205.85 +Number of digits in this event = 33 Using G4ParticleGun ... -5.25831 LIN +1.91929 LIN gamma Event: 63 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 61 + 63 215.373 751 9 1 -29.6954 -84.481 65.55 + 63 217.571 477 9 0 -29.6859 -84.4793 64.15 + 63 266.682 752 8 1 -29.5062 -84.4744 35.55 + 63 366.994 477 8 0 -29.5033 -84.4684 34.15 + 63 192.538 753 7 1 -29.4097 -84.3325 5.55 + 63 129.191 478 7 0 -29.4174 -84.3271 4.15 + 63 462.123 752 6 1 -29.5597 -84.2768 -24.45 + 63 202.443 478 6 0 -29.5701 -84.2579 -25.85 + 63 113.291 751 5 1 -29.7893 -83.9113 -54.45 + 63 115.634 480 5 0 -29.7995 -83.8831 -55.85 + 63 134.043 750 4 1 -29.9484 -83.2419 -84.45 + 63 269.489 484 4 0 -29.9457 -83.2124 -85.85 + 63 197.217 751 3 1 -29.84 -82.577 -114.45 + 63 128.004 487 3 0 -29.836 -82.5567 -115.85 + 63 208.866 751 2 1 -29.8407 -82.1474 -144.45 + 63 114.386 489 2 0 -29.8581 -82.1426 -145.85 + 63 101.775 749 1 1 -30.2112 -82.029 -174.45 + 63 114.796 490 1 0 -30.2474 -81.9915 -175.85 + 63 98.765 744 0 1 -31.092 -81.2669 -204.45 + 63 135.629 494 0 0 -31.1332 -81.1862 -205.85 + 63 145.863 476 6 0 -29.8423 -84.7836 -25.8504 + 63 87.4807 475 6 0 -29.8725 -84.8502 -25.966 + 63 65.5488 474 6 0 -30.0903 -85.05 -26.0826 + 63 59.383 473 6 0 -30.2199 -85.25 -26.0174 + 63 83.248 472 6 0 -30.2514 -85.45 -25.9872 + 63 48.3392 471 6 0 -30.3429 -85.65 -26.0024 + 63 49.2678 470 6 0 -30.4006 -85.85 -26.0463 + 63 68.2305 469 6 0 -30.416 -86.0504 -26.0959 + 63 33.514 468 6 0 -30.3891 -86.2504 -26.1829 + 63 114.294 341 6 0 -36.9501 -111.758 -26.25 + 63 167.99 342 6 0 -36.9774 -111.75 -26.2245 + 63 168.566 711 6 1 -37.6502 -112.256 -24.85 + 63 111.294 712 6 1 -37.65 -112.303 -24.8133 + 63 215.83 751 8 1 -29.7511 -84.4633 35.55 + 63 168.744 752 7 1 -29.6316 -84.5965 5.55 + 63 174.531 477 7 0 -29.6242 -84.6062 4.15 + 63 143.442 754 5 1 -29.1982 -85.0253 -54.45 + 63 129.803 475 5 0 -29.1787 -85.0437 -55.85 + 63 110.539 756 4 1 -28.7733 -85.4266 -84.45 + 63 58.2441 473 4 0 -28.7565 -85.4467 -85.85 + 63 52.9708 472 4 0 -28.7538 -85.45 -86.0813 + 63 150.198 758 3 1 -28.4024 -85.8742 -114.45 + 63 113.112 470 3 0 -28.3847 -85.8954 -115.85 + 63 122.005 760 2 1 -28.0209 -86.3334 -144.45 + 63 130.906 468 2 0 -27.989 -86.3438 -145.85 + 63 83.4315 764 1 1 -27.0523 -86.4486 -174.45 + 63 61.9098 765 1 1 -27.05 -86.4526 -174.623 + 63 222.098 467 1 0 -27.029 -86.4793 -175.85 + 63 270.467 763 0 1 -27.2529 -87.5921 -204.45 + 63 137.99 461 0 0 -27.3207 -87.6746 -205.85 + 63 45.9615 833 0 1 -13.4449 -69.8167 -204.85 + 63 269.464 762 1 1 -27.5861 -86.824 -174.45 + 63 161.542 465 1 0 -27.5835 -86.8766 -175.85 + 63 134.415 459 0 0 -27.3016 -88.1034 -205.85 + 63 120.581 466 1 0 -27.5587 -86.8365 -175.85 + 63 155.202 765 0 1 -27.0233 -87.094 -204.45 + 63 110.533 464 0 0 -26.9944 -87.109 -205.85 + 63 102.837 760 1 1 -27.9237 -86.6301 -174.85 + 63 87.5572 753 5 1 -29.25 -85.0174 -54.5783 + 63 139.15 753 8 1 -29.4499 -84.2413 35.3301 + 63 42.6607 754 8 1 -29.25 -84.2278 35.4751 +Number of digits in this event = 36 Using G4ParticleGun ... -7.27093 LIN +1.83195 LIN gamma Event: 64 -Number of tracker hits in this event = 2 - 64 30.1667 1131 2 0 173.623 46.25 -146.122 - 64 75.1755 1130 2 0 173.662 46.25 -146.118 -Number of digits in this event = 3 +Number of tracker hits in this event = 105 + 64 289.148 870 11 1 -6.02688 76.7727 125.55 + 64 246.45 1283 11 0 -6.02786 76.7684 124.15 + 64 118.808 870 10 1 -6.04567 76.6568 95.55 + 64 101.756 1282 10 0 -6.04232 76.6467 94.15 + 64 110.699 870 9 1 -5.9737 76.3689 65.55 + 64 136.023 1281 9 0 -5.87945 76.3664 64.15 + 64 127.656 880 8 1 -3.91459 76.3229 35.55 + 64 152.532 1281 8 0 -3.81206 76.3192 34.15 + 64 185.019 891 7 1 -1.70872 76.2246 5.55 + 64 159.632 1280 7 0 -1.60161 76.2224 4.15 + 64 115.912 902 6 1 0.607043 76.1679 -24.45 + 64 129.511 1280 6 0 0.728635 76.1572 -25.85 + 64 111.936 915 5 1 3.21029 75.884 -54.45 + 64 113.196 1279 5 0 3.34805 75.8709 -55.85 + 64 103.729 930 4 1 6.1906 75.6084 -84.45 + 64 305.658 1277 4 0 6.33024 75.6033 -85.85 + 64 109.131 945 3 1 9.18081 75.495 -114.45 + 64 158.301 1277 3 0 9.30949 75.4636 -115.85 + 64 86.4665 959 2 1 12.0346 74.7965 -144.45 + 64 57.2794 960 2 1 12.05 74.7906 -144.632 + 64 100.838 1273 2 0 12.15 74.7566 -145.85 + 64 137.005 971 1 1 14.3757 73.9197 -174.45 + 64 147.631 1269 1 0 14.4691 73.8863 -175.85 + 64 163.774 982 0 1 16.5403 73.2835 -204.45 + 64 106.756 1265 0 0 16.6719 73.244 -205.85 + 64 282.999 988 0 1 17.7595 74.2813 -204.45 + 64 223.184 1271 0 0 17.9139 74.2744 -205.85 + 64 94.3377 893 2 1 -1.29351 13.2973 -144.45 + 64 92.203 1282 7 0 -2.10548 76.5108 4.14994 + 64 56.7977 1283 7 0 -2.24965 76.65 3.86255 + 64 113.586 743 6 1 -31.2781 94.1386 -24.45 + 64 103.02 1370 6 0 -31.4503 94.2503 -25.85 + 64 119.643 871 8 1 -5.69713 76.475 35.55 + 64 189.518 1283 8 0 -5.47476 76.7488 34.15 + 64 6.57932 1390 8 0 -75.116 98.3438 33.75 + 64 303.484 1391 8 0 -75.1283 98.35 33.7565 + 64 125.487 524 8 1 -75.0535 98.9108 35.1502 + 64 143.015 525 8 1 -75.05 98.9147 35.1589 + 64 22.0648 526 8 1 -74.85 98.8229 35.1865 + 64 0.312093 1393 8 0 -74.7116 98.9091 34.1498 + 64 113.205 523 8 1 -75.262 98.4826 35.15 + 64 7.74733 1281 6 0 -5.52053 76.4035 -25.85 + 64 258.955 870 0 1 -5.93346 75.4648 -204.45 + 64 97.6438 1277 0 0 -5.93179 75.4559 -205.85 + 64 153.263 1276 0 0 -5.90336 75.4097 -205.85 + 64 132.888 869 10 1 -6.17237 76.8541 95.55 + 64 128.355 1284 10 0 -6.19075 76.8692 94.15 + 64 144.328 867 9 1 -6.52793 77.2334 65.55 + 64 189.319 1286 9 0 -6.54313 77.2687 64.15 + 64 295.141 865 8 1 -6.89325 77.9789 35.55 + 64 79.1514 1289 8 0 -6.9275 78.0445 34.15 + 64 106.537 1290 8 0 -6.93049 78.05 34.0311 + 64 150.655 861 7 1 -7.74063 79.1901 5.55 + 64 113.634 1295 7 0 -7.76772 79.2348 4.15 + 64 113.949 858 6 1 -8.27236 80.1135 -24.45 + 64 118.17 1300 6 0 -8.30154 80.1508 -25.85 + 64 175.071 855 5 1 -8.86613 80.7927 -54.45 + 64 165.44 1303 5 0 -8.88816 80.818 -55.85 + 64 112.259 853 4 1 -9.42641 81.1862 -84.45 + 64 154.605 1306 4 0 -9.48269 81.2672 -85.85 + 64 117.216 846 3 1 -10.7069 83.063 -114.45 + 64 138.149 1315 3 0 -10.8125 83.1044 -115.85 + 64 127.694 835 2 1 -12.9955 83.9489 -144.45 + 64 130.928 1320 2 0 -13.1288 84.0533 -145.85 + 64 37.5548 821 1 1 -15.8449 86.2669 -174.45 + 64 82.1569 820 1 1 -15.85 86.2763 -174.573 + 64 135.456 1331 1 0 -15.9012 86.3787 -175.85 + 64 133.026 814 0 1 -17.0759 88.5691 -204.45 + 64 252.483 1343 0 0 -17.1125 88.6887 -205.85 + 64 59.483 1047 2 1 29.4674 67.2757 -144.85 + 64 265.771 860 6 1 -7.99995 78.1277 -24.45 + 64 535.737 1290 6 0 -8.02548 78.1395 -25.85 + 64 151.386 857 5 1 -8.52714 78.4154 -54.45 + 64 108.234 1291 5 0 -8.55176 78.3628 -55.85 + 64 109.218 854 4 1 -9.05541 77.3912 -84.45 + 64 112.364 1286 4 0 -9.05822 77.3477 -85.85 + 64 109.065 854 3 1 -9.08471 76.4199 -114.45 + 64 212.788 1281 3 0 -9.05213 76.3376 -115.85 + 64 102.018 859 2 1 -8.20133 74.6861 -144.45 + 64 108.163 1272 2 0 -8.16613 74.575 -145.85 + 64 108.256 862 1 1 -7.46222 72.4089 -174.45 + 64 63.6004 1261 1 0 -7.45074 72.2733 -175.85 + 64 43.3367 1260 1 0 -7.44854 72.25 -176.089 + 64 143.994 863 0 1 -7.26036 69.5042 -204.45 + 64 149.289 1246 0 0 -7.28958 69.3857 -205.85 + 64 38.1855 1222 2 0 114.303 64.568 -146.25 + 64 337.311 1223 2 0 114.361 64.65 -146.203 + 64 4.53438 1263 2 0 -6.98335 72.85 -146.065 + 64 166.039 861 5 1 -7.74024 78.5761 -54.45 + 64 108.981 1292 5 0 -7.63555 78.4978 -55.85 + 64 140.848 872 4 1 -5.49492 77.0042 -84.4501 + 64 123.101 1284 4 0 -5.35259 76.9549 -85.85 + 64 156.466 886 3 1 -2.80546 75.8901 -114.45 + 64 141.413 1279 3 0 -2.80756 75.9009 -115.85 + 64 164.902 886 2 1 -2.66701 76.6002 -144.451 + 64 65.0686 1282 2 0 -2.66365 76.6406 -145.851 + 64 87.4214 1283 2 0 -2.66281 76.65 -146.081 + 64 156.222 888 1 1 -2.43546 78.3962 -174.45 + 64 135.305 887 1 1 -2.4503 78.4066 -174.479 + 64 184.909 1294 1 0 -3.15186 78.9103 -175.85 + 64 3.13018 1295 1 0 -3.34688 79.05 -176.236 + 64 88.7121 811 0 1 -17.7256 89.2684 -204.45 + 64 54.2341 810 0 1 -17.85 89.3366 -204.7 + 64 142.543 1347 0 0 -18.351 89.5455 -205.85 + 64 31.0791 889 1 1 -2.25 140.473 -174.557 +Number of digits in this event = 56 Using G4ParticleGun ... -4.41638 LIN +1.04683 LIN gamma Event: 65 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 66 + 65 289.754 1438 8 1 107.891 96.3081 35.55 + 65 24.3609 1381 8 0 107.746 96.5403 34.15 + 65 266.844 1382 8 0 107.744 96.55 34.0868 + 65 162.767 1438 7 1 107.802 101.228 5.54944 + 65 123.197 1405 7 0 108.285 101.305 4.15 + 65 131.049 1482 6 1 116.67 103.832 -24.45 + 65 157.418 1418 6 0 116.815 103.805 -25.85 + 65 2.48036 1494 5 1 119.138 101.965 -54.45 + 65 78.3507 1495 5 1 119.151 101.965 -54.4613 + 65 95.5374 1496 5 1 119.35 101.967 -54.6403 + 65 12.0876 1497 5 1 119.55 101.971 -54.8239 + 65 321.761 1409 5 0 120.651 101.979 -55.85 + 65 45.1365 1383 8 0 107.386 96.75 33.8518 + 65 117.698 1380 8 0 107.897 96.3047 34.15 + 65 127.351 1439 7 1 107.967 96.2349 5.55 + 65 93.4991 1380 7 0 107.977 96.2342 4.15 + 65 171.323 1440 6 1 108.19 96.1875 -24.45 + 65 109.595 1380 6 0 108.197 96.188 -25.85 + 65 146.44 1440 5 1 108.337 96.2043 -54.45 + 65 131.899 1380 5 0 108.344 96.2095 -55.85 + 65 123.445 1441 4 1 108.455 96.3473 -84.45 + 65 143.112 1380 4 0 108.462 96.341 -85.85 + 65 520.189 1442 3 1 108.601 96.2485 -114.45 + 65 100.141 1380 3 0 108.617 96.2348 -115.85 + 65 127.282 1443 2 1 108.892 95.9297 -144.45 + 65 109.602 1378 2 0 108.911 95.9199 -145.85 + 65 447.038 1445 1 1 109.27 95.7249 -174.45 + 65 135.138 1377 1 0 109.304 95.7279 -175.85 + 65 286.511 1449 0 1 110.003 95.8132 -204.45 + 65 143.827 1378 0 0 110.048 95.8117 -205.85 + 65 13.5516 1441 3 1 108.55 96.2486 -114.773 + 65 261.424 1379 1 0 109.321 96.1109 -175.85 + 65 80.7994 1448 0 1 109.95 94.5115 -204.632 + 65 229.752 1371 0 0 109.854 94.3955 -205.85 + 65 8.3898 1516 3 0 149.439 123.454 -116.25 + 65 110.854 1666 3 0 153.09 153.436 -116.25 + 65 40.6354 1080 2 0 138.546 36.1549 -146.25 + 65 131.087 1079 2 0 138.574 36.05 -146.198 + 65 85.338 1078 2 0 138.732 35.85 -146.049 + 65 36.1035 1591 2 1 138.354 35.9276 -144.85 + 65 107.524 1590 2 1 138.35 35.9598 -144.735 + 65 150.13 1589 2 1 138.15 35.8274 -144.546 + 65 205.356 1588 2 1 137.95 35.6887 -144.542 + 65 103.919 1587 2 1 137.75 36.0222 -144.478 + 65 234.314 246 3 0 71.6706 -130.91 -116.25 + 65 50.6858 245 3 0 71.6413 -130.95 -116.193 + 65 93.9764 1263 3 1 72.7747 -129.662 -114.85 + 65 149.687 1454 0 1 111.006 94.572 -204.45 + 65 173.1 1378 3 0 108.68 95.8866 -115.85 + 65 136.1 1446 2 1 109.518 96.5782 -144.45 + 65 115.546 1382 2 0 109.534 96.6992 -145.85 + 65 120.076 1447 1 1 109.566 99.2393 -174.45 + 65 75.7542 1395 1 0 109.585 99.333 -175.85 + 65 46.4196 1396 1 0 109.589 99.35 -176.109 + 65 101.178 1404 0 0 110.14 101.008 -205.85 + 65 38.5665 1379 3 0 108.938 95.9501 -116.1 + 65 133.812 1460 2 1 112.22 99.131 -144.45 + 65 138.511 1394 2 0 112.373 99.005 -145.851 + 65 17.2814 1479 1 1 116.145 96.577 -174.45 + 65 100.883 1480 1 1 116.15 96.5728 -174.495 + 65 131.095 1381 1 0 116.262 96.4542 -175.85 + 65 99.9558 1486 0 1 117.363 97.7062 -204.45 + 65 42.9352 1485 0 1 117.35 97.6017 -204.711 + 65 101.634 1384 0 0 117.233 97.1494 -205.85 + 65 80.6799 1393 2 0 112.361 98.9498 -146.101 + 65 5.92281 1392 2 0 112.242 98.7498 -146.239 +Number of digits in this event = 35 Using G4ParticleGun ... -8.42258 LIN +9.6193 LIN gamma Event: 66 -Number of tracker hits in this event = 31 - 66 168.53 1396 4 1 99.4275 35.8383 -84.4917 - 66 346.34 1078 4 0 99.4278 35.8381 -85.85 - 66 283.534 1396 3 1 99.4446 35.8118 -114.45 - 66 199.2 1078 3 0 99.4442 35.8104 -115.85 - 66 204.423 1396 2 1 99.4416 35.7681 -144.45 - 66 257.11 1078 2 0 99.4411 35.7651 -145.85 - 66 247.983 1396 1 1 99.4276 35.7112 -174.45 - 66 262.692 1078 1 0 99.4298 35.7086 -175.85 - 66 322.702 1396 0 1 99.4705 35.654 -204.45 - 66 105.215 1078 0 0 99.4736 35.6509 -205.85 - 66 5.42939 1077 0 0 99.4744 35.65 -206.229 - 66 13.3832 1081 3 0 98.666 36.4255 -115.85 - 66 148.575 1082 3 0 98.6313 36.45 -115.9 - 66 37.4945 1366 2 1 93.4284 38.237 -144.45 - 66 94.0149 1367 2 1 93.55 38.2967 -144.531 - 66 22.462 1368 2 1 93.7503 38.4336 -144.788 - 66 91.5486 1094 2 0 95.3218 38.9247 -145.85 - 66 75.677 1093 2 0 95.5733 38.85 -146.011 - 66 116.86 1092 2 0 95.7905 38.6498 -146.046 - 66 184.565 1091 2 0 96.0108 38.4498 -146.055 - 66 113.835 1079 0 0 99.5238 35.8555 -205.85 - 66 16.9932 665 6 0 159.628 -47.04 -26.25 - 66 110.631 664 6 0 159.636 -47.05 -26.1839 - 66 134.019 1699 6 1 159.959 -47.4128 -24.85 - 66 95.7472 700 7 0 165.935 -39.938 3.7506 - 66 11.323 701 7 0 166.093 -39.85 4.08303 - 66 199.8 1731 7 1 166.411 -39.6086 5.15 - 66 68.876 1732 7 1 166.617 -39.283 5.55 - 66 149.662 706 7 0 166.197 -38.8113 4.14951 - 66 58.2842 707 7 0 166.208 -38.6499 3.89294 - 66 42.5477 1293 5 0 37.9739 78.6734 -56.25 -Number of digits in this event = 17 +Number of tracker hits in this event = 7 + 66 237.96 1222 1 1 64.453 -121.548 -174.45 + 66 234.003 293 1 0 64.4525 -121.547 -175.85 + 66 129.121 1221 0 1 64.4431 -121.544 -204.45 + 66 119.765 293 0 0 64.4427 -121.544 -205.85 + 66 124.044 1222 0 1 64.45 -121.546 -204.605 + 66 121.618 1228 0 1 65.7513 -120.096 -204.45 + 66 115.109 300 0 0 65.7917 -120.007 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -4.25032 LIN +4.9588 LIN gamma Event: 67 -Number of tracker hits in this event = 34 - 67 250.378 429 6 1 -94.2928 -29.494 -24.45 - 67 228.507 752 6 0 -94.2913 -29.4919 -25.85 - 67 255.191 429 5 1 -94.2619 -29.4647 -54.45 - 67 214.113 752 5 0 -94.2603 -29.468 -55.85 - 67 230.978 429 4 1 -94.2079 -29.5913 -84.45 - 67 231.787 752 4 0 -94.1948 -29.6026 -85.85 - 67 134.427 431 3 1 -93.898 -29.8662 -114.45 - 67 130.639 750 3 0 -93.8776 -29.8804 -115.85 - 67 97.7661 433 2 1 -93.4437 -30.1794 -144.45 - 67 140.86 749 2 0 -93.421 -30.1939 -145.85 - 67 123.768 435 1 1 -92.9753 -30.4953 -174.45 - 67 119.235 747 1 0 -92.9425 -30.5211 -175.85 - 67 120.712 439 0 1 -92.2612 -31.044 -204.45 - 67 308.081 744 0 0 -92.2265 -31.063 -205.85 - 67 59.3053 724 0 0 -4.18752 -35.25 -205.98 - 67 133.778 723 0 0 -3.88505 -35.25 -205.926 - 67 74.7749 482 4 0 -90.7494 -83.4752 -86.2497 - 67 245.679 481 4 0 -90.7453 -83.6501 -86.1807 - 67 41.7081 480 4 0 -90.7341 -83.85 -86.0847 - 67 106.718 429 3 1 -94.1562 -29.612 -114.45 - 67 141.462 752 3 0 -94.1561 -29.6132 -115.85 - 67 103.267 430 2 1 -94.1469 -29.6168 -144.45 - 67 115.095 752 2 0 -94.1489 -29.6191 -145.85 - 67 161.211 429 1 1 -94.1982 -29.6514 -174.45 - 67 102.227 752 1 0 -94.1971 -29.6387 -175.85 - 67 196.959 429 0 1 -94.1525 -29.3875 -204.45 - 67 121.169 753 0 0 -94.1508 -29.3737 -205.85 - 67 14.034 1101 3 0 -146.303 40.2954 -116.25 - 67 91.7166 460 4 0 -141.109 -87.92 -86.25 - 67 121.5 461 4 0 -141.345 -87.85 -86.0236 - 67 37.3857 189 4 1 -142.298 -87.6506 -84.8498 - 67 109.433 188 4 1 -142.35 -87.6456 -84.739 - 67 53.1571 187 4 1 -142.55 -87.6596 -84.5508 - 67 59.5882 186 4 1 -142.75 -87.7015 -84.4917 -Number of digits in this event = 22 +Number of tracker hits in this event = 24 + 67 221.485 940 2 1 8.21763 122.332 -144.45 + 67 259.193 1510 2 0 8.2175 122.332 -145.85 + 67 117.525 940 1 1 8.20821 122.327 -174.45 + 67 119.001 1510 1 0 8.19451 122.323 -175.85 + 67 127.919 939 0 1 7.98666 122.175 -204.45 + 67 134.141 1510 0 0 7.97794 122.179 -205.85 + 67 193.72 730 13 0 -74.917 -33.8904 183.75 + 67 107.238 518 13 1 -76.3996 -33.7393 185.15 + 67 87.5544 517 13 1 -76.4502 -33.7395 185.205 + 67 283.536 519 13 1 -76.2499 -34.0866 185.464 + 67 196.125 725 13 0 -75.8445 -34.9612 184.15 + 67 134.786 724 13 0 -75.846 -35.05 183.996 + 67 109.843 810 13 0 -104.583 -17.943 183.75 + 67 139.159 811 13 0 -104.911 -17.85 183.9 + 67 477.226 370 13 1 -105.951 -17.4663 185.15 + 67 201.061 369 13 1 -106.15 -17.4208 185.266 + 67 182.066 368 13 1 -106.35 -17.2934 185.424 + 67 121.992 367 13 1 -106.685 -17.1824 185.55 + 67 170.777 826 13 0 -107.712 -14.7222 184.15 + 67 15.2406 827 13 0 -107.783 -14.65 184.07 + 67 133.812 942 1 1 8.63706 122.037 -174.45 + 67 150.638 1509 1 0 8.66892 122.019 -175.85 + 67 115.151 946 0 1 9.34296 121.629 -204.45 + 67 107.068 1507 0 0 9.37648 121.599 -205.85 +Number of digits in this event = 17 Using G4ParticleGun ... -4.68591 LIN +1.4806 LIN gamma Event: 68 -Number of tracker hits in this event = 29 - 68 210.134 1281 4 1 76.2935 18.9101 -84.45 - 68 228.434 994 4 0 76.2957 18.9096 -85.85 - 68 288.097 1281 3 1 76.3249 18.8942 -114.45 - 68 315.423 994 3 0 76.3206 18.89 -115.85 - 68 122.867 1280 2 1 76.2235 18.8255 -144.45 - 68 231.697 993 2 0 76.22 18.8173 -145.85 - 68 90.0027 1280 1 1 76.146 18.6549 -174.45 - 68 242.125 992 1 0 76.1396 18.6275 -175.85 - 68 183.378 1280 0 1 76.135 17.8481 -204.45 - 68 100.897 988 0 0 76.1397 17.8087 -205.85 - 68 119.363 1067 0 0 74.7892 33.5186 -206.25 - 68 37.7994 1607 3 1 141.55 138.985 -114.706 - 68 364.621 1281 0 1 76.377 18.8902 -204.45 - 68 281.949 993 0 0 76.2606 18.8076 -205.85 - 68 348.964 1282 0 1 76.45 18.9798 -204.492 - 68 90.9609 1283 0 1 76.65 19.6049 -204.651 - 68 43.723 1284 0 1 76.85 19.8025 -204.812 - 68 22.106 1007 0 0 77.958 21.5882 -205.85 - 68 31.5948 1008 0 0 77.9944 21.65 -205.862 - 68 103.658 1289 0 1 78.0103 24.8014 -204.85 - 68 231.603 1288 0 1 77.85 25.2039 -204.669 - 68 111.843 993 3 0 76.3399 18.8097 -115.85 - 68 154.267 1281 2 1 76.3463 18.7003 -144.45 - 68 106.011 1281 1 1 76.3283 18.6871 -174.45 - 68 109.362 993 1 0 76.3281 18.6885 -175.85 - 68 7.15148 791 1 0 130.618 -21.6568 -176.25 - 68 245.915 792 1 0 130.627 -21.65 -176.234 - 68 2.1025 994 2 0 77.0536 19.0463 -145.85 - 68 133.362 995 2 0 77.0609 19.05 -145.861 -Number of digits in this event = 18 +Number of tracker hits in this event = 82 + 68 203.039 921 7 1 4.41615 104.527 5.55 + 68 271.203 1421 7 0 4.41349 104.523 4.15 + 68 237.942 921 6 1 4.35016 104.429 -24.45 + 68 190.555 1421 6 0 4.34437 104.424 -25.85 + 68 337.257 920 5 1 4.23247 104.308 -54.45 + 68 132.169 1420 5 0 4.23744 104.295 -55.85 + 68 257.821 921 4 1 4.33007 103.978 -84.45 + 68 35.7573 1419 4 0 4.33695 103.952 -85.85 + 68 109.121 1418 4 0 4.33742 103.95 -85.9503 + 68 140.121 921 3 1 4.4487 103.441 -114.45 + 68 120.401 1416 3 0 4.45318 103.412 -115.85 + 68 122.27 922 2 1 4.51669 102.864 -144.45 + 68 123.977 1413 2 0 4.52709 102.833 -145.85 + 68 145.525 923 1 1 4.75525 102.218 -174.45 + 68 280.63 1410 1 0 4.76635 102.187 -175.85 + 68 133.873 924 0 1 5.00532 101.542 -204.45 + 68 324.584 1406 0 0 5.00142 101.52 -205.85 + 68 170.697 924 1 1 4.99888 102.042 -174.45 + 68 167.033 1409 1 0 4.18489 101.997 -175.85 + 68 3.29692 829 1 0 -16.677 -14.2381 -176.25 + 68 66.7291 828 1 0 -16.6763 -14.25 -176.248 + 68 69.0719 827 1 0 -16.7044 -14.4502 -176.182 + 68 73.9511 826 1 0 -16.7245 -14.65 -176.005 + 68 115.832 820 1 1 -15.9381 -14.965 -174.85 + 68 134.843 821 1 1 -15.85 -15.0167 -174.733 + 68 224.71 919 2 1 3.85323 104.02 -144.45 + 68 97.1151 918 2 1 3.85 104.033 -144.522 + 68 94.1745 1420 2 0 3.86712 104.247 -145.85 + 68 89.9136 915 1 1 3.16213 107.416 -174.45 + 68 57.5751 914 1 1 3.04969 107.514 -174.69 + 68 172.262 1439 1 0 2.55503 107.961 -175.85 + 68 53.2114 1673 1 0 -28.7997 154.821 -176.25 + 68 108.647 1674 1 0 -28.873 154.95 -176.134 + 68 13.888 1675 1 0 -29.0856 155.15 -175.886 + 68 248.559 749 1 1 -30.0979 156.009 -174.85 + 68 199.443 748 1 1 -30.25 156.14 -174.716 + 68 166.633 747 1 1 -30.45 156.315 -174.525 + 68 6.40962 746 1 1 -30.65 156.562 -174.456 + 68 346.067 750 1 1 -30.0499 157.949 -174.631 + 68 343.451 751 1 1 -29.85 158.633 -174.533 + 68 63.3169 1699 1 0 -31.6636 160.036 -175.85 + 68 113.047 1698 1 0 -31.8475 159.95 -175.905 + 68 64.8006 1697 1 0 -31.9645 159.75 -175.982 + 68 55.5085 1696 1 0 -31.9278 159.55 -175.949 + 68 339.948 736 1 1 -32.7388 158.788 -174.85 + 68 63.1626 1742 1 0 -27.1111 168.55 -176.1 + 68 186.26 909 0 1 2.02428 101.302 -204.45 + 68 87.358 1408 0 0 2.07656 101.87 -205.85 + 68 47.8668 1409 0 0 2.09125 101.95 -206.069 + 68 68.2983 910 0 1 2.05001 101.318 -204.588 + 68 137.05 1388 0 0 -4.6088 97.8652 -206.25 + 68 37.7884 871 0 1 -5.76793 98.1084 -204.85 + 68 103.205 870 0 1 -5.85 98.1288 -204.753 + 68 28.0828 869 0 1 -6.05 98.155 -204.514 + 68 125.178 1354 1 0 -23.6691 91.0328 -176.25 + 68 176.43 776 1 1 -24.7009 90.8961 -174.85 + 68 64.4588 775 1 1 -24.85 90.8739 -174.662 + 68 63.0105 1415 2 0 4.33955 103.209 -145.85 + 68 87.4748 1414 2 0 4.3844 103.15 -145.98 + 68 132.7 981 1 1 16.3098 93.3522 -174.45 + 68 59.2682 982 1 1 16.45 93.3969 -174.703 + 68 46.0191 1367 1 0 17.1405 93.7059 -175.851 + 68 81.2166 1368 1 0 17.2291 93.75 -175.995 + 68 114.215 1466 1 0 39.68 113.358 -176.25 + 68 36.2243 1098 1 1 39.6606 113.68 -174.85 + 68 85.3007 1097 1 1 39.6499 113.708 -174.726 + 68 104.711 1422 6 0 4.26524 104.675 -25.85 + 68 207.677 1419 5 0 4.19956 103.996 -55.85 + 68 284.77 1417 4 0 4.46118 103.636 -85.85 + 68 124.538 924 3 1 4.97265 103.355 -114.45 + 68 121.148 1415 3 0 4.98532 103.322 -115.85 + 68 149.59 926 2 1 5.30468 102.627 -144.45 + 68 115.568 1412 2 0 5.30746 102.611 -145.85 + 68 247.499 1395 2 0 37.1093 99.2974 -146.25 + 68 36.1915 1102 2 1 40.4907 98.2104 -144.85 + 68 72.2387 1103 2 1 40.65 98.1523 -144.79 + 68 75.9682 1104 2 1 40.85 98.0345 -144.636 + 68 58.7979 1472 3 0 25.5286 114.663 -116.249 + 68 60.3213 1473 3 0 25.4208 114.75 -116.043 + 68 38.491 1022 3 1 24.51 115.118 -114.85 + 68 98.444 1021 3 1 24.45 115.15 -114.769 + 68 14.3155 1020 3 1 24.25 115.279 -114.501 +Number of digits in this event = 40 Using G4ParticleGun ... -8.02849 LIN +8.68242 LIN gamma Event: 69 -Number of tracker hits in this event = 27 - 69 275.484 784 3 1 -23.2258 -118.359 -114.45 - 69 263.797 308 3 0 -23.2268 -118.358 -115.85 - 69 141.403 783 2 1 -23.2521 -118.318 -144.45 - 69 106.736 309 2 0 -23.2507 -118.315 -145.85 - 69 556.141 784 1 1 -23.2198 -118.247 -174.45 - 69 202.292 309 1 0 -23.2192 -118.245 -175.85 - 69 454.476 784 0 1 -23.2047 -118.211 -204.45 - 69 349.492 309 0 0 -23.2027 -118.211 -205.85 - 69 371.884 783 0 1 -23.2653 -118.187 -204.45 - 69 143.403 911 1 1 2.41294 -102.29 -174.85 - 69 5.4508 912 1 1 2.45003 -102.207 -174.746 - 69 52.49 910 1 1 2.25 -102.252 -174.767 - 69 56.1081 388 1 0 2.1812 -102.55 -175.85 - 69 76.6147 387 1 0 2.1812 -102.55 -175.85 - 69 166.618 149 1 0 -50.4381 -150.154 -176.25 - 69 344.086 308 0 0 -23.424 -118.35 -205.97 - 69 259.658 313 0 0 -25.5445 -117.473 -205.85 - 69 136.196 784 2 1 -23.2121 -118.364 -144.45 - 69 120.57 308 2 0 -23.2118 -118.365 -145.85 - 69 249.446 308 1 0 -23.2084 -118.387 -175.85 - 69 171.631 64 5 0 50.1985 -167.191 -56.25 - 69 179.327 549 14 1 -70.1464 94.3616 215.15 - 69 25.8167 306 1 0 -23.0737 -118.922 -175.85 - 69 88.0244 305 1 0 -23.068 -118.95 -175.926 - 69 180.89 799 0 1 -20.1882 -129.136 -204.45 - 69 143.495 252 0 0 -20.0416 -129.557 -205.85 - 69 194.768 306 0 0 -23.1297 -118.778 -205.85 -Number of digits in this event = 23 +Number of tracker hits in this event = 8 + 69 331.031 884 8 0 -41.965 -3.05 33.7995 + 69 10.3864 1565 1 0 -27.6671 133.322 -176.25 + 69 134.738 1566 1 0 -27.68 133.35 -176.21 + 69 18.79 1567 1 0 -27.7344 133.55 -175.913 + 69 236.705 763 1 1 -27.419 134.058 -174.849 + 69 133.514 764 1 1 -27.25 133.956 -174.484 + 69 103.941 1572 1 0 -28.2413 134.622 -175.85 + 69 102.419 1573 1 0 -28.1898 134.75 -176.054 +Number of digits in this event = 6 Using G4ParticleGun ... -7.37527 LIN +4.95121 LIN gamma Event: 70 -Number of tracker hits in this event = 84 - 70 330.514 467 7 1 -86.5204 64.0434 5.55 - 70 252.195 1219 7 0 -86.5197 64.0418 4.15 - 70 394.69 467 6 1 -86.5307 63.9898 -24.45 - 70 124.35 1219 6 0 -86.5238 63.9813 -25.85 - 70 129.181 468 5 1 -86.3859 63.8212 -54.45 - 70 112.988 1218 5 0 -86.3822 63.8184 -55.85 - 70 239.339 468 4 1 -86.3556 63.7031 -84.45 - 70 179.57 1218 4 0 -86.3567 63.6987 -85.85 - 70 414.617 468 3 1 -86.3889 63.6233 -114.45 - 70 143.437 1217 3 0 -86.3841 63.6199 -115.85 - 70 125.316 468 2 1 -86.303 63.5554 -144.45 - 70 101.786 1217 2 0 -86.2935 63.5529 -145.85 - 70 300.464 469 1 1 -86.1119 63.5503 -174.45 - 70 138.226 1217 1 0 -86.1072 63.5555 -175.85 - 70 327.263 470 0 1 -86.0345 63.6213 -204.45 - 70 154.859 1217 0 0 -86.0286 63.6165 -205.85 - 70 29.3592 1200 0 0 -97.67 60.25 -205.949 - 70 118.217 467 2 1 -86.638 65.2856 -144.45 - 70 31.8948 1220 7 0 -86.5115 64.05 3.82968 - 70 461.072 1282 7 0 -22.9145 76.4745 3.75009 - 70 64.8253 942 0 1 8.45 57.8008 -204.49 - 70 374.324 941 0 1 8.44996 57.7859 -204.578 - 70 76.1473 940 0 1 8.25 57.8466 -204.794 - 70 303.764 1189 0 0 8.28493 57.8842 -205.85 - 70 126.241 1220 6 0 -86.4987 64.0545 -25.85 - 70 124.155 467 5 1 -86.4722 64.1611 -54.45 - 70 116.633 1220 5 0 -86.4672 64.1636 -55.85 - 70 354.065 1220 4 0 -86.3592 64.2198 -85.85 - 70 149.699 1221 3 0 -86.2537 64.285 -115.85 - 70 129.919 469 2 1 -86.1945 64.3523 -144.45 - 70 143.39 1221 2 0 -86.1886 64.3523 -145.85 - 70 177.545 1221 1 0 -86.0624 64.3731 -175.85 - 70 98.48 1221 0 0 -86.0057 64.3742 -205.85 - 70 139.9 1117 2 1 43.5929 90.2091 -144.85 - 70 12.4303 833 5 1 -13.3871 33.2422 -54.85 - 70 2.30906 1013 5 0 -82.512 22.6551 -56.25 - 70 96.9719 1012 5 0 -82.5186 22.6499 -56.2447 - 70 69.8749 1011 5 0 -82.72 22.45 -56.1445 - 70 63.3648 1010 5 0 -82.8492 22.25 -56.0475 - 70 75.1732 1009 5 0 -82.95 22.05 -55.9412 - 70 49.2792 1008 5 0 -83.0091 21.85 -55.8714 - 70 82.1532 486 5 1 -82.7631 21.0038 -54.85 - 70 161.358 487 5 1 -82.6497 20.9877 -54.6567 - 70 392.752 488 5 1 -82.45 21.3027 -54.5338 - 70 61.3706 942 1 0 -49.5063 8.58275 -176.25 - 70 232.455 467 4 1 -86.5341 64.2173 -84.45 - 70 100.56 466 3 1 -86.7825 64.4296 -114.45 - 70 29.5625 467 3 1 -86.65 64.5191 -114.791 - 70 90.3666 1223 3 0 -86.2226 64.821 -115.85 - 70 101.094 1224 3 0 -86.182 64.85 -115.948 - 70 329.235 526 2 1 -74.7104 74.615 -144.45 - 70 42.8915 1277 2 0 -74.7078 75.5563 -145.85 - 70 101.443 1278 2 0 -74.7104 75.65 -145.986 - 70 103.92 519 1 1 -76.2354 89.6312 -174.45 - 70 36.9369 1349 1 0 -75.9666 90.0154 -175.85 - 70 201.673 530 0 1 -74.0164 95.6409 -204.45 - 70 113.826 1375 0 0 -74.0937 95.298 -205.85 - 70 60.2533 1188 0 0 3.98059 57.8498 -206.094 - 70 46.288 1196 3 0 -0.769236 59.378 -116.25 - 70 16.0843 446 3 1 -90.7817 64.2432 -114.45 - 70 113.541 447 3 1 -90.7497 64.2535 -114.501 - 70 5.45037 448 3 1 -90.55 64.3245 -114.825 - 70 66.6289 1222 3 0 -89.9495 64.5918 -115.85 - 70 296.669 534 2 1 -73.1401 74.2071 -144.45 - 70 18.8997 535 2 1 -73.05 74.373 -144.774 - 70 42.8341 1273 2 0 -72.6979 74.8089 -145.85 - 70 90.9912 1274 2 0 -72.668 74.85 -145.946 - 70 128.829 1455 2 0 -22.7625 111.18 -146.25 - 70 44.7906 1456 2 0 -22.4337 111.35 -145.996 - 70 4.51955 792 2 1 -21.459 112.179 -144.85 - 70 78.6889 793 2 1 -21.4499 112.187 -144.839 - 70 75.4188 794 2 1 -21.25 112.204 -144.589 - 70 103.569 795 2 1 -21.05 112.234 -144.528 - 70 76.5744 1458 2 0 -20.7063 111.834 -145.85 - 70 65.3453 1457 2 0 -20.6142 111.75 -145.994 - 70 48.2326 800 2 1 -19.8761 110.916 -144.85 - 70 67.4504 801 2 1 -19.85 110.904 -144.813 - 70 39.386 1453 2 0 -20.0067 110.774 -145.85 - 70 203.388 1452 2 0 -20.0013 110.75 -145.918 - 70 150.559 533 2 1 -73.25 74.16 -144.711 - 70 68.9087 1257 2 0 -73.9984 71.5871 -145.85 - 70 115.124 1181 4 0 -102.746 56.3823 -86.25 - 70 54.3518 1180 4 0 -102.84 56.25 -85.9345 - 70 98.6242 385 4 1 -103.012 55.7074 -84.8499 -Number of digits in this event = 37 +Number of tracker hits in this event = 16 + 70 254.692 1112 3 1 42.6433 90.8418 -114.45 + 70 234.159 1353 3 0 42.6493 90.84 -115.85 + 70 103.264 1113 2 1 42.7633 90.8033 -144.45 + 70 218.982 1353 2 0 42.8041 90.7576 -145.85 + 70 44.2308 1352 2 0 42.8108 90.75 -146.08 + 70 107.695 1116 1 1 43.3964 89.6546 -174.45 + 70 100.148 1347 1 0 43.4357 89.5946 -175.85 + 70 167.044 1120 0 1 44.1031 88.2531 -204.45 + 70 140.138 1340 0 0 44.1232 88.1642 -205.85 + 70 128.115 1112 2 1 42.5934 90.8145 -144.45 + 70 95.0826 1112 1 1 42.637 90.6789 -174.45 + 70 133.801 1352 1 0 42.6344 90.6819 -175.85 + 70 107.858 1112 0 1 42.5814 90.7535 -204.45 + 70 112.315 1353 0 0 42.5777 90.7604 -205.85 + 70 86.8268 1382 0 1 96.75 -11.3436 -204.652 + 70 5.71556 81 11 1 -163.75 -105.38 125.283 +Number of digits in this event = 9 Using G4ParticleGun ... -8.6341 LIN +3.43491 LIN gamma Event: 71 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 1 + 71 79.6686 1564 10 0 140.242 132.95 94.0786 +Number of digits in this event = 1 Using G4ParticleGun ... -3.05415 LIN +5.96008 LIN gamma Event: 72 -Number of tracker hits in this event = 108 - 72 275.325 687 10 1 -42.4777 63.2875 95.55 - 72 256.132 1216 10 0 -42.4952 63.2832 94.15 - 72 154.89 685 9 1 -42.8652 63.2125 65.55 - 72 122.454 1215 9 0 -42.8573 63.204 64.15 - 72 112.612 687 8 1 -42.6353 63.0581 35.55 - 72 124.728 1214 8 0 -42.6224 63.0396 34.15 - 72 218.317 688 7 1 -42.3464 62.6953 5.55 - 72 142.127 1213 7 0 -42.3357 62.6683 4.15 - 72 162.583 689 6 1 -42.0831 62.0938 -24.45 - 72 135.198 1210 6 0 -42.0816 62.095 -25.85 - 72 123.309 690 5 1 -41.9931 62.1195 -54.45 - 72 103.883 1210 5 0 -41.9742 62.1349 -55.85 - 72 196.308 692 4 1 -41.5397 62.4535 -84.45 - 72 123.263 1212 4 0 -41.4831 62.4546 -85.85 - 72 110.916 698 3 1 -40.2857 62.3538 -114.45 - 72 131.495 1211 3 0 -40.2428 62.3486 -115.85 - 72 164.915 704 2 1 -39.1373 62.2226 -144.45 - 72 208.311 1211 2 0 -39.0697 62.2602 -145.85 - 72 111.356 711 1 1 -37.6794 63.2466 -174.45 - 72 261.776 1216 1 0 -37.6265 63.2825 -175.85 - 72 180.744 717 0 1 -36.4857 63.8129 -204.45 - 72 130.758 1218 0 0 -36.4079 63.7705 -205.85 - 72 111.137 700 2 1 -39.9222 63.327 -144.45 - 72 228.274 699 2 1 -40.0502 63.0783 -144.686 - 72 170.021 698 2 1 -40.25 62.9804 -144.676 - 72 136.569 755 4 1 -28.9949 38.2311 -84.45 - 72 92.7982 689 7 1 -42.2496 62.7279 5.55 - 72 92.5411 690 7 1 -42.05 62.8198 5.30475 - 72 11.1786 691 7 1 -41.85 62.8831 5.15513 - 72 106.027 1189 7 0 -18.5002 57.9836 4.15 - 72 157.075 1188 7 0 -18.1402 57.85 4.08647 - 72 150.017 1187 7 0 -17.5325 57.65 3.99728 - 72 514.434 814 7 1 -17.153 57.2852 5.15 - 72 75.0319 813 7 1 -17.25 57.1966 5.2742 - 72 80.0696 812 7 1 -17.4501 57.1999 5.18627 - 72 252.724 811 7 1 -17.65 57.1943 5.19156 - 72 45.3374 810 7 1 -17.85 57.1954 5.28327 - 72 33.5678 688 10 1 -42.4498 63.2544 95.1964 - 72 245.258 1209 10 0 -41.8269 61.8802 94.15 - 72 107.299 687 9 1 -42.459 63.3136 65.55 - 72 120.045 1216 9 0 -42.4568 63.3151 64.15 - 72 142.013 688 8 1 -42.4088 63.3489 35.55 - 72 132.646 1216 8 0 -42.4063 63.3524 34.15 - 72 149.376 1216 7 0 -42.3613 63.436 4.15 - 72 140.676 688 6 1 -42.3346 63.5689 -24.45 - 72 111.794 1217 6 0 -42.3327 63.5724 -25.85 - 72 172.538 688 5 1 -42.2953 63.6369 -54.45 - 72 105.879 1217 5 0 -42.2958 63.6433 -55.85 - 72 91.9095 688 4 1 -42.2997 63.776 -84.45 - 72 117.289 1218 4 0 -42.2999 63.7813 -85.85 - 72 160.76 688 3 1 -42.3095 63.8872 -114.45 - 72 200.418 1219 3 0 -42.31 63.8894 -115.85 - 72 185.693 688 2 1 -42.3309 63.9298 -144.45 - 72 138.675 1219 2 0 -42.3336 63.9317 -145.85 - 72 135.712 688 1 1 -42.3969 63.9676 -174.45 - 72 106.912 1219 1 0 -42.4023 63.9734 -175.85 - 72 131.983 687 0 1 -42.511 64.0857 -204.45 - 72 118.989 1220 0 0 -42.5152 64.0866 -205.85 - 72 37.2107 1171 5 1 54.2841 59.27 -54.85 - 72 8.60759 1307 1 0 145.446 81.45 -176.12 - 72 128.955 1638 1 1 147.807 81.1598 -174.85 - 72 235.65 1639 1 1 147.95 81.1895 -174.729 - 72 221.898 1640 1 1 148.15 81.285 -174.54 - 72 366.044 1637 1 1 147.75 80.9217 -174.468 - 72 44.8571 1636 1 1 147.55 80.8706 -174.704 - 72 69.0976 309 4 0 -90.0243 -118.15 -85.9374 - 72 170.001 1257 2 0 -54.0837 71.5893 -146.25 - 72 205.583 625 2 1 -54.8644 71.5692 -144.85 - 72 107.443 1249 2 0 -56.1662 70.0107 -145.85 - 72 146.962 1248 2 0 -56.1566 69.8497 -145.899 - 72 217.334 687 7 1 -42.45 63.327 5.52645 - 72 279.06 689 5 1 -42.1966 63.1515 -54.4507 - 72 161.474 1214 5 0 -42.3446 63.0397 -55.8501 - 72 180.358 673 4 1 -45.3042 60.4936 -84.45 - 72 123.56 1201 4 0 -45.7507 60.35 -85.85 - 72 107.544 615 3 1 -56.9683 58.594 -114.45 - 72 4.54473 614 3 1 -57.05 58.5781 -114.832 - 72 94.9948 1192 3 0 -57.3287 58.5237 -115.85 - 72 180.515 339 1 1 -112.335 45.344 -174.85 - 72 79.9677 571 2 1 -65.8048 52.2376 -144.45 - 72 253.564 570 2 1 -65.85 52.3917 -144.658 - 72 73.0424 569 2 1 -66.05 52.6973 -144.647 - 72 196.58 568 2 1 -66.25 52.7805 -144.645 - 72 123.181 567 2 1 -66.45 52.413 -144.648 - 72 141.305 566 2 1 -66.65 52.2952 -144.752 - 72 134.485 591 0 1 -61.7488 46.6548 -204.45 - 72 115.613 592 0 1 -61.65 46.6129 -204.547 - 72 51.7231 593 0 1 -61.45 46.5631 -204.684 - 72 33.2125 594 0 1 -61.2499 46.5388 -204.791 - 72 334.035 1132 0 0 -59.0174 46.5201 -205.85 - 72 88.0385 1518 0 0 74.3527 123.773 -206.25 - 72 117.049 1519 0 0 74.5338 123.95 -206.192 - 72 106.938 1520 0 0 74.7974 124.15 -206.13 - 72 75.8269 1521 0 0 75.0776 124.35 -206.072 - 72 163.323 1522 0 0 75.2882 124.55 -206.095 - 72 161.59 1523 0 0 75.5204 124.75 -206.174 - 72 109.545 1216 5 0 -42.2743 63.3127 -55.8501 - 72 150.584 682 4 1 -43.6124 66.0081 -84.4501 - 72 154.395 1230 4 0 -43.714 66.1852 -85.8502 - 72 151.816 669 3 1 -46.142 69.4052 -114.45 - 72 105.118 1247 3 0 -46.1416 69.5579 -115.85 - 72 148.687 672 2 1 -45.6479 72.6795 -144.45 - 72 114.824 1263 2 0 -45.6408 72.8023 -145.85 - 72 113.012 670 1 1 -45.9848 74.7064 -174.45 - 72 55.2034 1273 1 0 -45.9058 74.8328 -175.85 - 72 87.4191 1274 1 0 -45.8958 74.85 -176.03 - 72 148.402 678 0 1 -44.354 78.2776 -204.45 - 72 118.456 1292 0 0 -44.1048 78.4734 -205.85 -Number of digits in this event = 66 +Number of tracker hits in this event = 1 + 72 0.703898 1474 5 0 106.64 115.15 -56.1565 +Number of digits in this event = 2 Using G4ParticleGun ... -3.86284 LIN +4.44921 LIN gamma Event: 73 -Number of tracker hits in this event = 34 - 73 249.589 209 7 1 -138.22 4.44085 5.55 - 73 98.5704 922 7 0 -138.17 4.47363 4.15 - 73 132.714 214 6 1 -137.198 5.13592 -24.45 - 73 124.363 925 6 0 -137.155 5.17879 -25.85 - 73 173.016 219 5 1 -136.268 6.04336 -54.45 - 73 100.991 930 5 0 -136.199 6.06082 -55.85 - 73 116.571 226 4 1 -134.841 6.46351 -84.45 - 73 229.406 932 4 0 -134.765 6.56957 -85.85 - 73 104.749 234 3 1 -133.297 8.60936 -114.45 - 73 171.112 943 3 0 -133.242 8.71414 -115.85 - 73 122.675 240 2 1 -132.144 10.8035 -144.45 - 73 146.454 954 2 0 -132.013 10.8967 -145.85 - 73 124.515 253 1 1 -129.434 12.9847 -174.45 - 73 49.9568 964 1 0 -129.232 13.0421 -175.85 - 73 84.8813 965 1 0 -129.206 13.05 -176.035 - 73 103.675 275 0 1 -125.127 14.2845 -204.45 - 73 131.878 971 0 0 -124.946 14.325 -205.85 - 73 163.66 921 7 0 -138.22 4.43736 4.15 - 73 116.578 209 6 1 -138.229 4.39365 -24.45 - 73 110.551 921 6 0 -138.229 4.39195 -25.85 - 73 110.401 209 5 1 -138.236 4.33788 -54.45 - 73 134.732 921 5 0 -138.237 4.33496 -55.85 - 73 106.296 209 4 1 -138.248 4.27989 -84.45 - 73 123.906 921 4 0 -138.25 4.2763 -85.85 - 73 111.194 209 3 1 -138.297 4.20452 -114.45 - 73 113.101 920 3 0 -138.298 4.1925 -115.85 - 73 99.8366 209 2 1 -138.322 3.94921 -144.45 - 73 161.254 919 2 0 -138.323 3.93578 -145.85 - 73 116.945 209 1 1 -138.341 3.65913 -174.45 - 73 101.403 917 1 0 -138.343 3.64596 -175.85 - 73 109.808 208 0 1 -138.385 3.37107 -204.45 - 73 110.13 916 0 0 -138.388 3.35946 -205.85 - 73 32.5525 502 0 0 -109.391 -79.45 -206.228 - 73 228.636 358 0 1 -108.426 -80.0814 -204.85 -Number of digits in this event = 17 +Number of tracker hits in this event = 81 + 73 361.956 1321 6 1 84.3525 1.11806 -24.45 + 73 249.975 905 6 0 84.344 1.11763 -25.85 + 73 171.209 1320 5 1 84.1788 1.10803 -54.45 + 73 345.583 905 5 0 84.1678 1.11485 -55.85 + 73 119.275 1319 4 1 83.9479 1.26277 -84.45 + 73 256.582 906 4 0 83.9486 1.26851 -85.85 + 73 128.273 1319 3 1 83.924 1.43776 -114.45 + 73 133.636 907 3 0 83.9189 1.45557 -115.85 + 73 137.625 1318 2 1 83.7683 1.81247 -144.45 + 73 141.283 908 2 0 83.7528 1.82242 -145.85 + 73 177.639 1316 1 1 83.4219 2.07695 -174.45 + 73 181.363 910 1 0 83.4196 2.08984 -175.85 + 73 110.738 1316 0 1 83.3441 2.41543 -204.45 + 73 117.797 911 0 0 83.3258 2.42393 -205.85 + 73 197.568 905 1 0 82.475 1.12546 -175.85 + 73 211.678 904 1 0 82.408 1.04953 -175.938 + 73 105.999 904 4 0 8.82597 0.951973 -86.25 + 73 45.7254 510 4 0 37.3991 -77.9448 -86.25 + 73 167.719 1321 5 1 84.3346 1.20444 -54.45 + 73 135.844 1321 4 1 84.278 1.27209 -84.45 + 73 203.011 1320 3 1 84.197 1.36793 -114.45 + 73 143.008 906 3 0 84.202 1.36348 -115.85 + 73 176.226 1321 2 1 84.3223 1.26837 -144.45 + 73 114.671 906 2 0 84.3247 1.26215 -145.85 + 73 128.163 1321 1 1 84.38 1.12599 -174.45 + 73 160.976 1322 0 1 84.4656 0.972691 -204.45 + 73 172.96 904 0 0 84.4657 0.96168 -205.85 + 73 55.3161 1573 3 1 134.929 -78.564 -114.45 + 73 1.43038 714 0 0 73.9786 -37.1854 -206.25 + 73 133.593 1320 2 1 84.2498 1.21537 -144.705 + 73 143.283 298 9 0 39.8727 -120.43 63.75 + 73 231.951 1320 0 1 84.0677 1.55614 -204.45 + 73 117.334 906 0 0 84.0885 1.37314 -205.85 + 73 149.867 907 0 0 84.0647 1.6178 -205.85 + 73 35.1057 858 0 0 78.1821 -8.39775 -206.25 + 73 158.496 857 0 0 78.1312 -8.45006 -206.196 + 73 78.7977 856 0 0 77.9717 -8.65 -206.08 + 73 59.9887 855 0 0 77.848 -8.85071 -205.978 + 73 53.204 854 0 0 77.8404 -9.05 -205.899 + 73 2.23155 853 0 0 77.8213 -9.25 -205.855 + 73 77.4071 1284 0 1 77.0026 -10.9868 -204.85 + 73 100.749 1283 0 1 76.85 -11.2062 -204.786 + 73 47.3112 1282 0 1 76.65 -11.4782 -204.799 + 73 22.4036 838 0 0 74.9818 -12.4198 -205.85 + 73 192.773 837 0 0 74.9157 -12.45 -205.889 + 73 11.53 1229 0 1 66.0053 -11.5521 -204.85 + 73 11.3431 844 0 0 52.1695 -11.228 -205.85 + 73 45.0262 1132 0 1 46.6208 -10.9603 -204.85 + 73 63.036 1131 0 1 46.45 -10.9526 -204.809 + 73 76.0718 1130 0 1 46.25 -10.9707 -204.786 + 73 18.4832 1129 0 1 46.0496 -10.8955 -204.835 + 73 3.79754 848 0 0 43.5285 -10.2552 -205.85 + 73 94.5689 849 0 0 43.5132 -10.25 -205.855 + 73 63.404 850 0 0 43.2805 -10.05 -205.898 + 73 59.5418 1113 0 1 42.7526 -9.96143 -204.85 + 73 81.7836 1112 0 1 42.65 -9.98258 -204.635 + 73 234.669 1321 3 1 84.25 1.3261 -114.477 + 73 406.881 904 3 0 84.2678 0.955024 -115.85 + 73 32.5288 903 3 0 84.2709 0.85 -116.185 + 73 149.428 1331 2 1 86.3819 -7.51315 -144.45 + 73 21.9948 860 2 0 86.2868 -8.01672 -145.85 + 73 136.729 859 2 0 86.2831 -8.05004 -145.924 + 73 156.636 754 2 0 64.0788 -29.0943 -146.25 + 73 92.7276 1215 2 1 63.1821 -29.3545 -144.85 + 73 73.8014 1214 2 1 63.0499 -29.3535 -144.572 + 73 84.9941 830 3 0 66.6115 -14.0018 -116.25 + 73 22.8831 831 3 0 66.6695 -13.85 -115.924 + 73 302.394 1233 3 1 66.7757 -13.3711 -114.85 + 73 176.502 736 4 0 43.9613 -32.706 -86.2496 + 73 134.094 735 4 0 43.8538 -32.85 -86.0683 + 73 218.357 1117 4 1 43.5597 -32.9549 -84.8499 + 73 34.4703 1116 4 1 43.4108 -32.7827 -84.45 + 73 122.625 1338 2 1 87.7839 -5.82373 -144.45 + 73 132.601 868 2 0 87.929 -6.26231 -145.85 + 73 128.324 1353 1 1 90.8407 -15.2617 -174.45 + 73 40.5723 822 1 0 90.9298 -15.6198 -175.85 + 73 77.8974 821 1 0 90.9367 -15.65 -175.966 + 73 203.842 1364 0 1 92.9923 -23.1828 -204.45 + 73 178.017 781 0 0 93.1118 -23.6653 -205.85 + 73 168.354 1318 3 1 83.7927 -1.99638 -114.85 + 73 161.184 1317 3 1 83.6499 -2.22699 -114.738 +Number of digits in this event = 46 Using G4ParticleGun ... -3.74337 LIN +8.35621 LIN gamma Event: 74 -Number of tracker hits in this event = 0 -Number of digits in this event = 4 +Number of tracker hits in this event = 19 + 74 67.5313 1120 4 0 -132.104 44.1303 -86.1117 + 74 279.046 240 3 1 -132.092 44.107 -114.45 + 74 305.749 1120 3 0 -132.093 44.1049 -115.85 + 74 336.058 240 2 1 -132.12 44.0545 -144.45 + 74 225.939 1120 2 0 -132.117 44.0537 -145.85 + 74 363.995 240 1 1 -132.058 44.0624 -174.45 + 74 130.997 1120 1 0 -132.064 44.0563 -175.85 + 74 237.8 239 0 1 -132.181 43.9243 -204.45 + 74 98.8411 1119 0 0 -132.178 43.9176 -205.85 + 74 228.106 51 8 1 -169.803 68.2874 35.15 + 74 23.0438 1322 7 0 -138.461 84.5369 4.15 + 74 122.557 1121 1 0 -132.101 44.2539 -175.85 + 74 301.156 240 0 1 -132.054 44.3358 -204.45 + 74 535.087 1121 0 0 -132.033 44.3273 -205.85 + 74 46.6429 1122 0 0 -132.212 44.45 -206.062 + 74 85.4103 239 1 1 -132.15 44.2216 -174.668 + 74 224.277 1119 1 0 -133.19 43.9173 -175.85 + 74 107.731 1120 0 0 -132.316 44.1359 -205.85 + 74 202.216 1090 3 0 -51.0284 38.0814 -116.25 +Number of digits in this event = 16 Using G4ParticleGun ... -3.4876 LIN +7.23892 LIN gamma Event: 75 -Number of tracker hits in this event = 75 - 75 344.767 617 8 1 -56.57 29.3463 35.55 - 75 293.872 1046 8 0 -56.5706 29.3369 34.15 - 75 241.345 617 7 1 -56.5305 29.1766 5.55 - 75 126.823 1045 7 0 -56.5284 29.1864 4.15 - 75 275.358 617 6 1 -56.4658 29.4652 -24.45 - 75 253.439 1047 6 0 -56.4608 29.4773 -25.85 - 75 276.201 618 5 1 -56.406 29.72 -54.45 - 75 248.096 1048 5 0 -56.4049 29.7178 -55.85 - 75 248.67 618 4 1 -56.4284 29.6683 -84.45 - 75 359.949 1048 4 0 -56.4611 29.6655 -85.85 - 75 263.104 614 3 1 -57.1657 29.6125 -114.45 - 75 111.04 1048 3 0 -57.183 29.6503 -115.85 - 75 171.513 612 2 1 -57.6084 30.394 -144.45 - 75 157.877 1051 2 0 -57.7178 30.4004 -145.85 - 75 64.1789 600 1 1 -60.0365 30.4565 -174.45 - 75 286.457 599 1 1 -60.05 30.4537 -174.668 - 75 108.439 1051 1 0 -60.1271 30.4328 -175.85 - 75 116.85 589 0 1 -62.1821 29.9202 -204.45 - 75 403.273 1049 0 0 -62.2336 29.8708 -205.85 - 75 36.4429 1464 1 0 -65.1706 112.95 -176.223 - 75 86.2789 1046 7 0 -56.5372 29.3771 4.15 - 75 334.856 617 5 1 -56.4808 29.5527 -54.45 - 75 720.546 1047 5 0 -56.4773 29.5574 -55.85 - 75 120.162 619 3 1 -56.2208 29.635 -114.45 - 75 167.615 1047 3 0 -56.2182 29.6362 -115.85 - 75 104.523 619 2 1 -56.1733 29.64 -144.45 - 75 110.704 1047 2 0 -56.1717 29.6391 -145.85 - 75 231.591 619 1 1 -56.1502 29.6149 -174.45 - 75 104.827 1047 1 0 -56.1537 29.6183 -175.85 - 75 149.836 619 0 1 -56.2223 29.7127 -204.45 - 75 118.583 1048 0 0 -56.2314 29.7165 -205.85 - 75 7.16144 544 0 1 -71.2471 63.5376 -204.85 - 75 47.0819 890 3 0 -44.7207 -1.87692 -116.25 - 75 91.9399 1106 0 0 -32.1526 41.2902 -206.25 - 75 57.2981 1107 0 0 -32.1434 41.45 -205.867 - 75 111.28 1049 6 0 -20.8147 29.9203 -26.2499 - 75 183.43 1050 6 0 -20.7983 30.0503 -26.0544 - 75 193.525 794 6 1 -21.1711 30.6194 -24.8499 - 75 13.741 793 6 1 -21.25 30.7155 -24.7155 - 75 180.974 616 4 1 -56.8079 29.8131 -84.45 - 75 116.539 1049 4 0 -56.8474 29.8531 -85.85 - 75 124.159 611 3 1 -57.7539 30.6915 -114.45 - 75 215.104 1053 3 0 -57.794 30.7368 -115.85 - 75 263.035 606 2 1 -58.688 31.4499 -144.45 - 75 113.042 1057 2 0 -58.7171 31.454 -145.85 - 75 150.585 603 1 1 -59.4081 31.4263 -174.45 - 75 119.04 1056 1 0 -59.4588 31.4269 -175.85 - 75 154.367 599 0 1 -60.2235 31.3622 -204.45 - 75 111.672 1056 0 0 -60.2145 31.3335 -205.85 - 75 12.5752 937 1 0 -48.8857 7.49198 -176.25 - 75 86.9979 936 1 0 -48.8593 7.45 -176.212 - 75 91.4055 935 1 0 -48.7599 7.24958 -176.131 - 75 243.51 617 4 1 -56.4892 29.785 -84.45 - 75 321.134 1046 3 0 -57.2219 29.2836 -115.85 - 75 123.724 1042 2 0 -58.7732 28.5926 -145.85 - 75 106.347 1045 1 0 -60.1934 29.0722 -175.85 - 75 140.485 593 0 1 -61.2806 30.9695 -204.45 - 75 301.706 1055 0 0 -61.4247 31.0676 -205.85 - 75 72.4698 594 0 1 -61.25 30.9635 -204.477 - 75 67.1525 595 0 1 -61.05 30.9564 -204.652 - 75 59.4162 596 0 1 -60.85 30.961 -204.748 - 75 19.4764 597 0 1 -60.65 30.9711 -204.833 - 75 61.9119 1047 0 0 -55.1467 29.4911 -205.85 - 75 218.148 1046 0 0 -55.0317 29.45 -205.875 - 75 16.8387 638 0 1 -52.3126 29.6521 -204.85 - 75 44.2612 639 0 1 -52.25 29.6595 -204.815 - 75 48.0757 640 0 1 -52.0494 29.678 -204.759 - 75 68.6659 641 0 1 -51.85 29.6432 -204.673 - 75 60.3929 642 0 1 -51.65 29.5453 -204.593 - 75 55.4753 643 0 1 -51.45 29.5191 -204.57 - 75 53.4556 644 0 1 -51.2498 29.536 -204.534 - 75 53.5522 645 0 1 -51.05 29.5603 -204.547 - 75 87.8007 646 0 1 -50.85 29.5372 -204.628 - 75 99.5803 1049 5 0 -56.5502 29.85 -56.1972 - 75 158.117 929 5 0 -87.4742 5.93709 -56.2499 -Number of digits in this event = 38 +Number of tracker hits in this event = 1 + 75 2.70127 1060 2 0 130.042 32.1452 -146.25 +Number of digits in this event = 2 Using G4ParticleGun ... -7.73389 LIN +5.86728 LIN gamma Event: 76 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -3.20622 LIN +5.84862 LIN gamma Event: 77 -Number of tracker hits in this event = 33 - 77 279.104 972 4 1 14.4787 86.4961 -84.45 - 77 299.953 1332 4 0 14.4777 86.4957 -85.85 - 77 118.547 971 3 1 14.4473 86.4969 -114.45 - 77 115.699 1332 3 0 14.4433 86.4869 -115.85 - 77 108.747 971 2 1 14.3837 86.2614 -144.45 - 77 109.057 1330 2 0 14.3735 86.2474 -145.85 - 77 105.488 970 1 1 14.1744 85.9862 -174.45 - 77 156.821 1329 1 0 14.1575 85.9693 -175.85 - 77 189.259 968 0 1 13.7713 85.6191 -204.45 - 77 218.817 1327 0 0 13.7494 85.6016 -205.85 - 77 3.62183 1514 0 0 17.2873 123.072 -205.85 - 77 195.296 990 0 1 18.1507 123.413 -204.45 - 77 148.009 1338 0 1 87.65 101.004 -204.758 - 77 86.6907 1233 1 0 142.203 66.85 -176.101 - 77 13.6755 1232 1 0 142.535 66.65 -175.887 - 77 218.261 1611 1 1 142.475 67.0159 -174.85 - 77 90.3207 1612 1 1 142.55 67.0323 -174.514 - 77 222.964 1339 0 1 87.85 101.062 -204.598 - 77 127.084 458 8 0 -9.48304 -88.4058 33.7501 - 77 97.0233 856 8 1 -8.72822 -88.2641 35.15 - 77 61.043 857 8 1 -8.65 -88.2253 35.3729 - 77 18.6852 1299 7 1 79.85 -48.0157 5.49275 - 77 137.857 1112 1 0 -60.8056 42.65 -176.173 - 77 94.0871 972 3 1 14.4526 86.4541 -114.45 - 77 112.496 1331 3 0 14.4605 86.449 -115.85 - 77 126.014 972 2 1 14.6111 86.3559 -144.45 - 77 145.487 1331 2 0 14.6199 86.3485 -145.85 - 77 110.654 973 1 1 14.7941 86.1891 -174.45 - 77 140.84 1330 1 0 14.8066 86.176 -175.85 - 77 115.087 975 0 1 15.0801 85.9387 -204.45 - 77 135.443 1329 0 0 15.0933 85.9331 -205.85 - 77 190.403 1213 2 0 52.5799 62.6799 -146.25 - 77 407.03 838 2 0 66.8712 -12.3766 -146.25 -Number of digits in this event = 20 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -2.60113 LIN +9.10256 LIN gamma Event: 78 -Number of tracker hits in this event = 1 - 78 70.196 782 4 0 -37.6625 -23.5236 -86.25 -Number of digits in this event = 2 +Number of tracker hits in this event = 90 + 78 345.263 714 9 1 -37.1221 117.963 65.55 + 78 224.088 1489 9 0 -37.1206 117.963 64.15 + 78 333.382 714 8 1 -37.0942 117.989 35.55 + 78 409.236 1489 8 0 -37.0938 117.992 34.15 + 78 417.083 714 7 1 -37.0988 118.048 5.55 + 78 231.73 1489 7 0 -37.0972 118.059 4.15 + 78 352.929 714 6 1 -37.0763 118.268 -24.45 + 78 114.112 1490 6 0 -37.0768 118.281 -25.85 + 78 122.753 714 5 1 -37.0693 118.53 -54.45 + 78 109.069 1491 5 0 -37.0688 118.542 -55.85 + 78 319.698 714 4 1 -37.0576 118.79 -84.45 + 78 126.656 1493 4 0 -37.0608 118.811 -85.85 + 78 108.857 714 3 1 -37.1733 119.231 -114.45 + 78 147.819 1495 3 0 -37.1783 119.251 -115.85 + 78 115.781 714 2 1 -37.2053 119.713 -144.45 + 78 172.772 1497 2 0 -37.1966 119.748 -145.85 + 78 83.2747 1498 2 0 -37.1959 119.75 -145.941 + 78 108.196 715 1 1 -36.9951 120.437 -174.45 + 78 101.759 1501 1 0 -36.9899 120.474 -175.85 + 78 209.521 715 0 1 -36.8585 121.243 -204.45 + 78 134.276 1505 0 0 -36.8339 121.265 -205.85 + 78 45.31 638 1 1 -52.3541 111.297 -174.45 + 78 118.647 637 1 1 -52.45 111.182 -174.605 + 78 15.0049 1451 1 0 -52.9894 110.384 -175.85 + 78 169.067 1450 1 0 -53.0126 110.35 -175.908 + 78 8.71248 1449 1 0 -53.1774 110.15 -176.235 + 78 257.624 539 0 1 -72.1241 90.5143 -204.45 + 78 405.318 540 0 1 -72.0485 90.5252 -204.541 + 78 75.5081 541 0 1 -71.8499 90.5495 -204.7 + 78 101.683 1351 0 0 -70.4656 90.3742 -205.85 + 78 121.76 1350 0 0 -70.3331 90.35 -205.974 + 78 87.3338 1370 0 0 -61.9894 94.2962 -206.25 + 78 141.932 1371 0 0 -61.9792 94.35 -206.119 + 78 214.824 1357 1 0 -81.7933 91.5893 -176.25 + 78 201.613 715 6 1 -37.0211 118.273 -24.45 + 78 174.715 1491 6 0 -36.4691 118.482 -25.85 + 78 42.8657 770 5 1 -25.8997 121.706 -54.4504 + 78 77.9345 771 5 1 -25.8499 121.72 -54.5497 + 78 239.119 1508 5 0 -25.1439 121.885 -55.85 + 78 51.3781 856 4 1 -8.75652 125.639 -84.4501 + 78 89.8457 857 4 1 -8.6499 125.744 -84.6149 + 78 71.3698 1531 4 0 -7.87528 126.493 -85.8505 + 78 241.703 1532 4 0 -7.81502 126.55 -85.946 + 78 41.4115 952 3 1 10.5548 142.136 -114.45 + 78 109.308 953 3 1 10.65 142.216 -114.521 + 78 103.044 954 3 1 10.85 142.392 -114.673 + 78 13.6512 955 3 1 11.0502 142.564 -114.825 + 78 41.6224 1617 3 0 12.4022 143.668 -115.85 + 78 104.086 1618 3 0 12.508 143.75 -115.927 + 78 93.044 1619 3 0 12.7673 143.95 -116.1 + 78 27.0272 1187 2 1 57.5719 179.684 -144.45 + 78 73.0213 1188 2 1 57.65 179.72 -144.534 + 78 28.0328 1189 2 1 57.85 179.815 -144.761 + 78 169.45 1489 6 0 -37.1837 117.995 -25.85 + 78 129.814 713 5 1 -37.2525 118.11 -54.45 + 78 205.323 1489 5 0 -37.2474 118.101 -55.85 + 78 113.438 1488 4 0 -37.1465 117.885 -85.85 + 78 113.96 713 3 1 -37.4234 118.108 -114.45 + 78 106.666 1490 3 0 -37.4293 118.161 -115.85 + 78 126.419 713 2 1 -37.3411 119.185 -144.45 + 78 120.373 1495 2 0 -37.3731 119.193 -145.85 + 78 140.879 710 1 1 -37.9913 119.424 -174.45 + 78 196.992 1496 1 0 -38.025 119.489 -175.85 + 78 95.699 707 0 1 -38.5198 120.641 -204.45 + 78 157.045 1502 0 0 -38.5006 120.678 -205.85 + 78 20.934 1489 3 0 -37.4325 118.121 -115.85 + 78 158.003 713 1 1 -37.2704 118.401 -174.45 + 78 23.0321 714 1 1 -37.25 118.399 -174.791 + 78 96.8765 1491 1 0 -37.1927 118.415 -175.85 + 78 43.0472 723 0 1 -35.2587 118.275 -204.45 + 78 84.4329 724 0 1 -35.25 118.284 -204.571 + 78 128.241 1491 0 0 -35.1199 118.393 -205.85 + 78 28.9571 712 1 1 -37.4501 118.659 -174.742 + 78 54.7385 1494 1 0 -37.8875 119.065 -175.85 + 78 73.7505 1495 1 0 -37.9442 119.15 -176.028 + 78 122.156 1532 1 0 -73.0997 126.651 -176.25 + 78 29.4849 529 1 1 -74.1683 126.691 -174.85 + 78 99.5602 528 1 1 -74.25 126.689 -174.738 + 78 176.501 1065 3 1 33.0905 -170.18 -114.45 + 78 131.221 715 7 1 -37.05 117.993 5.29569 + 78 271.635 713 0 1 -37.3623 118.054 -204.451 + 78 387.275 1489 0 0 -37.5121 118.093 -205.85 + 78 18.7292 1492 7 0 -36.6335 118.722 4.15 + 78 114.003 1493 7 0 -36.6096 118.75 4.08796 + 78 28.1826 770 6 1 -25.9071 131.652 -24.45 + 78 70.9191 771 6 1 -25.85 131.679 -24.517 + 78 87.021 772 6 1 -25.65 131.769 -24.7047 + 78 45.6425 1560 6 0 -24.4099 132.309 -25.85 + 78 245.056 1561 6 0 -24.31 132.35 -25.9416 + 78 75.1644 715 9 1 -37.05 117.921 65.2487 +Number of digits in this event = 42 Using G4ParticleGun ... -4.25921 LIN +4.28789 LIN gamma Event: 79 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 5 + 79 36.731 878 10 0 -70.1442 -4.3947 93.75 + 79 244.974 877 10 0 -70.1532 -4.45023 93.9449 + 79 3.69155 468 1 1 -86.4462 104.321 -174.45 + 79 56.5188 467 1 1 -86.45 104.312 -174.457 + 79 28.3139 1760 6 1 172.15 -40.3476 -24.731 +Number of digits in this event = 2 Using G4ParticleGun ... -1.5374 LIN +7.03663 LIN gamma Event: 80 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 61 + 80 221.026 659 8 1 -48.1987 48.2208 35.55 + 80 233.557 1140 8 0 -48.1828 48.2179 34.15 + 80 122.089 661 7 1 -47.8196 48.1599 5.55 + 80 261.429 1140 7 0 -47.8103 48.166 4.15 + 80 105.026 661 6 1 -47.6603 48.2872 -24.45 + 80 338.616 1141 6 0 -47.647 48.3002 -25.85 + 80 140.406 663 5 1 -47.4226 48.5421 -54.45 + 80 105.21 1142 5 0 -47.4206 48.5238 -55.85 + 80 202.502 663 4 1 -47.3654 48.1556 -84.45 + 80 183.219 1140 4 0 -47.3526 48.1174 -85.85 + 80 123.675 664 3 1 -47.0607 47.2483 -114.45 + 80 131.269 1135 3 0 -47.037 47.2097 -115.85 + 80 136.561 667 2 1 -46.547 46.3799 -144.45 + 80 106.345 1131 2 0 -46.538 46.3436 -145.85 + 80 147.521 668 1 1 -46.367 45.5911 -174.45 + 80 115.385 1127 1 0 -46.3522 45.5517 -175.85 + 80 128.738 670 0 1 -46.0424 44.7039 -204.45 + 80 113.009 1123 0 0 -46.057 44.6676 -205.85 + 80 353.772 1139 2 0 -47.9797 47.9478 -145.85 + 80 3.25603 1138 2 0 -48.0505 47.8499 -145.865 + 80 63.2918 665 2 1 -46.9745 49.3581 -144.85 + 80 4.75633 755 4 0 -49.116 -29.0348 -86.25 + 80 85.1826 754 4 0 -49.1179 -29.0501 -86.2448 + 80 39.2494 268 4 0 11.8756 -126.433 -86.25 + 80 59.5415 267 4 0 11.9096 -126.55 -86.2143 + 80 238.693 670 2 1 -45.9895 47.8684 -144.45 + 80 179.231 683 1 1 -43.2604 48.375 -174.45 + 80 18.4601 1141 1 0 -43.4302 48.4438 -175.85 + 80 224.452 1142 1 0 -43.4472 48.45 -175.933 + 80 81.6295 649 0 1 -50.1608 49.8341 -204.45 + 80 52.0829 648 0 1 -50.25 49.869 -204.665 + 80 148.438 1150 0 0 -50.7479 50.0514 -205.851 + 80 83.323 1140 2 0 -46.0813 48.05 -145.925 + 80 102.511 660 1 1 -48.0033 51.8177 -174.45 + 80 118.905 1161 1 0 -48.0411 52.3241 -175.85 + 80 10.5407 1162 1 0 -48.0549 52.45 -176.204 + 80 402.383 659 0 1 -48.1869 61.1497 -204.45 + 80 144.5 658 0 1 -48.25 61.276 -204.769 + 80 208.96 1208 0 0 -48.469 61.7434 -205.85 + 80 42.3928 1209 0 0 -48.5048 61.85 -206.101 + 80 189.526 690 0 1 -42.048 103.676 -204.85 + 80 109.97 1222 2 1 64.45 -132.864 -144.527 + 80 129.874 659 7 1 -48.2248 48.244 5.55 + 80 109.774 659 6 1 -48.2125 48.2774 -24.45 + 80 162.548 659 5 1 -48.2098 48.2958 -54.45 + 80 99.1566 1141 5 0 -48.2079 48.2981 -55.85 + 80 97.0253 659 4 1 -48.1613 48.3473 -84.45 + 80 120.986 1141 4 0 -48.1607 48.3497 -85.85 + 80 105.398 659 3 1 -48.1555 48.392 -114.45 + 80 124.217 1141 3 0 -48.157 48.397 -115.85 + 80 107.125 659 2 1 -48.1812 48.4939 -144.45 + 80 164.918 1142 2 0 -48.1855 48.5003 -145.85 + 80 104.414 658 1 1 -48.2953 48.6162 -174.45 + 80 300.198 1143 0 0 -48.3381 48.7464 -205.85 + 80 82.6804 966 5 1 13.25 95.5611 -54.7552 + 80 0.421685 716 0 1 -36.7745 44.4663 -204.85 + 80 30.9789 206 0 1 -138.75 60.4872 -204.813 + 80 166.879 1142 0 0 -48.1484 48.4774 -205.85 + 80 112.863 1104 0 1 40.85 56.9471 -204.608 + 80 108.088 1144 0 0 -48.3744 48.85 -205.898 + 80 235.578 1141 0 0 -47.9546 48.4397 -205.85 +Number of digits in this event = 33 Using G4ParticleGun ... -1.68289 LIN +8.49952 LIN gamma Event: 81 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 2 + 81 59.6941 1201 5 0 31.6335 60.2885 -56.2499 + 81 19.2026 1200 5 0 31.6636 60.2499 -56.23 +Number of digits in this event = 3 Using G4ParticleGun ... -9.30501 LIN +7.14232 LIN gamma Event: 82 -Number of tracker hits in this event = 273 - 82 274.268 1096 11 1 39.4479 66.5387 125.55 - 82 472.593 1232 11 0 39.4481 66.5379 124.15 - 82 285.166 1097 10 1 39.4565 66.5209 95.55 - 82 205.077 1232 10 0 39.4572 66.5201 94.15 - 82 191.218 1097 9 1 39.4693 66.503 65.55 - 82 250.454 1232 9 0 39.4714 66.5002 64.15 - 82 121.172 1097 8 1 39.5086 66.4494 35.55 - 82 147.378 1231 8 0 39.5101 66.4468 34.15 - 82 135.995 1097 7 1 39.5412 66.3917 5.55 - 82 98.4662 1231 7 0 39.5416 66.39 4.15 - 82 449.62 1097 6 1 39.5512 66.3683 -24.45 - 82 413.011 1231 6 0 39.5513 66.3685 -25.85 - 82 373.127 1097 5 1 39.5533 66.38 -54.45 - 82 502.182 1231 5 0 39.5549 66.3781 -55.85 - 82 296.821 1097 4 1 39.5889 66.3374 -84.45 - 82 123.758 1231 4 0 39.591 66.3361 -85.85 - 82 121.544 1097 3 1 39.6344 66.3163 -114.45 - 82 210.212 1231 3 0 39.6356 66.3182 -115.85 - 82 122.917 1098 2 1 39.6631 66.3607 -144.45 - 82 177.823 1231 2 0 39.6626 66.3627 -145.85 - 82 383.371 1098 1 1 39.6632 66.4007 -174.45 - 82 118.334 1231 1 0 39.6624 66.4021 -175.85 - 82 281.325 1098 0 1 39.6524 66.4355 -204.45 - 82 336.362 1231 0 0 39.652 66.4367 -205.85 - 82 5.5328 1421 4 0 -8.38361 104.501 -86.25 - 82 302.122 1128 7 0 -64.0262 45.8438 3.75 - 82 35.8918 1127 7 0 -64.0721 45.65 4.1386 - 82 77.731 1129 7 0 -64.0747 45.85 3.8891 - 82 227.767 428 7 1 -94.3887 -161.47 5.55 - 82 18.087 821 4 1 -15.7471 157.257 -84.85 - 82 22.4372 1686 3 0 -12.084 157.383 -115.85 - 82 62.6083 1474 8 0 16.4178 115.021 33.75 - 82 243.779 1232 2 0 39.686 66.4501 -146.227 - 82 269.386 1250 0 0 48.8241 70.0662 -206.25 - 82 140.718 1145 0 1 49.0824 70.5487 -204.85 - 82 32.8485 924 1 1 5.05 91.5033 -174.744 - 82 302.977 1098 4 1 39.6663 66.1922 -84.4501 - 82 6.36915 1218 4 0 40.5287 63.6701 -85.85 - 82 109.168 1217 4 0 40.5379 63.65 -85.8631 - 82 101.679 1216 4 0 40.6884 63.45 -85.9965 - 82 47.9645 1259 3 1 71.9744 54.2601 -114.45 - 82 120.06 1258 3 1 71.85 54.1849 -114.495 - 82 49.1015 1257 3 1 71.65 53.8343 -114.643 - 82 41.7265 1256 3 1 71.45 53.7336 -114.758 - 82 117.118 1168 3 0 70.2985 53.7037 -115.85 - 82 93.7687 1169 3 0 69.9832 53.85 -115.931 - 82 80.9469 1170 3 0 69.7712 54.05 -115.961 - 82 127.615 1201 3 0 135.371 60.3554 -116.25 - 82 18.7937 1202 0 0 164.8 60.5274 -205.85 - 82 69.0235 1227 4 0 40.233 65.5173 -85.8501 - 82 119.423 1226 4 0 40.3264 65.45 -86.0601 - 82 4.02012 1058 4 0 44.2597 31.6594 -86.2497 - 82 149.32 1057 4 0 44.2535 31.65 -86.2373 - 82 3.55039 1115 4 1 43.0653 31.5242 -84.85 - 82 81.2419 1114 4 1 43.05 31.524 -84.8348 - 82 70.9517 1113 4 1 42.85 31.5543 -84.6463 - 82 198.537 1230 1 0 39.7891 66.2282 -175.85 - 82 135.898 1230 0 0 39.8437 66.1654 -205.85 - 82 8.43032 1780 12 1 176.35 -130.321 155.249 - 82 133.696 1099 0 1 39.9582 66.3427 -204.45 - 82 51.0598 1264 3 1 72.85 99.9619 -114.678 - 82 172.394 1101 5 1 40.3136 66.2247 -54.4502 - 82 351.652 1105 4 1 41.1521 66.8357 -84.4503 - 82 432.41 1234 4 0 41.0143 66.9539 -85.85 - 82 127.805 1089 3 1 38.0186 69.7802 -114.45 - 82 149.295 1249 3 0 37.7857 69.9175 -115.85 - 82 116.242 1062 2 1 32.6165 72.6001 -144.451 - 82 269.27 1263 2 0 32.2352 72.7878 -145.85 - 82 151.992 1030 1 1 26.1756 77.137 -174.45 - 82 23.4846 1285 1 0 25.9392 77.2427 -175.85 - 82 89.4618 1286 1 0 25.9262 77.25 -175.933 - 82 139.309 1007 0 1 21.5527 80.1311 -204.45 - 82 4.49927 1006 0 1 21.45 80.0746 -204.844 - 82 99.2822 1299 0 0 21.1888 79.9176 -205.85 - 82 41.9707 1106 4 1 41.25 66.8052 -84.6918 - 82 103.678 1152 3 1 50.5786 68.723 -114.45 - 82 76.6437 1245 3 0 50.6338 69.1769 -115.85 - 82 45.2967 1246 3 0 50.6431 69.25 -116.072 - 82 118.086 1163 2 1 52.7395 81.0256 -144.45 - 82 18.4665 1164 2 1 52.85 81.1159 -144.786 - 82 41.1242 1306 2 0 53.2272 81.4093 -145.85 - 82 141.325 1307 2 0 53.2805 81.45 -146.001 - 82 242.689 1219 1 1 63.8699 88.2268 -174.45 - 82 75.2627 1346 1 0 64.3819 89.2756 -175.85 - 82 54.2272 1347 1 0 64.4564 89.45 -176.075 - 82 174.915 1268 0 1 73.6877 111.678 -204.45 - 82 14.1642 1269 0 1 73.85 111.812 -204.795 - 82 206.633 1460 0 0 74.3885 112.162 -205.85 - 82 84.6854 1103 0 1 40.85 137.092 -204.576 - 82 89.9353 1128 3 1 45.6932 67.7783 -114.45 - 82 29.436 1127 3 1 45.65 67.7535 -114.704 - 82 133.982 1237 3 0 45.4544 67.6309 -115.85 - 82 269.787 1103 2 1 40.7741 63.9084 -144.45 - 82 101.995 1219 2 0 40.5664 63.9111 -145.85 - 82 122.489 1088 1 1 37.8394 65.5872 -174.45 - 82 235.068 1229 1 0 37.4628 65.9282 -175.85 - 82 65.5021 1047 0 1 29.633 72.932 -204.45 - 82 98.2267 1048 0 1 29.65 73.0575 -204.606 - 82 63.78 1271 0 0 29.9547 74.2776 -205.85 - 82 90.0892 1272 0 0 29.9956 74.45 -206.013 - 82 18.3971 1273 0 0 30.0467 74.65 -206.2 - 82 6.45625 1102 2 1 40.65 63.8715 -144.822 - 82 250.056 1220 2 0 40.1087 64.2421 -145.85 - 82 288.429 1221 2 0 40.1017 64.2503 -145.865 - 82 241.706 1233 4 0 41.4324 66.85 -86.0112 - 82 52.7427 1091 5 1 38.4456 67.1034 -54.4502 - 82 66.0968 1092 5 1 38.45 67.1226 -54.6199 - 82 129.661 1236 5 0 38.483 67.2997 -55.85 - 82 164.762 1093 4 1 38.7481 72.3552 -84.45 - 82 119.078 1262 4 0 38.9579 72.4745 -85.8503 - 82 58.3063 1116 3 1 43.3884 74.8889 -114.45 - 82 87.4075 1117 3 1 43.4501 74.8961 -114.674 - 82 131.279 1274 3 0 43.7845 74.9354 -115.85 - 82 106.73 1160 2 1 52.1243 75.596 -144.45 - 82 49.6232 1161 2 1 52.25 75.5273 -144.701 - 82 195.915 1275 2 0 52.8013 75.2166 -145.85 - 82 121.826 1233 1 1 66.6659 67.7489 -174.45 - 82 250.895 1236 1 0 67.2098 67.4271 -175.85 - 82 83.9675 1291 0 1 78.4239 59.9071 -204.45 - 82 26.7272 1292 0 1 78.45 59.8471 -204.73 - 82 171.858 1197 0 0 78.5677 59.5602 -205.85 - 82 96.7719 1196 0 0 78.5514 59.4499 -206.155 - 82 213.971 1195 0 0 78.4778 59.25 -206.172 - 82 24.0235 1096 6 1 39.45 66.4338 -24.7725 - 82 116.583 1232 6 0 39.103 66.6267 -25.8503 - 82 173.721 1233 6 0 39.0578 66.65 -26.0075 - 82 63.427 1053 5 1 30.6682 69.8008 -54.45 - 82 45.0877 1052 5 1 30.65 69.899 -54.6991 - 82 51.7542 1251 5 0 30.57 70.3833 -55.85 - 82 65.7687 1252 5 0 30.5578 70.45 -55.9946 - 82 69.7226 1050 4 1 30.0585 83.1746 -84.45 - 82 90.9504 1051 4 1 30.25 83.315 -84.5628 - 82 175.336 1052 4 1 30.4501 83.4897 -84.6574 - 82 36.6236 1053 4 1 30.65 83.6672 -84.7773 - 82 69.3282 1325 4 0 32.6019 85.1029 -85.85 - 82 113.239 1326 4 0 32.7911 85.2503 -85.9446 - 82 205.36 1327 4 0 33.0001 85.4507 -86.0566 - 82 60.4081 1328 4 0 33.1886 85.65 -86.1696 - 82 208.161 1260 3 1 72.2126 127.285 -114.45 - 82 81.1849 1529 3 0 71.85 126.112 -115.85 - 82 57.6996 1528 3 0 71.8071 125.95 -116.045 - 82 14.6582 1527 3 0 71.8139 125.75 -116.216 - 82 46.4879 938 3 0 125.517 7.75274 -116.25 - 82 50.0116 937 3 0 125.571 7.65 -116.224 - 82 50.4206 936 3 0 125.618 7.45 -116.217 - 82 61.7583 935 3 0 125.649 7.25 -116.221 - 82 72.5826 934 3 0 125.769 7.04958 -116.192 - 82 71.685 933 3 0 125.883 6.84981 -116.11 - 82 82.0533 932 3 0 125.994 6.65 -115.979 - 82 3.55223 931 3 0 126.124 6.45 -115.855 - 82 49.5327 1534 3 1 127.046 5.31811 -114.85 - 82 74.9203 1535 3 1 127.15 5.18673 -114.734 - 82 351.928 1536 3 1 127.35 5.04072 -114.536 - 82 33.9222 1283 3 0 69.4844 76.7166 -116.25 - 82 68.5105 1282 3 0 69.458 76.65 -116.193 - 82 42.2991 1281 3 0 69.5056 76.45 -116.117 - 82 202.426 1088 4 1 37.7903 64.955 -84.45 - 82 124.036 1224 4 0 37.6415 64.8985 -85.8501 - 82 61.5175 1072 3 1 34.507 63.8267 -114.45 - 82 58.3557 1071 3 1 34.45 63.8074 -114.662 - 82 102.655 1218 3 0 34.1036 63.7038 -115.85 - 82 65.5592 1024 2 1 24.9371 59.9646 -144.45 - 82 52.2335 1023 2 1 24.85 60.0219 -144.707 - 82 230.653 1201 2 0 24.4793 60.2532 -145.85 - 82 86.0712 974 1 1 15.0312 66.2012 -174.45 - 82 48.3432 973 1 1 14.85 66.2586 -174.726 - 82 507.027 1232 1 0 14.1546 66.5279 -175.85 - 82 343.32 891 0 1 -1.65454 73.3746 -204.45 - 82 164.84 890 0 1 -1.85 73.4249 -204.639 - 82 308.783 889 0 1 -2.05 73.4811 -204.832 - 82 36.1236 1268 0 0 -3.07496 73.8178 -205.85 - 82 125.894 1269 0 0 -3.17946 73.85 -205.955 - 82 29.743 1468 0 0 -28.7487 113.75 -205.983 - 82 2.91531 892 0 1 -1.64665 73.3833 -204.45 - 82 162.567 1035 1 1 27.2365 61.192 -174.45 - 82 120.84 1100 4 1 40.1832 66.1841 -84.45 - 82 165.876 1230 4 0 40.2131 66.1286 -85.85 - 82 361.139 1105 3 1 41.0972 65.0523 -114.45 - 82 145.712 1224 3 0 41.3311 65.0228 -115.85 - 82 193.055 1129 2 1 45.9813 64.606 -144.45 - 82 98.0264 1130 2 1 46.05 64.6189 -144.718 - 82 115.396 1223 2 0 46.3377 64.6725 -145.85 - 82 76.8945 1168 1 1 53.7897 65.9549 -174.45 - 82 109.049 1169 1 1 53.85 65.9536 -174.633 - 82 11.9506 1218 0 1 63.84 65.7028 -204.45 - 82 128.491 1219 0 1 63.85 65.704 -204.474 - 82 164.517 1228 0 0 64.3909 65.7473 -205.85 - 82 87.3561 1131 2 1 46.25 64.7201 -144.533 - 82 66.1929 1132 2 1 46.45 64.9651 -144.534 - 82 75.2546 1133 2 1 46.6503 65.0897 -144.596 - 82 723.002 1134 2 1 46.85 65.0939 -144.615 - 82 113.116 1098 8 1 39.8044 66.6371 35.55 - 82 123.398 1232 8 0 39.8171 66.6362 34.15 - 82 160.592 1100 7 1 40.0916 66.6123 5.55 - 82 137.142 1232 7 0 40.1048 66.6161 4.15 - 82 125.773 1101 6 1 40.3751 66.6867 -24.45 - 82 201.592 1102 5 1 40.6366 66.6614 -54.45 - 82 348.181 1233 5 0 40.654 66.6616 -55.85 - 82 128.134 1104 4 1 40.9947 66.6556 -84.45 - 82 480.887 1106 3 1 41.2646 66.5918 -114.45 - 82 417.217 1232 3 0 41.2649 66.5846 -115.85 - 82 109.123 1105 2 1 41.2377 66.4601 -144.45 - 82 105.606 1105 1 1 41.184 66.5439 -174.45 - 82 134.21 1106 0 1 41.353 66.8309 -204.45 - 82 440.376 1233 0 0 41.3651 66.84 -205.85 - 82 9.61905 1396 3 0 14.4768 99.5468 -116.25 - 82 96.3441 1397 3 0 14.4733 99.55 -116.247 - 82 75.2352 1398 3 0 14.2615 99.75 -116.1 - 82 45.85 1399 3 0 14.0938 99.9502 -115.964 - 82 16.3232 966 3 1 13.2692 101.857 -114.85 - 82 374.067 965 3 1 13.25 101.901 -114.823 - 82 27.7832 964 3 1 13.05 102.368 -114.515 - 82 26.5465 1421 3 0 13.7676 104.458 -115.85 - 82 91.0533 1422 3 0 13.8096 104.55 -115.911 - 82 27.6555 1423 3 0 13.8192 104.75 -116.141 - 82 22.101 544 3 0 -144.745 -71.1698 -116.25 - 82 58.6182 543 3 0 -144.806 -71.25 -116.232 - 82 55.3679 542 3 0 -144.911 -71.45 -116.152 - 82 60.5308 541 3 0 -145.007 -71.65 -116.065 - 82 54.9059 540 3 0 -145.087 -71.85 -115.976 - 82 111.508 172 3 1 -145.611 -72.843 -114.85 - 82 137.451 171 3 1 -145.75 -73.1007 -114.616 - 82 103.528 1230 3 0 42.0174 66.25 -116.175 - 82 243.666 1346 3 0 80.0315 89.4487 -116.25 - 82 39.0109 1347 3 0 80.0324 89.45 -116.235 - 82 262.808 1345 3 0 79.6491 89.25 -115.856 - 82 117.028 1233 3 0 41.3488 66.7389 -115.85 - 82 121.891 1108 2 1 41.7031 66.7078 -144.45 - 82 155.796 1233 2 0 41.7298 66.7251 -145.85 - 82 99.205 1111 1 1 42.2947 67.177 -174.45 - 82 0.359735 1235 1 0 42.3284 67.2499 -175.85 - 82 62.1618 1114 0 1 43.0362 68.7069 -204.45 - 82 109.888 1115 0 1 43.05 68.7177 -204.689 - 82 127.519 1243 0 0 43.117 68.7684 -205.85 - 82 108.882 1234 3 0 41.4136 66.8551 -115.85 - 82 131.89 1114 2 1 42.9436 68.9946 -144.45 - 82 116.472 1245 2 0 43.0108 69.1133 -145.85 - 82 96.1267 1124 1 1 44.8821 71.4197 -174.45 - 82 129.434 1257 1 0 44.9752 71.4823 -175.85 - 82 58.023 1140 0 1 48.2186 72.261 -204.45 - 82 69.6846 1141 0 1 48.25 72.2552 -204.636 - 82 127.212 1260 0 0 48.4423 72.2275 -205.85 - 82 33.3523 877 3 0 154.898 -4.59679 -116.25 - 82 220.515 876 3 0 154.942 -4.65 -116.162 - 82 306.55 1116 0 1 43.3698 67.4639 -204.45 - 82 100.054 1237 0 0 43.4002 67.518 -205.85 - 82 117.736 1234 0 0 42.9767 67.0181 -205.85 - 82 85.4741 1232 5 0 40.6557 66.65 -55.8608 - 82 55.4184 1103 5 1 40.65 66.6405 -54.7754 - 82 81.2247 1226 5 0 40.6054 65.3612 -55.85 - 82 113.52 1225 5 0 40.6157 65.25 -55.9662 - 82 16.2198 1224 5 0 40.4665 65.0499 -55.9049 - 82 225.547 1104 5 1 40.9787 65.1443 -54.85 - 82 117.483 1105 5 1 41.05 65.4312 -54.6859 - 82 5.22387 920 4 1 4.24068 65.362 -84.45 - 82 159.975 921 4 1 4.25 65.3656 -84.4786 - 82 88.8914 1228 4 0 3.67223 65.7419 -85.85 - 82 86.4265 1229 4 0 3.45091 65.8501 -86.1308 - 82 33.7642 1277 4 0 -6.76442 75.5208 -86.25 - 82 71.1041 1276 4 0 -6.74682 75.45 -86.1447 - 82 80.0971 1275 4 0 -6.73358 75.25 -86.1109 - 82 7.1582 1274 4 0 -6.76938 75.05 -86.2274 - 82 179.749 1145 4 0 -10.8399 49.1584 -86.25 - 82 384.349 1144 4 0 -11.0126 49.0497 -85.975 - 82 216.592 1110 0 1 42.1299 66.5036 -204.451 - 82 418.181 1232 0 0 42.0101 66.5134 -205.85 - 82 132.128 1235 0 0 42.5662 67.0851 -205.852 - 82 16.5653 1236 0 0 42.7744 67.2503 -206.192 - 82 16.9449 1455 0 0 -80.7146 111.15 -205.914 - 82 9.60278 493 0 1 -81.4499 111.257 -204.85 - 82 17.702 492 0 1 -81.45 111.257 -204.85 - 82 108.279 1451 0 0 -79.7745 110.522 -205.85 - 82 219.378 1096 0 1 39.3885 66.6174 -204.45 -Number of digits in this event = 116 -Using G4ParticleGun ... -2.38834 LIN +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +5.88594 LIN gamma Event: 83 -Number of tracker hits in this event = 78 - 83 324.96 1474 7 1 115.066 12.4079 5.55 - 83 236.983 961 7 0 115.07 12.4079 4.15 - 83 147.244 1474 6 1 115.147 12.4365 -24.45 - 83 120.372 961 6 0 115.15 12.4389 -25.85 - 83 140.077 1475 5 1 115.199 12.473 -54.45 - 83 405.964 962 5 0 115.213 12.4609 -55.85 - 83 104.325 1476 4 1 115.491 12.2156 -84.45 - 83 112.904 960 4 0 115.499 12.2042 -85.85 - 83 112.749 1477 3 1 115.689 11.9499 -114.45 - 83 93.4136 959 3 0 115.699 11.9342 -115.85 - 83 133.066 1478 2 1 115.923 11.635 -144.45 - 83 218.811 957 2 0 115.932 11.6198 -145.85 - 83 119.087 1480 1 1 116.154 11.3228 -174.45 - 83 111.112 956 1 0 116.168 11.3039 -175.85 - 83 188.846 1481 0 1 116.465 10.9126 -204.45 - 83 401.4 954 0 0 116.481 10.894 -205.85 - 83 93.1866 1538 2 1 127.846 89.1085 -144.85 - 83 151.042 1336 2 0 129.435 87.3251 -145.85 - 83 14.2319 1337 2 0 128.158 87.65 -146.039 - 83 50.6927 1479 5 1 116.07 12.9503 -54.85 - 83 91.498 973 5 0 116.426 14.7517 -55.85 - 83 99.7993 1473 6 1 114.861 12.0499 -24.45 - 83 128.481 960 6 0 114.868 12.0732 -25.85 - 83 129.851 1474 5 1 114.975 12.6089 -54.45 - 83 103.78 963 5 0 114.987 12.65 -56.0674 - 83 252.812 1474 4 1 115.059 13.4579 -84.45 - 83 162.967 967 4 0 115.103 13.4756 -85.85 - 83 133.601 1479 3 1 115.98 13.8203 -114.45 - 83 36.9654 968 3 0 116.071 13.8473 -115.85 - 83 68.3637 969 3 0 116.081 13.85 -115.982 - 83 116.02 1500 2 1 120.233 16.2469 -144.45 - 83 41.2315 984 2 0 120.259 16.9615 -145.85 - 83 68.3161 985 2 0 120.263 17.05 -146.017 - 83 38.7692 1497 1 1 119.712 32.1262 -174.45 - 83 148.281 1498 1 1 119.75 32.1778 -174.536 - 83 88.0868 1061 1 0 120.146 32.2693 -175.85 - 83 40.8997 1060 1 0 120.193 32.25 -176.076 - 83 182.975 1523 0 1 124.833 30.329 -204.45 - 83 387.737 1524 0 1 124.95 30.0925 -204.602 - 83 44.6287 1041 0 0 125.759 28.3602 -205.85 - 83 80.395 1040 0 0 125.809 28.25 -205.929 - 83 67.3649 1039 0 0 125.895 28.0497 -206.068 - 83 25.1582 1038 0 0 125.942 27.85 -206.189 - 83 63.1215 1525 0 1 125.15 30.3799 -204.719 - 83 104.894 1526 0 1 125.35 30.3994 -204.796 - 83 107.3 1527 0 1 125.55 30.3904 -204.843 - 83 101.685 1050 0 0 125.974 30.1253 -205.85 - 83 217.04 1049 0 0 125.942 30.05 -206.019 - 83 387.495 1422 1 0 137.164 104.726 -176.25 - 83 15.0386 1423 1 0 137.221 104.75 -176.133 - 83 75.6465 916 1 0 81.6985 3.27084 -176.25 - 83 1.33973 917 1 0 81.7835 3.45 -176.248 - 83 49.1283 1206 1 0 122.61 61.4275 -176.25 - 83 300.205 1207 1 0 122.732 61.4501 -176.149 - 83 170.262 1468 1 1 113.947 10.6521 -174.45 - 83 417.659 1469 1 1 113.95 10.6137 -174.645 - 83 107.132 951 1 0 113.965 10.4361 -175.85 - 83 110.225 1466 0 1 113.52 6.47781 -204.45 - 83 108.683 932 0 0 113.361 6.52106 -205.85 - 83 151.557 952 1 0 114.468 10.6069 -175.85 - 83 3.84759 1520 0 1 124.164 8.86191 -204.45 - 83 66.9912 1519 0 1 124.15 8.86067 -204.462 - 83 70.9615 1518 0 1 123.95 8.84472 -204.628 - 83 32.1381 1517 0 1 123.75 8.83622 -204.784 - 83 165.06 943 0 0 122.287 8.74321 -205.85 - 83 255.929 1473 3 1 114.803 12.1409 -114.45 - 83 336.041 960 3 0 114.81 12.1327 -115.85 - 83 108.983 1473 2 1 114.854 11.6453 -144.45 - 83 115.061 958 1 0 114.045 11.6502 -175.85 - 83 91.649 1465 0 1 113.217 12.5065 -204.45 - 83 122.282 962 0 0 113.122 12.482 -205.85 - 83 125.756 1468 2 1 113.918 11.8682 -144.45 - 83 96.5625 958 2 0 113.947 11.8338 -145.85 - 83 121.632 1472 1 1 114.587 11.1729 -174.45 - 83 221.214 955 1 0 114.67 11.1531 -175.85 - 83 89.7034 1482 0 1 116.55 10.8994 -204.533 - 83 39.5162 955 0 0 116.508 11.05 -206.234 - 83 99.2074 1123 0 0 91.5573 44.7489 -206.25 -Number of digits in this event = 34 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -9.29901 LIN +5.87133 LIN gamma Event: 84 -Number of tracker hits in this event = 26 - 84 268.923 888 5 1 -2.3092 -116.222 -54.45 - 84 229.142 319 5 0 -2.30907 -116.223 -55.85 - 84 220.02 888 4 1 -2.30563 -116.252 -84.45 - 84 203.873 319 4 0 -2.30506 -116.255 -85.85 - 84 245.119 888 3 1 -2.28879 -116.331 -114.45 - 84 258.978 319 3 0 -2.28823 -116.333 -115.85 - 84 403.432 888 2 1 -2.27716 -116.371 -144.45 - 84 117.823 318 2 0 -2.27726 -116.371 -145.85 - 84 125.183 888 1 1 -2.28597 -116.382 -174.45 - 84 110.144 318 1 0 -2.28583 -116.382 -175.85 - 84 227.147 888 0 1 -2.28812 -116.378 -204.45 - 84 123.955 318 0 0 -2.28432 -116.381 -205.85 - 84 188.24 225 2 0 -6.04395 -135.026 -146.25 - 84 204.394 226 2 0 -6.20343 -134.95 -146.103 - 84 6.19717 99 1 1 -160.28 0.585484 -174.85 - 84 126.599 98 1 1 -160.35 0.635615 -174.718 - 84 231.896 431 1 0 43.3239 -93.7817 -176.25 - 84 153.723 319 2 0 -2.24735 -116.35 -146.184 - 84 282.419 389 2 0 25.4379 -102.268 -146.25 - 84 314.247 889 1 1 -2.24482 -116.21 -174.45 - 84 204.022 319 1 0 -2.24607 -116.211 -175.85 - 84 92.6034 319 0 0 -2.2709 -116.251 -205.85 - 84 234.229 1320 3 0 84.8826 84.05 -116.144 - 84 73.1981 1321 3 0 85.4269 84.25 -115.939 - 84 118.921 1322 3 0 85.4296 84.45 -116.012 - 84 43.5996 1312 3 0 111.916 82.5613 -116.25 -Number of digits in this event = 22 +Number of tracker hits in this event = 11 + 84 141.691 1666 8 0 -114.017 153.513 33.75 + 84 50.0314 329 8 1 -114.252 152.939 35.15 + 84 87.6306 328 8 1 -114.35 152.958 35.1994 + 84 11.4167 1665 8 0 -115.212 153.155 34.15 + 84 183.387 1664 8 0 -115.232 153.15 34.1227 + 84 147.001 986 0 0 -117.974 17.3719 -206.25 + 84 126.623 298 5 1 -120.389 126.288 -54.85 + 84 19.0701 351 0 1 -109.834 3.9635 -204.85 + 84 78.0201 1277 0 0 -144.789 75.45 -206.188 + 84 43.7274 311 1 1 -117.799 19.7988 -174.85 + 84 195.911 312 1 1 -117.75 19.7618 -174.503 +Number of digits in this event = 8 Using G4ParticleGun ... -7.58386 LIN +6.91516 LIN gamma Event: 85 -Number of tracker hits in this event = 2 - 85 224.458 872 6 1 -5.59241 40.8333 -24.85 - 85 184.785 333 2 1 -113.371 86.8843 -144.45 -Number of digits in this event = 6 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -6.7624 LIN +5.22835 LIN gamma Event: 86 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 86 + 86 241.981 725 10 1 -34.9442 91.3162 95.55 + 86 213.822 1355 10 0 -34.9452 91.3165 94.15 + 86 233.841 725 9 1 -34.9724 91.3174 65.55 + 86 225.26 1355 9 0 -34.9754 91.3157 64.15 + 86 119.306 725 8 1 -35.0343 91.2818 35.55 + 86 349.329 1355 8 0 -35.0356 91.2803 34.15 + 86 127.823 725 7 1 -35.049 91.2312 5.55 + 86 131.307 1355 7 0 -35.0482 91.2284 4.15 + 86 111.077 725 6 1 -35.0412 91.169 -24.45 + 86 230.066 1355 6 0 -35.0414 91.1639 -25.85 + 86 419.842 725 5 1 -35.0462 91.0572 -54.45 + 86 127.916 1354 5 0 -35.0452 91.0489 -55.85 + 86 275.533 725 4 1 -35.02 90.8845 -84.45 + 86 135.302 1353 4 0 -35.0206 90.8753 -85.85 + 86 109.957 725 3 1 -35.0316 90.7032 -114.45 + 86 105.782 1352 3 0 -35.0297 90.694 -115.85 + 86 124.547 725 2 1 -34.9935 90.5089 -144.45 + 86 119.867 1351 2 0 -34.9928 90.501 -145.85 + 86 120.603 725 1 1 -34.9823 90.3341 -174.45 + 86 245.293 1350 1 0 -34.9832 90.3264 -175.85 + 86 149.168 725 0 1 -34.9982 90.1723 -204.45 + 86 99.0163 1350 0 0 -35.001 90.1627 -205.85 + 86 67.1867 1539 4 0 -11.3595 128.046 -86.25 + 86 278.32 1540 4 0 -11.3735 128.15 -86.2344 + 86 161.58 1354 2 0 -35.3356 91.0748 -145.967 + 86 270.256 1349 1 0 -36.3219 90.0032 -175.85 + 86 121.908 694 0 1 -41.1048 87.3164 -204.45 + 86 129.91 1336 0 0 -41.3704 87.3194 -205.85 + 86 161.783 719 1 1 -36.1862 90.15 -174.61 + 86 101.957 723 1 1 -35.3628 91.0501 -174.45 + 86 126.996 1354 1 0 -35.4265 90.9936 -175.85 + 86 128.83 716 0 1 -36.7655 89.9362 -204.45 + 86 155.022 1349 0 0 -36.8062 89.8956 -205.85 + 86 117.959 726 8 1 -34.7298 91.1637 35.55 + 86 99.8279 727 7 1 -34.5488 91.022 5.55 + 86 151.706 1354 7 0 -34.5411 91.0165 4.15 + 86 165.139 728 6 1 -34.356 90.8874 -24.45 + 86 168.159 1353 6 0 -34.3421 90.886 -25.85 + 86 111.908 729 5 1 -34.0561 90.8586 -54.4502 + 86 119.592 1353 5 0 -34.1299 90.8558 -55.85 + 86 118.65 720 4 1 -35.9677 90.4432 -84.45 + 86 104.275 1351 4 0 -35.9886 90.4605 -85.85 + 86 158.327 718 3 1 -36.3677 89.7906 -114.45 + 86 36.6861 1350 3 0 -36.3232 90.1501 -116.147 + 86 106.157 722 2 1 -35.5816 96.472 -144.45 + 86 159.209 1383 2 0 -35.243 96.7761 -145.85 + 86 115.088 759 1 1 -28.1956 103.902 -174.45 + 86 140.283 1419 1 0 -28.1104 104.088 -175.85 + 86 51.3689 768 0 1 -26.4428 108.052 -204.45 + 86 142.647 767 0 1 -26.45 108.084 -204.661 + 86 180.451 1439 0 0 -26.5615 108.058 -205.85 + 86 1.64711 729 6 1 -34.054 90.8218 -24.45 + 86 68.2254 730 6 1 -34.05 90.8199 -24.4538 + 86 69.0558 731 6 1 -33.85 90.7647 -24.5556 + 86 49.2871 732 6 1 -33.6496 90.7726 -24.5742 + 86 49.9772 733 6 1 -33.4499 90.761 -24.5789 + 86 65.3209 734 6 1 -33.25 90.7908 -24.6149 + 86 99.5555 735 6 1 -33.0498 90.8562 -24.6814 + 86 75.2574 736 6 1 -32.85 90.9188 -24.7121 + 86 37.4878 737 6 1 -32.65 91.0297 -24.8014 + 86 28.2256 1358 6 0 -30.4701 91.9118 -25.8502 + 86 99.6848 1359 6 0 -30.3512 91.95 -25.8725 + 86 56.8105 1360 6 0 -30.0364 92.1506 -25.9455 + 86 56.5095 1361 6 0 -29.9662 92.35 -25.8795 + 86 166.267 771 6 1 -25.8202 96.2504 -24.85 + 86 7.6171 1413 6 0 -24.2324 102.929 -25.85 + 86 5.5916 1414 6 0 -24.2282 102.95 -25.8537 + 86 143.121 780 6 1 -23.9698 106.034 -24.85 + 86 361.737 781 6 1 -23.85 106.429 -24.8029 + 86 360.435 782 6 1 -23.65 106.78 -24.6029 + 86 111.889 1354 6 0 -32.6455 91.0766 -25.8502 + 86 134.465 727 6 1 -34.4919 90.6898 -24.4501 + 86 76.1303 726 6 1 -34.6507 90.5877 -24.6935 + 86 143.253 1352 6 0 -35.2418 90.6542 -25.85 + 86 18.975 673 5 1 -45.4156 89.687 -54.45 + 86 118.377 672 5 1 -45.4502 89.6573 -54.5154 + 86 120.845 1340 5 0 -45.8102 88.1796 -55.8506 + 86 9.23435 1339 5 0 -45.752 88.05 -56.2118 + 86 56.0417 732 1 1 -33.4795 90.0304 -174.45 + 86 65.1961 733 1 1 -33.45 90.0214 -174.638 + 86 67.7007 777 0 1 -24.5089 88.991 -204.45 + 86 48.6844 778 0 1 -24.45 89.0688 -204.697 + 86 115.102 1346 0 0 -24.1518 89.3619 -205.85 + 86 6.30563 1347 0 0 -24.0272 89.45 -206.22 + 86 241.198 592 7 1 -61.5573 137.812 5.15 + 86 126.618 591 7 1 -61.6503 137.955 5.50317 +Number of digits in this event = 43 Using G4ParticleGun ... -9.61443 LIN +5.70366 LIN gamma Event: 87 -Number of tracker hits in this event = 6 - 87 30.6034 624 8 0 60.1502 -55.0775 33.75 - 87 118.964 625 8 0 60.1194 -55.05 33.852 - 87 28.5834 1195 8 1 59.1189 -54.6104 35.1507 - 87 118.288 1194 8 1 59.0499 -54.5588 35.238 - 87 182.824 117 3 1 -156.688 -129.868 -114.85 - 87 16.3702 116 3 1 -156.75 -129.93 -114.825 -Number of digits in this event = 3 +Number of tracker hits in this event = 36 + 87 133.398 696 7 0 -140.107 -40.8249 3.98348 + 87 279.224 200 6 1 -140.094 -40.8574 -24.45 + 87 112.616 695 6 0 -140.091 -40.858 -25.85 + 87 323.955 200 5 1 -140.034 -40.8776 -54.45 + 87 263.641 695 5 0 -140.034 -40.8808 -55.85 + 87 238.589 200 4 1 -140.018 -40.9473 -84.45 + 87 249.351 695 4 0 -140.017 -40.9549 -85.85 + 87 269.197 200 3 1 -140 -41.1117 -114.45 + 87 141.994 694 3 0 -139.999 -41.1198 -115.85 + 87 231.334 200 2 1 -139.973 -41.2892 -144.45 + 87 97.9965 693 2 0 -139.972 -41.295 -145.85 + 87 101.238 201 1 1 -139.927 -41.411 -174.45 + 87 111.383 693 1 0 -139.925 -41.4107 -175.85 + 87 236.368 201 0 1 -139.836 -41.4193 -204.45 + 87 123.14 693 0 0 -139.828 -41.4213 -205.85 + 87 111.388 515 3 0 -28.0199 -76.85 -116.037 + 87 7.93999 142 0 1 -151.719 7.99391 -204.85 + 87 199.529 202 0 1 -139.75 -41.7419 -204.59 + 87 246.505 203 0 1 -139.55 -41.7465 -204.613 + 87 140.968 696 6 0 -140.101 -40.8134 -25.85 + 87 128.373 695 3 0 -140.044 -40.8853 -115.85 + 87 114.045 695 2 0 -140.036 -40.8605 -145.85 + 87 125.23 200 1 1 -140.011 -40.8712 -174.45 + 87 239.782 695 1 0 -140.009 -40.8698 -175.85 + 87 111.394 200 0 1 -140.004 -40.8351 -204.45 + 87 179.042 696 0 0 -140.003 -40.8343 -205.85 + 87 40.0356 695 0 0 -139.998 -40.85 -206.094 + 87 152.18 727 0 0 -134.713 -34.4886 -206.25 + 87 94.9228 728 0 0 -134.694 -34.45 -206.204 + 87 80.5112 228 0 1 -134.352 -34.1314 -204.85 + 87 229.051 229 0 1 -134.35 -34.1265 -204.833 + 87 101.258 227 0 1 -134.55 -33.581 -204.696 + 87 13.974 226 0 1 -134.75 -33.6667 -204.822 + 87 17.611 747 0 0 -137.445 -30.4718 -205.85 + 87 36.9838 748 0 0 -137.454 -30.4498 -205.859 + 87 204.477 225 0 1 -135.13 -27.4504 -204.85 +Number of digits in this event = 23 Using G4ParticleGun ... -2.05236 LIN +2.17337 LIN gamma Event: 88 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.30059 LIN +2.09049 LIN gamma Event: 89 -Number of tracker hits in this event = 88 - 89 253.99 188 8 1 -142.392 10.0769 35.55 - 89 226.26 950 8 0 -142.391 10.0772 34.15 - 89 134.852 188 7 1 -142.378 10.0829 5.55 - 89 194.128 950 7 0 -142.374 10.0826 4.15 - 89 100.117 189 6 1 -142.304 10.0723 -24.45 - 89 107.593 950 6 0 -142.3 10.0721 -25.85 - 89 110.349 189 5 1 -142.22 10.0676 -54.45 - 89 142.68 950 5 0 -142.216 10.0672 -55.85 - 89 254.146 190 4 1 -142.143 10.0609 -84.45 - 89 133.452 950 4 0 -142.139 10.0595 -85.85 - 89 127.684 190 3 1 -142.072 10.0329 -114.45 - 89 121.228 949 3 0 -142.069 10.0306 -115.85 - 89 158.986 190 2 1 -141.993 9.98899 -144.45 - 89 113.476 949 2 0 -141.988 9.98709 -145.85 - 89 139.519 191 1 1 -141.882 9.94115 -174.45 - 89 158.451 949 1 0 -141.877 9.93831 -175.85 - 89 130.587 191 0 1 -141.765 9.87763 -204.45 - 89 129.223 949 0 0 -141.757 9.87489 -205.85 - 89 134.722 118 8 0 -44.3794 -156.35 34.0699 - 89 160.92 1697 11 0 -63.4454 159.588 123.75 - 89 0.30649 591 11 1 -61.6504 159.054 125.15 - 89 101.193 592 11 1 -61.65 159.054 125.15 - 89 27.8979 862 1 0 -126.545 -7.45 -176.118 - 89 122.44 267 1 1 -126.623 -7.66726 -174.85 - 89 72.4235 266 1 1 -126.75 -7.80015 -174.549 - 89 70.6481 265 1 1 -126.95 -7.86034 -174.728 - 89 13.5311 850 1 0 -127.769 -10.0249 -175.85 - 89 184.173 849 1 0 -127.779 -10.05 -175.864 - 89 144.456 848 1 0 -127.758 -10.25 -175.983 - 89 29.1151 536 1 0 -101.349 -72.7427 -176.25 - 89 99.2203 535 1 0 -101.372 -72.85 -176.171 - 89 142.593 534 1 0 -101.497 -73.05 -176.057 - 89 14.3905 399 1 1 -100.215 -72.7332 -174.85 - 89 164.968 537 1 0 -99.5381 -72.5739 -175.85 - 89 108.558 189 7 1 -142.323 9.99898 5.55 - 89 129.22 949 7 0 -142.327 9.99822 4.15 - 89 90.0561 188 6 1 -142.383 10.0006 -24.45 - 89 115.7 949 6 0 -142.387 9.9978 -25.85 - 89 147.052 188 5 1 -142.427 9.94664 -54.45 - 89 145.65 949 5 0 -142.435 9.94106 -55.85 - 89 124.445 187 4 1 -142.596 9.74994 -84.45 - 89 210.937 948 4 0 -142.603 9.73502 -85.85 - 89 132.382 187 3 1 -142.737 9.42854 -114.45 - 89 125.896 946 3 0 -142.742 9.41707 -115.85 - 89 338.347 186 2 1 -142.801 9.10672 -144.45 - 89 490.973 945 2 0 -142.73 9.08301 -145.85 - 89 142.217 193 1 1 -141.54 8.66601 -174.45 - 89 274.871 943 1 0 -141.403 8.66879 -175.85 - 89 127.259 207 0 1 -138.633 8.97842 -204.45 - 89 144.245 944 0 0 -138.499 8.99952 -205.85 - 89 165.314 184 1 1 -143.162 9.01552 -174.45 - 89 98.0275 944 1 0 -143.223 8.97532 -175.85 - 89 123.072 178 0 1 -144.507 8.31991 -204.45 - 89 26.7922 941 0 0 -144.61 8.25404 -205.85 - 89 100.609 940 0 0 -144.617 8.25 -205.936 - 89 109.397 185 1 1 -143.081 8.69572 -174.45 - 89 168.427 185 0 1 -143.012 8.96601 -204.45 - 89 164.62 946 0 0 -143.362 9.3326 -205.85 - 89 21.559 1021 13 1 24.25 51.0088 185.496 - 89 22.413 1022 13 1 24.45 51.0228 185.283 - 89 280.392 189 2 1 -142.334 9.1471 -144.45 - 89 112.152 944 2 0 -142.198 9.05 -146.142 - 89 56.8392 220 1 1 -135.998 7.2011 -174.45 - 89 228.449 221 1 1 -135.95 7.12196 -174.544 - 89 73.2154 929 1 0 -135.337 6.00147 -175.85 - 89 78.8275 928 1 0 -135.233 5.85 -176.055 - 89 34.3892 266 0 1 -126.867 -15.3016 -204.45 - 89 90.5509 265 0 1 -126.95 -15.3703 -204.551 - 89 75.0139 264 0 1 -127.15 -15.5118 -204.727 - 89 23.2496 263 0 1 -127.35 -15.6527 -204.821 - 89 1.26685 816 0 0 -128.759 -16.8465 -205.85 - 89 121.492 815 0 0 -128.763 -16.85 -205.853 - 89 70.891 814 0 0 -129.028 -17.05 -206.051 - 89 13.0985 813 0 0 -129.167 -17.25 -206.218 - 89 21.292 12 1 1 -177.724 -83.1609 -174.45 - 89 191.162 11 1 1 -177.75 -83.2018 -174.498 - 89 146.351 217 1 1 -136.672 7.19374 -174.45 - 89 118.222 935 1 0 -136.422 7.14976 -175.85 - 89 90.4073 239 0 1 -132.272 6.16443 -204.45 - 89 28.8626 240 0 1 -132.15 6.08789 -204.734 - 89 9.58563 929 0 0 -131.797 5.8565 -205.85 - 89 202.439 928 0 0 -131.788 5.85 -205.881 - 89 30.9566 882 0 0 -139.449 -3.60634 -206.25 - 89 91.1704 881 0 0 -139.526 -3.65 -206.188 - 89 48.0844 880 0 0 -139.685 -3.85 -205.968 - 89 103.702 200 0 1 -140.066 -5.87094 -204.85 - 89 44.6221 199 0 1 -140.15 -6.17235 -204.592 - 89 30.9789 945 0 0 -103.969 9.09304 -206.25 -Number of digits in this event = 46 +Number of tracker hits in this event = 70 + 89 297.085 1374 8 1 94.9861 80.0497 35.55 + 89 139.538 1299 8 0 94.9863 80.0484 34.15 + 89 120.143 1374 7 1 94.9796 80.0086 5.55 + 89 107.231 1299 7 0 94.9821 80.0065 4.15 + 89 162.818 1374 6 1 95.046 79.9826 -24.45 + 89 145.99 1299 6 0 95.0471 79.9803 -25.85 + 89 181.457 1374 5 1 95.0482 79.9263 -54.45 + 89 371.669 1299 5 0 95.0497 79.9243 -55.85 + 89 109.871 1374 4 1 95.0854 79.9225 -84.45 + 89 111.265 1299 4 0 95.0903 79.9246 -85.85 + 89 106.875 1375 3 1 95.1951 79.9903 -114.45 + 89 116.649 1299 3 0 95.2037 79.9925 -115.85 + 89 143.781 1376 2 1 95.3776 80.0302 -144.45 + 89 98.4541 1299 2 0 95.382 80.0291 -145.85 + 89 114.501 1376 1 1 95.4415 80.0111 -174.45 + 89 214.956 1299 1 0 95.4414 80.0126 -175.85 + 89 365.099 1376 0 1 95.4409 80.0529 -204.45 + 89 452.432 1300 0 0 95.4375 80.0543 -205.85 + 89 14.7475 1403 5 0 1.40165 100.755 -56.25 + 89 7.86706 1434 7 0 -31.933 107.15 4.07898 + 89 152.837 986 3 1 17.4166 102.782 -114.85 + 89 175.827 1377 0 1 95.567 79.9869 -204.45 + 89 138.079 1299 0 0 95.6002 79.9338 -205.85 + 89 92.2518 1375 2 1 95.2862 80.0678 -144.45 + 89 50.0578 1300 5 0 95.0567 80.05 -55.9109 + 89 313.609 1297 0 0 95.4924 79.5728 -205.85 + 89 273.58 1373 1 1 94.8763 80.0433 -174.45 + 89 5.27376 1372 1 1 94.75 79.6695 -174.835 + 89 51.8422 1290 1 0 94.0627 78.1948 -175.85 + 89 80.4989 1289 1 0 93.9861 78.05 -175.957 + 89 98.4695 1288 1 0 93.8344 77.85 -176.081 + 89 148.242 1287 1 0 93.6752 77.65 -176.174 + 89 191.976 1286 1 0 93.6015 77.45 -176.224 + 89 302.045 1285 1 0 93.5012 77.2499 -176.189 + 89 95.0572 1284 1 0 92.9206 77.05 -176.201 + 89 88.712 1283 1 0 92.6694 76.85 -176.122 + 89 316.752 1282 1 0 92.5684 76.65 -175.999 + 89 69.6203 1281 1 0 92.5029 76.4496 -175.992 + 89 24.4867 1280 1 0 92.5454 76.2498 -175.88 + 89 123.017 1363 1 1 92.7846 74.9868 -174.85 + 89 53.5176 1238 1 0 93.3311 67.7903 -175.85 + 89 62.7512 1237 1 0 93.3493 67.65 -175.914 + 89 102.584 1236 1 0 93.382 67.45 -175.962 + 89 135.996 1235 1 0 93.3657 67.2497 -175.962 + 89 133.179 1234 1 0 93.5296 67.05 -176.11 + 89 18.6639 1486 1 0 56.7907 117.527 -176.25 + 89 62.3397 1487 1 0 56.7899 117.55 -176.245 + 89 15.2317 1356 1 1 91.55 76.7442 -174.6 + 89 212.673 1269 1 0 118.622 74.0052 -176.25 + 89 17.7656 1380 0 1 96.1617 80.0046 -204.45 + 89 117.623 1379 0 1 96.15 80.0134 -204.514 + 89 131.387 1300 8 0 94.9809 80.069 34.15 + 89 135.373 1373 7 1 94.943 80.7281 5.55 + 89 114.514 1303 7 0 94.8783 80.7351 4.15 + 89 121.779 1367 6 1 93.6947 80.7757 -24.45 + 89 124.459 1303 6 0 93.6001 80.7708 -25.85 + 89 130.532 1356 5 1 91.3989 80.7389 -54.45 + 89 125.085 1303 5 0 91.2539 80.7625 -55.85 + 89 121.664 1341 4 1 88.3037 81.4456 -84.45 + 89 150.726 1307 4 0 88.17 81.5315 -85.85 + 89 28.8726 1326 3 1 85.2648 83.2058 -114.45 + 89 90.6185 1325 3 1 85.25 83.2121 -114.559 + 89 126.133 1316 3 0 85.0737 83.2868 -115.85 + 89 209.52 1306 2 1 81.3619 85.1925 -144.45 + 89 91.4365 1326 2 0 81.2562 85.3362 -145.85 + 89 236.331 1293 1 1 78.8192 88.4195 -174.45 + 89 131.605 1342 1 0 78.6629 88.5695 -175.85 + 89 131.266 1277 0 1 75.5733 92.2157 -204.45 + 89 2.94917 1360 0 0 75.3344 92.3489 -205.85 + 89 218.12 1361 0 0 75.3322 92.35 -205.862 +Number of digits in this event = 40 Using G4ParticleGun ... -2.16693 LIN +3.5361 LIN gamma Event: 90 -Number of tracker hits in this event = 120 - 90 240.273 757 8 1 -28.6165 71.5117 35.55 - 90 223.673 1257 8 0 -28.6181 71.5123 34.15 - 90 127.834 756 7 1 -28.6553 71.5222 5.55 - 90 111.328 1257 7 0 -28.6611 71.526 4.15 - 90 237.239 756 6 1 -28.7923 71.6066 -24.45 - 90 181.494 1257 6 0 -28.8003 71.6133 -25.85 - 90 121.649 755 5 1 -28.9788 71.7345 -54.45 - 90 168.2 1258 5 0 -28.9913 71.739 -55.85 - 90 131.08 754 4 1 -29.242 71.8163 -84.45 - 90 111.102 1258 4 0 -29.2504 71.8233 -85.85 - 90 126.954 753 3 1 -29.4046 71.9699 -114.45 - 90 131.382 1259 3 0 -29.4088 71.9709 -115.85 - 90 138.973 753 2 1 -29.4436 71.9648 -144.45 - 90 276.846 1259 2 0 -29.4462 71.961 -145.85 - 90 118.603 752 1 1 -29.4662 71.9106 -174.45 - 90 122.64 1259 1 0 -29.4709 71.9127 -175.85 - 90 169.914 752 0 1 -29.5882 71.9633 -204.45 - 90 117.614 1259 0 0 -29.5923 71.9572 -205.85 - 90 14.5802 1157 4 1 51.45 152.31 -84.7781 - 90 163.158 1156 4 1 51.45 152.32 -84.74 - 90 213.013 1166 0 0 -35.036 53.2792 -206.25 - 90 171.332 721 0 1 -35.6511 53.8043 -204.85 - 90 74.7426 722 0 1 -35.65 53.8757 -204.642 - 90 279.268 1167 0 0 -35.2087 53.521 -205.85 - 90 417.24 1110 0 0 -41.8147 42.0857 -206.25 - 90 88.1955 961 1 1 12.2862 16.2218 -174.85 - 90 4.35677 962 1 1 12.45 16.0512 -174.642 - 90 104.183 755 6 1 -28.85 71.6216 -24.616 - 90 245.866 1258 6 0 -29.227 71.6678 -25.8501 - 90 88.4267 717 5 1 -36.6049 73.1148 -54.4505 - 90 28.7784 716 5 1 -36.65 73.1724 -54.7729 - 90 107.197 1266 5 0 -36.798 73.3863 -55.85 - 90 7.86187 1267 5 0 -36.8419 73.45 -56.2124 - 90 44.4002 710 4 1 -37.8752 77.9048 -84.45 - 90 165.9 711 4 1 -37.85 77.9085 -84.579 - 90 116.98 1289 4 0 -37.6198 77.8878 -85.8512 - 90 99.0757 732 3 1 -33.623 76.4394 -114.45 - 90 375.132 1279 3 0 -33.5815 75.9955 -115.85 - 90 238.56 736 2 1 -32.7674 65.5853 -144.45 - 90 23.0183 737 2 1 -32.6499 65.3349 -144.77 - 90 29.702 1222 2 0 -32.2545 64.4931 -145.85 - 90 163.217 1221 2 0 -32.2344 64.45 -145.906 - 90 27.2855 1220 2 0 -32.1476 64.2499 -146.171 - 90 5.5838 778 1 1 -24.4408 42.37 -174.45 - 90 152.772 777 1 1 -24.45 42.3586 -174.47 - 90 92.2682 1107 1 0 -24.9131 41.5967 -175.85 - 90 43.8329 1106 1 0 -24.998 41.45 -176.12 - 90 19.3452 1203 3 0 -51.3135 60.8067 -116.25 - 90 0.389247 1209 3 0 17.5423 61.8847 -116.25 - 90 114.692 1255 6 0 -29.0568 71.1606 -25.85 - 90 12.9134 1254 6 0 -29.116 71.05 -26.207 - 90 165.343 731 5 1 -33.6929 61.0482 -54.4505 - 90 30.645 1203 5 0 -33.8592 60.6739 -55.8504 - 90 88.1183 1202 5 0 -33.8675 60.65 -55.9357 - 90 64.2428 712 4 1 -37.5565 52.3609 -84.45 - 90 180.532 1162 4 0 -38.4107 52.491 -85.85 - 90 20.215 610 3 1 -58.0068 55.6092 -114.45 - 90 103.105 609 3 1 -58.0502 55.645 -114.496 - 90 46.8064 608 3 1 -58.25 55.8622 -114.73 - 90 12.7209 1183 3 0 -59.2113 56.8147 -115.85 - 90 81.7393 1184 3 0 -59.2476 56.85 -115.892 - 90 99.3183 1185 3 0 -59.4353 57.0503 -116.09 - 90 172.145 1398 3 0 -113.621 99.8743 -116.25 - 90 90.6157 1399 3 0 -113.702 99.95 -116.108 - 90 296.441 330 3 1 -114.123 100.434 -114.849 - 90 176.044 329 3 1 -114.15 100.489 -114.721 - 90 49.8919 328 3 1 -114.351 100.752 -114.765 - 90 194.098 1404 3 0 -115.982 101.054 -115.85 - 90 140.077 754 1 1 -29.1002 71.6961 -174.45 - 90 177.899 1258 1 0 -29.1691 71.7279 -175.85 - 90 100.02 747 0 1 -30.5377 72.4709 -204.45 - 90 206.985 1262 0 0 -30.576 72.4802 -205.85 - 90 130.241 753 1 1 -29.3431 72.8445 -174.45 - 90 277.759 1264 1 0 -29.462 72.9534 -175.85 - 90 89.3362 738 0 1 -32.2892 74.7922 -204.45 - 90 110.006 1273 0 0 -32.5213 74.8047 -205.85 - 90 157.218 1265 1 0 -29.4528 73.05 -176.113 - 90 114.454 757 7 1 -28.5992 71.2668 5.55 - 90 117.741 1255 7 0 -28.5801 71.1855 4.15 - 90 204.605 759 6 1 -28.1204 69.5691 -24.45 - 90 155.377 1246 6 0 -28.1643 69.4448 -25.8503 - 90 156.451 752 5 1 -29.5999 66.9529 -54.45 - 90 127.303 1233 5 0 -29.7394 66.8383 -55.8501 - 90 107.693 739 4 1 -32.1034 62.8507 -84.4502 - 90 105.248 1212 4 0 -31.9425 62.6466 -85.8502 - 90 99.6903 758 3 1 -28.3543 58.6817 -114.45 - 90 110.904 1193 3 0 -28.2975 58.6738 -115.85 - 90 109.008 765 2 1 -27.0163 58.8852 -144.45 - 90 125.03 1193 2 0 -26.8031 58.7216 -145.85 - 90 115.071 783 1 1 -23.32 55.1333 -174.45 - 90 34.5801 1175 1 0 -23.231 55.2408 -175.85 - 90 85.5876 1176 1 0 -23.2258 55.25 -175.956 - 90 135.498 788 0 1 -22.2736 57.7493 -204.45 - 90 4.68046 1188 0 0 -22.3797 57.8487 -205.851 - 90 210.465 1189 0 0 -22.3809 57.85 -205.868 - 90 203.503 1178 1 0 -37.2254 55.732 -175.954 - 90 66.2848 691 0 1 -41.7766 51.8404 -204.45 - 90 132.707 690 0 1 -41.8501 52.0381 -204.576 - 90 131.766 689 0 1 -42.05 52.4359 -204.772 - 90 209.067 1170 0 0 -42.8471 54.056 -205.85 - 90 58.4472 1171 0 0 -42.9359 54.2506 -205.975 - 90 89.9881 1172 0 0 -42.9911 54.45 -206.089 - 90 63.8264 1173 0 0 -43.032 54.65 -206.17 - 90 12.6644 1174 0 0 -43.057 54.85 -206.233 - 90 407.906 707 0 1 -38.5672 53.8127 -204.45 - 90 16.0467 1168 0 0 -38.5539 53.6574 -205.85 - 90 17.2984 706 0 1 -38.65 53.8516 -204.799 - 90 136.923 1169 0 0 -39.0123 54.05 -205.89 - 90 78.9274 1115 0 0 -51.7202 43.2119 -206.25 - 90 90.1446 1114 0 0 -51.8761 43.05 -206.101 - 90 110.713 1113 0 0 -51.9833 42.85 -206.008 - 90 31.4233 1112 0 0 -52.1847 42.6498 -205.887 - 90 4.20566 634 0 1 -53.2379 41.8131 -204.85 - 90 275.872 633 0 1 -53.2501 41.8033 -204.838 - 90 62.5206 632 0 1 -53.45 41.6768 -204.672 - 90 83.5776 631 0 1 -53.65 41.5357 -204.65 - 90 78.8183 630 0 1 -53.8501 41.4261 -204.619 - 90 26.5728 629 0 1 -54.0504 41.365 -204.477 - 90 202.171 760 6 1 -28.0498 69.5864 -24.5384 - 90 139.819 761 6 1 -27.8499 69.7288 -24.6505 -Number of digits in this event = 54 -Using G4ParticleGun ... -9.94958 LIN +Number of tracker hits in this event = 2 + 90 8.87271 587 0 0 -4.59608 -62.45 -206.203 + 90 250.65 586 0 0 -4.59983 -62.65 -205.969 +Number of digits in this event = 3 +Using G4ParticleGun ... +2.92268 LIN gamma Event: 91 -Number of tracker hits in this event = 84 - 91 532.341 614 11 1 -57.188 8.60401 125.55 - 91 270.642 942 11 0 -57.1946 8.61497 124.15 - 91 117.453 613 10 1 -57.3938 8.82524 95.55 - 91 166.59 943 10 0 -57.4043 8.83458 94.15 - 91 155.102 612 9 1 -57.6256 9.04928 65.55 - 91 153.227 945 9 0 -57.6329 9.07808 64.15 - 91 114.561 611 8 1 -57.7808 9.64789 35.55 - 91 330.297 948 8 0 -57.7735 9.67181 34.15 - 91 135.595 612 7 1 -57.5948 10.1487 5.55 - 91 116.202 950 7 0 -57.5847 10.1313 4.15 - 91 177.787 613 6 1 -57.36 9.78664 -24.45 - 91 142.39 948 6 0 -57.3517 9.73976 -25.85 - 91 144.563 614 5 1 -57.1337 8.77156 -54.45 - 91 140.691 943 5 0 -57.0785 8.74851 -55.85 - 91 145.111 621 4 1 -55.7944 8.20059 -84.45 - 91 155.194 940 4 0 -55.7131 8.191 -85.85 - 91 141.433 629 3 1 -54.214 8.08048 -114.45 - 91 121.289 940 3 0 -54.1392 8.10358 -115.85 - 91 137.497 637 2 1 -52.4793 8.52459 -144.45 - 91 116.554 942 2 0 -52.3823 8.54044 -145.85 - 91 44.3356 647 1 1 -50.4518 8.90528 -174.45 - 91 65.2582 648 1 1 -50.45 8.90397 -174.595 - 91 139.869 944 1 0 -50.4345 8.89182 -175.85 - 91 116.195 649 0 1 -50.1032 8.5789 -204.45 - 91 224.226 942 0 0 -50.0704 8.55032 -205.85 - 91 58.365 952 6 0 -57.5584 10.6016 -26.1702 - 91 43.5369 588 5 1 -62.4082 16.7058 -54.45 - 91 103.955 587 5 1 -62.45 16.7555 -54.5401 - 91 81.1541 985 5 0 -63.1804 17.1845 -55.85 - 91 54.93 986 5 0 -63.2592 17.25 -56.0392 - 91 202.622 988 5 0 -91.6795 17.8382 -56.2493 - 91 182.133 989 5 0 -91.9632 17.8503 -56.1779 - 91 171.727 970 5 0 -169.92 14.2223 -56.25 - 91 72.4446 969 5 0 -170.301 14.05 -55.9265 - 91 206.8 53 5 1 -169.423 14.1297 -54.85 - 91 293.171 906 6 0 -0.469062 1.31857 -26.25 - 91 65.683 905 6 0 0.347731 1.25 -25.922 - 91 4.56351 912 6 1 2.62553 0.315037 -24.85 - 91 77.6269 913 6 1 2.65 0.304748 -24.8379 - 91 83.3506 914 6 1 2.85 0.233117 -24.7318 - 91 22.3687 915 6 1 3.05 0.156384 -24.5244 - 91 64.2519 947 8 0 -57.8916 9.60737 34.15 - 91 126.565 827 8 0 -46.9348 -14.5685 33.75 - 91 263.106 828 8 0 -46.9436 -14.45 33.9613 - 91 27.4687 941 11 0 -57.3439 8.29185 124.15 - 91 81.5192 940 11 0 -57.3605 8.25 124.038 - 91 49.4048 1056 11 0 -63.7871 31.2932 123.75 - 91 80.6356 1057 11 0 -63.8311 31.4501 123.953 - 91 119.716 579 11 1 -64.1538 32.1784 125.15 - 91 5.90953 578 11 1 -64.25 32.3559 125.519 - 91 129.65 614 10 1 -57.171 8.59493 95.55 - 91 135.748 942 10 0 -57.1697 8.5939 94.15 - 91 133.138 614 9 1 -57.1462 8.57754 65.55 - 91 163.785 942 9 0 -57.1448 8.57706 64.15 - 91 126.352 614 8 1 -57.1178 8.56614 35.55 - 91 168.8 942 8 0 -57.1164 8.56434 34.15 - 91 136.553 614 7 1 -57.0889 8.52416 5.55 - 91 124.04 942 7 0 -57.0872 8.52127 4.15 - 91 148.816 615 6 1 -57.0496 8.47105 -24.45 - 91 117.415 942 6 0 -57.0466 8.46803 -25.85 - 91 123.585 615 5 1 -56.9876 8.40833 -54.45 - 91 91.9693 941 5 0 -56.9846 8.40612 -55.85 - 91 98.7416 615 4 1 -56.9281 8.36521 -84.45 - 91 105.029 941 4 0 -56.9253 8.3656 -85.85 - 91 281.364 615 3 1 -56.8634 8.37425 -114.45 - 91 125.909 941 3 0 -56.8586 8.37462 -115.85 - 91 136.666 616 2 1 -56.7606 8.38614 -144.45 - 91 108.505 941 2 0 -56.7558 8.38877 -145.85 - 91 396.731 616 1 1 -56.6623 8.43737 -174.45 - 91 125.423 941 1 0 -56.658 8.44299 -175.85 - 91 135.745 617 0 1 -56.5734 8.56314 -204.45 - 91 140.663 946 0 0 -4.68921 9.40681 -206.25 - 91 291.553 947 0 0 -4.68943 9.45 -206.189 - 91 202.683 938 3 0 -56.894 7.80776 -115.85 - 91 120.135 861 3 0 -37.3764 -7.75736 -116.25 - 91 244.788 940 1 0 -56.74 8.13507 -175.85 - 91 279.15 618 0 1 -56.2859 7.51887 -204.45 - 91 117.353 937 0 0 -56.2871 7.54722 -205.85 - 91 94.875 615 0 1 -56.8679 6.46479 -204.45 - 91 165.46 616 0 1 -56.85 6.44484 -204.668 - 91 165.048 931 0 0 -56.7331 6.34787 -205.85 - 91 245.548 1040 0 0 -19.3306 28.0849 -206.25 - 91 40.9213 652 6 0 -150.063 -49.6224 -26.25 - 91 83.3591 651 6 0 -150.052 -49.65 -26.1952 -Number of digits in this event = 54 -Using G4ParticleGun ... -3.91741 LIN +Number of tracker hits in this event = 43 + 91 251.627 1211 5 1 62.328 -1.67439 -54.45 + 91 291.236 891 5 0 62.334 -1.66007 -55.85 + 91 241.252 1211 4 1 62.3352 -1.31639 -84.45 + 91 137.071 893 4 0 62.3239 -1.33561 -85.85 + 91 243.234 1210 3 1 62.0905 -1.7164 -114.45 + 91 407.99 891 3 0 62.0955 -1.71721 -115.85 + 91 361.673 1211 2 1 62.2677 -1.73631 -144.45 + 91 252.696 891 2 0 62.2544 -1.73054 -145.85 + 91 273.054 1209 1 1 61.9311 -1.57605 -174.45 + 91 166.179 892 1 0 61.9173 -1.54717 -175.85 + 91 226.419 1207 0 1 61.6426 -0.780826 -204.45 + 91 239.035 896 0 0 61.6248 -0.759115 -205.85 + 91 129.7 891 4 0 62.3213 -1.69723 -85.85 + 91 130.482 892 3 0 62.1185 -1.47716 -115.85 + 91 130.944 1210 2 1 62.0912 -1.40496 -144.45 + 91 209.99 893 2 0 62.0861 -1.40813 -145.85 + 91 359.574 893 1 0 61.9311 -1.44163 -175.85 + 91 111.359 893 0 0 61.5603 -1.32069 -205.85 + 91 293.414 1212 1 1 62.5604 -1.6646 -174.45 + 91 202.941 1208 0 1 61.6822 3.20587 -204.451 + 91 212.459 919 0 0 62.1499 3.87111 -205.85 + 91 4.92151 920 0 0 62.2895 4.05008 -206.232 + 91 134.308 1095 2 0 -34.2175 39.1063 -146.25 + 91 57.5604 724 2 1 -35.05 41.5997 -144.716 + 91 116.844 723 2 1 -35.25 42.5561 -144.68 + 91 399.878 891 1 0 62.5149 -1.73138 -175.85 + 91 124.049 1209 0 1 61.8902 -2.56458 -204.45 + 91 115.68 887 0 0 61.8619 -2.47712 -205.85 + 91 213.443 1211 3 1 62.3127 -1.67082 -114.45 + 91 296.527 1211 1 1 62.3575 -1.77597 -174.45 + 91 146.352 1217 0 1 63.5216 -2.08023 -204.45 + 91 107.922 888 0 0 63.4722 -2.25675 -205.85 + 91 180.633 1203 2 1 60.7802 -4.15594 -144.45 + 91 107.708 876 2 0 60.9744 -4.73544 -145.85 + 91 41.396 875 2 0 61.0154 -4.85 -146.123 + 91 26.7785 1227 1 1 65.6309 -16.3759 -174.45 + 91 102.722 1228 1 1 65.65 -16.3869 -174.523 + 91 86.6249 817 1 0 65.9821 -16.6044 -175.85 + 91 46.8932 816 1 0 66.0558 -16.65 -176.146 + 91 85.8694 1266 0 1 73.3346 -20.763 -204.45 + 91 97.5597 1267 0 1 73.45 -20.8225 -204.655 + 91 80.1051 794 0 0 74.1786 -21.1759 -205.85 + 91 66.2074 793 0 0 74.3161 -21.25 -206.086 +Number of digits in this event = 28 +Using G4ParticleGun ... +9.19076 LIN gamma Event: 92 -Number of tracker hits in this event = 20 - 92 271.526 1392 2 1 98.5612 21.2514 -144.45 - 92 204.124 1006 2 0 98.5482 21.263 -145.85 - 92 157.134 1390 1 1 98.2273 21.4583 -174.45 - 92 117.155 1007 1 0 98.1972 21.4523 -175.85 - 92 149.849 1387 0 1 97.6251 21.3048 -204.45 - 92 316.986 1006 0 0 97.6018 21.2999 -205.85 - 92 85.4013 1389 1 1 98.1499 21.4917 -174.67 - 92 90.9953 1388 1 1 97.9499 21.5067 -174.654 - 92 128.516 1387 1 1 97.75 21.603 -174.604 - 92 176.506 1386 1 1 97.5499 21.5652 -174.746 - 92 56.6484 1385 1 1 97.35 21.5338 -174.775 - 92 358.916 1392 1 1 98.574 21.2541 -174.45 - 92 242.141 1006 1 0 98.5744 21.2569 -175.85 - 92 120.971 1392 0 1 98.5831 21.3099 -204.45 - 92 154.446 1005 1 0 98.5559 21.1965 -175.85 - 92 15.9443 1396 0 1 99.5458 20.4571 -204.45 - 92 93.8984 1397 0 1 99.55 20.4549 -204.512 - 92 121.299 1002 0 0 99.6912 20.4613 -205.85 - 92 132.102 1399 0 1 99.9648 21.2654 -204.451 - 92 78.613 1005 0 0 100.235 21.25 -206.035 -Number of digits in this event = 16 +Number of tracker hits in this event = 15 + 92 348.42 569 1 1 -66.1195 -123.65 -174.45 + 92 278.376 282 1 0 -66.1174 -123.654 -175.85 + 92 305.745 569 0 1 -66.0755 -123.748 -204.45 + 92 136.657 281 0 0 -66.0751 -123.752 -205.85 + 92 48.0991 668 2 1 -46.3867 -135.689 -144.45 + 92 72.1639 669 2 1 -46.2499 -135.644 -144.527 + 92 172.321 670 2 1 -46.05 -135.55 -144.539 + 92 249.06 227 2 0 -45.8599 -134.647 -145.85 + 92 105.432 1142 1 1 48.45 -26.9459 -174.533 + 92 118.026 1143 1 1 48.65 -26.7787 -174.537 + 92 111.552 281 1 0 -66.0531 -123.75 -175.974 + 92 54.0278 280 1 0 -65.863 -123.95 -176.138 + 92 113.468 282 0 0 -66.1229 -123.645 -205.85 + 92 72.6943 563 10 1 -67.2926 161.665 95.15 + 92 344.213 564 10 1 -67.25 161.758 95.2309 +Number of digits in this event = 10 Using G4ParticleGun ... -9.68051 LIN +7.50378 LIN gamma Event: 93 -Number of tracker hits in this event = 2 - 93 248.54 1038 0 1 27.7376 -67.119 -204.45 - 93 283.213 564 0 0 27.7386 -67.1186 -205.85 -Number of digits in this event = 5 +Number of tracker hits in this event = 22 + 93 278.817 1041 2 1 28.3812 -72.5255 -144.45 + 93 254.509 537 2 0 28.3771 -72.5295 -145.85 + 93 95.0482 1041 1 1 28.2987 -72.5979 -174.45 + 93 219.791 537 1 0 28.3067 -72.6105 -175.85 + 93 531.392 1042 0 1 28.5327 -72.9077 -204.45 + 93 99.8574 534 0 0 28.8182 -73.1514 -205.85 + 93 231.365 499 0 0 116.933 -80.0746 -206.25 + 93 345.54 536 0 0 28.4876 -72.7377 -205.85 + 93 167.5 1042 1 1 28.4948 -72.5252 -174.45 + 93 123.732 537 0 0 28.5377 -72.6108 -205.85 + 93 115.563 1043 0 1 28.65 -72.5164 -204.502 + 93 81.43 1044 0 1 28.8503 -72.3189 -204.709 + 93 22.7434 542 0 0 29.5876 -71.4868 -205.85 + 93 174.247 543 0 0 29.6156 -71.45 -205.901 + 93 24.1035 544 0 0 29.7621 -71.25 -206.188 + 93 9.79319 343 2 0 -60.7215 -111.534 -146.25 + 93 204.967 342 2 0 -60.7337 -111.55 -146.239 + 93 11.1757 1554 11 0 -119.203 130.95 123.951 + 93 34.3653 302 11 1 -119.706 131.601 125.15 + 93 158.368 301 11 1 -119.75 131.607 125.227 + 93 226.583 146 0 0 -28.2878 -150.803 -206.25 + 93 306.982 145 0 0 -28.0307 -150.95 -205.903 +Number of digits in this event = 15 Using G4ParticleGun ... -1.87985 LIN +1.03852 LIN gamma Event: 94 -Number of tracker hits in this event = 5 - 94 52.0429 692 1 0 112.01 -41.6004 -176.25 - 94 16.9209 1459 1 1 112.145 -41.8163 -174.85 - 94 143.174 1460 1 1 112.15 -41.8273 -174.788 - 94 98.478 1461 1 1 112.35 -41.9227 -174.511 - 94 16.9051 1463 1 1 112.783 -42.0785 -174.481 -Number of digits in this event = 2 +Number of tracker hits in this event = 48 + 94 239.39 1196 10 1 59.4145 -97.0991 95.55 + 94 265.814 415 10 0 59.4065 -97.0998 94.15 + 94 105.968 1194 9 1 59.0243 -97.3894 65.55 + 94 117.075 413 9 0 59.0716 -97.4491 64.15 + 94 108.812 1199 8 1 60.0345 -98.7202 35.5495 + 94 52.4042 1200 8 1 60.05 -98.726 35.3255 + 94 127.649 406 8 0 60.1357 -98.7556 34.1497 + 94 158.609 1210 7 1 62.0831 -99.2484 5.55 + 94 106.508 404 7 0 62.1487 -99.2318 4.15 + 94 124.365 1217 6 1 63.5303 -98.8431 -24.45 + 94 110.371 407 6 0 63.6455 -98.6946 -25.85 + 94 216.468 1229 5 1 65.8962 -96.4755 -54.45 + 94 220.894 418 5 0 66.1143 -96.4713 -55.85 + 94 155.668 1251 4 1 70.3745 -96.5001 -84.45 + 94 120.093 418 4 0 70.5117 -96.4335 -85.8515 + 94 176.349 1267 3 1 73.4967 -95.6162 -114.45 + 94 128.802 422 3 0 73.6721 -95.6421 -115.85 + 94 108.594 1282 2 1 76.61 -95.9916 -144.45 + 94 1.05583 1283 2 1 76.65 -95.9585 -144.844 + 94 117.202 421 2 0 76.7528 -95.8847 -145.85 + 94 108.722 1296 1 1 79.3705 -94.0875 -174.45 + 94 37.0538 431 1 0 79.1136 -93.7836 -175.85 + 94 138.018 432 1 0 79.0838 -93.75 -175.99 + 94 119.994 1261 0 1 72.3578 -87.012 -204.45 + 94 159.746 468 0 0 72.0325 -86.4168 -205.85 + 94 5.52318 469 0 0 71.9412 -86.25 -206.235 + 94 171.592 1196 9 1 59.2969 -97.1938 65.55 + 94 123.632 414 9 0 59.2967 -97.1915 64.15 + 94 152.848 1196 8 1 59.3216 -97.2485 35.55 + 94 148.237 414 8 0 59.3309 -97.2386 34.15 + 94 114.295 1197 7 1 59.5071 -97.0305 5.55 + 94 139.142 415 7 0 59.5153 -97.0261 4.15 + 94 98.4389 1198 6 1 59.6803 -97.0159 -24.45 + 94 123.482 415 6 0 59.6822 -97.019 -25.85 + 94 119.919 1198 5 1 59.6616 -97.0721 -54.45 + 94 135.31 415 5 0 59.6675 -97.0814 -55.85 + 94 127.701 1198 4 1 59.7354 -97.3146 -84.45 + 94 153.902 413 4 0 59.751 -97.3505 -85.85 + 94 249.422 1199 3 1 60.0402 -98.0136 -114.45 + 94 125.591 410 3 0 60.0514 -98.0355 -115.85 + 94 177.936 1201 2 1 60.3475 -98.511 -144.45 + 94 113.842 408 2 0 60.3729 -98.5128 -145.85 + 94 147.469 1204 1 1 60.8925 -98.5525 -174.45 + 94 129.958 408 1 0 60.8924 -98.5446 -175.85 + 94 152.545 1203 0 1 60.8427 -98.3717 -204.45 + 94 121.699 409 0 0 60.8403 -98.3422 -205.85 + 94 59.7858 1628 3 1 145.75 -92.7478 -114.757 + 94 154.616 1629 3 1 145.95 -92.6607 -114.55 +Number of digits in this event = 32 Using G4ParticleGun ... -6.17633 LIN +1.76961 LIN gamma Event: 95 -Number of tracker hits in this event = 170 - 95 498.861 887 10 1 -2.61339 107.652 95.55 - 95 556.323 1437 10 0 -2.6127 107.652 94.15 - 95 251.271 887 9 1 -2.60321 107.655 65.55 - 95 507.874 1437 9 0 -2.60301 107.657 64.15 - 95 135.464 887 8 1 -2.60412 107.701 35.55 - 95 256.464 1437 8 0 -2.60318 107.707 34.15 - 95 233.287 887 7 1 -2.5983 107.829 5.55 - 95 125.8 1438 7 0 -2.59736 107.833 4.15 - 95 283.254 887 6 1 -2.58549 107.904 -24.45 - 95 136.671 1438 6 0 -2.58127 107.904 -25.85 - 95 112.71 887 5 1 -2.49787 107.902 -54.45 - 95 130.643 1438 5 0 -2.49585 107.904 -55.85 - 95 279.406 888 4 1 -2.44061 107.929 -84.45 - 95 107.391 1438 4 0 -2.44097 107.932 -85.85 - 95 123.205 887 3 1 -2.46423 107.98 -114.45 - 95 220.158 1439 3 0 -2.46727 107.982 -115.85 - 95 399.656 887 2 1 -2.54141 108.015 -144.45 - 95 159.668 1439 2 0 -2.53888 108.016 -145.85 - 95 527.364 887 1 1 -2.49374 108.052 -174.45 - 95 355.845 1439 1 0 -2.4996 108.052 -175.85 - 95 138.758 887 0 1 -2.62435 108.082 -204.45 - 95 129.418 1439 0 0 -2.62439 108.085 -205.85 - 95 132.28 1574 7 0 22.2623 135.065 3.7501 - 95 45.1842 871 0 1 -5.80198 110.146 -204.45 - 95 77.4355 870 0 1 -5.85 110.15 -204.629 - 95 236.679 1449 0 0 -6.20308 110.117 -205.85 - 95 147.971 886 1 1 -2.65004 108.058 -174.584 - 95 133.275 1442 1 0 -2.92444 108.56 -175.85 - 95 260.592 886 9 1 -2.68638 107.641 65.55 - 95 326.044 886 8 1 -2.76545 107.574 35.55 - 95 157.096 886 7 1 -2.83909 107.489 5.55 - 95 105.226 1436 7 0 -2.84447 107.487 4.15 - 95 113.389 885 6 1 -2.95521 107.461 -24.45 - 95 228.795 1436 6 0 -2.96733 107.461 -25.85 - 95 116.23 884 5 1 -3.23874 107.462 -54.45 - 95 175.787 1436 5 0 -3.27208 107.456 -55.85 - 95 100.527 880 4 1 -3.96821 107.36 -84.45 - 95 123.13 1436 4 0 -3.99851 107.352 -85.85 - 95 92.951 877 3 1 -4.62924 107.224 -114.45 - 95 157.696 1435 3 0 -4.65712 107.222 -115.85 - 95 207.083 874 2 1 -5.21855 107.189 -144.45 - 95 175.575 1435 2 0 -5.26524 107.169 -145.85 - 95 123.62 869 1 1 -6.17044 106.804 -174.45 - 95 127.485 1433 1 0 -6.20461 106.799 -175.85 - 95 131.664 865 0 1 -6.88834 106.72 -204.45 - 95 122.89 1432 0 0 -6.91964 106.721 -205.85 - 95 45.9733 873 2 1 -5.25 107.229 -144.664 - 95 126.495 1437 2 0 -5.11379 107.598 -145.85 - 95 16.0556 1438 2 0 -5.01539 107.75 -146.211 - 95 358.631 885 8 1 -2.85 107.527 35.4596 - 95 1.62361 1433 8 0 -3.06715 106.754 34.15 - 95 98.4603 1432 8 0 -3.06748 106.75 34.1431 - 95 89.5019 1431 8 0 -3.00865 106.55 33.9475 - 95 21.1144 1430 8 0 -3.04492 106.35 33.78 - 95 140.851 1435 8 0 -2.94835 107.25 34.15 - 95 189.473 883 7 1 -3.28756 106.955 5.55 - 95 148.266 1433 7 0 -3.31109 106.936 4.15 - 95 74.3193 881 6 1 -3.84806 106.444 -24.45 - 95 43.4325 880 6 1 -3.85 106.437 -24.6745 - 95 114.253 1431 6 0 -3.8601 106.401 -25.85 - 95 446.943 880 5 1 -4.01958 105.601 -54.45 - 95 125.916 1426 5 0 -4.02149 105.539 -55.85 - 95 137.023 881 4 1 -3.83654 104.206 -84.45 - 95 109.289 1419 4 0 -3.82196 104.111 -85.85 - 95 103.897 882 3 1 -3.56433 102.175 -114.45 - 95 117.593 1409 3 0 -3.54576 102.09 -115.85 - 95 109.543 883 2 1 -3.26095 100.272 -144.45 - 95 25.6347 1400 2 0 -3.26146 100.156 -145.85 - 95 71.8437 1399 2 0 -3.26142 100.15 -145.928 - 95 125.689 883 1 1 -3.25334 97.8556 -174.45 - 95 176.634 1387 1 0 -3.26286 97.7189 -175.85 - 95 215.707 882 0 1 -3.46535 94.8471 -204.45 - 95 153.112 1372 0 0 -3.50179 94.6835 -205.85 - 95 44.3692 1684 4 0 5.50892 157.012 -85.85 - 95 180.186 884 0 1 -3.1746 95.4792 -204.584 - 95 150.029 1375 0 0 -3.1579 95.3424 -205.85 - 95 166.627 1376 0 0 -3.17269 95.3821 -205.85 - 95 0.429948 1426 8 0 -2.01844 105.353 34.15 - 95 74.2056 1425 8 0 -2.01691 105.35 34.148 - 95 60.2991 1424 8 0 -1.91775 105.15 34.021 - 95 53.8146 1423 8 0 -1.81802 104.95 33.9359 - 95 59.583 1422 8 0 -1.77533 104.75 33.8696 - 95 18.3578 991 8 0 -14.4437 18.3097 33.75 - 95 77.0997 990 8 0 -14.4504 18.2497 33.7767 - 95 105.993 989 8 0 -14.4983 18.05 33.823 - 95 50.2472 988 8 0 -14.5183 17.8497 33.8547 - 95 173.026 987 8 0 -14.5679 17.6498 33.91 - 95 76.4384 986 8 0 -14.6824 17.4499 33.8987 - 95 281.163 985 8 0 -14.836 17.25 33.8625 - 95 261.642 1429 5 0 -3.93949 106.133 -55.85 - 95 144.358 882 4 1 -3.49236 105.011 -84.45 - 95 122.229 1424 4 0 -3.39278 105.004 -85.85 - 95 112.812 893 3 1 -1.39765 104.823 -114.45 - 95 151.006 1423 3 0 -1.29571 104.767 -115.85 - 95 0.430508 1422 3 0 -1.2676 104.75 -116.246 - 95 251.347 900 2 1 0.120491 103.848 -144.45 - 95 196.607 1418 2 0 0.119293 103.824 -145.85 - 95 8.30312 900 1 1 0.0541728 103.239 -174.45 - 95 108.861 1415 1 0 -0.144648 103.223 -175.85 - 95 57.2513 880 0 1 -4.03081 103.072 -204.45 - 95 83.4518 879 0 1 -4.05 103.075 -204.584 - 95 133.132 1414 0 0 -4.2276 103.097 -205.85 - 95 167.499 901 2 1 0.25 103.883 -144.588 - 95 89.5081 879 5 1 -4.05007 106.191 -54.5975 - 95 172.55 1430 5 0 -4.42158 106.218 -55.8502 - 95 114.185 842 4 1 -11.5213 104.631 -84.45 - 95 111.418 1423 4 0 -11.4993 104.753 -85.85 - 95 31.2398 850 3 1 -9.9286 107.174 -114.45 - 95 65.1867 851 3 1 -9.85 107.117 -114.525 - 95 66.2581 852 3 1 -9.65 106.975 -114.684 - 95 3.91471 853 3 1 -9.45 106.863 -114.839 - 95 251.669 1429 3 0 -8.42157 106.126 -115.85 - 95 96.5872 1428 3 0 -8.17788 105.95 -116.058 - 95 0.866989 1427 3 0 -7.89896 105.75 -116.245 - 95 76.144 1090 2 1 38.2067 71.6795 -144.45 - 95 55.9898 1089 2 1 38.0495 71.5587 -144.511 - 95 58.856 1088 2 1 37.85 71.4519 -144.539 - 95 52.0267 1087 2 1 37.65 71.3691 -144.545 - 95 55.5179 1086 2 1 37.45 71.3205 -144.571 - 95 69.7566 1085 2 1 37.25 71.2989 -144.601 - 95 75.3052 1084 2 1 37.0492 71.2754 -144.628 - 95 47.2807 1083 2 1 36.85 71.2718 -144.664 - 95 54.7985 1082 2 1 36.6494 71.2675 -144.69 - 95 94.9523 1081 2 1 36.4493 71.2436 -144.707 - 95 317.607 1080 2 1 36.25 71.2204 -144.709 - 95 109.532 1079 2 1 36.0497 71.1992 -144.738 - 95 182.115 1078 2 1 35.85 71.188 -144.792 - 95 9.33813 1077 2 1 35.65 71.1967 -144.846 - 95 165.918 1255 2 0 31.7992 71.2095 -145.85 - 95 59.1746 1256 2 0 31.2036 71.25 -146.135 - 95 167.779 872 1 1 -5.54353 81.2964 -174.45 - 95 109.991 1311 1 0 -5.8875 82.2857 -175.85 - 95 37.2576 1428 5 0 -6.14609 105.95 -56.1211 - 95 123.67 1440 8 0 -2.69851 108.237 34.15 - 95 112.261 1443 7 0 -2.58518 108.928 4.15 - 95 176.199 1446 6 0 -2.59268 109.484 -25.85 - 95 196.676 888 5 1 -2.26606 109.982 -54.45 - 95 289.24 1449 5 0 -2.23448 110.015 -55.85 - 95 107.826 891 4 1 -1.65661 110.668 -84.45 - 95 210.247 1452 4 0 -1.6344 110.683 -85.85 - 95 124.324 894 3 1 -1.14086 111.03 -114.45 - 95 128.707 1454 3 0 -1.12746 111.057 -115.85 - 95 131.66 895 2 1 -0.925262 111.625 -144.45 - 95 192.155 1457 2 0 -0.924189 111.659 -145.85 - 95 117.701 895 1 1 -0.961683 112.442 -174.45 - 95 110.931 1461 1 0 -0.96322 112.498 -175.85 - 95 126.325 894 0 1 -1.05261 113.619 -204.45 - 95 98.4345 1467 0 0 -1.05295 113.694 -205.85 - 95 150.427 1245 1 1 69.05 106.865 -174.62 - 95 181.142 1334 4 1 86.8956 131.214 -84.85 - 95 171.824 889 5 1 -2.25 110.173 -54.6438 - 95 33.9572 890 5 1 -2.05 110.157 -54.7729 - 95 177.487 1448 5 0 -1.73284 109.85 -55.8505 - 95 8.85792 886 2 1 -2.65 112.218 -144.796 - 95 248.052 1460 2 0 -2.87677 112.26 -145.85 - 95 118.019 894 1 1 -1.09552 115.117 -174.45 - 95 16.7212 893 1 1 -1.25 115.15 -174.831 - 95 128.998 1475 1 0 -1.76714 115.199 -175.85 - 95 172.184 829 0 1 -14.0614 109.768 -204.45 - 95 70.3015 828 0 1 -14.25 110.222 -204.672 - 95 44.7129 1456 0 0 -14.6664 111.449 -205.85 - 95 121.414 1457 0 0 -14.7291 111.55 -205.952 - 95 72.4283 1458 0 0 -14.8143 111.75 -206.111 - 95 42.9462 1459 0 0 -14.9087 111.95 -206.182 - 95 36.4544 326 1 1 -114.927 149.039 -174.45 - 95 59.7745 1307 1 0 25.6025 81.5461 -176.25 - 95 129.338 1468 1 0 -2.4526 113.828 -175.85 - 95 7.53456 904 0 1 0.853502 115.789 -204.45 - 95 109.308 903 0 1 0.85 115.789 -204.487 - 95 115.674 1478 0 0 0.766852 115.77 -205.85 -Number of digits in this event = 90 -Using G4ParticleGun ... -1.46433 LIN +Number of tracker hits in this event = 10 + 95 413.59 1526 2 1 125.423 11.3797 -144.45 + 95 322.403 956 2 0 125.426 11.3788 -145.85 + 95 227.769 1526 1 1 125.426 11.4655 -174.45 + 95 268.791 956 1 0 125.372 11.4324 -175.85 + 95 127.6 1520 0 1 124.181 10.9208 -204.45 + 95 133.419 954 0 0 124.09 10.9348 -205.85 + 95 32.6379 1525 2 1 125.35 11.3236 -144.745 + 95 357.886 957 2 0 123.775 11.6377 -145.85 + 95 98.8886 1525 0 1 125.239 11.3581 -204.45 + 95 107.068 956 0 0 125.229 11.353 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +5.93398 LIN gamma Event: 96 -Number of tracker hits in this event = 82 - 96 219.772 1197 7 1 59.5469 49.3214 5.55 - 96 177.492 1146 7 0 59.5471 49.3218 4.15 - 96 172.999 1197 6 1 59.5567 49.3295 -24.45 - 96 110.512 1146 6 0 59.5568 49.3298 -25.85 - 96 125.123 1197 5 1 59.5599 49.3157 -54.45 - 96 118.287 1146 5 0 59.5618 49.3161 -55.85 - 96 107.353 1197 4 1 59.5791 49.3034 -84.45 - 96 154.721 1146 4 0 59.5812 49.3053 -85.85 - 96 157.68 1197 3 1 59.5965 49.3545 -114.45 - 96 314.806 1146 3 0 59.5922 49.3585 -115.85 - 96 136.503 1197 2 1 59.4864 49.4603 -144.45 - 96 164.656 1147 2 0 59.4857 49.4693 -145.85 - 96 156.686 1197 1 1 59.4746 49.6832 -174.45 - 96 281.098 1148 1 0 59.4782 49.6974 -175.85 - 96 539.302 1197 0 1 59.5645 49.9437 -204.45 - 96 136.23 1149 0 0 59.5704 49.9561 -205.85 - 96 16.7819 530 5 0 26.149 -73.9319 -56.25 - 96 101.245 806 5 0 40.6395 -18.8105 -56.25 - 96 47.4798 805 5 0 40.7113 -18.85 -56.2006 - 96 151.884 1198 3 1 59.65 49.3616 -114.56 - 96 116.743 1253 2 1 70.7124 50.568 -144.45 - 96 51.4184 1254 2 1 70.85 50.5912 -144.738 - 96 126.939 1153 2 0 71.3898 50.7278 -145.85 - 96 60.7165 1336 1 1 87.3859 54.8818 -174.45 - 96 144.163 1335 1 1 87.25 54.9289 -174.678 - 96 77.9448 1175 1 0 86.5021 55.186 -175.85 - 96 39.1789 1176 1 0 86.3233 55.25 -176.119 - 96 105.698 1242 0 1 68.5694 61.8859 -204.45 - 96 66.3181 1211 0 0 68.2176 62.3907 -205.85 - 96 68.8499 1212 0 0 68.1677 62.45 -206.035 - 96 271.039 1147 3 0 60.0572 49.45 -115.984 - 96 137.249 1198 4 1 59.6885 49.4036 -84.45 - 96 70.8307 1147 4 0 60.295 49.5978 -85.85 - 96 38.544 1148 4 0 60.407 49.65 -86.1225 - 96 115.157 1198 0 1 59.6638 49.1556 -204.45 - 96 125.798 1143 0 0 59.7772 48.8052 -205.85 - 96 71.843 1106 0 0 57.6629 41.4379 -206.25 - 96 17.9526 1137 0 0 59.0834 47.5109 -205.85 - 96 65.3615 1136 0 0 59.0622 47.4496 -205.901 - 96 72.7464 1135 0 0 59.0034 47.25 -206.044 - 96 43.5806 1134 0 0 58.9561 47.0494 -206.192 - 96 15.5135 878 0 0 50.8399 -4.39388 -206.25 - 96 60.9625 877 0 0 50.8305 -4.45 -206.215 - 96 75.1916 876 0 0 50.7813 -4.65052 -206.084 - 96 38.51 875 0 0 50.7282 -4.85 -205.942 - 96 84.7892 1151 0 1 50.332 -6.19777 -204.85 - 96 85.9501 1150 0 1 50.25 -6.41035 -204.645 - 96 144.55 860 1 0 46.3629 -7.87504 -176.25 - 96 176.184 1131 1 1 46.3759 -8.21915 -174.85 - 96 136.216 817 2 0 11.8406 -16.5485 -146.25 - 96 84.652 816 2 0 11.5128 -16.65 -146.118 - 96 62.4927 815 2 0 11.3193 -16.85 -146.105 - 96 177.387 814 2 0 11.309 -17.05 -145.986 - 96 102.241 955 2 1 11.1364 -17.978 -144.849 - 96 41.2866 954 2 1 11.05 -18.171 -144.568 - 96 114.289 813 2 0 11.4608 -17.2501 -145.891 - 96 74.7412 1145 7 0 59.704 49.25 4.03013 - 96 108.971 1224 6 1 64.8971 46.0624 -24.4501 - 96 101.442 1131 6 0 64.7893 46.3535 -25.85 - 96 94.0156 1225 5 1 65.1611 52.785 -54.45 - 96 159.873 1224 5 1 65.05 53.0557 -54.6383 - 96 20.6531 1173 5 0 64.0869 54.7853 -55.85 - 96 75.1095 1174 5 0 64.0471 54.85 -55.8954 - 96 88.6596 1175 5 0 63.9136 55.05 -56.0394 - 96 16.6046 1176 5 0 63.7728 55.25 -56.2074 - 96 59.579 1108 4 1 41.7068 86.1036 -84.45 - 96 93.3453 1109 4 1 41.8501 86.176 -84.5587 - 96 72.9185 1110 4 1 42.05 86.2893 -84.7611 - 96 131.372 1335 4 0 42.9091 87.0691 -85.8509 - 96 16.2289 1336 4 0 43.1855 87.2501 -86.1831 - 96 97.7243 1226 3 1 65.2885 98.8571 -114.45 - 96 300.909 1396 3 0 65.1871 99.3634 -115.85 - 96 223.053 1243 2 1 68.8197 118.013 -144.45 - 96 91.579 1483 2 0 68.6148 116.803 -145.85 - 96 84.468 1482 2 0 68.6079 116.75 -145.915 - 96 61.3135 1481 2 0 68.5952 116.55 -146.136 - 96 177.597 1329 2 0 71.5141 85.8927 -146.25 - 96 58.9712 1328 2 0 71.6949 85.8498 -145.945 - 96 74.0498 1327 2 0 71.6455 85.65 -146.033 - 96 84.7618 1326 2 0 71.633 85.45 -146.054 - 96 135.277 1325 2 0 71.7066 85.25 -146.116 - 96 218.356 1324 2 0 71.5032 85.05 -146.132 -Number of digits in this event = 33 +Number of tracker hits in this event = 18 + 96 189.601 848 12 0 77.1906 -10.2968 153.75 + 96 2.78016 847 12 0 77.0969 -10.45 154.143 + 96 123.578 1284 12 1 76.9654 -10.9314 155.15 + 96 17.2045 963 13 0 55.7141 12.8295 183.75 + 96 132.761 964 13 0 55.6929 12.85 183.771 + 96 66.7594 965 13 0 55.4607 13.0503 184.012 + 96 31.1329 1170 13 1 54.1329 14.5001 185.15 + 96 145.068 1169 13 1 54.05 14.5789 185.211 + 96 30.5984 1168 13 1 53.85 14.6943 185.427 + 96 4.57425 571 14 0 54.0429 -65.8366 213.75 + 96 79.7739 570 14 0 54.0435 -65.85 213.754 + 96 156.391 569 14 0 53.9962 -66.05 213.89 + 96 16.9694 1020 14 0 60.4123 24.2113 213.75 + 96 20.5593 1021 14 0 60.4099 24.25 213.77 + 96 49.4531 1207 2 1 61.6458 151.538 -144.85 + 96 149.676 1206 2 1 61.4499 151.594 -144.546 + 96 35.4884 1743 2 0 6.89531 168.75 -146.25 + 96 153.15 1742 2 0 6.89949 168.75 -146.194 +Number of digits in this event = 9 Using G4ParticleGun ... -7.23301 LIN +4.50511 LIN gamma Event: 97 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 55 + 97 271.868 1362 8 1 92.723 -92.5586 35.55 + 97 223.48 437 8 0 92.724 -92.5596 34.15 + 97 417.419 1362 7 1 92.7458 -92.5829 5.55 + 97 131.751 437 7 0 92.7465 -92.5797 4.15 + 97 112.79 1363 6 1 92.7523 -92.5154 -24.45 + 97 148.203 438 6 0 92.7535 -92.5157 -25.85 + 97 122.111 1363 5 1 92.7501 -92.5169 -54.45 + 97 156.12 438 5 0 92.7531 -92.5184 -55.85 + 97 134.702 1363 4 1 92.8152 -92.551 -84.45 + 97 103.467 437 4 0 92.8164 -92.5515 -85.85 + 97 406.326 1363 3 1 92.8372 -92.5523 -114.45 + 97 112.719 437 3 0 92.8406 -92.5509 -115.85 + 97 110.186 1363 2 1 92.905 -92.5299 -144.45 + 97 131.437 438 2 0 92.9073 -92.5313 -145.85 + 97 150.198 1364 1 1 92.9638 -92.5548 -174.45 + 97 130.857 437 1 0 92.9818 -92.561 -175.85 + 97 108.513 1366 0 1 93.3555 -92.6968 -204.45 + 97 112.376 437 0 0 93.3679 -92.7005 -205.85 + 97 26.7513 421 3 0 92.8446 -95.884 -115.85 + 97 53.5101 420 3 0 92.8456 -95.95 -115.878 + 97 64.9766 419 3 0 92.8985 -96.15 -115.973 + 97 87.2367 418 3 0 92.9752 -96.35 -116.075 + 97 60.7437 417 3 0 93.0688 -96.55 -116.181 + 97 209.034 1363 7 1 92.75 -92.55 5.53086 + 97 231.217 438 7 0 92.6864 -92.4326 4.15 + 97 107.005 1362 6 1 92.6212 -92.2723 -24.45 + 97 112.745 439 6 0 92.6179 -92.2649 -25.85 + 97 123.914 1361 5 1 92.5389 -92.1013 -54.45 + 97 145.713 440 5 0 92.5333 -92.0951 -55.85 + 97 217.211 1361 4 1 92.4161 -91.9702 -84.45 + 97 186.244 440 4 0 92.4078 -91.9746 -85.85 + 97 106.608 1360 3 1 92.228 -92.077 -114.45 + 97 193.346 440 3 0 92.2254 -92.0857 -115.85 + 97 130.975 1360 2 1 92.183 -92.2647 -144.45 + 97 115.182 439 2 0 92.1862 -92.2734 -145.85 + 97 160.826 1360 1 1 92.272 -92.4585 -174.45 + 97 110.978 438 1 0 92.2753 -92.4742 -175.85 + 97 337.614 1360 0 1 92.3309 -92.7542 -204.45 + 97 150.805 436 0 0 92.3341 -92.765 -205.85 + 97 339.135 1359 2 1 92.0401 -91.8857 -144.45 + 97 280.094 441 2 0 92.0384 -91.8826 -145.85 + 97 149.761 1359 1 1 92.1217 -91.7305 -174.45 + 97 137.186 442 1 0 92.2107 -91.7237 -175.85 + 97 123.092 1369 0 1 94.0003 -91.5795 -204.45 + 97 207.588 443 0 0 94.0258 -91.543 -205.85 + 97 193.406 1354 1 1 91.0242 -91.3003 -174.45 + 97 133.182 445 1 0 91.0475 -91.1331 -175.85 + 97 99.9934 1357 0 1 91.5682 -87.6214 -204.45 + 97 137.784 462 0 0 91.5918 -87.5056 -205.85 + 97 113.058 522 2 0 51.7654 -75.459 -146.25 + 97 251.595 1353 1 1 90.95 -91.509 -174.618 + 97 92.0081 1352 1 1 90.75 -91.4823 -174.543 + 97 1.17619 1359 0 1 92.15 -91.273 -204.843 + 97 16.0731 444 0 0 91.929 -91.1575 -205.85 + 97 92.9016 445 0 0 91.9152 -91.15 -205.914 +Number of digits in this event = 35 Using G4ParticleGun ... -2.59794 LIN +9.04076 LIN gamma Event: 98 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 25 + 98 256.359 430 5 1 -94.0783 -58.0522 -54.45 + 98 409.834 609 5 0 -94.0786 -58.0513 -55.85 + 98 436.11 430 4 1 -94.0846 -58.0296 -84.45 + 98 108.372 610 4 0 -94.0851 -58.0268 -85.85 + 98 107.034 430 3 1 -94.0947 -57.9678 -114.45 + 98 150.948 610 3 0 -94.0957 -57.9648 -115.85 + 98 109.848 430 2 1 -94.1164 -57.9006 -144.45 + 98 148.658 610 2 0 -94.1192 -57.8976 -145.85 + 98 114.158 429 1 1 -94.1784 -57.8359 -174.45 + 98 104.259 611 1 0 -94.1819 -57.8339 -175.85 + 98 134.007 429 0 1 -94.253 -57.7918 -204.45 + 98 151.706 611 0 0 -94.2561 -57.7899 -205.85 + 98 82.4799 431 4 1 -93.95 -58.0935 -84.5657 + 98 288.297 429 4 1 -94.1502 -58.2826 -84.69 + 98 45.1433 610 5 0 -94.0777 -58.0499 -56.2048 + 98 105.144 1173 5 0 -58.5797 54.6654 -56.25 + 98 131.665 609 4 0 -94.0047 -58.0655 -85.85 + 98 109.167 433 3 1 -93.5125 -58.4918 -114.45 + 98 116.467 607 3 0 -93.479 -58.4958 -115.85 + 98 145.072 437 2 1 -92.7235 -58.5641 -144.45 + 98 175.628 607 2 0 -92.7003 -58.5172 -145.85 + 98 122.719 439 1 1 -92.2776 -57.4622 -174.45 + 98 125.991 613 1 0 -92.2651 -57.3989 -175.85 + 98 327.166 441 0 1 -91.9435 -56.0852 -204.45 + 98 278.805 620 0 0 -91.9394 -56.0034 -205.85 +Number of digits in this event = 17 Using G4ParticleGun ... -7.65755 LIN +5.27702 LIN gamma Event: 99 -Number of tracker hits in this event = 21 - 99 251.047 673 2 1 -45.3935 118.718 -144.45 - 99 240.092 1492 2 0 -45.3931 118.717 -145.85 - 99 285.544 673 1 1 -45.3824 118.697 -174.45 - 99 150.268 1492 1 0 -45.3818 118.695 -175.85 - 99 163.544 673 0 1 -45.3687 118.663 -204.45 - 99 143.205 1492 0 0 -45.368 118.663 -205.85 - 99 159.643 403 7 1 -99.4106 133.73 5.15 - 99 111.342 1493 1 0 -45.4407 118.835 -175.85 - 99 173.575 672 0 1 -45.5132 118.901 -204.45 - 99 291.4 1493 0 0 -45.5191 118.894 -205.85 - 99 135.011 1517 0 0 -58.5476 123.658 -206.249 - 99 128.183 610 0 1 -57.9992 124.025 -204.85 - 99 138.914 611 0 1 -57.85 124.175 -204.551 - 99 180.038 612 0 1 -57.6497 124.557 -204.568 - 99 99.3481 1523 0 0 -56.9307 124.922 -205.85 - 99 256.342 1524 0 0 -56.8137 124.95 -206.023 - 99 67.9115 1494 0 0 -45.5017 118.95 -205.955 - 99 24.1088 1490 1 0 -44.5687 118.165 -175.85 - 99 108.553 1489 1 0 -44.5432 118.15 -175.871 - 99 12.5078 676 1 1 -44.7545 117.388 -174.85 - 99 43.8782 1483 1 0 -45.3453 116.823 -175.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 47 + 99 267.369 1170 6 1 54.1616 9.80458 -24.45 + 99 256.28 948 6 0 54.1617 9.80261 -25.85 + 99 264.782 1170 5 1 54.1593 9.7488 -54.45 + 99 266.968 948 5 0 54.1596 9.74582 -55.85 + 99 248.623 1170 4 1 54.1671 9.6757 -84.45 + 99 299.96 948 4 0 54.1698 9.6694 -85.85 + 99 480.046 1170 3 1 54.2256 9.54787 -114.45 + 99 351.623 947 3 0 54.2318 9.54275 -115.85 + 99 242.773 1171 2 1 54.3252 9.43721 -144.45 + 99 237.661 946 2 0 54.3275 9.43253 -145.85 + 99 239.223 1171 1 1 54.3842 9.33019 -174.45 + 99 184.773 946 1 0 54.3793 9.32179 -175.85 + 99 119.367 1171 0 1 54.2686 9.14799 -204.45 + 99 121.841 945 0 0 54.2513 9.13548 -205.85 + 99 93.7932 948 3 0 54.0474 9.81318 -115.85 + 99 38.16 949 3 0 54.0316 9.85 -116.122 + 99 348.542 1164 2 1 52.9429 13.928 -144.45 + 99 8.19296 969 2 0 52.7604 14.0484 -145.85 + 99 102.753 970 2 0 52.7576 14.05 -145.869 + 99 159.345 1139 1 1 47.9932 16.8654 -174.45 + 99 13.7946 1138 1 1 47.85 16.805 -174.815 + 99 180.803 982 1 0 47.457 16.6216 -175.85 + 99 67.1174 1081 0 1 36.3976 11.7335 -204.45 + 99 47.5474 1080 0 1 36.2499 11.7465 -204.694 + 99 130.548 958 0 0 35.4865 11.8149 -205.85 + 99 270.487 936 2 0 52.8056 7.36974 -145.85 + 99 151.575 1155 1 1 51.1908 7.08597 -174.45 + 99 31.7245 934 1 0 51.2021 6.86513 -175.85 + 99 129.419 933 1 0 51.2037 6.85 -175.947 + 99 115.679 1156 0 1 51.3913 2.21648 -204.45 + 99 229.939 909 0 0 51.5145 2.01792 -205.85 + 99 146.773 932 1 0 16.8535 6.5897 -176.25 + 99 299.558 982 1 1 16.6137 6.19285 -174.85 + 99 101.515 947 2 0 54.2771 9.5433 -145.85 + 99 137.483 947 1 0 54.3679 9.50223 -175.85 + 99 135.314 1172 0 1 54.4707 9.49115 -204.45 + 99 149.263 947 0 0 54.4782 9.48685 -205.85 + 99 1.7882 570 9 0 -174.136 -65.85 64.1411 + 99 154.463 28 9 1 -174.415 -66.2219 65.15 + 99 153.042 1170 2 1 54.2212 9.52665 -144.45 + 99 110.89 945 2 0 54.1724 9.19495 -145.851 + 99 149.84 912 2 0 48.5338 2.59402 -146.25 + 99 126.458 1141 2 1 48.3773 2.44239 -144.85 + 99 200.785 1142 2 1 48.45 2.6219 -144.497 + 99 53.4829 1143 2 1 48.65 2.55926 -144.773 + 99 293.078 904 2 0 49.9314 0.94559 -145.85 + 99 39.1009 824 2 0 5.57122 -15.2208 -146.25 +Number of digits in this event = 35 Run terminated. Run Summary Number of events processed : 100 - User=40.540000s Real=44.865385s Sys=0.000000s + User=38.380000s Real=40.406512s Sys=0.060000s End of Run 1 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9771,8190 +9531,8908 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -3.69331 LIN +6.13141 LIN e- Event: 0 -Number of tracker hits in this event = 24 - 0 125.779 610 10 1 -58.0453 98.412 95.55 - 0 101.004 1391 10 0 -58.0441 98.413 94.15 - 0 110.379 610 9 1 -58.0232 98.4354 65.55 - 0 106.339 1391 9 0 -58.0227 98.4339 64.15 - 0 94.8631 610 8 1 -58.0197 98.4084 35.55 - 0 122.731 1391 8 0 -58.0186 98.4039 34.15 - 0 176.853 610 7 1 -58 98.3113 5.55 - 0 117.572 1390 7 0 -57.9994 98.3097 4.15 - 0 142.234 610 6 1 -57.9931 98.2679 -24.45 - 0 156.048 1390 6 0 -57.9909 98.2644 -25.85 - 0 119.795 610 5 1 -57.9409 98.1988 -54.45 - 0 110.282 1390 5 0 -57.9381 98.1939 -55.85 - 0 99.3539 610 4 1 -57.8794 98.0945 -84.45 - 0 114.684 1389 4 0 -57.8757 98.0921 -85.85 - 0 109.33 611 3 1 -57.79 98.0537 -114.45 - 0 116.617 1389 3 0 -57.7831 98.0518 -115.85 - 0 103.484 611 2 1 -57.6567 98.022 -144.45 - 0 104.486 1389 2 0 -57.6507 98.0172 -145.85 - 0 109.382 612 1 1 -57.5219 97.9087 -174.45 - 0 139.615 1388 1 0 -57.5178 97.899 -175.85 - 0 111.781 612 0 1 -57.4541 97.6685 -204.45 - 0 142.149 1387 0 0 -57.4491 97.6544 -205.85 - 0 105.395 1388 0 0 -57.4059 97.7859 -205.85 - 0 104.472 1389 0 0 -57.4351 97.95 -206.084 -Number of digits in this event = 10 +Number of tracker hits in this event = 121 + 0 126.547 414 10 1 -97.2806 41.5106 95.55 + 0 245.435 1107 10 0 -97.2815 41.5096 94.15 + 0 128.689 414 9 1 -97.3045 41.4955 65.55 + 0 154.634 1107 9 0 -97.3042 41.4978 64.15 + 0 120.511 414 8 1 -97.2975 41.5409 35.55 + 0 133.033 1107 8 0 -97.2992 41.544 34.15 + 0 481.855 414 7 1 -97.3282 41.6131 5.55 + 0 636.805 1107 7 0 -97.3308 41.6184 4.15 + 0 176.656 413 6 1 -97.3508 41.7813 -24.45 + 0 562.396 1108 6 0 -97.3638 41.779 -25.85 + 0 114.209 412 5 1 -97.6465 41.748 -54.45 + 0 207.161 1108 5 0 -97.6535 41.7485 -55.85 + 0 131.174 411 4 1 -97.7682 41.7433 -84.45 + 0 227.001 1108 4 0 -97.7722 41.742 -85.85 + 0 109.865 411 3 1 -97.84 41.7056 -114.45 + 0 124.647 1108 3 0 -97.8433 41.6982 -115.85 + 0 127.003 411 2 1 -97.9452 41.5255 -144.45 + 0 184.614 1107 2 0 -97.9514 41.5084 -145.85 + 0 116.813 410 1 1 -98.0317 41.1756 -174.45 + 0 105.246 1105 1 0 -98.0277 41.1389 -175.85 + 0 119.397 411 0 1 -97.9488 40.4128 -204.45 + 0 155.614 1101 0 0 -97.942 40.364 -205.85 + 0 92.7174 885 1 0 40.4152 -2.85 -176.185 + 0 225.15 886 1 0 40.6913 -2.84975 -175.937 + 0 1.18306 1108 7 0 -97.2985 41.65 4.0911 + 0 297.325 414 6 1 -97.3069 41.742 -24.45 + 0 104.942 413 5 1 -97.4618 41.8177 -54.45 + 0 144.951 415 4 1 -97.0662 42.2835 -84.45 + 0 136.528 1111 4 0 -97.067 42.3075 -85.85 + 0 99.7396 415 3 1 -97.1106 42.8427 -114.45 + 0 106.644 1114 3 0 -97.1265 42.8678 -115.85 + 0 283.808 413 2 1 -97.4632 43.3422 -144.45 + 0 144.143 1116 2 0 -97.4643 43.3782 -145.85 + 0 135.209 413 1 1 -97.4198 44.1107 -174.45 + 0 132.235 1120 1 0 -97.4146 44.1294 -175.85 + 0 403.479 413 0 1 -97.3685 44.509 -204.45 + 0 103.227 1122 0 0 -97.3596 44.5159 -205.85 + 0 84.464 412 2 1 -97.5502 43.3836 -144.604 + 0 240.726 1119 2 0 -97.7794 43.8858 -145.85 + 0 107.957 1129 2 0 -107.752 45.9851 -146.25 + 0 223.825 361 2 1 -107.782 45.7068 -144.85 + 0 108.182 1128 2 0 -108.506 45.6755 -145.85 + 0 91.8634 1104 2 0 -101.01 40.9899 -146.25 + 0 94.9777 1105 2 0 -100.988 41.05 -146.115 + 0 175.669 397 2 1 -100.687 41.041 -144.85 + 0 289.219 398 2 1 -100.55 41.3116 -144.466 + 0 106.593 416 5 1 -96.9014 41.4334 -54.45 + 0 159.773 1106 5 0 -96.8661 41.415 -55.85 + 0 129.182 419 4 1 -96.1746 41.1978 -84.45 + 0 239.665 1105 4 0 -96.1549 41.1885 -85.85 + 0 107.494 421 3 1 -95.8426 40.8986 -114.45 + 0 125.695 1104 3 0 -95.8361 40.882 -115.85 + 0 114.981 421 2 1 -95.906 40.7981 -144.45 + 0 111.273 1103 2 0 -95.9711 40.8028 -145.851 + 0 243.404 414 1 1 -97.267 40.9203 -174.45 + 0 94.8972 1104 1 0 -97.3482 40.898 -175.85 + 0 110.774 405 0 1 -99.0486 40.6111 -204.45 + 0 113.304 1102 0 0 -99.2226 40.5731 -205.85 + 0 277.145 415 2 1 -97.0193 42.1213 -144.45 + 0 347.766 1110 2 0 -97.0254 42.1249 -145.85 + 0 112.615 1110 1 0 -97.17 42.2277 -175.85 + 0 215.895 1112 0 0 -97.4363 42.4652 -205.85 + 0 21.326 1785 7 1 177.15 -160.655 5.46322 + 0 136.087 415 1 1 -96.9635 42.2906 -174.45 + 0 151.016 1111 1 0 -96.966 42.2985 -175.85 + 0 390.745 415 0 1 -97.0199 42.4554 -204.45 + 0 87.9573 1041 0 0 -23.3075 28.45 -206.228 + 0 31.3986 1114 0 0 -96.9203 42.9662 -205.851 + 0 92.2214 1115 0 0 -96.9123 43.0502 -205.968 + 0 8.2229 1116 0 0 -96.901 43.25 -206.22 + 0 33.9056 1299 0 0 -104.85 79.9726 -206.25 + 0 111.114 1300 0 0 -104.865 80.05 -206.195 + 0 213.648 377 0 1 -104.652 80.4128 -204.85 + 0 190.362 1109 0 0 -97.0747 41.9863 -205.85 + 0 303.789 414 4 1 -97.3378 41.7829 -84.451 + 0 0.193142 1107 4 0 -97.3282 41.65 -86.2493 + 0 111.407 414 3 1 -97.292 39.1851 -114.45 + 0 110.024 1095 3 0 -97.3483 39.1344 -115.85 + 0 112.803 407 2 1 -98.5982 38.4415 -144.45 + 0 156.02 1092 2 0 -98.5784 38.4504 -145.85 + 0 138.602 408 1 1 -98.4288 39.0531 -174.45 + 0 159.46 1095 1 0 -98.4828 39.1034 -175.85 + 0 130.386 403 0 1 -99.4884 40.6516 -204.45 + 0 0.021615 1103 0 0 -99.5508 40.8499 -205.851 + 0 132.68 1104 0 0 -99.5509 40.85 -205.851 + 0 18.5013 1106 4 0 -97.3509 41.2721 -85.8504 + 0 17.0013 869 4 0 -95.9199 -6.19006 -86.25 + 0 66.0652 868 4 0 -95.9117 -6.25018 -86.1981 + 0 62.8233 867 4 0 -95.8855 -6.45 -86.0111 + 0 241.711 421 4 1 -95.8685 -7.44803 -84.85 + 0 15.7927 761 5 0 -93.4653 -27.8189 -56.25 + 0 120.443 760 5 0 -93.4687 -27.85 -56.2001 + 0 4.77127 759 5 0 -93.4876 -28.05 -55.8728 + 0 19.8438 433 5 1 -93.5356 -28.5874 -54.85 + 0 168.556 432 5 1 -93.55 -28.6225 -54.7928 + 0 200.258 799 6 0 -102.802 -20.2121 -26.2494 + 0 8.03742 800 6 0 -102.972 -20.05 -25.8747 + 0 39.7693 382 6 1 -103.635 -19.6027 -24.8498 + 0 51.7893 381 6 1 -103.75 -19.5832 -24.7459 + 0 94.3732 380 6 1 -103.95 -19.5611 -24.6056 + 0 101.591 379 6 1 -104.15 -19.5419 -24.4529 + 0 92.1589 378 6 1 -104.35 -19.7303 -24.6314 + 0 51.4903 796 6 0 -104.818 -20.7546 -25.8503 + 0 66.8996 795 6 0 -104.861 -20.8503 -25.9534 + 0 256.918 794 6 0 -104.978 -21.05 -26.0944 + 0 59.4825 419 6 1 -96.1952 40.4914 -24.4502 + 0 127.287 420 6 1 -96.15 40.5718 -24.5595 + 0 32.6688 1107 6 0 -95.6958 41.575 -25.85 + 0 15.7432 452 5 1 -89.6073 59.508 -54.45 + 0 92.7729 451 5 1 -89.6505 59.5228 -54.4825 + 0 91.4735 450 5 1 -89.8506 59.586 -54.633 + 0 191.393 1200 5 0 -91.4865 60.0765 -55.8502 + 0 46.2194 298 4 1 -120.413 67.9464 -84.45 + 0 77.7899 297 4 1 -120.55 68.059 -84.4782 + 0 75.1334 296 4 1 -120.75 68.2126 -84.5352 + 0 82.1993 295 4 1 -120.95 68.3477 -84.6077 + 0 61.773 294 4 1 -121.15 68.4871 -84.6885 + 0 45.3872 293 4 1 -121.35 68.633 -84.7796 + 0 68.8667 1251 4 0 -123.989 70.3199 -85.8501 + 0 127.18 1252 4 0 -124.198 70.45 -85.9222 + 0 120.192 1253 4 0 -124.522 70.65 -86.0747 +Number of digits in this event = 60 Using G4ParticleGun ... -3.88235 LIN +7.63721 LIN e- Event: 1 -Number of tracker hits in this event = 73 - 1 151.88 1387 10 1 97.6458 -45.4876 95.55 - 1 118.458 672 10 0 97.6499 -45.489 94.15 - 1 169.722 1387 9 1 97.711 -45.5414 65.55 - 1 108.733 672 9 0 97.714 -45.5453 64.15 - 1 129.516 1388 8 1 97.7785 -45.6245 35.55 - 1 355.219 672 8 0 97.7719 -45.6375 34.15 - 1 167.669 1387 7 1 97.6217 -45.9222 5.55 - 1 124.858 670 7 0 97.6223 -45.9432 4.15 - 1 118.271 1387 6 1 97.6046 -46.3605 -24.45 - 1 284.792 668 6 0 97.6133 -46.3743 -25.85 - 1 108.467 1388 5 1 97.818 -46.6638 -54.45 - 1 131.559 666 5 0 97.8302 -46.6766 -55.85 - 1 130.271 1389 4 1 98.071 -46.9288 -84.45 - 1 96.0189 665 4 0 98.0695 -46.9474 -85.85 - 1 132.025 1389 3 1 98.0288 -47.3569 -114.45 - 1 153.217 663 3 0 98.0152 -47.3811 -115.85 - 1 227.254 1388 2 1 97.7662 -47.8736 -144.45 - 1 192.436 660 2 0 97.7593 -47.9034 -145.85 - 1 420.068 1387 1 1 97.682 -48.4914 -174.45 - 1 125.01 657 1 0 97.6858 -48.517 -175.85 - 1 95.6856 1388 0 1 97.7855 -49.028 -204.45 - 1 103.663 655 0 0 97.7896 -49.0414 -205.85 - 1 50.4503 1227 3 0 80.6813 65.45 -116.074 - 1 454.851 525 1 0 111.848 -74.8831 -176.25 - 1 4.83345 524 1 0 112.095 -75.05 -175.999 - 1 387.712 1387 2 1 97.7498 -47.7187 -144.665 - 1 80.024 658 2 0 97.1172 -48.3739 -145.85 - 1 78.509 657 2 0 97.0741 -48.4502 -145.981 - 1 67.5892 656 2 0 97.0483 -48.65 -146.097 - 1 171.821 655 2 0 97.0366 -48.85 -146.167 - 1 115.515 711 4 0 99.2845 -37.8103 -86.25 - 1 50.2827 712 4 0 99.1663 -37.6499 -86.2071 - 1 111.959 1387 8 1 97.7498 -45.5869 35.481 - 1 103.473 1386 8 1 97.55 -45.3462 35.4419 - 1 6.11698 1216 8 0 -29.0843 63.2812 33.75 - 1 14.0298 619 8 0 -77.8654 -56.2342 33.7501 - 1 67.9487 618 8 0 -77.8779 -56.25 33.7618 - 1 90.4473 100 8 0 -89.1985 -160.07 33.75 - 1 32.7743 1388 7 1 97.9299 -45.5588 5.55 - 1 103.09 1389 7 1 97.95 -45.548 5.42158 - 1 274.581 672 7 0 98.1049 -45.4839 4.15 - 1 225.236 1399 6 1 100.048 -45.3209 -24.45 - 1 133.875 674 6 0 100.118 -45.2204 -25.85 - 1 21.6701 921 3 0 136.108 4.25 -115.98 - 1 76.5936 922 3 0 136.205 4.4501 -116.171 - 1 56.8317 923 3 0 136.176 4.65 -116.201 - 1 103.704 924 3 0 136.175 4.85006 -116.144 - 1 97.1554 925 3 0 136.274 5.05005 -116.121 - 1 114.865 1400 6 1 100.15 -45.2709 -24.5819 - 1 111.348 676 6 0 100.753 -44.8295 -25.8503 - 1 39.8699 671 7 0 98.3037 -45.65 3.77886 - 1 123.726 470 7 0 106.47 -85.9209 3.75 - 1 120.676 471 7 0 106.402 -85.85 3.82441 - 1 239.313 1388 3 1 97.7998 -45.6857 -114.45 - 1 230.655 671 3 0 97.7971 -45.6885 -115.85 - 1 257.044 671 2 0 97.7365 -45.7511 -145.85 - 1 293.501 671 1 0 97.6919 -45.7609 -175.85 - 1 106.685 1387 0 1 97.5938 -45.6889 -204.45 - 1 123.934 671 0 0 97.5993 -45.6907 -205.85 - 1 28.7146 1388 1 1 97.7502 -45.7918 -174.691 - 1 101.636 672 2 0 96.9692 -45.5964 -145.85 - 1 104.93 1379 2 1 96.1108 -44.1316 -144.85 - 1 226.284 1386 0 1 97.4675 -45.9538 -204.45 - 1 302.136 670 0 0 97.4512 -45.9587 -205.85 - 1 40.4536 501 6 0 63.5388 -79.85 -26.0629 - 1 91.1984 1248 5 1 69.6959 -62.7028 -54.45 - 1 158.224 500 6 0 63.9539 -79.85 -25.8775 - 1 152.154 1064 4 0 154.114 32.85 -86.0832 - 1 288.715 1664 4 1 153.045 33.0722 -84.8497 - 1 30.3082 1386 1 1 97.55 -45.8438 -174.723 - 1 124.742 670 1 0 97.5317 -45.8771 -175.85 - 1 132.024 1383 0 1 96.8172 -46.6946 -204.45 - 1 142.755 666 0 0 96.7568 -46.7934 -205.85 -Number of digits in this event = 38 +Number of tracker hits in this event = 65 + 1 144.352 1019 11 1 23.8829 -65.6615 125.55 + 1 148.878 571 11 0 23.8836 -65.6621 124.15 + 1 120.004 1019 10 1 23.9014 -65.6707 95.55 + 1 133.107 571 10 0 23.9023 -65.6714 94.15 + 1 123.586 1019 9 1 23.9215 -65.6823 65.55 + 1 125.22 571 9 0 23.9226 -65.6827 64.15 + 1 121.692 1019 8 1 23.9459 -65.6871 35.55 + 1 187.455 571 8 0 23.9482 -65.6861 34.15 + 1 340.702 1019 7 1 23.9931 -65.6623 5.55 + 1 131.061 571 7 0 23.9959 -65.6624 4.15 + 1 92.8558 1020 6 1 24.0579 -65.681 -24.45 + 1 144.545 571 6 0 24.0642 -65.6762 -25.85 + 1 348.045 1020 5 1 24.2048 -65.5749 -54.45 + 1 376.237 572 5 0 24.2097 -65.5703 -55.85 + 1 123.326 1021 4 1 24.3041 -65.4888 -84.45 + 1 444.646 572 4 0 24.3094 -65.4891 -85.85 + 1 218.165 1021 3 1 24.4161 -65.4889 -114.45 + 1 168.535 572 3 0 24.4206 -65.4884 -115.85 + 1 168.555 1022 2 1 24.483 -65.4539 -144.45 + 1 695.687 572 2 0 24.4857 -65.4542 -145.85 + 1 135.63 1022 1 1 24.5362 -65.4627 -174.45 + 1 155.236 572 1 0 24.5447 -65.4588 -175.85 + 1 148.574 1023 0 1 24.6837 -65.3724 -204.45 + 1 112.68 573 0 0 24.6812 -65.3591 -205.85 + 1 75.4926 350 5 0 -71.7464 -110.118 -56.25 + 1 31.0633 768 1 0 153.45 -26.45 -176.125 + 1 86.59 1677 1 1 155.593 -25.3774 -174.85 + 1 70.0058 1678 1 1 155.75 -25.3017 -174.748 + 1 90.0112 1679 1 1 155.95 -25.2208 -174.634 + 1 166.529 1680 1 1 156.15 -25.1148 -174.534 + 1 177.135 1681 1 1 156.35 -25.0058 -174.539 + 1 145.545 1682 1 1 156.55 -24.9064 -174.467 + 1 1.80572 780 1 0 153.07 -23.8522 -175.85 + 1 19.5658 781 1 0 153.063 -23.85 -175.854 + 1 58.5627 1656 1 1 151.422 -21.004 -174.85 + 1 109.269 791 1 0 153.916 -21.7474 -175.85 + 1 79.7359 790 1 0 153.987 -21.85 -175.903 + 1 17.3873 573 2 0 24.4805 -65.45 -146.03 + 1 73.089 574 7 0 24.1511 -65.0553 4.14981 + 1 115.126 575 7 0 24.157 -65.05 4.1232 + 1 286.328 1020 4 1 24.1218 -65.648 -84.45 + 1 117.338 1020 3 1 24.0881 -65.6539 -114.45 + 1 115.503 571 3 0 24.0947 -65.6509 -115.85 + 1 119.541 1021 2 1 24.256 -65.5869 -144.45 + 1 108.37 1021 1 1 24.319 -65.4257 -174.45 + 1 113.23 573 1 0 24.3226 -65.4164 -175.85 + 1 187.699 1021 0 1 24.371 -65.2257 -204.45 + 1 270.428 574 0 0 24.3758 -65.2145 -205.85 + 1 285.094 1019 1 1 24.0391 -65.7024 -174.45 + 1 112.814 571 1 0 23.9631 -65.7195 -175.85 + 1 105.683 1017 0 1 23.5149 -65.8242 -204.45 + 1 226.622 571 0 0 23.321 -65.7996 -205.85 + 1 83.8756 570 1 0 24.0666 -65.9821 -175.85 + 1 14.8552 569 1 0 24.0753 -66.05 -176.184 + 1 103.842 1026 0 1 25.3539 -72.0846 -204.45 + 1 7.21596 538 0 0 25.3956 -72.442 -205.85 + 1 108.129 537 0 0 25.3965 -72.45 -205.882 + 1 117.32 574 3 0 24.2271 -65.1021 -115.85 + 1 106.994 1015 2 1 23.09 -64.2954 -144.45 + 1 112.192 579 2 0 23.0295 -64.2353 -145.85 + 1 116.802 1008 1 1 21.7573 -63.0043 -174.45 + 1 108.791 585 1 0 21.6687 -62.9937 -175.85 + 1 121.049 1000 0 1 20.0955 -62.7557 -204.45 + 1 185.477 586 0 0 20.0194 -62.7276 -205.85 + 1 244.502 578 2 0 23.0313 -64.2501 -145.94 +Number of digits in this event = 35 Using G4ParticleGun ... -7.2133 LIN +9.37518 LIN e- Event: 2 -Number of tracker hits in this event = 113 - 2 123.965 237 7 1 -132.614 62.1633 5.55 - 2 125.268 1210 7 0 -132.615 62.1622 4.15 - 2 112.499 237 6 1 -132.617 62.1487 -24.45 - 2 97.8113 1210 6 0 -132.617 62.148 -25.85 - 2 399.701 237 5 1 -132.612 62.1389 -54.45 - 2 450.403 1210 5 0 -132.611 62.1365 -55.85 - 2 463.449 237 4 1 -132.612 62.0833 -84.45 - 2 197.728 1210 4 0 -132.613 62.0814 -85.85 - 2 113.955 237 3 1 -132.626 62.0449 -114.45 - 2 150.17 1209 3 0 -132.626 62.0436 -115.85 - 2 529.686 237 2 1 -132.625 62.0154 -144.45 - 2 373.981 1209 2 0 -132.625 62.0148 -145.85 - 2 217.906 237 1 1 -132.637 62.0018 -174.45 - 2 112.033 1209 1 0 -132.637 62.0004 -175.85 - 2 111.794 237 0 1 -132.625 61.9678 -204.45 - 2 93.2314 1209 0 0 -132.624 61.9637 -205.85 - 2 58.116 243 1 1 -131.35 -56.235 -174.844 - 2 39.2902 1058 6 1 31.65 -119.631 -24.7628 - 2 256.13 1059 6 1 31.8891 -119.889 -24.45 - 2 74.7109 1060 6 1 32.05 -119.946 -24.6484 - 2 34.5225 298 6 0 32.6151 -120.492 -25.85 - 2 142.508 297 6 0 32.7031 -120.55 -25.9646 - 2 64.5734 265 1 1 -127.023 60.4646 -174.45 - 2 72.8551 266 1 1 -126.95 60.458 -174.62 - 2 67.4724 1202 1 0 -126.434 60.6172 -175.85 - 2 38.2006 1203 1 0 -126.353 60.65 -176.08 - 2 7.36606 305 0 1 -118.97 65.7701 -204.45 - 2 103.679 306 0 1 -118.95 65.7843 -204.475 - 2 58.6494 307 0 1 -118.75 65.9181 -204.696 - 2 174.988 1232 0 0 -117.723 66.4628 -205.85 - 2 122.17 1211 4 0 -132.716 62.3226 -85.85 - 2 123.896 236 3 1 -132.82 62.5975 -114.45 - 2 115.429 1212 3 0 -132.824 62.6092 -115.85 - 2 158.457 236 2 1 -132.888 62.8744 -144.45 - 2 122.03 1214 2 0 -132.888 62.8894 -145.85 - 2 150.842 236 1 1 -132.84 63.2172 -174.45 - 2 114.533 1215 1 0 -132.841 63.233 -175.85 - 2 131.823 236 0 1 -132.828 63.5392 -204.45 - 2 99.1624 1217 0 0 -132.823 63.5477 -205.85 - 2 155.004 531 8 1 -73.8485 -12.1666 35.55 - 2 24.2925 530 8 1 -73.8501 -12.147 35.4782 - 2 79.2029 1215 4 0 -131.395 63.2306 -85.85 - 2 34.2323 1216 4 0 -131.365 63.25 -85.8812 - 2 66.2035 261 4 1 -127.863 59.9487 -84.85 - 2 89.3057 262 4 1 -127.75 59.823 -84.8426 - 2 59.0379 263 4 1 -127.55 59.5355 -84.792 - 2 54.4577 264 4 1 -127.35 59.3569 -84.7584 - 2 143.912 265 4 1 -127.15 59.2628 -84.6817 - 2 99.9918 266 4 1 -126.926 59.1764 -84.45 - 2 128.662 267 4 1 -126.75 59.3201 -84.6175 - 2 59.4235 268 4 1 -126.55 59.597 -84.7842 - 2 65.1844 269 4 1 -126.35 59.7063 -84.7668 - 2 92.1458 270 4 1 -126.15 59.7854 -84.7791 - 2 372.516 1198 4 0 -123.239 59.8069 -85.85 - 2 83.1245 1199 4 0 -122.878 59.85 -86.0411 - 2 100.987 238 4 1 -132.519 62.0183 -84.45 - 2 175.934 1209 4 0 -132.507 62.0096 -85.85 - 2 116.039 239 3 1 -132.228 61.7846 -114.45 - 2 113.164 1208 3 0 -132.222 61.7774 -115.85 - 2 272.333 240 2 1 -132.133 61.6048 -144.45 - 2 119.48 1207 2 0 -132.136 61.5926 -145.85 - 2 136.126 239 1 1 -132.169 61.3454 -174.45 - 2 115.632 1206 1 0 -132.178 61.3432 -175.85 - 2 121.056 238 0 1 -132.393 61.2958 -204.45 - 2 116.97 1206 0 0 -132.406 61.282 -205.85 - 2 192.664 398 6 1 -100.55 -23.6844 -24.6816 - 2 104.067 397 6 1 -100.55 -23.6713 -24.6692 - 2 207.836 947 7 0 83.0988 9.6148 3.75 - 2 13.6761 1322 7 1 84.6172 9.31672 5.15 - 2 57.7636 1323 7 1 84.65 9.31018 5.17953 - 2 60.5717 1324 7 1 84.85 9.27102 5.34268 - 2 22.9523 1325 7 1 85.0502 9.2336 5.50958 - 2 73.0449 952 8 0 91.6165 10.5756 33.75 - 2 50.0783 953 8 0 91.6675 10.65 34.0327 - 2 2.97858 1358 8 1 91.9483 11.2482 35.15 - 2 223.238 1359 8 1 91.95 11.252 35.157 - 2 136.84 760 9 0 116.226 -27.9084 63.75 - 2 97.0245 759 9 0 116.328 -28.05 63.853 - 2 84.4519 758 9 0 116.436 -28.2502 64.0049 - 2 52.1265 757 9 0 116.503 -28.4509 64.1205 - 2 189.158 1487 9 1 117.601 -31.4969 65.15 - 2 141.082 1488 9 1 117.75 -31.9888 65.2495 - 2 19.0937 725 9 0 117.561 -34.978 64.15 - 2 72.6903 724 9 0 117.556 -35.05 64.1263 - 2 48.6308 723 9 0 117.54 -35.25 64.0406 - 2 92.2482 722 9 0 117.522 -35.4504 63.9814 - 2 88.2748 721 9 0 117.528 -35.65 63.9065 - 2 49.6807 720 9 0 117.508 -35.8505 63.8357 - 2 22.692 410 9 0 160.029 -97.9814 63.75 - 2 72.1943 411 9 0 160.014 -97.95 63.7842 - 2 53.4714 412 9 0 159.965 -97.7499 63.9337 - 2 113.132 413 9 0 160.021 -97.55 63.9784 - 2 143.822 1701 9 1 160.419 -97.2755 65.15 - 2 26.0737 1702 9 1 160.55 -97.2194 65.4708 - 2 75.8044 900 7 0 51.288 0.167316 3.75005 - 2 60.4242 899 7 0 51.2489 -0.05 4.01725 - 2 34.3912 898 7 0 51.2993 -0.2501 4.1176 - 2 9.99965 1162 7 1 52.6361 -3.53955 5.15 - 2 91.0133 1163 7 1 52.65 -3.57009 5.15868 - 2 33.9791 1164 7 1 52.85 -3.83149 5.18812 - 2 39.7219 878 7 0 53.8004 -4.38669 4.15 - 2 140.444 877 7 0 53.8622 -4.45 4.05454 - 2 27.5064 1210 0 0 -132.569 62.1935 -206.197 - 2 55.6127 1125 0 0 -150.015 45.153 -206.25 - 2 193.617 1124 0 0 -150.12 45.05 -206.137 - 2 8.84638 1123 0 0 -150.351 44.85 -205.87 - 2 78.2973 141 0 1 -151.781 43.5589 -204.85 - 2 68.9988 140 0 1 -151.951 43.4262 -204.762 - 2 70.3645 139 0 1 -152.15 43.3189 -204.707 - 2 92.9974 138 0 1 -152.35 43.1435 -204.689 - 2 189.568 137 0 1 -152.55 42.8426 -204.647 - 2 189.369 136 0 1 -152.75 42.531 -204.551 - 2 0.00443879 135 0 1 -152.95 42.0254 -204.45 -Number of digits in this event = 41 +Number of tracker hits in this event = 46 + 2 136.331 672 10 1 -45.6093 -89.2042 95.55 + 2 205.77 454 10 0 -45.6093 -89.2049 94.15 + 2 152.467 672 9 1 -45.6084 -89.22 65.55 + 2 158.171 454 9 0 -45.608 -89.2213 64.15 + 2 176.624 672 8 1 -45.6006 -89.2477 35.55 + 2 123.497 454 8 0 -45.6005 -89.2488 34.15 + 2 129.978 672 7 1 -45.5978 -89.2717 5.55 + 2 195.655 453 7 0 -45.5984 -89.2746 4.15 + 2 142.414 672 6 1 -45.6128 -89.3368 -24.45 + 2 153.743 453 6 0 -45.6136 -89.3391 -25.85 + 2 170.091 672 5 1 -45.6292 -89.3858 -54.45 + 2 149.808 453 5 0 -45.6293 -89.3882 -55.85 + 2 109.476 672 4 1 -45.6315 -89.4376 -84.45 + 2 215.807 453 4 0 -45.6314 -89.439 -85.85 + 2 120.573 672 3 1 -45.6294 -89.4656 -114.45 + 2 93.9105 452 3 0 -45.6294 -89.4671 -115.85 + 2 123 672 2 1 -45.6332 -89.4979 -144.45 + 2 104.061 452 2 0 -45.6336 -89.4985 -145.85 + 2 233.857 672 1 1 -45.6471 -89.5047 -174.45 + 2 394.597 452 1 0 -45.6475 -89.5039 -175.85 + 2 101.945 671 0 1 -45.6586 -89.4568 -204.45 + 2 106.673 453 0 0 -45.6563 -89.4498 -205.85 + 2 36.5036 1512 4 0 -121.818 122.55 -86.0943 + 2 30.2641 1513 4 0 -121.892 122.75 -85.9266 + 2 67.8473 286 4 1 -122.767 123.753 -84.85 + 2 93.8774 285 4 1 -122.95 123.85 -84.7741 + 2 77.6883 284 4 1 -123.15 123.866 -84.6588 + 2 465.588 283 4 1 -123.35 123.902 -84.5574 + 2 84.7165 282 4 1 -123.55 123.946 -84.4739 + 2 113.931 1518 4 0 -124.31 123.878 -85.8502 + 2 17.8667 1664 2 1 153.042 -110.233 -144.85 + 2 72.9966 1665 2 1 153.15 -110.221 -144.771 + 2 63.6629 1666 2 1 153.35 -110.146 -144.605 + 2 32.6455 1667 2 1 153.55 -110.084 -144.521 + 2 26.9995 332 2 0 152.995 -113.55 -145.881 + 2 123.36 671 1 1 -45.6696 -89.4997 -174.45 + 2 64.3203 453 1 0 -45.9473 -89.2784 -175.85 + 2 72.9903 454 1 0 -45.9817 -89.25 -176.023 + 2 155.003 631 0 1 -53.7363 -82.3673 -204.45 + 2 41.8439 491 0 0 -53.8056 -81.7118 -205.85 + 2 111.754 492 0 0 -53.8141 -81.65 -205.981 + 2 108.75 663 0 1 -47.3148 -88.9177 -204.45 + 2 151.254 455 0 0 -47.5352 -88.9318 -205.85 + 2 172.811 379 4 0 -52.5824 -104.159 -86.25 + 2 254.544 636 4 1 -52.808 -104.034 -84.85 + 2 67.1978 637 4 1 -52.65 -104.161 -84.7047 +Number of digits in this event = 24 Using G4ParticleGun ... -2.13554 LIN +8.98332 LIN e- Event: 3 -Number of tracker hits in this event = 42 - 3 124.886 510 7 1 -77.9511 128.023 5.55 - 3 164.008 1539 7 0 -77.9488 128.023 4.15 - 3 118.96 510 6 1 -77.8946 128.017 -24.45 - 3 126.052 1539 6 0 -77.8888 128.021 -25.85 - 3 214.875 511 5 1 -77.7388 128.081 -54.45 - 3 116.918 1539 5 0 -77.7368 128.08 -55.85 - 3 101.163 511 4 1 -77.7438 128.03 -84.45 - 3 137.987 1539 4 0 -77.742 128.016 -85.85 - 3 387.612 511 3 1 -77.7023 127.738 -114.45 - 3 111.434 1537 3 0 -77.702 127.737 -115.85 - 3 102.169 511 2 1 -77.6974 127.739 -144.45 - 3 103.47 1537 2 0 -77.7 127.723 -145.85 - 3 251.872 511 1 1 -77.7159 127.412 -174.45 - 3 130.431 1536 1 0 -77.7276 127.394 -175.85 - 3 119.301 510 0 1 -77.9516 127.007 -204.45 - 3 219.613 1534 0 0 -77.9615 126.998 -205.85 - 3 195.502 1533 0 0 -77.8843 126.95 -206.098 - 3 256.49 1321 6 0 167.762 84.4005 -26.25 - 3 106.848 704 0 1 -39.25 164.282 -204.823 - 3 92.7846 1700 0 0 -33.6173 160.281 -205.85 - 3 247.454 513 1 1 -77.2595 128.359 -174.45 - 3 111.495 514 1 1 -77.25 128.36 -174.667 - 3 144.355 1541 1 0 -77.1906 128.351 -175.85 - 3 77.9455 1540 1 0 -77.1844 128.35 -175.972 - 3 117.058 522 0 1 -75.4987 127.953 -204.45 - 3 118.497 1539 0 0 -75.3826 127.981 -205.85 - 3 54.4502 1456 0 0 -58.7692 111.53 -206.25 - 3 279.043 1457 0 0 -58.8464 111.55 -206.057 - 3 125.66 514 0 1 -77.0574 128.562 -204.45 - 3 112.703 1541 0 0 -77.0753 128.55 -205.85 - 3 217.291 1539 3 0 -77.6821 127.99 -115.85 - 3 103.812 513 2 1 -77.435 126.76 -144.45 - 3 109.302 1532 2 0 -77.4445 126.724 -145.85 - 3 126.796 512 1 1 -77.5786 126.127 -174.45 - 3 92.812 1530 1 0 -77.5552 126.193 -175.85 - 3 104.869 515 0 1 -77.05 127.503 -204.515 - 3 140.302 1536 0 0 -76.9091 127.477 -205.85 - 3 95.7266 516 2 1 -76.702 128.23 -144.45 - 3 133.101 1540 2 0 -76.7547 128.32 -145.85 - 3 116.921 1549 1 0 -77.79 130.045 -175.85 - 3 113.158 507 0 1 -78.4815 130.367 -204.451 - 3 128.047 1551 0 0 -78.5131 130.434 -205.85 -Number of digits in this event = 23 +Number of tracker hits in this event = 73 + 3 122.165 1375 10 1 95.2211 30.2796 95.55 + 3 141.578 1051 10 0 95.2215 30.2794 94.15 + 3 124.441 1375 9 1 95.2271 30.2758 65.55 + 3 124.308 1051 9 0 95.2275 30.2756 64.15 + 3 105.233 1375 8 1 95.2375 30.2694 35.55 + 3 114.271 1051 8 0 95.2389 30.2687 34.15 + 3 129.219 1375 7 1 95.2678 30.2578 5.55 + 3 148.661 1051 7 0 95.2693 30.2574 4.15 + 3 134.629 1375 6 1 95.3017 30.245 -24.45 + 3 302.3 1050 6 0 95.3027 30.2435 -25.85 + 3 135.737 1375 5 1 95.3245 30.2173 -54.45 + 3 111.777 1050 5 0 95.3253 30.2158 -55.85 + 3 123.105 1375 4 1 95.3413 30.1868 -84.45 + 3 200.384 1050 4 0 95.342 30.1853 -85.85 + 3 128.014 1376 3 1 95.3549 30.1499 -114.45 + 3 114.653 1050 3 0 95.357 30.1488 -115.85 + 3 254.574 1376 2 1 95.4027 30.127 -144.45 + 3 199.625 1050 2 0 95.4049 30.1249 -145.85 + 3 561.737 1376 1 1 95.4499 30.078 -174.45 + 3 252.67 1050 1 0 95.4523 30.0748 -175.85 + 3 186.631 1376 0 1 95.5012 30.0094 -204.45 + 3 109.494 1049 0 0 95.5012 30.0062 -205.85 + 3 163.842 739 3 0 84.6098 -32.0563 -116.25 + 3 65.8924 738 3 0 84.6325 -32.25 -116.028 + 3 59.317 1299 1 1 79.9561 -12.0684 -174.85 + 3 145.668 1375 2 1 95.35 30.1364 -144.724 + 3 118.834 1375 3 1 95.3465 30.1434 -114.45 + 3 126.913 1049 3 0 95.1332 30.0329 -115.85 + 3 127.681 1354 2 1 91.0689 27.3662 -144.45 + 3 103.511 1036 2 0 90.9233 27.435 -145.85 + 3 16.7833 1037 2 0 90.8904 27.45 -146.187 + 3 66.7644 1340 1 1 88.0625 28.7354 -174.45 + 3 54.0198 1339 1 1 88.05 28.784 -174.646 + 3 130.645 1045 1 0 87.9701 29.0575 -175.85 + 3 162.062 1326 0 1 85.3991 35.8242 -204.45 + 3 238.072 1080 0 0 85.4175 36.1553 -205.85 + 3 4.63017 1081 0 0 85.4246 36.25 -206.234 + 3 12.8469 1377 1 1 95.5502 30.0688 -174.805 + 3 135.509 1049 1 0 95.9132 29.9225 -175.85 + 3 71.7435 1426 0 1 105.522 28.6868 -204.45 + 3 59.6516 1427 0 1 105.55 28.6751 -204.64 + 3 125.164 1042 0 0 105.747 28.5746 -205.85 + 3 245.559 1374 1 1 95.1179 30.2373 -174.45 + 3 386.719 1375 1 1 95.15 30.2022 -174.481 + 3 15.979 1038 1 0 95.626 27.6953 -175.85 + 3 60.0022 1037 1 0 95.6325 27.65 -175.874 + 3 84.7926 1036 1 0 95.7069 27.45 -175.962 + 3 347.507 1035 1 0 95.8243 27.25 -176.001 + 3 152.256 1034 1 0 96.015 27.05 -176.021 + 3 167.537 1382 1 1 96.7048 26.9668 -174.85 + 3 44.5657 1373 1 1 94.9499 28.5563 -174.51 + 3 58.7475 1159 2 0 68.5935 51.9231 -146.25 + 3 67.2987 1160 2 0 68.5743 52.0502 -146.096 + 3 58.2711 1161 2 0 68.611 52.25 -145.975 + 3 78.6019 1162 2 0 68.6552 52.4509 -146.035 + 3 35.3903 1163 2 0 68.7043 52.6507 -146.206 + 3 43.5467 1068 5 0 64.5779 33.7998 -56.25 + 3 29.107 1067 5 0 64.5728 33.65 -55.9706 + 3 6.02768 1233 5 1 66.6746 34.5513 -54.8498 + 3 259.48 1083 5 0 68.295 36.753 -55.85 + 3 94.0315 1339 0 1 87.9434 29.3711 -204.45 + 3 58.7552 1045 0 0 87.7113 29.0968 -205.85 + 3 67.1957 1044 0 0 87.6645 29.0499 -206.055 + 3 16.8858 1048 7 0 92.9071 29.7381 4.15 + 3 22.8312 1346 7 1 89.2964 29.743 5.15003 + 3 46.4062 1345 7 1 89.25 29.742 5.16715 + 3 22.7418 1049 7 0 88.425 29.8989 4.14998 + 3 4.88204 1341 7 1 88.3442 31.591 5.15 + 3 30.6921 1085 7 0 86.7063 37.2243 4.15 + 3 151.247 1086 7 0 86.6821 37.25 4.13271 + 3 0.132036 1050 10 0 95.2777 30.25 94.1496 + 3 34.498 1380 10 1 96.2179 28.7213 95.15 + 3 80.8737 1058 10 0 98.4382 31.6546 94.15 +Number of digits in this event = 35 Using G4ParticleGun ... -2.27068 LIN +7.54544 LIN e- Event: 4 -Number of tracker hits in this event = 53 - 4 154.034 1209 9 1 61.8785 -108.993 65.55 - 4 98.208 355 9 0 61.8824 -108.994 64.15 - 4 139.057 1209 8 1 61.9619 -109.028 35.55 - 4 124.859 355 8 0 61.9637 -109.03 34.15 - 4 103.345 1209 7 1 61.9915 -109.062 5.55 - 4 171.713 355 7 0 61.9912 -109.058 4.15 - 4 118.984 1209 6 1 62.0074 -108.967 -24.45 - 4 113.274 355 6 0 62.0376 -108.971 -25.85 - 4 137.409 1213 5 1 62.7699 -109.218 -54.4507 - 4 5.65984 1214 5 1 62.85 -109.201 -54.8293 - 4 162.765 356 5 0 63.2256 -108.905 -55.85 - 4 1.60723 357 5 0 63.387 -108.75 -56.2456 - 4 41.9393 366 5 0 52.6098 -106.916 -56.25 - 4 140.86 365 5 0 52.5655 -106.95 -56.1098 - 4 201.146 1161 5 1 52.3771 -107.284 -54.85 - 4 145.611 447 6 0 47.8495 -90.6804 -26.2496 - 4 34.1178 448 6 0 47.8273 -90.55 -26.0336 - 4 115.545 1137 6 1 47.61 -91.1911 -24.85 - 4 116.408 1136 6 1 47.45 -91.0362 -24.6316 - 4 284.872 1135 6 1 47.25 -91.0087 -24.6611 - 4 253.045 1210 3 1 62.0967 -108.605 -114.45 - 4 263.97 357 3 0 62.0504 -108.59 -115.85 - 4 112.155 1205 2 1 61.0735 -108.532 -144.45 - 4 25.581 1204 2 1 61.05 -108.515 -144.754 - 4 265.423 358 2 0 60.9705 -108.45 -145.85 - 4 169.232 1195 1 1 59.218 -106.931 -174.45 - 4 143.973 366 1 0 59.2146 -106.854 -175.85 - 4 131.822 1194 0 1 58.9513 -105.403 -204.45 - 4 136.901 373 0 0 58.8138 -105.388 -205.85 - 4 133.078 1210 2 1 62.2465 -108.483 -144.45 - 4 220.747 1211 1 1 62.3419 -108.191 -174.45 - 4 340.839 359 1 0 62.3366 -108.181 -175.85 - 4 243.674 1210 0 1 62.2242 -107.97 -204.45 - 4 126.742 361 0 0 62.2107 -107.947 -205.85 - 4 108.385 618 3 0 11.0724 -56.3206 -116.25 - 4 71.9307 705 3 1 -38.85 -1.59747 -114.794 - 4 96.0554 619 3 0 11.0389 -56.25 -116.096 - 4 159.114 519 1 0 156.671 -76.0753 -176.25 - 4 3.94002 520 1 0 156.678 -76.05 -176.223 - 4 59.483 10 6 0 -25.7532 -177.951 -26.25 - 4 237.106 1209 1 1 62.0261 -109.129 -174.45 - 4 263.948 355 1 0 61.9957 -109.143 -175.85 - 4 115.722 1205 0 1 61.1223 -109.093 -204.45 - 4 109.114 356 0 0 61.0924 -108.924 -205.851 - 4 5.59941 636 6 0 53.0843 -52.6562 -26.2497 - 4 100.833 637 6 0 53.0855 -52.65 -26.2246 - 4 111.15 1165 6 1 53.0667 -52.2744 -24.85 - 4 13.3878 1164 6 1 53.05 -52.2404 -24.5236 - 4 20.5477 757 7 0 65.0128 -28.4965 3.75011 - 4 153.906 758 7 0 65.0409 -28.45 3.80473 - 4 112.263 1227 7 1 65.5704 -28.2186 5.15 - 4 14.7267 1228 7 1 65.65 -28.2926 5.50054 - 4 157.898 355 0 0 62.0472 -109.001 -205.85 -Number of digits in this event = 29 +Number of tracker hits in this event = 153 + 4 111.026 443 10 1 -91.5108 -17.3607 95.55 + 4 102.729 813 10 0 -91.5106 -17.3609 94.15 + 4 428.044 443 9 1 -91.5091 -17.367 65.55 + 4 123.731 813 9 0 -91.5089 -17.3699 64.15 + 4 198.617 443 8 1 -91.5077 -17.4284 35.55 + 4 192.843 813 8 0 -91.5076 -17.4303 34.15 + 4 349.595 443 7 1 -91.5162 -17.4678 5.55 + 4 136.791 812 7 0 -91.5122 -17.475 4.15 + 4 454.488 443 6 1 -91.4491 -17.6083 -24.45 + 4 104.579 812 6 0 -91.4448 -17.6153 -25.85 + 4 452.495 443 5 1 -91.354 -17.7535 -54.45 + 4 99.7377 811 5 0 -91.3418 -17.7689 -55.85 + 4 159.014 445 4 1 -91.0932 -18.1123 -84.45 + 4 103.819 809 4 0 -91.085 -18.1376 -85.85 + 4 130.569 446 3 1 -90.9267 -18.6343 -114.45 + 4 104.513 806 3 0 -90.9244 -18.655 -115.85 + 4 587.119 446 2 1 -90.8472 -19.0604 -144.45 + 4 232.286 804 2 0 -90.8408 -19.0884 -145.85 + 4 112.945 447 1 1 -90.698 -19.7075 -174.45 + 4 164.556 801 1 0 -90.7059 -19.7404 -175.85 + 4 192.763 446 0 1 -90.8333 -20.3192 -204.45 + 4 138.353 798 0 0 -90.8193 -20.3419 -205.85 + 4 69.8478 521 8 1 -75.7134 -178.75 35.15 + 4 75.6762 522 8 1 -75.65 -178.864 35.3209 + 4 15.6993 800 1 0 -90.7528 -19.8501 -176.24 + 4 87.5755 181 1 0 -24.958 -143.75 -176.25 + 4 6.1982 1067 10 1 33.65 -17.8936 95.1636 + 4 12.2303 538 1 0 -34.309 -72.2901 -176.25 + 4 166.959 450 0 1 -90.043 -20.0967 -204.603 + 4 222.884 799 0 0 -90.0382 -20.1081 -205.85 + 4 102.647 805 2 0 -90.9829 -18.9218 -145.85 + 4 56.6308 439 1 1 -92.2197 -18.4212 -174.45 + 4 78.1218 438 1 1 -92.35 -18.4366 -174.628 + 4 139.005 807 1 0 -93.2631 -18.5816 -175.85 + 4 139.87 362 0 1 -107.625 -20.0232 -204.45 + 4 193.867 804 0 0 -107.975 -19.1967 -205.85 + 4 65.3486 805 0 0 -108.09 -19.05 -206.132 + 4 224.609 446 1 1 -90.7604 -19.3745 -174.45 + 4 128.663 803 1 0 -90.7464 -19.3555 -175.85 + 4 186.366 449 0 1 -90.1726 -19.5773 -204.45 + 4 77.5833 802 0 0 -90.1536 -19.6008 -205.85 + 4 208.584 443 0 1 -91.5316 -17.9258 -204.45 + 4 234.373 810 0 0 -91.5309 -17.9298 -205.85 + 4 76.5078 806 2 0 -84.4985 -18.65 -146.179 + 4 213.36 813 7 0 -91.5071 -17.3161 4.15 + 4 241.825 814 6 0 -91.4808 -17.2487 -25.85 + 4 112.152 815 5 0 -91.4272 -17.0339 -55.85 + 4 259.757 443 4 1 -91.4376 -16.8838 -84.45 + 4 306.749 815 4 0 -91.4392 -16.8852 -85.85 + 4 123.243 443 3 1 -91.4961 -16.9335 -114.45 + 4 254.622 815 3 0 -91.5049 -16.934 -115.85 + 4 149.37 442 2 1 -91.6619 -16.8893 -144.45 + 4 425.985 815 2 0 -91.6669 -16.8869 -145.85 + 4 157.789 441 1 1 -91.816 -16.8299 -174.45 + 4 158.465 816 1 0 -91.8123 -16.8103 -175.85 + 4 374.026 442 0 1 -91.7166 -16.4117 -204.45 + 4 348.721 818 0 0 -91.709 -16.3916 -205.85 + 4 186.794 816 4 0 -91.5003 -16.85 -86.1464 + 4 18.9621 464 1 1 -87.2046 -17.6281 -174.45 + 4 81.0614 463 1 1 -87.25 -17.5818 -174.523 + 4 95.5802 462 1 1 -87.45 -17.4015 -174.727 + 4 56.6287 817 1 0 -88.0954 -16.5469 -175.85 + 4 100.881 818 1 0 -88.1877 -16.4499 -175.995 + 4 54.4591 314 0 1 -117.23 12.5196 -204.45 + 4 127.251 315 0 1 -117.15 12.4357 -204.6 + 4 50.8798 959 0 0 -116.168 11.8946 -205.85 + 4 185.505 958 0 0 -116.074 11.85 -205.94 + 4 111.734 957 0 0 -115.864 11.65 -206.043 + 4 102.822 956 0 0 -115.607 11.45 -205.952 + 4 46.3716 330 0 1 -114.043 10.776 -204.85 + 4 288.432 331 0 1 -113.95 10.7193 -204.781 + 4 147.09 332 0 1 -113.75 10.6306 -204.684 + 4 127.568 333 0 1 -113.55 10.5703 -204.672 + 4 175.979 954 0 0 -113.537 10.8772 -205.85 + 4 169.931 953 0 0 -113.621 10.85 -205.99 + 4 225.969 424 1 1 -95.2846 -15.5263 -174.45 + 4 109.979 423 1 1 -95.35 -15.5607 -174.682 + 4 111.358 821 1 0 -95.6759 -15.721 -175.85 + 4 192.904 377 0 1 -104.617 -18.8164 -204.45 + 4 2.79536 803 0 0 -104.746 -19.25 -206.238 + 4 148.325 814 5 0 -91.4072 -17.154 -55.85 + 4 114.474 444 4 1 -91.2546 -17.0168 -84.45 + 4 177.126 445 3 1 -91.0921 -16.9265 -114.45 + 4 126.899 815 1 0 -90.7682 -17.0435 -175.85 + 4 126.138 447 0 1 -90.5556 -17.1222 -204.45 + 4 122.016 814 0 0 -90.5374 -17.1229 -205.85 + 4 61.5812 54 5 0 -135.531 -169.249 -56.25 + 4 138.457 817 3 0 -69.2792 -16.5456 -116.25 + 4 14.2134 876 5 0 79.6649 -4.85 -56.2189 + 4 244.292 875 5 0 79.7441 -4.85019 -56.1037 + 4 114.792 814 9 0 -91.5527 -17.2232 64.15 + 4 256.101 437 8 1 -92.7305 -15.5485 35.5497 + 4 101.471 824 8 0 -92.4969 -15.1295 34.15 + 4 28.3589 825 8 0 -92.4552 -15.05 33.8768 + 4 122.347 456 7 1 -88.8429 -6.88905 5.55 + 4 40.8183 866 7 0 -88.2128 -6.67384 4.15 + 4 132.665 867 7 0 -88.1509 -6.65 4.00865 + 4 283.882 521 6 1 -75.7018 -1.71092 -24.4503 + 4 38.7371 897 6 0 -75.7256 -0.532471 -25.85 + 4 96.9471 898 6 0 -75.7274 -0.449928 -25.9485 + 4 23.5285 899 6 0 -75.7414 -0.25 -26.1932 + 4 200.233 513 5 1 -77.3751 22.9418 -54.45 + 4 10.7215 1019 5 0 -77.1648 24.0265 -55.85 + 4 97.1815 1020 5 0 -77.1603 24.05 -55.8806 + 4 35.5386 1021 5 0 -77.1199 24.25 -56.1501 + 4 141.763 533 4 1 -73.3993 45.8826 -84.45 + 4 75.5337 1135 4 0 -73.0543 47.1135 -85.85 + 4 78.42 1136 4 0 -73.0162 47.25 -85.9995 + 4 27.9427 1137 4 0 -72.9667 47.45 -86.2086 + 4 181.912 566 3 1 -66.7776 76.1445 -114.45 + 4 53.6447 1288 3 0 -66.4865 77.6932 -115.85 + 4 69.7569 1289 3 0 -66.4572 77.8502 -115.986 + 4 48.8055 1290 3 0 -66.412 78.05 -116.156 + 4 56.8391 604 2 1 -59.1147 111.021 -144.45 + 4 100.534 605 2 1 -59.05 111.186 -144.607 + 4 40.8971 1461 2 0 -58.8461 112.442 -145.85 + 4 77.1089 1462 2 0 -58.8381 112.55 -145.951 + 4 41.5926 1463 2 0 -58.8171 112.75 -146.144 + 4 249.053 611 1 1 -57.8471 143.704 -174.45 + 4 87.7878 1624 1 0 -57.3963 144.972 -175.85 + 4 226.913 1625 1 0 -57.3232 145.15 -176.037 + 4 6.30864 1626 1 0 -57.2431 145.35 -176.233 + 4 248.854 612 1 1 -57.65 143.682 -174.598 + 4 134.451 436 8 1 -92.75 -15.5806 35.3222 + 4 112.836 442 9 1 -91.55 -17.3146 65.5354 + 4 320.506 815 9 0 -91.9824 -17.0083 64.15 + 4 110.501 397 8 1 -100.649 -10.9986 35.5492 + 4 9.74711 396 8 1 -100.75 -10.8861 35.1777 + 4 142.948 847 8 0 -101.029 -10.5822 34.15 + 4 113.597 367 7 1 -106.599 -3.15186 5.55 + 4 117.569 886 7 0 -106.999 -2.75257 4.15 + 4 4.84763 887 7 0 -107.12 -2.65 3.77064 + 4 131.81 317 6 1 -116.621 5.02058 -24.45 + 4 9.78921 316 6 1 -116.75 5.16727 -24.8124 + 4 43.6852 927 6 0 -117.089 5.58042 -25.85 + 4 68.3238 928 6 0 -117.145 5.65 -26.0216 + 4 113.154 271 5 1 -125.862 16.9228 -54.4501 + 4 116.838 986 5 0 -126.106 17.2956 -55.85 + 4 386.627 248 4 1 -130.372 24.6857 -84.45 + 4 274.331 1025 4 0 -130.507 25.1026 -85.8501 + 4 119.482 233 3 1 -133.397 34.0383 -114.45 + 4 272.517 1072 3 0 -133.26 34.4518 -115.85 + 4 125.497 251 2 1 -129.76 42.9738 -144.45 + 4 192.093 1117 2 0 -129.982 43.4773 -145.85 + 4 187.371 219 1 1 -136.201 53.5789 -174.45 + 4 80.2527 1174 1 0 -136.229 54.8811 -175.85 + 4 73.3997 1175 1 0 -136.228 55.05 -176.033 + 4 7.60042 1176 1 0 -136.227 55.2501 -176.24 + 4 76.68 220 0 1 -136.12 82.6603 -204.45 + 4 185.068 219 0 1 -136.15 82.8472 -204.653 + 4 70.8568 1319 0 0 -136.289 83.9107 -205.85 + 4 161.158 1320 0 0 -136.305 84.05 -206.006 + 4 11.6143 1321 0 0 -136.332 84.25 -206.222 +Number of digits in this event = 79 Using G4ParticleGun ... -1.96493 LIN +7.84477 LIN e- Event: 5 -Number of tracker hits in this event = 84 - 5 101.306 1428 10 1 105.935 35.2175 95.55 - 5 90.7017 1075 10 0 105.938 35.2211 94.15 - 5 131.311 1429 9 1 105.995 35.2753 65.55 - 5 149.274 1076 9 0 106.001 35.2793 64.15 - 5 138.692 1429 8 1 106.124 35.3667 35.55 - 5 256.172 1076 8 0 106.137 35.3735 34.15 - 5 135.837 1431 7 1 106.416 35.5206 5.55 - 5 135.467 1077 7 0 106.429 35.5324 4.15 - 5 104.673 1432 6 1 106.705 35.7821 -24.45 - 5 104.528 1078 6 0 106.718 35.7933 -25.85 - 5 152.924 1434 5 1 106.972 36.0147 -54.45 - 5 198.468 1079 5 0 106.982 36.0273 -55.85 - 5 477.833 1435 4 1 107.202 36.2806 -84.45 - 5 333.312 1081 4 0 107.214 36.2866 -85.85 - 5 183.937 1436 3 1 107.457 36.4181 -114.45 - 5 169.222 1081 3 0 107.469 36.4251 -115.85 - 5 225.68 1437 2 1 107.703 36.581 -144.45 - 5 114.421 1082 2 0 107.709 36.5868 -145.85 - 5 459.402 1438 1 1 107.856 36.7006 -174.45 - 5 116.578 1083 1 0 107.861 36.7116 -175.85 - 5 111.029 1438 0 1 107.944 36.9389 -204.45 - 5 135.802 1084 0 0 107.942 36.9502 -205.85 - 5 134.95 1439 0 1 107.95 36.9448 -204.736 - 5 139.312 1082 1 0 107.967 36.584 -175.85 - 5 7.82615 1454 0 1 111.144 33.2848 -204.45 - 5 120.984 1455 0 1 111.15 33.2844 -204.469 - 5 119.683 1066 0 0 111.532 33.2673 -205.85 - 5 82.6737 1439 1 1 107.95 36.7551 -174.643 - 5 14.6988 1079 1 0 108.693 35.877 -175.85 - 5 100.133 1078 1 0 108.719 35.85 -175.89 - 5 75.5213 1077 1 0 108.925 35.65 -176.064 - 5 6.47148 1434 4 1 107.132 36.1771 -84.45 - 5 105.731 1437 0 1 107.565 36.478 -204.45 - 5 100.293 1081 0 0 107.553 36.4432 -205.85 - 5 70.4898 1541 9 0 172.131 128.35 63.9313 - 5 16.1948 1540 9 0 172.084 128.35 64.1355 - 5 124.208 1755 9 1 171.195 127.254 65.1501 - 5 417.705 1436 0 1 107.466 36.6702 -204.45 - 5 75.6814 1435 0 1 107.35 37.9067 -204.728 - 5 62.6546 1101 0 0 107.002 40.2944 -205.85 - 5 79.9739 1102 0 0 106.98 40.4505 -205.919 - 5 51.5024 1103 0 0 106.948 40.65 -205.975 - 5 61.4034 1104 0 0 106.9 40.8505 -206.026 - 5 49.6097 1105 0 0 106.842 41.0504 -206.052 - 5 54.3528 1106 0 0 106.801 41.2506 -206.077 - 5 50.3467 1107 0 0 106.766 41.451 -206.083 - 5 61.706 1108 0 0 106.722 41.6505 -206.094 - 5 61.1843 1109 0 0 106.681 41.8504 -206.094 - 5 83.7686 1110 0 0 106.649 42.05 -206.091 - 5 67.8696 1111 0 0 106.616 42.25 -206.114 - 5 58.146 1112 0 0 106.57 42.4502 -206.125 - 5 101.368 1113 0 0 106.508 42.65 -206.129 - 5 66.0054 1114 0 0 106.455 42.8504 -206.143 - 5 58.9489 1115 0 0 106.396 43.05 -206.137 - 5 65.1888 1116 0 0 106.347 43.2501 -206.126 - 5 407.175 1117 0 0 106.304 43.45 -206.138 - 5 82.4303 1118 0 0 106.287 43.65 -206.137 - 5 43.6725 1119 0 0 106.306 43.85 -206.118 - 5 43.478 1120 0 0 106.322 44.0503 -206.124 - 5 51.6544 1121 0 0 106.317 44.2501 -206.127 - 5 69.7371 1122 0 0 106.31 44.45 -206.141 - 5 62.4916 1123 0 0 106.308 44.65 -206.166 - 5 57.2763 1124 0 0 106.29 44.85 -206.177 - 5 59.5474 1125 0 0 106.281 45.05 -206.194 - 5 73.5019 1126 0 0 106.267 45.25 -206.2 - 5 80.165 1127 0 0 106.242 45.45 -206.139 - 5 50.3958 1128 0 0 106.219 45.65 -206.038 - 5 79.218 1129 0 0 106.227 45.85 -205.976 - 5 70.0639 1130 0 0 106.219 46.0501 -205.941 - 5 32.5082 1131 0 0 106.148 46.25 -205.881 - 5 158.528 1414 0 1 103.066 52.5898 -204.85 - 5 334.913 1413 0 1 102.95 52.8878 -204.82 - 5 96.2028 1412 0 1 102.75 53.6209 -204.576 - 5 68.6122 1415 0 1 103.15 54.1007 -204.664 - 5 87.1254 1416 0 1 103.35 54.236 -204.741 - 5 30.8304 1175 0 0 103.952 55.1727 -205.85 - 5 63.8738 1176 0 0 103.954 55.25 -205.925 - 5 65.6326 1177 0 0 103.91 55.4506 -206.007 - 5 56.1085 1178 0 0 103.857 55.65 -206.024 - 5 158.481 1179 0 0 103.868 55.85 -206.07 - 5 233.452 1180 0 0 103.841 56.05 -206.072 - 5 66.8004 1181 0 0 103.769 56.2501 -206.015 - 5 243.203 1182 0 0 103.733 56.45 -205.952 - 5 269.159 1418 0 1 103.82 56.6973 -204.85 -Number of digits in this event = 29 +Number of tracker hits in this event = 17 + 5 102.068 1346 7 1 89.368 118.572 5.55 + 5 106.922 1492 7 0 89.367 118.573 4.15 + 5 126.273 1346 6 1 89.3434 118.586 -24.45 + 5 106.759 1492 6 0 89.343 118.587 -25.85 + 5 144.094 1346 5 1 89.3399 118.606 -54.45 + 5 139.313 1492 5 0 89.3405 118.606 -55.85 + 5 166.867 1346 4 1 89.352 118.619 -84.45 + 5 116.948 1492 4 0 89.3563 118.622 -85.85 + 5 122.835 1346 3 1 89.4413 118.688 -114.45 + 5 104.195 1492 3 0 89.4447 118.695 -115.85 + 5 115.703 1347 2 1 89.5229 118.865 -144.45 + 5 176.539 1493 2 0 89.5274 118.874 -145.85 + 5 298.814 1347 1 1 89.6243 119.056 -174.45 + 5 140.418 1494 1 0 89.629 119.062 -175.85 + 5 107.064 1348 0 1 89.7574 119.173 -204.45 + 5 181.281 1495 0 0 89.7638 119.183 -205.85 + 5 65.0402 1494 0 0 89.7514 119.15 -206.172 +Number of digits in this event = 12 Using G4ParticleGun ... -3.65529 LIN +7.66904 LIN e- Event: 6 -Number of tracker hits in this event = 81 - 6 229.859 1476 9 1 115.351 51.5008 65.55 - 6 171.691 1157 9 0 115.352 51.4999 64.15 - 6 113.255 1476 8 1 115.368 51.4895 35.55 - 6 139.361 1157 8 0 115.367 51.4904 34.15 - 6 203.339 1475 7 1 115.336 51.5188 5.55 - 6 262.285 1157 7 0 115.333 51.5212 4.15 - 6 243.842 1475 6 1 115.296 51.576 -24.45 - 6 467.078 1157 6 0 115.294 51.5813 -25.85 - 6 109.141 1475 5 1 115.263 51.7054 -54.45 - 6 124.726 1158 5 0 115.261 51.7146 -55.85 - 6 109.893 1475 4 1 115.201 51.9013 -84.45 - 6 166.967 1159 4 0 115.197 51.9113 -85.85 - 6 108.278 1474 3 1 115.133 52.119 -114.45 - 6 131.777 1160 3 0 115.128 52.1301 -115.85 - 6 121.602 1474 2 1 115.038 52.3593 -144.45 - 6 113.463 1161 2 0 115.031 52.3731 -145.85 - 6 261.543 1473 1 1 114.902 52.6711 -174.45 - 6 117.304 1163 1 0 114.885 52.671 -175.85 - 6 205.76 1472 0 1 114.612 52.7685 -204.45 - 6 120.885 1163 0 0 114.604 52.7566 -205.85 - 6 234.051 1473 0 1 114.8 52.9534 -204.45 - 6 296.545 1164 0 0 114.789 52.952 -205.85 - 6 297.278 877 9 0 -58.7298 -4.56789 63.75 - 6 2.18249 1013 3 0 105.064 22.8456 -116.25 - 6 219.236 1014 3 0 105.062 22.85 -116.248 - 6 51.906 1015 3 0 105.041 23.05 -116.069 - 6 18.4363 1282 14 0 -18.9787 76.4907 213.75 - 6 185.785 1281 14 0 -18.9516 76.45 213.782 - 6 164.251 1280 14 0 -18.8676 76.2497 213.85 - 6 273.538 1474 0 1 114.951 52.8628 -204.45 - 6 105.086 1161 0 0 115.293 52.4391 -205.85 - 6 122.104 1162 0 0 115.259 52.65 -205.858 - 6 52.4704 498 8 1 -80.4266 -62.0236 35.55 - 6 131.533 497 8 1 -80.45 -62.119 35.4298 - 6 79.007 496 8 1 -80.65 -62.2773 35.282 - 6 81.9679 495 8 1 -80.8501 -62.3689 35.2307 - 6 311.337 583 8 0 -81.0698 -63.3442 34.15 - 6 259.647 1476 6 1 115.378 51.5069 -24.45 - 6 37.3178 1477 5 1 115.747 52.0818 -54.45 - 6 73.469 1478 5 1 115.75 52.0846 -54.5962 - 6 121.645 1160 5 0 115.776 52.107 -55.85 - 6 119.404 1480 4 1 116.219 52.5793 -84.45 - 6 194.202 1162 4 0 116.247 52.5765 -85.85 - 6 113.262 1483 3 1 116.802 52.3738 -114.45 - 6 150.129 1161 3 0 116.827 52.343 -115.85 - 6 122.364 1486 2 1 117.416 51.8148 -144.45 - 6 171.856 1158 2 0 117.409 51.8038 -145.85 - 6 105.857 1486 1 1 117.407 51.7358 -174.45 - 6 115.909 1158 1 0 117.399 51.6998 -175.85 - 6 127.246 1485 0 1 117.265 50.8264 -204.45 - 6 161.816 1153 0 0 117.233 50.7876 -205.85 - 6 347.657 1154 0 0 117.141 50.85 -206.202 - 6 56.0199 1155 0 0 116.898 51.05 -206.183 - 6 60.2652 1481 5 1 116.359 51.5323 -54.4502 - 6 88.9432 1480 5 1 116.35 51.522 -54.5875 - 6 125.659 1156 5 0 116.271 51.4312 -55.85 - 6 243.469 1472 4 1 114.684 49.8291 -84.45 - 6 98.7756 1148 4 0 114.55 49.6854 -85.8501 - 6 8.74201 1147 4 0 114.516 49.65 -86.2138 - 6 121.932 1458 3 1 111.939 46.7365 -114.45 - 6 167.89 1132 3 0 111.753 46.5699 -115.85 - 6 154.795 1438 2 1 107.842 42.8115 -144.451 - 6 87.3053 1113 2 0 107.652 42.6708 -145.851 - 6 50.1799 1112 2 0 107.623 42.65 -146.067 - 6 242.333 1417 1 1 103.722 40.3267 -174.45 - 6 16.5027 1101 1 0 103.376 40.2532 -175.85 - 6 107.775 1100 1 0 103.362 40.25 -175.907 - 6 113.238 1380 0 1 96.2321 38.8876 -204.45 - 6 150.296 1093 0 0 96.1127 38.837 -205.85 - 6 110.36 1499 6 1 119.956 52.079 -24.4501 - 6 5.46159 1498 6 1 119.95 52.2521 -24.8265 - 6 34.7803 1163 6 0 119.788 52.7872 -25.85 - 6 95.7028 1164 6 0 119.768 52.85 -25.9779 - 6 167.802 1498 5 1 119.776 66.1935 -54.45 - 6 60.526 1240 5 0 119.929 68.1045 -55.85 - 6 74.2981 1241 5 0 119.934 68.25 -55.9455 - 6 76.1764 1242 5 0 119.91 68.4501 -56.1055 - 6 83.5807 1490 5 0 95.3511 118.297 -56.25 - 6 36.8569 1491 5 0 95.3166 118.35 -56.0005 - 6 63.2328 1374 5 1 95.0368 118.332 -54.85 - 6 236.237 1373 5 1 94.95 118.304 -54.6113 -Number of digits in this event = 45 -Using G4ParticleGun ... -3.65353 LIN +Number of tracker hits in this event = 194 + 6 102.799 862 11 1 -7.49478 -81.7896 125.516 + 6 104.934 491 11 0 -7.49469 -81.7896 124.15 + 6 213.542 862 10 1 -7.49159 -81.7875 95.55 + 6 129.985 491 10 0 -7.49367 -81.7855 94.15 + 6 115.075 862 9 1 -7.53735 -81.7437 65.55 + 6 105.334 491 9 0 -7.53842 -81.7422 64.15 + 6 518.105 862 8 1 -7.56121 -81.714 35.55 + 6 358.183 491 8 0 -7.56366 -81.7135 34.15 + 6 658.468 862 7 1 -7.60892 -81.7079 5.55 + 6 521.023 491 7 0 -7.60989 -81.7073 4.15 + 6 239.065 862 6 1 -7.62724 -81.6927 -24.45 + 6 244.268 491 6 0 -7.62832 -81.6936 -25.85 + 6 191.308 862 5 1 -7.64072 -81.7141 -54.45 + 6 127.171 491 5 0 -7.64176 -81.7167 -55.85 + 6 160.107 861 4 1 -7.69405 -81.7309 -84.45 + 6 195.133 491 4 0 -7.68939 -81.7331 -85.85 + 6 418.131 862 3 1 -7.60315 -81.7743 -114.45 + 6 93.3507 491 3 0 -7.5838 -81.7646 -115.85 + 6 303.416 864 2 1 -7.20993 -81.5838 -144.45 + 6 235.575 492 2 0 -7.18747 -81.5841 -145.85 + 6 171.582 866 1 1 -6.70303 -81.5776 -174.45 + 6 440.75 492 1 0 -6.68035 -81.5694 -175.85 + 6 115.098 869 0 1 -6.16881 -81.423 -204.45 + 6 522.925 493 0 0 -6.15555 -81.4168 -205.85 + 6 1.70588 566 3 1 -66.7523 -72.4904 -114.85 + 6 12.8645 648 0 1 -50.25 -9.54165 -204.821 + 6 82.4795 649 0 1 -50.25 -9.52963 -204.819 + 6 172.645 489 2 0 -5.99771 -82.1251 -145.85 + 6 68.334 873 2 1 -5.31153 -82.4555 -144.85 + 6 48.2875 865 1 1 -6.88116 -82.1834 -174.45 + 6 30.9386 487 1 0 -6.74736 -82.6112 -175.85 + 6 97.1505 486 1 0 -6.72977 -82.65 -175.949 + 6 52.5803 914 0 1 2.87002 -85.8388 -204.45 + 6 75.2371 915 0 1 3.05 -85.7987 -204.524 + 6 67.6091 916 0 1 3.25 -85.7542 -204.64 + 6 95.4067 471 0 0 3.86254 -85.6683 -205.85 + 6 234.949 470 0 0 3.89801 -85.85 -206.086 + 6 41.5681 469 0 0 4.23722 -86.05 -206.201 + 6 224.001 861 6 1 -7.7135 -81.8544 -24.45 + 6 102.477 859 5 1 -8.12067 -81.5584 -54.45 + 6 121.967 492 5 0 -8.11586 -81.5433 -55.85 + 6 203.928 859 4 1 -8.07119 -81.2456 -84.45 + 6 389.211 494 4 0 -8.04505 -81.2451 -85.85 + 6 282.488 493 3 0 -7.54344 -81.3849 -115.85 + 6 136.467 861 2 1 -7.66668 -81.774 -144.45 + 6 101.163 491 2 0 -7.68454 -81.7878 -145.85 + 6 148 859 1 1 -8.11541 -82.0739 -174.45 + 6 403.715 489 1 0 -8.15149 -82.1019 -175.85 + 6 142.032 856 0 1 -8.75463 -82.6327 -204.45 + 6 146.395 487 0 0 -8.79641 -82.6204 -205.85 + 6 103.789 496 6 0 -7.4963 -80.845 -25.85 + 6 247.109 865 5 1 -7.0373 -80.0024 -54.45 + 6 124.25 500 5 0 -7.04094 -79.9286 -55.85 + 6 125.227 865 4 1 -7.02636 -78.5237 -84.45 + 6 111.747 508 4 0 -7.00591 -78.427 -85.85 + 6 109.073 867 3 1 -6.64164 -76.5342 -114.45 + 6 128.761 517 3 0 -6.63583 -76.4739 -115.85 + 6 155.563 868 2 1 -6.35751 -75.1914 -144.45 + 6 109.432 524 2 0 -6.32171 -75.1755 -145.85 + 6 191.643 872 1 1 -5.52946 -74.7267 -174.45 + 6 133.821 526 1 0 -5.41521 -74.7727 -175.85 + 6 101.082 884 0 1 -3.09438 -75.6299 -204.45 + 6 100.144 521 0 0 -3.01152 -75.6889 -205.85 + 6 79.4776 873 1 1 -5.45 -74.7653 -174.607 + 6 250.377 874 1 1 -5.25 -74.9136 -174.617 + 6 42.7613 875 1 1 -5.05 -74.8534 -174.762 + 6 259.411 525 1 0 -5.4473 -74.9116 -175.85 + 6 536.113 876 0 1 -4.77693 -74.4814 -204.45 + 6 210.77 875 0 1 -4.85005 -74.7006 -204.606 + 6 129.495 863 6 1 -7.41317 -82.0616 -24.45 + 6 64.1904 489 6 0 -7.38814 -82.0515 -25.85 + 6 60.2924 490 6 0 -7.38468 -82.05 -26.058 + 6 170.793 490 5 0 -6.93244 -81.8925 -55.85 + 6 115.215 868 4 1 -6.28212 -81.8899 -84.45 + 6 101.732 490 4 0 -6.26737 -81.8679 -85.85 + 6 113.433 870 3 1 -5.97295 -81.3831 -114.45 + 6 175.712 872 2 1 -5.5388 -81.1989 -144.45 + 6 218.847 494 2 0 -5.52146 -81.2124 -145.85 + 6 162.771 873 0 1 -5.37036 -81.3865 -204.45 + 6 139.734 871 2 1 -5.65004 -81.2173 -144.693 + 6 162.939 863 8 1 -7.45 -81.9499 35.3462 + 6 8.53554 478 8 0 -6.53734 -84.4174 34.15 + 6 62.4639 477 8 0 -6.52794 -84.45 34.1345 + 6 49.9788 476 8 0 -6.47277 -84.65 34.0378 + 6 100.462 475 8 0 -6.40785 -84.85 33.9782 + 6 164.564 474 8 0 -6.32842 -85.05 33.9049 + 6 72.4828 473 8 0 -6.23886 -85.25 33.8716 + 6 57.1202 472 8 0 -6.15392 -85.45 33.8576 + 6 67.1435 471 8 0 -6.03849 -85.6502 33.8938 + 6 63.3193 470 8 0 -5.93601 -85.85 33.9741 + 6 150.736 469 8 0 -5.85572 -86.05 34.0971 + 6 36.5475 873 8 1 -5.27513 -88.7926 35.15 + 6 378.434 874 8 1 -5.24993 -88.896 35.1865 + 6 215.672 875 8 1 -5.05 -89.8945 35.4181 + 6 156.233 598 9 0 -0.4319 -60.4482 63.75 + 6 108.107 900 9 1 0.0502769 -60.1166 65.2601 + 6 87.0149 901 9 1 0.25 -60.126 65.4961 + 6 59.4269 902 9 1 0.45 -60.2593 65.4093 + 6 168.789 903 9 1 0.65 -60.307 65.4302 + 6 141.306 904 9 1 0.85 -60.2033 65.548 + 6 270.674 589 9 0 1.05992 -62.0894 64.1498 + 6 6.98434 590 9 0 2.03955 -62.031 64.15 + 6 95.9323 526 8 0 24.259 -74.813 33.75 + 6 120.527 492 7 0 -7.56116 -81.528 4.15 + 6 130.778 494 6 0 -7.68505 -81.1677 -25.85 + 6 465.734 861 5 1 -7.77397 -81.0959 -54.45 + 6 320.649 494 5 0 -7.78614 -81.0989 -55.85 + 6 139.173 857 3 1 -8.51825 -81.3544 -114.45 + 6 367.486 492 3 0 -8.54987 -81.45 -115.966 + 6 115.214 854 2 1 -9.12347 -83.2292 -144.45 + 6 116.652 483 2 0 -9.12297 -83.2779 -145.85 + 6 124.058 854 1 1 -9.14617 -84.1513 -174.45 + 6 123.193 479 1 0 -9.16765 -84.2041 -175.85 + 6 133.675 852 0 1 -9.5921 -85.3089 -204.45 + 6 159.784 473 0 0 -9.62063 -85.4058 -205.85 + 6 288.581 860 3 1 -7.9377 -81.4304 -114.45 + 6 145.811 850 2 1 -9.9513 -81.4187 -144.45 + 6 94.7217 834 1 1 -13.1972 -82.2387 -174.45 + 6 294.775 488 1 0 -13.263 -82.2863 -175.85 + 6 124.832 827 0 1 -14.5137 -83.219 -204.45 + 6 100.599 484 0 0 -14.6452 -83.2031 -205.85 + 6 161.371 204 4 0 153.744 -139.177 -86.25 + 6 225.124 1672 4 1 154.591 -139.155 -84.8499 + 6 122.053 1673 4 1 154.75 -139.195 -84.6749 + 6 152.979 1674 4 1 154.95 -139.469 -84.8158 + 6 59.0361 195 4 0 153.84 -141.096 -85.85 + 6 185.963 194 4 0 153.743 -141.15 -85.9202 + 6 15.4711 1666 4 1 153.514 -141.495 -84.85 + 6 15.3191 189 4 0 154.129 -142.161 -85.85 + 6 73.7853 859 3 1 -8.0682 -81.462 -114.45 + 6 125.422 858 3 1 -8.2501 -81.2492 -114.644 + 6 1.20426 499 3 0 -9.25135 -80.052 -115.85 + 6 82.125 500 3 0 -9.25312 -80.05 -115.852 + 6 116.04 501 3 0 -9.40778 -79.85 -116.008 + 6 223.793 502 3 0 -9.67542 -79.65 -116.037 + 6 59.3055 850 3 1 -9.96775 -79.2792 -114.85 + 6 219.388 849 3 1 -10.0501 -79.3403 -114.806 + 6 110.748 849 2 1 -10.1085 -82.0991 -144.45 + 6 156.635 838 1 1 -12.3236 -83.4339 -174.45 + 6 185.903 482 1 0 -12.5004 -83.5025 -175.85 + 6 86.1002 822 0 1 -15.5338 -85.6311 -204.45 + 6 132.076 823 0 1 -15.4499 -85.7789 -204.501 + 6 125.49 824 0 1 -15.2499 -86.1439 -204.629 + 6 97.4424 825 0 1 -15.0499 -86.5257 -204.765 + 6 76.2053 453 0 0 -13.625 -89.3859 -205.85 + 6 62.4837 452 0 0 -13.5928 -89.45 -205.874 + 6 75.6627 451 0 0 -13.4886 -89.6501 -205.95 + 6 143.658 450 0 0 -13.3841 -89.8511 -206.026 + 6 181.744 449 0 0 -13.2284 -90.15 -206.14 + 6 28.7355 448 0 0 -13.1236 -90.3502 -206.215 + 6 273.446 496 5 0 -7.76687 -80.8213 -55.85 + 6 133.297 864 4 1 -7.1697 -79.9027 -84.4507 + 6 395.741 500 4 0 -7.39793 -79.8613 -85.85 + 6 130.322 839 3 1 -12.0695 -79.1728 -114.45 + 6 56.1996 504 3 0 -12.4754 -79.2435 -115.85 + 6 89.4278 503 3 0 -12.5187 -79.25 -115.996 + 6 18.4483 795 2 1 -21.0314 -79.6822 -144.45 + 6 159.736 794 2 1 -21.05 -79.6752 -144.509 + 6 122.381 502 2 0 -21.4157 -79.5723 -145.85 + 6 470.154 762 1 1 -27.5265 -78.8514 -174.451 + 6 107.673 504 1 0 -27.6892 -79.0685 -175.85 + 6 56.2 744 0 1 -31.2291 -83.3649 -204.45 + 6 66.4164 743 0 1 -31.25 -83.4076 -204.654 + 6 106.733 481 0 0 -31.3749 -83.6878 -205.85 + 6 44.8547 493 5 0 -6.7773 -81.2503 -56.2032 + 6 118.394 866 4 1 -6.80369 -79.9962 -84.45 + 6 185.679 864 3 1 -7.1707 -81.0924 -114.45 + 6 99.3769 494 3 0 -7.20908 -81.1337 -115.85 + 6 103.838 860 2 1 -7.87955 -81.8726 -144.45 + 6 160.814 490 2 0 -7.99892 -81.8906 -145.85 + 6 300.193 848 1 1 -10.3991 -82.0989 -174.45 + 6 139.796 837 0 1 -12.6177 -81.5805 -204.45 + 6 6.3803 836 0 1 -12.65 -81.5647 -204.83 + 6 99.0471 492 0 0 -12.7327 -81.5194 -205.85 + 6 52.408 446 0 0 -16.5464 -90.7689 -206.25 + 6 402.311 493 1 0 -10.3346 -81.3894 -175.85 + 6 106.813 494 1 0 -10.3341 -81.25 -176.131 + 6 52.9843 839 0 1 -12.0894 -66.4594 -204.45 + 6 84.6494 838 0 1 -12.25 -66.5385 -204.608 + 6 66.6043 567 0 0 -13.2436 -66.6347 -205.85 + 6 62.7538 566 0 0 -13.3885 -66.65 -206.066 + 6 18.0773 467 0 0 -37.7737 -86.597 -206.25 + 6 262.826 466 0 0 -37.7983 -86.6502 -206.193 + 6 36.4044 465 0 0 -37.8535 -86.85 -205.924 + 6 18.4602 711 0 1 -37.6588 -88.141 -204.85 + 6 574.355 712 0 1 -37.65 -88.1949 -204.805 + 6 61.0578 592 1 1 -61.5404 -80.3279 -174.85 + 6 94.4325 591 1 1 -61.65 -80.26 -174.757 + 6 172.748 590 1 1 -61.8503 -80.1077 -174.564 + 6 139.835 589 1 1 -62.0505 -79.9911 -174.469 + 6 53.8317 491 1 0 -60.9555 -81.65 -176.091 + 6 55.6986 490 1 0 -60.9898 -81.85 -176.102 + 6 104.58 588 1 1 -62.25 -82.5948 -174.81 + 6 26.8113 713 0 1 -37.45 -88.8308 -204.573 +Number of digits in this event = 103 +Using G4ParticleGun ... +1.68032 LIN e- Event: 7 -Number of tracker hits in this event = 67 - 7 170.601 704 9 1 -39.0848 123.27 65.55 - 7 121.028 1515 9 0 -39.0848 123.269 64.15 - 7 125.08 704 8 1 -39.0882 123.227 35.55 - 7 102.388 1515 8 0 -39.0876 123.228 34.15 - 7 124.3 704 7 1 -39.0699 123.256 5.55 - 7 124.223 1515 7 0 -39.0702 123.255 4.15 - 7 104.082 704 6 1 -39.0704 123.242 -24.45 - 7 99.6771 1515 6 0 -39.0743 123.24 -25.85 - 7 259.031 704 5 1 -39.1544 123.188 -54.45 - 7 184.974 1515 5 0 -39.1598 123.187 -55.85 - 7 126.151 703 4 1 -39.2588 123.16 -84.45 - 7 118.332 1515 4 0 -39.2613 123.166 -85.85 - 7 122.655 703 3 1 -39.3169 123.296 -114.45 - 7 106.361 1515 3 0 -39.3213 123.303 -115.85 - 7 141.266 703 2 1 -39.4134 123.467 -144.45 - 7 140.733 1516 2 0 -39.4186 123.475 -145.85 - 7 340.423 702 1 1 -39.517 123.635 -174.45 - 7 127.634 1517 1 0 -39.5228 123.644 -175.85 - 7 197.54 702 0 1 -39.6384 123.837 -204.45 - 7 96.3709 1518 0 0 -39.6451 123.847 -205.85 - 7 10.3769 918 0 0 -14.1557 3.80961 -206.25 - 7 88.1717 917 0 0 -14.1565 3.65 -205.967 - 7 0.107125 838 0 1 -12.2508 4.8245 -204.85 - 7 207.419 839 0 1 -12.25 4.82523 -204.85 - 7 179.443 1120 1 0 -41.2213 44.25 -176.024 - 7 3.4836 1119 1 0 -41.2294 44.05 -176.101 - 7 72.3589 701 1 1 -39.6502 123.742 -174.696 - 7 32.7239 1522 1 0 -40.4874 124.679 -175.85 - 7 139.175 1523 1 0 -40.5499 124.75 -175.935 - 7 23.4258 1524 1 0 -40.6055 124.95 -176.187 - 7 145.328 1515 1 0 -39.5476 123.275 -175.85 - 7 8.67907 697 0 1 -40.641 118.861 -204.451 - 7 190.421 696 0 1 -40.65 118.859 -204.472 - 7 129.726 1492 0 0 -41.2864 118.743 -205.85 - 7 53.92 1382 2 0 -92.2547 96.7305 -146.25 - 7 81.9684 841 2 1 -11.85 140.431 -144.722 - 7 214.236 434 2 1 -93.2641 96.3875 -144.85 - 7 279.066 433 2 1 -93.35 96.3613 -144.535 - 7 71.451 1386 2 0 -93.7972 97.4347 -145.85 - 7 261.475 1387 2 0 -93.8885 97.55 -145.974 - 7 257.416 1388 2 0 -94.1659 97.75 -146.101 - 7 115.086 1516 5 0 -39.1054 123.357 -55.8503 - 7 124.026 715 4 1 -36.8803 125.751 -84.45 - 7 142.405 1529 4 0 -37.1054 125.95 -85.85 - 7 25.232 687 3 1 -42.6378 131.927 -114.45 - 7 149.244 686 3 1 -42.65 131.974 -114.496 - 7 43.944 1566 3 0 -43.0465 133.421 -115.85 - 7 119.26 1567 3 0 -43.0827 133.55 -115.975 - 7 21.2254 1568 3 0 -43.1297 133.75 -116.187 - 7 126.005 657 2 1 -48.496 160.47 -144.45 - 7 19.7475 1704 2 0 -48.5038 161.118 -145.85 - 7 134.306 1705 2 0 -48.5055 161.15 -145.921 - 7 106.696 660 1 1 -47.9532 171.253 -174.45 - 7 55.8248 661 1 1 -47.85 171.319 -174.738 - 7 160.653 1756 1 0 -47.381 171.461 -175.85 - 7 115.487 725 0 1 -34.9123 176.294 -204.45 - 7 113.866 1782 0 0 -35.1653 176.669 -205.85 - 7 18.6871 1783 0 0 -35.2378 176.75 -206.181 - 7 105.734 705 5 1 -39.05 123.217 -54.5652 - 7 65.2771 1518 5 0 -37.9996 123.866 -55.85 - 7 155.936 1519 5 0 -37.8724 123.95 -55.9824 - 7 140.258 897 4 1 -0.591386 139.354 -84.45 - 7 186.158 896 4 1 -0.650658 139.323 -84.4748 - 7 93.2159 898 4 1 -0.449939 138.517 -84.5493 - 7 70.3129 899 4 1 -0.25 138.32 -84.7674 - 7 140.536 900 4 1 0.05 137.973 -84.7893 - 7 175.591 901 4 1 0.25 137.864 -84.6339 -Number of digits in this event = 37 +Number of tracker hits in this event = 59 + 7 104.358 303 9 1 -119.376 -26.2793 65.55 + 7 114.055 768 9 0 -119.376 -26.2835 64.15 + 7 166.334 303 8 1 -119.411 -26.3802 35.55 + 7 171.839 768 8 0 -119.411 -26.3813 34.15 + 7 140.927 303 7 1 -119.42 -26.4054 5.55 + 7 106.01 768 7 0 -119.425 -26.4101 4.15 + 7 113.462 303 6 1 -119.518 -26.4696 -24.45 + 7 115.721 767 6 0 -119.523 -26.4723 -25.85 + 7 105.35 302 5 1 -119.634 -26.5245 -54.45 + 7 109.219 767 5 0 -119.64 -26.5302 -55.85 + 7 236.876 301 4 1 -119.761 -26.6419 -84.45 + 7 134.395 767 4 0 -119.764 -26.6467 -85.85 + 7 136.818 301 3 1 -119.815 -26.7501 -114.45 + 7 177.88 766 3 0 -119.82 -26.7603 -115.85 + 7 145.716 301 2 1 -119.909 -26.9669 -144.45 + 7 36.3537 300 2 1 -119.95 -27.0171 -144.706 + 7 130.577 763 2 0 -120.116 -27.26 -145.85 + 7 132.76 266 1 1 -126.85 -34.0335 -174.45 + 7 7.5544 729 1 0 -126.931 -34.2467 -175.85 + 7 109.795 728 1 0 -126.932 -34.25 -175.873 + 7 118.079 255 0 1 -129.108 -37.1794 -204.451 + 7 35.6523 712 0 0 -128.843 -37.6031 -205.85 + 7 93.2561 711 0 0 -128.811 -37.6501 -205.983 + 7 32.2446 281 8 0 -40.4758 -123.873 33.75 + 7 92.3797 280 8 0 -40.4938 -123.95 33.838 + 7 90.0838 279 8 0 -40.4756 -124.15 33.9698 + 7 6.61374 278 8 0 -40.3883 -124.35 34.1444 + 7 17.9658 724 8 1 -35.0915 -133.256 35.15 + 7 315.174 725 8 1 -35.05 -133.311 35.1618 + 7 84.7026 726 8 1 -34.8498 -133.155 35.1563 + 7 7.96793 300 4 1 -119.95 -26.7173 -84.8258 + 7 92.0138 766 4 0 -120.345 -26.8291 -85.85 + 7 60.5323 765 4 0 -120.43 -26.85 -86.0694 + 7 19.731 244 3 1 -131.309 -29.9757 -114.45 + 7 102.25 243 3 1 -131.35 -30.0154 -114.518 + 7 39.7711 242 3 1 -131.55 -30.1814 -114.767 + 7 24.9874 746 3 0 -132.513 -30.7999 -115.85 + 7 105.263 745 3 0 -132.578 -30.8504 -115.92 + 7 93.9569 744 3 0 -132.784 -31.0503 -116.117 + 7 283.099 518 3 0 -109.292 -76.3693 -116.25 + 7 74.5302 363 3 1 -107.537 -76.7788 -114.85 + 7 68.4461 364 3 1 -107.35 -76.8131 -114.718 + 7 56.6671 365 3 1 -107.15 -76.8371 -114.546 + 7 184.953 367 3 1 -106.748 -77.1476 -114.45 + 7 467.819 517 3 0 -106.44 -76.4964 -115.85 + 7 9.79623 516 3 0 -106.271 -76.6505 -116.233 + 7 131.285 300 1 1 -120.133 -26.6414 -174.45 + 7 51.8726 771 1 0 -119.868 -25.7525 -175.85 + 7 94.5927 772 1 0 -119.835 -25.6499 -175.997 + 7 102.099 332 0 1 -113.709 -4.89226 -204.451 + 7 6.53123 877 0 0 -113.193 -4.45712 -205.85 + 7 120.42 878 0 0 -113.183 -4.45 -205.878 + 7 141.972 299 1 1 -120.15 -26.6694 -174.47 + 7 157.882 769 1 0 -120.769 -26.1934 -175.85 + 7 95.7792 225 0 1 -135.061 -18.7092 -204.45 + 7 88.3479 224 0 1 -135.15 -18.6531 -204.628 + 7 119.251 809 0 0 -135.65 -18.1574 -205.85 + 7 49.4545 810 0 0 -135.74 -18.05 -206.107 + 7 128.082 766 1 0 -120.107 -26.7025 -175.85 +Number of digits in this event = 21 Using G4ParticleGun ... -3.98857 LIN +6.67301 LIN e- Event: 8 -Number of tracker hits in this event = 59 - 8 128.008 554 10 1 -69.0708 65.1387 95.55 - 8 144.912 1225 10 0 -69.072 65.1413 94.15 - 8 117.475 554 9 1 -69.0986 65.1918 65.55 - 8 134.147 1225 9 0 -69.1 65.1933 64.15 - 8 261.294 554 8 1 -69.1353 65.2264 35.55 - 8 113.44 1225 8 0 -69.1427 65.2387 34.15 - 8 119.974 553 7 1 -69.314 65.4502 5.55 - 8 118.14 1227 7 0 -69.3243 65.4662 4.15 - 8 130.234 552 6 1 -69.5771 65.8045 -24.45 - 8 93.191 1228 6 0 -69.5868 65.8187 -25.85 - 8 129.886 551 5 1 -69.798 66.1386 -54.45 - 8 225.349 1230 5 0 -69.8183 66.1395 -55.85 - 8 99.2959 549 4 1 -70.2391 66.1311 -84.45 - 8 6.23942 548 4 1 -70.25 66.1308 -84.8313 - 8 119.324 1230 4 0 -70.2783 66.1296 -85.85 - 8 95.8182 545 3 1 -71.0422 66.1559 -114.45 - 8 12.4595 544 3 1 -71.05 66.1552 -114.809 - 8 153.214 1230 3 0 -71.0715 66.1525 -115.85 - 8 108.701 541 2 1 -71.6603 66.1246 -144.45 - 8 224.687 1230 2 0 -71.684 66.1377 -145.85 - 8 151.086 539 1 1 -72.1971 66.4393 -174.45 - 8 170.127 1232 1 0 -72.2049 66.4591 -175.85 - 8 220.986 538 0 1 -72.3964 66.8291 -204.45 - 8 163.429 1234 0 0 -72.3997 66.8592 -205.85 - 8 157.92 538 1 1 -72.2501 66.4259 -174.464 - 8 1.8504 563 1 1 -67.2599 65.7754 -174.45 - 8 68.5468 564 1 1 -67.25 65.771 -174.453 - 8 60.0112 565 1 1 -67.05 65.6735 -174.527 - 8 59.7746 566 1 1 -66.85 65.5925 -174.609 - 8 63.4842 567 1 1 -66.65 65.5136 -174.686 - 8 70.0733 568 1 1 -66.4493 65.4348 -174.763 - 8 144.024 1222 1 0 -64.2032 64.5625 -175.85 - 8 265.581 1221 1 0 -63.8685 64.45 -175.989 - 8 59.4165 1220 1 0 -63.1299 64.25 -176.207 - 8 44.1668 1198 0 1 59.6621 35.3432 -204.45 - 8 98.7251 1197 0 1 59.65 35.4924 -204.584 - 8 8.23686 1083 0 0 59.3569 36.8235 -205.85 - 8 61.1942 1084 0 0 59.353 36.8509 -205.871 - 8 64.9904 1085 0 0 59.3352 37.05 -206.005 - 8 48.0667 1086 0 0 59.3033 37.25 -206.143 - 8 116.814 1181 0 0 53.3598 56.42 -206.25 - 8 32.1956 1164 0 1 52.8908 56.1463 -204.85 - 8 93.6165 1163 0 1 52.85 56.1422 -204.751 - 8 81.2055 1162 0 1 52.65 56.2442 -204.525 - 8 54.4447 1161 0 1 52.45 56.6207 -204.647 - 8 71.613 1182 0 0 52.2484 56.5924 -205.85 - 8 78.5255 1183 0 0 52.2914 56.65 -205.997 - 8 44.5578 1184 0 0 52.2494 56.85 -206.203 - 8 126.398 561 1 1 -67.6861 65.9306 -174.45 - 8 162.199 1229 1 0 -67.7192 65.9002 -175.85 - 8 11.0122 552 0 1 -69.6385 63.3404 -204.45 - 8 128.427 551 0 1 -69.65 63.3599 -204.48 - 8 92.2195 1221 0 0 -70.1442 64.3374 -205.85 - 8 93.1192 1222 0 0 -70.1977 64.45 -206.016 - 8 240.677 937 3 0 105.159 7.62055 -116.25 - 8 1.67547 1428 3 1 105.948 7.048 -114.85 - 8 106.71 1429 3 1 105.95 7.04648 -114.846 - 8 97.1832 1430 3 1 106.15 6.9169 -114.685 - 8 96.4759 578 6 1 -64.45 120.772 -24.7945 -Number of digits in this event = 22 +Number of tracker hits in this event = 74 + 8 111.86 1645 7 1 149.225 3.35737 5.55 + 8 141.206 916 7 0 149.225 3.35815 4.15 + 8 110.066 1645 6 1 149.209 3.36981 -24.45 + 8 230.307 916 6 0 149.207 3.37046 -25.85 + 8 288.092 1645 5 1 149.164 3.38719 -54.45 + 8 120.014 916 5 0 149.164 3.38835 -55.85 + 8 206.396 1644 4 1 149.145 3.41126 -84.45 + 8 132.911 916 4 0 149.146 3.4114 -85.85 + 8 413.66 1645 3 1 149.161 3.41434 -114.45 + 8 358.337 916 3 0 149.163 3.41471 -115.85 + 8 134.251 1645 2 1 149.198 3.42129 -144.45 + 8 257.614 916 2 0 149.202 3.42301 -145.85 + 8 117.171 1645 1 1 149.282 3.4604 -174.45 + 8 174.312 917 1 0 149.284 3.46304 -175.85 + 8 138.142 1645 0 1 149.334 3.5304 -204.45 + 8 102.916 917 0 0 149.337 3.53518 -205.85 + 8 103.792 1764 1 1 173.112 -4.5411 -174.85 + 8 175.208 876 1 0 172.679 -4.732 -175.85 + 8 107.901 917 3 0 149.11 3.5507 -115.85 + 8 82.5041 1637 2 1 147.678 5.8965 -144.45 + 8 27.7513 1638 2 1 147.75 5.78936 -144.745 + 8 130.574 926 2 0 148.067 5.39866 -145.85 + 8 103.866 1684 1 1 156.986 -3.3842 -174.451 + 8 174.449 881 1 0 157.08 -3.65842 -175.85 + 8 14.7489 1706 0 1 161.361 -7.39269 -204.45 + 8 135.681 1705 0 1 161.35 -7.37452 -204.501 + 8 143.513 866 0 0 160.972 -6.82859 -205.85 + 8 207.284 1371 3 0 175.36 94.35 -116.245 + 8 65.7209 925 2 0 148.164 5.25 -146.216 + 8 376.12 1643 2 1 148.865 3.4706 -144.45 + 8 144.238 1633 1 1 146.913 1.02688 -174.45 + 8 110.206 904 1 0 146.82 0.920275 -175.85 + 8 135.717 1625 0 1 145.234 -0.977561 -204.45 + 8 125.022 894 0 0 145.046 -1.19068 -205.85 + 8 11.5275 893 0 0 144.999 -1.25 -206.225 + 8 346.225 1642 2 1 148.75 3.30726 -144.546 + 8 191.484 913 2 0 149.391 2.68116 -145.85 + 8 246.426 1643 1 1 148.837 3.1354 -174.45 + 8 133.91 915 1 0 148.789 3.07293 -175.85 + 8 209.956 1639 0 1 147.992 1.99938 -204.45 + 8 38.7372 909 0 0 147.897 1.85918 -205.85 + 8 105.395 908 0 0 147.891 1.85 -205.942 + 8 132.951 660 0 1 -47.85 62.4629 -204.767 + 8 28.0915 1640 0 1 148.15 2.01236 -204.774 + 8 58.7991 913 0 0 149.317 2.71593 -205.85 + 8 13.1502 914 0 0 149.385 2.85 -205.854 + 8 341.971 1656 0 1 151.476 5.2463 -204.85 + 8 87.6078 1657 0 1 151.55 5.38 -204.775 + 8 46.3583 1644 1 1 148.95 3.03745 -174.674 + 8 122.876 913 1 0 149.884 2.71286 -175.85 + 8 2.934 1043 1 0 155.285 28.8408 -176.25 + 8 131.534 1044 1 0 155.283 28.85 -176.24 + 8 40.6487 1045 1 0 155.2 29.05 -175.982 + 8 23.477 1673 1 1 154.769 30.0938 -174.85 + 8 232.283 1672 1 1 154.75 30.1431 -174.8 + 8 59.2159 1671 1 1 154.55 30.2955 -174.725 + 8 141.411 1050 1 0 153.868 30.235 -175.85 + 8 17.9888 1051 1 0 153.784 30.25 -176.054 + 8 116.803 847 1 0 150.774 -10.5202 -176.25 + 8 150.901 846 1 0 151.006 -10.65 -176.083 + 8 75.6616 1659 1 1 152.039 -10.874 -174.85 + 8 159.272 1660 1 1 152.15 -10.8958 -174.787 + 8 78.8027 1661 1 1 152.35 -10.9079 -174.742 + 8 217.204 848 1 0 152.938 -10.45 -175.885 + 8 292.004 1644 3 1 149.071 3.42784 -114.45 + 8 154.771 920 3 0 149.229 4.10918 -115.85 + 8 27.9114 921 3 0 149.334 4.25006 -116.204 + 8 117.933 1594 2 1 139.067 3.57584 -144.45 + 8 257.818 917 2 0 138.714 3.55242 -145.85 + 8 88.0218 1576 1 1 135.422 3.5829 -174.45 + 8 178.724 1577 1 1 135.55 3.49952 -174.592 + 8 58.415 916 1 0 136.44 3.43312 -175.85 + 8 102.517 882 1 0 140.808 -3.4926 -176.25 + 8 142.485 1605 1 1 141.207 -4.49402 -174.85 +Number of digits in this event = 43 Using G4ParticleGun ... -9.83106 LIN +3.34164 LIN e- Event: 9 -Number of tracker hits in this event = 38 - 9 120.55 1299 9 1 80.0379 -106.012 65.55 - 9 120.307 370 9 0 80.037 -106.012 64.15 - 9 108.664 1299 8 1 80.0167 -106.007 35.55 - 9 105.315 370 8 0 80.0155 -106.007 34.15 - 9 111.834 1299 7 1 79.996 -106.012 5.55 - 9 103.286 370 7 0 79.9951 -106.013 4.15 - 9 132.332 1299 6 1 79.9778 -106.027 -24.45 - 9 107.492 370 6 0 79.9796 -106.026 -25.85 - 9 99.739 1299 5 1 80.0136 -105.99 -54.45 - 9 133.624 370 5 0 80.0165 -105.986 -55.85 - 9 150.283 1300 4 1 80.07 -105.912 -84.45 - 9 177.697 371 4 0 80.0731 -105.908 -85.85 - 9 119.451 1300 3 1 80.1414 -105.836 -114.45 - 9 146.005 371 3 0 80.1454 -105.832 -115.85 - 9 106.754 1300 2 1 80.2252 -105.742 -144.45 - 9 135.765 372 2 0 80.2291 -105.738 -145.85 - 9 108.385 1301 1 1 80.3159 -105.653 -174.45 - 9 103.006 372 1 0 80.3217 -105.65 -175.85 - 9 358.604 1301 0 1 80.4454 -105.6 -204.45 - 9 127.01 372 0 0 80.4498 -105.597 -205.85 - 9 105.913 375 0 0 80.2965 -105.113 -205.85 - 9 2.83529 863 4 1 -7.25 -138.875 -84.8331 - 9 274.309 1299 2 1 79.8836 -106.041 -144.45 - 9 350.791 370 2 0 79.8711 -106.045 -145.85 - 9 154.086 1298 1 1 79.7863 -106.161 -174.45 - 9 119.886 369 1 0 79.7374 -106.249 -175.85 - 9 106.098 1291 0 1 78.3602 -108.142 -204.45 - 9 127.879 359 0 0 78.2616 -108.181 -205.85 - 9 38.4253 1174 7 0 35.288 54.85 3.82021 - 9 139.021 1299 1 1 79.8867 -106.115 -174.45 - 9 114.177 370 1 0 79.8854 -106.122 -175.85 - 9 261.711 1299 0 1 79.8683 -106.286 -204.45 - 9 121.044 369 0 0 79.872 -106.292 -205.85 - 9 125.556 1297 2 1 79.471 -105.615 -144.85 - 9 219.537 1298 0 1 79.8359 -106.035 -204.45 - 9 235.486 370 0 0 79.8411 -106.045 -205.85 - 9 121.458 1420 7 1 104.305 -132.388 5.15 - 9 30.1548 1421 7 1 104.35 -132.443 5.37699 -Number of digits in this event = 24 +Number of tracker hits in this event = 23 + 9 142.603 1307 7 1 81.5827 -121.808 5.55 + 9 136.048 291 7 0 81.5824 -121.809 4.15 + 9 135.449 1307 6 1 81.5819 -121.825 -24.45 + 9 133.965 291 6 0 81.5829 -121.826 -25.85 + 9 151.193 1307 5 1 81.5903 -121.858 -54.45 + 9 131.69 291 5 0 81.5913 -121.86 -55.85 + 9 132.874 1307 4 1 81.6088 -121.905 -84.45 + 9 124.817 291 4 0 81.6106 -121.908 -85.85 + 9 118.181 1307 3 1 81.6482 -121.977 -114.45 + 9 129.3 290 3 0 81.6476 -121.971 -115.85 + 9 102.191 1308 2 1 81.6502 -121.824 -144.45 + 9 109.203 291 2 0 81.6949 -121.833 -145.85 + 9 181.318 1313 1 1 82.6921 -122.022 -174.45 + 9 139.843 290 1 0 82.8394 -122.078 -175.85 + 9 129.186 1330 0 1 86.0813 -123.328 -204.45 + 9 232.1 284 0 0 86.2317 -123.345 -205.85 + 9 103.616 299 2 0 79.5583 -120.28 -145.85 + 9 77.2205 300 2 0 79.5441 -120.15 -145.884 + 9 35.2365 992 0 1 18.65 -147.415 -204.605 + 9 40.9308 356 6 0 -103.102 -108.907 -26.25 + 9 60.9799 158 8 0 7.08287 -148.449 33.75 + 9 159.662 935 8 1 7.16369 -147.737 35.15 + 9 28.3065 138 0 0 0.556017 -152.35 -206.011 +Number of digits in this event = 17 Using G4ParticleGun ... -1.82217 LIN +8.74368 LIN e- Event: 10 -Number of tracker hits in this event = 106 - 10 117.921 664 11 0 69.6721 -47.1042 124.15 - 10 127.252 1248 10 1 69.7352 -47.1046 95.55 - 10 106.731 664 10 0 69.7345 -47.1047 94.15 - 10 104.306 1248 9 1 69.7189 -47.1067 65.55 - 10 165.588 664 9 0 69.7193 -47.1056 64.15 - 10 307.882 1248 8 1 69.7323 -47.091 35.55 - 10 114.467 664 8 0 69.7315 -47.0896 34.15 - 10 110.386 1248 7 1 69.7448 -47.0893 5.55 - 10 135.143 664 7 0 69.7411 -47.0961 4.15 - 10 121.48 1248 6 1 69.6912 -47.25 -24.45 - 10 107.34 663 6 0 69.6823 -47.2592 -25.85 - 10 96.8287 1247 5 1 69.4938 -47.4267 -54.45 - 10 111.939 663 5 0 69.476 -47.4326 -55.85 - 10 177.341 1245 4 1 69.0828 -47.5488 -84.45 - 10 128.466 662 4 0 69.0708 -47.5396 -85.85 - 10 268.667 1243 3 1 68.7898 -47.3939 -114.45 - 10 124.368 663 3 0 68.7775 -47.3918 -115.85 - 10 125.818 1242 2 1 68.5088 -47.3844 -144.45 - 10 197.994 663 2 0 68.4985 -47.3782 -145.85 - 10 197.81 1241 1 1 68.2908 -47.239 -174.45 - 10 308.78 664 1 0 68.2754 -47.2259 -175.85 - 10 117.521 1239 0 1 67.9506 -46.9728 -204.45 - 10 263.368 665 0 0 67.9304 -46.9562 -205.85 - 10 97.9665 486 2 0 2.15347 -82.6607 -146.25 - 10 51.649 485 2 0 2.00306 -82.85 -146.08 - 10 81.692 484 2 0 1.93952 -83.05 -146.093 - 10 66.2224 314 2 0 -9.89204 -117.215 -146.25 - 10 229.688 313 2 0 -9.81407 -117.35 -146.095 - 10 63.9869 850 2 1 -10.016 -117.098 -144.85 - 10 346.162 849 2 1 -10.0502 -116.992 -144.746 - 10 68.9038 665 3 0 65.0926 -46.9549 -115.85 - 10 196.58 1219 3 1 64.0067 -47.0507 -114.85 - 10 156.128 1244 3 1 68.85 -47.3937 -114.735 - 10 128.154 1245 3 1 69.0502 -47.6963 -114.6 - 10 171.692 658 3 0 69.3415 -48.3204 -115.85 - 10 73.5052 657 3 0 69.4626 -48.45 -116.151 - 10 93.5815 1244 4 1 69.05 -47.569 -84.5625 - 10 421.317 661 4 0 68.5548 -47.7783 -85.85 - 10 179.112 1185 3 1 57.1903 -46.9926 -114.45 - 10 67.8578 671 3 0 56.9821 -45.8103 -115.85 - 10 73.1549 672 3 0 56.9572 -45.6498 -116.052 - 10 79.3793 713 3 0 13.8232 -37.3526 -116.25 - 10 113.601 712 3 0 13.6002 -37.45 -116.07 - 10 2.09863 711 3 0 13.3533 -37.6501 -115.851 - 10 2.86377 958 3 1 11.6565 -39.1511 -114.85 - 10 65.2589 957 3 1 11.65 -39.1569 -114.846 - 10 124.516 956 3 1 11.45 -39.3173 -114.722 - 10 293.007 955 3 1 11.2496 -39.4684 -114.57 - 10 5.44441 670 3 0 7.72649 -45.85 -116.059 - 10 2.04961 798 3 1 -20.25 -33.1758 -114.505 - 10 77.3837 954 3 1 11.05 -39.8676 -114.552 - 10 102.459 1246 3 1 69.3211 -47.9049 -114.45 - 10 85.1273 660 3 0 69.1955 -47.9684 -115.85 - 10 94.3765 1234 2 1 66.9926 -50.0855 -144.45 - 10 121.376 649 2 0 67.0204 -50.1442 -145.85 - 10 112.692 1237 1 1 67.6068 -51.6091 -174.45 - 10 195.775 641 1 0 67.5803 -51.7567 -175.85 - 10 152.931 1229 0 1 65.9694 -56.006 -204.45 - 10 46.5064 617 0 0 65.874 -56.5999 -205.85 - 10 89.3375 616 0 0 65.8633 -56.6503 -205.98 - 10 229.759 1247 4 1 69.4677 -47.6959 -84.4507 - 10 160.093 1249 3 1 69.8942 -47.8393 -114.45 - 10 233.979 661 3 0 70.0461 -47.808 -115.85 - 10 97.241 1265 2 1 73.1754 -46.9171 -144.45 - 10 111.066 665 2 0 73.2694 -46.9431 -145.851 - 10 101.539 1277 1 1 75.4671 -46.8921 -174.45 - 10 128.117 665 1 0 75.6619 -46.8867 -175.85 - 10 135.997 1296 0 1 79.4166 -46.8429 -204.45 - 10 4.45018 1295 0 1 79.25 -47.0071 -204.835 - 10 244.125 662 0 0 78.8313 -47.4532 -205.85 - 10 119.013 1231 3 1 66.3029 -46.9995 -114.45 - 10 148.286 667 3 0 66.5013 -46.65 -115.85 - 10 163.562 1257 2 1 71.5974 -38.2462 -144.45 - 10 17.3765 1258 2 1 71.65 -37.9306 -144.809 - 10 127.758 715 2 0 71.895 -37.0389 -145.85 - 10 93.7526 716 2 0 71.9502 -36.8499 -146.073 - 10 28.0548 1301 1 1 80.4123 -6.2796 -174.45 - 10 75.3053 1302 1 1 80.45 -6.24611 -174.577 - 10 123.224 870 1 0 80.9959 -5.91446 -175.85 - 10 102.791 1349 0 1 90.0013 -3.95951 -204.45 - 10 60.5153 881 0 0 90.2716 -3.68851 -205.85 - 10 69.0312 882 0 0 90.3097 -3.64999 -206.044 - 10 0.294208 802 0 0 114.768 -19.6471 -206.25 - 10 98.3752 801 0 0 114.77 -19.65 -206.248 - 10 172.595 800 0 0 114.924 -19.85 -206.088 - 10 37.0418 799 0 0 115.105 -20.05 -205.9 - 10 55.665 1480 0 1 116.177 -20.9612 -204.85 - 10 150.214 1481 0 1 116.35 -21.0644 -204.746 - 10 74.4493 1482 0 1 116.55 -21.16 -204.675 - 10 68.7995 1483 0 1 116.75 -21.2835 -204.604 - 10 70.6654 1484 0 1 116.95 -21.4141 -204.532 - 10 19.8148 1485 0 1 117.283 -21.6206 -204.45 - 10 51.2354 1486 0 1 117.35 -21.6534 -204.464 - 10 59.1179 1487 0 1 117.55 -21.7428 -204.528 - 10 48.0385 1488 0 1 117.75 -21.8069 -204.594 - 10 89.2015 1489 0 1 117.95 -21.8753 -204.674 - 10 31.4845 1490 0 1 118.15 -21.9957 -204.768 - 10 46.6829 787 0 0 119.263 -22.6112 -205.85 - 10 117.054 786 0 0 119.335 -22.65 -205.934 - 10 165.794 1247 1 1 69.5163 -47.4036 -174.45 - 10 128.424 663 1 0 69.518 -47.4083 -175.85 - 10 117.344 1247 0 1 69.5679 -47.4945 -204.45 - 10 239.242 1683 1 1 156.75 48.6058 -174.79 - 10 59.483 1187 4 1 57.4786 -128.441 -84.45 - 10 129.22 1246 1 1 69.45 -47.4284 -174.581 - 10 131.923 661 1 0 68.6671 -47.6634 -175.85 -Number of digits in this event = 47 +Number of tracker hits in this event = 99 + 10 136.817 580 11 1 -63.9418 -30.148 125.55 + 10 102.82 749 11 0 -63.9427 -30.1483 124.15 + 10 145.992 580 10 1 -63.9647 -30.1491 95.55 + 10 104.32 749 10 0 -63.9658 -30.1493 94.15 + 10 115.724 580 9 1 -63.9857 -30.1515 65.55 + 10 102.759 749 9 0 -63.9863 -30.1509 64.15 + 10 330.349 580 8 1 -64.001 -30.1424 35.55 + 10 262.666 749 8 0 -64.0019 -30.1416 34.15 + 10 125.097 580 7 1 -64.0186 -30.1248 5.55 + 10 164.44 749 7 0 -64.0202 -30.1245 4.15 + 10 130.386 579 6 1 -64.0553 -30.1169 -24.45 + 10 215.676 749 6 0 -64.0571 -30.1162 -25.85 + 10 145.335 579 5 1 -64.0895 -30.1048 -54.45 + 10 180.596 749 5 0 -64.0908 -30.1052 -55.85 + 10 120.634 579 4 1 -64.1181 -30.1129 -84.45 + 10 263.823 749 4 0 -64.121 -30.111 -85.85 + 10 114.621 579 3 1 -64.1784 -30.07 -114.45 + 10 102.676 749 3 0 -64.1802 -30.0672 -115.85 + 10 103.987 579 2 1 -64.2178 -30.0039 -144.45 + 10 149.403 750 2 0 -64.2213 -30.0014 -145.85 + 10 104.403 578 1 1 -64.2929 -29.944 -174.45 + 10 104.83 750 1 0 -64.2954 -29.9406 -175.85 + 10 164.876 578 0 1 -64.359 -29.8754 -204.45 + 10 103.529 750 0 0 -64.3587 -29.8749 -205.85 + 10 227.819 747 2 1 -30.5339 91.3709 -144.45 + 10 14.3274 1356 2 0 -29.6825 91.5464 -145.85 + 10 194.722 1357 2 0 -29.6579 91.5503 -145.868 + 10 27.3021 1699 1 1 159.95 91.3076 -174.756 + 10 217.943 702 0 1 -39.6233 -49.2337 -204.45 + 10 82.5364 701 0 1 -39.65 -49.2064 -204.499 + 10 532.188 579 0 1 -64.182 -30.105 -204.45 + 10 244.992 749 0 0 -64.1839 -30.1008 -205.85 + 10 211.479 748 8 0 -64.136 -30.4227 34.15 + 10 80.8464 588 8 1 -62.3805 -30.7818 35.1505 + 10 53.4319 589 8 1 -62.2499 -30.9042 35.2094 + 10 52.6491 745 8 0 -63.6713 -30.8818 34.15 + 10 30.1946 746 8 0 -63.7173 -30.85 34.1409 + 10 52.1067 584 8 1 -63.1629 -29.4309 35.1501 + 10 394.972 580 4 1 -63.9916 -29.9422 -84.45 + 10 68.1604 762 4 0 -63.7625 -27.5864 -85.85 + 10 168.591 763 4 0 -63.774 -27.4497 -85.9363 + 10 0.970851 764 4 0 -63.9242 -27.25 -86.2421 + 10 70.9194 533 3 1 -73.3284 -19.3832 -114.45 + 10 92.5545 532 3 1 -73.45 -19.3369 -114.502 + 10 62.4869 531 3 1 -73.65 -19.2829 -114.68 + 10 136.481 802 3 0 -74.2919 -19.6402 -115.85 + 10 20.4011 801 3 0 -74.3179 -19.65 -115.91 + 10 52.1788 803 3 0 -74.275 -19.45 -116.141 + 10 168.5 903 0 1 0.655939 20.2949 -204.45 + 10 77.7475 904 0 1 0.85 19.7824 -204.735 + 10 172.191 995 0 0 1.80087 19.2106 -205.85 + 10 0.627672 929 0 1 6.04624 19.6679 -204.85 + 10 54.9512 930 0 1 6.05 19.6684 -204.849 + 10 86.4063 931 0 1 6.25032 19.6386 -204.826 + 10 121.016 932 0 1 6.4501 19.4214 -204.722 + 10 315.652 933 0 1 6.65 19.0654 -204.592 + 10 177.8 987 0 0 7.16573 17.6349 -205.851 + 10 43.9372 988 0 0 6.84964 17.65 -205.949 + 10 87.5173 928 0 1 5.77456 17.9864 -204.849 + 10 16.3538 984 0 0 5.65407 16.8775 -205.85 + 10 115.15 983 0 0 5.67103 16.85 -205.874 + 10 105.681 591 3 1 -61.8262 -29.7874 -114.45 + 10 104.26 752 3 0 -61.5845 -29.5528 -115.851 + 10 219.846 615 2 1 -56.9382 -24.3429 -144.45 + 10 117.641 779 2 0 -56.7906 -24.1861 -145.85 + 10 137.041 621 1 1 -55.7459 -23.0383 -174.45 + 10 40.5781 620 1 1 -55.8501 -22.9877 -174.757 + 10 123.924 786 1 0 -56.282 -22.7413 -175.85 + 10 25.0443 475 1 0 -94.1605 -84.9596 -176.25 + 10 194.55 474 1 0 -94.1979 -85.05 -176.212 + 10 57.975 473 1 0 -94.2569 -85.2509 -176.141 + 10 69.5089 472 1 0 -94.3129 -85.45 -176.047 + 10 69.2195 471 1 0 -94.3641 -85.65 -175.962 + 10 19.2938 470 1 0 -94.4367 -85.85 -175.873 + 10 74.6288 422 1 1 -95.6029 -88.0366 -174.85 + 10 98.9568 421 1 1 -95.75 -88.262 -174.741 + 10 97.0903 420 1 1 -95.95 -88.4868 -174.614 + 10 86.3967 419 1 1 -96.15 -88.723 -174.527 + 10 57.7511 417 1 1 -96.6051 -88.9278 -174.45 + 10 92.1418 416 1 1 -96.7502 -88.8515 -174.588 + 10 150.728 415 1 1 -96.95 -88.7445 -174.821 + 10 61.7249 457 1 0 -97.5726 -88.502 -175.85 + 10 87.0067 458 1 0 -97.6785 -88.4498 -176.008 + 10 17.5792 459 1 0 -97.858 -88.25 -176.199 + 10 3.37524 451 1 0 -97.1973 -89.7752 -175.85 + 10 45.7992 413 1 1 -97.4951 -90.9363 -174.85 + 10 20.9804 705 3 0 -43.8388 -39.0215 -116.25 + 10 121.486 704 3 0 -43.8089 -39.05 -116.194 + 10 10.4144 683 3 1 -43.2584 -39.8612 -114.85 + 10 199.884 684 3 1 -43.25 -39.8759 -114.828 + 10 4.33366 508 4 0 -33.948 -78.4391 -86.2499 + 10 76.156 507 4 0 -33.9467 -78.45 -86.2416 + 10 113.138 506 4 0 -33.9522 -78.65 -86.0595 + 10 19.6402 739 4 1 -32.1114 -79.8767 -84.85 + 10 86.6377 740 4 1 -32.0494 -79.9247 -84.8205 + 10 77.9966 741 4 1 -31.85 -80.0127 -84.6578 + 10 29.5087 742 4 1 -31.65 -80.0521 -84.5216 + 10 179.019 752 0 0 -64.3685 -29.5958 -205.85 + 10 159.835 753 0 0 -63.7785 -29.4445 -205.85 +Number of digits in this event = 38 Using G4ParticleGun ... -5.6797 LIN +7.66847 LIN e- Event: 11 -Number of tracker hits in this event = 21 - 11 84.7602 467 8 1 -86.5009 -117.316 35.4186 - 11 122.712 314 8 0 -86.501 -117.316 34.15 - 11 120.58 467 7 1 -86.5031 -117.312 5.55 - 11 146.496 314 7 0 -86.5044 -117.312 4.15 - 11 150.943 467 6 1 -86.5321 -117.296 -24.45 - 11 254.411 314 6 0 -86.5333 -117.295 -25.85 - 11 130.528 467 5 1 -86.5583 -117.286 -54.45 - 11 168.521 314 5 0 -86.5587 -117.286 -55.85 - 11 130.253 467 4 1 -86.5653 -117.288 -84.45 - 11 107.302 314 4 0 -86.5658 -117.291 -85.85 - 11 109.644 467 3 1 -86.5737 -117.339 -114.45 - 11 108.855 314 3 0 -86.5745 -117.342 -115.85 - 11 135.055 467 2 1 -86.5886 -117.403 -144.45 - 11 170.729 313 2 0 -86.589 -117.406 -145.85 - 11 155.893 467 1 1 -86.5974 -117.463 -174.45 - 11 219.254 313 1 0 -86.597 -117.466 -175.85 - 11 98.8637 467 0 1 -86.5959 -117.528 -204.45 - 11 150.912 313 0 0 -86.5959 -117.532 -205.85 - 11 26.9544 345 1 1 -110.95 -168.054 -174.703 - 11 40.7785 466 1 1 -86.6501 -117.459 -174.806 - 11 221.109 315 1 0 -87.1709 -117.044 -175.85 -Number of digits in this event = 17 +Number of tracker hits in this event = 33 + 11 109.312 308 8 1 -118.519 -68.8339 35.55 + 11 157.574 556 8 0 -118.52 -68.8343 34.15 + 11 117.962 308 7 1 -118.534 -68.8422 5.55 + 11 121.74 556 7 0 -118.535 -68.8434 4.15 + 11 160.667 307 6 1 -118.552 -68.867 -24.45 + 11 138.767 555 6 0 -118.554 -68.8687 -25.85 + 11 207.418 307 5 1 -118.592 -68.9038 -54.45 + 11 116.175 555 5 0 -118.596 -68.9058 -55.85 + 11 161.877 307 4 1 -118.67 -68.9484 -84.45 + 11 168.895 555 4 0 -118.674 -68.9499 -85.85 + 11 147.047 307 3 1 -118.748 -68.9837 -114.45 + 11 97.9941 555 3 0 -118.751 -68.9844 -115.85 + 11 123.469 306 2 1 -118.81 -68.9968 -144.45 + 11 128.797 555 2 0 -118.814 -68.9968 -145.85 + 11 119.852 306 1 1 -118.912 -69.0001 -174.45 + 11 136.544 555 1 0 -118.917 -68.9995 -175.85 + 11 124.084 305 0 1 -119.038 -68.9812 -204.45 + 11 124.479 555 0 0 -119.046 -68.9795 -205.85 + 11 609.084 556 5 0 -118.487 -68.7165 -55.85 + 11 1.01152 557 5 0 -118.45 -68.6499 -56.2455 + 11 54.2523 323 4 1 -115.394 -63.3575 -84.45 + 11 64.6828 322 4 1 -115.55 -63.3991 -84.6193 + 11 5.50604 321 4 1 -115.75 -63.4421 -84.8303 + 11 28.2056 582 4 0 -116.73 -63.6339 -85.8502 + 11 128.974 581 4 0 -116.813 -63.65 -85.9361 + 11 23.9801 179 3 1 -144.286 -70.3753 -114.45 + 11 147.282 178 3 1 -144.35 -70.3892 -114.518 + 11 59.5692 177 3 1 -144.55 -70.4205 -114.712 + 11 193.356 546 3 0 -145.873 -70.723 -115.85 + 11 81.7509 19 2 1 -176.176 -75.8016 -144.45 + 11 90.1213 18 2 1 -176.35 -75.8261 -144.641 + 11 161.188 520 2 0 -177.465 -75.9689 -145.85 + 11 14.7261 308 5 1 -118.55 -68.883 -54.8178 +Number of digits in this event = 21 Using G4ParticleGun ... -2.26128 LIN +8.55769 LIN e- Event: 12 -Number of tracker hits in this event = 79 - 12 144.612 723 10 1 -35.3467 -84.8999 95.55 - 12 253.784 475 10 0 -35.3486 -84.8984 94.15 - 12 108.837 723 9 1 -35.3902 -84.8696 65.55 - 12 96.8504 475 9 0 -35.3911 -84.8647 64.15 - 12 360.029 723 8 1 -35.4112 -84.7623 35.55 - 12 419.376 476 8 0 -35.4131 -84.759 34.15 - 12 154.418 723 7 1 -35.4421 -84.6742 5.55 - 12 106.216 476 7 0 -35.4438 -84.6681 4.15 - 12 137.291 722 6 1 -35.4832 -84.534 -24.45 - 12 140.084 477 6 0 -35.4884 -84.5264 -25.85 - 12 218.457 722 5 1 -35.5975 -84.3679 -54.45 - 12 124.534 478 5 0 -35.6064 -84.3584 -55.85 - 12 200.685 721 4 1 -35.7804 -84.1528 -84.45 - 12 130.579 479 4 0 -35.791 -84.1438 -85.85 - 12 117.615 720 3 1 -35.9959 -83.9598 -114.45 - 12 156.348 480 3 0 -36.0038 -83.9492 -115.85 - 12 182.603 719 2 1 -36.1586 -83.7328 -144.45 - 12 181.754 481 2 0 -36.1683 -83.7202 -145.85 - 12 256.791 718 1 1 -36.3789 -83.4739 -174.45 - 12 387.54 482 1 0 -36.3889 -83.4668 -175.85 - 12 104.199 717 0 1 -36.5775 -83.2998 -204.45 - 12 119.363 483 0 0 -36.5949 -83.291 -205.85 - 12 79.4244 784 0 0 -99.2532 -23.25 -205.947 - 12 59.6555 483 1 0 -36.6024 -83.45 -176.117 - 12 105.875 694 0 1 -41.0996 -81.0609 -204.45 - 12 87.5865 695 0 1 -41.05 -81.0424 -204.754 - 12 196.508 495 0 0 -40.89 -80.9699 -205.85 - 12 144.913 481 0 0 -28.452 -83.6724 -206.25 - 12 87.3072 480 0 0 -28.1291 -83.85 -206.077 - 12 73.7796 760 0 1 -27.9941 -83.6596 -204.85 - 12 312.135 759 0 1 -28.0501 -83.6878 -204.691 - 12 111.172 722 7 1 -35.5777 -83.6777 5.55 - 12 219.103 482 7 0 -35.5579 -83.5337 4.15 - 12 93.5118 724 6 1 -35.1514 -80.4455 -24.45 - 12 286.876 499 6 0 -35.1317 -80.2201 -25.85 - 12 204.478 726 5 1 -34.6757 -75.6245 -54.45 - 12 96.0501 523 5 0 -34.6744 -75.317 -55.85 - 12 28.3942 524 5 0 -34.6742 -75.25 -56.1493 - 12 137.907 725 4 1 -34.8806 -69.0191 -84.45 - 12 142.815 556 4 0 -34.8745 -68.8083 -85.85 - 12 142.702 725 3 1 -35.0184 -64.7142 -114.45 - 12 153.784 576 3 0 -35.0371 -64.6666 -115.85 - 12 118.312 723 2 1 -35.4042 -63.4632 -144.45 - 12 108.469 583 2 0 -35.3183 -63.3756 -145.85 - 12 139.546 734 1 1 -33.1877 -61.9218 -174.45 - 12 154.948 591 1 0 -33.0754 -61.833 -175.85 - 12 111.468 747 0 1 -30.6265 -60.2603 -204.45 - 12 131.656 599 0 0 -30.5556 -60.094 -205.85 - 12 13.0013 600 0 0 -30.5374 -60.05 -206.212 - 12 102.041 715 7 1 -36.9625 -83.5403 5.55 - 12 98.7013 705 6 1 -38.8907 -83.255 -24.4504 - 12 42.1257 706 6 1 -38.85 -83.0897 -24.6968 - 12 3.83787 488 6 0 -38.6388 -82.2608 -25.85 - 12 207.123 489 6 0 -38.6358 -82.25 -25.8651 - 12 39.6906 490 6 0 -38.5788 -82.0495 -26.1428 - 12 207.444 737 5 1 -32.5227 -61.7791 -54.45 - 12 98.7285 596 5 0 -32.2927 -60.8306 -55.85 - 12 54.814 597 5 0 -32.2519 -60.6499 -56.1169 - 12 186.684 759 4 1 -28.243 -41.3176 -84.45 - 12 56.7351 699 4 0 -27.904 -40.1925 -85.8501 - 12 100.244 700 4 0 -27.8599 -40.05 -86.0279 - 12 25.2648 796 3 1 -20.689 -17.5285 -114.45 - 12 148.624 797 3 1 -20.65 -17.4737 -114.551 - 12 94.1637 816 3 0 -20.1452 -16.7691 -115.85 - 12 223.898 817 3 0 -20.0592 -16.65 -116.069 - 12 86.9288 853 2 1 -9.34283 -1.05271 -144.45 - 12 63.2829 854 2 1 -9.25 -0.917571 -144.665 - 12 65.8123 899 2 0 -8.7294 -0.167046 -145.85 - 12 11.4159 900 2 0 -8.5769 0.0500719 -146.196 - 12 134.721 919 1 1 4.02922 17.9825 -174.45 - 12 15.0439 920 1 1 4.05 18.1964 -174.796 - 12 0.0647899 993 1 0 4.10859 18.8491 -175.85 - 12 221.412 994 1 0 4.10867 18.85 -175.851 - 12 31.3492 995 1 0 4.12175 19.05 -176.171 - 12 146.754 925 0 1 5.23287 36.957 -204.45 - 12 60.9579 1088 0 0 5.13756 37.7589 -205.85 - 12 69.6506 1089 0 0 5.12507 37.85 -206.007 - 12 29.5362 921 3 1 4.28226 17.6042 -114.45 - 12 60.4066 738 5 1 -32.4498 -61.5885 -54.7045 -Number of digits in this event = 39 +Number of tracker hits in this event = 24 + 12 113.707 1076 9 1 35.2922 128.233 65.55 + 12 247.3 1540 9 0 35.2927 128.233 64.15 + 12 122.226 1076 8 1 35.3061 128.239 35.55 + 12 121.332 1540 8 0 35.3071 128.239 34.15 + 12 105.108 1076 7 1 35.3303 128.241 5.55 + 12 121.806 1540 7 0 35.331 128.242 4.15 + 12 247.477 1076 6 1 35.3472 128.265 -24.45 + 12 298.279 1540 6 0 35.3473 128.264 -25.85 + 12 127.469 1076 5 1 35.3511 128.262 -54.45 + 12 121.265 1540 5 0 35.3508 128.261 -55.85 + 12 191.42 1076 4 1 35.3472 128.248 -84.45 + 12 124.374 1540 4 0 35.3469 128.248 -85.85 + 12 140.906 1076 3 1 35.3561 128.246 -114.45 + 12 127.214 1540 3 0 35.3571 128.248 -115.85 + 12 106.605 1076 2 1 35.3715 128.28 -144.45 + 12 128.626 1540 2 0 35.3716 128.28 -145.85 + 12 115.049 1076 1 1 35.3811 128.299 -174.45 + 12 247.116 1540 1 0 35.384 128.302 -175.85 + 12 104.48 1076 0 1 35.4414 128.339 -204.45 + 12 131.666 1540 0 0 35.4455 128.342 -205.85 + 12 31.9026 1026 5 1 25.3533 -171.752 -54.85 + 12 37.1057 311 1 1 -117.893 21.8307 -174.45 + 12 333.328 310 1 1 -117.95 21.7991 -174.529 + 12 13.6158 1541 6 0 34.9827 128.35 -26.2236 +Number of digits in this event = 18 Using G4ParticleGun ... -7.62457 LIN +5.50677 LIN e- Event: 13 -Number of tracker hits in this event = 35 - 13 170.023 1444 10 1 108.951 27.1339 95.55 - 13 209.762 1035 10 0 108.951 27.1328 94.15 - 13 111.213 1444 9 1 108.957 27.1097 65.55 - 13 117.104 1035 9 0 108.958 27.1083 64.15 - 13 96.5858 1444 8 1 108.966 27.0732 35.55 - 13 101.239 1035 8 0 108.967 27.0724 34.15 - 13 117.793 1444 7 1 108.99 27.0576 5.55 - 13 130.982 1035 7 0 108.991 27.0564 4.15 - 13 249.987 1444 6 1 109.02 27.0306 -24.45 - 13 228.668 1034 6 0 109.022 27.028 -25.85 - 13 96.0224 1444 5 1 109.053 26.9758 -54.45 - 13 126.693 1034 5 0 109.055 26.9738 -55.85 - 13 116.303 1444 4 1 109.082 26.937 -84.45 - 13 134.641 1034 4 0 109.085 26.9351 -85.85 - 13 188.715 1444 3 1 109.13 26.8985 -114.45 - 13 132.1 1034 3 0 109.133 26.8969 -115.85 - 13 137.716 1445 2 1 109.199 26.8624 -144.45 - 13 257.075 1034 2 0 109.203 26.8619 -145.85 - 13 124.545 1445 1 1 109.273 26.8498 -174.45 - 13 230.86 1033 1 0 109.277 26.8478 -175.85 - 13 130.987 1446 0 1 109.376 26.8148 -204.45 - 13 99.426 1033 0 0 109.381 26.8124 -205.85 - 13 572.819 1444 1 1 108.996 26.8386 -174.45 - 13 85.9037 1037 1 0 108.901 27.514 -175.85 - 13 43.7689 1038 1 0 108.872 27.65 -176.108 - 13 108.915 1442 0 1 108.71 25.8571 -204.45 - 13 112.574 1028 0 0 108.626 25.6961 -205.85 - 13 4.89309 1027 0 0 108.602 25.65 -206.228 - 13 74.7836 1087 11 0 75.4565 37.6419 123.75 - 13 144.016 1088 11 0 75.2452 37.65 123.93 - 13 161.751 1272 11 1 74.6287 38.2663 125.15 - 13 66.859 1271 11 1 74.4498 38.5111 125.54 - 13 397.656 1270 11 1 74.25 38.5973 125.481 - 13 185.212 1269 11 1 74.05 38.7722 125.368 - 13 68.7692 1268 11 1 73.85 39.0021 125.438 -Number of digits in this event = 21 +Number of tracker hits in this event = 151 + 13 109.159 422 8 1 -95.5757 -108.155 35.55 + 13 100.444 359 8 0 -95.5734 -108.153 34.15 + 13 382.834 423 7 1 -95.5227 -108.113 5.55 + 13 398.624 360 7 0 -95.5256 -108.113 4.15 + 13 138.779 422 6 1 -95.6008 -108.13 -24.45 + 13 286.793 360 6 0 -95.6096 -108.127 -25.85 + 13 231.429 421 5 1 -95.7893 -108.062 -54.45 + 13 275.178 360 5 0 -95.8004 -108.049 -55.85 + 13 109.041 420 4 1 -96.0357 -107.789 -84.45 + 13 218.825 361 4 0 -96.0456 -107.773 -85.85 + 13 363.668 419 3 1 -96.2513 -107.443 -114.45 + 13 521.386 363 3 0 -96.2468 -107.424 -115.85 + 13 216.889 420 2 1 -96.1326 -107.054 -144.45 + 13 159.495 365 2 0 -96.114 -107.032 -145.85 + 13 97.7239 422 1 1 -95.6867 -106.591 -174.45 + 13 134.644 368 1 0 -95.6681 -106.543 -175.85 + 13 116.391 425 0 1 -95.1369 -105.728 -204.45 + 13 86.8282 372 0 0 -95.0583 -105.747 -205.85 + 13 130.568 371 0 0 -95.0455 -105.75 -206.1 + 13 321.218 424 0 1 -95.15 -105.713 -204.459 + 13 96.7988 373 0 0 -95.1999 -105.55 -205.881 + 13 106.299 429 2 1 -94.2608 -106.076 -144.45 + 13 14.7353 428 2 1 -94.35 -106.032 -144.813 + 13 132.658 371 2 0 -94.5885 -105.882 -145.85 + 13 48.4234 395 1 1 -101.07 -103.374 -174.45 + 13 56.0467 394 1 1 -101.15 -103.36 -174.643 + 13 134.233 384 1 0 -101.602 -103.313 -175.85 + 13 99.2186 347 0 1 -110.596 -102.054 -204.45 + 13 40.3568 346 0 1 -110.75 -102.049 -204.774 + 13 99.6715 390 0 0 -111.27 -101.973 -205.851 + 13 30.9786 391 0 0 -111.407 -101.95 -206.13 + 13 126.516 387 0 0 -110.757 -102.7 -205.85 + 13 176.447 386 0 0 -110.72 -102.75 -205.9 + 13 99.5244 385 0 0 -110.597 -102.95 -206.101 + 13 153.387 416 2 1 -96.8872 -107.221 -144.45 + 13 131.552 364 2 0 -96.911 -107.228 -145.85 + 13 134.089 413 1 1 -97.4782 -107.441 -174.45 + 13 420.906 363 1 0 -97.5114 -107.46 -175.85 + 13 128.342 408 0 1 -98.4179 -107.887 -204.451 + 13 130.543 361 0 0 -98.4658 -107.858 -205.85 + 13 122.389 330 0 0 -105.179 -113.998 -206.25 + 13 58.4002 376 0 1 -104.799 -113.821 -204.85 + 13 142.125 377 0 1 -104.75 -113.892 -204.782 + 13 0.0246197 4 0 1 -179.174 -62.8372 -204.45 + 13 17.9157 420 5 1 -95.95 -107.892 -54.6875 + 13 54.4434 419 1 1 -96.3103 -107.91 -174.45 + 13 39.2944 418 1 1 -96.35 -107.907 -174.77 + 13 2.43339 362 1 0 -97.5554 -107.55 -176.013 + 13 165.323 423 6 1 -95.4561 -108.101 -24.45 + 13 247.155 423 5 1 -95.3939 -107.995 -54.45 + 13 118.338 424 4 1 -95.2046 -107.862 -84.45 + 13 127.171 425 3 1 -95.0441 -107.407 -114.45 + 13 1.28816 443 2 1 -91.3512 -107.781 -144.45 + 13 109.195 444 2 1 -91.35 -107.781 -144.455 + 13 60.5163 361 2 0 -90.9826 -107.931 -145.85 + 13 58.4629 360 2 0 -90.9326 -107.95 -146.037 + 13 130.414 485 1 1 -82.968 -110.573 -174.45 + 13 141.774 347 1 0 -82.7068 -110.692 -175.85 + 13 133.183 509 0 1 -78.1463 -113.194 -204.45 + 13 142.016 333 0 0 -78.1604 -113.509 -205.85 + 13 104.137 332 0 0 -78.1623 -113.55 -206.022 + 13 29.6512 334 0 0 -78.0631 -113.35 -206.163 + 13 515.556 388 0 0 -69.3416 -102.55 -206.015 + 13 171.062 558 0 1 -68.3075 -102.695 -204.85 + 13 90.4552 559 0 1 -68.25 -102.713 -204.787 + 13 103.841 358 4 0 -96.1507 -108.391 -85.85 + 13 160.818 359 4 0 -96.282 -108.35 -86.0558 + 13 237.707 426 1 1 -94.7536 -107.311 -174.45 + 13 227.349 364 1 0 -94.7479 -107.303 -175.85 + 13 324.695 427 0 1 -94.652 -107.152 -204.45 + 13 192.5 365 0 0 -94.6499 -107.139 -205.85 + 13 258.64 364 0 0 -94.655 -107.15 -205.9 + 13 61.5057 424 0 0 -96.4717 -95.3179 -206.25 + 13 60.5003 425 0 0 -96.5233 -95.1497 -206.078 + 13 49.4988 426 0 0 -96.5746 -94.9491 -205.961 + 13 72.8216 427 0 0 -96.607 -94.75 -205.895 + 13 58.9179 428 0 0 -96.6786 -94.5498 -205.895 + 13 136.687 429 0 0 -96.7822 -94.3499 -205.91 + 13 45.7674 430 0 0 -96.911 -94.15 -205.926 + 13 58.9436 431 0 0 -97.0146 -93.95 -205.997 + 13 101.364 432 0 0 -97.0909 -93.75 -206.103 + 13 51.2586 433 0 0 -97.1594 -93.55 -206.214 + 13 31.8219 694 0 0 -80.0065 -41.1368 -206.25 + 13 132.394 695 0 0 -79.9523 -41.0496 -206.196 + 13 84.2822 696 0 0 -79.8013 -40.8498 -206.064 + 13 257.211 503 0 1 -79.4091 -40.4373 -204.85 + 13 0.385945 502 0 1 -79.45 -39.8553 -204.848 + 13 13.9278 701 0 0 -79.4868 -39.8426 -205.85 + 13 108.177 700 0 0 -79.5146 -39.85 -205.904 + 13 68.5743 497 0 1 -80.5705 -40.6746 -204.85 + 13 287.008 496 0 1 -80.65 -40.789 -204.727 + 13 194.838 495 0 1 -80.8504 -40.8596 -204.725 + 13 70.0766 426 0 1 -94.75 -107.243 -204.66 + 13 111.233 362 0 0 -94.9765 -107.605 -205.85 + 13 220.168 359 7 0 -96.1617 -108.243 4.15 + 13 126.979 405 6 1 -99.0034 -109.794 -24.45 + 13 100.923 352 6 0 -98.9937 -109.725 -25.85 + 13 13.634 408 5 1 -98.546 -108.718 -54.45 + 13 125.419 407 5 1 -98.55 -108.703 -54.5022 + 13 139.44 359 5 0 -98.6474 -108.274 -55.85 + 13 191.367 401 4 1 -99.8598 -99.1823 -84.45 + 13 19.3031 407 4 0 -100.132 -98.5779 -85.85 + 13 125.555 408 4 0 -100.144 -98.55 -85.913 + 13 246.635 367 3 1 -106.729 -86.0168 -114.45 + 13 74.3135 368 3 1 -106.55 -85.801 -114.666 + 13 130.077 476 3 0 -105.633 -84.7716 -115.85 + 13 101.267 477 3 0 -105.523 -84.6498 -115.989 + 13 16.9121 478 3 0 -105.329 -84.4498 -116.205 + 13 114.365 475 3 0 -57.7803 -84.8501 -116.149 + 13 83.8678 474 3 0 -57.6606 -85.0501 -115.994 + 13 1.61161 473 3 0 -57.5674 -85.25 -115.853 + 13 391.647 615 3 1 -57.0017 -86.7511 -114.85 + 13 93.1822 616 3 1 -56.8498 -87.267 -114.522 + 13 79.9011 614 3 1 -57.05 -88.1356 -114.492 + 13 73.889 613 3 1 -57.2501 -88.3488 -114.56 + 13 81.5242 612 3 1 -57.45 -88.5269 -114.629 + 13 101.445 611 3 1 -57.65 -88.7119 -114.695 + 13 67.4573 610 3 1 -57.85 -88.9039 -114.755 + 13 94.5328 609 3 1 -58.05 -89.0877 -114.8 + 13 127.266 608 3 1 -58.25 -89.2854 -114.832 + 13 59.7866 414 3 0 -66.5986 -97.2306 -115.85 + 13 88.6257 413 3 0 -66.7252 -97.3504 -115.862 + 13 414.313 412 3 0 -66.9388 -97.55 -115.885 + 13 98.4372 411 3 0 -67.2067 -97.75 -115.928 + 13 85.4617 410 3 0 -67.4748 -97.95 -115.955 + 13 98.9005 409 3 0 -67.7585 -98.1502 -115.96 + 13 144.935 408 3 0 -68.0084 -98.35 -115.959 + 13 125.056 407 3 0 -68.2595 -98.55 -115.984 + 13 159.531 406 3 0 -68.4943 -98.7501 -116.013 + 13 259.603 405 3 0 -68.7632 -98.95 -116.048 + 13 137.206 404 3 0 -69.0462 -99.15 -116.048 + 13 142.568 403 3 0 -69.3012 -99.3502 -116 + 13 160.132 402 3 0 -69.5281 -99.55 -115.945 + 13 266.683 401 3 0 -69.7587 -99.75 -115.93 + 13 103.431 400 3 0 -70.0785 -99.95 -115.895 + 13 105.829 399 3 0 -70.4043 -100.15 -115.925 + 13 102.919 398 3 0 -70.6788 -100.35 -116.033 + 13 90.8486 397 3 0 -70.9434 -100.55 -116.173 + 13 58.4981 308 3 0 -84.8517 -118.515 -116.25 + 13 109.803 307 3 0 -84.9708 -118.55 -116.186 + 13 249.212 306 3 0 -85.0712 -118.75 -116.234 + 13 128.377 451 3 0 -58.2639 -89.7005 -115.85 + 13 121.248 452 3 0 -58.1719 -89.6499 -116.104 + 13 8.52278 838 3 0 -21.3325 -12.2742 -116.25 + 13 279.273 839 3 0 -21.3468 -12.25 -116.237 + 13 145.344 502 1 0 -98.7532 -79.5471 -175.85 + 13 62.798 362 3 1 -107.55 -84.6866 -114.642 + 13 12.8026 358 6 0 -100.336 -108.379 -25.8503 + 13 106.688 359 6 0 -100.366 -108.35 -25.8689 + 13 269.884 392 6 1 -101.697 -107.626 -24.85 + 13 96.449 391 6 1 -101.75 -107.612 -24.8114 +Number of digits in this event = 74 Using G4ParticleGun ... -4.17331 LIN +3.50845 LIN e- Event: 14 -Number of tracker hits in this event = 52 - 14 143.413 1335 10 1 87.0725 56.1773 95.55 - 14 235.625 1180 10 0 87.0709 56.1798 94.15 - 14 138.918 1334 9 1 87.0427 56.2313 65.55 - 14 103.934 1180 9 0 87.0398 56.2333 64.15 - 14 313.029 1334 8 1 86.9753 56.2693 35.55 - 14 111.195 1181 8 0 86.9694 56.2702 34.15 - 14 161.617 1334 7 1 86.8554 56.2875 5.55 - 14 380.26 1181 7 0 86.8448 56.2884 4.15 - 14 146.919 1332 6 1 86.6183 56.2999 -24.45 - 14 102.284 1181 6 0 86.6094 56.2971 -25.85 - 14 108.76 1331 5 1 86.43 56.2428 -54.45 - 14 142.692 1180 5 0 86.4202 56.2406 -55.85 - 14 117.9 1330 4 1 86.2208 56.2029 -84.45 - 14 122.933 1180 4 0 86.2101 56.2022 -85.85 - 14 404.841 1329 3 1 85.9962 56.1958 -114.45 - 14 283.891 1180 3 0 85.9895 56.1967 -115.85 - 14 273.688 1329 2 1 85.86 56.2121 -144.45 - 14 200.286 1180 2 0 85.8543 56.2151 -145.85 - 14 135.732 1328 1 1 85.7278 56.2782 -174.45 - 14 122.227 1181 1 0 85.7236 56.2832 -175.85 - 14 145.143 1327 0 1 85.6442 56.379 -204.45 - 14 136.103 1181 0 0 85.638 56.3796 -205.85 - 14 133.272 1257 2 1 71.4839 -15.595 -144.45 - 14 178.431 1331 2 1 86.3766 57.8938 -144.45 - 14 235.141 1189 2 0 86.447 57.9725 -145.85 - 14 122.891 1338 1 1 87.8447 59.4777 -174.45 - 14 157.427 1198 1 0 87.6019 59.6591 -175.852 - 14 107.116 1312 0 1 82.538 63.3332 -204.45 - 14 30.2437 1311 0 1 82.45 63.3574 -204.791 - 14 40.8531 1216 0 0 82.1395 63.4406 -205.85 - 14 418.085 1217 0 0 82.103 63.45 -205.976 - 14 127.213 1218 0 0 81.6843 63.65 -205.928 - 14 191.505 1219 0 0 81.8073 63.85 -206.086 - 14 94.4021 1220 0 0 81.8086 64.05 -206.107 - 14 191.834 1332 2 1 86.45 57.9942 -144.608 - 14 44.675 1191 2 0 86.6698 58.3935 -145.85 - 14 149.275 1192 2 0 86.6983 58.45 -146.028 - 14 137.639 1254 2 0 77.6771 70.8783 -146.25 - 14 118.493 1283 2 1 76.807 71.0407 -144.85 - 14 19.2224 1282 2 1 76.65 71.0778 -144.514 - 14 202.65 1179 3 0 85.9854 56.0499 -115.949 - 14 147.301 1178 3 0 85.8275 55.85 -115.952 - 14 33.6433 1177 3 0 85.8817 55.65 -115.927 - 14 97.3512 1326 3 1 85.3953 54.9357 -114.85 - 14 120.824 1325 3 1 85.2499 54.6913 -114.643 - 14 47.6339 1324 3 1 85.05 54.4681 -114.546 - 14 136.111 1176 2 0 85.9088 55.4166 -145.85 - 14 182.592 1329 1 1 85.9896 54.3355 -174.45 - 14 44.7403 1171 1 0 85.9841 54.2618 -175.85 - 14 53.6583 1170 1 0 85.9832 54.25 -176.075 - 14 109.005 1328 0 1 85.8307 52.8526 -204.45 - 14 214.786 1163 0 0 85.8232 52.783 -205.85 -Number of digits in this event = 36 +Number of tracker hits in this event = 30 + 14 93.8645 1360 10 1 92.2313 44.2597 95.55 + 14 116.407 1121 10 0 92.2146 44.2548 94.15 + 14 125.312 1358 9 1 91.8749 44.16 65.55 + 14 115.254 1120 9 0 91.8575 44.1528 64.15 + 14 176.046 1356 8 1 91.5075 44.0102 35.55 + 14 104.107 1119 8 0 91.4898 44.0045 34.15 + 14 129.114 1354 7 1 91.134 43.8931 5.55 + 14 129.88 1119 7 0 91.118 43.885 4.15 + 14 126.556 1353 6 1 90.7908 43.7055 -24.45 + 14 107.005 1118 6 0 90.772 43.6964 -25.85 + 14 132.936 1351 5 1 90.3903 43.5091 -54.45 + 14 143.551 1117 5 0 90.3728 43.5 -55.85 + 14 296.132 1349 4 1 90.0191 43.3213 -84.45 + 14 116.229 1116 4 0 90.0015 43.3128 -85.85 + 14 119.217 1347 3 1 89.6274 43.1452 -114.45 + 14 115.202 1115 3 0 89.6117 43.1382 -115.85 + 14 123.367 1346 2 1 89.303 42.9977 -144.45 + 14 131.795 1114 2 0 89.2891 42.9915 -145.85 + 14 137.063 1344 1 1 88.9961 42.8556 -174.45 + 14 62.9263 1114 1 0 88.9823 42.8508 -175.85 + 14 60.5812 1113 1 0 88.9802 42.85 -176.066 + 14 150.65 1343 0 1 88.7004 42.7366 -204.45 + 14 104.922 1113 0 0 88.6896 42.7298 -205.85 + 14 22.0505 1174 3 0 173.807 55.05 -115.905 + 14 69.2554 946 3 1 9.45 84.6424 -114.592 + 14 265.434 1012 0 0 90.5222 22.6183 -206.25 + 14 55.4826 854 1 0 -31.1274 -9.05 -176.065 + 14 308.581 1348 4 1 89.85 43.5991 -84.6851 + 14 69.8233 1296 7 0 -52.7942 79.3885 3.75002 + 14 38.8915 1630 7 0 -33.4219 146.236 3.75 +Number of digits in this event = 17 Using G4ParticleGun ... -8.52985 LIN +4.83448 LIN e- Event: 15 -Number of tracker hits in this event = 132 - 15 109.549 811 11 1 -17.7348 -23.1907 125.55 - 15 116.711 784 11 0 -17.7378 -23.1915 124.15 - 15 396.756 811 10 1 -17.7945 -23.2171 95.55 - 15 154.703 784 10 0 -17.8005 -23.2172 94.15 - 15 133.244 810 9 1 -17.9337 -23.2274 65.55 - 15 124.129 784 9 0 -17.9424 -23.2289 64.15 - 15 94.8787 809 8 1 -18.1224 -23.2637 35.55 - 15 168.255 783 8 0 -18.131 -23.2668 34.15 - 15 117.711 808 7 1 -18.3137 -23.3284 5.55 - 15 143.202 783 7 0 -18.323 -23.333 4.15 - 15 123.105 807 6 1 -18.5198 -23.4179 -24.45 - 15 339.166 783 6 0 -18.5316 -23.4223 -25.85 - 15 148.008 806 5 1 -18.7863 -23.5223 -54.45 - 15 244.478 782 5 0 -18.7934 -23.528 -55.85 - 15 143.674 805 4 1 -18.9195 -23.6234 -84.45 - 15 162.664 782 4 0 -18.9141 -23.6281 -85.85 - 15 135.014 806 3 1 -18.8165 -23.7085 -114.45 - 15 266.387 781 3 0 -18.8388 -23.7304 -115.85 - 15 438.169 803 2 1 -19.2932 -24.1544 -144.45 - 15 57.0891 779 2 0 -19.3252 -24.2385 -145.85 - 15 62.8869 778 2 0 -19.3287 -24.25 -146.029 - 15 168.267 800 1 1 -19.855 -26.3464 -174.45 - 15 135.669 768 1 0 -19.8411 -26.3898 -175.851 - 15 243.549 801 0 1 -19.7281 -26.7754 -204.45 - 15 125.493 766 0 0 -19.7457 -26.8036 -205.85 - 15 189.055 867 1 1 -6.5892 16.208 -174.45 - 15 143.735 775 0 0 -19.8992 -24.9403 -205.852 - 15 63.221 493 9 0 -79.3514 -81.3148 63.7503 - 15 105.756 494 9 0 -79.4141 -81.25 63.8397 - 15 188.391 505 9 1 -78.9538 -79.8636 65.15 - 15 243.364 506 9 1 -78.85 -79.717 65.5075 - 15 9.45441 800 0 1 -20.0242 -25.2153 -204.45 - 15 162.091 799 0 1 -20.0501 -25.2168 -204.492 - 15 99.3925 774 0 0 -20.7076 -25.05 -205.913 - 15 175.351 710 4 0 -2.23598 -37.8992 -86.2499 - 15 264.884 709 4 0 -2.16832 -38.05 -86.0055 - 15 130.764 803 3 1 -19.2607 -23.6241 -114.45 - 15 109.103 804 3 1 -19.25 -23.6302 -114.506 - 15 112.753 834 2 1 -13.217 -26.7274 -144.45 - 15 293.639 765 2 0 -13.028 -27.0101 -145.85 - 15 144.91 764 2 0 -13.0001 -27.05 -146.046 - 15 157.355 858 1 1 -8.44 -32.901 -174.45 - 15 106.557 734 1 0 -8.12856 -33.1546 -175.851 - 15 109.064 891 0 1 -1.74718 -38.4269 -204.45 - 15 39.6608 892 0 1 -1.65 -38.5282 -204.73 - 15 148.346 705 0 0 -1.27263 -38.9231 -205.85 - 15 16.4269 704 0 0 -1.15254 -39.05 -206.198 - 15 158.562 782 3 0 -19.3018 -23.603 -115.85 - 15 106.303 782 2 0 -19.3758 -23.4872 -145.85 - 15 179.928 803 1 1 -19.3224 -23.4894 -174.45 - 15 135.857 782 1 0 -19.2876 -23.5111 -175.85 - 15 163.076 807 0 1 -18.4952 -24.2135 -204.45 - 15 143.467 779 0 0 -18.4553 -24.2306 -205.85 - 15 45.6595 820 2 1 -15.8649 -83.6749 -144.85 - 15 19.0652 802 2 1 -19.45 -23.8648 -144.79 - 15 108.698 780 2 0 -19.8441 -23.9067 -145.85 - 15 70.103 757 1 1 -28.4826 -24.3556 -174.45 - 15 33.5008 758 1 1 -28.45 -24.271 -174.705 - 15 153.849 781 1 0 -28.2369 -23.8124 -175.85 - 15 12.0387 787 0 1 -22.458 -9.88269 -204.45 - 15 110.831 788 0 1 -22.4499 -9.86597 -204.49 - 15 54.6662 854 0 0 -22.1404 -9.12616 -205.85 - 15 84.3667 855 0 0 -22.1102 -9.04988 -205.981 - 15 47.2404 804 2 1 -19.2141 -23.8538 -144.45 - 15 143.794 805 2 1 -19.05 -23.9233 -144.537 - 15 82.8374 806 2 1 -18.8489 -24.015 -144.627 - 15 51.6038 807 2 1 -18.65 -24.1248 -144.712 - 15 65.7766 808 2 1 -18.4498 -24.2262 -144.788 - 15 134.06 809 2 1 -18.25 -24.3333 -144.841 - 15 39.9918 767 2 0 -13.8435 -26.5778 -145.85 - 15 185.044 766 2 0 -13.7167 -26.65 -145.887 - 15 81.7425 763 2 0 -12.9675 -27.25 -146.189 - 15 7.60148 1138 1 1 47.65 -80.8829 -174.532 - 15 47.0162 1139 1 1 47.85 -80.9927 -174.555 - 15 54.8808 1140 1 1 48.05 -81.0232 -174.605 - 15 45.5328 1141 1 1 48.25 -81.0384 -174.639 - 15 61.2445 1142 1 1 48.45 -81.0349 -174.649 - 15 65.4204 1143 1 1 48.65 -81.1016 -174.717 - 15 39.4887 488 1 0 49.2912 -82.3311 -175.85 - 15 70.2252 487 1 0 49.3532 -82.45 -175.95 - 15 154.496 486 1 0 49.4407 -82.6503 -176.033 - 15 1.10305 1273 0 1 74.6531 -107.722 -204.45 - 15 77.9916 1272 0 1 74.65 -107.723 -204.452 - 15 61.5997 1271 0 1 74.45 -107.743 -204.559 - 15 52.7513 1270 0 1 74.25 -107.755 -204.674 - 15 59.7694 1269 0 1 74.05 -107.751 -204.775 - 15 50.3861 1268 0 1 73.85 -107.786 -204.778 - 15 53.1434 1267 0 1 73.65 -107.767 -204.721 - 15 73.0558 1266 0 1 73.45 -107.716 -204.711 - 15 76.3763 1265 0 1 73.25 -107.686 -204.826 - 15 4.0179 1264 0 1 73.05 -107.712 -204.847 - 15 52.6003 362 0 0 69.2865 -107.598 -205.85 - 15 6.38004 1233 0 1 66.6571 -106.405 -204.85 - 15 331.678 1232 0 1 66.65 -106.401 -204.848 - 15 58.5979 812 10 1 -17.6498 -23.1768 95.3271 - 15 198.768 811 6 1 -17.7589 -23.1898 -24.45 - 15 291.331 784 6 0 -17.7646 -23.1856 -25.85 - 15 124.957 810 5 1 -17.8714 -23.0914 -54.45 - 15 287.099 784 5 0 -17.8737 -23.0823 -55.85 - 15 206.623 810 4 1 -17.9158 -22.9112 -84.45 - 15 135.038 785 4 0 -17.9187 -22.9083 -85.85 - 15 110.835 810 3 1 -17.9664 -22.8679 -114.45 - 15 125.15 785 3 0 -17.9714 -22.87 -115.85 - 15 119.219 785 2 0 -18.1497 -22.9281 -145.85 - 15 120.506 807 1 1 -18.4531 -23.1477 -174.45 - 15 126.544 784 1 0 -18.4679 -23.1666 -175.85 - 15 110.337 806 0 1 -18.7514 -23.5819 -204.45 - 15 100.253 782 0 0 -18.7538 -23.6073 -205.85 - 15 14.4187 1137 7 1 47.45 -11.1971 5.26395 - 15 114.602 888 1 1 -2.41291 7.70547 -174.45 - 15 247.929 889 1 1 -2.25 7.75105 -174.538 - 15 113.577 811 5 1 -17.7349 -23.1995 -54.45 - 15 101.207 811 4 1 -17.7155 -23.2415 -84.45 - 15 121.535 784 4 0 -17.7144 -23.2414 -85.85 - 15 166.222 811 3 1 -17.6927 -23.246 -114.45 - 15 173.384 784 3 0 -17.6915 -23.2464 -115.85 - 15 91.4113 811 2 1 -17.6656 -23.2577 -144.45 - 15 104.708 783 2 0 -17.6628 -23.2578 -145.85 - 15 146.733 812 1 1 -17.6058 -23.2554 -174.45 - 15 131.353 783 1 0 -17.6043 -23.257 -175.85 - 15 194.329 812 0 1 -17.5954 -23.3061 -204.45 - 15 135.972 783 0 0 -17.5903 -23.2991 -205.85 - 15 105.033 900 5 1 0.103932 26.105 -54.85 - 15 223.255 901 5 1 0.25 26.2067 -54.4866 - 15 303.396 785 0 0 -17.7305 -23.0201 -205.85 - 15 97.035 813 1 1 -17.45 -23.3318 -174.551 - 15 68.669 814 1 1 -17.25 -23.2561 -174.713 - 15 103.297 787 1 0 -16.0066 -22.5649 -175.85 - 15 189.52 788 1 0 -15.6827 -22.45 -175.961 - 15 6.71561 789 1 0 -15.1618 -22.2498 -175.877 - 15 252.302 823 1 1 -15.2808 -21.5205 -174.85 - 15 65.2226 824 1 1 -15.25 -21.4286 -174.703 -Number of digits in this event = 65 -Using G4ParticleGun ... -8.96352 LIN +Number of tracker hits in this event = 121 + 15 135.479 764 11 1 -27.059 -71.8086 125.55 + 15 147.007 541 11 0 -27.0623 -71.8102 124.15 + 15 129.5 764 10 1 -27.1181 -71.8474 95.55 + 15 148.948 541 10 0 -27.1199 -71.8469 94.15 + 15 110.37 764 9 1 -27.1501 -71.8379 65.55 + 15 174.733 541 9 0 -27.15 -71.8341 64.15 + 15 113.727 764 8 1 -27.1468 -71.7432 35.55 + 15 154.15 541 8 0 -27.1489 -71.7378 34.15 + 15 487.337 764 7 1 -27.1961 -71.6282 5.55 + 15 146.908 542 7 0 -27.1954 -71.6253 4.15 + 15 222.382 764 6 1 -27.1779 -71.576 -24.45 + 15 101.991 542 6 0 -27.1413 -71.5545 -25.85 + 15 114.131 768 5 1 -26.2784 -71.14 -54.45 + 15 114.878 544 5 0 -26.248 -71.1369 -55.85 + 15 49.8477 771 4 1 -25.6537 -71.0819 -84.45 + 15 107.945 772 4 1 -25.65 -71.082 -84.6172 + 15 122.294 544 4 0 -25.6264 -71.0822 -85.85 + 15 159.638 774 3 1 -25.0591 -71.1258 -114.45 + 15 2.18761 775 3 1 -25.05 -71.1278 -114.839 + 15 158.674 544 3 0 -25.0229 -71.1291 -115.85 + 15 140.017 778 2 1 -24.3014 -71.0615 -144.45 + 15 120.383 544 2 0 -24.2597 -71.0734 -145.85 + 15 169.83 782 1 1 -23.5227 -71.3385 -174.45 + 15 104.115 543 1 0 -23.4964 -71.3454 -175.85 + 15 139.848 785 0 1 -22.9486 -71.4842 -204.45 + 15 113.083 542 0 0 -22.8937 -71.4632 -205.85 + 15 175.398 797 0 1 -20.6357 -69.9925 -204.45 + 15 60.9775 796 0 1 -20.65 -70.038 -204.689 + 15 100.086 548 0 0 -20.6518 -70.2831 -205.85 + 15 175.284 549 0 0 -20.6319 -70.1035 -205.85 + 15 108.459 780 2 1 -23.9346 -67.8859 -144.45 + 15 39.6151 781 2 1 -23.85 -67.7019 -144.718 + 15 116.124 565 2 0 -23.6234 -66.9833 -145.85 + 15 89.6466 566 2 0 -23.5715 -66.85 -146.085 + 15 51.9723 786 1 1 -22.7676 -54.966 -174.45 + 15 67.7879 785 1 1 -22.85 -54.9279 -174.506 + 15 78.4557 784 1 1 -23.05 -54.8206 -174.657 + 15 14.9814 783 1 1 -23.25 -54.6822 -174.815 + 15 76.7065 631 1 0 -24.5197 -53.7448 -175.85 + 15 144.25 632 1 0 -24.6448 -53.65 -175.979 + 15 4.21418 687 0 1 -42.644 -31.9878 -204.45 + 15 143.421 686 0 1 -42.65 -31.9816 -204.463 + 15 6.61583 685 0 1 -42.85 -31.7754 -204.825 + 15 48.8056 744 0 0 -43.501 -31.1517 -205.85 + 15 111.479 745 0 0 -43.5958 -31.0496 -205.978 + 15 19.0118 746 0 0 -43.7893 -30.85 -206.212 + 15 162.948 768 0 0 -38.7014 -26.4002 -206.25 + 15 61.9908 715 0 1 -37.0361 -26.1197 -204.85 + 15 103.979 716 0 1 -36.8492 -26.0481 -204.763 + 15 64.7933 717 0 1 -36.6499 -25.9581 -204.691 + 15 60.7703 718 0 1 -36.45 -25.8897 -204.605 + 15 15.7538 719 0 1 -36.25 -25.8501 -204.49 + 15 32.6441 792 1 0 -39.4945 -21.4817 -176.25 + 15 94.9835 793 1 0 -39.5321 -21.45 -176.11 + 15 45.9363 701 1 1 -39.8181 -20.552 -174.85 + 15 176.146 700 1 1 -39.85 -20.4305 -174.729 + 15 67.6725 699 1 1 -40.0501 -20.0269 -174.492 + 15 66.3307 698 1 1 -40.2507 -20.1864 -174.54 + 15 307.965 697 1 1 -40.45 -20.3269 -174.575 + 15 167.505 696 1 1 -40.6501 -20.6327 -174.56 + 15 263.633 541 7 0 -27.0733 -71.7764 4.15 + 15 80.0227 774 6 1 -25.2374 -70.4744 -24.4513 + 15 38.5766 773 6 1 -25.25 -70.4825 -24.746 + 15 175.168 547 6 0 -25.2942 -70.5198 -25.85 + 15 141.663 767 5 1 -26.5143 -71.595 -54.45 + 15 129.986 541 5 0 -26.6698 -71.745 -55.85 + 15 105.695 748 4 1 -30.2503 -75.2255 -84.45 + 15 142.263 523 4 0 -30.5783 -75.3916 -85.8501 + 15 149.353 715 3 1 -36.9434 -79.1936 -114.451 + 15 1.99566 714 3 1 -37.05 -79.253 -114.845 + 15 96.8125 503 3 0 -37.3369 -79.4015 -115.85 + 15 20.9692 502 3 0 -37.423 -79.45 -116.167 + 15 115.85 673 2 1 -45.2772 -83.7012 -144.45 + 15 101.179 479 2 0 -45.7129 -84.1539 -145.85 + 15 23.9348 478 2 0 -45.8107 -84.2501 -146.148 + 15 140.079 623 1 1 -55.3014 -93.3798 -174.45 + 15 155.247 432 1 0 -55.5696 -93.5875 -175.85 + 15 124.703 591 0 1 -61.7675 -96.7303 -204.45 + 15 6.76292 590 0 1 -61.85 -96.7287 -204.827 + 15 163.172 417 0 0 -62.0812 -96.721 -205.85 + 15 32.8719 583 6 0 58.7258 -63.3885 -26.25 + 15 23.8699 763 7 1 -27.2501 -71.9989 5.22255 + 15 55.8155 538 7 0 -27.4017 -72.3899 4.15 + 15 97.3658 537 7 0 -27.431 -72.45 3.97179 + 15 80.4281 171 7 0 76.4031 -145.822 3.75 + 15 104.974 170 7 0 76.6699 -145.95 3.80194 + 15 86.3868 169 7 0 77.0175 -146.15 3.87634 + 15 115.616 168 7 0 77.2793 -146.351 3.93066 + 15 87.952 167 7 0 77.4616 -146.55 3.98823 + 15 104.538 166 7 0 77.6938 -146.75 4.03071 + 15 119.798 165 7 0 77.9717 -146.95 4.07659 + 15 94.2507 164 7 0 78.2848 -147.15 4.04229 + 15 79.8771 163 7 0 78.4972 -147.35 3.94578 + 15 119.566 162 7 0 78.6507 -147.55 3.86448 + 15 66.5396 161 7 0 78.8168 -147.75 3.83936 + 15 118.619 160 7 0 78.9546 -147.95 3.79396 + 15 6.15992 159 7 0 79.0857 -148.15 3.75336 + 15 202.826 323 7 0 141.899 -115.418 3.75 + 15 119.479 540 6 0 -27.1949 -71.8669 -25.85 + 15 96.5226 764 5 1 -27.153 -71.9306 -54.45 + 15 110.774 540 5 0 -27.1521 -71.9308 -55.85 + 15 232.258 764 4 1 -27.1543 -71.9314 -84.45 + 15 251.758 540 4 0 -27.1565 -71.9314 -85.85 + 15 109.485 764 3 1 -27.1815 -71.9114 -114.45 + 15 140.545 540 3 0 -27.1782 -71.9149 -115.85 + 15 166.192 764 2 1 -27.1215 -71.9755 -144.45 + 15 286.217 540 2 0 -27.1153 -71.9768 -145.85 + 15 111.17 765 1 1 -26.9342 -72.0661 -174.45 + 15 112.205 539 1 0 -26.93 -72.0712 -175.85 + 15 165.728 766 0 1 -26.8474 -72.1834 -204.45 + 15 121.597 539 0 0 -26.8446 -72.1951 -205.85 + 15 53.7237 795 3 0 -129.762 -20.8885 -116.25 + 15 88.492 257 3 0 -127.667 -128.558 -116.25 + 15 94.3322 256 3 0 -127.59 -128.75 -116.081 + 15 417.868 263 3 1 -127.377 -128.115 -114.85 + 15 97.6546 541 2 0 -27.1544 -71.85 -146.042 + 15 240.681 539 2 0 -26.821 -72.05 -145.907 + 15 276.369 765 4 1 -27.0499 -72.0049 -84.5024 + 15 62.1207 533 4 0 -26.8538 -73.3564 -85.85 + 15 115.941 532 4 0 -26.8428 -73.45 -85.8743 + 15 28.1376 356 0 0 -42.9983 -108.75 -205.968 +Number of digits in this event = 47 +Using G4ParticleGun ... +9.462 LIN e- Event: 16 -Number of tracker hits in this event = 151 - 16 196.491 784 11 1 -23.1459 53.4864 125.55 - 16 134.324 1167 11 0 -23.1449 53.4862 124.15 - 16 145.984 784 10 1 -23.1252 53.4795 95.55 - 16 138.155 1167 10 0 -23.1255 53.4785 94.15 - 16 255.321 784 9 1 -23.1289 53.4579 65.55 - 16 130.019 1167 9 0 -23.1305 53.4548 64.15 - 16 283.916 784 8 1 -23.1646 53.3929 35.55 - 16 112.765 1166 8 0 -23.1696 53.3922 34.15 - 16 197.495 783 7 1 -23.2581 53.3887 5.55 - 16 116.409 1166 7 0 -23.2586 53.3922 4.15 - 16 102.278 783 6 1 -23.2802 53.4685 -24.45 - 16 118.08 1167 6 0 -23.279 53.4718 -25.85 - 16 125.621 783 5 1 -23.2544 53.534 -54.45 - 16 102.738 1167 5 0 -23.2535 53.5354 -55.85 - 16 887.116 784 4 1 -23.2306 53.5747 -84.45 - 16 278.239 1167 4 0 -23.2267 53.5779 -85.85 - 16 356.134 784 3 1 -23.1568 53.639 -114.45 - 16 296.103 1167 3 0 -23.1546 53.6396 -115.85 - 16 312.28 784 2 1 -23.1004 53.6722 -144.45 - 16 237.864 1168 2 0 -23.0968 53.673 -145.85 - 16 123.281 785 1 1 -23.0217 53.6959 -174.45 - 16 195.202 1168 1 0 -23.0126 53.6979 -175.85 - 16 194.58 786 0 1 -22.8182 53.7535 -204.45 - 16 123.892 1168 0 0 -22.8102 53.7582 -205.85 - 16 308.218 1036 3 0 21.719 27.3278 -116.25 - 16 63.2156 1037 3 0 22.6793 27.4501 -116.069 - 16 81.6389 1038 3 0 22.7869 27.65 -116.186 - 16 67.9937 1039 3 0 22.7001 27.85 -116.233 - 16 73.5377 1040 3 0 22.6378 28.0501 -116.203 - 16 91.9211 1041 3 0 22.4991 28.25 -116.187 - 16 1.56155 1042 3 0 22.2587 28.45 -116.248 - 16 301.25 1127 3 0 -44.5369 45.4506 -116.25 - 16 99.9791 1126 3 0 -44.5374 45.45 -116.249 - 16 10.4341 1128 3 0 -44.8089 45.65 -116.146 - 16 138.867 783 4 1 -23.25 53.5625 -84.5139 - 16 415.458 1166 4 0 -23.4987 53.45 -85.907 - 16 131.96 756 3 1 -28.6647 50.032 -114.45 - 16 152.216 1150 3 0 -29.2253 50.0569 -115.85 - 16 133.058 705 2 1 -38.8736 50.2639 -144.45 - 16 155.533 1151 2 0 -39.2928 50.2672 -145.85 - 16 81.8869 661 1 1 -47.8206 50.6541 -174.451 - 16 107.124 660 1 1 -47.85 50.6202 -174.611 - 16 126.56 1151 1 0 -48.0826 50.3717 -175.85 - 16 61.002 636 0 1 -52.8064 44.0144 -204.451 - 16 74.0118 635 0 1 -52.85 43.9385 -204.611 - 16 81.8731 1116 0 0 -53.2601 43.3568 -205.85 - 16 45.3332 1115 0 0 -53.3604 43.25 -206.101 - 16 353.31 966 3 0 -76.1505 13.3659 -116.249 - 16 58.116 1119 0 0 -59.4189 44.0362 -205.85 - 16 158.639 1168 4 0 -23.1633 53.6724 -85.85 - 16 142.287 789 3 1 -22.0969 55.6121 -114.45 - 16 111.917 1178 3 0 -22.0556 55.6935 -115.85 - 16 159.157 794 2 1 -21.0814 57.2472 -144.45 - 16 109.789 1185 2 0 -21.2136 57.177 -145.85 - 16 120.765 779 1 1 -24.0538 55.5993 -174.45 - 16 114.921 1177 1 0 -24.1052 55.5823 -175.85 - 16 103.093 774 0 1 -25.1086 54.9577 -204.45 - 16 123.369 1174 0 0 -25.2088 54.9573 -205.85 - 16 4.71912 784 7 1 -23.25 53.4473 5.35867 - 16 24.9338 1176 7 0 -23.1135 55.346 4.14951 - 16 70.0661 1177 7 0 -23.1054 55.45 4.07074 - 16 108.698 1178 7 0 -23.1241 55.6512 3.91519 - 16 138.314 1161 7 0 -41.9292 52.3305 3.7503 - 16 126.606 692 7 1 -41.5089 52.7284 5.15029 - 16 420.124 693 7 1 -41.45 52.7903 5.28168 - 16 51.3 691 7 1 -41.6501 52.5646 5.23552 - 16 19.3225 1163 7 0 -44.2826 52.6512 4.14987 - 16 433.688 1162 7 0 -44.3176 52.65 4.13495 - 16 81.1624 785 2 1 -23.05 52.7844 -144.528 - 16 94.4443 786 2 1 -22.85 52.6573 -144.633 - 16 74.5304 787 2 1 -22.65 52.5045 -144.751 - 16 106.65 1156 2 0 -21.0644 51.402 -145.85 - 16 101.608 1155 2 0 -20.8362 51.25 -145.991 - 16 38.4397 1154 2 0 -20.5205 51.0499 -146.175 - 16 146.243 997 1 1 19.4632 34.3434 -174.45 - 16 84.1269 998 1 1 19.65 34.7294 -174.684 - 16 69.2051 1081 1 0 20.1068 36.2557 -175.85 - 16 85.9148 1082 1 0 20.176 36.45 -175.999 - 16 156.357 1083 1 0 20.2554 36.65 -176.145 - 16 129.597 1102 0 1 40.6133 77.6364 -204.45 - 16 35.9083 1291 0 0 40.4709 78.3813 -205.85 - 16 68.9432 1292 0 0 40.4687 78.45 -205.983 - 16 240.112 783 2 1 -23.4468 52.9764 -144.45 - 16 269.09 1164 2 0 -23.4481 52.9738 -145.85 - 16 222.388 782 1 1 -23.4695 52.9317 -174.45 - 16 123.517 1164 1 0 -23.4705 52.9297 -175.85 - 16 155.669 782 0 1 -23.4914 52.8798 -204.45 - 16 102.999 1164 0 0 -23.4916 52.8799 -205.85 - 16 118.58 1402 0 0 8.40697 100.595 -206.25 - 16 73.9001 1403 0 0 8.24056 100.75 -206.013 - 16 68.2295 1404 0 0 8.09926 100.95 -206.018 - 16 78.6296 1405 0 0 8.01078 101.15 -205.994 - 16 146.797 1406 0 0 7.98987 101.35 -206.057 - 16 27.1833 940 0 1 8.20981 101.03 -204.85 - 16 244.964 941 0 1 8.25024 101.043 -204.779 - 16 184.567 1305 1 0 108.54 81.1837 -176.25 - 16 147.972 1304 1 0 108.858 81.05 -175.962 - 16 45.1092 785 9 1 -23.05 53.6638 65.2763 - 16 47.1156 1171 9 0 -22.639 54.4355 64.15 - 16 119.215 1172 9 0 -22.6309 54.45 64.1281 - 16 74.4376 1173 9 0 -22.5377 54.65 63.8042 - 16 54.8478 821 8 1 -15.8104 73.0053 35.5495 - 16 56.6214 820 8 1 -15.85 73.0476 35.3422 - 16 28.4192 1266 8 0 -15.8513 73.4144 34.15 - 16 95.0162 1267 8 0 -15.845 73.45 34.0408 - 16 161.776 814 7 1 -17.0895 87.8445 5.55 - 16 39.5187 815 7 1 -17.05 87.9934 5.26358 - 16 87.6391 1343 7 0 -16.7675 88.7093 4.14997 - 16 38.465 1344 7 0 -16.6686 88.85 3.87421 - 16 57.3903 1297 3 0 129.689 79.5534 -115.85 - 16 105.73 783 11 1 -23.25 53.4409 125.467 - 16 10.137 782 11 1 -23.45 53.3931 125.172 - 16 161.168 1165 11 0 -24.0671 53.2344 124.15 - 16 17.5611 1403 11 0 -1.89949 100.893 123.75 - 16 60.0587 1404 11 0 -1.88188 100.95 123.777 - 16 78.6444 1405 11 0 -1.88956 101.15 123.892 - 16 30.2139 1406 11 0 -1.90028 101.35 124.064 - 16 142.892 890 11 1 -1.96394 102.417 125.15 - 16 229.354 889 11 1 -2.05 102.856 125.354 - 16 5.16441 888 11 1 -2.25018 103.615 125.159 - 16 35.9682 1427 11 0 -2.51373 105.663 124.15 - 16 58.2129 1428 11 0 -2.5149 105.75 124.116 - 16 60.9638 1429 11 0 -2.47297 105.95 124.06 - 16 67.1112 1430 11 0 -2.42529 106.15 123.999 - 16 92.0865 1431 11 0 -2.3332 106.35 123.995 - 16 279.035 1432 11 0 -2.25603 106.55 124.036 - 16 409.36 1433 11 0 -2.05273 106.75 124.108 - 16 43.4378 907 11 1 1.60657 102.625 125.15 - 16 21.2801 908 11 1 1.65 102.564 125.159 - 16 246.76 1408 11 0 3.87042 101.758 124.15 - 16 152.968 1407 11 0 3.89012 101.75 124.138 - 16 57.9408 1301 11 0 -11.4766 80.4331 123.75 - 16 151.125 1165 3 0 -23.2351 53.2333 -115.85 - 16 123.354 778 2 1 -24.3049 54.57 -144.45 - 16 190.918 1173 2 0 -24.3305 54.6651 -145.85 - 16 131.876 774 1 1 -25.1053 56.7687 -174.45 - 16 134.705 1184 1 0 -25.1611 56.9193 -175.85 - 16 133.819 769 0 1 -26.1083 60.0423 -204.45 - 16 139.479 1200 0 0 -26.1657 60.2114 -205.85 - 16 29.3195 1201 0 0 -26.178 60.25 -206.162 - 16 118.589 782 2 1 -23.45 53.4424 -144.545 - 16 144.379 1169 2 0 -24.5616 53.8713 -145.85 - 16 47.6569 1170 2 0 -24.8957 54.05 -146.168 - 16 109.832 606 1 1 -58.6629 72.0333 -174.45 - 16 0.340407 605 1 1 -58.8501 71.9873 -174.849 - 16 94.5308 1257 1 0 -59.5882 71.5795 -175.85 - 16 52.2348 1256 1 0 -59.7665 71.45 -176.118 - 16 113.269 1167 2 0 -23.3092 53.5008 -145.85 - 16 154.357 1167 1 0 -23.5034 53.5644 -175.85 - 16 121.574 781 0 1 -23.763 53.5707 -204.45 - 16 141.866 1167 0 0 -23.7791 53.5675 -205.85 -Number of digits in this event = 72 -Using G4ParticleGun ... -5.41259 LIN +Number of tracker hits in this event = 101 + 16 318.198 1447 8 1 109.669 83.7288 35.55 + 16 132.742 1318 8 0 109.669 83.7288 34.15 + 16 345.685 1447 7 1 109.67 83.7295 5.55 + 16 336.186 1318 7 0 109.67 83.7293 4.15 + 16 329.093 1447 6 1 109.679 83.7227 -24.45 + 16 331.095 1318 6 0 109.678 83.7227 -25.85 + 16 311.419 1447 5 1 109.66 83.7208 -54.45 + 16 404.348 1318 5 0 109.659 83.72 -55.85 + 16 239.682 1447 4 1 109.649 83.706 -84.45 + 16 116.131 1318 4 0 109.649 83.7046 -85.85 + 16 114.742 1447 3 1 109.645 83.6847 -114.45 + 16 173.966 1318 3 0 109.645 83.6836 -115.85 + 16 119.732 1447 2 1 109.641 83.6578 -144.45 + 16 209.338 1318 2 0 109.641 83.6566 -145.85 + 16 578.232 1447 1 1 109.647 83.6333 -174.45 + 16 192.374 1317 1 0 109.647 83.634 -175.85 + 16 433.079 1447 0 1 109.647 83.6525 -204.45 + 16 383.211 1318 0 0 109.648 83.6525 -205.85 + 16 44.1095 1677 5 0 60.5342 155.623 -56.25 + 16 118.093 1317 0 0 109.627 83.6099 -205.85 + 16 95.0873 1172 13 0 119.437 54.5541 183.75 + 16 181.448 1435 6 1 107.284 84.285 -24.45 + 16 94.2402 1321 6 0 107.156 84.4193 -25.85 + 16 16.4435 1322 6 0 107.125 84.45 -26.1813 + 16 115.48 1421 5 1 104.418 86.8026 -54.45 + 16 206.072 1333 5 0 104.371 86.7869 -55.8503 + 16 313.107 1408 4 1 101.755 85.3184 -84.45 + 16 155.515 1326 4 0 101.943 85.4139 -85.85 + 16 360.791 1426 3 1 105.407 87.9247 -114.45 + 16 114.983 1340 3 0 105.239 88.1906 -115.85 + 16 15.926 1341 3 0 105.207 88.2501 -116.209 + 16 119.047 1414 2 1 103.138 93.0527 -144.45 + 16 137.279 1364 2 0 102.932 93.0108 -145.85 + 16 146.163 1386 1 1 97.5211 90.9101 -174.45 + 16 83.3592 1352 1 0 97.2076 90.575 -175.85 + 16 95.2681 1351 1 0 97.1853 90.55 -175.949 + 16 122.705 1361 0 1 92.4929 82.4542 -204.45 + 16 28.7618 1360 0 1 92.3499 82.4507 -204.757 + 16 514.837 1312 0 0 91.8029 82.4682 -205.85 + 16 20.6273 1311 0 0 91.631 82.45 -206.083 + 16 154.718 1453 6 1 110.839 82.5099 -24.4501 + 16 22.8928 1312 6 0 111.15 82.6426 -25.8505 + 16 91.1979 1313 6 0 111.167 82.65 -25.9281 + 16 131.369 1487 5 1 117.681 85.1828 -54.45 + 16 118.895 1326 5 0 117.903 85.4102 -55.85 + 16 238.867 1327 5 0 117.945 85.4501 -56.1 + 16 29.3923 1517 4 1 123.711 90.15 -84.5378 + 16 57.3195 1518 4 1 123.75 90.1713 -84.6544 + 16 208.079 1351 4 0 124.131 90.3676 -85.85 + 16 104.003 1563 3 1 132.801 94.6475 -114.451 + 16 7.48936 1373 3 0 133.214 94.944 -115.85 + 16 126.823 1374 3 0 133.223 94.9501 -115.879 + 16 165.915 1609 2 1 142.047 100.456 -144.45 + 16 266.063 1402 2 0 142.33 100.658 -145.85 + 16 234.255 1644 1 1 148.953 104.946 -174.45 + 16 79.2872 1424 1 0 149.5 105.12 -175.85 + 16 45.0353 1425 1 0 149.591 105.15 -176.108 + 16 58.5573 1694 0 1 159.088 108.27 -204.45 + 16 122.756 1695 0 1 159.15 108.291 -204.66 + 16 111.08 1441 0 0 159.492 108.4 -205.85 + 16 148.575 1317 4 0 109.601 83.6286 -85.85 + 16 117.696 1446 3 1 109.369 83.6365 -114.45 + 16 130.355 1317 3 0 109.348 83.6365 -115.85 + 16 129.907 1443 2 1 108.898 83.7104 -144.45 + 16 97.3951 1440 1 1 108.165 83.8478 -174.45 + 16 21.2087 1439 1 1 108.15 83.856 -174.757 + 16 180.787 1319 1 0 108.101 83.8875 -175.85 + 16 111.459 1433 0 1 106.903 84.7516 -204.45 + 16 223.172 1323 0 0 106.862 84.8245 -205.85 + 16 45.7477 1293 0 0 111.022 78.7732 -206.25 + 16 79.1084 1294 0 0 111.051 78.85 -206.113 + 16 31.8654 1295 0 0 111.077 79.05 -205.934 + 16 122.368 1454 0 1 111.056 80.0958 -204.85 + 16 33.4477 1135 1 1 47.2343 128.852 -174.85 + 16 279.521 1446 1 1 109.55 83.5734 -174.492 + 16 266.588 1316 1 0 109.392 83.45 -176.095 + 16 141.911 1164 0 0 110.254 53.05 -206.023 + 16 175.507 1163 0 0 110.194 52.85 -206.103 + 16 75.2441 1315 1 0 109.14 83.25 -176.061 + 16 43.7436 1396 0 1 99.4565 78.1317 -204.45 + 16 67.7232 1397 0 1 99.5503 78.1936 -204.604 + 16 61.2955 1398 0 1 99.75 78.1384 -204.644 + 16 80.5137 1399 0 1 99.9501 78.0375 -204.601 + 16 66.4216 1400 0 1 100.15 77.886 -204.555 + 16 60.5777 1401 0 1 100.35 77.7328 -204.488 + 16 120.728 1402 0 1 100.67 77.545 -204.45 + 16 152.118 1289 0 0 100.749 77.858 -205.851 + 16 96.6665 1448 1 1 109.75 83.8926 -174.735 + 16 255.382 1446 6 1 109.55 83.6053 -24.619 + 16 6.85502 1311 6 0 108.889 82.2691 -25.8501 + 16 81.6129 1310 6 0 108.88 82.25 -25.8669 + 16 63.8409 1309 6 0 108.78 82.0492 -26.0301 + 16 45.8892 1308 6 0 108.677 81.85 -26.1765 + 16 93.8939 1327 5 1 85.528 38.2695 -54.45 + 16 28.9197 1326 5 1 85.4497 38.2786 -54.7408 + 16 111.014 1092 5 0 85.1058 38.4629 -55.85 + 16 106.54 1314 4 1 82.9705 37.8244 -84.4504 + 16 119.988 1089 4 0 82.7695 37.9775 -85.8517 + 16 68.4061 1313 3 1 82.7509 41.7274 -114.45 + 16 141.191 1314 3 1 82.85 41.597 -114.609 + 16 102.504 1103 3 0 83.2101 40.8411 -115.85 +Number of digits in this event = 49 +Using G4ParticleGun ... +2.68376 LIN e- Event: 17 -Number of tracker hits in this event = 106 - 17 213.924 527 11 1 -74.4812 -29.2489 125.55 - 17 124.616 753 11 0 -74.4816 -29.2504 124.15 - 17 126.671 527 10 1 -74.4895 -29.282 95.55 - 17 137.485 753 10 0 -74.4908 -29.2827 94.15 - 17 125.405 527 9 1 -74.5137 -29.2879 65.55 - 17 84.8889 753 9 0 -74.5172 -29.2877 64.15 - 17 138.002 527 8 1 -74.5845 -29.2817 35.55 - 17 113.163 753 8 0 -74.5873 -29.2803 34.15 - 17 135.401 527 7 1 -74.6442 -29.2453 5.55 - 17 217.734 754 7 0 -74.6476 -29.2436 4.15 - 17 131.573 526 6 1 -74.716 -29.205 -24.45 - 17 108.15 754 6 0 -74.7183 -29.2034 -25.85 - 17 97.4386 526 5 1 -74.7616 -29.1734 -54.45 - 17 134.018 754 5 0 -74.7667 -29.1729 -55.85 - 17 199.774 525 4 1 -74.8701 -29.1579 -84.45 - 17 119.194 754 4 0 -74.8726 -29.1486 -85.85 - 17 102.42 525 3 1 -74.9395 -28.9528 -114.45 - 17 128.276 755 3 0 -74.9411 -28.9447 -115.85 - 17 862.421 525 2 1 -74.9594 -28.7925 -144.45 - 17 490.178 756 2 0 -74.9574 -28.7877 -145.85 - 17 485.914 525 1 1 -74.8876 -28.6964 -174.45 - 17 198.089 756 1 0 -74.8888 -28.6947 -175.85 - 17 425.264 525 0 1 -74.8803 -28.6938 -204.45 - 17 127.822 756 0 0 -74.8901 -28.6785 -205.85 - 17 288.5 757 0 0 -74.8906 -28.6499 -206.077 - 17 75.1776 757 2 0 -75.005 -28.6498 -146 - 17 189.079 853 2 0 -99.477 -9.36142 -146.25 - 17 65.7677 407 2 1 -98.7048 -8.56109 -144.85 - 17 379.2 406 2 1 -98.7501 -8.4639 -144.651 - 17 68.3433 860 2 0 -98.0204 -7.93257 -145.85 - 17 29.5652 861 2 0 -97.9523 -7.85 -145.869 - 17 142.079 409 2 1 -98.1871 -7.49947 -144.85 - 17 126.712 524 1 1 -75.0573 -28.641 -174.45 - 17 60.7573 757 1 0 -75.0691 -28.6483 -175.85 - 17 131.053 523 0 1 -75.348 -28.8508 -204.45 - 17 254.326 755 0 0 -75.4085 -28.8772 -205.85 - 17 142.988 529 1 1 -74.1994 -30.1686 -174.45 - 17 119.662 749 1 0 -74.1289 -30.0992 -175.85 - 17 103.754 535 0 1 -72.964 -28.6421 -204.45 - 17 114.85 532 1 0 -127.786 -73.45 -176.119 - 17 66.0052 317 4 1 -116.55 52.7476 -84.7567 - 17 50.2224 316 4 1 -116.75 53.0977 -84.6837 - 17 424.842 526 2 1 -74.85 -29.1104 -144.565 - 17 80.1264 758 2 0 -74.4168 -28.3884 -145.85 - 17 80.2056 759 2 0 -74.3292 -28.25 -146.096 - 17 2.99889 576 1 1 -64.6579 -12.7316 -174.45 - 17 82.5988 577 1 1 -64.65 -12.7282 -174.455 - 17 100.88 578 1 1 -64.45 -12.624 -174.585 - 17 106.453 579 1 1 -64.25 -12.4934 -174.712 - 17 108.209 844 1 0 -62.8458 -11.2077 -175.85 - 17 127.8 845 1 0 -62.6301 -11.05 -175.977 - 17 184.428 846 1 0 -62.233 -10.85 -176.075 - 17 141.406 847 1 0 -61.7905 -10.65 -176.117 - 17 166.794 848 1 0 -61.326 -10.45 -176.112 - 17 174.203 849 1 0 -60.844 -10.2499 -176.106 - 17 98.3521 850 1 0 -60.4468 -10.05 -176.082 - 17 104.016 851 1 0 -60.1359 -9.85 -176.064 - 17 129.282 852 1 0 -59.7837 -9.65 -176.059 - 17 86.8584 853 1 0 -59.4543 -9.45 -176.069 - 17 163.795 854 1 0 -59.1381 -9.25 -176.07 - 17 168.258 855 1 0 -58.7936 -9.04987 -176.019 - 17 112.405 856 1 0 -58.4716 -8.85 -175.956 - 17 128.761 857 1 0 -58.1022 -8.64971 -175.929 - 17 50.8373 858 1 0 -57.7352 -8.45 -175.885 - 17 50.4667 634 1 1 -53.1901 -6.30333 -174.85 - 17 175.24 635 1 1 -53.0499 -6.23782 -174.824 - 17 63.9313 636 1 1 -52.8495 -6.12022 -174.8 - 17 195.022 637 1 1 -52.6499 -5.98297 -174.791 - 17 74.7987 638 1 1 -52.4498 -5.80846 -174.788 - 17 66.2691 639 1 1 -52.25 -5.62848 -174.776 - 17 79.8456 640 1 1 -52.0498 -5.44461 -174.757 - 17 99.7691 641 1 1 -51.85 -5.24681 -174.767 - 17 241.677 642 1 1 -51.65 -5.03477 -174.767 - 17 223.071 643 1 1 -51.45 -4.82479 -174.763 - 17 61.6852 644 1 1 -51.25 -4.66079 -174.738 - 17 155.457 645 1 1 -51.05 -4.52749 -174.682 - 17 73.9675 646 1 1 -50.85 -4.41605 -174.587 - 17 91.1942 647 1 1 -50.65 -4.21074 -174.506 - 17 58.3535 648 1 1 -50.45 -4.02951 -174.471 - 17 58.0078 651 1 1 -49.8378 -3.50283 -174.45 - 17 73.7505 652 1 1 -49.65 -3.54281 -174.606 - 17 50.2647 653 1 1 -49.4493 -3.54856 -174.756 - 17 159.173 881 1 0 -47.2467 -3.71717 -175.85 - 17 40.6471 880 1 0 -46.7461 -3.85004 -176.155 - 17 420.869 658 1 0 -33.5858 -48.2617 -176.25 - 17 79.0915 659 1 0 -34.1364 -48.2499 -175.962 - 17 76.0549 660 1 0 -34.1136 -48.05 -176.112 - 17 171.492 661 1 0 -33.97 -47.85 -176.185 - 17 45.0925 816 1 0 41.6681 -16.7912 -176.25 - 17 158.462 869 1 0 -52.6379 -6.19142 -175.85 - 17 3.53884 776 1 1 -24.85 10.5622 -174.848 - 17 222.13 754 2 0 -74.8937 -29.099 -145.85 - 17 228.153 754 1 0 -74.9122 -29.097 -175.85 - 17 203.576 512 2 1 -77.4524 -63.2742 -144.85 - 17 150.461 1018 9 0 -47.2588 23.65 64.0706 - 17 120.484 754 0 0 -75.021 -29.0603 -205.85 - 17 111.537 371 10 0 -36.3036 -105.872 93.75 - 17 69.7012 370 10 0 -36.2858 -105.95 93.8378 - 17 198 396 2 0 15.1602 -100.75 -146.135 - 17 171.437 527 6 1 -74.5561 -29.4125 -24.4503 - 17 114.482 749 6 0 -74.5334 -30.0513 -25.8501 - 17 24.8185 421 4 0 -97.9318 -95.95 -86.0945 - 17 20.3948 697 1 1 -40.65 -150.705 -174.53 - 17 17.0961 407 4 1 -98.6718 -95.7459 -84.85 - 17 128.206 422 4 0 -99.5006 -95.6114 -85.85 - 17 34.9894 423 4 0 -99.5846 -95.55 -85.8996 -Number of digits in this event = 57 +Number of tracker hits in this event = 43 + 17 161.844 982 10 1 16.4958 -110.465 95.55 + 17 162.416 348 10 0 16.5003 -110.465 94.15 + 17 117.356 982 9 1 16.5961 -110.483 65.55 + 17 150.416 348 9 0 16.6007 -110.48 64.15 + 17 137.193 983 8 1 16.6929 -110.425 35.55 + 17 117.42 348 8 0 16.699 -110.423 34.15 + 17 105.342 983 7 1 16.8189 -110.375 5.55 + 17 167.274 348 7 0 16.8254 -110.371 4.15 + 17 112.728 984 6 1 16.9506 -110.303 -24.45 + 17 203.265 349 6 0 16.9614 -110.301 -25.85 + 17 114.146 985 5 1 17.1965 -110.244 -54.45 + 17 113.89 349 5 0 17.2093 -110.244 -55.85 + 17 151.436 987 4 1 17.4721 -110.227 -84.45 + 17 118.111 349 4 0 17.4865 -110.225 -85.85 + 17 132.543 988 3 1 17.7776 -110.208 -114.45 + 17 471.716 349 3 0 17.7923 -110.209 -115.85 + 17 126.517 990 2 1 18.1066 -110.228 -144.45 + 17 105.697 349 2 0 18.122 -110.228 -145.85 + 17 116.571 991 1 1 18.4415 -110.234 -174.45 + 17 113.334 349 1 0 18.4564 -110.234 -175.85 + 17 129.585 993 0 1 18.7669 -110.26 -204.45 + 17 92.6667 349 0 0 18.7779 -110.263 -205.85 + 17 174.995 502 6 1 -79.45 -107.759 -24.73 + 17 3.55967 503 6 1 -79.45 -107.73 -24.5192 + 17 143.243 986 4 1 17.45 -110.222 -84.473 + 17 49.4718 347 4 0 17.728 -110.682 -85.85 + 17 131.265 346 4 0 17.7683 -110.75 -85.9558 + 17 303.458 345 4 0 17.9455 -110.95 -86.1441 + 17 68.8714 344 4 0 18.119 -111.15 -85.9934 + 17 122.399 987 1 1 17.6199 -110.009 -174.45 + 17 25.9641 986 1 1 17.45 -110.269 -174.791 + 17 64.7198 345 1 0 16.9532 -111.016 -175.85 + 17 76.4811 344 1 0 16.8648 -111.15 -176.053 + 17 56.3191 922 0 1 4.60944 -125.296 -204.45 + 17 77.895 921 0 1 4.45 -125.356 -204.539 + 17 65.5193 920 0 1 4.25 -125.418 -204.658 + 17 27.6108 919 0 1 4.05 -125.468 -204.788 + 17 198.964 270 0 0 2.31236 -125.987 -205.85 + 17 10.1673 269 0 0 1.73033 -126.15 -206.23 + 17 21.874 382 2 0 -101.071 -103.702 -146.25 + 17 289.777 389 2 1 -102.155 -103.647 -144.85 + 17 77.3975 982 8 1 16.65 -110.379 35.3253 + 17 282.515 345 8 0 17.0717 -110.984 34.1498 +Number of digits in this event = 22 Using G4ParticleGun ... -8.95911 LIN +7.38537 LIN e- Event: 18 -Number of tracker hits in this event = 43 - 18 140.132 328 9 1 -114.522 62.5693 65.55 - 18 139.343 1212 9 0 -114.522 62.5691 64.15 - 18 190.053 328 8 1 -114.531 62.5642 35.55 - 18 187.994 1212 8 0 -114.531 62.5644 34.15 - 18 189.712 328 7 1 -114.543 62.5742 5.55 - 18 131.263 1212 7 0 -114.543 62.5749 4.15 - 18 125.403 327 6 1 -114.555 62.5826 -24.45 - 18 118.436 1212 6 0 -114.556 62.5824 -25.85 - 18 115.017 327 5 1 -114.578 62.5799 -54.45 - 18 108.819 1212 5 0 -114.578 62.5788 -55.85 - 18 143.798 327 4 1 -114.58 62.5535 -84.45 - 18 148.577 1212 4 0 -114.581 62.5525 -85.85 - 18 134.904 327 3 1 -114.604 62.5317 -114.45 - 18 138.377 1212 3 0 -114.604 62.5296 -115.85 - 18 444.598 327 2 1 -114.622 62.4811 -144.45 - 18 489.657 1212 2 0 -114.624 62.4794 -145.85 - 18 274.908 327 1 1 -114.662 62.4487 -174.45 - 18 121.129 1211 1 0 -114.664 62.4476 -175.85 - 18 894.1 327 0 1 -114.716 62.4269 -204.45 - 18 338.522 1211 0 0 -114.717 62.4254 -205.85 - 18 548.669 1212 0 0 -114.705 62.45 -205.862 - 18 26.025 326 0 1 -114.75 62.3522 -204.779 - 18 222.584 1207 0 0 -115.498 61.6069 -205.85 - 18 59 1206 0 0 -115.615 61.45 -206 - 18 76.9299 1205 0 0 -115.638 61.25 -206.133 - 18 23.9442 1204 0 0 -115.794 61.05 -206.242 - 18 190.514 1212 1 0 -114.609 62.5305 -175.85 - 18 238.749 1213 0 0 -114.733 62.7573 -205.85 - 18 142.208 326 1 1 -114.761 62.6573 -174.45 - 18 113.09 1213 1 0 -114.752 62.6627 -175.85 - 18 19.0727 327 8 1 -114.55 62.5476 35.1614 - 18 99.2042 1211 8 0 -118.536 62.4038 34.15 - 18 29.6247 295 8 1 -120.958 62.5886 35.15 - 18 43.7135 1210 8 0 -122.662 62.115 34.15 - 18 205.304 1209 8 0 -122.716 62.05 34.1223 - 18 127.019 1173 0 0 -103.828 54.844 -206.25 - 18 52.9556 386 0 1 -102.862 54.687 -204.85 - 18 121.266 387 0 1 -102.75 54.6686 -204.687 - 18 112.789 1151 1 0 -89.8554 50.3792 -176.249 - 18 76.2681 451 1 1 -89.6816 50.0893 -174.85 - 18 81.908 452 1 1 -89.65 50.0464 -174.669 - 18 304.222 463 1 1 -87.3984 45.1119 -174.45 - 18 425.602 462 1 1 -87.45 44.6567 -174.707 -Number of digits in this event = 30 +Number of tracker hits in this event = 40 + 18 116.692 740 9 1 -31.8838 122.108 65.55 + 18 161.769 1509 9 0 -31.8827 122.107 64.15 + 18 160.999 740 8 1 -31.8621 122.098 35.55 + 18 105.872 1509 8 0 -31.8642 122.099 34.15 + 18 142.749 740 7 1 -31.9029 122.126 5.55 + 18 140.035 1509 7 0 -31.9055 122.127 4.15 + 18 119.226 740 6 1 -31.9609 122.149 -24.45 + 18 244.585 1509 6 0 -31.9608 122.148 -25.85 + 18 142.424 740 5 1 -31.9347 122.118 -54.45 + 18 100.693 1509 5 0 -31.9314 122.118 -55.85 + 18 203.988 740 4 1 -31.8666 122.107 -84.45 + 18 125.991 1509 4 0 -31.8631 122.109 -85.85 + 18 136.325 741 3 1 -31.7826 122.136 -114.45 + 18 145.19 1509 3 0 -31.7789 122.138 -115.85 + 18 152.205 741 2 1 -31.7072 122.179 -144.45 + 18 134.005 1510 2 0 -31.7038 122.18 -145.85 + 18 130.364 742 1 1 -31.6341 122.208 -174.45 + 18 122.342 1510 1 0 -31.6318 122.21 -175.85 + 18 121.376 742 0 1 -31.5756 122.247 -204.45 + 18 132.235 1510 0 0 -31.5737 122.249 -205.85 + 18 9.64794 1656 8 1 151.35 176.054 35.3733 + 18 7.82236 1745 9 1 169.175 177.889 65.15 + 18 136.377 1746 9 1 169.35 177.907 65.4265 + 18 349.193 1367 4 0 -110.783 93.7076 -86.25 + 18 70.9985 1368 4 0 -111.746 93.75 -85.8881 + 18 77.1628 1369 4 0 -111.812 93.95 -85.9572 + 18 119.5 1370 4 0 -111.871 94.1501 -86.0305 + 18 80.1771 1371 4 0 -112.06 94.35 -85.9844 + 18 203.665 1372 4 0 -112.113 94.55 -86.087 + 18 48.8053 1373 4 0 -112.098 94.75 -86.0731 + 18 115.956 1514 5 0 -31.3381 123.079 -55.85 + 18 70.5218 1515 5 0 -31.2794 123.151 -55.8929 + 18 245.316 1516 5 0 -31.0964 123.35 -55.9766 + 18 67.2862 1517 5 0 -30.8034 123.55 -56.0012 + 18 92.3233 1518 5 0 -30.7425 123.75 -56.0211 + 18 56.4878 1519 5 0 -30.6037 123.95 -56.1644 + 18 287.788 1601 5 0 -5.91102 140.426 -56.25 + 18 28.5654 869 5 1 -6.16259 140.908 -54.85 + 18 32.2795 1626 5 0 -6.85659 145.414 -55.85 + 18 106.516 1541 9 0 -36.7272 128.455 63.75 +Number of digits in this event = 23 Using G4ParticleGun ... -2.99006 LIN +3.08647 LIN e- Event: 19 -Number of tracker hits in this event = 76 - 19 142.069 1043 11 1 28.7204 58.6674 125.55 - 19 105.645 1193 11 0 28.7224 58.6673 124.15 - 19 168.605 1043 10 1 28.7661 58.6429 95.55 - 19 93.0629 1192 10 0 28.7688 58.6443 94.15 - 19 128.48 1043 9 1 28.8217 58.6701 65.55 - 19 173.161 1193 9 0 28.8235 58.6701 64.15 - 19 181.837 1044 8 1 28.859 58.68 35.55 - 19 151.45 1193 8 0 28.86 58.6799 34.15 - 19 135.31 1044 7 1 28.8761 58.6765 5.55 - 19 111.474 1193 7 0 28.876 58.676 4.15 - 19 105.956 1044 6 1 28.8662 58.6629 -24.45 - 19 250.219 1193 6 0 28.8663 58.6643 -25.85 - 19 115.504 1044 5 1 28.8707 58.6826 -54.45 - 19 111.783 1193 5 0 28.8697 58.6839 -55.85 - 19 148.452 1043 4 1 28.8462 58.7217 -84.45 - 19 101.889 1193 4 0 28.8415 58.7193 -85.85 - 19 115.56 1043 3 1 28.7603 58.673 -114.45 - 19 314.803 1193 3 0 28.7575 58.6682 -115.85 - 19 114.829 1043 2 1 28.7034 58.57 -144.45 - 19 161.189 1192 2 0 28.6914 58.5713 -145.85 - 19 116.767 1041 1 1 28.4472 58.5928 -174.45 - 19 253.515 1192 1 0 28.4343 58.5897 -175.85 - 19 106.244 1040 0 1 28.1648 58.5186 -204.45 - 19 82.1787 1192 0 0 28.153 58.5084 -205.85 - 19 72.5517 518 3 0 -8.2444 -76.2597 -116.25 - 19 47.2995 1314 13 1 82.9889 -149.497 185.55 - 19 64.8604 1042 1 1 28.5385 58.576 -174.45 - 19 75.3856 1043 1 1 28.6501 58.6542 -174.521 - 19 81.4805 1044 1 1 28.8503 58.7464 -174.581 - 19 361.898 1045 1 1 29.05 58.7541 -174.612 - 19 192.899 1046 1 1 29.25 58.7036 -174.685 - 19 251.031 1043 0 1 28.8152 58.9197 -204.45 - 19 247.822 1194 0 0 28.7997 58.9015 -205.85 - 19 272.857 1100 0 0 41.9497 40.2322 -206.25 - 19 30.2457 1191 1 0 29.3105 58.2788 -175.85 - 19 109.945 1190 1 0 29.3208 58.25 -175.899 - 19 19.875 1189 1 0 29.4487 58.05 -176.204 - 19 40.3628 1093 1 0 31.1432 38.7445 -176.25 - 19 102.134 1094 1 0 31.1139 38.8502 -176.101 - 19 8.14518 1095 1 0 31.1332 39.05 -175.884 - 19 99.6965 1055 1 1 31.2084 40.0896 -174.85 - 19 124.509 1056 1 1 31.25 40.3672 -174.646 - 19 86.9464 1057 1 1 31.45 40.703 -174.579 - 19 122.495 1058 1 1 31.65 40.8478 -174.625 - 19 54.731 1110 1 0 31.3842 42.1026 -175.85 - 19 69.2171 1111 1 0 31.3471 42.25 -176.009 - 19 12.7015 1134 0 0 17.9843 46.9221 -205.85 - 19 210.923 1047 1 1 29.45 58.7556 -174.511 - 19 76.9128 1048 1 1 29.65 58.5818 -174.548 - 19 86.7639 1049 1 1 29.85 58.3537 -174.573 - 19 68.9716 1050 1 1 30.05 58.135 -174.594 - 19 74.0829 1051 1 1 30.25 57.9225 -174.669 - 19 20.5976 1052 1 1 30.45 57.7343 -174.789 - 19 79.8224 1183 1 0 31.5899 56.759 -175.85 - 19 227.975 1182 1 0 31.7475 56.65 -175.982 - 19 300.246 1181 1 0 32.1324 56.45 -176.152 - 19 98.0041 1180 1 0 32.6227 56.25 -176.136 - 19 73.054 1179 1 0 32.8658 56.05 -176.132 - 19 126.059 1178 1 0 33.0093 55.85 -176.143 - 19 62.313 1177 1 0 33.1903 55.65 -176.148 - 19 69.3343 1176 1 0 33.3292 55.45 -176.096 - 19 68.5846 1175 1 0 33.46 55.2498 -176.038 - 19 103.785 1174 1 0 33.6436 55.05 -176.04 - 19 62.0825 1173 1 0 33.8083 54.85 -176.095 - 19 72.2426 1172 1 0 33.9301 54.65 -176.064 - 19 284.624 1072 1 1 34.5959 54.1145 -174.85 - 19 157.759 1073 1 1 34.65 54.0906 -174.8 - 19 178.049 1074 1 1 34.85 53.9922 -174.591 - 19 372.238 1071 1 1 34.45 53.3833 -174.683 - 19 50.9031 1395 1 0 42.9422 99.3497 -176.25 - 19 35.5823 1396 1 0 42.9422 99.35 -176.249 - 19 68.6657 1045 0 1 29.1966 59.0798 -204.45 - 19 456.21 1046 0 1 29.25 59.3306 -204.577 - 19 67.7829 1209 0 0 29.5138 61.861 -205.85 - 19 62.8246 1210 0 0 29.5253 62.0501 -205.95 - 19 57.8742 1211 0 0 29.5146 62.25 -206.122 -Number of digits in this event = 31 +Number of tracker hits in this event = 27 + 19 118.996 513 10 1 -77.3376 77.9445 95.55 + 19 131.375 1289 10 0 -77.337 77.9425 94.15 + 19 100.687 513 9 1 -77.3156 77.9076 65.55 + 19 135.414 1289 9 0 -77.313 77.9069 64.15 + 19 383.737 513 8 1 -77.2572 77.895 35.55 + 19 142.464 1289 8 0 -77.2561 77.8929 34.15 + 19 176.626 514 7 1 -77.2242 77.8497 5.55 + 19 102.144 1288 7 0 -77.2219 77.849 4.15 + 19 138.037 514 6 1 -77.1677 77.8427 -24.45 + 19 114.716 1288 6 0 -77.1639 77.8411 -25.85 + 19 163.519 514 5 1 -77.0953 77.8058 -54.45 + 19 151.249 1288 5 0 -77.0892 77.8054 -55.85 + 19 160.549 515 4 1 -76.9548 77.7888 -84.45 + 19 127.01 1288 4 0 -76.9489 77.7905 -85.85 + 19 132.038 516 3 1 -76.8255 77.826 -114.45 + 19 169.877 1288 3 0 -76.8201 77.8273 -115.85 + 19 109.592 516 2 1 -76.7023 77.8408 -144.45 + 19 104.514 1288 2 0 -76.6976 77.8418 -145.85 + 19 111.124 517 1 1 -76.6036 77.8666 -174.45 + 19 109.757 1289 1 0 -76.5972 77.8661 -175.85 + 19 117.42 517 0 1 -76.4747 77.8731 -204.45 + 19 137.688 1289 0 0 -76.4696 77.8744 -205.85 + 19 27.9206 652 0 1 -49.65 132.501 -204.776 + 19 243.883 653 0 1 -49.45 132.803 -204.62 + 19 26.3216 516 4 1 -76.85 77.7879 -84.829 + 19 72.0912 1292 4 0 -75.2629 78.5782 -85.85 + 19 311.906 1293 4 0 -75.1747 78.65 -85.932 +Number of digits in this event = 16 Using G4ParticleGun ... -5.96366 LIN +4.52544 LIN e- Event: 20 -Number of tracker hits in this event = 27 - 20 140.011 1383 10 1 96.9124 7.98898 95.55 - 20 135.03 939 10 0 96.9116 7.98885 94.15 - 20 130.32 1383 9 1 96.8916 7.98891 65.55 - 20 106.613 939 9 0 96.8894 7.98955 64.15 - 20 94.1814 1383 8 1 96.8468 7.99777 35.55 - 20 114.121 939 8 0 96.8454 7.99753 34.15 - 20 166.06 1383 7 1 96.8167 7.99436 5.55 - 20 99.7796 939 7 0 96.814 7.99595 4.15 - 20 108.085 1383 6 1 96.7539 8.02417 -24.45 - 20 134.402 939 6 0 96.751 8.0247 -25.85 - 20 116.622 1382 5 1 96.6887 8.0315 -54.45 - 20 119.976 939 5 0 96.6857 8.03057 -55.85 - 20 327.989 1382 4 1 96.6238 8.01552 -84.45 - 20 119.432 939 4 0 96.6215 8.01519 -85.85 - 20 119.943 1382 3 1 96.5749 8.0097 -114.45 - 20 147.311 939 3 0 96.5709 8.00885 -115.85 - 20 104.233 1381 2 1 96.4874 7.9926 -144.45 - 20 194.659 939 2 0 96.4888 7.99683 -145.85 - 20 119.391 1382 1 1 96.5553 7.99496 -174.45 - 20 141.634 939 1 0 96.5547 8.00731 -175.85 - 20 164.412 1381 0 1 96.5494 8.21394 -204.45 - 20 84.1314 1382 0 1 96.55 8.21424 -204.511 - 20 148.736 940 0 0 96.5614 8.21987 -205.85 - 20 147.77 1470 3 0 166.74 114.15 -115.99 - 20 51.34 1148 5 0 133.793 49.6724 -56.25 - 20 21.4514 828 0 0 80.0955 -14.3059 -206.25 - 20 180.31 1381 4 1 96.55 7.70919 -84.6593 -Number of digits in this event = 16 +Number of tracker hits in this event = 56 + 20 131.711 1129 11 1 45.9342 -57.1538 125.55 + 20 129.65 614 11 0 45.9342 -57.1529 124.15 + 20 121.998 1129 10 1 45.937 -57.1338 95.55 + 20 157.558 614 10 0 45.9343 -57.1354 94.15 + 20 120.619 1129 9 1 45.8675 -57.1672 65.55 + 20 163.209 614 9 0 45.8712 -57.1669 64.15 + 20 122.12 1129 8 1 45.9525 -57.1965 35.55 + 20 123.451 614 8 0 45.9734 -57.207 34.15 + 20 128.314 1131 7 1 46.4016 -57.4193 5.55 + 20 134.976 613 7 0 46.4217 -57.4331 4.15 + 20 107.756 1134 6 1 46.8507 -57.708 -24.45 + 20 119.765 611 6 0 46.884 -57.7224 -25.85 + 20 105.641 1137 5 1 47.569 -58.0342 -54.45 + 20 351.651 610 5 0 47.5998 -58.0476 -55.85 + 20 40.6217 609 5 0 47.6053 -58.05 -56.0955 + 20 93.485 1140 4 1 48.2457 -58.3503 -84.45 + 20 83.5557 1141 4 1 48.25 -58.352 -84.5995 + 20 114.291 608 4 0 48.2854 -58.3683 -85.85 + 20 118.045 1145 3 1 49.0917 -58.7066 -114.45 + 20 126.27 606 3 0 49.1422 -58.721 -115.85 + 20 128.745 1150 2 1 50.1649 -59.0381 -144.45 + 20 143.318 605 2 0 50.1746 -59.0416 -145.85 + 20 217.148 1151 1 1 50.3744 -59.1518 -174.45 + 20 230.169 604 1 0 50.409 -59.182 -175.85 + 20 23.2423 1155 0 1 51.2462 -59.7534 -204.45 + 20 91.0698 1156 0 1 51.25 -59.7551 -204.559 + 20 110.862 601 0 0 51.2947 -59.7757 -205.85 + 20 189.476 1149 0 1 50.0097 -58.4748 -204.45 + 20 110.338 608 0 0 49.9829 -58.442 -205.85 + 20 92.6453 584 4 0 21.6716 -63.2444 -86.25 + 20 96.7792 583 4 0 21.4631 -63.2504 -86.07 + 20 251.512 1005 4 1 21.2453 -63.5109 -84.85 + 20 89.6493 1006 4 1 21.25 -63.6795 -84.5115 + 20 79.9762 602 1 0 50.4202 -59.5446 -175.85 + 20 11.1436 1169 0 1 54.0275 -57.0721 -204.45 + 20 251.466 1170 0 1 54.05 -57.0607 -204.467 + 20 104.564 1171 0 1 54.2501 -56.9942 -204.597 + 20 92.3772 1172 0 1 54.4504 -57.0091 -204.697 + 20 56.7199 1173 0 1 54.65 -57.0338 -204.786 + 20 45.0811 1174 0 1 54.85 -57.0412 -204.831 + 20 30.9562 1175 0 1 55.05 -57.0212 -204.842 + 20 137.415 619 0 0 67.2273 -56.1145 -205.85 + 20 231.045 620 0 0 67.6795 -56.05 -205.86 + 20 18.4771 1253 0 1 70.7697 -54.7469 -204.85 + 20 83.2447 1254 0 1 70.85 -54.7089 -204.824 + 20 54.6536 1255 0 1 71.05 -54.6697 -204.757 + 20 88.8455 1256 0 1 71.25 -54.6746 -204.648 + 20 186.015 1257 0 1 71.45 -54.8095 -204.465 + 20 18.5941 622 0 0 72.0683 -55.6223 -205.85 + 20 223.391 621 0 0 72.1117 -55.6501 -205.932 + 20 330.648 1381 3 1 96.4536 -61.2885 -114.45 + 20 160.066 1131 1 1 46.3518 -57.2293 -174.45 + 20 104.796 613 1 0 46.3846 -57.2544 -175.85 + 20 137.425 1135 0 1 47.0923 -57.718 -204.45 + 20 102.954 611 0 0 47.1651 -57.7867 -205.85 + 20 104.944 1238 5 0 -101.028 67.8089 -56.25 +Number of digits in this event = 28 Using G4ParticleGun ... -5.6129 LIN +6.90342 LIN e- Event: 21 -Number of tracker hits in this event = 238 - 21 121.077 876 11 1 -4.65041 44.9542 125.55 - 21 100.854 1124 11 0 -4.65096 44.9539 124.15 - 21 156.019 876 10 1 -4.66153 44.9388 95.55 - 21 115.065 1124 10 0 -4.66132 44.9364 94.15 - 21 111.499 876 9 1 -4.6543 44.8789 65.55 - 21 166.849 1124 9 0 -4.65397 44.8752 64.15 - 21 108.009 876 8 1 -4.65564 44.7988 35.55 - 21 234.205 1123 8 0 -4.65443 44.7977 34.15 - 21 107.871 876 7 1 -4.73047 44.83 5.55 - 21 168.885 1123 7 0 -4.71997 44.818 4.15 - 21 143.865 877 6 1 -4.4772 44.5299 -24.45 - 21 166.103 1122 6 0 -4.45066 44.515 -25.85 - 21 126.002 881 5 1 -3.79886 44.2268 -54.45 - 21 107.435 1120 5 0 -3.76165 44.1792 -55.85 - 21 164.294 885 4 1 -2.94928 43.2341 -84.45 - 21 217.931 1115 4 0 -2.892 43.1777 -85.85 - 21 103.884 891 3 1 -1.67483 42.0562 -114.45 - 21 8.33975 892 3 1 -1.65 42.0418 -114.827 - 21 132.163 1109 3 0 -1.58663 42.004 -115.85 - 21 179.107 901 2 1 0.252177 41.0316 -144.45 - 21 181.913 1104 2 0 0.346709 40.9776 -145.85 - 21 126.435 911 1 1 2.27768 39.9689 -174.45 - 21 316.832 1099 1 0 2.36692 39.9767 -175.85 - 21 137.874 922 0 1 4.51513 40.0717 -204.45 - 21 180.23 1100 0 0 4.61577 40.0954 -205.85 - 21 240.015 904 1 1 1.02743 39.2269 -174.45 - 21 138.968 1095 1 0 0.85518 39.1081 -175.85 - 21 112.74 882 0 1 -3.58083 34.8491 -204.45 - 21 5.30488 881 0 1 -3.65 34.9108 -204.832 - 21 177.255 1074 0 0 -3.82583 35.0474 -205.85 - 21 178.033 1075 0 0 -3.82904 35.05 -205.869 - 21 3.09815 903 1 1 0.85 39.3592 -174.834 - 21 138.376 1098 1 0 0.476588 39.7498 -175.85 - 21 29.1314 847 0 1 -10.4622 50.5995 -204.45 - 21 109.539 848 0 1 -10.45 50.6157 -204.457 - 21 304.471 849 0 1 -10.25 50.9191 -204.586 - 21 129.084 850 0 1 -10.0499 51.256 -204.686 - 21 52.0736 851 0 1 -9.85 51.6839 -204.801 - 21 77.2815 1174 0 0 -8.29998 54.8946 -205.85 - 21 247.662 1175 0 0 -8.22476 55.05 -205.892 - 21 152.715 1176 0 0 -8.108 55.2501 -205.928 - 21 99.8746 1177 0 0 -7.93691 55.45 -205.952 - 21 120.406 1178 0 0 -7.74508 55.65 -205.975 - 21 118.67 1179 0 0 -7.56468 55.8501 -206.025 - 21 90.2458 1180 0 0 -7.31438 56.05 -206.106 - 21 48.0898 1181 0 0 -7.07065 56.25 -206.191 - 21 93.5996 1453 0 0 69.7773 110.782 -206.25 - 21 90.8237 1454 0 0 70.0095 110.95 -206.19 - 21 96.3612 1455 0 0 70.2139 111.15 -206.107 - 21 29.1477 1456 0 0 70.3361 111.35 -205.912 - 21 115.423 1255 0 1 71.0696 112.622 -204.85 - 21 145.236 1256 0 1 71.25 112.888 -204.741 - 21 701.571 1257 0 1 71.4501 113.121 -204.661 - 21 541.262 1258 0 1 71.65 113.74 -204.552 - 21 140.052 901 1 1 0.411046 40.481 -174.85 - 21 224.408 876 6 1 -4.66433 44.6932 -24.45 - 21 237.779 1123 6 0 -4.66457 44.6947 -25.85 - 21 227.531 876 5 1 -4.67176 44.7375 -54.45 - 21 166.411 1123 5 0 -4.67227 44.7381 -55.85 - 21 811.56 876 4 1 -4.68719 44.7443 -84.45 - 21 118.89 1123 4 0 -4.68467 44.7414 -85.85 - 21 565.585 877 3 1 -4.63107 44.6836 -114.45 - 21 113.752 1123 3 0 -4.63181 44.6833 -115.85 - 21 188.206 876 2 1 -4.65682 44.6786 -144.45 - 21 290.113 1123 2 0 -4.65708 44.6745 -145.85 - 21 145.845 876 1 1 -4.65779 44.5725 -174.45 - 21 107.293 1122 1 0 -4.6596 44.5686 -175.85 - 21 121.923 876 0 1 -4.69526 44.5122 -204.45 - 21 255.945 1122 0 0 -4.69979 44.508 -205.85 - 21 115.015 1635 1 0 175.835 147.255 -176.25 - 21 51.3019 1505 8 1 121.249 -19.5821 35.15 - 21 240.576 1506 8 1 121.35 -19.6828 35.2099 - 21 155.735 1124 3 0 -4.33105 44.9563 -115.85 - 21 114.368 914 2 1 2.88629 51.7504 -144.45 - 21 111.841 915 2 1 3.05 51.9318 -144.633 - 21 95.211 1163 2 0 4.1123 52.7178 -145.85 - 21 131.209 1164 2 0 4.30018 52.8502 -146.048 - 21 269.599 1122 3 0 -4.63477 44.65 -115.897 - 21 99.7174 879 2 1 -4.12159 44.0986 -144.45 - 21 136.381 1119 2 0 -4.19443 43.9873 -145.85 - 21 102.581 872 1 1 -5.53303 41.5834 -174.45 - 21 59.4203 1106 1 0 -5.60391 41.2996 -175.85 - 21 45.5141 1105 1 0 -5.6158 41.25 -176.094 - 21 254.67 865 0 1 -7.03758 35.1542 -204.45 - 21 224.469 876 3 1 -4.65 44.7855 -114.715 - 21 112.189 1127 3 0 -5.08734 45.4906 -115.85 - 21 66.7135 1128 3 0 -4.98649 45.65 -116.086 - 21 114.742 1354 3 0 20.6931 91.0408 -116.25 - 21 147.463 1355 3 0 20.9849 91.15 -116.111 - 21 130.563 1010 3 1 22.117 91.3025 -114.85 - 21 53.2506 1011 3 1 22.25 91.2154 -114.598 - 21 110.785 1122 5 0 -4.65298 44.6471 -55.85 - 21 570.936 877 4 1 -4.64525 44.6301 -84.45 - 21 325.361 1122 4 0 -4.64226 44.6263 -85.85 - 21 116.943 877 2 1 -4.49329 44.4593 -144.45 - 21 173.206 1122 2 0 -4.48546 44.456 -145.85 - 21 172.07 878 1 1 -4.32844 44.3854 -174.45 - 21 415.552 1121 1 0 -4.31695 44.3847 -175.85 - 21 355.66 879 0 1 -4.07995 44.3742 -204.45 - 21 109.176 1121 0 0 -4.07205 44.376 -205.85 - 21 146.883 1474 7 0 74.3599 115.072 3.75015 - 21 257.768 1475 7 0 74.3891 115.15 4.06676 - 21 45.946 1102 0 0 -24.6149 40.6274 -206.25 - 21 103.052 1121 4 0 -4.95064 44.3424 -85.85 - 21 389.827 850 3 1 -9.88634 39.2857 -114.45 - 21 145.572 1094 3 0 -9.77504 39.0097 -115.85 - 21 133.308 857 2 1 -8.52078 36.0015 -144.45 - 21 112.453 1081 2 0 -8.36361 36.282 -145.85 - 21 129.289 894 1 1 -1.10624 44.7523 -174.45 - 21 66.7515 1129 1 0 -0.848002 45.9696 -175.85 - 21 90.9561 1130 1 0 -0.828978 46.05 -175.941 - 21 31.7319 1131 1 0 -0.777923 46.25 -176.178 - 21 62.4477 1124 4 0 -4.22596 45.0017 -85.85 - 21 76.5692 1125 4 0 -4.1695 45.05 -86.0273 - 21 102.933 924 3 1 4.88745 52.6457 -114.45 - 21 133.909 1161 3 0 5.41037 52.3465 -115.85 - 21 0.416234 1160 3 0 5.55013 52.2499 -116.248 - 21 113.812 970 2 1 14.1707 45.0589 -144.45 - 21 209.469 1121 2 0 14.2067 44.45 -145.942 - 21 26.9959 969 1 1 14.0082 32.492 -174.45 - 21 112.064 970 1 1 14.05 32.5767 -174.545 - 21 41.0039 1068 1 0 14.5647 33.755 -175.85 - 21 192.071 1069 1 0 14.6058 33.8501 -175.954 - 21 170.277 1070 1 0 14.7009 34.05 -176.185 - 21 8.80337 1036 0 1 27.4269 57.6431 -204.45 - 21 115.18 1037 0 1 27.45 57.669 -204.474 - 21 63.941 1038 0 1 27.65 57.8929 -204.699 - 21 81.8874 1195 0 0 28.7475 59.1093 -205.85 - 21 130.095 1196 0 0 28.8836 59.25 -205.989 - 21 32.3022 1197 0 0 29.0965 59.45 -206.19 - 21 188.539 1362 0 0 27.5127 92.55 -206.23 - 21 95.6426 884 3 1 -3.0994 46.1156 -114.45 - 21 114.213 1131 3 0 -3.06832 46.2668 -115.85 - 21 118.668 886 2 1 -2.70531 49.2025 -144.45 - 21 144.341 1146 2 0 -2.68857 49.3108 -145.851 - 21 125.451 889 1 1 -2.2092 51.2965 -174.45 - 21 119.618 1156 1 0 -2.34293 51.3453 -175.851 - 21 165.195 875 0 1 -5.00736 52.7856 -204.45 - 21 141.686 1166 0 0 -5.12299 53.2876 -205.85 - 21 66.5221 1128 4 0 -4.97037 45.6768 -85.85 - 21 108.06 1129 4 0 -4.94382 45.85 -85.9641 - 21 182.895 1130 4 0 -4.9985 46.05 -85.9191 - 21 111.414 873 3 1 -5.44112 44.1195 -114.45 - 21 130.204 1120 3 0 -5.42675 44.0755 -115.85 - 21 123.973 875 2 1 -4.95696 42.6756 -144.45 - 21 123.726 1112 2 0 -5.01976 42.5829 -145.85 - 21 143.586 873 1 1 -5.37939 39.5705 -174.45 - 21 182.907 1094 1 0 -5.49727 39.0367 -175.85 - 21 232.29 869 0 1 -6.082 30.5745 -204.45 - 21 5.73426 870 0 1 -6.05 30.3942 -204.826 - 21 47.5908 1049 0 0 -5.9787 29.9084 -205.85 - 21 87.0549 1048 0 0 -5.97083 29.85 -205.972 - 21 77.2142 883 1 1 -3.33877 45.1816 -174.45 - 21 8.74712 884 1 1 -3.24996 45.227 -174.818 - 21 215.231 1126 1 0 -3.01455 45.3496 -175.85 - 21 207.22 916 0 1 3.34416 49.463 -204.45 - 21 154.689 1147 0 0 3.40905 49.6104 -205.851 - 21 1.01378 1148 0 0 3.41428 49.65 -206.242 - 21 131.972 875 1 1 -4.90517 44.3943 -174.45 - 21 154.291 1118 0 0 -6.02613 43.707 -205.85 - 21 302.536 877 8 1 -4.63993 44.9509 35.55 - 21 189.742 1124 8 0 -4.62734 44.9104 34.15 - 21 234.598 878 7 1 -4.3439 44.1497 5.55 - 21 141.149 1119 7 0 -4.29794 44.0213 4.15 - 21 117.321 883 6 1 -3.25835 41.6631 -24.45 - 21 143.078 1106 6 0 -3.23843 41.4471 -25.85 - 21 36.4818 886 5 1 -2.84169 37.0525 -54.45 - 21 93.9134 885 5 1 -2.85 37.0339 -54.573 - 21 123.498 1083 5 0 -2.94143 36.8363 -55.85 - 21 80.2201 1060 4 0 -4.9811 32.0869 -85.85 - 21 72.0244 1059 4 0 -5.0179 32.05 -86.0616 - 21 123.111 1032 3 0 -10.1282 26.6239 -115.851 - 21 279.115 833 2 1 -13.2989 20.5164 -144.45 - 21 133.985 1001 2 0 -13.5287 20.3206 -145.85 - 21 126.335 806 1 1 -18.7028 16.5129 -174.45 - 21 1.90437 805 1 1 -18.85 16.4155 -174.844 - 21 125.011 980 1 0 -19.2258 16.1657 -175.85 - 21 14.1003 753 0 1 -29.4284 8.80715 -204.45 - 21 118.879 752 0 1 -29.45 8.79868 -204.494 - 21 122.471 942 0 0 -30.1077 8.53418 -205.85 - 21 39.7333 849 3 1 -10.0501 26.9269 -114.689 - 21 137.944 1035 3 0 -10.5623 27.1187 -115.85 - 21 29.9436 783 2 1 -23.3864 33.6534 -144.45 - 21 90.6036 782 2 1 -23.45 33.6527 -144.559 - 21 98.3992 1067 2 0 -23.9838 33.6207 -145.85 - 21 26.7447 742 1 1 -31.533 32.5595 -174.45 - 21 95.2122 743 1 1 -31.45 32.5108 -174.519 - 21 74.0855 744 1 1 -31.25 32.3345 -174.671 - 21 61.3586 1052 1 0 -30.6431 30.6453 -175.85 - 21 106.259 1051 1 0 -30.5647 30.4498 -175.983 - 21 71.0107 1050 1 0 -30.4147 30.25 -176.127 - 21 119.48 851 3 1 -9.84974 27.1256 -114.457 - 21 60.8972 852 3 1 -9.65 27.2669 -114.458 - 21 117.896 853 3 1 -9.45 27.358 -114.458 - 21 259.43 854 3 1 -9.25 27.6867 -114.459 - 21 22.3454 855 3 1 -9.04991 28.2805 -114.586 - 21 116.545 1045 3 0 -9.03144 29.0943 -115.85 - 21 81.2496 1019 3 0 17.0364 23.9436 -116.25 - 21 110.88 1018 3 0 17.0247 23.85 -115.988 - 21 12.5014 1017 3 0 17.1308 23.65 -115.878 - 21 32.2143 988 3 1 17.793 22.6305 -114.85 - 21 98.6896 989 3 1 17.85 22.56 -114.807 - 21 54.1869 1005 3 0 17.65 21.1486 -115.85 - 21 123.539 1004 3 0 17.6076 21.05 -115.941 - 21 189.883 1003 3 0 17.5345 20.8499 -116.011 - 21 594.894 1105 0 0 43.6926 41.1058 -206.25 - 21 33.2379 879 7 1 -4.25 42.7773 5.28975 - 21 131.917 1114 7 0 -4.22255 42.9057 4.14937 - 21 153.531 884 6 1 -3.20697 46.5097 -24.4503 - 21 172.342 1132 6 0 -3.28123 46.5969 -25.85 - 21 96.799 875 5 1 -4.98859 47.1972 -54.45 - 21 19.7225 874 5 1 -5.05 47.1469 -54.7867 - 21 166.512 1134 5 0 -5.2873 47.0023 -55.85 - 21 40.0901 843 4 1 -11.4041 43.3686 -84.4505 - 21 112.947 842 4 1 -11.45 43.3524 -84.6138 - 21 145.743 800 3 1 -19.8543 40.5874 -114.45 - 21 130.208 1101 3 0 -20.2725 40.4429 -115.85 - 21 31.4208 754 2 1 -29.2126 38.0776 -144.45 - 21 73.1016 753 2 1 -29.2502 38.1083 -144.573 - 21 291.684 1091 2 0 -29.628 38.4194 -145.85 - 21 114.014 1092 2 0 -29.6655 38.4501 -145.981 - 21 135.555 708 1 1 -38.4031 44.8892 -174.45 - 21 69.5087 707 1 1 -38.45 44.939 -174.62 - 21 173.591 664 0 1 -47.0696 54.0616 -204.45 - 21 123.944 1173 0 0 -47.0046 54.7125 -205.851 - 21 181.962 1200 0 0 -30.9302 60.0719 -206.25 - 21 123.966 749 0 1 -30.229 60.1575 -204.85 - 21 51.2022 750 0 1 -30.05 60.3445 -204.598 - 21 46.6176 1347 1 0 -34.2829 89.5183 -176.25 - 21 107.323 1348 1 0 -34.3108 89.65 -176.101 - 21 11.5 724 1 1 -35.2293 90.4949 -174.85 - 21 184.718 723 1 1 -35.25 90.5132 -174.821 - 21 68.1141 722 1 1 -35.45 90.6485 -174.55 - 21 138.485 1172 2 0 -63.5307 54.5561 -146.25 - 21 133.431 581 2 1 -63.764 54.2484 -144.85 - 21 870.709 663 0 1 -47.25 54.136 -204.694 - 21 67.5607 1165 0 0 -47.9628 53.2287 -205.85 - 21 116.492 1172 0 0 -47.5308 54.5097 -205.85 -Number of digits in this event = 120 -Using G4ParticleGun ... -4.24979 LIN +Number of tracker hits in this event = 216 + 21 102.677 1181 11 1 56.3179 17.6538 125.55 + 21 223.826 988 11 0 56.3197 17.6539 124.15 + 21 148.721 1181 10 1 56.3585 17.6556 95.55 + 21 156.092 988 10 0 56.3597 17.6556 94.15 + 21 772.409 1181 9 1 56.3842 17.6532 65.55 + 21 523.107 988 9 0 56.387 17.6528 64.15 + 21 107.278 1181 8 1 56.4479 17.641 35.55 + 21 517.324 987 8 0 56.4546 17.6376 34.15 + 21 115.465 1182 7 1 56.5962 17.5668 5.55 + 21 120.651 987 7 0 56.6046 17.5564 4.15 + 21 119.25 1183 6 1 56.7658 17.3301 -24.45 + 21 147.729 986 6 0 56.7721 17.3225 -25.85 + 21 99.6149 1184 5 1 56.8999 17.1751 -54.45 + 21 279.505 985 5 0 56.9072 17.1684 -55.85 + 21 117.877 1184 4 1 57.0453 17.0318 -84.45 + 21 106.522 984 4 0 57.0533 17.029 -85.85 + 21 150.075 1185 3 1 57.2333 16.9768 -114.45 + 21 111.137 984 3 0 57.2423 16.9759 -115.85 + 21 147.89 1186 2 1 57.4174 16.9604 -144.45 + 21 212.729 984 2 0 57.4239 16.9565 -145.85 + 21 428.538 1187 1 1 57.5625 16.9019 -174.45 + 21 242.729 984 1 0 57.5685 16.8967 -175.85 + 21 408.671 1188 0 1 57.6859 16.7863 -204.45 + 21 138.142 983 0 0 57.6612 16.7479 -205.85 + 21 338.275 985 1 0 57.6436 17.1826 -175.85 + 21 302.323 982 0 0 57.7385 16.5614 -205.85 + 21 4.27312 688 0 0 110.234 -42.2501 -206.25 + 21 116.897 215 6 0 101.449 -136.95 -26.1512 + 21 176.962 1407 6 1 101.629 -137.065 -24.85 + 21 194.055 988 3 0 56.5977 17.6761 -115.976 + 21 117.093 1188 2 1 57.7222 16.9852 -144.45 + 21 183.303 1185 1 1 57.0944 16.4044 -174.45 + 21 108.652 981 1 0 57.0492 16.3837 -175.852 + 21 119.209 1182 0 1 56.5141 17.2008 -204.45 + 21 165.972 984 0 0 56.5062 17.0232 -205.851 + 21 47.4049 1211 1 0 104.656 62.2959 -176.25 + 21 116.067 1181 2 1 56.4216 17.7192 -144.45 + 21 109.265 988 2 0 56.4386 17.7523 -145.85 + 21 120.987 1183 1 1 56.6931 18.5861 -174.45 + 21 425.115 992 1 0 56.7018 18.6131 -175.85 + 21 181.766 1184 0 1 56.9086 19.2268 -204.45 + 21 149.459 996 0 0 56.8941 19.315 -205.85 + 21 248.102 987 9 0 56.3851 17.5127 64.1499 + 21 202.392 1198 8 1 59.7538 15.4528 35.55 + 21 143.613 976 8 0 59.7448 15.4368 34.15 + 21 81.7025 1191 7 1 58.2922 13.6752 5.54992 + 21 177.057 1190 7 1 58.25 13.5877 5.28969 + 21 112.493 965 7 0 58.0489 13.1995 4.14959 + 21 101.513 1162 6 1 52.5031 3.22828 -24.45 + 21 3.16151 1161 6 1 52.45 3.01913 -24.8407 + 21 23.6605 912 6 0 52.2604 2.46432 -25.85 + 21 197.602 911 6 0 52.2556 2.44992 -25.8763 + 21 138.578 1132 5 1 46.5388 -12.888 -54.4503 + 21 18.4043 833 5 0 46.2191 -13.4301 -55.85 + 21 95.2196 832 5 0 46.2072 -13.45 -55.9011 + 21 135.833 1106 4 1 41.3205 -24.1441 -84.45 + 21 9.20146 776 4 0 41.6666 -24.8315 -85.85 + 21 151.466 775 4 0 41.6761 -24.8501 -85.8881 + 21 23.2142 1138 3 1 47.8018 -38.5031 -114.45 + 21 112.752 1139 3 1 47.8506 -38.5563 -114.514 + 21 46.961 1140 3 1 48.05 -38.7793 -114.766 + 21 85.7099 701 3 0 48.9426 -39.7242 -115.85 + 21 147.893 700 3 0 49.0565 -39.8502 -115.995 + 21 6.51221 699 3 0 49.2423 -40.05 -116.228 + 21 3.27882 1264 2 1 73.0459 -63.3921 -144.45 + 21 104.391 1265 2 1 73.0504 -63.4014 -144.468 + 21 58.0897 579 2 0 73.3474 -64.1756 -145.85 + 21 111.152 578 2 0 73.3732 -64.25 -145.977 + 21 37.1042 1295 1 1 79.1796 -80.6726 -174.45 + 21 118.08 1296 1 1 79.25 -80.6277 -174.56 + 21 74.2729 500 1 0 80.1248 -79.951 -175.85 + 21 75.5271 501 1 0 80.2605 -79.8498 -176.063 + 21 129.256 1388 0 1 97.7732 -65.2562 -204.45 + 21 150.64 576 0 0 98.3068 -64.8088 -205.85 + 21 123.512 1182 8 1 56.6318 17.6686 35.55 + 21 90.2431 979 7 0 58.29 15.8757 4.15 + 21 63.9297 978 7 0 58.3137 15.85 3.8801 + 21 148.475 1204 6 1 60.9082 13.2995 -24.45 + 21 133.997 965 6 0 61.1623 13.1616 -25.85 + 21 109.023 1231 5 1 66.2908 10.3599 -54.45 + 21 117.811 950 5 0 66.4582 10.2273 -55.85 + 21 131.614 1246 4 1 69.3299 7.60164 -84.45 + 21 125.723 937 4 0 69.5193 7.54484 -85.85 + 21 161.284 1267 3 1 73.4945 6.3335 -114.45 + 21 163.628 931 3 0 73.7873 6.29173 -115.85 + 21 467.868 1298 2 1 79.7049 5.06795 -144.45 + 21 246.578 925 2 0 80.1101 5.06484 -145.85 + 21 156.482 1342 1 1 88.4504 4.93893 -174.45 + 21 144.032 925 1 0 88.831 5.15956 -175.85 + 21 47.6175 1360 0 1 92.2529 11.4293 -204.45 + 21 66.2603 1361 0 1 92.3502 11.404 -204.604 + 21 121.264 955 0 0 93.1154 11.2191 -205.85 + 21 15.923 1359 0 1 91.9636 11.5537 -204.45 + 21 128.865 1358 0 1 91.95 11.5899 -204.511 + 21 80.9075 960 0 0 91.8456 12.0952 -205.85 + 21 292.445 1323 1 1 84.7051 6.15394 -174.45 + 21 130.506 931 1 0 84.8789 6.29396 -175.85 + 21 111.77 1342 0 1 88.643 6.72457 -204.45 + 21 145.257 931 0 0 88.5121 6.40437 -205.85 + 21 27.8662 887 0 0 90.2781 -2.59777 -206.25 + 21 135.139 923 2 0 79.8372 4.79441 -145.85 + 21 100.438 1309 1 1 81.8687 -6.63534 -174.45 + 21 51.9144 864 1 0 82.1125 -7.18726 -175.85 + 21 68.3313 863 1 0 82.1393 -7.25003 -176.004 + 21 41.4133 1329 0 1 85.9808 -18.8606 -204.45 + 21 117.406 1330 0 1 86.05 -18.8968 -204.554 + 21 107.056 803 0 0 86.9331 -19.3553 -205.85 + 21 149.262 802 0 0 87.1619 -19.45 -206.164 + 21 52.2016 851 0 0 89.1839 -9.66887 -206.25 + 21 120.47 852 0 0 89.2032 -9.64996 -206.203 + 21 265.485 1192 3 1 58.5387 21.6391 -114.45 + 21 42.469 1006 3 0 58.36 21.2955 -115.85 + 21 72.2635 1005 3 0 58.3167 21.2499 -115.996 + 21 203.146 1155 2 1 51.1153 -4.85833 -144.45 + 21 139.329 880 2 0 51.2005 -3.98216 -145.851 + 21 126.574 881 2 0 51.4159 -3.85 -146.043 + 21 8.47368 1160 2 1 52.2379 -3.5858 -144.85 + 21 360.954 1161 2 1 52.25 -3.58108 -144.828 + 21 244.75 1162 2 1 52.45 -3.55261 -144.648 + 21 5.27035 1154 2 1 51.05 -4.92109 -144.454 + 21 124.753 1009 3 0 58.4134 21.9204 -115.85 + 21 105.537 1178 2 1 55.7036 27.7135 -144.45 + 21 82.1766 1041 2 0 55.5563 28.3329 -145.85 + 21 33.9897 1042 2 0 55.5244 28.45 -146.128 + 21 30.2959 1152 1 1 50.4892 39.4703 -174.45 + 21 93.3042 1151 1 1 50.45 39.5022 -174.528 + 21 90.7297 1099 1 0 49.7856 39.9706 -175.85 + 21 63.3499 1100 1 0 49.6971 40.05 -176.039 + 21 140.935 1085 0 1 37.2379 54.2154 -204.45 + 21 100.26 1172 0 0 36.8242 54.5894 -205.85 + 21 40.8033 1173 0 0 36.7561 54.65 -206.071 + 21 100.448 986 9 0 55.9549 17.45 64.0862 + 21 80.6235 1139 8 1 47.9596 13.323 35.55 + 21 32.1174 1138 8 1 47.8499 13.2265 35.2662 + 21 21.2097 964 8 0 47.3468 12.8699 34.15 + 21 101.14 963 8 0 47.3107 12.85 34.0775 + 21 126.541 1064 7 1 32.9466 7.52145 5.55 + 21 22.3488 933 7 0 33.3158 6.68609 4.15 + 21 144.48 932 7 0 33.3318 6.65 4.08902 + 21 220.449 1103 6 1 40.7822 -7.23843 -24.45 + 21 137.026 1102 6 1 40.65 -7.88764 -24.7036 + 21 31.2654 845 6 0 39.5019 -10.9656 -25.85 + 21 71.9898 844 6 0 39.4664 -11.05 -25.8865 + 21 79.7805 843 6 0 39.4042 -11.25 -25.9735 + 21 50.4148 842 6 0 39.3783 -11.45 -26.1101 + 21 14.1994 841 6 0 39.348 -11.65 -26.2196 + 21 63.0944 1021 5 1 24.3175 -63.485 -54.45 + 21 202.562 1022 5 1 24.45 -63.4553 -54.5757 + 21 60.0154 1023 5 1 24.65 -63.4504 -54.7408 + 21 42.9084 581 5 0 26.1835 -63.8071 -55.85 + 21 220.059 580 5 0 26.3005 -63.8504 -55.9311 + 21 68.8888 579 5 0 26.6421 -64.05 -56.1633 + 21 72.4643 578 5 0 26.8376 -64.2501 -56.2035 + 21 133.152 577 5 0 26.9184 -64.4505 -56.1491 + 21 93.1879 576 5 0 27.0222 -64.6503 -56.0702 + 21 69.5667 575 5 0 27.1159 -64.8502 -55.9806 + 21 60.9298 574 5 0 27.1573 -65.05 -55.9158 + 21 65.2905 573 5 0 27.1986 -65.25 -55.886 + 21 289.093 1039 5 1 27.9691 -69.0449 -54.85 + 21 77.4164 1040 5 1 28.0501 -69.245 -54.8189 + 21 69.8543 533 5 0 29.0055 -73.2998 -55.85 + 21 81.4255 532 5 0 29.0487 -73.45 -55.8999 + 21 47.9397 531 5 0 29.1284 -73.65 -56.0259 + 21 81.3668 530 5 0 29.1339 -73.8502 -56.0029 + 21 32.0966 529 5 0 29.1441 -74.0501 -55.899 + 21 120.765 1048 5 1 29.7051 -76.0062 -54.8497 + 21 224.049 1047 5 1 29.65 -76.3152 -54.6642 + 21 110.589 1046 5 1 29.45 -76.6313 -54.536 + 21 178.784 1045 5 1 29.25 -76.6077 -54.6841 + 21 31.516 768 5 0 39.9281 -26.25 -55.951 + 21 21.826 1157 1 1 51.5151 9.16146 -174.45 + 21 64.3228 1156 1 1 51.45 9.17216 -174.474 + 21 73.6914 1155 1 1 51.25 9.2142 -174.57 + 21 105.347 1154 1 1 51.05 9.26763 -174.69 + 21 0.00672351 1153 1 1 50.8493 9.30932 -174.85 + 21 146.966 948 1 0 48.5684 9.67887 -175.85 + 21 66.3758 949 1 0 48.1071 9.85 -175.898 + 21 91.0228 950 1 0 47.9554 10.05 -175.891 + 21 95.464 951 1 0 47.875 10.25 -175.886 + 21 118.78 952 1 0 47.7826 10.4501 -175.921 + 21 105.952 953 1 0 47.5221 10.6501 -176.006 + 21 90.2515 954 1 0 47.2745 10.8502 -176 + 21 106.035 955 1 0 47.1341 11.05 -175.948 + 21 59.9033 956 1 0 47.0035 11.25 -175.922 + 21 43.7455 957 1 0 46.9279 11.4501 -175.893 + 21 4.06262 1138 1 1 47.8432 16.3617 -174.85 + 21 85.5159 1139 1 1 47.8501 16.3888 -174.845 + 21 32.0009 990 1 0 48.7189 18.163 -175.85 + 21 68.7726 991 1 0 48.771 18.25 -175.915 + 21 4.97751 993 1 0 49.2608 18.65 -175.853 + 21 14.6667 1166 1 1 53.4208 25.9077 -174.85 + 21 1.60487 1062 1 0 57.481 32.5305 -175.85 + 21 198.726 1222 1 1 64.5836 48.8998 -174.85 + 21 137.76 1221 1 1 64.4499 49.0311 -174.623 + 21 3.08994 1223 1 1 64.65 49.0892 -174.847 + 21 198.178 1152 1 0 65.2232 50.4704 -175.85 + 21 232.734 1172 8 1 54.6105 17.5075 35.55 + 21 64.6328 1153 7 1 50.7216 16.2464 5.55 + 21 81.1135 1154 7 1 50.8502 16.3039 5.45409 + 21 134.327 1155 7 1 51.0501 16.3929 5.30764 + 21 7.73137 1156 7 1 51.25 16.4811 5.16422 + 21 120.447 985 7 0 52.6741 17.1137 4.15 + 21 98.1151 986 7 0 52.9743 17.25 3.93567 + 21 47.7727 1353 6 1 90.8472 36.1421 -24.45 + 21 89.8791 1354 6 1 90.95 36.1949 -24.5101 + 21 63.5814 1355 6 1 91.15 36.3002 -24.6307 + 21 87.0052 1356 6 1 91.35 36.4036 -24.7561 + 21 128.324 1086 6 0 93.0844 37.2825 -25.85 + 21 165.594 1087 6 0 93.4299 37.4501 -26.0705 + 21 92.4477 1593 5 1 138.795 59.6099 -54.4503 + 21 78.5032 1594 5 1 138.95 59.6805 -54.5384 + 21 54.6542 1595 5 1 139.15 59.7684 -54.6519 + 21 41.7812 1596 5 1 139.35 59.8567 -54.7643 + 21 94.9764 1203 5 0 141.215 60.715 -55.85 + 21 136.09 1204 5 0 141.508 60.85 -56.0225 + 21 65.9475 1104 2 1 40.8764 17.0388 -144.45 +Number of digits in this event = 88 +Using G4ParticleGun ... +5.96367 LIN e- Event: 22 -Number of tracker hits in this event = 52 - 22 132.86 1550 8 1 130.319 63.1246 35.55 - 22 136.435 1215 8 0 130.317 63.1228 34.15 - 22 167.947 1550 7 1 130.292 63.087 5.55 - 22 129.549 1215 7 0 130.289 63.0851 4.15 - 22 210.995 1550 6 1 130.235 63.0408 -24.45 - 22 251.838 1214 6 0 130.232 63.0377 -25.85 - 22 169.608 1550 5 1 130.178 62.98 -54.45 - 22 108.529 1214 5 0 130.174 62.9771 -55.85 - 22 119.383 1549 4 1 130.092 62.9106 -84.45 - 22 171.152 1214 4 0 130.105 62.9051 -85.85 - 22 123.569 1551 3 1 130.386 62.8481 -114.45 - 22 119.357 1213 3 0 130.395 62.8416 -115.85 - 22 120.272 1552 2 1 130.55 62.7525 -144.45 - 22 106.915 1213 2 0 130.566 62.757 -145.85 - 22 92.9695 1553 1 1 130.871 62.9274 -174.45 - 22 115.657 1214 1 0 130.883 62.9333 -175.85 - 22 138.983 1554 0 1 131.126 63.0417 -204.45 - 22 34.7278 1214 0 0 131.139 63.0493 -205.85 - 22 66.4305 1215 0 0 131.14 63.05 -205.976 - 22 30.6672 901 0 0 120.053 0.45 -206.013 - 22 177.935 902 0 0 120.088 0.45 -205.95 - 22 166.251 876 0 0 165.887 -4.65 -206.037 - 22 57.43 623 12 1 -55.4317 124.598 155.15 - 22 163.229 598 10 0 -113.69 -60.3076 93.75 - 22 178.711 1548 0 1 129.837 62.6292 -204.638 - 22 160.577 1212 0 0 129.826 62.6009 -205.85 - 22 12.8449 1194 0 0 169.841 58.8504 -206.25 - 22 61.1177 1193 0 0 169.886 58.85 -206.244 - 22 70.7543 1213 0 0 129.835 62.65 -205.958 - 22 58.7702 1549 6 1 130.15 63.0591 -24.6337 - 22 217.238 1213 6 0 129.478 62.7275 -25.8501 - 22 32.4623 1411 5 1 102.392 59.935 -54.45 - 22 163.278 1410 5 1 102.35 59.9938 -54.5433 - 22 5.90402 1204 5 0 101.798 61.0449 -55.85 - 22 117.804 1205 5 0 101.795 61.0502 -55.8571 - 22 18.4105 1206 5 0 101.723 61.25 -56.2015 - 22 71.4865 1322 5 0 106.71 84.622 -56.25 - 22 138.236 1323 5 0 106.721 84.6502 -56.1824 - 22 103.111 1434 5 1 107.148 84.7813 -54.85 - 22 263.913 1435 5 1 107.15 84.7818 -54.8444 - 22 115.862 1331 5 0 107.978 86.2534 -55.85 - 22 229.512 1332 5 0 108.22 86.4502 -55.9864 - 22 255.95 1442 5 1 108.662 86.7154 -54.85 - 22 153.995 1441 5 1 108.55 86.749 -54.671 - 22 74.5918 1551 6 1 130.35 63.0016 -24.554 - 22 46.1449 1552 6 1 130.55 62.9494 -24.7337 - 22 118.17 1212 6 0 131.209 62.534 -25.85 - 22 138.212 1401 6 0 142.094 100.404 -26.25 - 22 80.8933 1400 6 0 142.171 100.35 -26.0211 - 22 83.5644 1611 6 1 142.507 99.5912 -24.85 - 22 271.334 1612 6 1 142.55 99.4375 -24.6762 - 22 239.044 1613 6 1 142.75 99.0038 -24.7153 -Number of digits in this event = 28 +Number of tracker hits in this event = 71 + 22 118.8 1256 10 1 71.3529 -90.3197 95.55 + 22 98.7785 449 10 0 71.3524 -90.3199 94.15 + 22 114.372 1256 9 1 71.335 -90.3229 65.55 + 22 311.922 449 9 0 71.3339 -90.3234 64.15 + 22 255.071 1256 8 1 71.3122 -90.3326 35.55 + 22 121.548 449 8 0 71.3112 -90.3332 34.15 + 22 106.069 1256 7 1 71.2845 -90.3503 5.55 + 22 188.777 449 7 0 71.2824 -90.3497 4.15 + 22 119.877 1255 6 1 71.2381 -90.3354 -24.45 + 22 122.3 449 6 0 71.2351 -90.3339 -25.85 + 22 142.964 1255 5 1 71.175 -90.3041 -54.45 + 22 149.179 449 5 0 71.1735 -90.3041 -55.85 + 22 90.5348 1255 4 1 71.1386 -90.3008 -84.45 + 22 91.8807 449 4 0 71.1372 -90.3002 -85.85 + 22 310.717 1255 3 1 71.109 -90.2893 -114.45 + 22 105.306 449 3 0 71.1209 -90.2959 -115.85 + 22 150.567 1256 2 1 71.405 -90.3814 -144.45 + 22 114.693 448 2 0 71.4156 -90.3876 -145.85 + 22 2.04722 1257 1 1 71.6498 -90.5063 -174.45 + 22 159.054 1258 1 1 71.65 -90.5062 -174.459 + 22 389.24 448 1 0 71.6839 -90.486 -175.85 + 22 120.062 450 0 0 72.398 -90.0419 -205.85 + 22 260.11 1254 0 1 71.036 -90.2921 -204.45 + 22 420.322 449 0 0 71.0361 -90.2924 -205.85 + 22 75.9478 1255 0 1 71.0501 -90.3062 -204.476 + 22 282.425 1255 1 1 71.1763 -90.3899 -174.45 + 22 7.22062 335 2 0 93.8837 -112.95 -146.082 + 22 62.8103 336 2 0 93.9068 -112.95 -145.989 + 22 201.961 1361 2 1 92.4291 -112.786 -144.85 + 22 290.079 1360 2 1 92.3498 -112.791 -144.802 + 22 134.459 1251 0 1 70.3291 -90.5054 -204.45 + 22 87.8481 1254 1 1 71.05 -90.4397 -174.596 + 22 44.993 1253 1 1 70.8499 -90.4575 -174.771 + 22 207.771 447 1 0 69.7245 -90.6655 -175.85 + 22 41.907 649 1 0 28.6175 -50.0736 -176.25 + 22 162.322 650 1 0 28.5988 -50.05 -176.2 + 22 58.021 1041 1 1 28.2737 -49.5878 -174.85 + 22 264.009 1040 1 1 28.25 -49.5337 -174.655 + 22 45.4073 1039 1 1 28.0493 -49.3054 -174.736 + 22 86.3209 655 1 0 26.8256 -49.0173 -175.85 + 22 88.6116 654 1 0 26.5832 -49.05 -175.884 + 22 138.089 653 1 0 26.4498 -49.25 -175.951 + 22 48.1677 652 1 0 26.3324 -49.45 -176.081 + 22 20.646 450 3 0 71.2071 -90.0499 -116.171 + 22 21.2478 1254 2 1 70.8603 -85.5842 -144.45 + 22 137.933 1253 2 1 70.85 -85.5717 -144.517 + 22 125.853 473 2 0 70.6925 -85.3376 -145.85 + 22 55.9927 1239 1 1 68.0155 -80.8832 -174.45 + 22 62.8801 1240 1 1 68.05 -80.8549 -174.655 + 22 115.214 496 1 0 68.2543 -80.6972 -175.85 + 22 7.87271 497 1 0 68.3164 -80.65 -176.216 + 22 82.1491 1266 0 1 73.3613 -77.004 -204.45 + 22 31.7219 1267 0 1 73.45 -76.9444 -204.713 + 22 18.6383 516 0 0 73.8833 -76.6689 -205.85 + 22 183.769 517 0 0 73.9138 -76.65 -205.93 + 22 174.399 1256 3 1 71.25 -90.4562 -114.6 + 22 143.862 445 3 0 71.4051 -90.9931 -115.85 + 22 145.73 1274 2 1 74.9429 -101.481 -144.45 + 22 50.4689 387 2 0 75.0546 -102.64 -145.85 + 22 112.523 386 2 0 75.0675 -102.75 -145.984 + 22 61.4306 1293 1 1 78.7621 -120.677 -174.45 + 22 114.824 1292 1 1 78.6499 -120.806 -174.579 + 22 41.8495 1291 1 1 78.45 -121.037 -174.781 + 22 21.3573 288 1 0 77.3409 -122.481 -175.85 + 22 73.5817 287 1 0 77.289 -122.55 -175.898 + 22 95.0286 286 1 0 77.1213 -122.75 -176.031 + 22 60.0643 285 1 0 76.9264 -122.95 -176.168 + 22 137.908 1068 0 1 33.8321 -164.723 -204.45 + 22 112.969 75 0 0 33.6743 -165.042 -205.85 + 22 202.187 1256 0 1 71.3517 -90.3016 -204.45 + 22 127.534 448 0 0 71.2773 -90.385 -205.85 +Number of digits in this event = 34 Using G4ParticleGun ... -9.30774 LIN +5.71765 LIN e- Event: 23 -Number of tracker hits in this event = 57 - 23 135.877 980 11 1 16.095 -76.6223 125.55 - 23 127.169 517 11 0 16.095 -76.622 124.15 - 23 102.267 980 10 1 16.0963 -76.6185 95.55 - 23 130.977 517 10 0 16.0971 -76.6179 94.15 - 23 118.29 980 9 1 16.1075 -76.6035 65.55 - 23 115.174 517 9 0 16.108 -76.6018 64.15 - 23 127.784 980 8 1 16.1216 -76.571 35.55 - 23 106.264 517 8 0 16.121 -76.5705 34.15 - 23 231.506 980 7 1 16.1132 -76.5638 5.55 - 23 152.664 517 7 0 16.1127 -76.563 4.15 - 23 100.297 980 6 1 16.101 -76.5467 -24.45 - 23 112.997 517 6 0 16.1006 -76.5451 -25.85 - 23 117.348 980 5 1 16.0913 -76.5086 -54.45 - 23 132.846 517 5 0 16.09 -76.5062 -55.85 - 23 110.405 980 4 1 16.0643 -76.456 -84.45 - 23 264.495 517 4 0 16.064 -76.4545 -85.85 - 23 351.577 980 3 1 16.0608 -76.4232 -114.45 - 23 163.499 518 3 0 16.0611 -76.4219 -115.85 - 23 265.373 980 2 1 16.0662 -76.3972 -144.45 - 23 341.092 518 2 0 16.066 -76.3964 -145.85 - 23 234.228 980 1 1 16.0596 -76.3778 -174.45 - 23 136.645 518 1 0 16.0594 -76.3779 -175.85 - 23 153.665 980 0 1 16.052 -76.3806 -204.45 - 23 106.891 518 0 0 16.0513 -76.3812 -205.85 - 23 61.5862 570 4 0 44.9503 -66.0345 -86.25 - 23 73.4662 569 4 0 44.9882 -66.05 -86.0147 - 23 64.4534 981 7 1 16.25 -76.8118 5.26879 - 23 103.021 512 7 0 16.527 -77.5028 4.15 - 23 38.4657 511 7 0 16.593 -77.65 3.87321 - 23 399.85 1017 6 1 23.4705 -87.2013 -24.4501 - 23 101.844 467 6 0 23.7091 -86.5734 -25.85 - 23 157.024 477 6 0 28.6274 -84.5191 -26.25 - 23 91.1505 1043 6 1 28.7064 -84.2327 -24.85 - 23 122.064 1042 6 1 28.65 -84.1084 -24.5089 - 23 70.4618 1041 6 1 28.4498 -84.1236 -24.474 - 23 76.0628 1040 6 1 28.25 -84.2079 -24.6299 - 23 31.989 1039 6 1 28.05 -84.2345 -24.7662 - 23 181.795 484 6 0 25.5771 -83.2259 -25.85 - 23 16.1922 1009 6 1 21.8967 -82.4858 -24.85 - 23 76.0366 1008 6 1 21.8498 -82.4738 -24.8405 - 23 115.663 1007 6 1 21.65 -82.3475 -24.7872 - 23 361.149 1006 6 1 21.45 -82.3259 -24.6991 - 23 241.889 517 3 0 16.2477 -76.5657 -115.851 - 23 22.2505 992 2 1 18.6445 -75.7891 -144.45 - 23 80.9237 993 2 1 18.65 -75.7876 -144.514 - 23 157.858 521 2 0 18.7375 -75.7344 -145.851 - 23 115.23 1001 1 1 20.4136 -74.324 -174.45 - 23 23.2527 528 1 0 20.491 -74.2514 -175.85 - 23 94.5974 529 1 0 20.4926 -74.25 -175.878 - 23 18.8637 1010 0 1 22.246 -72.8595 -204.451 - 23 102.112 1011 0 1 22.25 -72.8556 -204.504 - 23 124.1 536 0 0 22.3599 -72.7573 -205.85 - 23 104.568 517 2 0 16.0609 -76.5726 -145.85 - 23 116.218 979 1 1 15.8775 -76.8744 -174.45 - 23 106.001 515 1 0 15.8711 -76.8853 -175.85 - 23 159.965 978 0 1 15.7316 -77.084 -204.45 - 23 119.159 514 0 0 15.7336 -77.0991 -205.85 -Number of digits in this event = 26 +Number of tracker hits in this event = 69 + 23 110.116 846 11 1 -10.6692 78.0334 125.55 + 23 163.778 1289 11 0 -10.668 78.0342 124.15 + 23 103.685 846 10 1 -10.6962 78.0404 95.55 + 23 107.152 1289 10 0 -10.7016 78.0385 94.15 + 23 128.886 846 9 1 -10.8148 77.9991 65.55 + 23 152.802 1289 9 0 -10.8158 77.9969 64.15 + 23 205.725 846 8 1 -10.8207 77.949 35.55 + 23 130.399 1289 8 0 -10.821 77.9444 34.15 + 23 153.29 846 7 1 -10.8151 77.8332 5.55 + 23 113.267 1288 7 0 -10.8178 77.8234 4.15 + 23 203.46 845 6 1 -10.8597 77.6185 -24.45 + 23 246.569 1287 6 0 -10.8619 77.6093 -25.85 + 23 124.354 845 5 1 -10.9195 77.4357 -54.45 + 23 106.005 1286 5 0 -10.9243 77.4275 -55.85 + 23 124.303 845 4 1 -11.0197 77.2593 -84.45 + 23 118.979 1286 4 0 -11.0235 77.255 -85.85 + 23 122.947 844 3 1 -11.1188 77.1822 -114.45 + 23 124.786 1285 3 0 -11.1279 77.1843 -115.85 + 23 228.602 843 2 1 -11.329 77.2146 -144.45 + 23 202.198 1285 2 0 -11.338 77.2095 -145.85 + 23 193.32 842 1 1 -11.4842 77.1622 -174.45 + 23 187.467 1285 1 0 -11.4502 77.114 -175.85 + 23 119.381 846 0 1 -10.6694 76.1757 -204.45 + 23 141.084 1280 0 0 -10.6092 76.1252 -205.85 + 23 216.669 845 2 1 -11.0066 76.9082 -144.451 + 23 422.759 1284 2 0 -10.9924 76.9875 -145.85 + 23 169.618 843 1 1 -11.4262 79.1794 -174.451 + 23 119.564 1296 1 0 -11.5152 79.2563 -175.85 + 23 124.809 833 0 1 -13.3519 80.8967 -204.45 + 23 101.508 1304 0 0 -13.4817 80.8759 -205.85 + 23 270.552 833 1 1 -13.3582 79.1475 -174.451 + 23 108.199 1295 1 0 -13.0981 79.1663 -175.85 + 23 63.9813 844 6 1 -11.05 77.5105 -24.6265 + 23 36.832 1285 6 0 -11.5601 77.0813 -25.85 + 23 96.7504 1284 6 0 -11.5945 77.05 -25.9443 + 23 144.533 761 5 1 -27.677 74.9612 -54.45 + 23 127.479 760 5 1 -27.85 74.7425 -54.6504 + 23 65.3607 1268 5 0 -28.8831 73.8092 -55.85 + 23 328.262 1267 5 0 -29.0693 73.65 -56.0204 + 23 3.87622 825 10 0 -23.0354 -14.898 93.75 + 23 9.03011 1224 8 1 64.85 24.0017 35.3387 + 23 7.87564 824 10 0 -22.9502 -15.05 94.1351 + 23 5.58684 771 10 1 -25.681 -10.675 95.1501 + 23 34.674 875 10 0 -28.1243 -5.03079 94.15 + 23 158.677 760 10 1 -27.9948 -3.07018 95.15 + 23 91.9181 759 10 1 -28.05 -3.0662 95.2467 + 23 141.74 1271 5 0 -27.8658 74.3764 -55.85 + 23 50.3795 846 6 1 -10.6909 77.6358 -24.45 + 23 69.8814 847 6 1 -10.65 77.6072 -24.6158 + 23 78.0792 1286 6 0 -10.1488 77.45 -26.0388 + 23 60.3316 978 5 1 15.8367 86.3058 -54.4502 + 23 61.2177 977 5 1 15.65 86.3811 -54.6179 + 23 84.8015 976 5 1 15.45 86.4628 -54.6809 + 23 53.0628 1329 5 0 14.9996 85.9667 -55.8501 + 23 85.0978 1328 5 0 14.9497 85.85 -55.9685 + 23 188.733 1327 5 0 14.9405 85.6495 -55.9319 + 23 114.256 1326 5 0 15.4393 85.45 -55.9466 + 23 98.887 1325 5 0 15.4968 85.2499 -55.9938 + 23 209.836 970 5 1 14.2158 86.5386 -54.8499 + 23 270.107 846 1 1 -10.6733 77.9503 -174.45 + 23 465.708 1289 1 0 -10.8637 78.0075 -175.85 + 23 13.926 827 0 1 -14.6375 78.0112 -204.45 + 23 101.699 826 0 1 -14.65 78.0131 -204.504 + 23 133.715 1290 0 0 -14.9984 78.0696 -205.85 + 23 205.295 836 0 1 -12.7551 78.5156 -204.451 + 23 132.758 1291 0 0 -12.9424 78.4045 -205.85 + 23 102.775 1292 0 0 -12.899 78.4655 -205.85 + 23 131.152 847 0 1 -10.6474 77.9421 -204.45 + 23 123.378 1289 0 0 -10.6452 77.942 -205.85 +Number of digits in this event = 39 Using G4ParticleGun ... -9.24059 LIN +2.56963 LIN e- Event: 24 -Number of tracker hits in this event = 126 - 24 137.606 874 10 1 -5.14574 -89.1026 95.55 - 24 153.564 454 10 0 -5.14584 -89.1038 94.15 - 24 124.026 874 9 1 -5.14615 -89.1278 65.55 - 24 130.341 454 9 0 -5.14649 -89.1287 64.15 - 24 152.223 874 8 1 -5.14505 -89.1411 35.55 - 24 96.5388 454 8 0 -5.1438 -89.1412 34.15 - 24 315.497 874 7 1 -5.11805 -89.1409 5.55 - 24 103.106 454 7 0 -5.11613 -89.1411 4.15 - 24 356.133 874 6 1 -5.07491 -89.1463 -24.45 - 24 347.342 454 6 0 -5.07173 -89.1463 -25.85 - 24 114.087 875 5 1 -5.00178 -89.1496 -54.45 - 24 288.699 454 5 0 -4.99804 -89.1505 -55.85 - 24 137.353 875 4 1 -4.91837 -89.1692 -84.45 - 24 342.623 454 4 0 -4.91257 -89.171 -85.85 - 24 121.278 876 3 1 -4.77043 -89.2116 -114.45 - 24 540.712 454 3 0 -4.76294 -89.214 -115.85 - 24 285.369 877 2 1 -4.60712 -89.2654 -144.45 - 24 221.725 453 2 0 -4.59926 -89.2678 -145.85 - 24 120.628 878 1 1 -4.43931 -89.3153 -174.45 - 24 243.876 453 1 0 -4.43291 -89.317 -175.85 - 24 91.4726 878 0 1 -4.3421 -89.3625 -204.45 - 24 119.547 453 0 0 -4.3363 -89.3649 -205.85 - 24 278.78 452 2 0 -4.5326 -89.6413 -145.85 - 24 141.334 451 2 0 -4.5278 -89.65 -145.889 - 24 133.794 890 1 1 -1.90571 -102.028 -174.45 - 24 150.094 891 1 1 -1.85 -102.403 -174.609 - 24 33.0361 379 1 0 -1.72211 -104.223 -175.85 - 24 51.2593 378 1 0 -1.71881 -104.351 -175.929 - 24 69.2907 377 1 0 -1.72711 -104.551 -176.005 - 24 59.9269 376 1 0 -1.72144 -104.75 -176.064 - 24 38.2974 375 1 0 -1.66623 -104.95 -176.163 - 24 85.7183 207 1 0 10.5276 -138.662 -176.25 - 24 56.2929 208 1 0 10.5762 -138.55 -176.028 - 24 434.643 951 1 1 10.3912 -138.433 -174.85 - 24 49.9028 952 1 1 10.45 -138.48 -174.724 - 24 134.464 876 5 1 -4.7475 -88.8775 -54.45 - 24 127.983 455 5 0 -4.77072 -88.8798 -55.85 - 24 112.178 873 4 1 -5.33236 -88.9938 -84.45 - 24 108.296 455 4 0 -5.39164 -89.0214 -85.85 - 24 180.226 867 3 1 -6.52184 -89.6977 -114.45 - 24 447.56 451 3 0 -6.57747 -89.7741 -115.85 - 24 129.258 863 2 1 -7.39074 -91.2234 -144.45 - 24 127.275 444 2 0 -7.40875 -91.2605 -145.85 - 24 144.411 860 1 1 -7.89747 -91.7696 -174.45 - 24 166.265 441 1 0 -7.91052 -91.8186 -175.85 - 24 94.6717 858 0 1 -8.36782 -92.99 -204.45 - 24 159.459 435 0 0 -8.38295 -93.0571 -205.85 - 24 112.45 873 5 1 -5.29184 -89.2278 -54.45 - 24 63.3612 872 4 1 -5.64607 -89.5689 -84.45 - 24 45.0201 871 4 1 -5.65 -89.5705 -84.6736 - 24 118.306 452 4 0 -5.67103 -89.5767 -85.85 - 24 116.975 869 3 1 -6.1773 -89.6686 -114.45 - 24 144.548 866 2 1 -6.73021 -89.5211 -144.45 - 24 118.619 863 1 1 -7.33033 -89.3839 -174.45 - 24 129.851 863 0 1 -7.26079 -88.6777 -204.45 - 24 382.036 457 0 0 -7.22872 -88.6268 -205.85 - 24 185.006 697 3 0 -25.7468 -40.6445 -116.25 - 24 22.0741 781 3 1 -23.7188 -40.3879 -114.85 - 24 66.613 782 3 1 -23.6496 -40.3836 -114.803 - 24 55.2725 783 3 1 -23.45 -40.3463 -114.665 - 24 41.1642 784 3 1 -23.25 -40.3247 -114.551 - 24 64.1378 785 3 1 -22.9375 -40.2283 -114.45 - 24 72.9519 786 3 1 -22.85 -40.1681 -114.627 - 24 36.9645 702 3 0 -22.3141 -39.5049 -115.85 - 24 97.1941 703 3 0 -22.2568 -39.45 -115.944 - 24 34.8031 819 2 1 -16.165 -30.6882 -144.45 - 24 76.9748 818 2 1 -16.2501 -30.6965 -144.524 - 24 63.2202 817 2 1 -16.45 -30.738 -144.589 - 24 93.9933 816 2 1 -16.65 -30.7066 -144.586 - 24 226.522 815 2 1 -16.8503 -30.6843 -144.602 - 24 90.5865 814 2 1 -17.05 -30.9836 -144.476 - 24 115.245 626 3 0 -46.0344 -54.668 -116.25 - 24 90.066 672 3 1 -45.5093 -54.7824 -114.85 - 24 158.732 673 3 1 -45.4498 -54.7939 -114.706 - 24 360.873 874 4 1 -5.10583 -89.1655 -84.45 - 24 765.258 874 3 1 -5.17781 -89.1368 -114.45 - 24 282.42 873 2 1 -5.2882 -88.9824 -144.45 - 24 314.849 455 2 0 -5.29282 -88.9803 -145.85 - 24 250.199 873 1 1 -5.36713 -88.9432 -174.45 - 24 121.483 455 1 0 -5.37352 -88.9485 -175.85 - 24 190.597 872 0 1 -5.51212 -89.084 -204.45 - 24 109.397 454 0 0 -5.51928 -89.0895 -205.85 - 24 137.663 876 2 1 -4.70538 -88.2156 -144.45 - 24 127.902 459 2 0 -4.68225 -88.1611 -145.85 - 24 117.458 876 1 1 -4.82425 -88.1025 -174.45 - 24 124.249 459 1 0 -4.77935 -88.1041 -175.85 - 24 134.443 880 0 1 -3.95782 -88.1956 -204.45 - 24 111.892 459 0 0 -3.94293 -88.2392 -205.85 - 24 147.639 458 0 0 -3.93835 -88.25 -206.187 - 24 45.4056 452 3 0 -4.88619 -89.6035 -115.85 - 24 86.7525 910 2 1 2.17619 -98.519 -144.45 - 24 107.541 909 2 1 2.05 -98.6587 -144.614 - 24 95.8132 402 2 0 1.08886 -99.5787 -145.85 - 24 79.8116 401 2 0 0.88215 -99.7503 -146.088 - 24 142.823 777 1 1 -24.5966 -120.532 -174.45 - 24 99.7043 776 1 1 -24.6501 -120.58 -174.526 - 24 7.24451 775 1 1 -24.8501 -120.764 -174.819 - 24 140.514 293 1 0 -25.4843 -121.373 -175.85 - 24 39.6144 292 1 0 -25.6461 -121.55 -176.137 - 24 231.428 728 0 1 -34.2574 -136.194 -204.45 - 24 212.089 214 0 0 -34.5547 -137.19 -205.85 - 24 70.2501 213 0 0 -34.6067 -137.35 -206.063 - 24 214.059 190 0 0 -44.9112 -142.072 -206.25 - 24 58.9232 665 0 1 -46.9602 -142.498 -204.85 - 24 89.9483 664 0 1 -47.05 -142.521 -204.808 - 24 77.232 663 0 1 -47.25 -142.575 -204.735 - 24 68.4636 662 0 1 -47.45 -142.636 -204.643 - 24 55.1769 661 0 1 -47.6501 -142.701 -204.544 - 24 73.1574 660 0 1 -47.8503 -142.798 -204.457 - 24 132.81 659 0 1 -48.05 -142.923 -204.57 - 24 43.7903 658 0 1 -48.25 -143.044 -204.762 - 24 146.905 181 0 0 -49.6353 -143.821 -205.85 - 24 121.947 180 0 0 -49.9239 -143.95 -206.021 - 24 90.1359 179 0 0 -50.2813 -144.15 -206.093 - 24 27.5876 178 0 0 -50.5561 -144.35 -206.212 - 24 151.009 778 1 1 -24.45 -120.624 -174.505 - 24 39.1265 450 3 0 -6.45549 -89.85 -115.876 - 24 125.232 869 1 1 -6.13482 -90.395 -174.45 - 24 123.405 448 1 0 -6.17278 -90.444 -175.85 - 24 119.137 865 0 1 -6.92395 -91.5654 -204.45 - 24 159.287 442 0 0 -7.03268 -91.6526 -205.85 - 24 297.113 866 1 1 -6.66649 -90.961 -174.45 - 24 112.87 865 1 1 -6.85 -90.8005 -174.564 - 24 95.7749 455 3 0 -5.16343 -89.05 -115.926 - 24 125.168 456 1 0 -5.32279 -88.6905 -175.85 - 24 145.426 873 0 1 -5.30291 -88.4501 -204.451 -Number of digits in this event = 67 +Number of tracker hits in this event = 75 + 24 151.892 535 11 1 -72.9021 -23.2741 125.55 + 24 111.615 783 11 0 -72.9026 -23.2744 124.15 + 24 155.092 535 10 1 -72.9391 -23.2919 95.55 + 24 284.542 783 10 0 -72.9512 -23.2857 94.15 + 24 108.606 533 9 1 -73.2623 -23.0942 65.55 + 24 115.499 784 9 0 -73.2497 -23.1012 64.15 + 24 112.855 535 8 1 -73.0288 -23.2371 35.55 + 24 199.384 783 8 0 -73.012 -23.2519 34.15 + 24 149.026 536 7 1 -72.6545 -23.5443 5.55 + 24 131.638 782 7 0 -72.6554 -23.5969 4.15 + 24 147.899 536 6 1 -72.7389 -24.632 -24.45 + 24 133.005 776 6 0 -72.7295 -24.6854 -25.85 + 24 119.829 537 5 1 -72.5267 -26.0697 -54.45 + 24 96.4202 769 5 0 -72.5248 -26.117 -55.85 + 24 114.32 538 4 1 -72.4301 -27.1039 -84.45 + 24 99.2227 764 4 0 -72.4632 -27.1198 -85.85 + 24 168.453 535 3 1 -72.9578 -27.5671 -114.45 + 24 132.807 762 3 0 -73.1981 -27.6244 -115.85 + 24 39.5718 501 2 1 -79.7352 -25.6996 -144.45 + 24 83.3162 502 2 1 -79.65 -25.6691 -144.549 + 24 112.014 503 2 1 -79.4495 -25.6746 -144.74 + 24 10.9578 504 2 1 -79.25 -25.7252 -144.833 + 24 60.655 767 2 0 -77.0176 -26.5704 -145.85 + 24 183.148 766 2 0 -76.8555 -26.6501 -145.959 + 24 279.221 677 2 0 -17.9576 -44.555 -146.25 + 24 81.635 678 2 0 -18.5934 -44.4492 -146.202 + 24 1.1195 679 2 0 -18.7664 -44.25 -146.25 + 24 305.449 536 2 1 -72.7254 -27.8707 -144.45 + 24 175.086 761 2 0 -72.6653 -27.8251 -145.85 + 24 110.357 542 1 1 -71.5889 -26.987 -174.45 + 24 143.107 765 1 0 -71.6332 -26.9564 -175.85 + 24 99.3561 536 0 1 -72.8311 -26.4517 -204.45 + 24 107.925 768 0 0 -72.857 -26.4404 -205.851 + 24 56.8457 759 2 0 -72.8127 -28.1963 -145.85 + 24 74.6369 758 2 0 -72.8196 -28.2501 -146.068 + 24 108.954 530 1 1 -74.0232 -34.5586 -174.45 + 24 115.229 727 1 0 -74.0995 -34.628 -175.85 + 24 106.806 511 0 1 -77.8478 -35.4722 -204.45 + 24 151.193 722 0 0 -77.8434 -35.487 -205.85 + 24 141.437 800 7 0 -64.5149 -19.9572 3.75 + 24 112.117 580 7 1 -63.87 -19.779 5.15032 + 24 72.9485 581 7 1 -63.85 -19.7737 5.18158 + 24 0.711576 778 7 0 -74.5649 -24.2569 4.15 + 24 13.3478 523 7 1 -75.3761 -23.9139 5.15 + 24 28.7777 779 7 0 -78.9902 -24.1378 4.15 + 24 161.564 494 7 1 -81.0887 -24.2447 5.15 + 24 24.1142 478 7 1 -84.4327 -23.9913 5.15 + 24 68.7522 775 7 0 -81.4986 -24.931 4.14994 + 24 244.453 489 2 1 -82.1271 -29.8043 -144.451 + 24 127.189 751 2 0 -82.1918 -29.836 -145.85 + 24 98.3791 485 1 1 -82.9002 -30.5664 -174.45 + 24 54.1465 486 1 1 -82.85 -30.591 -174.762 + 24 107.982 746 1 0 -82.6834 -30.69 -175.85 + 24 181.624 504 0 1 -79.1369 -32.8059 -204.45 + 24 201.946 736 0 0 -79.061 -32.8238 -205.85 + 24 130.201 505 0 1 -79.05 -32.7551 -204.746 + 24 67.2091 760 2 0 -82.0114 -28.0241 -145.85 + 24 79.9152 762 2 0 -81.9686 -27.65 -146.083 + 24 16.5332 763 2 0 -81.9563 -27.4499 -146.215 + 24 109.295 534 10 1 -73.0889 -23.3286 95.55 + 24 254.765 782 10 0 -72.784 -23.45 94.1116 + 24 237.152 534 3 1 -73.2437 -23.3479 -114.45 + 24 259.414 783 3 0 -73.2374 -23.3511 -115.85 + 24 114.642 534 2 1 -73.0986 -23.4235 -144.45 + 24 162.83 783 2 0 -73.0913 -23.4311 -145.85 + 24 138.921 535 1 1 -72.9698 -23.5664 -174.45 + 24 112.962 782 1 0 -72.9797 -23.5629 -175.85 + 24 127.155 534 0 1 -73.1811 -23.4925 -204.45 + 24 123.613 782 0 0 -73.1731 -23.4663 -205.85 + 24 151.654 538 2 1 -72.3952 -24.1 -144.45 + 24 193.909 779 2 0 -72.3673 -24.1224 -145.85 + 24 108.705 540 1 1 -72.0016 -24.2188 -174.45 + 24 128.163 779 1 0 -71.9725 -24.1536 -175.85 + 24 99.9471 543 0 1 -71.3998 -22.9568 -204.45 + 24 110.906 785 0 0 -71.3747 -22.9349 -205.85 +Number of digits in this event = 36 Using G4ParticleGun ... -3.30425 LIN +3.12891 LIN e- Event: 25 -Number of tracker hits in this event = 164 - 25 125.146 973 11 1 14.7237 -3.8783 125.55 - 25 120.94 880 11 0 14.7244 -3.87681 124.15 - 25 118.918 973 10 1 14.7339 -3.83775 95.55 - 25 129.731 881 10 0 14.735 -3.83535 94.15 - 25 416.819 973 9 1 14.7578 -3.78877 65.55 - 25 411.754 881 9 0 14.7583 -3.78903 64.15 - 25 341.619 973 8 1 14.7714 -3.78487 35.55 - 25 394.582 881 8 0 14.7746 -3.78169 34.15 - 25 302.987 973 7 1 14.8447 -3.70818 5.55 - 25 429.974 881 7 0 14.8473 -3.70643 4.15 - 25 113.684 974 6 1 14.9039 -3.67507 -24.45 - 25 144.835 881 6 0 14.9074 -3.67516 -25.85 - 25 118.674 974 5 1 14.9816 -3.68241 -54.45 - 25 133.281 881 5 0 14.9824 -3.68115 -55.85 - 25 188.02 974 4 1 15.0058 -3.65525 -84.45 - 25 111.75 881 4 0 15.009 -3.65586 -85.85 - 25 206.166 975 3 1 15.0732 -3.6737 -114.45 - 25 139.188 881 3 0 15.0788 -3.6727 -115.85 - 25 118.515 975 2 1 15.1892 -3.668 -144.45 - 25 167.865 881 2 0 15.1977 -3.66877 -145.85 - 25 293.951 976 1 1 15.3777 -3.6752 -174.45 - 25 138.784 881 1 0 15.3864 -3.67323 -175.85 - 25 109.608 977 0 1 15.5588 -3.62619 -204.45 - 25 149.686 882 0 0 15.5657 -3.62451 -205.85 - 25 74.0819 409 12 0 -92.1382 -98.2983 153.75 - 25 242.823 439 12 1 -92.1828 -98.4144 155.15 - 25 208.129 440 12 1 -92.15 -98.4316 155.294 - 25 168.621 913 1 0 18.144 2.77283 -175.85 - 25 250.945 914 1 0 18.1643 2.85 -175.874 - 25 132.601 990 1 1 18.2369 2.51777 -174.849 - 25 170.542 989 1 1 18.05 2.49676 -174.668 - 25 71.9193 170 8 0 59.9554 -145.95 33.9613 - 25 190.972 169 8 0 60.0344 -146.15 33.9778 - 25 50.6837 168 8 0 60.1117 -146.35 33.8334 - 25 128.508 976 3 1 15.25 -3.54677 -114.557 - 25 31.8964 977 3 1 15.4505 -3.46361 -114.728 - 25 118.577 885 3 0 16.245 -2.97224 -115.85 - 25 115.253 886 3 0 16.3813 -2.85 -116.008 - 25 190.861 887 3 0 16.5935 -2.64919 -116.128 - 25 112.85 888 3 0 16.7756 -2.44944 -116.192 - 25 37.4704 1514 3 0 67.6377 123.049 -116.25 - 25 80.5738 1515 3 0 67.6203 123.151 -116.17 - 25 82.4731 1516 3 0 67.5253 123.35 -116.034 - 25 29.8106 1517 3 0 67.4576 123.55 -115.889 - 25 112.131 1233 3 1 66.6882 126.724 -114.85 - 25 315.101 1232 3 1 66.6499 126.821 -114.809 - 25 365.828 974 7 1 14.8652 -3.71852 5.55 - 25 6.74984 975 7 1 15.05 -3.71402 5.18041 - 25 48.6473 882 7 0 15.3788 -3.4768 4.15 - 25 70.5473 883 7 0 15.4215 -3.44998 4.02222 - 25 37.3477 764 7 0 48.9806 -27.1838 3.75 - 25 130.893 763 7 0 49.0271 -27.25 3.81997 - 25 33.747 762 7 0 49.167 -27.4507 4.0346 - 25 129.993 1148 7 1 49.7292 -28.3039 5.15002 - 25 74.2488 1149 7 1 49.85 -28.4648 5.38009 - 25 13.7857 679 8 0 36.2859 -44.2203 33.7501 - 25 115.109 678 8 0 36.2522 -44.25 33.8092 - 25 302.544 677 8 0 36.106 -44.45 33.8883 - 25 62.5908 676 8 0 35.9627 -44.65 33.9092 - 25 81.0826 675 8 0 35.818 -44.85 33.9902 - 25 87.3876 674 8 0 35.6716 -45.05 34.0692 - 25 78.072 1069 8 1 33.9365 -47.533 35.15 - 25 65.4097 1068 8 1 33.85 -47.6524 35.2016 - 25 56.5465 1067 8 1 33.65 -47.84 35.2737 - 25 79.0687 1066 8 1 33.4496 -47.9214 35.2999 - 25 58.7115 1065 8 1 33.25 -47.9697 35.3093 - 25 58.0528 1064 8 1 33.0498 -47.9994 35.3738 - 25 85.6619 1063 8 1 32.85 -48.0362 35.4011 - 25 74.0206 1062 8 1 32.6494 -48.0431 35.44 - 25 149.753 1061 8 1 32.45 -48.0575 35.4984 - 25 145.638 1060 8 1 32.25 -48.3927 35.4711 - 25 21.1705 652 8 0 31.2631 -49.5909 34.15 - 25 333.949 651 8 0 31.203 -49.6505 34.0918 - 25 90.4153 695 7 0 -32.7889 -41.05 4.08555 - 25 21.4556 941 6 1 8.37561 -1.82166 -24.45 - 25 57.2656 942 6 1 8.45 -1.8584 -24.4865 - 25 118.016 943 6 1 8.65 -1.9501 -24.5775 - 25 361.055 944 6 1 8.85014 -2.00759 -24.6765 - 25 112.436 945 6 1 9.05 -2.02961 -24.7685 - 25 2.73897 946 6 1 9.25 -2.04168 -24.8455 - 25 41.8741 889 6 0 11.9376 -2.23109 -25.85 - 25 809.644 888 6 0 12.0838 -2.25006 -25.9009 - 25 95.6668 887 6 0 14.2813 -2.45 -26.2171 - 25 108.728 979 6 1 16.0078 -3.44912 -24.45 - 25 268.386 883 6 0 16.0248 -3.43752 -25.85 - 25 99.3273 981 5 1 16.2852 -3.25064 -54.45 - 25 140.4 883 5 0 16.3016 -3.25636 -55.85 - 25 189.769 983 4 1 16.6532 -3.36065 -84.45 - 25 120.85 883 4 0 16.6753 -3.32555 -85.85 - 25 156.403 985 3 1 17.089 -2.5378 -114.45 - 25 130.748 989 2 1 17.95 -1.72511 -144.45 - 25 88.9964 891 2 0 18.0051 -1.68205 -145.85 - 25 99.3792 995 1 1 19.1724 -0.826806 -174.45 - 25 112.33 896 1 0 19.2239 -0.786617 -175.85 - 25 111.567 900 0 0 20.3135 0.0625408 -205.85 - 25 40.012 511 1 0 88.5314 -77.6682 -176.25 - 25 10.2196 1626 1 1 145.35 -7.73514 -174.729 - 25 55.4245 510 1 0 88.7211 -77.85 -175.935 - 25 111.152 1343 1 1 88.7038 -77.97 -174.85 - 25 228.695 880 8 0 13.9982 -3.87467 34.15 - 25 212.773 971 8 1 14.3383 -4.02182 35.55 - 25 53.8448 960 7 1 12.0732 -3.84029 5.55 - 25 136.591 959 7 1 12.05 -3.85413 5.40661 - 25 131.627 880 7 0 11.8454 -3.98901 4.15 - 25 104.998 938 6 1 7.83515 -7.43282 -24.45 - 25 112.673 862 6 0 7.63215 -7.59176 -25.8503 - 25 136.521 914 5 1 2.98573 -10.329 -54.45 - 25 124.895 847 5 0 2.55231 -10.4658 -55.85 - 25 2.98806 875 4 1 -5.04493 -11.9985 -84.45 - 25 193.001 874 4 1 -5.05 -12.0018 -84.4644 - 25 130.511 838 4 0 -5.68105 -12.3275 -85.8502 - 25 11.1361 800 3 1 -20.0118 -21.2807 -114.45 - 25 57.0488 799 3 1 -20.05 -21.292 -114.482 - 25 60.1934 798 3 1 -20.25 -21.3363 -114.59 - 25 48.6591 797 3 1 -20.45 -21.3556 -114.66 - 25 71.9014 796 3 1 -20.65 -21.3856 -114.721 - 25 61.1992 795 3 1 -20.85 -21.4269 -114.808 - 25 94.379 785 3 0 -26.3866 -22.9558 -115.85 - 25 120.1 784 3 0 -26.6495 -23.05 -115.906 - 25 67.3874 783 3 0 -26.9674 -23.25 -116.114 - 25 69.4624 773 3 0 -75.4638 -25.3208 -116.25 - 25 82.9916 774 3 0 -75.4558 -25.25 -116.018 - 25 102.597 522 3 1 -75.5572 -24.5758 -114.85 - 25 159.91 521 3 1 -75.65 -24.398 -114.567 - 25 57.2725 520 3 1 -75.85 -23.9978 -114.5 - 25 76.8306 519 3 1 -76.0502 -23.8822 -114.525 - 25 187.808 518 3 1 -76.2507 -23.705 -114.502 - 25 59.7233 517 3 1 -76.45 -23.1691 -114.553 - 25 98.2954 516 3 1 -76.65 -23.0135 -114.604 - 25 24.7241 515 3 1 -76.8501 -22.865 -114.502 - 25 118.73 879 8 0 14.158 -4.18835 34.15 - 25 147.349 965 7 1 13.0865 -7.72615 5.54995 - 25 150.655 858 7 0 13.4242 -8.25472 4.15 - 25 147.526 996 6 1 19.2721 -16.2924 -24.45 - 25 123.737 818 6 0 19.7487 -16.4201 -25.85 - 25 27.141 817 6 0 19.8441 -16.45 -26.1426 - 25 124.368 1052 5 1 30.5009 -20.636 -54.4506 - 25 25.467 1053 5 1 30.65 -20.5868 -54.7659 - 25 166.438 798 5 0 31.134 -20.3873 -55.851 - 25 44.192 1138 4 1 47.807 -13.1857 -84.45 - 25 102.758 1139 4 1 47.8502 -13.2078 -84.5333 - 25 134.752 832 4 0 48.4908 -13.6205 -85.85 - 25 274.413 831 4 0 48.5302 -13.65 -85.9375 - 25 42.4968 1183 3 1 56.733 -21.5451 -114.45 - 25 104.499 1184 3 1 56.85 -21.5284 -114.624 - 25 119.733 793 3 0 57.7865 -21.3771 -115.85 - 25 103.705 1295 2 1 79.2373 -15.5881 -144.45 - 25 85.3104 1294 2 1 79.05 -15.3176 -144.688 - 25 4.09216 828 2 0 78.4106 -14.2622 -145.85 - 25 113.746 829 2 0 78.403 -14.25 -145.864 - 25 165.541 830 2 0 78.2369 -14.05 -146.097 - 25 52.8536 1095 2 0 31.6364 39.151 -146.25 - 25 104.114 1096 2 0 31.6048 39.2509 -146.145 - 25 9.98173 1097 2 0 31.5078 39.45 -145.891 - 25 25.3085 1055 2 1 31.075 40.2186 -144.85 - 25 135.827 1054 2 1 31.05 40.2663 -144.791 - 25 280.084 1093 3 0 27.3645 38.7575 -116.25 - 25 4.96017 1034 3 1 26.8593 38.6859 -114.85 - 25 114.983 1033 3 1 26.85 38.6856 -114.825 - 25 140.392 1096 4 0 37.3451 39.2827 -86.25 - 25 6.90564 1088 4 1 37.842 39.1109 -84.85 - 25 107.244 1089 4 1 37.85 39.108 -84.8273 - 25 156.628 1291 2 1 78.3014 -14.6832 -144.85 - 25 44.1803 1290 2 1 78.25 -14.7631 -144.84 -Number of digits in this event = 70 +Number of tracker hits in this event = 68 + 25 145.817 761 9 1 -27.6562 -114.448 65.55 + 25 124.24 328 9 0 -27.6577 -114.445 64.15 + 25 155.198 761 8 1 -27.6952 -114.409 35.55 + 25 121.832 328 8 0 -27.7 -114.405 34.15 + 25 101.167 761 7 1 -27.8051 -114.32 5.55 + 25 103.914 329 7 0 -27.8093 -114.315 4.15 + 25 95.3901 760 6 1 -27.8986 -114.215 -24.45 + 25 112.555 329 6 0 -27.904 -114.21 -25.85 + 25 135.263 760 5 1 -28.0147 -114.091 -54.45 + 25 128.722 330 5 0 -28.0232 -114.086 -55.85 + 25 428.139 759 4 1 -28.1971 -113.972 -84.45 + 25 357.546 330 4 0 -28.2066 -113.966 -85.85 + 25 116.662 758 3 1 -28.4096 -113.851 -114.45 + 25 122.23 331 3 0 -28.4165 -113.842 -115.85 + 25 125.062 757 2 1 -28.5606 -113.708 -144.45 + 25 137.546 332 2 0 -28.5779 -113.713 -145.85 + 25 97.6681 755 1 1 -28.9779 -113.828 -174.45 + 25 269.01 331 1 0 -28.99 -113.828 -175.85 + 25 115.051 754 0 1 -29.2435 -113.819 -204.45 + 25 113.198 331 0 0 -29.2552 -113.837 -205.85 + 25 181.559 378 0 1 -104.35 -27.781 -204.809 + 25 51.8089 330 1 0 -28.9121 -113.95 -175.875 + 25 251.914 756 0 1 -28.795 -113.259 -204.45 + 25 242.939 334 0 0 -28.7998 -113.249 -205.85 + 25 29.6184 483 0 0 -50.6997 -83.4054 -206.25 + 25 110.539 331 4 0 -28.1616 -113.938 -85.8501 + 25 120.185 757 3 1 -28.5163 -114.144 -114.45 + 25 136.275 328 3 0 -28.3365 -114.368 -115.85 + 25 80.4995 775 2 1 -24.8943 -118.729 -144.45 + 25 105.44 776 2 1 -24.85 -118.727 -144.722 + 25 120.179 307 2 0 -24.6402 -118.651 -145.85 + 25 74.0351 803 1 1 -19.2549 -115.148 -174.451 + 25 136.805 804 1 1 -19.25 -115.145 -174.467 + 25 116.433 326 1 0 -18.8398 -114.871 -175.85 + 25 110.221 850 0 1 -9.96487 -108.989 -204.45 + 25 103.038 356 0 0 -9.62626 -108.873 -205.851 + 25 58.116 301 4 0 -75.9262 -119.75 -85.9535 + 25 0.976936 329 4 0 -28.0381 -114.15 -86.246 + 25 81.5622 783 3 1 -23.3426 -117.471 -114.45 + 25 42.9769 784 3 1 -23.25 -117.451 -114.7 + 25 141.847 314 3 0 -22.8706 -117.32 -115.85 + 25 106.668 837 2 1 -12.5977 -115.15 -144.45 + 25 38.3312 838 2 1 -12.45 -115.159 -144.724 + 25 130.532 324 2 0 -11.9116 -115.17 -145.85 + 25 207.566 912 1 1 2.57183 -116.527 -174.45 + 25 349.267 913 1 1 2.65 -116.736 -174.822 + 25 5.77536 314 1 0 2.85301 -117.337 -175.85 + 25 108.867 313 1 0 2.85739 -117.35 -175.872 + 25 14.9348 312 1 0 2.90167 -117.55 -176.195 + 25 123.844 920 0 1 4.24438 -138.71 -204.45 + 25 113.403 205 0 0 4.00509 -139.068 -205.85 + 25 0.394101 296 0 0 22.7294 -120.75 -206.178 + 25 59.2211 297 0 0 22.7333 -120.75 -206.184 + 25 206.234 412 0 0 39.0253 -97.7332 -206.25 + 25 200.03 413 0 0 39.1509 -97.55 -205.886 + 25 1.10599 1098 0 1 39.8472 -95.2756 -204.85 + 25 235.872 1099 0 1 39.8501 -95.2698 -204.847 + 25 147.393 320 1 0 3.02949 -116.089 -175.85 + 25 44.2598 970 0 1 14.124 -103.054 -204.45 + 25 108.068 969 0 1 14.05 -103.066 -204.518 + 25 47.7255 382 0 0 13.3909 -103.642 -205.85 + 25 60.7566 381 0 0 13.3316 -103.75 -206 + 25 28.7589 380 0 0 13.2984 -103.95 -206.181 + 25 38.7911 886 4 0 -50.8381 -2.71546 -86.25 + 25 158.953 887 4 0 -50.8383 -2.65 -86.2165 + 25 194.023 186 4 0 9.40587 -142.839 -86.25 + 25 75.9226 756 1 1 -28.7726 -113.528 -174.45 + 25 109.399 1024 7 1 24.9503 163.015 5.15 +Number of digits in this event = 33 Using G4ParticleGun ... -8.96103 LIN +1.66661 LIN e- Event: 26 -Number of tracker hits in this event = 23 - 26 162.422 1317 8 1 83.6298 114.683 35.55 - 26 107.853 1472 8 0 83.6298 114.682 34.15 - 26 160.555 1317 7 1 83.6336 114.677 5.55 - 26 165.518 1472 7 0 83.634 114.677 4.15 - 26 119.647 1317 6 1 83.6387 114.68 -24.45 - 26 100.397 1472 6 0 83.6381 114.679 -25.85 - 26 116.415 1317 5 1 83.6263 114.669 -54.45 - 26 133.718 1472 5 0 83.6254 114.668 -55.85 - 26 118.515 1317 4 1 83.6095 114.646 -84.45 - 26 98.6649 1472 4 0 83.6084 114.645 -85.85 - 26 197.196 1317 3 1 83.5865 114.62 -114.45 - 26 112.531 1472 3 0 83.5854 114.619 -115.85 - 26 106.066 1317 2 1 83.5654 114.601 -144.45 - 26 122.478 1472 2 0 83.5653 114.601 -145.85 - 26 129.773 1317 1 1 83.5639 114.601 -174.45 - 26 120.641 1472 1 0 83.5644 114.6 -175.85 - 26 125.154 1317 0 1 83.5734 114.587 -204.45 - 26 121.634 1472 0 0 83.575 114.588 -205.85 - 26 55.738 1440 1 1 108.168 53.0612 -174.85 - 26 21.2621 1479 7 0 84.5133 116.099 4.15 - 26 196.502 1480 7 0 84.5628 116.15 4.11197 - 26 209.565 1481 7 0 84.6148 116.35 4.01804 - 26 143.831 1539 6 0 88.3025 128.054 -26.2498 -Number of digits in this event = 16 +Number of tracker hits in this event = 80 + 26 91.4155 759 11 1 -28.0829 57.696 125.55 + 26 132.402 1188 11 0 -28.0841 57.6926 124.15 + 26 135.228 759 10 1 -28.1005 57.6217 95.55 + 26 171.553 1187 10 0 -28.1028 57.6203 94.15 + 26 237.182 759 9 1 -28.1303 57.59 65.55 + 26 222.992 1187 9 0 -28.1305 57.5847 64.15 + 26 310.496 759 8 1 -28.1584 57.4598 35.55 + 26 115.316 1187 8 0 -28.158 57.4542 34.15 + 26 272.242 759 7 1 -28.1742 57.3621 5.55 + 26 138.408 1186 7 0 -28.1759 57.3526 4.15 + 26 130.284 759 6 1 -28.1933 57.1429 -24.45 + 26 195.661 1185 6 0 -28.1893 57.1395 -25.85 + 26 116.429 759 5 1 -28.1842 57.1473 -54.45 + 26 199.889 1185 5 0 -28.2025 57.1535 -55.85 + 26 230.87 757 4 1 -28.5323 57.2004 -84.45 + 26 103.808 1185 4 0 -28.542 57.2017 -85.85 + 26 125.434 756 3 1 -28.7905 57.27 -114.45 + 26 345.039 1186 3 0 -28.7893 57.2758 -115.85 + 26 115.027 756 2 1 -28.8191 57.3772 -144.45 + 26 113.944 1186 2 0 -28.8566 57.37 -145.85 + 26 161.506 751 1 1 -29.8459 57.3398 -174.45 + 26 98.4552 750 1 1 -29.85 57.3403 -174.574 + 26 305.235 1186 1 0 -29.8879 57.3414 -175.85 + 26 109.236 746 0 1 -30.7821 57.3388 -204.45 + 26 280.34 1186 0 0 -30.8378 57.3099 -205.85 + 26 10.9995 756 4 1 -28.65 57.0228 -84.7939 + 26 38.2468 1182 4 0 -28.9725 56.5127 -85.8505 + 26 118.879 1181 4 0 -29.0144 56.45 -85.9732 + 26 4.21618 763 3 1 -27.4472 37.9263 -114.45 + 26 274.982 762 3 1 -27.45 37.9121 -114.462 + 26 40.4592 1080 3 0 -28.1467 36.173 -115.85 + 26 90.8975 1079 3 0 -28.1917 36.0497 -115.967 + 26 12.7321 1078 3 0 -28.2126 35.85 -116.189 + 26 82.7079 360 3 0 -88.449 -107.955 -116.25 + 26 158.319 359 3 0 -88.5096 -108.15 -116.185 + 26 62.0471 447 3 1 -90.6067 -108.22 -114.85 + 26 89.9121 446 3 1 -90.7504 -108.246 -114.735 + 26 70.1817 445 3 1 -90.95 -108.258 -114.635 + 26 214.225 444 3 1 -91.15 -108.156 -114.563 + 26 0.444541 348 3 0 -91.2938 -110.549 -115.85 + 26 67.4953 347 3 0 -91.2939 -110.55 -115.851 + 26 105.187 346 3 0 -91.3204 -110.75 -116.036 + 26 76.9107 345 3 0 -91.2905 -110.951 -116.14 + 26 70.7989 1409 1 0 -37.0217 101.999 -176.25 + 26 108.989 760 7 1 -28.05 57.5981 5.52909 + 26 24.8079 758 8 1 -28.25 57.3597 35.248 + 26 128.354 1183 8 0 -28.6034 56.8357 34.15 + 26 224.951 1215 8 0 -13.0664 63.15 33.75 + 26 146.469 838 8 1 -12.2814 63.3398 35.15 + 26 212.037 839 8 1 -12.2499 63.3537 35.1851 + 26 162.59 837 8 1 -12.45 63.2752 35.2695 + 26 13.6249 1182 8 0 -28.6234 56.65 33.7785 + 26 61.289 989 8 0 -34.6869 17.9545 33.7502 + 26 116.979 988 8 0 -34.7637 17.8499 33.8577 + 26 318.329 987 8 0 -34.6747 17.6499 34.0132 + 26 68.1505 812 8 0 -18.0976 -17.5045 33.75 + 26 16.9044 910 9 0 -51.3298 2.10319 63.75 + 26 111.68 909 9 0 -51.3571 2.05 63.767 + 26 12.8483 1070 9 0 -8.26025 34.25 63.9492 + 26 4.80116 865 9 1 -6.85904 35.3737 65.1504 + 26 22.126 866 9 1 -6.85 35.3852 65.1578 + 26 271.378 1077 9 0 -2.15064 35.5588 64.1499 + 26 347.69 760 4 1 -27.9984 57.046 -84.45 + 26 233.178 1184 4 0 -27.9996 57.0483 -85.85 + 26 116.882 760 3 1 -28.017 57.2351 -114.45 + 26 129.269 760 2 1 -27.9572 57.9889 -144.45 + 26 100.235 1189 2 0 -27.9752 57.9824 -145.85 + 26 78.2325 759 1 1 -28.1933 57.9101 -174.45 + 26 18.974 758 1 1 -28.25 57.9321 -174.765 + 26 115.05 1189 1 0 -28.4933 57.9838 -175.85 + 26 116.935 713 0 1 -37.3363 57.1762 -204.451 + 26 56.5908 712 0 1 -37.45 57.2099 -204.686 + 26 1.74399 1187 0 0 -38.1579 57.45 -206.244 + 26 68.6526 1195 0 0 -49.0194 59.1531 -206.25 + 26 102.163 1184 3 0 -27.6982 56.9389 -115.85 + 26 98.1329 755 2 1 -29.0175 57.5523 -144.45 + 26 98.929 1187 2 0 -29.0441 57.5497 -145.85 + 26 188.22 742 0 1 -31.6013 55.9061 -204.45 + 26 126.196 1178 0 0 -31.683 55.7867 -205.85 + 26 64.1826 808 0 1 -18.45 46.6973 -204.549 +Number of digits in this event = 34 Using G4ParticleGun ... -6.81774 LIN +6.56065 LIN e- Event: 27 -Number of tracker hits in this event = 29 - 27 101.721 786 7 1 -22.7638 145.745 5.55 - 27 115.009 1627 7 0 -22.7642 145.745 4.15 - 27 145.266 786 6 1 -22.7698 145.751 -24.45 - 27 118.109 1628 6 0 -22.7691 145.751 -25.85 - 27 108.408 786 5 1 -22.7536 145.767 -54.45 - 27 127.442 1628 5 0 -22.7526 145.768 -55.85 - 27 136.522 786 4 1 -22.7305 145.784 -84.45 - 27 110.672 1628 4 0 -22.7288 145.785 -85.85 - 27 152.783 786 3 1 -22.7001 145.796 -114.45 - 27 107.384 1628 3 0 -22.6977 145.796 -115.85 - 27 110.859 787 2 1 -22.6416 145.791 -144.45 - 27 119.369 1628 2 0 -22.6399 145.79 -145.85 - 27 121.533 787 1 1 -22.604 145.776 -174.45 - 27 177.078 1628 1 0 -22.6034 145.765 -175.85 - 27 234.233 787 0 1 -22.5726 145.499 -204.45 - 27 100.911 1626 0 0 -22.5662 145.476 -205.85 - 27 168.561 1660 2 1 152.261 58.2017 -144.45 - 27 6.2358 1240 3 0 -27.4112 68.0644 -116.25 - 27 350.811 1239 3 0 -27.414 68.05 -116.224 - 27 14.5817 764 3 1 -27.0671 67.6476 -114.85 - 27 106.221 765 3 1 -27.05 67.6326 -114.788 - 27 106.35 1254 4 0 -22.8665 71.0412 -86.2498 - 27 153.05 787 4 1 -22.5861 70.895 -84.85 - 27 136.506 788 4 1 -22.45 70.7661 -84.5284 - 27 169.526 1251 4 0 -23.025 70.3832 -85.85 - 27 60.1857 1249 4 0 -35.7838 69.8705 -86.2497 - 27 333.05 1248 4 0 -35.7326 69.85 -86.015 - 27 313.499 720 4 1 -35.9439 69.555 -84.85 - 27 87.6075 1247 4 0 -35.3365 69.65 -86.1878 -Number of digits in this event = 16 +Number of tracker hits in this event = 78 + 27 116.567 887 9 1 -2.55858 131.988 65.55 + 27 107.16 1559 9 0 -2.56623 131.999 64.15 + 27 143.042 886 8 1 -2.73975 132.208 35.55 + 27 97.7649 1560 8 0 -2.74989 132.213 34.15 + 27 130.703 885 7 1 -2.94169 132.3 5.55 + 27 118.229 1560 7 0 -2.92986 132.299 4.15 + 27 134.323 886 6 1 -2.73883 132.246 -24.45 + 27 165.901 1560 6 0 -2.73418 132.22 -25.85 + 27 390.002 887 5 1 -2.58435 131.728 -54.45 + 27 165.725 1557 5 0 -2.55204 131.707 -55.85 + 27 122.958 890 4 1 -1.90036 131.262 -84.45 + 27 120.004 1555 4 0 -1.86865 131.224 -85.85 + 27 117.008 894 3 1 -1.22301 130.47 -114.45 + 27 116.962 1551 3 0 -1.19998 130.432 -115.85 + 27 100.719 897 2 1 -0.63915 129.645 -144.45 + 27 113.06 1547 2 0 -0.626767 129.619 -145.85 + 27 158.12 898 1 1 -0.388503 129.098 -174.45 + 27 130.276 1544 1 0 -0.400604 129.086 -175.85 + 27 102.318 896 0 1 -0.655243 128.701 -204.45 + 27 152.247 1542 0 0 -0.680039 128.693 -205.85 + 27 251.543 890 2 1 -1.88168 131.82 -144.45 + 27 51.8005 891 2 1 -1.85 131.854 -144.641 + 27 263.585 1559 2 0 -2.29061 131.957 -145.85 + 27 195.621 1558 2 0 -1.8967 131.806 -145.85 + 27 61.8931 1496 2 0 -30.3841 119.397 -146.25 + 27 79.7391 1495 2 0 -30.5248 119.35 -146.093 + 27 119.134 745 2 1 -30.9546 118.812 -144.85 + 27 104.672 744 2 1 -31.0501 118.722 -144.62 + 27 104.913 743 2 1 -31.4008 118.571 -144.45 + 27 37.1886 742 2 1 -31.45 118.458 -144.788 + 27 115.86 1489 2 0 -32.5317 118.006 -145.85 + 27 73.0797 1488 2 0 -32.7062 117.95 -146.094 + 27 84.6402 1366 2 0 -30.4588 93.4425 -146.25 + 27 272.503 1367 2 0 -30.3981 93.5504 -146.074 + 27 163.372 1368 2 0 -30.2664 93.75 -146.183 + 27 178.927 423 6 1 -95.35 105.005 -24.72 + 27 332.471 880 3 1 -3.87245 132.696 -114.45 + 27 234.572 1562 3 0 -3.89448 132.701 -115.85 + 27 152.93 878 2 1 -4.31115 132.907 -144.45 + 27 135.483 1563 2 0 -4.36799 132.888 -145.85 + 27 123.296 873 1 1 -5.37233 132.583 -174.45 + 27 119.277 1562 1 0 -5.39748 132.608 -175.85 + 27 126.619 871 0 1 -5.83857 133.496 -204.45 + 27 113.305 1566 0 0 -5.83547 133.509 -205.85 + 27 137.836 876 2 1 -4.73211 133.069 -144.45 + 27 203.863 1564 2 0 -4.76969 133.076 -145.85 + 27 170.8 872 1 1 -5.51237 133.402 -174.45 + 27 158.516 1566 1 0 -5.52597 133.47 -175.85 + 27 104.081 870 0 1 -5.90996 135.053 -204.45 + 27 130.275 1575 0 0 -5.87376 135.157 -205.85 + 27 251.891 1559 5 0 -2.56523 132.025 -55.85 + 27 116.872 886 4 1 -2.67485 131.833 -84.45 + 27 155.712 1558 4 0 -2.6646 131.815 -85.85 + 27 104.593 888 3 1 -2.40069 131.379 -114.45 + 27 279.256 1556 3 0 -2.4039 131.359 -115.85 + 27 336.131 887 2 1 -2.54856 130.856 -144.45 + 27 112.267 1553 2 0 -2.55171 130.84 -145.85 + 27 293.951 887 1 1 -2.57757 130.65 -174.45 + 27 116.417 1552 1 0 -2.57793 130.631 -175.85 + 27 168.405 887 0 1 -2.64768 130.258 -204.45 + 27 143.586 886 0 1 -2.65 130.254 -204.649 + 27 116.385 1550 0 0 -2.66361 130.235 -205.85 + 27 176.678 886 2 1 -2.65 130.789 -144.475 + 27 45.3425 1550 3 0 -3.10175 130.35 -116.197 + 27 6.40349 1542 3 0 31.1958 128.554 -116.25 + 27 59.7475 1541 3 0 31.1999 128.55 -116.24 + 27 39.9443 1683 3 0 27.5851 156.776 -116.25 + 27 32.2191 626 1 1 -54.7478 64.697 -174.45 + 27 152.533 887 4 1 -2.574 132.036 -84.45 + 27 119.13 1559 4 0 -2.5725 132.037 -85.85 + 27 168.481 887 3 1 -2.54221 132.054 -114.45 + 27 108.737 1559 3 0 -2.5413 132.055 -115.85 + 27 133.485 1559 1 0 -2.50714 132.094 -175.85 + 27 117.251 1559 0 0 -2.4785 132.115 -205.85 + 27 73.7662 1548 0 0 42.8679 129.88 -206.25 + 27 90.7768 1557 1 0 -2.86052 131.676 -175.85 + 27 27.6919 1478 5 0 -10.4724 115.801 -56.25 + 27 77.5525 1477 5 0 -10.4829 115.75 -56.195 +Number of digits in this event = 42 Using G4ParticleGun ... -6.38695 LIN +5.12948 LIN e- Event: 28 -Number of tracker hits in this event = 98 - 28 131.051 1449 10 1 109.997 -21.0216 95.55 - 28 134.845 795 10 0 109.996 -21.0215 94.15 - 28 149.12 1449 9 1 109.97 -21.0161 65.55 - 28 213.016 795 9 0 109.97 -21.0162 64.15 - 28 348.781 1449 8 1 109.961 -21.0165 35.55 - 28 204.754 795 8 0 109.961 -21.0165 34.15 - 28 168.413 1449 7 1 109.951 -21.0155 5.55 - 28 111.141 795 7 0 109.95 -21.0136 4.15 - 28 326.811 1448 6 1 109.933 -20.9831 -24.45 - 28 420.03 795 6 0 109.934 -20.9804 -25.85 - 28 103.226 1449 5 1 109.953 -20.9176 -54.45 - 28 294.701 795 5 0 109.956 -20.9186 -55.85 - 28 225.524 1449 4 1 110.02 -20.942 -84.45 - 28 130.802 795 4 0 110.022 -20.9443 -85.85 - 28 112.941 1449 3 1 110.056 -21.0023 -114.45 - 28 105.505 795 3 0 110.058 -21.0032 -115.85 - 28 361.073 1449 2 1 110.101 -21.0274 -144.45 - 28 361.25 795 2 0 110.102 -21.0327 -145.85 - 28 141.207 1449 1 1 110.099 -21.1396 -174.45 - 28 379.519 794 1 0 110.098 -21.1463 -175.85 - 28 135.93 1449 0 1 110.08 -21.2689 -204.45 - 28 370.534 793 0 0 110.079 -21.2753 -205.85 - 28 6.90567 688 3 0 73.7223 -42.3755 -116.25 - 28 99.1258 1265 3 1 73.2065 -42.7518 -114.85 - 28 110.837 1264 3 1 73.05 -42.8956 -114.627 - 28 111.617 1263 3 1 72.85 -43.0876 -114.574 - 28 38.584 1262 3 1 72.65 -43.349 -114.515 - 28 113.872 1452 1 1 110.748 -20.4263 -174.45 - 28 114.111 1453 1 1 110.75 -20.4275 -174.479 - 28 114.204 797 1 0 110.845 -20.4852 -175.85 - 28 121.184 1463 0 1 112.826 -21.5458 -204.45 - 28 239.614 792 0 0 112.902 -21.5525 -205.85 - 28 131.854 793 1 0 110.622 -21.4429 -175.85 - 28 172.715 1466 0 1 113.468 -15.4091 -204.45 - 28 23.2542 824 0 0 113.658 -15.0704 -205.85 - 28 336.22 825 0 0 113.67 -15.0498 -205.937 - 28 275.041 316 3 1 -116.75 -153.887 -114.751 - 28 81.834 315 3 1 -116.95 -153.852 -114.551 - 28 73.4181 794 7 0 111.244 -21.2367 4.15 - 28 152.262 793 7 0 111.307 -21.25 4.09241 - 28 280.861 1448 5 1 109.904 -21.0968 -54.45 - 28 248.836 794 5 0 109.902 -21.0982 -55.85 - 28 126.099 1448 4 1 109.844 -21.1124 -84.45 - 28 105.054 794 4 0 109.837 -21.111 -85.85 - 28 148.121 1447 3 1 109.705 -21.0983 -114.45 - 28 116.511 794 3 0 109.701 -21.102 -115.85 - 28 116.4 1447 2 1 109.623 -21.1765 -144.45 - 28 220.637 794 2 0 109.612 -21.1707 -145.85 - 28 365.79 1446 1 1 109.372 -21.047 -174.45 - 28 127.422 795 1 0 109.355 -21.038 -175.85 - 28 152.872 1444 0 1 108.961 -20.8809 -204.45 - 28 106.216 795 0 0 108.938 -20.8828 -205.85 - 28 15.0995 1715 0 1 163.256 51.9709 -204.45 - 28 111.864 1446 0 1 109.391 -21.1673 -204.45 - 28 525.289 794 0 0 109.384 -21.2159 -205.85 - 28 130.759 1451 0 1 110.447 -21.7195 -204.45 - 28 123.927 791 0 0 110.493 -21.7722 -205.85 - 28 117.301 1450 4 1 110.15 -21.2781 -84.6018 - 28 5.75461 784 4 0 111.843 -23.2296 -85.85 - 28 45.9146 783 4 0 111.861 -23.25 -85.8601 - 28 225.934 1469 4 1 113.954 -24.6095 -84.85 - 28 169.922 1470 4 1 114.15 -24.7096 -84.7681 - 28 147.21 1471 4 1 114.35 -24.8365 -84.801 - 28 43.1159 1468 4 1 113.95 -25.2934 -84.7563 - 28 119.719 776 4 0 113.788 -24.7033 -85.85 - 28 167.701 777 4 0 113.788 -24.6498 -85.9292 - 28 148.135 1452 4 1 110.7 -19.1893 -84.45 - 28 0.504079 804 4 0 110.748 -19.0504 -85.85 - 28 141.604 805 4 0 110.749 -19.05 -85.8538 - 28 35.1718 1457 3 1 111.746 -16.2555 -114.45 - 28 142.704 1458 3 1 111.75 -16.2461 -114.513 - 28 100.75 820 3 0 111.828 -16.0429 -115.85 - 28 128.156 1465 2 1 113.157 -11.418 -144.45 - 28 49.6589 844 2 0 113.204 -11.0869 -145.85 - 28 73.1272 845 2 0 113.209 -11.05 -146.006 - 28 157.044 1470 1 1 114.203 -3.82023 -174.45 - 28 148.681 883 1 0 114.212 -3.43286 -175.85 - 28 159.766 1472 0 1 114.568 4.10399 -204.45 - 28 149.503 922 0 0 114.628 4.51098 -205.85 - 28 7.97744 1022 6 0 172.385 24.45 -26.1347 - 28 148.551 1085 1 0 125.402 37.164 -176.25 - 28 187.272 1461 2 1 112.392 -15.2361 -144.45 - 28 283.138 822 2 0 112.289 -15.5319 -145.85 - 28 130.052 1441 1 1 108.364 -22.399 -174.45 - 28 128.651 788 1 0 108.433 -22.28 -175.85 - 28 83.6232 1454 0 1 110.993 -22.642 -204.45 - 28 53.4134 1455 0 1 111.15 -22.6939 -204.698 - 28 193.92 786 0 0 111.967 -22.8245 -205.85 - 28 78.5682 1460 2 1 112.329 -15.2415 -144.45 - 28 49.8129 1459 2 1 112.15 -15.3057 -144.679 - 28 130.753 1407 1 1 101.618 -12.3247 -174.45 - 28 107.937 836 1 0 101.908 -12.7134 -175.85 - 28 115.719 1443 0 1 108.764 -21.322 -204.45 - 28 434.616 1442 0 1 108.724 -21.3147 -204.45 - 28 95.0813 798 8 0 109.889 -20.4492 34.15 - 28 49.5668 799 8 0 109.957 -20.25 33.8897 - 28 126.967 927 8 0 104.724 5.57911 33.75 - 28 438.033 1450 8 1 110.15 -21.0802 35.4797 -Number of digits in this event = 60 -Using G4ParticleGun ... -9.95599 LIN +Number of tracker hits in this event = 237 + 28 109.054 592 11 1 -61.4847 -42.2988 125.55 + 28 181.018 688 11 0 -61.4869 -42.2989 124.15 + 28 157.479 592 10 1 -61.5326 -42.3027 95.55 + 28 104.881 688 10 0 -61.5344 -42.3059 94.15 + 28 505.355 592 9 1 -61.5755 -42.3816 65.55 + 28 452.009 688 9 0 -61.5817 -42.3855 64.15 + 28 93.9547 591 8 1 -61.6823 -42.458 35.55 + 28 133.794 687 8 0 -61.6835 -42.4634 34.15 + 28 267.376 591 7 1 -61.7062 -42.5645 5.55 + 28 122.663 687 7 0 -61.7055 -42.5677 4.15 + 28 189.767 591 6 1 -61.7011 -42.6277 -24.45 + 28 248.373 687 6 0 -61.7048 -42.6314 -25.85 + 28 544.45 591 5 1 -61.7896 -42.7048 -54.45 + 28 168.307 686 5 0 -61.7881 -42.7074 -55.85 + 28 235.134 591 4 1 -61.7457 -42.7598 -84.45 + 28 115.135 686 4 0 -61.7416 -42.7621 -85.85 + 28 487.159 591 3 1 -61.6615 -42.7997 -114.45 + 28 590.213 686 3 0 -61.6597 -42.8008 -115.85 + 28 275.285 592 2 1 -61.6072 -42.8429 -144.45 + 28 108.993 685 2 0 -61.6069 -42.8519 -145.85 + 28 131.757 592 1 1 -61.5662 -43.0791 -174.45 + 28 420.315 684 1 0 -61.5641 -43.0959 -175.85 + 28 163.272 592 0 1 -61.5509 -43.4467 -204.45 + 28 108.213 682 0 0 -61.5792 -43.4743 -205.85 + 28 12.4835 789 0 0 -81.8814 -22.25 -206.008 + 28 132.69 490 0 1 -81.895 -22.2429 -204.85 + 28 55.9609 491 0 1 -81.8495 -22.2182 -204.769 + 28 109.745 795 0 0 -80.1544 -20.998 -205.85 + 28 131.746 796 0 0 -80.0223 -20.85 -205.975 + 28 134.131 797 0 0 -79.7494 -20.6499 -206.135 + 28 55.1086 798 0 0 -79.6448 -20.45 -205.933 + 28 5.35343 494 0 1 -81.2136 -20.2051 -204.85 + 28 236.135 801 0 0 -82.4488 -19.8065 -205.85 + 28 81.8597 482 0 1 -83.4945 -20.292 -204.85 + 28 136.875 705 6 0 -67.0382 -39.0159 -26.25 + 28 37.6776 704 6 0 -67.0228 -39.05 -26.1026 + 28 34.455 592 5 1 -61.6461 -42.6686 -54.45 + 28 84.5472 687 5 0 -61.6739 -42.4911 -55.85 + 28 29.3551 688 5 0 -61.6791 -42.45 -56.1376 + 28 131.523 588 4 1 -62.2948 -37.9605 -84.4505 + 28 120.655 711 4 0 -62.4283 -37.7948 -85.85 + 28 107.327 571 3 1 -65.6771 -34.4773 -114.45 + 28 214.754 728 3 0 -65.9112 -34.3976 -115.85 + 28 116.67 547 2 1 -70.5 -31.4708 -144.45 + 28 116.335 743 2 0 -70.661 -31.3213 -145.85 + 28 129.684 528 1 1 -74.3675 -28.8127 -174.45 + 28 5.18585 527 1 1 -74.45 -28.7595 -174.847 + 28 122.444 757 1 0 -74.6526 -28.6206 -175.85 + 28 101.59 507 0 1 -78.5979 -23.804 -204.45 + 28 114.919 782 0 0 -78.6856 -23.5156 -205.85 + 28 21.5742 783 0 0 -78.7041 -23.45 -206.196 + 28 28.9378 718 1 0 -104.521 -36.3602 -176.25 + 28 13.036 674 5 0 -61.508 -45.2034 -55.85 + 28 65.0158 673 5 0 -61.5038 -45.2504 -55.877 + 28 66.4465 672 5 0 -61.4892 -45.4503 -55.9924 + 28 59.2597 671 5 0 -61.4678 -45.65 -56.1323 + 28 28.7741 546 4 1 -70.8081 -90.0413 -84.4501 + 28 116.439 545 4 1 -70.8503 -90.0093 -84.5631 + 28 98.7799 544 4 1 -71.05 -89.8369 -84.6542 + 28 17.79 542 4 1 -71.6006 -89.7624 -84.45 + 28 232.648 541 4 1 -71.65 -89.7987 -84.506 + 28 72.2529 540 4 1 -71.8503 -89.9006 -84.6842 + 28 56.6625 449 4 0 -72.6866 -90.2925 -85.85 + 28 66.8018 448 4 0 -72.8012 -90.35 -86.0231 + 28 155.563 489 3 1 -82.207 -101.618 -114.45 + 28 93.2269 388 3 0 -82.107 -102.416 -115.85 + 28 56.6344 387 3 0 -82.0729 -102.55 -116.105 + 28 612.745 592 6 1 -61.6499 -42.6169 -24.5236 + 28 161.045 588 0 1 -62.3323 -43.099 -204.45 + 28 261.406 684 0 0 -62.345 -43.169 -205.85 + 28 116.952 589 0 1 -62.2168 -43.1613 -204.45 + 28 121.88 688 6 0 -61.4556 -42.3725 -25.85 + 28 106.937 593 5 1 -61.2595 -39.8308 -54.45 + 28 236.371 701 5 0 -61.2951 -39.7913 -55.85 + 28 261.479 586 4 1 -62.8164 -38.2818 -84.45 + 28 34.1396 585 4 1 -62.85 -38.2859 -84.7327 + 28 100.915 708 4 0 -62.9762 -38.299 -85.85 + 28 139.177 569 3 1 -66.0681 -39.3603 -114.45 + 28 0.626319 703 3 0 -66.0377 -39.2501 -115.851 + 28 125.31 704 3 0 -66.0376 -39.25 -115.851 + 28 138.554 568 2 1 -66.251 -36.5632 -144.45 + 28 106.235 716 2 0 -66.4495 -36.6987 -145.85 + 28 123.939 547 1 1 -70.5738 -38.071 -174.45 + 28 0.390672 546 1 1 -70.65 -38.0896 -174.849 + 28 115.378 709 1 0 -70.8558 -38.1574 -175.85 + 28 146.942 521 0 1 -75.6992 -39.1125 -204.45 + 28 91.9241 704 0 0 -75.6737 -39.2171 -205.85 + 28 149.561 677 6 0 -86.3808 -44.5225 -26.2495 + 28 56.364 456 6 1 -88.6883 -43.9808 -24.8496 + 28 73.5396 455 6 1 -88.85 -43.9246 -24.7331 + 28 19.2535 454 6 1 -89.05 -43.8251 -24.4918 + 28 57.0919 594 3 1 -61.0919 -42.4797 -114.45 + 28 363.981 593 3 1 -61.25 -42.323 -114.508 + 28 196.744 592 3 1 -61.45 -42.2008 -114.545 + 28 87.3452 590 3 1 -61.85 -41.6862 -114.605 + 28 70.6783 589 3 1 -62.05 -41.4827 -114.635 + 28 398.474 588 3 1 -62.2502 -41.2905 -114.662 + 28 90.0639 587 3 1 -62.4502 -41.178 -114.603 + 28 165.845 631 2 1 -53.8112 -51.26 -144.45 + 28 255.169 642 2 0 -53.2211 -51.5983 -145.85 + 28 157.527 641 2 0 -53.1308 -51.65 -146.068 + 28 87.5252 699 1 1 -40.1579 -57.0279 -174.45 + 28 22.2389 700 1 1 -40.0499 -57.105 -174.772 + 28 160.187 613 1 0 -39.6931 -57.3322 -175.85 + 28 197.781 704 1 0 42.9438 -39.1964 -176.25 + 28 90.5871 705 1 0 43.48 -39.05 -176.026 + 28 82.5898 706 1 0 43.7755 -38.85 -175.94 + 28 11.2556 707 1 0 43.9923 -38.65 -175.864 + 28 26.7515 1138 1 1 47.7642 -36.2511 -174.85 + 28 118.301 1139 1 1 47.85 -36.1831 -174.826 + 28 97.0229 1140 1 1 48.05 -35.9862 -174.726 + 28 134.601 1141 1 1 48.25 -35.7491 -174.571 + 28 202.072 1142 1 1 48.4501 -35.7268 -174.473 + 28 39.0345 1136 1 1 47.25 -38.8441 -174.809 + 28 2.84874 743 1 1 -31.3813 -44.8551 -174.85 + 28 46.498 536 2 1 -72.7716 -51.1622 -144.45 + 28 65.7107 535 2 1 -72.85 -51.2385 -144.643 + 28 23.0536 640 2 0 -73.5124 -51.8501 -146.183 + 28 61.7594 598 2 0 -88.323 -60.2954 -146.25 + 28 88.9288 599 2 0 -88.3134 -60.2499 -146.088 + 28 3.14541 459 2 1 -88.0515 -59.6319 -144.85 + 28 129.323 460 2 1 -88.05 -59.6286 -144.845 + 28 24.1146 461 2 1 -87.85 -59.5017 -144.515 + 28 119.001 583 8 1 -63.3985 -42.9436 35.55 + 28 33.2087 685 8 0 -63.549 -42.8574 34.15 + 28 110.298 686 8 0 -63.5628 -42.85 34.0283 + 28 121.244 564 7 1 -67.0647 -41.2449 5.55 + 28 253.547 694 7 0 -67.1381 -41.1839 4.15 + 28 96.7489 559 6 1 -68.2348 -39.9076 -24.4507 + 28 110.843 700 6 0 -68.282 -39.876 -25.85 + 28 138.617 553 5 1 -69.3044 -39.1385 -54.4507 + 28 64.1268 705 5 0 -69.2513 -38.8833 -55.8505 + 28 67.2186 706 5 0 -69.2449 -38.85 -56.0295 + 28 118.343 560 4 1 -68.0246 -33.5466 -84.45 + 28 123.205 734 4 0 -67.9143 -33.2312 -85.85 + 28 282.813 570 3 1 -65.985 -26.9611 -114.45 + 28 104.851 766 3 0 -65.7832 -26.7765 -115.85 + 28 147.935 595 2 1 -60.9678 -22.3977 -144.451 + 28 94.2171 789 2 0 -60.6498 -22.1152 -145.85 + 28 17.9871 790 2 0 -60.5731 -22.05 -146.184 + 28 60.6981 630 1 1 -53.909 -16.3833 -174.45 + 28 50.4216 631 1 1 -53.85 -16.3512 -174.659 + 28 128.61 819 1 0 -53.5105 -16.1717 -175.85 + 28 51.4259 671 0 1 -45.6845 -11.8709 -204.45 + 28 77.131 672 0 1 -45.6499 -11.8569 -204.61 + 28 124.594 841 0 0 -45.3693 -11.758 -205.85 + 28 128.453 489 0 1 -82.0577 -32 -204.45 + 28 130.939 739 0 0 -81.1854 -32.2072 -205.85 + 28 134.455 741 0 0 -82.0078 -31.8162 -205.85 + 28 125.468 592 8 1 -61.5505 -42.3538 35.55 + 28 104.461 688 8 0 -61.5593 -42.3665 34.15 + 28 165.044 686 7 0 -61.7579 -42.6569 4.15 + 28 119.401 590 6 1 -61.8718 -42.8402 -24.45 + 28 105.497 685 6 0 -61.8696 -42.8625 -25.85 + 28 128.422 683 5 0 -61.8043 -43.3734 -55.85 + 28 120.866 679 4 0 -61.7136 -44.1154 -85.85 + 28 114.481 675 3 0 -61.7658 -44.9988 -115.85 + 28 129.426 670 2 0 -61.5433 -45.985 -145.85 + 28 129.217 594 1 1 -61.1753 -46.7229 -174.45 + 28 123.889 666 1 0 -61.1535 -46.741 -175.85 + 28 265.507 596 0 1 -60.7354 -47.0506 -204.45 + 28 133.025 664 0 0 -60.7141 -47.0718 -205.85 + 28 22.2453 444 3 0 15.6495 -91.1846 -116.25 + 28 245.809 445 3 0 15.6974 -91.15 -116.185 + 28 164.534 446 3 0 15.9438 -90.95 -116.139 + 28 176.208 676 3 0 -61.8893 -44.7919 -115.85 + 28 35.8332 552 2 1 -69.5571 -43.2247 -144.45 + 28 80.4515 553 2 1 -69.4496 -43.1494 -144.51 + 28 80.5688 554 2 1 -69.2498 -43.0021 -144.619 + 28 45.3906 555 2 1 -69.05 -42.852 -144.746 + 28 91.0101 689 2 0 -68.0413 -42.1946 -145.85 + 28 121.038 690 2 0 -67.8249 -42.05 -146.071 + 28 209.008 700 2 0 -27.0351 -39.876 -146.25 + 28 34.1016 699 2 0 -26.8375 -40.05 -146.053 + 28 87.237 673 3 0 -62.2257 -45.3664 -115.85 + 28 34.7433 672 3 0 -62.336 -45.45 -116.111 + 28 119.683 537 2 1 -72.5156 -54.9898 -144.45 + 28 64.2254 621 2 0 -72.5136 -55.7531 -145.85 + 28 94.9996 620 2 0 -72.5068 -55.85 -146.025 + 28 11.7509 543 1 1 -71.2614 -73.7755 -174.45 + 28 136.068 544 1 1 -71.2499 -73.7963 -174.485 + 28 141.903 527 1 0 -70.7387 -74.4606 -175.85 + 28 22.5589 602 0 1 -59.6091 -85.1888 -204.45 + 28 101.811 601 0 1 -59.65 -85.1642 -204.489 + 28 182.029 600 0 1 -59.85 -85.0594 -204.663 + 28 95.9976 477 0 0 -60.9793 -84.5414 -205.851 + 28 67.7747 478 0 0 -61.1811 -84.4499 -206.059 + 28 65.5741 677 3 0 -61.8496 -44.65 -115.984 + 28 120.681 563 2 1 -67.4476 -34.8432 -144.45 + 28 172.863 564 2 1 -67.25 -34.7831 -144.673 + 28 47.3851 565 2 1 -67.0498 -34.7912 -144.792 + 28 160.637 732 2 0 -63.6692 -33.6313 -145.85 + 28 139.728 733 2 0 -63.4195 -33.45 -145.902 + 28 98.6974 734 2 0 -63.1794 -33.25 -145.931 + 28 95.9702 735 2 0 -63.1408 -33.05 -146.103 + 28 222.126 736 2 0 -63.2159 -32.85 -146.127 + 28 97.2782 595 6 1 -60.8899 -48.1049 -24.4509 + 28 83.1795 658 6 0 -60.9786 -48.3834 -25.85 + 28 36.6775 657 6 0 -61.0035 -48.4502 -26.1869 + 28 195.082 543 6 0 6.34778 -71.3419 -26.2498 + 28 287.625 542 6 0 6.7387 -71.45 -26.075 + 28 14.3982 951 6 1 10.3949 -72.5477 -24.85 + 28 76.634 952 6 1 10.45 -72.5648 -24.8321 + 28 48.0328 953 6 1 10.65 -72.6265 -24.7547 + 28 50.4042 954 6 1 10.85 -72.6804 -24.6831 + 28 83.369 955 6 1 11.05 -72.7264 -24.5925 + 28 51.07 956 6 1 11.25 -72.7717 -24.4969 + 28 38.6205 960 6 1 12.1455 -73.1942 -24.45 + 28 74.5608 961 6 1 12.25 -73.2574 -24.5651 + 28 56.6446 962 6 1 12.45 -73.414 -24.7475 + 28 36.9984 527 6 0 13.6674 -74.5776 -25.85 + 28 126.989 526 6 0 13.7445 -74.6501 -25.923 + 28 266.831 1071 5 1 34.3376 -81.3264 -54.45 + 28 44.4883 484 5 0 33.914 -83.0908 -55.85 + 28 49.6962 483 5 0 33.8944 -83.25 -55.9599 + 28 59.6649 482 5 0 33.8896 -83.45 -56.067 + 28 21.5434 481 5 0 33.8593 -83.65 -56.1992 + 28 134.348 317 5 0 41.6991 -116.616 -56.25 + 28 0.664259 318 5 0 41.9694 -116.55 -55.8529 + 28 66.4472 1113 5 1 42.6736 -116.323 -54.85 + 28 64.4227 1114 5 1 42.85 -116.3 -54.6101 + 28 90.9727 577 5 1 -64.6482 -52.7882 -54.45 + 28 307.473 578 5 1 -64.45 -52.8173 -54.6483 + 28 139.706 680 3 0 -62.4036 -43.8745 -115.85 + 28 123.795 586 2 1 -62.8061 -43.6907 -144.45 + 28 187.429 681 2 0 -62.7803 -43.6737 -145.85 + 28 109.427 589 1 1 -62.1623 -43.2549 -174.45 + 28 105.037 687 0 0 -60.7126 -42.5546 -205.85 + 28 116.514 679 3 0 -62.279 -44.05 -115.875 + 28 116.128 599 2 1 -60.1928 -46.4216 -144.45 + 28 89.0868 667 2 0 -60.0598 -46.6061 -145.85 + 28 28.8892 666 2 0 -60.028 -46.65 -146.159 + 28 78.3691 614 1 1 -57.2261 -50.6978 -174.45 + 28 46.1849 613 1 1 -57.25 -50.7222 -174.711 + 28 45.4081 646 1 0 -57.3509 -50.8328 -175.85 + 28 63.5476 645 1 0 -57.3659 -50.85 -176.017 + 28 111.618 630 0 0 -59.9881 -53.9661 -205.85 +Number of digits in this event = 98 +Using G4ParticleGun ... +8.11949 LIN e- Event: 29 -Number of tracker hits in this event = 46 - 29 151.24 1083 9 1 36.8208 -116.307 65.55 - 29 119.423 319 9 0 36.8214 -116.307 64.15 - 29 119.241 1083 8 1 36.8333 -116.321 35.55 - 29 122.283 319 8 0 36.8336 -116.321 34.15 - 29 120.387 1083 7 1 36.841 -116.332 5.55 - 29 113.908 319 7 0 36.8414 -116.331 4.15 - 29 116.738 1083 6 1 36.8498 -116.315 -24.45 - 29 21.7977 1084 6 1 36.85 -116.315 -24.824 - 29 118.772 319 6 0 36.8505 -116.314 -25.85 - 29 123.566 1084 5 1 36.8648 -116.298 -54.45 - 29 210.693 319 5 0 36.8652 -116.298 -55.85 - 29 121.614 1084 4 1 36.8741 -116.293 -84.45 - 29 103.09 319 4 0 36.8755 -116.293 -85.85 - 29 325.172 1084 3 1 36.9049 -116.278 -114.45 - 29 429.505 319 3 0 36.9063 -116.28 -115.85 - 29 112.44 1084 2 1 36.9342 -116.301 -144.45 - 29 256.103 319 2 0 36.9342 -116.302 -145.85 - 29 187.986 1084 1 1 36.9331 -116.337 -174.45 - 29 119.559 319 1 0 36.9374 -116.335 -175.85 - 29 609.842 1084 0 1 37.0223 -116.289 -204.45 - 29 796.644 319 0 0 37.0281 -116.289 -205.85 - 29 66.6867 801 10 1 -19.6705 -145.188 95.15 - 29 12.4184 799 10 1 -20.05 -144.84 95.3122 - 29 136.114 320 0 0 35.6641 -116.146 -206.25 - 29 194.694 210 0 0 75.4764 -138.044 -206.25 - 29 159.576 211 0 0 75.2286 -137.95 -205.933 - 29 57.7828 1276 0 1 75.3404 -138.405 -204.85 - 29 49.7789 201 0 0 75.493 -139.785 -205.85 - 29 82.8954 904 1 1 1.04735 -102.794 -174.85 - 29 217.446 903 1 1 0.85 -102.718 -174.488 - 29 115.019 1081 2 1 36.3879 -116.118 -144.45 - 29 136.396 1057 1 1 31.6146 -119.574 -174.45 - 29 255.613 300 1 0 31.2681 -119.985 -175.85 - 29 183.286 1026 0 1 25.443 -128.631 -204.45 - 29 18.1988 254 0 0 25.2557 -129.31 -205.85 - 29 102.346 253 0 0 25.2436 -129.351 -205.937 - 29 0.730543 1088 1 0 -34.6935 37.7057 -176.25 - 29 109.028 1565 1 0 -76.719 133.226 -176.25 - 29 16.3947 1083 3 1 36.85 -116.213 -114.781 - 29 199.555 1083 2 1 36.7191 -116.673 -144.45 - 29 127.847 316 2 0 36.7297 -116.866 -145.85 - 29 79.928 1085 1 1 37.2239 -120.662 -174.45 - 29 52.4221 1086 1 1 37.25 -120.663 -174.643 - 29 153.655 297 1 0 37.4614 -120.621 -175.85 - 29 160.601 1115 0 1 43.2065 -119.481 -204.45 - 29 113.614 302 0 0 43.3593 -119.622 -205.85 -Number of digits in this event = 25 +Number of tracker hits in this event = 62 + 29 124.686 1464 9 1 113.075 35.3343 65.55 + 29 117.386 1076 9 0 113.073 35.3344 64.15 + 29 210.885 1464 8 1 113.035 35.3473 35.55 + 29 109.393 1076 8 0 113.03 35.3466 34.15 + 29 130.51 1463 7 1 112.898 35.2979 5.55 + 29 96.6031 1076 7 0 112.897 35.301 4.15 + 29 134.822 1463 6 1 112.84 35.3265 -24.45 + 29 108.214 1076 6 0 112.835 35.3287 -25.85 + 29 149.722 1462 5 1 112.737 35.3501 -54.45 + 29 187.908 1076 5 0 112.727 35.3524 -55.85 + 29 110.51 1461 4 1 112.498 35.3798 -84.45 + 29 139.004 1076 4 0 112.487 35.3693 -85.85 + 29 311.666 1460 3 1 112.238 35.1664 -114.45 + 29 120.422 1075 3 0 112.224 35.1464 -115.85 + 29 109.356 1459 2 1 112.074 34.8102 -144.45 + 29 123.866 1073 2 0 112.055 34.8047 -145.85 + 29 126.685 1456 1 1 111.54 34.6606 -174.45 + 29 66.4892 1073 1 0 111.507 34.6514 -175.85 + 29 53.1087 1072 1 0 111.503 34.65 -176.054 + 29 171.542 1453 0 1 110.806 34.5725 -204.45 + 29 255.805 1072 0 0 110.839 34.576 -205.85 + 29 117.299 1113 1 0 122.158 42.6748 -176.25 + 29 54.3865 1114 1 0 122.25 42.85 -175.989 + 29 42.535 1115 1 0 122.257 43.05 -175.929 + 29 143.128 1507 1 1 121.739 44.1213 -174.85 + 29 254.675 1456 0 1 111.493 34.4136 -204.45 + 29 127.817 1071 0 0 111.46 34.3847 -205.85 + 29 129.547 1069 0 0 111.442 33.8824 -205.85 + 29 353.224 1073 0 0 111.173 34.6501 -206.105 + 29 168.661 1073 3 0 112.21 34.8039 -115.85 + 29 71.3434 1068 3 0 89.2501 33.662 -116.25 + 29 62.7185 1069 3 0 89.0707 33.85 -116.125 + 29 95.3429 1070 3 0 89.005 34.05 -116.116 + 29 118.222 1071 3 0 88.8665 34.2501 -115.952 + 29 97.1764 1338 3 1 87.7247 35.2655 -114.85 + 29 90.3094 1337 3 1 87.65 35.3641 -114.778 + 29 20.0623 1077 3 0 86.738 35.5012 -115.851 + 29 296.48 1076 3 0 86.7567 35.45 -115.865 + 29 83.3824 1461 3 1 112.35 35.5539 -114.585 + 29 82.3042 1083 3 0 112.792 36.6506 -115.85 + 29 62.2481 1084 3 0 112.854 36.85 -116.04 + 29 75.471 1085 3 0 112.909 37.0508 -116.187 + 29 84.4696 1465 2 1 113.339 107.326 -144.45 + 29 66.4694 1464 2 1 113.15 107.416 -144.655 + 29 50.3815 1463 2 1 112.95 107.476 -144.774 + 29 31.2979 1462 2 1 112.75 107.569 -144.826 + 29 1.69705 1445 2 0 108.77 109.347 -145.85 + 29 151.266 1446 2 0 108.764 109.35 -145.852 + 29 23.8973 1405 2 1 101.217 108.48 -144.85 + 29 168.556 1460 2 0 85.0817 112.31 -145.85 + 29 97.0326 1461 2 0 84.9308 112.35 -145.857 + 29 73.4409 1459 2 0 84.1992 112.15 -146.082 + 29 86.0292 1532 2 0 113.775 126.55 -146.106 + 29 265.405 1464 1 1 113.105 35.3458 -174.45 + 29 219.98 1076 1 0 113.105 35.3453 -175.85 + 29 281.836 1464 0 1 113.098 35.3348 -204.45 + 29 294.569 1076 0 0 113.099 35.3323 -205.85 + 29 326.546 567 14 0 -21.7976 -66.5222 213.75 + 29 92.4247 1048 4 1 29.7722 61.8302 -84.45 + 29 49.5394 1580 0 1 136.178 48.5171 -204.85 + 29 55.231 1232 2 0 91.4471 66.6263 -146.25 + 29 116.816 1233 2 0 91.3574 66.65 -146.16 +Number of digits in this event = 30 Using G4ParticleGun ... -4.96802 LIN +9.27771 LIN e- Event: 30 -Number of tracker hits in this event = 71 - 30 14.259 633 10 1 -53.2825 102.936 95.2107 - 30 106.597 1413 10 0 -53.2825 102.936 94.15 - 30 104.692 633 9 1 -53.27 102.929 65.55 - 30 102.54 1413 9 0 -53.271 102.928 64.15 - 30 111.053 633 8 1 -53.2906 102.916 35.55 - 30 202.356 1413 8 0 -53.2905 102.914 34.15 - 30 121.275 633 7 1 -53.2828 102.882 5.55 - 30 110.975 1413 7 0 -53.2836 102.882 4.15 - 30 188.87 633 6 1 -53.2988 102.874 -24.45 - 30 94.8877 1413 6 0 -53.2996 102.875 -25.85 - 30 449.824 633 5 1 -53.3182 102.896 -54.45 - 30 134.592 1413 5 0 -53.3186 102.898 -55.85 - 30 184.303 633 4 1 -53.3273 102.948 -84.45 - 30 132.875 1414 4 0 -53.3277 102.95 -85.85 - 30 158.058 633 3 1 -53.4159 102.889 -114.45 - 30 97.6136 1413 3 0 -53.429 102.887 -115.85 - 30 128.714 631 2 1 -53.7251 102.607 -144.45 - 30 129.615 1412 2 0 -53.7379 102.586 -145.85 - 30 141.325 629 1 1 -54.1033 102.162 -174.45 - 30 137.271 1410 1 0 -54.1201 102.171 -175.85 - 30 109.814 628 0 1 -54.2687 102.593 -204.45 - 30 111.47 1412 0 0 -54.2925 102.599 -205.85 - 30 152.646 634 5 1 -53.2499 102.469 -54.8217 - 30 62.7963 1408 5 0 -52.9773 101.889 -55.8502 - 30 123.813 1407 5 0 -53.125 101.75 -55.9932 - 30 140.179 1414 5 0 -53.2427 102.95 -55.9084 - 30 192.913 639 4 1 -52.2089 104.464 -84.45 - 30 160.042 1422 4 0 -52.1497 104.554 -85.85 - 30 147.048 646 3 1 -50.7422 106.409 -114.45 - 30 152.957 1431 3 0 -50.6737 106.496 -115.85 - 30 320.131 652 2 1 -49.496 108.111 -144.45 - 30 133.511 1440 2 0 -49.4241 108.201 -145.85 - 30 80.588 659 1 1 -48.0718 110.084 -174.45 - 30 36.5805 660 1 1 -48.05 110.098 -174.739 - 30 189.176 1450 1 0 -47.9701 110.154 -175.85 - 30 123.849 670 0 1 -45.9932 111.496 -204.45 - 30 49.6575 1456 0 0 -45.9335 111.545 -205.85 - 30 64.9924 1457 0 0 -45.9259 111.55 -206.01 - 30 39.1096 677 0 1 -44.5236 88.7898 -204.85 - 30 131.75 659 0 1 -48.247 112.598 -204.45 - 30 141.855 1463 0 0 -48.1044 112.9 -205.85 - 30 74.2254 1464 0 0 -48.0796 112.95 -206.073 - 30 177.113 1506 0 0 -56.0494 121.42 -206.25 - 30 19.3746 617 0 1 -56.6267 121.399 -204.85 - 30 92.5716 616 0 1 -56.65 121.398 -204.794 - 30 38.9025 1660 1 0 -30.4917 152.283 -176.25 - 30 110.506 1661 1 0 -30.4346 152.35 -176.179 - 30 22.6869 1662 1 0 -30.2566 152.55 -175.915 - 30 19.9669 751 1 1 -29.6877 153.37 -174.85 - 30 236.28 752 1 1 -29.65 153.424 -174.775 - 30 49.9634 1519 2 0 -54.0658 124.107 -146.25 - 30 62.1291 1518 2 0 -54.1422 123.95 -146.132 - 30 74.3751 1517 2 0 -54.2104 123.75 -145.999 - 30 127.165 627 2 1 -54.4766 122.907 -144.85 - 30 135.036 1457 4 0 27.1691 111.609 -86.2499 - 30 172.755 753 1 1 -29.45 153.64 -174.604 - 30 131.525 658 0 1 -48.2524 112.596 -204.45 - 30 27.8232 1462 0 0 -48.2787 112.738 -205.85 - 30 316.777 1754 2 0 33.1572 170.984 -146.25 - 30 213.435 1753 2 0 33.3818 170.95 -145.996 - 30 104.344 1752 2 0 33.468 170.75 -145.961 - 30 33.6429 1755 2 0 33.665 171.15 -145.914 - 30 131.586 1417 0 0 -39.7017 103.661 -206.25 - 30 69.8658 707 0 1 -38.5764 103.684 -204.85 - 30 100.216 708 0 1 -38.45 103.682 -204.692 - 30 21.4147 709 0 1 -38.2494 103.656 -204.475 - 30 135.315 1385 1 0 -40.1087 97.3112 -176.25 - 30 147.719 699 1 1 -40.2466 96.9586 -174.85 - 30 189.187 1378 1 0 -29.6778 95.9092 -176.25 - 30 332.353 1379 1 0 -29.4357 95.95 -176.024 - 30 58.1841 1414 10 0 -53.2885 102.95 94.0032 -Number of digits in this event = 39 +Number of tracker hits in this event = 35 + 30 135.171 316 9 1 -116.886 -65.6625 65.55 + 30 181.161 571 9 0 -116.887 -65.663 64.15 + 30 147.93 316 8 1 -116.911 -65.6765 35.55 + 30 112.302 571 8 0 -116.912 -65.6774 34.15 + 30 113.212 315 7 1 -116.951 -65.6903 5.55 + 30 96.0543 571 7 0 -116.954 -65.6916 4.15 + 30 97.1451 315 6 1 -117.008 -65.7213 -24.45 + 30 192.549 571 6 0 -117.011 -65.7226 -25.85 + 30 124.919 315 5 1 -117.08 -65.7513 -54.45 + 30 216.469 571 5 0 -117.084 -65.7553 -55.85 + 30 130.844 314 4 1 -117.163 -65.8384 -84.45 + 30 120.233 571 4 0 -117.166 -65.8442 -85.85 + 30 114.242 314 3 1 -117.212 -65.9591 -114.45 + 30 158.454 570 3 0 -117.216 -65.963 -115.85 + 30 375.409 314 2 1 -117.279 -66.0463 -144.45 + 30 122.209 569 2 0 -117.281 -66.0526 -145.85 + 30 126.64 314 1 1 -117.316 -66.1768 -174.45 + 30 136.23 569 1 0 -117.317 -66.1833 -175.85 + 30 277.109 314 0 1 -117.329 -66.3186 -204.45 + 30 261.043 568 0 0 -117.328 -66.3248 -205.85 + 30 1.11169 313 0 1 -117.35 -66.2578 -204.765 + 30 65.2333 566 0 0 -117.126 -66.6638 -205.85 + 30 151.426 567 0 0 -117.179 -66.65 -206.048 + 30 158.857 569 0 0 -117.583 -66.2499 -205.987 + 30 210.577 607 2 0 10.8267 -58.5348 -146.25 + 30 34.4001 954 2 1 10.8792 -58.4865 -144.849 + 30 118.846 953 2 1 10.8499 -58.4791 -144.728 + 30 108.673 952 2 1 10.6496 -58.3036 -144.738 + 30 77.1566 951 2 1 10.4499 -58.0652 -144.75 + 30 189.162 606 2 0 9.67974 -58.65 -146.102 + 30 80.1313 605 2 0 9.56885 -58.85 -145.981 + 30 122.49 717 8 0 -22.8538 -36.5017 33.75 + 30 95.3793 718 8 0 -22.748 -36.45 34.0405 + 30 113.25 788 8 1 -22.4219 -36.8656 35.15 + 30 57.8477 544 5 0 -101.511 -71.1475 -56.25 +Number of digits in this event = 23 Using G4ParticleGun ... -7.09656 LIN +8.5009 LIN e- Event: 31 -Number of tracker hits in this event = 63 - 31 108.041 504 10 1 -79.172 65.3099 95.55 - 31 186.469 1226 10 0 -79.1713 65.3094 94.15 - 31 146.524 504 9 1 -79.1553 65.2947 65.55 - 31 122.287 1226 9 0 -79.1531 65.2927 64.15 - 31 161.353 504 8 1 -79.1153 65.2618 35.55 - 31 149.674 1226 8 0 -79.1145 65.259 34.15 - 31 99.0933 504 7 1 -79.0973 65.209 5.55 - 31 216.893 1225 7 0 -79.0975 65.205 4.15 - 31 96.3187 504 6 1 -79.0977 65.1296 -24.45 - 31 127.781 1225 6 0 -79.1001 65.1247 -25.85 - 31 317.564 504 5 1 -79.1551 65.0248 -54.45 - 31 360.468 1224 5 0 -79.1588 65.0198 -55.85 - 31 107.021 504 4 1 -79.2411 64.9196 -84.45 - 31 430.018 1224 4 0 -79.2462 64.9151 -85.85 - 31 111.761 503 3 1 -79.357 64.8231 -114.45 - 31 123.017 1223 3 0 -79.3613 64.8186 -115.85 - 31 122.94 502 2 1 -79.4565 64.7405 -144.45 - 31 142.669 1223 2 0 -79.4717 64.739 -145.85 - 31 116.206 501 1 1 -79.8 64.6611 -174.45 - 31 155.84 1223 1 0 -79.813 64.6566 -175.85 - 31 146.329 499 0 1 -80.0802 64.5676 -204.45 - 31 116.636 1222 0 0 -80.095 64.5593 -205.85 - 31 211.178 997 13 1 19.5336 142.302 185.15 - 31 52.4034 1315 0 0 -98.0614 83.0925 -206.25 - 31 75.983 347 1 1 -110.722 36.3958 -174.45 - 31 147.657 346 1 1 -110.75 36.3785 -174.477 - 31 347.908 1078 1 0 -109.478 35.6895 -175.85 - 31 69.5199 1077 1 0 -109.39 35.65 -175.91 - 31 187.056 1161 1 0 -74.0383 52.3086 -176.249 - 31 332.125 1162 1 0 -73.8305 52.45 -175.938 - 31 243.323 1163 1 0 -73.3592 52.6501 -175.92 - 31 119.215 1200 1 0 -112.426 60.0762 -176.249 - 31 81.0489 1097 1 0 -55.2172 39.5462 -176.25 - 31 117.208 1096 1 0 -55.0873 39.4499 -176.093 - 31 114.359 624 1 1 -55.2311 38.9481 -174.85 - 31 164.197 1094 1 0 -54.9767 38.9865 -175.85 - 31 204.284 705 2 1 -38.8902 131.432 -144.85 - 31 121.529 706 2 1 -38.85 131.463 -144.622 - 31 125.683 499 3 1 -80.1392 65.6195 -114.45 - 31 104.367 1227 3 0 -80.1832 65.6447 -115.85 - 31 4.31797 1228 3 0 -80.1941 65.65 -116.235 - 31 118.838 495 2 1 -80.9299 66.0034 -144.45 - 31 100.345 1228 2 0 -80.935 65.8279 -145.85 - 31 111.307 495 1 1 -80.8915 61.797 -174.451 - 31 104.468 1208 1 0 -80.8689 61.7225 -175.85 - 31 112.686 497 0 1 -80.4807 60.1518 -204.45 - 31 126.879 1199 0 0 -80.4379 60.0152 -205.85 - 31 32.6743 504 3 1 -79.0754 66.0996 -114.45 - 31 106.463 505 3 1 -79.05 66.1343 -114.575 - 31 116.062 1232 3 0 -78.8349 66.4726 -115.85 - 31 6.10023 538 2 1 -72.2607 74.5587 -144.45 - 31 122.518 539 2 1 -72.2499 74.5693 -144.475 - 31 117.185 1276 2 0 -71.603 75.2807 -145.85 - 31 35.612 1277 2 0 -71.451 75.45 -146.18 - 31 61.5229 608 1 1 -58.3595 89.6778 -174.45 - 31 81.1636 609 1 1 -58.25 89.7039 -174.644 - 31 105.438 1349 1 0 -57.4911 89.8667 -175.85 - 31 168.304 673 0 1 -45.2891 100.85 -204.45 - 31 57.6523 1406 0 0 -45.6767 101.471 -205.85 - 31 52.2779 1407 0 0 -45.7205 101.55 -206.029 - 31 69.6229 1223 5 0 -79.1718 64.8499 -55.9721 - 31 335.646 1154 0 0 -146.742 51.0062 -206.25 - 31 6.90976 1155 0 0 -147.076 51.05 -205.915 -Number of digits in this event = 32 +Number of tracker hits in this event = 138 + 31 121.436 1073 11 1 34.8301 53.9717 125.55 + 31 113.258 1169 11 0 34.8302 53.9709 124.15 + 31 116.694 1073 10 1 34.8391 53.9489 95.55 + 31 129.448 1169 10 0 34.8418 53.95 94.15 + 31 213.093 1074 9 1 34.8968 53.9809 65.55 + 31 112.961 1169 9 0 34.9021 53.9838 64.15 + 31 200.15 1074 8 1 35.025 54.05 35.55 + 31 446.07 1170 8 0 35.032 54.0546 34.15 + 31 115.775 1075 7 1 35.1715 54.1502 5.55 + 31 107.102 1170 7 0 35.1782 54.1539 4.15 + 31 95.503 1076 6 1 35.3288 54.2339 -24.45 + 31 122.443 1170 6 0 35.336 54.2321 -25.85 + 31 133.964 1077 5 1 35.474 54.1892 -54.45 + 31 117.928 1170 5 0 35.4845 54.1912 -55.85 + 31 189.58 1078 4 1 35.7095 54.2439 -84.45 + 31 331.316 1170 4 0 35.7203 54.2438 -85.85 + 31 122.861 1079 3 1 35.9296 54.2339 -114.45 + 31 113.295 1170 3 0 35.9434 54.234 -115.85 + 31 135.334 1080 2 1 36.224 54.2314 -144.45 + 31 121.387 1170 2 0 36.2457 54.2262 -145.85 + 31 119.354 1083 1 1 36.6791 54.1208 -174.45 + 31 109.187 1170 1 0 36.7007 54.1094 -175.85 + 31 184.943 1085 0 1 37.1585 53.8533 -204.45 + 31 123.455 1168 0 0 37.1813 53.8358 -205.85 + 31 50.3554 609 4 0 109.828 -58.1305 -86.25 + 31 161.224 932 0 0 23.8855 6.65 -206.143 + 31 135.499 1079 2 1 35.8865 54.1672 -144.45 + 31 165.306 1168 2 0 36.4312 53.8098 -145.85 + 31 127.255 1124 2 0 79.9063 45.0423 -146.25 + 31 24.9886 1297 2 1 79.6213 44.7657 -144.85 + 31 214.762 1298 2 1 79.6501 44.7954 -144.757 + 31 67.8885 1299 2 1 79.85 44.9369 -144.554 + 31 60.5582 1300 2 1 80.05 44.9406 -144.724 + 31 140.017 1121 2 0 80.8558 44.4345 -145.85 + 31 146.377 1174 2 0 121.491 54.9409 -146.25 + 31 108.017 1507 2 1 121.691 54.5934 -144.85 + 31 117.658 1508 2 1 121.75 54.573 -144.645 + 31 170.386 1509 2 1 121.95 54.6137 -144.702 + 31 173.288 1172 2 0 122.461 54.5935 -145.85 + 31 78.0403 1162 2 0 120.685 52.58 -145.85 + 31 75.0781 1503 2 1 120.936 52.0531 -144.85 + 31 96.3656 1077 4 1 35.65 54.2472 -84.5955 + 31 40.3314 886 4 0 -76.2469 -2.77325 -86.25 + 31 134.877 885 4 0 -76.3837 -2.85 -86.2121 + 31 131.728 884 4 0 -76.7033 -3.05 -86.1088 + 31 89.9973 883 4 0 -77.035 -3.25 -85.9615 + 31 98.5716 882 4 0 -77.3204 -3.45012 -85.9157 + 31 83.9006 881 4 0 -77.6312 -3.65 -85.9594 + 31 90.693 880 4 0 -77.8778 -3.85 -85.9861 + 31 114.965 879 4 0 -78.072 -4.05 -86.0119 + 31 149.065 878 4 0 -78.2876 -4.25 -86.0967 + 31 45.5042 877 4 0 -78.5647 -4.45027 -86.1894 + 31 72.6034 349 3 1 -110.295 -59.5262 -114.45 + 31 39.0791 348 3 1 -110.35 -59.5089 -114.646 + 31 124.144 601 3 0 -110.38 -59.7404 -115.85 + 31 74.2063 600 3 0 -110.382 -59.85 -116.016 + 31 133.032 592 3 0 -82.7013 -61.6239 -116.25 + 31 219.127 593 3 0 -82.5697 -61.45 -116.117 + 31 210.18 591 3 0 -82.6665 -61.65 -116.158 + 31 329.254 602 3 0 -110.396 -59.65 -116.023 + 31 27.1331 391 4 1 -101.75 -18.2646 -84.5179 + 31 68.7799 1289 0 0 12.5298 77.85 -206.192 + 31 77.9242 960 0 1 12.0937 78.4998 -204.85 + 31 390.359 959 0 1 12.0499 78.5374 -204.633 + 31 304.804 1080 1 1 36.068 54.8378 -174.45 + 31 130.643 1174 1 0 36.1507 54.8547 -175.85 + 31 212.905 1098 0 1 39.7158 54.3429 -204.45 + 31 140.744 1171 0 0 39.579 54.392 -205.85 + 31 146.335 1231 0 0 19.3895 66.3155 -206.25 + 31 53.0172 1232 0 0 19.1107 66.45 -205.971 + 31 64.678 993 0 1 18.7009 66.4578 -204.85 + 31 118.248 992 0 1 18.6499 66.4608 -204.738 + 31 120.43 1173 1 0 36.0818 54.8405 -175.85 + 31 278.555 1082 0 1 36.5401 54.997 -204.45 + 31 95.9356 1174 0 0 36.5758 55.0416 -205.85 + 31 50.458 1175 0 0 36.5822 55.05 -206.101 + 31 158.65 1074 4 1 34.9878 53.957 -84.45 + 31 147.238 1075 4 1 35.0502 53.9448 -84.5164 + 31 50.5827 1076 4 1 35.25 53.9004 -84.7173 + 31 80.6107 1167 4 0 36.241 53.5444 -85.85 + 31 95.9242 1166 4 0 36.3871 53.45 -86.0064 + 31 177.496 1231 3 1 66.423 36.0695 -114.45 + 31 135.292 1078 3 0 65.7719 35.777 -115.85 + 31 191.919 868 3 0 56.5915 -6.32239 -116.25 + 31 64.8831 867 3 0 56.6353 -6.45 -116.016 + 31 176.767 1185 3 1 57.0841 -7.82606 -114.85 + 31 62.3065 1186 3 1 57.25 -8.27564 -114.616 + 31 193.975 1176 4 0 36.3064 55.3024 -85.8501 + 31 126.756 1177 4 0 36.4579 55.45 -85.9994 + 31 252.083 1178 4 0 36.7129 55.65 -85.8982 + 31 117.107 1083 4 1 36.8036 54.7487 -84.85 + 31 16.3758 1073 4 1 34.85 53.9867 -84.7971 + 31 87.2787 1171 4 0 34.1744 54.25 -85.9972 + 31 58.116 1210 0 0 44.9744 62.05 -205.983 + 31 233.335 1073 8 1 34.8154 54.0066 35.55 + 31 58.3753 1071 7 1 34.2838 57.4606 5.55 + 31 83.3761 1070 7 1 34.25 57.5176 5.41827 + 31 119.695 1189 7 0 33.8477 57.9249 4.15 + 31 128.338 1227 7 0 8.5245 65.6427 3.75 + 31 17.9906 1228 7 0 8.21405 65.6501 4.09512 + 31 115.265 933 7 1 6.75231 66.0074 5.15 + 31 128.845 932 7 1 6.65 66.0413 5.22748 + 31 164.374 931 7 1 6.45 66.1095 5.36474 + 31 78.6266 930 7 1 6.24962 66.1423 5.54378 + 31 1.02223 929 7 1 6.04612 66.2739 5.54961 + 31 158.664 1231 7 0 7.3864 66.3121 4.15 + 31 75.9437 762 9 1 -27.4589 153.774 65.15 + 31 37.3496 1003 5 1 20.689 57.7731 -54.45 + 31 118.428 1048 7 1 29.7999 57.021 5.55 + 31 23.4793 1047 7 1 29.65 57.1064 5.22936 + 31 93.3637 1186 7 0 29.1615 57.3654 4.15 + 31 20.1602 1187 7 0 29.026 57.4501 3.81272 + 31 5.43351 982 6 1 16.6281 66.6343 -24.4502 + 31 54.7486 983 6 1 16.65 66.6423 -24.4592 + 31 71.7368 984 6 1 16.85 66.6952 -24.5564 + 31 79.2672 985 6 1 17.0501 66.7503 -24.6771 + 31 22.9037 1234 6 0 18.3125 67.0391 -25.85 + 31 187.255 1235 6 0 18.3654 67.05 -25.8914 + 31 77.3963 1236 6 0 18.9534 67.25 -26.1645 + 31 137.712 872 3 1 -5.54233 104.049 -114.45 + 31 3.98829 1422 3 0 -5.69155 104.745 -115.85 + 31 123.841 1423 3 0 -5.6925 104.75 -115.86 + 31 142.297 866 2 1 -6.8274 113.483 -144.45 + 31 102.496 1471 2 0 -6.72431 114.41 -145.85 + 31 57.9569 1472 2 0 -6.71323 114.55 -146.077 + 31 106.286 846 1 1 -10.7274 133.199 -174.45 + 31 157.748 847 1 1 -10.65 133.489 -174.639 + 31 25.1423 1577 1 0 -10.4301 135.674 -175.85 + 31 95.5246 1578 1 0 -10.4212 135.75 -175.895 + 31 63.0676 1579 1 0 -10.4062 135.95 -176.015 + 31 68.8332 1580 1 0 -10.4253 136.15 -176.13 + 31 9.65376 1581 1 0 -10.4426 136.35 -176.228 + 31 131.084 1075 8 1 35.05 54.1486 35.2127 + 31 153.617 1076 8 1 35.2503 54.3762 35.3719 + 31 197.23 546 1 1 -70.8069 39.4079 -174.45 + 31 29.4448 768 5 0 91.4769 -26.2754 -56.25 + 31 113.327 1782 9 1 176.55 -10.1956 65.1838 + 31 0.162348 1629 1 0 111.03 146.15 -176.023 +Number of digits in this event = 64 Using G4ParticleGun ... -4.87091 LIN +8.73452 LIN e- Event: 32 -Number of tracker hits in this event = 145 - 32 108.246 801 11 1 -19.7824 27.7617 125.55 - 32 112.304 1038 11 0 -19.781 27.7605 124.15 - 32 170.682 801 10 1 -19.7524 27.7415 95.55 - 32 216.882 1038 10 0 -19.7507 27.7412 94.15 - 32 393.765 801 9 1 -19.717 27.7291 65.55 - 32 371.761 1038 9 0 -19.7164 27.7314 64.15 - 32 220.308 801 8 1 -19.694 27.7838 35.55 - 32 261.362 1038 8 0 -19.6907 27.786 34.15 - 32 100.638 802 7 1 -19.6261 27.8345 5.55 - 32 212.873 1038 7 0 -19.6233 27.8334 4.15 - 32 140.556 802 6 1 -19.5679 27.8084 -24.45 - 32 263.74 1038 6 0 -19.5626 27.8065 -25.85 - 32 249.679 802 5 1 -19.4552 27.7605 -54.45 - 32 233.268 1038 5 0 -19.4525 27.7584 -55.85 - 32 110.996 803 4 1 -19.3994 27.7198 -84.45 - 32 122.446 1038 4 0 -19.3973 27.7177 -85.85 - 32 137.997 803 3 1 -19.3515 27.6606 -114.45 - 32 172.181 1038 3 0 -19.3503 27.6556 -115.85 - 32 237.498 803 2 1 -19.3374 27.5396 -144.45 - 32 216.869 1037 2 0 -19.336 27.5354 -145.85 - 32 179.425 803 1 1 -19.3007 27.4496 -174.45 - 32 120.057 1036 1 0 -19.297 27.4478 -175.85 - 32 262.13 804 0 1 -19.2285 27.4147 -204.45 - 32 119.339 1036 0 0 -19.2279 27.4127 -205.85 - 32 7.4584 557 0 0 -51.1456 -68.45 -205.88 - 32 55.7165 642 0 1 -51.5738 -70.3776 -204.85 - 32 86.5517 643 0 1 -51.45 -70.4387 -204.811 - 32 60.2381 644 0 1 -51.25 -70.4999 -204.696 - 32 52.6639 645 0 1 -51.05 -70.5507 -204.635 - 32 77.6986 646 0 1 -50.85 -70.5246 -204.6 - 32 80.1191 647 0 1 -50.65 -70.4133 -204.526 - 32 168.697 803 0 1 -19.2577 27.4071 -204.45 - 32 80.0196 1034 0 0 -18.6624 26.9829 -205.85 - 32 19.6034 1033 0 0 -18.5513 26.85 -206.201 - 32 49.0582 508 0 0 -49.7375 -78.2992 -206.25 - 32 54.3275 507 0 0 -49.7763 -78.45 -206.232 - 32 19.0598 506 0 0 -49.8278 -78.65 -206.245 - 32 132.732 1037 0 0 -19.3116 27.556 -205.85 - 32 362.924 803 5 1 -19.4497 27.7728 -54.6537 - 32 11.5616 1033 5 0 -19.1441 26.691 -55.85 - 32 68.4765 1032 5 0 -19.1438 26.65 -55.8733 - 32 74.052 1031 5 0 -19.0643 26.45 -55.9714 - 32 56.4108 1030 5 0 -19.009 26.25 -55.9123 - 32 269.642 1029 5 0 -18.9753 26.05 -55.9243 - 32 196.903 1028 5 0 -19.0638 25.8499 -56.0187 - 32 63.9462 802 10 1 -19.6017 27.7175 95.5499 - 32 240.483 1037 6 0 -19.6425 27.5777 -25.85 - 32 122.372 786 5 1 -22.7647 25.2365 -54.4503 - 32 95.934 1024 5 0 -22.9212 24.9121 -55.85 - 32 122.292 1023 5 0 -22.9509 24.85 -56.1264 - 32 189.196 776 4 1 -24.7194 18.2254 -84.4502 - 32 118.037 991 4 0 -24.9519 18.273 -85.85 - 32 62.0049 752 3 1 -29.5535 22.1574 -114.45 - 32 83.0399 753 3 1 -29.45 21.9993 -114.637 - 32 44.3876 1004 3 0 -28.886 20.9545 -115.85 - 32 185.742 1003 3 0 -28.8358 20.85 -115.972 - 32 5.08753 1002 3 0 -28.7549 20.65 -116.231 - 32 155.402 806 2 1 -18.7608 -1.72625 -144.45 - 32 156.133 807 2 1 -18.65 -1.98514 -144.634 - 32 169.167 882 2 0 -17.3498 -3.53586 -145.85 - 32 159.534 881 2 0 -17.2471 -3.65 -145.944 - 32 79.6212 880 2 0 -17.0716 -3.85003 -146.1 - 32 134.031 976 1 1 15.3376 -48.3329 -174.45 - 32 104.79 975 1 1 15.2498 -48.3278 -174.581 - 32 152.504 658 1 0 14.3171 -48.3292 -175.85 - 32 169.166 874 0 1 -5.09328 -51.2188 -204.45 - 32 155.95 643 0 0 -5.21297 -51.4016 -205.85 - 32 10.7639 880 1 0 -60.3488 -3.85 -176.035 - 32 25.0369 606 1 1 -58.85 1.88198 -174.672 - 32 91.009 1037 5 0 -19.6308 27.4538 -55.85 - 32 104.265 1036 5 0 -19.633 27.45 -55.9595 - 32 143.071 798 4 1 -20.2652 26.4845 -84.45 - 32 190.508 1031 4 0 -20.3322 26.4421 -85.85 - 32 126.221 790 3 1 -21.9457 25.3849 -114.45 - 32 112.364 1027 3 0 -22.1011 25.4604 -115.85 - 32 20.275 779 2 1 -24.2209 25.431 -144.45 - 32 106.229 778 2 1 -24.25 25.3913 -144.539 - 32 96.2905 1024 2 0 -25.0237 24.9188 -145.85 - 32 28.2919 1023 2 0 -25.1951 24.85 -146.156 - 32 125.405 981 4 0 -15.8533 16.3263 -86.25 - 32 138.958 802 8 1 -19.65 27.6853 35.508 - 32 117.116 805 7 1 -19.0182 27.8008 5.55 - 32 124.305 809 6 1 -18.1478 27.95 -24.45 - 32 118.683 1039 6 0 -18.1013 27.9598 -25.85 - 32 194.734 814 5 1 -17.1169 28.1639 -54.45 - 32 311.755 1040 5 0 -17.0717 28.171 -55.85 - 32 136.28 819 4 1 -16.1828 28.2744 -84.45 - 32 411.834 1041 4 0 -16.1428 28.2741 -85.85 - 32 116.053 823 3 1 -15.3431 28.2618 -114.45 - 32 116.033 1041 3 0 -15.305 28.2559 -115.85 - 32 153.717 827 2 1 -14.4791 28.1144 -144.45 - 32 156.825 1040 2 0 -14.4433 28.1143 -145.85 - 32 194.227 831 1 1 -13.6987 28.1063 -174.45 - 32 123.477 1040 1 0 -13.6994 28.068 -175.85 - 32 125.455 831 0 1 -13.778 27.2506 -204.45 - 32 113.309 1035 0 0 -13.7966 27.204 -205.85 - 32 149.757 1576 1 0 3.97257 135.35 -176.095 - 32 59.483 1675 2 0 27.7575 155.153 -146.25 - 32 280.888 1642 2 0 32.1811 148.604 -146.25 - 32 26.7122 1641 2 0 31.9456 148.55 -146.011 - 32 68.2465 1564 2 0 74.2187 133.13 -146.25 - 32 31.1113 1565 2 0 74.2199 133.15 -146.201 - 32 89.1115 1039 5 0 -16.9244 28.0499 -56.0786 - 32 337.914 812 2 1 -17.5908 27.756 -144.45 - 32 118.068 1038 2 0 -17.6352 27.6767 -145.85 - 32 131.715 808 1 1 -18.3166 25.63 -174.45 - 32 199.357 1026 1 0 -18.2777 25.3894 -175.85 - 32 108.679 813 0 1 -17.379 21.7718 -204.45 - 32 61.2727 1009 0 0 -17.4317 22.0177 -205.85 - 32 50.1886 1010 0 0 -17.4404 22.05 -206.071 - 32 36.3341 1053 2 0 -17.6858 30.7072 -145.85 - 32 258.268 1054 2 0 -17.6925 30.85 -145.916 - 32 54.2801 1055 2 0 -17.7085 31.05 -146.019 - 32 55.4156 1056 2 0 -17.7054 31.25 -146.118 - 32 133.454 1057 2 0 -17.7021 31.45 -146.223 - 32 71.1469 1461 2 0 0.17839 112.423 -146.25 - 32 182.12 1462 2 0 0.270119 112.55 -146.085 - 32 35.8474 904 2 1 0.982708 113.319 -144.85 - 32 72.8667 905 2 1 1.05011 113.379 -144.741 - 32 33.885 906 2 1 1.25 113.527 -144.521 - 32 145.161 1441 3 0 3.04684 108.464 -116.25 - 32 6.93039 915 3 1 3.24562 108.238 -114.85 - 32 202.831 916 3 1 3.25 108.233 -114.821 - 32 115.262 1039 8 0 -19.7717 27.9597 34.15 - 32 111.828 800 7 1 -19.9594 28.0522 5.55 - 32 190.016 1039 7 0 -19.9543 28.0469 4.15 - 32 165.293 801 6 1 -19.6867 27.6345 -24.45 - 32 106.693 805 4 1 -18.9631 28.2922 -84.45 - 32 110.264 810 3 1 -18.0348 29.6321 -114.45 - 32 0.507727 809 3 1 -18.05 29.6534 -114.843 - 32 101.724 1048 3 0 -18.0898 29.7099 -115.85 - 32 338.208 795 1 1 -20.8545 33.3863 -174.45 - 32 230.674 1067 1 0 -21.0025 33.5273 -175.85 - 32 94.6765 779 0 1 -24.1707 36.278 -204.45 - 32 154.776 1081 0 0 -24.2545 36.3385 -205.85 - 32 106.201 1068 1 0 -21.0501 33.6991 -175.85 - 32 90.731 771 0 1 -25.6821 40.4361 -204.45 - 32 60.4208 770 0 1 -25.85 40.5088 -204.679 - 32 15.9488 1103 0 0 -26.7337 40.8389 -205.85 - 32 126.369 1104 0 0 -26.7672 40.85 -205.896 - 32 86.4617 557 3 0 -26.5337 -68.45 -116.012 - 32 126.229 556 3 0 -26.5432 -68.6501 -115.88 - 32 2.30238 796 1 1 -20.8494 33.3827 -174.45 - 32 109.848 787 0 1 -22.4873 37.3163 -204.45 - 32 115.682 1087 0 0 -22.5521 37.5202 -205.85 -Number of digits in this event = 73 +Number of tracker hits in this event = 107 + 32 142.03 427 9 1 -94.6153 80.3751 65.55 + 32 148.124 1301 9 0 -94.6155 80.3758 64.15 + 32 336.296 427 8 1 -94.624 80.3891 35.55 + 32 257.758 1301 8 0 -94.6261 80.3899 34.15 + 32 138.539 427 7 1 -94.6646 80.4059 5.55 + 32 107.936 1301 7 0 -94.6672 80.4065 4.15 + 32 250.817 427 6 1 -94.7208 80.4223 -24.45 + 32 93.6326 1301 6 0 -94.723 80.4239 -25.85 + 32 120.18 426 5 1 -94.7634 80.4558 -54.45 + 32 169.87 1302 5 0 -94.765 80.4564 -55.85 + 32 191.202 426 4 1 -94.8021 80.4738 -84.45 + 32 190.812 1302 4 0 -94.8028 80.4736 -85.85 + 32 116.599 426 3 1 -94.8078 80.4682 -114.45 + 32 142.277 1302 3 0 -94.8071 80.4673 -115.85 + 32 157.063 426 2 1 -94.7977 80.4471 -144.45 + 32 115.05 1301 2 0 -94.7968 80.445 -145.85 + 32 543.547 426 1 1 -94.7806 80.4052 -174.45 + 32 111.586 1301 1 0 -94.7792 80.4029 -175.85 + 32 109.057 426 0 1 -94.7575 80.3544 -204.45 + 32 93.6256 1301 0 0 -94.7558 80.3513 -205.85 + 32 90.0968 1107 7 1 41.45 34.9583 5.33745 + 32 191.353 1399 0 0 -93.5651 100.044 -206.25 + 32 92.9449 1690 3 0 87.5832 158.192 -116.25 + 32 302.025 1302 1 0 -94.917 80.523 -175.85 + 32 246.818 425 0 1 -94.9545 80.5401 -204.45 + 32 307.473 1302 0 0 -94.9566 80.5394 -205.85 + 32 55.7443 1392 1 1 98.55 -32.2219 -174.556 + 32 33.8862 885 8 1 -3.05 -93.9436 35.3962 + 32 594.686 884 8 1 -3.16819 -93.8478 35.5499 + 32 170.692 883 8 1 -3.25 -93.7587 35.3716 + 32 317.287 435 8 0 -3.72474 -93.0907 34.15 + 32 175.345 436 8 0 -3.69673 -92.95 34.0015 + 32 101.263 437 8 0 -3.65844 -92.7496 34.0595 + 32 148.773 882 8 1 -3.54482 -92.0511 35.1504 + 32 162 906 8 1 1.31018 -97.5681 35.15 + 32 7.787 433 8 0 -3.83953 -93.4859 34.15 + 32 206.317 23 2 1 -175.412 60.911 -144.45 + 32 120.153 1199 2 0 -175.744 60.0061 -145.85 + 32 25.7041 16 2 1 -176.903 60.3974 -144.85 + 32 0.107733 15 2 1 -176.95 60.4166 -144.85 + 32 25.5597 1203 2 0 -177.459 60.8345 -145.85 + 32 112.161 1204 2 0 -177.496 60.85 -145.889 + 32 38.8053 20 2 1 -175.982 60.213 -144.85 + 32 169.627 21 2 1 -175.95 60.2344 -144.8 + 32 185.437 1307 6 0 -94.8816 81.5272 -25.85 + 32 112.923 426 9 1 -94.7502 80.4178 65.1823 + 32 284.217 425 9 1 -94.95 80.4131 65.3344 + 32 114.395 434 7 1 -93.2382 80.2944 5.55 + 32 19.2435 1299 7 0 -93.0397 79.8648 4.15 + 32 97.2751 1298 7 0 -93.0322 79.85 4.09621 + 32 220.334 457 6 1 -88.5233 72.2867 -24.4501 + 32 129.263 1258 6 0 -88.4238 71.8252 -25.85 + 32 121.051 461 5 1 -87.7725 61.1072 -54.4502 + 32 56.4203 462 5 1 -87.65 61.1134 -54.6355 + 32 125.03 1206 5 0 -86.8914 61.2531 -55.85 + 32 113.143 1154 5 0 -102.98 51.0134 -56.25 + 32 63.5164 1153 5 0 -103.248 50.8499 -55.9649 + 32 19.2314 379 5 1 -104.307 50.2447 -54.85 + 32 74.8054 378 5 1 -104.35 50.2206 -54.8063 + 32 85.7629 377 5 1 -104.55 50.1104 -54.6297 + 32 11.2056 376 5 1 -104.75 50.0112 -54.4767 + 32 105.097 1012 6 0 -143.848 22.635 -26.2497 + 32 146.654 1011 6 0 -144.066 22.4497 -26.075 + 32 82.8304 1010 6 0 -144.252 22.25 -25.9319 + 32 29.3271 172 6 1 -145.688 20.4852 -24.85 + 32 115.035 171 6 1 -145.75 20.4166 -24.8072 + 32 93.8274 170 6 1 -145.95 20.2119 -24.6671 + 32 93.9694 169 6 1 -146.15 20.026 -24.5344 + 32 1.42321 168 6 1 -146.542 19.8348 -24.45 + 32 77.7604 167 6 1 -146.55 19.8376 -24.4564 + 32 56.3521 166 6 1 -146.75 19.9053 -24.596 + 32 66.7637 165 6 1 -146.95 19.9621 -24.7372 + 32 207.885 1001 6 0 -148.55 20.3363 -25.85 + 32 148.318 1002 6 0 -148.946 20.4505 -26.1138 + 32 126.894 1027 6 0 -175.274 25.5957 -26.25 + 32 176.251 490 0 1 -82.0472 69.8322 -204.45 + 32 106.9 489 0 1 -82.05 69.91 -204.674 + 32 23.5336 488 0 1 -82.25 69.7665 -204.798 + 32 97.2921 1246 0 0 -83.6842 69.4472 -205.85 + 32 89.9654 471 0 1 -85.6978 67.9924 -204.85 + 32 291.334 470 0 1 -85.85 68.1235 -204.773 + 32 238.892 469 0 1 -86.05 68.4226 -204.462 + 32 129.558 1249 0 0 -81.9321 69.8739 -205.85 + 32 139.15 1305 8 0 -94.9213 81.0589 34.1497 + 32 99.574 409 7 1 -98.3389 90.7647 5.55 + 32 101.903 1352 7 0 -98.2665 90.5795 4.14988 + 32 47.4381 394 6 1 -101.201 93.3426 -24.45 + 32 110.878 395 6 1 -101.15 93.2565 -24.5859 + 32 114.73 1363 6 0 -100.429 92.854 -25.85 + 32 69.283 1362 6 0 -100.266 92.75 -26.1936 + 32 2.34324 1074 6 0 -46.9417 34.8624 -26.25 + 32 57.9588 1073 6 0 -46.9323 34.8498 -26.2438 + 32 68.7754 1072 6 0 -46.7899 34.6497 -26.2192 + 32 10.4912 635 6 0 55.731 -53.0233 -26.25 + 32 124.96 634 6 0 55.7687 -53.0504 -26.2106 + 32 10.1265 633 6 0 55.9221 -53.2501 -25.8827 + 32 87.8051 1181 6 1 56.3846 -54.2154 -24.8499 + 32 91.3061 1182 6 1 56.4501 -54.4594 -24.6441 + 32 110.607 1183 6 1 56.6504 -54.6639 -24.4906 + 32 92.0694 1184 6 1 56.8507 -54.7442 -24.5109 + 32 55.6794 1185 6 1 57.05 -54.8767 -24.4709 + 32 120.193 1186 6 1 57.25 -55.0029 -24.4857 + 32 63.2885 1187 6 1 57.4501 -55.1216 -24.6157 + 32 45.0249 1188 6 1 57.6501 -55.2152 -24.7704 + 32 129.706 624 6 0 59.3188 -55.192 -25.85 + 32 72.8745 625 6 0 59.4442 -55.05 -26.0577 + 32 491.845 626 6 0 59.3514 -54.8497 -26.1897 +Number of digits in this event = 48 Using G4ParticleGun ... -6.65935 LIN +4.70535 LIN e- Event: 33 -Number of tracker hits in this event = 159 - 33 152.916 788 11 1 -22.4005 17.5096 125.55 - 33 227.059 987 11 0 -22.3992 17.5118 124.15 - 33 106.559 788 10 1 -22.3717 17.5561 95.55 - 33 366.687 987 10 0 -22.3688 17.5573 94.15 - 33 474.37 788 9 1 -22.2998 17.5939 65.55 - 33 514.212 987 9 0 -22.2972 17.5943 64.15 - 33 120.754 789 8 1 -22.2355 17.5987 35.55 - 33 253.227 987 8 0 -22.2356 17.6048 34.15 - 33 394.518 789 7 1 -22.2378 17.7258 5.55 - 33 109.315 988 7 0 -22.2394 17.733 4.15 - 33 173.694 788 6 1 -22.2597 17.873 -24.45 - 33 112.085 989 6 0 -22.2558 17.8803 -25.85 - 33 122.809 789 5 1 -22.1797 17.99 -54.45 - 33 127.145 989 5 0 -22.1741 17.9967 -55.85 - 33 122.294 790 4 1 -22.0414 18.1139 -84.45 - 33 386.441 990 4 0 -22.034 18.1261 -85.85 - 33 226.778 791 3 1 -21.83 18.317 -114.45 - 33 213.765 991 3 0 -21.8198 18.3361 -115.85 - 33 112.414 792 2 1 -21.6238 18.7124 -144.45 - 33 189 993 2 0 -21.6252 18.7222 -145.85 - 33 480.177 792 1 1 -21.5666 18.9327 -174.45 - 33 131.408 994 1 0 -21.5655 18.9401 -175.85 - 33 555.801 792 0 1 -21.5185 19.0942 -204.45 - 33 129.39 995 0 0 -21.514 19.0976 -205.85 - 33 330.089 789 4 1 -22.0694 18.1931 -84.45 - 33 353.966 995 3 0 -21.8808 19.1541 -115.85 - 33 103.767 784 2 1 -23.1985 20.5404 -144.45 - 33 119.126 1002 2 0 -22.8982 20.5322 -145.85 - 33 147.147 819 1 1 -16.1471 20.8409 -174.45 - 33 144.911 1005 1 0 -15.8192 21.0828 -175.85 - 33 142.413 856 0 1 -8.81812 25.8163 -204.45 - 33 62.2574 1029 0 0 -8.57897 26.0163 -205.85 - 33 191.718 1030 0 0 -8.53944 26.05 -206.074 - 33 134.521 790 3 1 -21.8913 18.6104 -114.45 - 33 141.59 992 3 0 -21.935 18.6009 -115.85 - 33 115.282 785 2 1 -22.9125 18.4755 -144.45 - 33 171.339 992 2 0 -22.9662 18.5669 -145.85 - 33 102.907 780 1 1 -23.9423 20.677 -174.45 - 33 30.8031 1003 1 0 -24.0831 20.8405 -175.85 - 33 88.9251 1004 1 0 -24.0914 20.85 -175.934 - 33 72.8986 762 0 1 -27.6222 22.8587 -204.45 - 33 42.306 761 0 1 -27.65 22.8796 -204.696 - 33 180.529 1014 0 0 -27.7842 22.9686 -205.85 - 33 79.9078 212 0 1 -137.7 136.952 -204.45 - 33 278.073 994 2 0 -22.815 18.85 -146.131 - 33 178.684 995 2 0 -22.7785 19.0501 -146.024 - 33 104.203 443 0 0 38.7111 -91.35 -206.048 - 33 31.2876 442 0 0 38.7589 -91.55 -205.91 - 33 9.19865 1091 0 1 38.26 -91.4505 -204.85 - 33 243.447 1090 0 1 38.25 -91.4336 -204.828 - 33 159.861 793 0 1 -21.4414 17.6809 -204.451 - 33 182.416 794 0 1 -21.2497 17.8377 -204.602 - 33 59.3133 795 0 1 -21.0499 17.8947 -204.689 - 33 95.4086 796 0 1 -20.85 18.0164 -204.764 - 33 1.59738 797 0 1 -20.65 18.1064 -204.847 - 33 170.748 996 0 0 -17.9075 19.3242 -205.85 - 33 254.103 997 0 0 -17.6165 19.45 -205.911 - 33 94.646 998 0 0 -17.5044 19.6501 -205.921 - 33 66.3233 999 0 0 -17.4681 19.85 -205.946 - 33 75.6915 1000 0 0 -17.4678 20.05 -206.002 - 33 94.2942 1001 0 0 -17.581 20.25 -206.012 - 33 617.425 1002 0 0 -17.7059 20.45 -205.956 - 33 83.2718 791 0 1 -21.6502 18.6078 -204.631 - 33 92.038 790 0 1 -21.85 18.8149 -204.674 - 33 365.687 788 8 1 -22.3395 17.6794 35.55 - 33 114.447 988 8 0 -22.3342 17.675 34.15 - 33 312.011 987 7 0 -22.2216 17.5725 4.15 - 33 259.538 790 6 1 -21.9978 17.4148 -24.45 - 33 101.603 986 6 0 -21.9862 17.4064 -25.85 - 33 449.107 791 5 1 -21.746 17.1965 -54.45 - 33 114.78 985 5 0 -21.7309 17.1882 -55.85 - 33 406.093 793 4 1 -21.3862 17.0345 -84.45 - 33 121.415 984 4 0 -21.3602 17.0178 -85.85 - 33 144.693 796 3 1 -20.8276 16.6639 -114.45 - 33 102.472 982 3 0 -20.8066 16.6432 -115.85 - 33 203.585 798 2 1 -20.3878 16.23 -144.45 - 33 119.631 980 2 0 -20.3782 16.2055 -145.85 - 33 425.897 799 1 1 -20.1866 15.6946 -174.45 - 33 182.919 978 1 0 -20.1774 15.6769 -175.85 - 33 194.889 800 0 1 -19.9887 15.3204 -204.45 - 33 153.69 976 0 0 -19.9188 15.2989 -205.85 - 33 220.354 803 0 1 -19.2816 15.6875 -204.748 - 33 276.659 978 0 0 -19.2624 15.6765 -205.85 - 33 29.3141 994 4 0 -23.0602 18.85 -86.0398 - 33 30.1689 993 4 0 -23.0753 18.85 -86.0562 - 33 237.779 794 1 1 -21.1934 16.6485 -174.45 - 33 236.914 982 1 0 -21.2022 16.6447 -175.85 - 33 157.416 982 0 0 -21.5299 16.5719 -205.85 - 33 194.853 983 1 0 -21.1955 16.6566 -175.85 - 33 98.1297 983 0 0 -21.1375 16.839 -205.85 - 33 101.933 985 1 0 -21.6456 17.1104 -175.85 - 33 278.221 786 0 1 -22.7919 16.4872 -204.45 - 33 163.818 981 0 0 -22.7144 16.3811 -205.85 - 33 142.099 681 1 1 -43.8172 -52.2183 -174.45 - 33 31.8569 680 1 1 -43.9586 -52.1823 -174.45 - 33 117.157 785 0 1 -22.85 16.5813 -204.679 - 33 271.363 984 1 0 -21.5039 17.0402 -175.85 - 33 139.986 973 0 0 -19.2489 14.7016 -205.85 - 33 3.76298 972 0 0 -19.2251 14.6499 -206.246 - 33 183.326 988 6 0 -21.9483 17.6692 -25.85 - 33 431.999 987 5 0 -21.6903 17.6193 -55.85 - 33 99.0846 988 4 0 -21.2971 17.6614 -85.85 - 33 126.74 795 3 1 -20.8968 17.6482 -114.45 - 33 97.9061 988 3 0 -20.8731 17.6524 -115.85 - 33 384.016 988 2 0 -20.3869 17.7457 -145.85 - 33 127.87 989 1 0 -20.0846 17.8776 -175.85 - 33 210.728 801 0 1 -19.7629 18.0902 -204.45 - 33 258.346 990 0 0 -19.7625 18.1005 -205.85 - 33 28.3613 1041 0 0 -3.51677 28.3449 -206.25 - 33 27.0965 1555 0 0 42.1528 131.192 -206.25 - 33 1.26144 1022 1 0 -0.23939 24.4837 -176.25 - 33 37.3163 897 1 1 -0.491677 26.5428 -174.85 - 33 153.618 796 4 1 -20.6891 16.6158 -84.4504 - 33 94.4106 979 4 0 -20.6802 15.9682 -85.85 - 33 38.3235 978 4 0 -20.6684 15.85 -86.1095 - 33 123.791 805 3 1 -19.0195 2.62038 -114.45 - 33 187.917 912 3 0 -19.0583 2.5232 -115.85 - 33 51.3486 800 2 1 -20.0232 -0.970171 -144.45 - 33 66.4132 799 2 1 -20.05 -0.968397 -144.627 - 33 124.589 895 2 0 -20.2399 -0.986108 -145.85 - 33 132.835 775 1 1 -24.873 -0.305863 -174.45 - 33 93.5249 899 1 0 -24.9169 -0.0973422 -175.85 - 33 169.704 776 0 1 -24.8425 4.98141 -204.45 - 33 86.8013 775 0 1 -24.85 4.99967 -204.513 - 33 4.74962 926 0 0 -25.0597 5.44658 -205.85 - 33 109.983 927 0 0 -25.0613 5.45008 -205.861 - 33 131.571 987 4 0 -21.4304 17.5974 -85.85 - 33 128.11 794 3 1 -21.098 17.5583 -114.45 - 33 486.402 987 3 0 -21.0715 17.5608 -115.85 - 33 352.416 797 2 1 -20.5209 17.5799 -144.45 - 33 327.704 987 2 0 -20.4927 17.5814 -145.85 - 33 114.938 800 1 1 -19.9184 17.6421 -174.45 - 33 237.478 988 1 0 -19.9045 17.6547 -175.85 - 33 126.597 802 0 1 -19.5857 17.9021 -204.45 - 33 129.262 989 0 0 -19.5801 17.9141 -205.85 - 33 1.13648 558 3 0 3.83398 -68.25 -115.962 - 33 56.9795 553 3 0 3.92555 -69.25 -116.009 - 33 78.9613 958 3 0 68.3975 11.7295 -116.25 - 33 83.5874 957 3 0 68.4234 11.65 -116.201 - 33 72.728 1156 4 1 51.3476 -174.109 -84.85 - 33 322.511 1157 4 1 51.4501 -174.189 -84.5371 - 33 73.4626 796 1 1 -20.8355 15.7935 -174.45 - 33 51.6225 795 1 1 -20.85 15.7621 -174.666 - 33 107.946 977 1 0 -20.9334 15.5947 -175.85 - 33 32.9426 788 0 1 -22.4435 11.4828 -204.45 - 33 85.4153 787 0 1 -22.45 11.4448 -204.557 - 33 152.146 954 0 0 -22.4726 11.0032 -205.85 - 33 4.13851 953 0 0 -22.4798 10.85 -206.228 - 33 87.2599 804 1 1 -19.0525 18.1323 -174.45 - 33 53.4204 805 1 1 -19.05 18.1379 -174.653 - 33 145.442 990 1 0 -19.0413 18.1783 -175.85 - 33 350.517 805 0 1 -18.8683 19.3843 -204.45 - 33 293.175 793 3 1 -21.437 17.6071 -114.45 - 33 161.841 795 2 1 -21.0215 17.7118 -144.45 - 33 150.071 798 1 1 -20.2931 17.8286 -174.45 - 33 0.545837 987 0 0 -19.2853 17.4604 -206.25 - 33 127.319 796 2 1 -20.7246 17.8228 -144.45 - 33 97.2746 979 0 0 -19.7761 15.8561 -205.85 - 33 57.0283 155 5 1 -148.95 83.9506 -54.6356 -Number of digits in this event = 94 -Using G4ParticleGun ... -4.05875 LIN +Number of tracker hits in this event = 21 + 33 160.285 529 8 1 -74.0554 116.201 35.55 + 33 128.501 1480 8 0 -74.0551 116.201 34.15 + 33 148.13 530 7 1 -74.0468 116.197 5.55 + 33 128.622 1480 7 0 -74.048 116.2 4.15 + 33 102.325 529 6 1 -74.0751 116.269 -24.45 + 33 126.347 1480 6 0 -74.0791 116.272 -25.85 + 33 110.427 529 5 1 -74.1716 116.328 -54.45 + 33 122.695 1480 5 0 -74.1758 116.329 -55.85 + 33 121.298 528 4 1 -74.2552 116.338 -84.45 + 33 199.633 1480 4 0 -74.2598 116.34 -85.85 + 33 92.5268 528 3 1 -74.3541 116.383 -114.45 + 33 115.737 1481 3 0 -74.3588 116.385 -115.85 + 33 114.803 528 2 1 -74.442 116.421 -144.45 + 33 147.349 1481 2 0 -74.4431 116.424 -145.85 + 33 149.432 527 1 1 -74.4727 116.491 -174.45 + 33 235.525 1481 1 0 -74.4725 116.493 -175.85 + 33 113.674 527 0 1 -74.4696 116.53 -204.45 + 33 143.184 1481 0 0 -74.4706 116.535 -205.85 + 33 150.19 1481 4 0 -74.2664 116.35 -85.8964 + 33 60.637 1437 4 0 -53.7813 107.65 -86.25 + 33 103.22 1492 4 0 -36.4468 118.604 -86.2498 +Number of digits in this event = 16 +Using G4ParticleGun ... +7.46365 LIN e- Event: 34 -Number of tracker hits in this event = 31 - 34 123.127 1601 7 1 140.511 49.7639 5.55 - 34 142.843 1148 7 0 140.513 49.7645 4.15 - 34 95.1846 1602 6 1 140.56 49.7772 -24.45 - 34 131.409 1148 6 0 140.561 49.778 -25.85 - 34 105.451 1602 5 1 140.632 49.7895 -54.45 - 34 119.119 1148 5 0 140.635 49.7918 -55.85 - 34 102.795 1602 4 1 140.71 49.8314 -84.45 - 34 160.599 1148 4 0 140.714 49.8336 -85.85 - 34 154.103 1603 3 1 140.804 49.8702 -114.45 - 34 175.814 1149 3 0 140.809 49.8718 -115.85 - 34 106.431 1603 2 1 140.901 49.906 -144.45 - 34 122.43 1149 2 0 140.906 49.9078 -145.85 - 34 272.928 1604 1 1 141.004 49.9445 -174.45 - 34 234.682 1149 1 0 141.009 49.9468 -175.85 - 34 171.542 1604 0 1 141.093 50.0037 -204.45 - 34 139.612 1149 0 0 141.095 50.0041 -205.85 - 34 14.7137 1370 1 1 94.35 52.5842 -174.826 - 34 19.5519 1254 0 0 132.005 70.85 -205.909 - 34 90.4977 1255 0 0 131.945 71.0502 -206.189 - 34 124.13 1602 0 1 140.656 49.6805 -204.45 - 34 142.104 1148 0 0 140.702 49.6749 -205.85 - 34 78.8657 1621 0 1 144.498 -71.7311 -204.85 - 34 11.6743 1620 0 1 144.35 -72.077 -204.83 - 34 9.47882 537 0 0 143.015 -72.6389 -205.85 - 34 134.201 536 0 0 142.984 -72.65 -205.869 - 34 175.064 535 0 0 142.78 -72.85 -205.974 - 34 208.848 1614 0 1 142.97 -72.8693 -204.85 - 34 100.952 1613 0 1 142.95 -72.8548 -204.794 - 34 180.717 1148 3 0 140.77 49.8499 -115.99 - 34 172.169 1499 1 1 120.15 120.37 -174.842 - 34 126.804 1149 4 0 140.707 49.85 -86.0109 -Number of digits in this event = 21 +Number of tracker hits in this event = 69 + 34 116.644 266 9 1 -126.755 34.8434 65.55 + 34 147.469 1073 9 0 -126.753 34.8441 64.15 + 34 129.318 267 8 1 -126.724 34.856 35.55 + 34 108.406 1074 8 0 -126.731 34.8564 34.15 + 34 175.553 266 7 1 -126.796 34.9013 5.55 + 34 137.755 1074 7 0 -126.789 34.8943 4.15 + 34 494.722 267 6 1 -126.696 34.7273 -24.45 + 34 337.823 1073 6 0 -126.676 34.7213 -25.85 + 34 239.691 268 5 1 -126.369 34.6734 -54.45 + 34 141.347 1073 5 0 -126.348 34.6716 -55.85 + 34 146.437 271 4 1 -125.89 34.6075 -84.45 + 34 167.961 1072 4 0 -125.851 34.5884 -85.85 + 34 101.222 275 3 1 -125.107 34.1296 -114.45 + 34 153.822 1070 3 0 -125.058 34.105 -115.85 + 34 141.651 280 2 1 -124.081 33.7101 -144.45 + 34 120.381 1068 2 0 -124.044 33.6796 -145.85 + 34 130.538 284 1 1 -123.334 33.1357 -174.45 + 34 177.016 1065 1 0 -123.298 33.1029 -175.85 + 34 125.773 287 0 1 -122.606 32.428 -204.45 + 34 140.555 1061 0 0 -122.566 32.3859 -205.85 + 34 85.6682 402 13 0 19.6212 -99.5882 183.75 + 34 46.6057 1072 5 0 -126.486 34.5272 -55.85 + 34 27.8523 1071 5 0 -126.489 34.4498 -56.1443 + 34 454.834 1074 6 0 -126.675 34.9072 -25.85 + 34 348.742 1074 5 0 -126.488 34.9384 -55.85 + 34 165.452 265 4 1 -127.075 34.0451 -84.45 + 34 118.753 1069 4 0 -127.094 33.9898 -85.85 + 34 129.215 262 3 1 -127.637 33.0888 -114.45 + 34 88.621 1065 3 0 -127.675 33.056 -115.85 + 34 35.8223 1064 3 0 -127.682 33.05 -116.122 + 34 218.289 259 2 1 -128.219 32.4992 -144.45 + 34 121.848 1061 2 0 -128.344 32.3336 -145.85 + 34 138.21 246 1 1 -130.8 29.2042 -174.45 + 34 1.32903 1045 1 0 -130.955 29.0507 -175.85 + 34 111.516 1044 1 0 -130.955 29.05 -175.856 + 34 106.226 231 0 1 -133.796 26.0721 -204.45 + 34 149.287 1029 0 0 -133.999 25.903 -205.85 + 34 48.1982 1054 0 0 -129.002 30.9803 -205.85 + 34 46.6963 270 6 1 -126.118 33.6104 -24.85 + 34 159.375 267 5 1 -126.674 34.9189 -54.45 + 34 439.889 267 4 1 -126.641 34.9883 -84.45 + 34 491.104 1074 4 0 -126.639 34.9926 -85.85 + 34 357.305 267 3 1 -126.584 35.0799 -114.45 + 34 100.604 1075 3 0 -126.584 35.0841 -115.85 + 34 403.282 267 2 1 -126.592 35.1704 -144.45 + 34 225.07 1075 2 0 -126.594 35.1726 -145.85 + 34 117.418 267 1 1 -126.646 35.2194 -174.45 + 34 102.591 1075 1 0 -126.647 35.2214 -175.85 + 34 284.266 267 0 1 -126.658 35.2609 -204.45 + 34 124.892 1076 0 0 -126.663 35.2569 -205.85 + 34 460.921 268 0 1 -126.55 35.5415 -204.472 + 34 100.381 268 3 1 -126.55 35.0695 -114.714 + 34 164.42 269 3 1 -126.35 35.0659 -114.676 + 34 129.064 265 3 1 -127.088 34.7839 -114.45 + 34 179.369 1073 3 0 -127.121 34.7755 -115.85 + 34 29.5121 260 2 1 -128.106 35.0226 -144.45 + 34 63.0565 196 1 1 -140.796 48.8062 -174.45 + 34 64.752 195 1 1 -140.95 48.7961 -174.645 + 34 93.4269 1142 1 0 -141.654 48.5336 -175.85 + 34 79.0552 1141 1 0 -141.768 48.45 -176.146 + 34 186.785 1209 1 0 -128.087 62.0282 -176.25 + 34 109.939 1073 4 0 -126.64 34.85 -86.0518 + 34 250.807 825 4 0 -10.8204 -14.9518 -86.2499 + 34 134.083 1074 3 0 -126.728 34.8673 -115.85 + 34 171.591 1074 2 0 -126.649 34.9006 -145.85 + 34 107.845 268 1 1 -126.544 34.9676 -174.45 + 34 130.327 1074 1 0 -126.542 34.9663 -175.85 + 34 101.339 1074 0 0 -126.496 34.9338 -205.85 + 34 119.823 1069 3 0 -126.458 34.05 -115.93 +Number of digits in this event = 45 Using G4ParticleGun ... -9.56318 LIN +7.13684 LIN e- Event: 35 -Number of tracker hits in this event = 31 - 35 112.873 1401 9 1 100.473 -62.3086 65.55 - 35 122.856 588 9 0 100.473 -62.309 64.15 - 35 136.879 1401 8 1 100.471 -62.3209 35.55 - 35 103.823 588 8 0 100.471 -62.3217 34.15 - 35 153.064 1401 7 1 100.465 -62.3323 5.55 - 35 108.664 588 7 0 100.466 -62.333 4.15 - 35 123.652 1401 6 1 100.476 -62.3465 -24.45 - 35 190.615 588 6 0 100.476 -62.3471 -25.85 - 35 130.823 1401 5 1 100.486 -62.3599 -54.45 - 35 133.004 588 5 0 100.487 -62.3607 -55.85 - 35 275.54 1401 4 1 100.51 -62.3746 -84.45 - 35 115.428 588 4 0 100.513 -62.3755 -85.85 - 35 129.164 1402 3 1 100.573 -62.3952 -114.45 - 35 126.367 588 3 0 100.576 -62.3956 -115.85 - 35 95.4055 1402 2 1 100.647 -62.4019 -144.45 - 35 107.715 588 2 0 100.65 -62.4023 -145.85 - 35 113.251 1402 1 1 100.721 -62.4089 -174.45 - 35 460.804 588 1 0 100.724 -62.4095 -175.85 - 35 103.018 1403 0 1 100.788 -62.4215 -204.45 - 35 446.51 588 0 0 100.79 -62.4218 -205.85 - 35 6.95321 1650 0 1 150.15 -79.9584 -204.842 - 35 79.8013 1651 0 1 150.35 -79.9947 -204.778 - 35 46.2573 550 0 0 18.2335 -70.05 -205.941 - 35 128.506 987 0 1 17.534 -69.8725 -204.85 - 35 277.156 1402 4 1 100.55 -62.2213 -84.5089 - 35 218.212 1401 1 1 100.451 -62.4323 -174.45 - 35 195.78 1399 0 1 100.127 -62.4332 -204.45 - 35 254.528 1397 0 1 99.6623 -62.3174 -204.45 - 35 30.6448 873 1 0 -64.3116 -5.39787 -176.25 - 35 43.7306 1396 1 1 99.4898 -79.576 -174.45 - 35 96.2272 1330 3 1 86.2393 -134.337 -114.45 -Number of digits in this event = 19 +Number of tracker hits in this event = 33 + 35 123.219 1532 8 1 126.624 65.6054 35.55 + 35 132.513 1227 8 0 126.625 65.6055 34.15 + 35 126.456 1532 7 1 126.641 65.6018 5.55 + 35 144.584 1227 7 0 126.641 65.6017 4.15 + 35 117.488 1532 6 1 126.642 65.6012 -24.45 + 35 172.095 1227 6 0 126.642 65.6003 -25.85 + 35 119.976 1532 5 1 126.652 65.5863 -54.45 + 35 99.7459 1227 5 0 126.653 65.5851 -55.85 + 35 98.9328 1532 4 1 126.657 65.56 -84.45 + 35 119.933 1227 4 0 126.659 65.5581 -85.85 + 35 273.106 1532 3 1 126.69 65.5143 -114.45 + 35 251.771 1227 3 0 126.691 65.5108 -115.85 + 35 138.158 1532 2 1 126.719 65.4417 -144.45 + 35 315.448 1226 2 0 126.719 65.4377 -145.85 + 35 432.177 1532 1 1 126.718 65.3506 -174.45 + 35 247.477 1226 1 0 126.717 65.3474 -175.85 + 35 153.053 1532 0 1 126.713 65.2834 -204.45 + 35 114.653 1226 0 0 126.713 65.2799 -205.85 + 35 139.124 882 5 0 -119.584 -3.48605 -56.25 + 35 239.146 881 5 0 -119.53 -3.65 -56.1268 + 35 142.32 880 5 0 -119.454 -3.8501 -56.0687 + 35 186.764 292 5 1 -121.603 -4.87006 -54.85 + 35 31.2998 383 2 0 96.191 -103.35 -146.059 + 35 192.24 1395 0 1 99.1959 96.1822 -204.45 + 35 224.341 1519 0 1 124.021 63.9346 -204.45 + 35 121.505 1218 0 0 123.792 63.7625 -205.85 + 35 139.803 1227 1 0 126.609 65.5447 -175.85 + 35 119.718 1242 0 0 123.877 68.5615 -205.85 + 35 151.839 378 5 0 -104.424 -104.35 -56.0825 + 35 84.5313 379 5 0 -104.542 -104.35 -56.0386 + 35 225.844 1055 6 0 109.727 31.1358 -26.25 + 35 67.0143 1054 6 0 109.635 31.05 -26.057 + 35 265.674 1228 8 0 126.611 65.65 33.9896 +Number of digits in this event = 26 Using G4ParticleGun ... -2.00356 LIN +9.68308 LIN e- Event: 36 -Number of tracker hits in this event = 56 - 36 150.475 678 11 1 -44.3441 -63.5646 125.55 - 36 193.791 582 11 0 -44.3438 -63.5634 124.15 - 36 105.053 678 10 1 -44.3336 -63.5245 95.55 - 36 124.836 582 10 0 -44.3301 -63.5263 94.15 - 36 110.014 678 9 1 -44.2642 -63.5511 65.55 - 36 106.22 582 9 0 -44.2646 -63.5525 64.15 - 36 164.296 678 8 1 -44.2776 -63.581 35.55 - 36 111.664 582 8 0 -44.2815 -63.5826 34.15 - 36 104.557 678 7 1 -44.356 -63.6337 5.55 - 36 110.547 582 7 0 -44.3671 -63.6386 4.15 - 36 136.583 677 6 1 -44.5942 -63.7484 -24.45 - 36 153.902 581 6 0 -44.6014 -63.7516 -25.85 - 36 114.888 676 5 1 -44.7482 -63.8186 -54.45 - 36 135.126 581 5 0 -44.7489 -63.8193 -55.85 - 36 432.962 676 4 1 -44.7535 -63.8102 -84.45 - 36 310.911 581 4 0 -44.752 -63.8107 -85.85 - 36 110.692 676 3 1 -44.7127 -63.8347 -114.45 - 36 105.483 581 3 0 -44.7129 -63.838 -115.85 - 36 460.238 676 2 1 -44.7139 -63.8794 -144.45 - 36 179.341 580 2 0 -44.7125 -63.8844 -145.85 - 36 214.041 676 1 1 -44.7019 -63.9868 -174.45 - 36 126.112 580 1 0 -44.6967 -63.9929 -175.85 - 36 112.966 677 0 1 -44.5793 -64.1011 -204.45 - 36 200.538 579 0 0 -44.5643 -64.1092 -205.85 - 36 129.324 582 2 0 -44.5851 -63.6281 -145.85 - 36 225.358 688 1 1 -42.2663 -60.1667 -174.45 - 36 124.193 600 1 0 -42.3224 -59.9731 -175.85 - 36 193.616 683 0 1 -43.3418 -55.8614 -204.45 - 36 147.08 622 0 0 -43.3653 -55.6486 -205.85 - 36 38.2644 581 2 0 -44.6696 -63.8443 -145.85 - 36 214.063 686 1 1 -42.6904 -63.4322 -174.45 - 36 130.358 584 1 0 -42.6313 -63.2053 -175.85 - 36 207.603 690 0 1 -41.8774 -59.2112 -204.451 - 36 129.7 605 0 0 -42.4256 -58.9745 -205.85 - 36 227.176 675 4 1 -44.9193 -64.0556 -84.45 - 36 305.085 579 4 0 -45.0679 -64.1704 -85.85 - 36 105.608 643 3 1 -51.3429 -65.699 -114.45 - 36 167.638 570 3 0 -51.2682 -65.9043 -115.85 - 36 118.776 658 2 1 -48.2909 -68.606 -144.45 - 36 92.108 555 2 0 -48.1757 -68.9483 -145.851 - 36 13.1957 554 2 0 -48.1524 -69.05 -146.188 - 36 105.314 667 1 1 -46.5024 -78.3645 -174.45 - 36 16.3438 666 1 1 -46.65 -78.4223 -174.793 - 36 114.589 507 1 0 -47.0731 -78.5384 -175.85 - 36 142.165 617 0 1 -56.6005 -82.8097 -204.45 - 36 127.473 488 0 0 -56.3075 -82.4375 -205.85 - 36 114.107 583 4 0 -44.7833 -63.3148 -85.85 - 36 61.0523 582 4 0 -45.0048 -63.45 -85.9946 - 36 24.6929 1508 5 0 -64.638 121.75 -56.1701 - 36 131.092 1509 5 0 -64.6403 121.95 -56.106 - 36 181.202 1510 5 0 -64.6411 122.15 -56.1612 - 36 28.6637 677 4 1 -44.6499 -63.9252 -84.8013 - 36 83.7129 578 4 0 -42.5566 -64.25 -85.868 - 36 222.02 698 4 1 -40.4197 -65.3184 -84.85 - 36 128.658 699 4 1 -40.2498 -65.6594 -84.7281 - 36 124.951 564 4 0 -40.76 -67.1548 -85.85 -Number of digits in this event = 35 -Using G4ParticleGun ... -6.32942 LIN +Number of tracker hits in this event = 186 + 36 225.096 770 11 1 -26.0174 -77.2056 125.55 + 36 156.852 514 11 0 -26.0176 -77.2064 124.15 + 36 82.2742 770 10 1 -26.0149 -77.2244 95.55 + 36 164.693 514 10 0 -26.0154 -77.2239 94.15 + 36 531.324 770 9 1 -26.0218 -77.2121 65.55 + 36 197.103 514 9 0 -26.022 -77.2099 64.15 + 36 143.648 770 8 1 -26.0273 -77.1443 35.55 + 36 101.374 514 8 0 -26.0294 -77.1417 34.15 + 36 128.3 769 7 1 -26.079 -77.0847 5.55 + 36 181.503 514 7 0 -26.0815 -77.0825 4.15 + 36 263.648 769 6 1 -26.1243 -77.0288 -24.45 + 36 110.897 515 6 0 -26.1274 -77.0299 -25.85 + 36 242.166 769 5 1 -26.193 -77.0594 -54.45 + 36 103.852 514 5 0 -26.1959 -77.0625 -55.85 + 36 110.842 768 4 1 -26.262 -77.1275 -84.45 + 36 103.748 514 4 0 -26.2652 -77.1288 -85.85 + 36 309.517 768 3 1 -26.3273 -77.1594 -114.45 + 36 501.903 514 3 0 -26.3276 -77.1605 -115.85 + 36 177.546 768 2 1 -26.3373 -77.1778 -144.45 + 36 489.409 514 2 0 -26.339 -77.1776 -145.85 + 36 255.137 768 1 1 -26.378 -77.1691 -174.45 + 36 270.425 514 1 0 -26.3843 -77.1713 -175.85 + 36 132.206 767 0 1 -26.526 -77.2468 -204.45 + 36 224.015 514 0 0 -26.5272 -77.249 -205.85 + 36 240.713 514 6 0 -26.1246 -77.0543 -25.85 + 36 119.835 515 5 0 -26.1727 -77.0319 -55.85 + 36 335.815 769 4 1 -26.1964 -76.9971 -84.45 + 36 135.217 515 4 0 -26.1924 -76.9969 -85.85 + 36 534.305 769 3 1 -26.1402 -77.0008 -114.45 + 36 240.213 515 3 0 -26.1406 -76.9961 -115.85 + 36 153.225 769 2 1 -26.1482 -76.8846 -144.45 + 36 261.318 515 2 0 -26.1444 -76.8852 -145.85 + 36 607.449 770 1 1 -26.046 -76.8844 -174.45 + 36 262.634 515 1 0 -26.0439 -76.8796 -175.85 + 36 112.256 770 0 1 -25.9621 -76.7786 -204.45 + 36 130.263 516 0 0 -25.9559 -76.7771 -205.85 + 36 67.3807 102 3 0 -12.2987 -159.667 -116.25 + 36 190.755 513 3 0 -26.5885 -77.2971 -115.85 + 36 120.441 748 2 1 -30.4099 -84.6473 -144.45 + 36 2.36102 747 2 1 -30.45 -84.7714 -144.838 + 36 12.9294 475 2 0 -30.5178 -85.0354 -145.85 + 36 91.2244 474 2 0 -30.5228 -85.0502 -145.91 + 36 31.3741 745 1 1 -30.9186 -92.3837 -174.45 + 36 101.225 746 1 1 -30.85 -92.3555 -174.538 + 36 56.1778 747 1 1 -30.6499 -92.2572 -174.744 + 36 61.0737 442 1 0 -29.3465 -91.6265 -175.85 + 36 112.469 443 1 0 -29.188 -91.55 -175.988 + 36 76.9048 906 0 1 1.36362 -82.1537 -204.45 + 36 48.7687 905 0 1 1.25 -82.0955 -204.683 + 36 67.6399 490 0 0 0.892009 -81.854 -205.85 + 36 293.135 491 0 0 0.886164 -81.8499 -205.87 + 36 177.407 744 1 1 -31.0557 -92.4298 -174.45 + 36 13.1844 743 1 1 -31.25 -92.6854 -174.815 + 36 18.9893 434 1 0 -32.1591 -93.2914 -175.85 + 36 109.608 433 1 0 -32.2167 -93.35 -175.904 + 36 63.815 432 1 0 -32.4548 -93.55 -175.989 + 36 61.6343 431 1 0 -32.5753 -93.75 -175.959 + 36 49.8179 430 1 0 -32.6433 -93.95 -175.915 + 36 38.8674 429 1 0 -32.6719 -94.15 -175.882 + 36 56.4937 428 1 0 -32.68 -94.35 -175.914 + 36 101.592 427 1 0 -32.6952 -94.55 -175.927 + 36 206.872 426 1 0 -32.7627 -94.7508 -175.981 + 36 235.517 425 1 0 -33.0635 -94.95 -176.007 + 36 435.929 730 1 1 -33.9177 -94.5517 -174.85 + 36 82.6513 731 1 1 -33.85 -94.5404 -174.567 + 36 250.975 770 2 1 -26.0124 -76.8696 -144.45 + 36 94.7201 756 1 1 -28.7551 -80.0664 -174.45 + 36 18.7109 755 1 1 -28.85 -80.1794 -174.79 + 36 121.894 497 1 0 -29.1662 -80.5383 -175.851 + 36 44.1239 496 1 0 -29.2665 -80.65 -176.191 + 36 138.835 711 0 1 -37.6788 -89.6731 -204.45 + 36 159.947 451 0 0 -37.759 -89.7126 -205.85 + 36 175.694 770 4 1 -26.0498 -76.9129 -84.8126 + 36 65.9772 771 4 1 -25.85 -76.8808 -84.826 + 36 170.346 767 2 1 -26.4502 -77.1318 -144.531 + 36 37.7744 766 2 1 -26.6501 -77.3891 -144.791 + 36 284.998 509 2 0 -27.4288 -78.1395 -145.85 + 36 176.809 508 2 0 -27.4976 -78.25 -145.972 + 36 45.9463 503 2 0 -26.5167 -79.274 -145.85 + 36 134.246 441 3 0 -22.079 -91.7525 -116.25 + 36 34.8542 440 3 0 -22.0168 -91.95 -115.936 + 36 244.037 792 3 1 -21.5194 -93.184 -114.85 + 36 33.5769 791 3 1 -21.7165 -93.277 -114.45 + 36 67.2897 793 3 1 -21.4499 -93.2237 -114.546 + 36 67.5511 794 3 1 -21.25 -93.1891 -114.663 + 36 268.296 795 3 1 -21.05 -93.1828 -114.81 + 36 362.822 435 3 0 -19.4051 -93.1014 -115.85 + 36 135.205 810 3 1 -18.0015 -93.2511 -114.85 + 36 190.598 809 3 1 -18.0596 -93.0575 -114.45 + 36 280.131 433 3 0 -17.9201 -93.4328 -115.85 + 36 255.843 371 6 0 -27.986 -105.867 -26.25 + 36 51.2822 372 6 0 -28.0527 -105.75 -26.1401 + 36 177.269 767 5 1 -26.5188 -76.9247 -54.45 + 36 144.126 516 5 0 -26.5258 -76.8375 -55.85 + 36 178.535 766 4 1 -26.775 -74.9591 -84.45 + 36 114.292 525 4 0 -26.8126 -74.8776 -85.8504 + 36 163.693 760 3 1 -27.8521 -73.1172 -114.45 + 36 122.531 534 3 0 -27.8429 -73.0676 -115.85 + 36 3.51577 535 3 0 -27.8381 -73.05 -116.232 + 36 103.606 763 2 1 -27.3867 -71.6703 -144.45 + 36 107.357 542 2 0 -27.4266 -71.5367 -145.85 + 36 255.723 760 1 1 -28.0342 -68.6855 -174.45 + 36 114.839 557 1 0 -27.9571 -68.5062 -175.85 + 36 318.199 769 0 1 -26.1483 -64.8179 -204.451 + 36 103.892 576 0 0 -26.0591 -64.7928 -205.85 + 36 64.3855 564 1 0 -27.9681 -67.2455 -175.85 + 36 74.6639 565 1 0 -27.9582 -67.05 -176.013 + 36 7.60075 566 1 0 -27.9435 -66.85 -176.212 + 36 193.553 798 1 0 36.5552 -20.4344 -176.25 + 36 88.0737 586 1 0 173.846 -62.759 -176.249 + 36 507.231 587 1 0 173.989 -62.6499 -176.088 + 36 143.633 588 1 0 174.475 -62.45 -176.132 + 36 150.291 767 4 1 -26.65 -74.9239 -84.4967 + 36 18.3786 769 9 1 -26.05 -77.2432 65.3264 + 36 95.461 512 9 0 -26.0457 -77.5778 64.1494 + 36 38.9315 511 9 0 -26.0371 -77.65 63.8531 + 36 89.3456 778 8 1 -24.3866 -86.1301 35.55 + 36 59.444 779 8 1 -24.2499 -86.1561 35.2709 + 36 89.3424 470 8 0 -22.8555 -85.9007 34.15 + 36 113.028 471 8 0 -22.6443 -85.8499 33.957 + 36 86.456 928 7 1 5.69076 -72.3285 5.55 + 36 51.6249 929 7 1 5.85 -72.1807 5.28632 + 36 18.346 542 7 0 6.46165 -71.4855 4.14987 + 36 150.504 543 7 0 6.49352 -71.45 4.09027 + 36 3.78876 544 7 0 6.64657 -71.2497 3.76423 + 36 112.424 322 7 0 116.389 -115.562 3.75 + 36 85.1736 321 7 0 116.737 -115.75 3.7807 + 36 89.245 672 2 0 38.5379 -45.5227 -145.85 + 36 18.9701 294 2 0 -148.218 -121.26 -146.25 + 36 145.201 293 2 0 -148.343 -121.35 -146.177 + 36 159.346 771 2 1 -25.7528 -77.0199 -144.45 + 36 93.6738 516 2 0 -25.668 -76.85 -145.883 + 36 27.2613 762 1 1 -27.5348 -77.414 -174.45 + 36 68.3944 763 1 1 -27.45 -77.3732 -174.465 + 36 142.37 764 1 1 -27.25 -77.2558 -174.478 + 36 69.1481 765 1 1 -27.05 -77.1391 -174.528 + 36 101.209 766 1 1 -26.8495 -77.0259 -174.576 + 36 79.8395 767 1 1 -26.6498 -76.9206 -174.642 + 36 62.029 769 1 1 -26.25 -76.7 -174.708 + 36 29.5709 771 1 1 -25.85 -76.5851 -174.821 + 36 255.963 517 1 0 -22.9513 -76.5291 -175.85 + 36 342.694 518 1 0 -22.601 -76.45 -176.02 + 36 34.8108 404 1 0 20.1718 -99.2789 -176.25 + 36 38.341 403 1 0 20.206 -99.35 -176.232 + 36 40.5837 519 1 0 -22.1782 -76.25 -176.21 + 36 60.2555 617 1 0 -28.413 -56.5816 -176.25 + 36 120.372 765 0 1 -26.9621 -76.9158 -204.451 + 36 247.418 513 1 0 -25.9835 -77.32 -175.85 + 36 112.427 774 0 1 -25.1512 -77.9046 -204.45 + 36 98.5637 510 0 0 -25.1835 -77.9842 -205.85 + 36 31.6205 873 7 0 12.3573 -5.37698 3.75 + 36 3.30677 874 7 0 12.4106 -5.25 4.13996 + 36 251.519 962 7 1 12.5725 -4.497 5.15013 + 36 377.149 770 3 1 -25.9502 -77.2108 -114.45 + 36 142.645 776 1 1 -24.6612 -77.0613 -174.45 + 36 214.57 780 0 1 -23.8999 -76.0585 -204.45 + 36 96.7449 520 0 0 -23.892 -75.9728 -205.85 + 36 162.101 777 1 1 -24.6075 -77.0566 -174.45 + 36 93.3055 520 1 0 -24.0936 -76.0154 -175.85 + 36 53.132 521 1 0 -24.0025 -75.85 -176.09 + 36 113.893 541 1 0 -53.0343 -71.6901 -176.25 + 36 56.3265 540 1 0 -53.4255 -71.85 -175.978 + 36 49.2927 626 1 1 -54.7242 -72.3219 -174.85 + 36 95.0778 625 1 1 -54.8501 -72.3723 -174.737 + 36 23.3632 624 1 1 -55.05 -72.4688 -174.488 + 36 158.259 466 2 0 -57.8302 -86.7059 -146.249 + 36 36.48 465 2 0 -57.8652 -86.85 -145.898 + 36 134.396 610 2 1 -57.9961 -87.3933 -144.85 + 36 233.632 467 3 0 -110.934 -86.4865 -116.25 + 36 30.1563 334 3 1 -113.245 -87.0837 -114.85 + 36 71.6048 333 3 1 -113.35 -87.1126 -114.778 + 36 94.0727 332 3 1 -113.55 -87.1284 -114.65 + 36 56.8072 331 3 1 -113.75 -87.1123 -114.561 + 36 65.8269 330 3 1 -113.95 -87.0738 -114.48 + 36 72.7346 329 3 1 -114.15 -87.0987 -114.538 + 36 69.7242 328 3 1 -114.35 -87.1725 -114.739 + 36 7.89166 327 3 1 -114.55 -87.2373 -114.84 + 36 32.994 460 3 0 -116.945 -88.0163 -115.85 + 36 235.624 459 3 0 -117.031 -88.05 -115.895 + 36 168.481 954 1 0 21.1932 10.8577 -176.25 + 36 104.94 955 1 0 21.304 11.05 -176.127 + 36 58.1686 956 1 0 21.4777 11.25 -175.93 + 36 65.417 1015 1 1 23.1377 13.1739 -174.85 + 36 359.208 1016 1 1 23.25 13.2736 -174.775 + 36 331.827 1017 1 1 23.45 14.0152 -174.605 + 36 177.05 513 0 0 -26.2045 -77.4107 -205.85 +Number of digits in this event = 87 +Using G4ParticleGun ... +4.32059 LIN e- Event: 37 -Number of tracker hits in this event = 59 - 37 119.282 698 8 1 -40.3044 133.232 35.55 - 37 99.569 1565 8 0 -40.3051 133.23 34.15 - 37 115.903 698 7 1 -40.3199 133.187 5.55 - 37 232.343 1565 7 0 -40.3206 133.185 4.15 - 37 143.534 698 6 1 -40.3298 133.124 -24.45 - 37 144.222 1564 6 0 -40.3302 133.12 -25.85 - 37 117.472 698 5 1 -40.3382 133.048 -54.45 - 37 100.341 1564 5 0 -40.3383 133.044 -55.85 - 37 236.521 698 4 1 -40.3371 132.972 -84.45 - 37 103.906 1564 4 0 -40.3379 132.97 -85.85 - 37 159.041 698 3 1 -40.3604 132.916 -114.45 - 37 116.518 1563 3 0 -40.3608 132.915 -115.85 - 37 391.931 698 2 1 -40.3668 132.897 -144.45 - 37 496.236 1563 2 0 -40.3671 132.899 -145.85 - 37 316.942 698 1 1 -40.3757 132.93 -174.45 - 37 259.041 1563 1 0 -40.3749 132.93 -175.85 - 37 348.869 698 0 1 -40.3511 132.927 -204.45 - 37 93.7479 1563 0 0 -40.3519 132.928 -205.85 - 37 168.499 1457 0 0 -18.2759 111.721 -206.25 - 37 42.0658 1236 1 0 -110.52 67.45 -176.155 - 37 7.14114 692 1 1 -41.4517 133.907 -174.45 - 37 206.649 693 1 1 -41.45 133.907 -174.481 - 37 103.758 1568 1 0 -41.3931 133.843 -175.85 - 37 103.151 697 0 1 -40.5593 133.172 -204.45 - 37 204.664 1565 0 0 -40.5792 133.173 -205.851 - 37 23.2882 699 1 1 -40.2496 132.842 -174.45 - 37 108.976 1571 0 0 -40.3943 134.364 -205.85 - 37 153.841 696 1 1 -40.6799 133.134 -174.45 - 37 110.762 1564 1 0 -40.5948 133.119 -175.85 - 37 116.938 704 0 1 -39.2281 133.06 -204.45 - 37 4.11875 1453 5 1 110.75 148.084 -54.7022 - 37 236.859 594 5 1 -61.0986 119.952 -54.85 - 37 17.4429 595 5 1 -61.0446 119.89 -54.45 - 37 3.12475 697 2 1 -40.45 132.815 -144.833 - 37 63.8003 1562 2 0 -41.0762 132.576 -145.85 - 37 109.164 1561 2 0 -41.1364 132.55 -145.955 - 37 105.143 1528 2 0 -65.9667 125.844 -146.25 - 37 107.181 566 2 1 -66.8255 125.998 -144.85 - 37 177.913 565 2 1 -66.8501 125.995 -144.818 - 37 169.602 564 2 1 -67.05 125.988 -144.677 - 37 118.709 563 2 1 -67.2503 126.016 -144.613 - 37 275.088 562 2 1 -67.45 126.062 -144.525 - 37 328.023 567 2 1 -66.6499 125.132 -144.625 - 37 61.8511 1520 2 0 -66.2144 124.346 -145.85 - 37 225.462 1521 2 0 -66.1585 124.35 -145.957 - 37 11.1233 690 3 0 21.8695 -41.85 -116.08 - 37 20.6115 689 3 0 21.9648 -42.05 -115.891 - 37 142.552 1012 3 1 22.5116 -43.5377 -114.85 - 37 0.770915 1013 3 1 22.65 -43.961 -114.451 - 37 115.276 679 4 0 -15.38 -44.077 -86.25 - 37 50.457 678 4 0 -15.6256 -44.25 -86.0925 - 37 65.9556 677 4 0 -15.6484 -44.45 -86.0811 - 37 167.573 676 4 0 -15.7218 -44.65 -86.0555 - 37 106.572 675 4 0 -15.8169 -44.8506 -86.0274 - 37 79.6228 674 4 0 -15.7988 -45.05 -85.9519 - 37 21.0953 673 4 0 -15.7271 -45.25 -85.8861 - 37 71.0519 828 4 1 -14.3525 -47.7995 -84.85 - 37 73.343 829 4 1 -14.25 -47.9138 -84.6532 - 37 211.12 699 6 1 -40.25 133.126 -24.5899 -Number of digits in this event = 25 +Number of tracker hits in this event = 85 + 37 127.283 1022 11 1 24.4585 47.9796 125.55 + 37 116.233 1139 11 0 24.4589 47.9807 124.15 + 37 165.935 1022 10 1 24.4609 48.0033 95.55 + 37 122.676 1139 10 0 24.4608 48.0063 94.15 + 37 115.503 1022 9 1 24.4566 48.0638 65.55 + 37 140.438 1140 9 0 24.4585 48.0646 64.15 + 37 256.285 1022 8 1 24.4887 48.0942 35.55 + 37 184.929 1140 8 0 24.4926 48.0958 34.15 + 37 95.9851 1022 7 1 24.5775 48.1248 5.55 + 37 297.254 1140 7 0 24.581 48.1237 4.15 + 37 109.245 1023 6 1 24.6528 48.1104 -24.45 + 37 124.767 1140 6 0 24.6582 48.1076 -25.85 + 37 107.606 1023 5 1 24.7712 48.0478 -54.45 + 37 127.7 1139 5 0 24.7772 48.0435 -55.85 + 37 124.431 1024 4 1 24.8896 47.9583 -84.45 + 37 118.076 1139 4 0 24.8973 47.9533 -85.85 + 37 129.777 1025 3 1 25.0553 47.8358 -114.45 + 37 218.854 1138 3 0 25.0611 47.8321 -115.85 + 37 181.735 1025 2 1 25.1742 47.7617 -144.45 + 37 207.616 1138 2 0 25.1816 47.7597 -145.85 + 37 351.225 1026 1 1 25.3327 47.7235 -174.45 + 37 240.295 1138 1 0 25.3431 47.7211 -175.85 + 37 497.056 1027 0 1 25.5535 47.671 -204.45 + 37 110.608 1138 0 0 25.5682 47.6719 -205.85 + 37 156.593 1063 0 0 22.4859 32.84 -206.25 + 37 151.404 1032 1 0 45.9232 26.5782 -176.25 + 37 148.29 1031 1 0 45.951 26.45 -176.064 + 37 97.8028 1137 0 0 25.3553 47.4813 -205.85 + 37 33.4142 1136 0 0 25.3278 47.45 -206.111 + 37 110.543 1137 1 0 25.2648 47.5653 -175.85 + 37 130.192 1021 0 1 24.378 44.8785 -204.45 + 37 114.801 1124 0 0 24.4048 44.9522 -205.85 + 37 147.197 1139 0 0 25.6792 47.9026 -205.85 + 37 75.8374 507 1 1 -78.45 109.516 -174.72 + 37 342.232 1025 1 1 25.1378 48.1787 -174.45 + 37 308.8 1140 1 0 25.1402 48.1864 -175.85 + 37 192.903 1023 0 1 24.8247 48.423 -204.45 + 37 114.694 1142 0 0 24.7688 48.5087 -205.85 + 37 88.4939 1024 1 1 25.05 47.9166 -174.651 + 37 307.105 1023 1 1 24.8498 47.8808 -174.624 + 37 58.1334 1022 1 1 24.65 47.8642 -174.557 + 37 98.1049 1051 0 1 30.327 46.534 -204.45 + 37 68.3755 1050 0 1 30.25 46.5525 -204.646 + 37 129.011 1132 0 0 29.7796 46.5735 -205.85 + 37 71.404 1141 1 0 25.2937 48.25 -176.156 + 37 162.926 1362 1 0 14.7279 92.6159 -176.25 + 37 146.559 1138 8 0 24.3613 47.7725 34.15 + 37 111.5 1000 7 1 20.2395 44.6402 5.55 + 37 235.216 1121 7 0 20.0111 44.3233 4.15 + 37 25.6102 1120 7 0 19.9514 44.2497 3.84737 + 37 11.3255 962 6 1 12.4645 36.0214 -24.45 + 37 91.8257 961 6 1 12.45 36.0085 -24.4946 + 37 134.527 1076 6 0 12.0316 35.3723 -25.8502 + 37 29.9456 1075 6 0 11.9613 35.25 -26.1268 + 37 50.0047 761 6 0 11.7156 -27.6543 -26.25 + 37 60.7821 760 6 0 11.7272 -27.85 -26.1708 + 37 68.9222 759 6 0 11.7462 -28.0503 -26.0663 + 37 18.1376 758 6 0 11.7249 -28.25 -25.8895 + 37 141.132 956 6 1 11.3822 -29.1546 -24.85 + 37 179.164 955 6 1 11.25 -29.6824 -24.6466 + 37 221.21 954 6 1 11.05 -30.2835 -24.6923 + 37 322.912 953 6 1 10.8497 -30.5739 -24.6314 + 37 144.552 952 6 1 10.6488 -30.6058 -24.6119 + 37 177.722 951 6 1 10.45 -30.538 -24.6187 + 37 92.7427 950 6 1 10.25 -30.5476 -24.596 + 37 142.275 949 6 1 10.05 -30.4229 -24.4667 + 37 3.1777 948 6 1 9.84997 -30.1611 -24.5297 + 37 33.8463 737 6 1 -32.5188 3.38447 -24.45 + 37 7.11393 331 6 1 -113.75 -135.134 -24.7488 + 37 13.0817 863 3 1 -7.43573 0.190677 -114.45 + 37 131.15 862 3 1 -7.45003 0.195503 -114.481 + 37 115.568 902 3 0 -7.73813 0.545467 -115.85 + 37 32.0667 472 3 0 -28.9182 -85.5567 -116.25 + 37 86.925 471 3 0 -28.9287 -85.65 -116.223 + 37 52.4012 470 3 0 -28.9226 -85.85 -116.168 + 37 55.9378 469 3 0 -28.9548 -86.05 -116.153 + 37 51.5531 468 3 0 -29.0161 -86.2501 -116.137 + 37 103.554 467 3 0 -29.064 -86.45 -116.121 + 37 72.162 466 3 0 -29.0869 -86.65 -116.154 + 37 0.939027 465 3 0 -29.168 -86.85 -116.247 + 37 26.8532 313 3 0 -37.8568 -117.397 -116.249 + 37 116.129 314 3 0 -37.8347 -117.35 -116.17 + 37 115.676 711 3 1 -37.7878 -116.777 -114.85 + 37 42.8455 1122 7 0 19.9182 44.45 3.79258 + 37 152.48 1022 5 1 24.5897 48.1686 -54.45 +Number of digits in this event = 42 Using G4ParticleGun ... -3.73027 LIN +3.65658 LIN e- Event: 38 -Number of tracker hits in this event = 67 - 38 115.919 1316 9 1 83.2596 -83.2248 65.55 - 38 108.971 484 9 0 83.2585 -83.2253 64.15 - 38 210.96 1315 8 1 83.2334 -83.2389 35.55 - 38 121.644 484 8 0 83.2322 -83.2398 34.15 - 38 208.847 1315 7 1 83.2106 -83.256 5.55 - 38 144.006 483 7 0 83.2095 -83.2554 4.15 - 38 213.814 1315 6 1 83.1844 -83.2313 -24.45 - 38 146.412 484 6 0 83.1844 -83.2317 -25.85 - 38 115.192 1315 5 1 83.1755 -83.2366 -54.45 - 38 243.819 484 5 0 83.1744 -83.2383 -55.85 - 38 120.129 1315 4 1 83.1453 -83.2747 -84.45 - 38 120.798 483 4 0 83.1475 -83.274 -85.85 - 38 141.204 1315 3 1 83.1901 -83.2524 -114.45 - 38 234.849 484 3 0 83.1916 -83.2498 -115.85 - 38 478.131 1315 2 1 83.2301 -83.1963 -144.45 - 38 615.902 484 2 0 83.2302 -83.1934 -145.85 - 38 143.5 1315 1 1 83.2472 -83.1296 -174.45 - 38 192.371 484 1 0 83.2456 -83.1232 -175.85 - 38 116.512 1315 0 1 83.2126 -82.9871 -204.45 - 38 116.208 485 0 0 83.2102 -82.9773 -205.85 - 38 66.6254 202 6 0 129.718 -139.578 -26.25 - 38 147.099 1317 1 1 83.514 -83.1564 -174.45 - 38 188.138 1319 0 1 84.0321 -83.3572 -204.45 - 38 137.023 483 0 0 84.0741 -83.3794 -205.85 - 38 143.829 327 1 0 134.97 -114.594 -176.25 - 38 138.764 328 1 0 134.976 -114.55 -176.182 - 38 46.9429 1080 2 1 36.2184 -37.511 -144.85 - 38 172.562 1079 2 1 36.05 -37.3626 -144.548 - 38 44.4224 1078 2 1 35.85 -37.6598 -144.733 - 38 31.029 705 2 0 35.7164 -38.9759 -145.85 - 38 88.8365 704 2 0 35.7151 -39.05 -145.888 - 38 185.662 703 2 0 35.6941 -39.2501 -145.912 - 38 47.7339 702 2 0 35.6102 -39.45 -145.963 - 38 45.9621 1076 2 1 35.3025 -40.276 -144.85 - 38 124.652 1075 2 1 35.25 -40.3349 -144.767 - 38 108.284 1074 2 1 35.05 -40.4285 -144.557 - 38 101.759 1316 1 1 83.3539 -83.5587 -174.45 - 38 116.988 482 1 0 83.327 -83.5942 -175.85 - 38 122.496 1313 0 1 82.766 -84.2697 -204.451 - 38 111.831 479 0 0 82.6615 -84.2236 -205.85 - 38 115.852 483 2 0 81.7203 -83.3695 -145.85 - 38 24.7715 482 2 0 81.4942 -83.45 -145.89 - 38 85.4342 1307 2 1 81.5334 -83.3339 -144.85 - 38 61.2696 486 2 0 81.5773 -82.6833 -145.85 - 38 34.8542 485 2 0 81.9873 -82.9131 -145.85 - 38 214.959 1316 0 1 83.2826 -83.0719 -204.45 - 38 271.171 484 0 0 83.2669 -83.0637 -205.85 - 38 265.152 1316 3 1 83.3432 -83.2516 -114.451 - 38 113.451 1298 2 1 79.7665 -81.3493 -144.45 - 38 149.886 493 2 0 79.8104 -81.394 -145.85 - 38 131.139 1302 1 1 80.5432 -81.7617 -174.45 - 38 39.0214 492 1 0 80.4712 -81.4765 -175.85 - 38 101.322 493 1 0 80.4634 -81.45 -175.975 - 38 35.9187 1292 0 1 78.4546 -75.1693 -204.45 - 38 73.9946 1291 0 1 78.45 -75.1355 -204.572 - 38 319.68 526 0 0 78.4032 -74.819 -205.85 - 38 170.431 1289 1 1 78.0397 -80.6044 -174.451 - 38 26.4058 1290 1 1 78.05 -80.6156 -174.755 - 38 250.193 499 1 0 78.4789 -80.1942 -175.85 - 38 119.255 498 1 0 78.9896 -80.25 -176.063 - 38 1.97523 238 1 0 -85.1662 -132.465 -176.25 - 38 10.6482 500 1 0 78.6092 -80.05 -175.971 - 38 107.33 486 3 0 83.227 -82.7886 -115.85 - 38 43.5262 487 3 0 83.2921 -82.6496 -116.156 - 38 139.25 1302 2 1 80.4608 -71.0271 -144.45 - 38 109.474 547 2 0 80.911 -70.5422 -145.85 - 38 31.0308 548 2 0 81.0206 -70.4498 -146.136 -Number of digits in this event = 36 +Number of tracker hits in this event = 121 + 38 163.847 794 10 1 -21.0738 82.4879 95.55 + 38 196.132 1312 10 0 -21.0745 82.4892 94.15 + 38 166.988 794 9 1 -21.0832 82.5183 65.55 + 38 275.453 1312 9 0 -21.0839 82.5172 64.15 + 38 115.413 794 8 1 -21.1108 82.4926 35.55 + 38 117.044 1312 8 0 -21.1123 82.4931 34.15 + 38 142.753 794 7 1 -21.1159 82.5087 5.55 + 38 106.052 1312 7 0 -21.1131 82.5138 4.15 + 38 89.3021 794 6 1 -21.0516 82.6193 -24.45 + 38 117.578 1312 6 0 -21.0469 82.6345 -25.85 + 38 133.196 795 5 1 -20.9545 82.965 -54.45 + 38 108.814 1314 5 0 -20.9575 82.9815 -55.85 + 38 154.154 795 4 1 -20.983 83.2612 -84.45 + 38 114.862 1316 4 0 -20.9858 83.274 -85.85 + 38 254.417 795 3 1 -21.0251 83.5393 -114.45 + 38 121.4 1317 3 0 -21.027 83.5464 -115.85 + 38 325.294 794 2 1 -21.0987 83.6994 -144.45 + 38 98.2651 1318 2 0 -21.0953 83.6981 -145.85 + 38 111.25 795 1 1 -21.0424 83.685 -174.45 + 38 156.304 1318 1 0 -21.0465 83.6847 -175.85 + 38 178.092 794 0 1 -21.108 83.6874 -204.45 + 38 119.463 1318 0 0 -21.1145 83.6801 -205.85 + 38 65.4397 796 3 1 -20.8494 83.4881 -114.647 + 38 122.956 1316 3 0 -20.0473 83.2874 -115.85 + 38 104.621 1532 3 0 37.2333 126.585 -116.25 + 38 42.7213 1533 3 0 37.5627 126.751 -116.205 + 38 115.963 927 5 1 5.58882 49.24 -54.85 + 38 53.0028 357 13 0 -132.51 -108.614 183.75 + 38 3.39836 647 3 1 -50.5333 42.6318 -114.45 + 38 546.196 794 3 1 -21.171 82.7242 -114.45 + 38 227.717 1313 3 0 -21.171 82.7251 -115.85 + 38 115.605 1313 2 0 -21.1923 82.7157 -145.85 + 38 165.051 793 1 1 -21.3476 82.5502 -174.45 + 38 134.165 1312 1 0 -21.3502 82.5462 -175.85 + 38 107.666 793 0 1 -21.4343 82.4468 -204.45 + 38 154.924 1311 0 0 -21.437 82.4391 -205.85 + 38 196.865 1404 0 0 -147.197 101.095 -206.25 + 38 35.1602 159 0 1 -148.256 101.114 -204.85 + 38 88.2241 158 0 1 -148.35 101.107 -204.734 + 38 72.1364 1277 1 0 -151.057 75.6105 -176.25 + 38 87.54 1276 1 0 -151.125 75.45 -176.06 + 38 25.6809 140 1 1 -152.117 74.5305 -174.85 + 38 131.138 139 1 1 -152.15 74.4985 -174.806 + 38 71.1113 138 1 1 -152.35 74.2916 -174.57 + 38 73.0683 137 1 1 -152.55 74.1458 -174.499 + 38 76.4123 136 1 1 -152.75 74.2229 -174.563 + 38 66.0272 135 1 1 -152.95 74.3838 -174.56 + 38 65.3074 134 1 1 -153.15 74.4851 -174.594 + 38 93.0674 133 1 1 -153.35 74.6533 -174.686 + 38 71.0532 132 1 1 -153.55 74.8455 -174.817 + 38 84.9301 131 1 1 -153.75 75.0405 -174.815 + 38 82.2373 130 1 1 -153.95 75.2139 -174.807 + 38 67.1667 129 1 1 -154.15 75.3657 -174.837 + 38 52.2167 128 1 1 -154.35 75.4633 -174.789 + 38 128.192 127 1 1 -154.55 75.4991 -174.793 + 38 2.51248 126 1 1 -154.75 75.6639 -174.844 + 38 50.7559 1280 1 0 -156.121 76.08 -175.85 + 38 251.619 1279 1 0 -156.288 76.05 -175.943 + 38 433.502 121 1 1 -155.932 75.0829 -174.85 + 38 35.7221 321 2 1 -115.861 163.191 -144.85 + 38 25.7331 1311 1 0 -20.8172 82.2941 -175.85 + 38 436.003 1310 1 0 -20.7721 82.25 -175.91 + 38 131.415 1309 1 0 -20.483 82.05 -176.119 + 38 276.486 1311 2 0 -21.2858 82.3463 -145.85 + 38 99.2607 787 1 1 -22.5132 81.9314 -174.45 + 38 126.574 783 0 1 -23.4347 85.5936 -204.45 + 38 117.165 1328 0 0 -23.4678 85.7162 -205.85 + 38 201.292 1312 3 0 -21.1709 82.478 -115.85 + 38 271.115 787 2 1 -22.5876 80.8183 -144.45 + 38 49.3168 1303 2 0 -22.7645 80.6609 -145.85 + 38 98.4598 1302 2 0 -22.7783 80.65 -145.961 + 38 129.788 771 1 1 -25.7445 77.5466 -174.45 + 38 191.536 1285 1 0 -25.7326 77.2338 -175.85 + 38 141.197 766 0 1 -26.7981 70.3255 -204.45 + 38 136.759 1250 0 0 -26.4747 70.1107 -205.85 + 38 96.1521 380 3 1 -104.15 35.3886 -114.681 + 38 25.276 1024 2 0 -61.8134 25.009 -146.25 + 38 87.6639 786 2 1 -22.65 80.6677 -144.596 + 38 32.4774 1311 3 0 -21.087 82.45 -116.109 + 38 91.1533 796 2 1 -20.7745 81.5799 -144.45 + 38 30.8349 795 2 1 -20.85 81.5579 -144.762 + 38 139.311 1306 2 0 -21.1056 81.4373 -145.85 + 38 88.2408 759 1 1 -28.2337 77.549 -174.45 + 38 62.5849 760 1 1 -28.05 77.6063 -174.7 + 38 142.773 1289 1 0 -27.243 77.9199 -175.85 + 38 109.683 877 0 1 -4.62803 87.7356 -204.45 + 38 63.878 878 0 1 -4.45 87.8525 -204.713 + 38 166.645 1341 0 0 -3.66692 88.3607 -205.85 + 38 78.865 1342 0 0 -3.53363 88.45 -206.053 + 38 59.827 795 9 1 -21.05 82.5026 65.3362 + 38 146.819 799 8 1 -20.2205 84.5984 35.5495 + 38 134.746 1323 8 0 -20.0172 84.7824 34.1497 + 38 119.844 812 7 1 -17.4755 88.7823 5.55 + 38 57.149 813 7 1 -17.45 88.6533 5.32018 + 38 73.3053 1339 7 0 -17.3194 87.9682 4.14991 + 38 61.1187 1338 7 0 -17.2961 87.85 3.94618 + 38 35.2943 835 6 1 -13.0466 74.4082 -24.45 + 38 100.212 834 6 1 -13.05 74.4926 -24.5763 + 38 99.8312 1279 6 0 -13.2904 75.9624 -25.8502 + 38 68.6625 1280 6 0 -13.3067 76.05 -25.9301 + 38 49.6182 1281 6 0 -13.3426 76.25 -26.1192 + 38 5.94764 1697 6 0 -30.4421 159.738 -26.25 + 38 59.2905 1698 6 0 -30.4458 159.75 -26.2427 + 38 62.5396 1699 6 0 -30.5123 159.95 -26.1448 + 38 61.1423 1700 6 0 -30.5937 160.15 -26.0608 + 38 60.4677 1701 6 0 -30.6619 160.35 -25.9704 + 38 25.3841 1702 6 0 -30.7325 160.55 -25.8899 + 38 6.16883 738 6 1 -32.4349 163.265 -24.8499 + 38 111.608 737 6 1 -32.45 163.289 -24.8413 + 38 228.815 736 6 1 -32.65 163.682 -24.8079 + 38 27.2111 1742 6 0 -32.9023 168.678 -25.85 + 38 50.5255 1743 6 0 -32.9062 168.75 -25.8687 + 38 53.2615 1744 6 0 -32.9076 168.95 -25.9103 + 38 44.9258 1745 6 0 -32.8723 169.15 -25.9457 + 38 62.3156 1746 6 0 -32.8244 169.35 -25.9581 + 38 77.1508 1747 6 0 -32.7703 169.55 -25.9469 + 38 65.7379 1748 6 0 -32.6851 169.75 -25.9286 + 38 59.1941 1749 6 0 -32.5557 169.95 -25.955 + 38 62.3313 1750 6 0 -32.4705 170.15 -26.012 + 38 52.3321 1751 6 0 -32.3891 170.35 -26.0903 + 38 35.0243 1752 6 0 -32.2906 170.551 -26.194 +Number of digits in this event = 42 Using G4ParticleGun ... -3.31653 LIN +6.60931 LIN e- Event: 39 -Number of tracker hits in this event = 38 - 39 140.907 257 7 1 -128.556 -70.3949 5.55 - 39 130.103 548 7 0 -128.554 -70.3937 4.15 - 39 154.147 258 6 1 -128.521 -70.3766 -24.45 - 39 102.33 548 6 0 -128.52 -70.374 -25.85 - 39 127.603 258 5 1 -128.507 -70.3298 -54.45 - 39 296.31 548 5 0 -128.509 -70.3281 -55.85 - 39 103.605 257 4 1 -128.555 -70.2923 -84.45 - 39 301.296 548 4 0 -128.555 -70.2877 -85.85 - 39 104.967 257 3 1 -128.57 -70.19 -114.45 - 39 97.0572 549 3 0 -128.568 -70.1829 -115.85 - 39 267.845 258 2 1 -128.55 -70.0287 -144.45 - 39 130.418 550 2 0 -128.548 -70.0217 -145.85 - 39 113.321 258 1 1 -128.503 -69.8705 -174.45 - 39 111.456 550 1 0 -128.504 -69.8648 -175.85 - 39 116.637 258 0 1 -128.533 -69.7411 -204.45 - 39 166.745 551 0 0 -128.534 -69.7346 -205.85 - 39 13.5528 622 1 1 -55.65 -67.7743 -174.777 - 39 62.0476 737 5 0 -54.7391 -32.4596 -56.25 - 39 25.1604 791 3 1 -21.85 -142.108 -114.722 - 39 203.474 276 4 1 -124.899 -72.9315 -84.45 - 39 32.0304 521 4 0 -124.152 -75.753 -85.85 - 39 58.7952 520 4 0 -124.121 -75.85 -85.899 - 39 50.9683 519 4 0 -124.047 -76.0502 -85.9882 - 39 61.1629 518 4 0 -123.99 -76.25 -86.0377 - 39 72.7298 517 4 0 -123.933 -76.45 -86.0834 - 39 55.4428 516 4 0 -123.877 -76.65 -86.153 - 39 34.2856 515 4 0 -123.807 -76.85 -86.2171 - 39 183.161 259 4 1 -128.326 -70.3657 -84.45 - 39 123.478 261 3 1 -127.896 -71.3102 -114.45 - 39 107.276 543 3 0 -127.926 -71.363 -115.85 - 39 91.5603 538 2 0 -128.414 -72.3972 -145.85 - 39 125.649 262 1 1 -127.633 -72.8116 -174.45 - 39 37.7202 536 1 0 -127.6 -72.8468 -175.85 - 39 182.872 535 1 0 -127.597 -72.85 -175.97 - 39 145.038 267 0 1 -126.684 -73.6737 -204.45 - 39 62.2377 531 0 0 -126.684 -73.6536 -205.85 - 39 78.787 532 0 0 -126.684 -73.65 -206.059 - 39 3.5536 1062 4 0 -148.271 32.45 -86.0334 -Number of digits in this event = 18 +Number of tracker hits in this event = 46 + 39 146.692 380 10 1 -104.061 39.3146 95.55 + 39 133.652 1096 10 0 -104.061 39.3143 94.15 + 39 123.359 380 9 1 -104.068 39.3157 65.55 + 39 139.065 1096 9 0 -104.068 39.3156 64.15 + 39 115.271 380 8 1 -104.065 39.3136 35.55 + 39 212.357 1096 8 0 -104.065 39.3124 34.15 + 39 233.073 380 7 1 -104.068 39.2869 5.55 + 39 140.306 1096 7 0 -104.069 39.2855 4.15 + 39 192.939 380 6 1 -104.088 39.2597 -24.45 + 39 97.4217 1096 6 0 -104.088 39.2594 -25.85 + 39 142.263 380 5 1 -104.105 39.2549 -54.45 + 39 112.377 1096 5 0 -104.105 39.2568 -55.85 + 39 171.835 380 4 1 -104.097 39.2922 -84.45 + 39 159.474 1096 4 0 -104.097 39.2953 -85.85 + 39 391.074 380 3 1 -104.089 39.3594 -114.45 + 39 377.665 1096 3 0 -104.09 39.3615 -115.85 + 39 118.531 380 2 1 -104.095 39.4049 -144.45 + 39 237.332 1096 2 0 -104.094 39.4064 -145.85 + 39 114.99 380 1 1 -104.057 39.4396 -174.45 + 39 112.619 1096 1 0 -104.055 39.4412 -175.85 + 39 369.762 380 0 1 -104.01 39.472 -204.45 + 39 445.967 1097 0 0 -104.008 39.4754 -205.85 + 39 69.7199 288 2 1 -122.526 -19.8785 -144.85 + 39 77.387 287 2 1 -122.55 -19.9138 -144.778 + 39 57.3846 306 8 1 -118.75 -61.7465 35.5326 + 39 37.7759 1096 0 0 -104.037 39.4499 -205.885 + 39 3.75473 1151 0 0 -83.2291 50.2855 -206.25 + 39 110.334 379 2 1 -104.173 39.3644 -144.45 + 39 109.17 383 1 1 -103.513 39.966 -174.45 + 39 116.839 1099 1 0 -103.449 39.954 -175.85 + 39 113.899 389 0 1 -102.225 39.754 -204.45 + 39 124.587 1098 0 0 -102.123 39.8088 -205.85 + 39 244.897 377 2 1 -104.578 38.724 -144.45 + 39 171.013 1093 2 0 -104.595 38.714 -145.85 + 39 144.223 376 1 1 -104.834 38.5055 -174.45 + 39 117.06 1092 1 0 -104.841 38.4897 -175.85 + 39 112.431 375 0 1 -105.048 37.8887 -204.45 + 39 145.803 1089 0 0 -105.061 37.8848 -205.85 + 39 84.1366 376 2 1 -104.75 38.7512 -144.713 + 39 18.3061 375 2 1 -104.95 38.7147 -144.839 + 39 216.419 1091 2 0 -105.637 38.4343 -145.851 + 39 152.142 594 2 0 113.635 -61.0608 -146.25 + 39 152.18 1481 2 0 -24.7312 116.378 -146.25 + 39 27.2917 778 2 1 -24.2928 115.756 -144.85 + 39 288.07 779 2 1 -24.2499 115.715 -144.79 + 39 153.626 780 2 1 -24.0499 115.58 -144.522 +Number of digits in this event = 29 Using G4ParticleGun ... -4.38579 LIN +9.62781 LIN e- Event: 40 -Number of tracker hits in this event = 33 - 40 113.248 1233 8 1 66.8169 122.163 35.55 - 40 236.079 1510 8 0 66.8175 122.163 34.15 - 40 168.178 1233 7 1 66.8116 122.166 5.55 - 40 143.719 1510 7 0 66.8111 122.167 4.15 - 40 116.315 1233 6 1 66.7929 122.197 -24.45 - 40 133.239 1510 6 0 66.7938 122.201 -25.85 - 40 105.22 1233 5 1 66.8124 122.275 -54.45 - 40 324.055 1510 5 0 66.8143 122.279 -55.85 - 40 245.08 1233 4 1 66.8491 122.358 -84.45 - 40 112.235 1511 4 0 66.8478 122.363 -85.85 - 40 393.233 1233 3 1 66.8204 122.448 -114.45 - 40 266.643 1511 3 0 66.8193 122.45 -115.85 - 40 114.508 1233 2 1 66.7988 122.48 -144.45 - 40 121.799 1511 2 0 66.7897 122.466 -145.85 - 40 284.058 1232 1 1 66.553 122.284 -174.45 - 40 110.821 1510 1 0 66.5357 122.294 -175.85 - 40 130.991 1230 0 1 66.1782 122.509 -204.45 - 40 140.26 1511 0 0 66.1576 122.541 -205.85 - 40 36.4371 1512 0 0 66.1522 122.55 -206.22 - 40 231.588 1512 3 0 67.0423 122.55 -116.054 - 40 226.737 1510 3 0 66.6755 122.23 -115.85 - 40 138.99 1225 2 1 65.1998 121.933 -144.45 - 40 119.214 1508 2 0 65.0938 121.856 -145.85 - 40 105.938 1214 1 1 63.0462 120.149 -174.45 - 40 111.85 1499 1 0 62.9848 120.111 -175.85 - 40 137.954 1208 0 1 61.7079 119.369 -204.45 - 40 121.097 1495 0 0 61.6178 119.302 -205.851 - 40 183 1223 2 1 64.8438 121.576 -144.45 - 40 96.3942 1507 2 0 64.6391 121.67 -145.85 - 40 109.768 1202 1 1 60.6291 123.559 -174.45 - 40 133.424 1518 1 0 60.4293 123.782 -175.85 - 40 159.506 1179 0 1 56.0337 128.072 -204.45 - 40 114.233 1540 0 0 55.7037 128.163 -205.85 -Number of digits in this event = 24 +Number of tracker hits in this event = 27 + 40 103.004 1588 8 1 137.755 9.95533 35.55 + 40 129.282 949 8 0 137.754 9.95539 34.15 + 40 109.233 1587 7 1 137.726 9.95993 5.55 + 40 132.522 949 7 0 137.724 9.96085 4.15 + 40 163.057 1587 6 1 137.683 9.97861 -24.45 + 40 148.091 949 6 0 137.68 9.97965 -25.85 + 40 175.065 1587 5 1 137.626 9.99872 -54.45 + 40 104.379 949 5 0 137.624 9.99898 -55.85 + 40 176 1587 4 1 137.568 10.0036 -84.45 + 40 132.648 949 4 0 137.566 10.0037 -85.85 + 40 102.233 1586 3 1 137.509 10.0024 -114.45 + 40 126.965 949 3 0 137.507 10.0027 -115.85 + 40 115.342 1586 2 1 137.468 10.0103 -144.45 + 40 114.854 949 2 0 137.465 10.01 -145.85 + 40 127.065 1586 1 1 137.403 10.0006 -174.45 + 40 156.021 949 1 0 137.4 10.001 -175.85 + 40 150.429 1586 0 1 137.35 10.0071 -204.45 + 40 88.9269 1585 0 1 137.35 10.0072 -204.545 + 40 108.993 949 0 0 137.348 10.0085 -205.85 + 40 6.3968 950 1 0 137.405 10.0501 -176.227 + 40 0.0791685 947 0 0 137.505 9.45015 -205.85 + 40 102.426 946 0 0 137.505 9.44987 -205.851 + 40 99.4254 945 0 0 137.499 9.24979 -206.134 + 40 25.8969 1047 1 0 118.076 29.5868 -176.25 + 40 167.693 1048 1 0 118.026 29.65 -176.168 + 40 64.9328 1490 1 1 118.226 29.9473 -174.85 + 40 95.809 1491 1 1 118.35 29.974 -174.688 +Number of digits in this event = 14 Using G4ParticleGun ... -8.11334 LIN +1.9027 LIN e- Event: 41 -Number of tracker hits in this event = 78 - 41 88.3471 835 10 1 -12.9938 -111.543 95.55 - 41 113.431 343 10 0 -12.9942 -111.543 94.15 - 41 103.776 835 9 1 -12.9997 -111.538 65.55 - 41 112.115 343 9 0 -12.9995 -111.538 64.15 - 41 146.757 835 8 1 -12.9964 -111.534 35.55 - 41 136.42 343 8 0 -12.9961 -111.534 34.15 - 41 165.687 835 7 1 -12.9934 -111.528 5.55 - 41 151.29 343 7 0 -12.9933 -111.527 4.15 - 41 129.004 835 6 1 -12.9907 -111.514 -24.45 - 41 110.725 343 6 0 -12.991 -111.513 -25.85 - 41 888.452 835 5 1 -12.9998 -111.494 -54.45 - 41 630.181 343 5 0 -12.9998 -111.491 -55.85 - 41 250.298 835 4 1 -12.9924 -111.445 -84.45 - 41 138.575 343 4 0 -12.9928 -111.443 -85.85 - 41 293.538 835 3 1 -12.999 -111.39 -114.45 - 41 125.529 343 3 0 -12.9972 -111.387 -115.85 - 41 668.078 835 2 1 -12.9591 -111.338 -144.45 - 41 150.141 344 2 0 -12.9567 -111.335 -145.85 - 41 218.499 835 1 1 -12.9053 -111.279 -174.45 - 41 326.128 344 1 0 -12.9018 -111.276 -175.85 - 41 172.235 836 0 1 -12.8304 -111.216 -204.45 - 41 213.416 344 0 0 -12.8253 -111.212 -205.85 - 41 142.151 280 3 0 6.03931 -124.15 -116.234 - 41 71.0727 828 1 0 3.22305 -14.45 -176.099 - 41 69.8395 827 1 0 3.2583 -14.45 -176.088 - 41 445.083 10 0 1 -177.972 -33.4692 -204.45 - 41 21.9998 1246 0 0 -55.6691 69.25 -206.147 - 41 40.0889 474 0 0 10.8461 -85.1495 -206.25 - 41 174.776 475 0 0 10.9152 -85.05 -205.992 - 41 256.485 343 2 0 -12.942 -111.364 -145.85 - 41 259.677 836 1 1 -12.7581 -111.316 -174.45 - 41 125.096 837 0 1 -12.5157 -111.415 -204.45 - 41 548.17 343 0 0 -12.4813 -111.403 -205.85 - 41 129.867 833 1 1 -13.4031 -111.422 -174.45 - 41 101.495 343 1 0 -13.4255 -111.423 -175.85 - 41 381.833 830 0 1 -13.8626 -111.398 -204.45 - 41 7.6237 469 2 0 -15.5622 -86.1578 -146.25 - 41 189.829 533 3 0 -14.4439 -73.3562 -116.25 - 41 237.707 342 4 0 -12.9674 -111.581 -85.85 - 41 193.996 833 3 1 -13.2846 -112.016 -114.45 - 41 64.8952 340 3 0 -13.301 -111.96 -115.85 - 41 48.7946 341 3 0 -13.3036 -111.95 -116.082 - 41 217.302 831 2 1 -13.7265 -110.75 -144.45 - 41 130.365 347 2 0 -13.7803 -110.673 -145.85 - 41 125.227 825 1 1 -14.8774 -108.985 -174.45 - 41 112.215 356 1 0 -14.9071 -108.849 -175.85 - 41 89.6798 822 0 1 -15.5424 -106.027 -204.45 - 41 117.214 371 0 0 -15.564 -105.854 -205.85 - 41 264.108 333 3 0 -15.0513 -113.479 -115.85 - 41 61.3268 332 3 0 -15.1834 -113.55 -115.912 - 41 353.697 334 3 0 -15.6196 -113.35 -116.055 - 41 155.048 836 4 1 -12.7832 -111.655 -84.45 - 41 106.218 346 3 0 -13.0137 -110.839 -115.85 - 41 239.208 352 2 0 -12.8944 -109.613 -145.85 - 41 134.707 842 1 1 -11.5584 -107.291 -174.45 - 41 120.448 364 1 0 -11.4898 -107.178 -175.85 - 41 16.7658 365 1 0 -11.473 -107.15 -176.188 - 41 205.543 848 0 1 -10.4402 -104.601 -204.45 - 41 167.174 378 0 0 -10.3874 -104.522 -205.85 - 41 115.98 837 4 1 -12.5721 -111.284 -84.45 - 41 104.201 344 4 0 -12.566 -111.23 -85.85 - 41 127.769 837 3 1 -12.4854 -110.151 -114.45 - 41 134.597 350 3 0 -12.4514 -110.131 -115.85 - 41 111.304 841 2 1 -11.7415 -109.734 -144.45 - 41 235.05 849 1 1 -10.241 -108.517 -174.45 - 41 178.27 358 1 0 -10.1677 -108.486 -175.85 - 41 102.557 856 0 1 -8.81401 -107.843 -204.45 - 41 136.439 361 0 0 -8.76204 -107.854 -205.85 - 41 108.432 841 4 1 -11.8213 -111.999 -84.45 - 41 115.523 340 4 0 -11.8249 -112.038 -85.85 - 41 124.16 840 3 1 -11.94 -112.78 -114.45 - 41 128.471 336 3 0 -11.9765 -112.794 -115.85 - 41 96.5562 837 2 1 -12.6047 -113.226 -144.45 - 41 110.477 334 2 0 -12.6103 -113.3 -145.85 - 41 90.2801 327 1 0 -12.8232 -114.736 -175.85 - 41 50.1914 839 0 1 -12.0551 -115.05 -204.45 - 41 126.531 840 0 1 -12.05 -115.048 -204.583 - 41 114.824 325 0 0 -11.9983 -115.032 -205.85 -Number of digits in this event = 51 -Using G4ParticleGun ... -3.56658 LIN +Number of tracker hits in this event = 34 + 41 106.943 1085 11 1 37.1259 40.7302 125.55 + 41 104.977 1103 11 0 37.1263 40.7339 124.15 + 41 142.065 1085 10 1 37.1211 40.8391 95.55 + 41 105.139 1103 10 0 37.1196 40.8355 94.15 + 41 168.554 1085 9 1 37.0802 40.7691 65.55 + 41 114.76 1103 9 0 37.0718 40.7718 64.15 + 41 126.418 1083 8 1 36.8479 40.8202 35.55 + 41 129.819 1103 8 0 36.8404 40.8276 34.15 + 41 113.442 1082 7 1 36.636 40.9846 5.55 + 41 113.476 1104 7 0 36.6194 40.996 4.15 + 41 161.969 1081 6 1 36.3151 41.2417 -24.45 + 41 102.188 1106 6 0 36.2945 41.2526 -25.85 + 41 160.238 1079 5 1 35.916 41.4554 -54.45 + 41 122.764 1107 5 0 35.8995 41.4866 -55.85 + 41 105.234 1077 4 1 35.5571 42.1409 -84.45 + 41 182.051 1110 4 0 35.5335 42.1647 -85.85 + 41 208.284 1075 3 1 35.0576 42.6111 -114.45 + 41 111.321 1112 3 0 35.0513 42.6275 -115.85 + 41 113.466 1074 2 1 34.9641 42.9611 -144.45 + 41 219.662 1114 2 0 34.9522 42.978 -145.85 + 41 153.163 1073 1 1 34.7088 43.3784 -174.45 + 41 203.439 1116 1 0 34.7116 43.4062 -175.85 + 41 115.892 1073 0 1 34.8321 44.0336 -204.45 + 41 140.584 1120 0 0 34.8242 44.0586 -205.85 + 41 32.881 1117 5 0 70.5987 43.6407 -56.2497 + 41 277.778 1118 5 0 70.6823 43.65 -56.1876 + 41 51.7378 1119 5 0 71.2607 43.85 -55.9825 + 41 50.5056 1120 5 0 71.3436 44.05 -56.009 + 41 47.6333 1121 5 0 71.3664 44.25 -56.0132 + 41 177.727 1122 5 0 71.3698 44.45 -56.0609 + 41 22.2577 1123 5 0 71.3951 44.65 -56.1883 + 41 246.631 1085 0 1 37.1268 41.1511 -204.45 + 41 279.981 1105 0 0 37.1752 41.0692 -205.85 + 41 13.9109 1104 0 0 37.1862 41.05 -206.202 +Number of digits in this event = 18 +Using G4ParticleGun ... +7.73629 LIN e- Event: 42 -Number of tracker hits in this event = 71 - 42 103.841 165 7 1 -147.1 -21.4883 5.55 - 42 226.421 792 7 0 -147.099 -21.4878 4.15 - 42 639.252 165 6 1 -147.07 -21.4851 -24.45 - 42 303.306 792 6 0 -147.067 -21.4845 -25.85 - 42 132.175 165 5 1 -147.001 -21.4692 -54.45 - 42 120.13 792 5 0 -146.997 -21.4687 -55.85 - 42 132.001 166 4 1 -146.906 -21.541 -84.45 - 42 113.333 792 4 0 -146.9 -21.539 -85.85 - 42 113.574 166 3 1 -146.754 -21.5073 -114.45 - 42 92.7255 792 3 0 -146.744 -21.5011 -115.85 - 42 143.963 168 2 1 -146.534 -21.4008 -144.45 - 42 114.493 793 2 0 -146.517 -21.4003 -145.85 - 42 25.7558 169 1 1 -146.151 -21.3872 -174.45 - 42 109.25 170 1 1 -146.15 -21.3869 -174.489 - 42 111.605 793 1 0 -146.12 -21.3736 -175.85 - 42 116.014 172 0 1 -145.61 -21.0865 -204.45 - 42 58.4055 794 0 0 -145.596 -21.055 -205.85 - 42 49.9113 795 0 0 -145.594 -21.05 -206.072 - 42 19.5209 161 1 1 -147.75 110.121 -174.745 - 42 106.622 165 1 1 -147.093 110.736 -174.45 - 42 161.758 793 6 0 -147.213 -21.4415 -25.85 - 42 49.4229 151 5 1 -149.931 -20.5729 -54.4504 - 42 60.6436 150 5 1 -149.95 -20.5683 -54.6345 - 42 166.126 797 5 0 -150.079 -20.53 -55.85 - 42 186.872 134 4 1 -153.283 -19.5415 -84.45 - 42 312.38 803 4 0 -153.484 -19.4022 -85.8501 - 42 103.498 115 3 1 -156.963 -16.633 -114.45 - 42 134.119 817 3 0 -157.157 -16.4996 -115.85 - 42 101.332 95 2 1 -161.017 -13.4591 -144.45 - 42 150.039 833 2 0 -161.098 -13.2958 -145.85 - 42 133.563 87 1 1 -162.594 -10.2188 -174.451 - 42 82.1577 849 1 0 -162.553 -10.0776 -175.85 - 42 36.537 850 1 0 -162.544 -10.05 -176.135 - 42 117.228 93 0 1 -161.424 -7.16245 -204.45 - 42 207.923 865 0 0 -161.382 -6.98216 -205.851 - 42 73.4393 866 0 0 -161.391 -6.85 -206.202 - 42 103.675 171 5 1 -145.822 -23.6881 -54.45 - 42 123.521 781 5 0 -145.746 -23.7914 -55.85 - 42 154.365 180 4 1 -144.019 -25.777 -84.45 - 42 108.858 770 4 0 -143.974 -25.8504 -85.85 - 42 126.461 184 3 1 -143.299 -27.5642 -114.45 - 42 190.202 761 3 0 -143.292 -27.7574 -115.85 - 42 112.138 185 2 1 -143.134 -31.6924 -144.45 - 42 19.7344 741 2 0 -143.14 -31.8424 -145.85 - 42 101.696 740 2 0 -143.14 -31.85 -145.922 - 42 118.419 184 1 1 -143.232 -34.8455 -174.45 - 42 57.5946 725 1 0 -143.248 -35.0215 -175.85 - 42 59.3217 724 1 0 -143.25 -35.05 -176.077 - 42 123.493 188 0 1 -142.402 -38.5115 -204.45 - 42 123.889 706 0 0 -142.392 -38.6683 -205.85 - 42 200.543 183 3 1 -143.38 -27.5447 -114.45 - 42 104.636 762 3 0 -143.708 -27.6277 -115.85 - 42 60.3746 920 3 0 -89.3419 4.16652 -116.25 - 42 84.1296 921 3 0 -89.2373 4.25018 -116.204 - 42 77.8282 922 3 0 -89.0718 4.45 -116.093 - 42 118.202 923 3 0 -88.8911 4.65 -115.963 - 42 22.4363 479 3 1 -84.1449 6.66165 -114.85 - 42 85.3412 480 3 1 -84.05 6.71247 -114.822 - 42 114.358 481 3 1 -83.85 6.81447 -114.782 - 42 101.663 482 3 1 -83.6498 6.83489 -114.772 - 42 76.7353 483 3 1 -83.45 6.78586 -114.82 - 42 50.8739 484 3 1 -83.25 6.6574 -114.822 - 42 119.65 485 3 1 -83.05 6.57748 -114.832 - 42 54.0903 486 3 1 -82.85 6.51088 -114.835 - 42 75.7263 487 3 1 -82.65 6.48476 -114.812 - 42 1.38548 488 3 1 -82.4499 6.52342 -114.847 - 42 10.7939 941 3 0 -80.2644 8.39776 -115.85 - 42 122.117 942 3 0 -80.2553 8.45098 -115.872 - 42 72.8455 943 3 0 -80.3003 8.65051 -115.936 - 42 586.325 944 3 0 -80.289 8.85 -115.997 - 42 38.0772 945 3 0 -79.6112 9.05 -116.057 -Number of digits in this event = 26 +Number of tracker hits in this event = 49 + 42 127.933 1532 9 1 126.642 30.0527 65.55 + 42 115.028 1050 9 0 126.642 30.0534 64.15 + 42 169.467 1532 8 1 126.637 30.0642 35.55 + 42 109.778 1050 8 0 126.636 30.0645 34.15 + 42 121.95 1532 7 1 126.615 30.0652 5.55 + 42 135.41 1050 7 0 126.615 30.0652 4.15 + 42 131.755 1532 6 1 126.606 30.0629 -24.45 + 42 125.025 1050 6 0 126.605 30.0623 -25.85 + 42 128.289 1532 5 1 126.58 30.0477 -54.45 + 42 142.58 1049 5 0 126.578 30.0467 -55.85 + 42 113.695 1531 4 1 126.547 30.0262 -84.45 + 42 103.681 1049 4 0 126.546 30.0248 -85.85 + 42 119.335 1531 3 1 126.523 30.0025 -114.45 + 42 129.426 1049 3 0 126.522 30.0002 -115.85 + 42 581.134 1531 2 1 126.509 29.95 -144.45 + 42 316.586 1049 2 0 126.511 29.9465 -145.85 + 42 111.913 1532 1 1 126.55 29.8762 -174.45 + 42 263.571 1049 1 0 126.55 29.8713 -175.85 + 42 145.607 1531 0 1 126.534 29.7706 -204.45 + 42 169.71 1048 0 0 126.534 29.7656 -205.85 + 42 271.667 975 1 0 134.629 15.1601 -176.25 + 42 103.793 1531 1 1 126.55 29.8751 -174.633 + 42 56.8694 1041 1 0 126.383 28.4383 -175.85 + 42 81.1182 1040 1 0 126.448 28.25 -175.995 + 42 79.2443 1039 1 0 126.527 28.05 -176.102 + 42 1.04913 1038 1 0 126.573 27.85 -176.246 + 42 177.281 930 1 0 122.603 6.1011 -176.25 + 42 11.0035 931 1 0 122.954 6.25 -175.891 + 42 93.9061 1514 1 1 123.018 6.79612 -174.85 + 42 158.576 1513 1 1 122.95 6.95598 -174.665 + 42 2.51074 611 0 0 72.1248 -57.7449 -206.25 + 42 205.284 610 0 0 72.0213 -57.85 -206.106 + 42 101.004 1050 5 0 126.582 30.05 -56.1526 + 42 127.994 1051 5 0 126.642 30.25 -56.1391 + 42 17.2458 1240 5 0 154.429 68.2425 -56.2496 + 42 74 1241 5 0 154.446 68.25 -56.2375 + 42 106.906 1533 1 1 126.93 30.3296 -174.45 + 42 20.1758 1534 1 1 126.95 30.322 -174.814 + 42 109.847 1051 1 0 127.011 30.2929 -175.85 + 42 1.29263 1540 0 1 128.349 29.1231 -204.451 + 42 136.188 1541 0 1 128.35 29.123 -204.458 + 42 116.979 1045 0 0 128.563 29.1161 -205.85 + 42 41.962 1500 1 1 120.321 55.1248 -174.85 + 42 130.741 1499 1 1 120.15 55.1096 -174.554 + 42 125.736 1052 2 0 126.462 30.5538 -145.85 + 42 43.8919 1483 1 1 116.809 36.1467 -174.45 + 42 75.0725 1484 1 1 116.95 36.1128 -174.584 + 42 43.5286 1485 1 1 117.151 36.0665 -174.791 + 42 188.656 1078 1 0 118.343 35.8365 -175.85 +Number of digits in this event = 27 Using G4ParticleGun ... -1.19382 LIN +4.65501 LIN e- Event: 43 -Number of tracker hits in this event = 108 - 43 96.7872 1158 10 1 51.697 80.0985 95.55 - 43 136.764 1300 10 0 51.7004 80.1001 94.15 - 43 118.349 1158 9 1 51.747 80.1398 65.55 - 43 121.09 1300 9 0 51.7549 80.141 64.15 - 43 355.809 1159 8 1 51.8764 80.1709 35.55 - 43 300.846 1300 8 0 51.8856 80.1689 34.15 - 43 99.055 1159 7 1 52.0418 79.9805 5.55 - 43 156.462 1299 7 0 52.0694 79.9548 4.15 - 43 121.464 1163 6 1 52.685 79.4231 -24.45 - 43 200.5 1296 6 0 52.725 79.3973 -25.85 - 43 187.961 1167 5 1 53.5259 78.8348 -54.45 - 43 114.508 1293 5 0 53.5844 78.8085 -55.85 - 43 112.873 1173 4 1 54.8 78.1825 -84.45 - 43 178.253 1290 4 0 54.8655 78.1519 -85.85 - 43 121.907 1180 3 1 56.1877 77.5451 -114.45 - 43 115.642 1287 3 0 56.2418 77.5261 -115.85 - 43 255.368 1185 2 1 57.2369 77.3101 -144.45 - 43 140.748 1286 2 0 57.2704 77.3068 -145.85 - 43 131.565 1189 1 1 57.8602 77.2434 -174.45 - 43 100.291 1285 1 0 57.8916 77.2371 -175.85 - 43 127.86 1192 0 1 58.5342 77.0545 -204.45 - 43 117.021 1284 0 0 58.5423 77.034 -205.85 - 43 320.564 1283 2 0 57.2839 76.6913 -145.85 - 43 124.991 1190 1 1 58.1371 76.3469 -174.45 - 43 7.24754 1191 1 1 58.25 76.217 -174.822 - 43 22.9546 1279 1 0 58.5182 75.8794 -175.85 - 43 89.9868 1278 1 0 58.5416 75.85 -175.939 - 43 41.0591 1229 0 1 65.9822 65.9805 -204.45 - 43 113.539 1230 0 1 66.05 65.9619 -204.599 - 43 132.224 1228 0 0 66.6436 65.8137 -205.85 - 43 13.285 909 0 0 82.1619 1.9653 -206.25 - 43 222.605 1183 1 1 56.7541 81.5144 -174.45 - 43 313.341 1309 1 0 56.4915 81.8981 -175.85 - 43 55.7013 1159 0 1 51.9404 94.8565 -204.45 - 43 101.536 1160 0 1 52.05 94.9481 -204.487 - 43 69.7874 1161 0 1 52.2502 95.098 -204.55 - 43 57.1154 1162 0 1 52.45 95.2301 -204.627 - 43 117.812 1163 0 1 52.65 95.3156 -204.697 - 43 41.4612 1164 0 1 52.85 95.3545 -204.777 - 43 146.38 1378 0 0 54.9688 95.8092 -205.85 - 43 142.605 1379 0 0 55.3714 95.95 -206.043 - 43 99.0318 1380 0 0 55.6951 96.15 -206.167 - 43 173.553 1168 4 1 53.8445 78.1838 -84.4501 - 43 3.62276 1167 4 1 53.65 78.4209 -84.8459 - 43 160.219 1293 4 0 51.0319 78.8239 -85.85 - 43 102.426 1292 4 0 50.8006 78.6499 -85.8952 - 43 11.8344 1291 4 0 50.6218 78.4499 -85.8665 - 43 38.6504 1151 4 1 50.2847 77.3265 -84.85 - 43 30.3282 1150 4 1 50.25 77.2372 -84.8316 - 43 51.0131 1285 4 0 48.3744 77.2384 -85.85 - 43 194.173 1286 4 0 48.4126 77.2501 -85.9428 - 43 76.2707 1211 7 1 62.3114 90.0022 5.55 - 43 50.0379 1212 7 1 62.45 89.9561 5.3062 - 43 169.38 1349 7 0 63.2166 89.8911 4.15 - 43 11.7162 1184 7 0 72.371 56.8733 3.75009 - 43 121.235 1183 7 0 72.3679 56.8497 3.77074 - 43 15.5133 1182 7 0 72.2882 56.65 4.08968 - 43 194.177 1261 7 1 72.4106 55.6648 5.15 - 43 118.579 1262 7 1 72.4501 55.1362 5.51824 - 43 545.792 1263 7 1 72.65 54.8109 5.54038 - 43 44.7029 1211 5 1 62.45 -107.432 -54.593 - 43 142.756 1270 3 0 39.9187 74.1858 -115.85 - 43 7.58424 1271 3 0 39.8882 74.25 -116.228 - 43 182.961 1181 3 0 37.0947 56.2737 -116.25 - 43 94.6753 1301 8 0 51.8145 80.2931 34.1498 - 43 281.286 1152 7 1 50.5747 80.4019 5.55 - 43 132.736 1301 7 0 50.598 80.3314 4.14886 - 43 124.737 1154 6 1 50.8696 79.0345 -24.45 - 43 106.999 1294 6 0 50.8786 78.9941 -25.85 - 43 105.068 1155 5 1 51.243 77.7678 -54.45 - 43 137.278 1288 5 0 51.107 77.7188 -55.85 - 43 151.059 1142 4 1 48.5322 76.8171 -84.45 - 43 3.12573 1141 4 1 48.45 76.8085 -84.839 - 43 122.09 1283 4 0 48.2265 76.7921 -85.8503 - 43 54.3236 1387 4 0 66.1849 97.6189 -86.25 - 43 72.2183 1388 4 0 66.3019 97.75 -86.0709 - 43 75.8879 1233 4 1 66.8305 98.6703 -84.85 - 43 285.053 1234 4 1 66.85 98.7144 -84.7916 - 43 134.415 1232 4 1 66.65 99.449 -84.5914 - 43 104.171 1231 4 1 66.45 99.567 -84.6322 - 43 80.8869 1230 4 1 66.25 99.6882 -84.5582 - 43 97.6838 1148 7 1 49.8206 81.4094 5.54993 - 43 139.084 1307 7 0 49.9287 81.4558 4.149 - 43 99.1099 1160 6 1 52.2055 81.8576 -24.45 - 43 104.463 1309 6 0 52.3069 81.9399 -25.8502 - 43 90.6856 1177 5 1 55.5435 84.9405 -54.45 - 43 146.985 1323 5 0 55.7665 84.8068 -55.8502 - 43 127.176 1195 4 1 59.1019 81.7527 -84.4502 - 43 6.22227 1304 4 0 59.066 80.8635 -85.8503 - 43 141.685 1303 4 0 59.0654 80.85 -85.8718 - 43 19.8656 1302 4 0 59.0463 80.65 -86.1943 - 43 224.196 1192 3 1 58.5506 64.0429 -114.45 - 43 69.7368 1211 3 0 58.9101 62.4245 -115.85 - 43 92.8594 1210 3 0 58.9578 62.25 -116.002 - 43 250.281 1209 3 0 59.0188 62.0499 -116.157 - 43 133.804 1251 2 1 70.3584 28.541 -144.45 - 43 24.6577 1040 2 0 70.5539 28.0723 -145.85 - 43 81.8119 1039 2 0 70.5647 28.05 -145.923 - 43 229.286 1265 1 1 73.0526 24.5453 -174.45 - 43 52.3976 1024 1 0 73.1943 24.9857 -175.85 - 43 68.6493 1025 1 0 73.1993 25.05 -176.064 - 43 164.49 1258 0 1 71.7008 31.4634 -204.45 - 43 51.3094 1259 0 1 71.85 31.6884 -204.716 - 43 38.1569 1062 0 0 72.4891 32.5713 -205.85 - 43 100.183 1063 0 0 72.5449 32.65 -205.955 - 43 6.17346 1064 0 0 72.6818 32.85 -206.23 - 43 102.26 1266 1 1 73.25 24.5263 -174.779 - 43 174.482 1267 1 1 73.45 24.5174 -174.801 -Number of digits in this event = 50 -Using G4ParticleGun ... -3.19301 LIN +Number of tracker hits in this event = 72 + 43 143.376 251 8 1 -129.844 -51.0927 35.55 + 43 133.03 644 8 0 -129.843 -51.0934 34.15 + 43 126.406 251 7 1 -129.805 -51.0924 5.55 + 43 129.103 644 7 0 -129.803 -51.0921 4.15 + 43 185.21 251 6 1 -129.753 -51.0947 -24.45 + 43 147.375 644 6 0 -129.75 -51.0973 -25.85 + 43 111.356 252 5 1 -129.675 -51.1524 -54.45 + 43 115.868 644 5 0 -129.672 -51.1557 -55.85 + 43 135.602 252 4 1 -129.601 -51.218 -84.45 + 43 105.122 644 4 0 -129.596 -51.2205 -85.85 + 43 113.776 253 3 1 -129.509 -51.2769 -114.45 + 43 105.347 643 3 0 -129.505 -51.2787 -115.85 + 43 122.081 253 2 1 -129.418 -51.3133 -144.45 + 43 112.78 643 2 0 -129.413 -51.316 -145.85 + 43 201.189 254 1 1 -129.339 -51.3571 -174.45 + 43 425.06 643 1 0 -129.338 -51.3595 -175.85 + 43 472.066 254 0 1 -129.302 -51.4108 -204.45 + 43 132.213 643 0 0 -129.301 -51.4152 -205.85 + 43 22.8077 560 6 1 -67.9701 -16.462 -24.85 + 43 175.817 399 12 1 -100.207 -8.36374 155.55 + 43 18.7371 400 12 1 -100.15 -8.34796 155.467 + 43 335.598 253 0 1 -129.35 -52.3431 -204.488 + 43 287.944 638 0 0 -129.32 -52.3847 -205.85 + 43 87.2624 637 0 0 -129.291 -52.45 -205.982 + 43 66.1213 636 0 0 -129.187 -52.65 -206.09 + 43 78.9475 635 0 0 -129.209 -52.8504 -206.128 + 43 105.969 634 0 0 -129.228 -53.0502 -206.008 + 43 24.3837 244 0 1 -131.183 -52.8895 -204.85 + 43 69.7328 253 6 1 -129.522 -51.152 -24.45 + 43 87.1115 254 6 1 -129.35 -51.2154 -24.6727 + 43 141.158 645 6 0 -128.242 -51.0134 -25.85 + 43 149.973 269 6 1 -126.329 -48.5322 -24.85 + 43 104.935 270 6 1 -126.15 -48.2444 -24.7368 + 43 67.9941 498 7 0 -114.139 -80.2841 3.75 + 43 77.27 497 7 0 -114.041 -80.45 3.92865 + 43 26.3975 496 7 0 -113.912 -80.6502 4.10827 + 43 23.6356 337 7 1 -112.603 -82.5257 5.15009 + 43 154.151 338 7 1 -112.55 -82.6088 5.20081 + 43 27.6718 728 8 0 -85.2549 -34.3359 33.75 + 43 67.4309 729 8 0 -85.2026 -34.25 33.7879 + 43 80.7403 730 8 0 -85.085 -34.05 33.8317 + 43 173.164 731 8 0 -84.9008 -33.85 33.8015 + 43 37.828 732 8 0 -84.5252 -33.65 34.0237 + 43 112.93 480 8 1 -83.9308 -33.5282 35.15 + 43 280.847 662 6 0 -125.663 -47.6428 -25.8501 + 43 116.66 661 6 0 -125.491 -47.6501 -25.945 + 43 127.713 252 6 1 -129.711 -51.0722 -24.4503 + 43 171.287 646 6 0 -129.019 -50.8499 -26.0668 + 43 92.0657 319 5 1 -116.221 -47.3426 -54.4501 + 43 214.745 320 5 1 -116.15 -47.4899 -54.5452 + 43 2.30737 321 5 1 -115.95 -47.9011 -54.847 + 43 6.56167 654 5 0 -115.423 -49.2286 -55.85 + 43 228.162 653 5 0 -115.415 -49.25 -55.8662 + 43 200.61 652 5 0 -115.325 -49.45 -56.0185 + 43 13.02 651 5 0 -115.241 -49.6501 -56.2047 + 43 162.368 362 4 1 -107.668 -73.9696 -84.45 + 43 64.8396 523 4 0 -107.748 -75.3357 -85.8504 + 43 191.334 522 4 0 -107.748 -75.45 -85.9803 + 43 13.1517 521 4 0 -107.757 -75.65 -86.2171 + 43 225.422 252 2 1 -129.676 -51.2259 -144.45 + 43 317.84 644 2 0 -129.639 -51.2409 -145.85 + 43 228.744 257 1 1 -128.652 -51.554 -174.45 + 43 146.175 642 1 0 -128.554 -51.5924 -175.85 + 43 107.582 267 0 1 -126.698 -52.2011 -204.45 + 43 124.505 639 0 0 -126.634 -52.2278 -205.85 + 43 39.3182 256 1 1 -128.75 -51.4389 -174.627 + 43 308.051 644 1 0 -128.093 -51.25 -175.986 + 43 103.713 645 1 0 -127.923 -51.0497 -176.056 + 43 51.6904 646 1 0 -127.701 -50.8499 -176.117 + 43 209.914 917 1 0 -168.336 3.4813 -176.25 + 43 100.839 251 1 1 -129.923 -51.2261 -174.45 + 43 98.0892 642 0 0 -129.332 -51.4583 -205.85 +Number of digits in this event = 37 +Using G4ParticleGun ... +7.58759 LIN e- Event: 44 -Number of tracker hits in this event = 103 - 44 113.716 988 11 1 17.7513 66.4351 125.55 - 44 129.545 1231 11 0 17.7496 66.4377 124.15 - 44 147.035 988 10 1 17.7149 66.4966 95.55 - 44 110.583 1232 10 0 17.6922 66.5338 94.15 - 44 193.842 986 9 1 17.2891 67.264 65.55 - 44 117.481 1236 9 0 17.3027 67.3055 64.15 - 44 227.222 988 8 1 17.6997 68.1757 35.55 - 44 167.262 1240 8 0 17.7162 68.2176 34.15 - 44 120.752 989 7 1 17.9461 69.0912 5.55 - 44 145.789 1245 7 0 17.9759 69.1675 4.15 - 44 117.459 992 6 1 18.4579 70.8554 -24.45 - 44 126.66 1254 6 0 18.4788 70.9482 -25.85 - 44 109.277 994 5 1 18.928 72.9707 -54.45 - 44 296.466 1265 5 0 18.9339 73.0631 -55.85 - 44 123.516 995 4 1 19.236 74.8089 -84.45 - 44 433.291 1274 4 0 19.2454 74.8974 -85.85 - 44 126.926 996 3 1 19.4298 76.6881 -114.45 - 44 110.48 1283 3 0 19.4262 76.7629 -115.85 - 44 146.523 996 2 1 19.4306 78.3084 -144.45 - 44 202.352 1291 2 0 19.452 78.3687 -145.85 - 44 99.6733 998 1 1 19.8185 79.7548 -174.45 - 44 249.783 1298 1 0 19.8415 79.8453 -175.85 - 44 268.287 1299 1 0 19.8427 79.85 -175.922 - 44 42.2897 1001 0 1 20.4418 81.861 -204.45 - 44 65.7219 1002 0 1 20.45 81.8621 -204.593 - 44 190.096 1309 0 0 20.5176 81.8793 -205.85 - 44 265.549 997 1 1 19.4551 79.9857 -174.451 - 44 106.255 1300 1 0 19.5546 80.1113 -175.85 - 44 33.7552 1003 0 1 20.8265 82.3719 -204.45 - 44 71.9884 1004 0 1 20.85 82.3576 -204.598 - 44 154.843 1310 0 0 21.0589 82.2035 -205.85 - 44 123.31 996 1 1 19.45 79.9761 -174.483 - 44 119.835 974 0 1 14.8615 74.9275 -204.45 - 44 110.32 1273 0 0 15.3723 74.8066 -205.85 - 44 135.88 996 5 1 19.4052 73.1577 -54.6397 - 44 136.571 1266 5 0 19.3594 73.2974 -55.85 - 44 107.72 988 4 1 17.7515 73.9718 -84.45 - 44 84.7065 989 4 1 17.85 73.9718 -84.5811 - 44 242.905 990 4 1 18.05 74.0017 -84.7767 - 44 295.948 1269 4 0 19.2622 73.9254 -85.85 - 44 136.673 1329 4 0 78.4104 85.9982 -86.25 - 44 531.187 1293 4 1 78.7815 85.2599 -84.85 - 44 278.058 1294 4 1 78.85 85.0437 -84.5677 - 44 56.1057 1295 4 1 79.0502 84.9957 -84.6432 - 44 15.4995 1326 4 0 79.369 85.4307 -85.8503 - 44 91.1145 1327 4 0 79.3766 85.45 -85.9241 - 44 57.4305 1292 4 1 78.65 85.1131 -84.6895 - 44 127.081 1013 4 1 22.6761 75.5254 -84.45 - 44 1.71017 1273 4 0 22.8974 74.85 -86.0484 - 44 247.405 1474 4 0 16.0183 115.002 -86.25 - 44 113.665 1475 4 0 16.23 115.15 -86.1141 - 44 39.4877 1270 4 0 18.2003 74.05 -86.1302 - 44 22.6201 976 3 1 15.316 83.5331 -114.45 - 44 79.5106 975 3 1 15.25 83.5619 -114.514 - 44 55.1773 974 3 1 15.05 83.5744 -114.727 - 44 99.1148 1318 3 0 14.5643 83.7319 -115.85 - 44 9.89959 1068 3 0 -59.8633 33.6833 -116.25 - 44 72.2305 1067 3 0 -59.8865 33.65 -116.234 - 44 88.3858 1066 3 0 -59.9829 33.45 -116.151 - 44 60.3368 1065 3 0 -60.0584 33.25 -116.023 - 44 235.407 598 3 1 -60.3278 32.6084 -114.85 - 44 0.201417 597 3 1 -60.4502 32.3916 -114.452 - 44 176.576 989 8 1 17.8501 68.2653 35.3702 - 44 61.1356 1241 8 0 18.5901 68.4082 34.15 - 44 64.4625 1242 8 0 18.6752 68.45 33.9233 - 44 105.937 924 7 1 5.04321 90.15 5.49283 - 44 41.1064 1342 7 0 4.11618 88.544 4.15 - 44 93.0635 1341 7 0 4.08733 88.45 4.10312 - 44 226.723 919 7 1 3.91729 88.1401 5.15 - 44 41.3799 920 7 1 4.05 88.0754 5.26619 - 44 273.747 958 1 1 11.7706 72.9084 -174.45 - 44 5.15336 1262 1 0 11.5598 72.4572 -175.85 - 44 188.326 1261 1 0 11.5541 72.45 -175.872 - 44 38.0934 648 1 0 19.5603 -50.3955 -176.25 - 44 179.889 647 1 0 19.594 -50.4503 -176.236 - 44 46.2279 625 1 0 22.9568 -54.85 -176.054 - 44 100.165 624 1 0 23.1268 -55.05 -176.083 - 44 123.637 623 1 0 23.3946 -55.25 -176.115 - 44 116.039 622 1 0 23.7331 -55.4501 -176.106 - 44 182.341 551 1 0 36.9766 -69.7734 -176.25 - 44 152.168 552 1 0 37.1949 -69.6499 -175.991 - 44 82.3184 1264 1 0 11.8462 72.9612 -175.852 - 44 15.8434 1263 1 0 11.9104 72.85 -176.182 - 44 88.651 1597 1 0 13.9268 139.591 -176.25 - 44 103.775 1598 1 0 13.8996 139.751 -176.167 - 44 36.6675 1599 1 0 13.8157 139.95 -175.983 - 44 111.654 969 1 1 13.8749 140.043 -174.85 - 44 30.7761 968 1 1 13.85 140.089 -174.55 - 44 281.392 987 4 1 17.5061 66.826 -84.45 - 44 259.125 1233 4 0 17.5058 66.8275 -85.85 - 44 220.616 987 3 1 17.4967 66.8355 -114.45 - 44 118.065 1233 3 0 17.4924 66.8349 -115.85 - 44 226.261 986 2 1 17.4165 66.819 -144.45 - 44 171.328 1233 2 0 17.417 66.8198 -145.85 - 44 167.965 987 1 1 17.5117 66.889 -174.45 - 44 153.264 1234 1 0 17.5103 66.8928 -175.85 - 44 232.781 986 0 1 17.4471 67.0095 -204.45 - 44 126.995 1234 0 0 17.4475 67.0153 -205.85 - 44 132.309 1234 3 0 17.4864 66.8578 -115.85 - 44 153.386 1235 2 0 17.4025 67.1179 -145.85 - 44 122.813 986 1 1 17.3772 67.4078 -174.45 - 44 116.253 1236 1 0 17.3778 67.4261 -175.85 - 44 111.855 1238 0 0 17.3628 67.8404 -205.85 -Number of digits in this event = 52 -Using G4ParticleGun ... -3.61249 LIN +Number of tracker hits in this event = 86 + 44 95.6727 282 8 1 -123.56 77.1257 35.55 + 44 151.054 1285 8 0 -123.561 77.1257 34.15 + 44 113.816 282 7 1 -123.565 77.126 5.55 + 44 125.442 1285 7 0 -123.564 77.126 4.15 + 44 128.354 283 6 1 -123.547 77.1241 -24.45 + 44 323.477 1285 6 0 -123.546 77.125 -25.85 + 44 108.545 283 5 1 -123.516 77.1409 -54.45 + 44 274.984 1285 5 0 -123.515 77.1406 -55.85 + 44 360.321 283 4 1 -123.49 77.1426 -84.45 + 44 146.658 1285 4 0 -123.499 77.1527 -85.85 + 44 368.824 282 3 1 -123.655 77.3579 -114.45 + 44 261.205 1286 3 0 -123.656 77.3629 -115.85 + 44 122.751 282 2 1 -123.606 77.5052 -144.45 + 44 380.496 1287 2 0 -123.608 77.5168 -145.85 + 44 104.157 282 1 1 -123.645 77.761 -174.45 + 44 341.902 1288 1 0 -123.637 77.7641 -175.85 + 44 202.823 283 0 1 -123.457 77.7821 -204.45 + 44 188.122 1288 0 0 -123.433 77.7912 -205.85 + 44 231.232 1290 0 0 -123.588 78.171 -205.85 + 44 133.485 288 0 1 -122.495 77.8875 -204.85 + 44 87.5941 1733 14 1 166.84 115.459 215.15 + 44 133.643 1734 14 1 166.95 115.475 215.311 + 44 8.15011 1470 14 0 173.868 114.16 214.15 + 44 34.4959 1786 14 1 177.432 114.839 215.15 + 44 86.1546 283 3 1 -123.447 77.1426 -114.45 + 44 80.1859 1287 3 0 -123.253 77.5585 -115.85 + 44 73.2362 1288 3 0 -123.245 77.65 -116.044 + 44 340.745 1283 5 0 -121.855 76.8496 -55.85 + 44 106.66 808 14 1 -18.2775 80.3181 215.55 + 44 280.793 807 14 1 -18.45 80.3554 215.46 + 44 239.879 282 6 1 -123.566 77.1197 -24.45 + 44 227.486 282 5 1 -123.631 76.9072 -54.45 + 44 112.572 1284 5 0 -123.622 76.904 -55.85 + 44 105.753 1283 4 0 -123.51 76.7772 -85.8507 + 44 106.763 1285 3 0 -123.552 77.2079 -115.85 + 44 46.5367 289 2 1 -122.153 78.0901 -144.45 + 44 80.9475 290 2 1 -122.15 78.0937 -144.602 + 44 137.213 1290 2 0 -122.118 78.121 -145.85 + 44 118.966 292 1 1 -121.598 78.3242 -174.45 + 44 129.732 1292 1 0 -121.631 78.4683 -175.85 + 44 218.817 1307 0 0 -122.549 81.5346 -205.85 + 44 96.0807 284 2 1 -123.273 78.6783 -144.45 + 44 50.0123 283 2 1 -123.35 78.7171 -144.77 + 44 226.175 1293 2 0 -123.885 78.7724 -145.85 + 44 102.935 1294 2 0 -124.051 78.85 -145.991 + 44 53.6034 1295 2 0 -124.22 79.05 -146.128 + 44 168.678 1480 2 0 -160.43 116.203 -146.25 + 44 0.265161 1481 2 0 -160.657 116.35 -145.852 + 44 143.061 94 2 1 -161.216 116.851 -144.85 + 44 69.7541 93 2 1 -161.35 116.925 -144.637 + 44 229.236 1260 2 0 -102.269 72.1425 -146.25 + 44 8.3927 1261 2 0 -101.927 72.25 -145.873 + 44 358.189 393 2 1 -101.55 73.0469 -144.85 + 44 55.7929 392 2 1 -101.55 73.7203 -144.761 + 44 71.4111 1270 2 0 -103.674 74.1525 -145.85 + 44 31.9571 372 2 1 -105.671 76.0333 -144.85 + 44 148.153 1288 2 0 -106.862 77.8285 -145.85 + 44 109.074 1289 2 0 -106.875 77.85 -145.864 + 44 39.8636 382 2 1 -103.718 92.8948 -144.45 + 44 150.126 381 2 1 -103.75 92.848 -144.592 + 44 3.54254 380 2 1 -103.95 92.8611 -144.839 + 44 232.731 1363 2 0 -104.99 92.8623 -145.85 + 44 137.747 287 4 1 -122.629 76.0279 -84.45 + 44 110.492 1280 4 0 -122.504 76.0556 -85.8504 + 44 228.62 301 3 1 -119.918 76.5122 -114.45 + 44 171.649 1284 3 0 -119.678 76.9014 -115.85 + 44 146.626 324 2 1 -115.326 84.9423 -144.45 + 44 67.9805 1326 2 0 -115.012 85.3903 -145.851 + 44 66.8194 1327 2 0 -114.969 85.45 -146.041 + 44 174.412 352 1 1 -109.597 93.6349 -174.45 + 44 64.8769 1370 1 0 -109.636 94.2622 -175.85 + 44 57.6191 1371 1 0 -109.64 94.35 -176.049 + 44 169.207 350 0 1 -110.022 106.347 -204.45 + 44 108.46 1433 0 0 -109.894 106.824 -205.85 + 44 13.4645 1434 0 0 -109.857 106.95 -206.204 + 44 80.1674 349 0 1 -110.15 106.321 -204.597 + 44 114.942 1430 0 0 -110.697 106.308 -205.85 + 44 188.035 1429 0 0 -110.953 106.15 -206.009 + 44 262.837 1428 0 0 -111.193 105.95 -205.943 + 44 83.0542 1427 0 0 -111.445 105.75 -205.939 + 44 99.6779 343 0 1 -111.392 109.137 -204.85 + 44 106.966 1458 0 0 -113.927 111.774 -205.85 + 44 1.14388 308 0 1 -118.548 114.654 -204.85 + 44 197.037 307 0 1 -118.55 114.656 -204.849 + 44 107.285 750 3 0 -92.9163 -29.9482 -116.25 + 44 67.7064 908 3 0 -160.463 1.8277 -116.25 +Number of digits in this event = 44 +Using G4ParticleGun ... +6.36885 LIN e- Event: 45 -Number of tracker hits in this event = 102 - 45 128.605 717 11 1 -36.4832 -70.9158 125.55 - 45 92.7346 545 11 0 -36.4835 -70.9173 124.15 - 45 139.256 717 10 1 -36.4934 -70.9419 95.55 - 45 142.319 545 10 0 -36.4909 -70.9423 94.15 - 45 138.446 718 9 1 -36.4448 -70.9606 65.55 - 45 114.447 545 9 0 -36.4428 -70.9603 64.15 - 45 125.906 718 8 1 -36.4206 -70.9735 35.55 - 45 121.182 545 8 0 -36.4225 -70.9776 34.15 - 45 110.755 717 7 1 -36.4738 -71.0659 5.55 - 45 107.967 544 7 0 -36.4757 -71.0691 4.15 - 45 122.209 717 6 1 -36.5121 -71.1377 -24.45 - 45 250.704 544 6 0 -36.5114 -71.1378 -25.85 - 45 370.111 717 5 1 -36.4866 -71.1402 -54.45 - 45 427.226 544 5 0 -36.4858 -71.1446 -55.85 - 45 119.777 717 4 1 -36.4769 -71.2304 -84.45 - 45 112.471 544 4 0 -36.4762 -71.2328 -85.85 - 45 163.076 717 3 1 -36.4607 -71.2856 -114.45 - 45 113.293 543 3 0 -36.4572 -71.2889 -115.85 - 45 117.547 718 2 1 -36.3953 -71.3741 -144.45 - 45 131.332 543 2 0 -36.3934 -71.3735 -145.85 - 45 347.516 718 1 1 -36.3668 -71.4103 -174.45 - 45 288.279 543 1 0 -36.3688 -71.4249 -175.85 - 45 401.716 718 0 1 -36.3779 -71.7255 -204.45 - 45 208.262 541 0 0 -36.382 -71.7557 -205.85 - 45 59.2355 540 0 1 -71.9168 -92.6248 -204.85 - 45 152.226 697 3 1 -40.6195 81.2213 -114.85 - 45 230.344 539 0 1 -72.05 -92.7721 -204.517 - 45 289.011 538 0 1 -72.25 -92.5323 -204.748 - 45 56.1184 537 0 1 -72.45 -92.4361 -204.655 - 45 261.163 490 4 0 -46.3739 -82.0399 -86.25 - 45 74.766 491 4 0 -46.4079 -81.85 -86.0914 - 45 186.504 540 0 0 -36.3743 -71.85 -206.176 - 45 360.572 543 0 0 -36.284 -71.3918 -205.85 - 45 123.479 730 0 1 -33.9591 -69.3867 -204.45 - 45 20.7785 553 0 0 -33.8246 -69.2562 -205.85 - 45 117.398 554 0 0 -33.8184 -69.25 -205.916 - 45 177.981 542 1 0 -36.3729 -71.4544 -175.85 - 45 110.667 713 0 1 -37.3525 -71.3128 -204.45 - 45 9.53089 275 7 0 3.01551 -124.95 3.83473 - 45 110.275 726 4 1 -34.8085 -71.7939 -84.4501 - 45 38.404 541 4 0 -34.4562 -71.6708 -85.8501 - 45 87.1833 542 4 0 -34.4171 -71.65 -85.9964 - 45 116.853 762 3 1 -27.5449 -66.7288 -114.45 - 45 174.193 763 3 1 -27.45 -66.5452 -114.673 - 45 1.50164 572 3 0 -26.8749 -65.4539 -115.85 - 45 96.8402 573 3 0 -26.8728 -65.4499 -115.854 - 45 90.4129 574 3 0 -26.7633 -65.25 -116.07 - 45 202.662 829 2 1 -14.1242 -38.888 -144.45 - 45 96.6611 710 2 0 -14.2748 -37.9803 -145.85 - 45 68.5195 711 2 0 -14.2906 -37.85 -146.05 - 45 17.7803 832 1 1 -13.6335 -19.6768 -174.45 - 45 123.125 831 1 1 -13.65 -19.6463 -174.497 - 45 70.854 806 1 0 -14.1303 -18.764 -175.85 - 45 121.747 807 1 0 -14.1928 -18.65 -176.024 - 45 3.35982 770 0 1 -26.0476 -1.02613 -204.45 - 45 85.4358 769 0 1 -26.05 -1.0255 -204.465 - 45 138.799 895 0 0 -26.1722 -0.989327 -205.85 - 45 28.1536 716 5 1 -36.65 -71.1323 -54.7553 - 45 133.064 689 4 1 -42.1345 -69.1678 -84.45 - 45 113.203 554 4 0 -42.4115 -69.1043 -85.85 - 45 33.2674 662 3 1 -47.634 -68.6375 -114.45 - 45 84.4168 661 3 1 -47.65 -68.6258 -114.556 - 45 108.793 557 3 0 -47.8456 -68.5018 -115.85 - 45 18.5773 639 2 1 -52.2348 -66.1055 -144.45 - 45 92.0044 638 2 1 -52.25 -66.0971 -144.544 - 45 113.72 570 2 0 -52.4628 -65.9631 -145.85 - 45 100.526 613 1 1 -57.3756 -63.0161 -174.45 - 45 21.7566 612 1 1 -57.45 -62.9783 -174.766 - 45 120.917 586 1 0 -57.7086 -62.8411 -175.85 - 45 129.938 580 0 1 -63.8755 -59.1722 -204.45 - 45 158.809 606 0 0 -64.0799 -58.777 -205.85 - 45 88.2521 718 5 1 -36.45 -71.2221 -54.5584 - 45 114.386 542 5 0 -36.0661 -71.4628 -55.85 - 45 271.102 718 6 1 -36.3222 -71.0321 -24.4503 - 45 56.6184 535 6 0 -35.7781 -72.8942 -25.85 - 45 69.5278 534 6 0 -35.7166 -73.0502 -25.9531 - 45 62.7271 533 6 0 -35.6039 -73.2502 -26.1258 - 45 101.513 391 6 0 -27.4385 -101.804 -26.25 - 45 205.932 763 6 1 -27.285 -101.813 -24.8499 - 45 78.0127 764 6 1 -27.25 -101.788 -24.6663 - 45 214.721 393 6 0 -25.6551 -101.477 -25.8502 - 45 95.8676 394 6 0 -25.6022 -101.35 -26.0814 - 45 180.529 416 6 0 -56.3149 -96.7921 -26.25 - 45 27.6539 719 6 1 -36.2433 -70.9536 -24.45 - 45 53.8328 710 5 1 -37.8753 -73.8679 -54.45 - 45 44.8762 711 5 1 -37.85 -73.8674 -54.6734 - 45 118.266 530 5 0 -37.7064 -73.8543 -55.85 - 45 10.1289 531 5 0 -37.6585 -73.85 -56.2147 - 45 125.96 731 4 1 -33.7943 -73.1903 -84.4506 - 45 99.8756 534 4 0 -33.6762 -73.132 -85.8502 - 45 206.089 744 3 1 -31.1261 -72.0243 -114.45 - 45 1.25164 745 3 1 -31.05 -71.9583 -114.842 - 45 199.96 541 3 0 -30.856 -71.7555 -115.85 - 45 43.4206 773 2 1 -25.2897 -65.7096 -144.45 - 45 72.4977 774 2 1 -25.25 -65.7003 -144.633 - 45 101.407 572 2 0 -25.0109 -65.624 -145.85 - 45 30.0785 799 1 1 -20.0674 -63.8837 -174.45 - 45 88.0685 800 1 1 -20.05 -63.8844 -174.554 - 45 161.615 580 1 0 -19.8616 -63.9297 -175.85 - 45 128.436 822 0 1 -15.6359 -64.8962 -204.45 - 45 117.257 574 0 0 -15.5694 -65.1912 -205.85 - 45 35.8653 573 0 0 -15.5589 -65.25 -206.117 -Number of digits in this event = 44 +Number of tracker hits in this event = 145 + 45 166.706 1468 10 1 113.76 20.9608 95.4948 + 45 137.097 1004 10 0 113.76 20.9608 94.15 + 45 119.207 1468 9 1 113.762 20.9593 65.55 + 45 122.059 1004 9 0 113.763 20.9595 64.15 + 45 139.233 1468 8 1 113.786 20.9607 35.55 + 45 119.751 1004 8 0 113.788 20.961 34.15 + 45 124.653 1468 7 1 113.829 20.9683 5.55 + 45 118.33 1004 7 0 113.831 20.9693 4.15 + 45 398.453 1468 6 1 113.864 20.989 -24.45 + 45 524.231 1004 6 0 113.867 20.9905 -25.85 + 45 110.201 1468 5 1 113.92 21.0166 -54.45 + 45 142.967 1004 5 0 113.922 21.0187 -55.85 + 45 197.045 1469 4 1 113.956 21.0602 -84.45 + 45 123.948 1005 4 0 113.958 21.0633 -85.85 + 45 112.381 1469 3 1 113.976 21.1329 -114.45 + 45 161.525 1005 3 0 113.977 21.1365 -115.85 + 45 106.774 1469 2 1 113.992 21.2118 -144.45 + 45 128.08 1005 2 0 113.992 21.2159 -145.85 + 45 142.074 1469 1 1 113.991 21.3005 -174.45 + 45 117.937 1006 1 0 113.992 21.306 -175.85 + 45 90.6114 1469 0 1 114.009 21.4175 -204.45 + 45 124.868 1006 0 0 114.007 21.422 -205.85 + 45 44.8543 1143 3 0 107.769 48.6796 -116.25 + 45 130.665 1142 3 0 107.694 48.6497 -116.223 + 45 6.88842 1522 3 0 125.185 124.561 -116.25 + 45 17.232 1717 3 0 125.348 163.558 -116.25 + 45 63.7556 1279 9 0 -24.4649 75.8959 63.75 + 45 164.971 1278 9 0 -24.6977 75.8498 64.025 + 45 99.8555 1277 9 0 -24.6927 75.65 63.9854 + 45 141.955 1546 0 1 129.466 39.5119 -204.85 + 45 34.795 1046 6 0 95.0606 29.4251 -26.25 + 45 109.147 1047 6 0 94.9756 29.45 -26.1381 + 45 32.7058 1369 6 1 93.9924 29.9239 -24.8498 + 45 90.475 1368 6 1 93.95 29.9452 -24.7962 + 45 37.5841 1367 6 1 93.75 30.0629 -24.5354 + 45 101.576 1143 7 0 79.758 48.6923 3.75049 + 45 93.1608 1144 7 0 79.627 48.85 3.99406 + 45 148.214 1294 7 1 79.0411 49.6066 5.15 + 45 150.947 1144 8 0 66.3109 49.0285 33.75 + 45 70.1885 1227 8 1 65.6146 49.0134 35.15 + 45 39.8488 1226 8 1 65.4498 49.0092 35.4272 + 45 134.837 1166 9 0 38.4721 53.2543 63.75 + 45 5.057 1083 9 1 36.6652 53.7576 65.15 + 45 75.7265 1082 9 1 36.65 53.7626 65.1608 + 45 71.5606 1081 9 1 36.45 53.8312 65.3119 + 45 21.6565 1080 9 1 36.2498 53.9213 65.4846 + 45 131.654 1127 10 0 14.9069 45.4627 93.75 + 45 221.807 1126 10 0 14.8708 45.45 93.7976 + 45 16.5714 968 10 1 13.6903 44.9348 95.15 + 45 94.3379 967 10 1 13.65 44.9109 95.1958 + 45 97.0079 966 10 1 13.4498 44.8039 95.3948 + 45 51.8138 965 10 1 13.2495 44.6877 95.5438 + 45 584.572 964 10 1 13.0173 44.6402 95.55 + 45 15.2809 963 10 1 12.8499 44.7613 95.173 + 45 59.4475 1125 10 0 12.3218 45.1768 94.1495 + 45 22.4594 1288 10 0 11.0363 77.8073 93.7503 + 45 119.805 1289 10 0 11.0631 77.85 93.8006 + 45 184.533 955 10 1 11.2469 78.5116 95.1502 + 45 249.662 956 10 1 11.25 78.5221 95.1699 + 45 58.7771 960 12 1 12.25 51.4552 155.276 + 45 119.034 1003 6 0 114.011 20.84 -25.8503 + 45 118.387 1480 5 1 116.263 18.028 -54.45 + 45 182.31 989 5 0 116.531 17.915 -55.85 + 45 119.494 1507 4 1 121.591 15.2889 -84.4501 + 45 321.216 975 4 0 121.511 15.1446 -85.85 + 45 29.5442 1495 3 1 119.346 12.6794 -114.45 + 45 197.969 1496 3 1 119.35 12.6758 -114.554 + 45 97.5026 962 3 0 119.35 12.6021 -115.85 + 45 105.498 1494 2 1 118.98 11.2987 -144.45 + 45 118.684 956 2 0 118.95 11.3532 -145.85 + 45 189.119 1491 1 1 118.521 12.7836 -174.45 + 45 119.006 964 1 0 118.258 12.8702 -175.85 + 45 128.706 1472 0 1 114.579 14.5762 -204.45 + 45 174.495 973 0 0 114.714 14.6523 -205.85 + 45 129.25 991 6 1 18.4136 -94.2367 -24.85 + 45 28.0241 990 6 1 18.2499 -94.3753 -24.5477 + 45 45.5005 976 4 0 121.55 15.25 -86.1621 + 45 23.6017 1512 4 1 122.55 16.0283 -84.6205 + 45 270.564 978 4 0 123.132 15.7582 -85.85 + 45 152.366 1456 5 1 111.534 21.7976 -54.45 + 45 201.377 1009 5 0 111.338 21.854 -55.85 + 45 156.487 1435 4 1 107.336 22.612 -84.45 + 45 137.813 1013 4 0 107.263 22.6674 -85.8507 + 45 187.878 1427 3 1 105.589 23.7042 -114.45 + 45 104.187 1018 3 0 105.494 23.6567 -115.85 + 45 82.8401 1017 3 0 105.481 23.65 -116.055 + 45 119.832 1419 2 1 104.033 22.7114 -144.45 + 45 104.65 1013 2 0 103.986 22.6615 -145.85 + 45 3.15863 1012 2 0 103.969 22.65 -146.235 + 45 294.001 1412 1 1 102.593 22.1578 -174.45 + 45 135.242 1009 1 0 102.48 22.0404 -175.85 + 45 126.801 1401 0 1 100.51 19.8306 -204.45 + 45 463.434 999 0 0 100.374 19.9662 -205.85 + 45 78.8827 1399 0 1 100.125 19.6219 -204.45 + 45 84.7069 1398 0 1 99.9499 19.4094 -204.614 + 45 59.7786 1397 0 1 99.75 19.1706 -204.746 + 45 80.3293 986 0 0 97.5571 17.4306 -205.85 + 45 77.5345 985 0 0 97.3604 17.2499 -205.956 + 45 135.887 984 0 0 97.194 17.05 -206.067 + 45 48.5505 983 0 0 97.0225 16.85 -206.17 + 45 8.17321 940 0 0 54.2476 8.22545 -206.25 + 45 58.1295 941 0 0 54.2326 8.25006 -206.231 + 45 7.55877 1402 0 1 100.717 19.7938 -204.45 + 45 48.1345 1403 0 1 100.75 19.7993 -204.462 + 45 129.777 1404 0 1 100.95 19.8466 -204.536 + 45 83.0314 1405 0 1 101.15 19.8947 -204.612 + 45 103.556 1406 0 1 101.35 19.9429 -204.675 + 45 57.6691 1407 0 1 101.55 19.9873 -204.746 + 45 22.0571 1408 0 1 101.75 19.9989 -204.818 + 45 89.8239 998 0 0 105.006 19.85 -205.899 + 45 101.66 1426 3 1 105.55 23.7668 -114.532 + 45 53.0432 1425 3 1 105.35 23.9288 -114.759 + 45 127.841 1023 3 0 104.413 24.8197 -115.85 + 45 125.843 1024 3 0 104.379 24.85 -115.889 + 45 14.0418 1025 3 0 104.148 25.0501 -116.203 + 45 152.291 1014 3 0 86.8981 23.0477 -116.25 + 45 70.8961 1015 3 0 86.9865 23.0502 -115.94 + 45 279.412 1340 3 1 88.0575 25.9313 -114.85 + 45 20.1628 1339 3 1 88.05 26.1401 -114.846 + 45 116.844 1436 4 1 107.35 22.6484 -84.4572 + 45 250.039 1437 4 1 107.55 22.6749 -84.5134 + 45 58.4529 1457 5 1 111.55 21.8238 -54.6364 + 45 69.7703 1010 5 0 112.088 22.05 -56.0992 + 45 5.79924 1389 5 0 127.952 98.1288 -56.2497 + 45 98.8194 1390 5 0 127.948 98.15 -56.2357 + 45 57.4361 1391 5 0 127.917 98.35 -56.1061 + 45 80.2769 1392 5 0 127.898 98.55 -55.9888 + 45 30.4017 1393 5 0 127.926 98.7501 -55.8896 + 45 564.051 1540 5 1 128.219 100.754 -54.85 + 45 63.6259 1418 5 0 128.116 103.773 -55.8501 + 45 74.6194 1419 5 0 128.092 103.95 -55.9774 + 45 14.0487 1420 5 0 128.075 104.15 -56.2038 + 45 44.0514 1708 5 0 102.711 161.825 -56.25 + 45 52.442 1709 5 0 102.659 161.95 -56.1785 + 45 54.1832 1710 5 0 102.599 162.15 -56.1068 + 45 97.9105 1711 5 0 102.549 162.35 -56.0534 + 45 59.1778 1712 5 0 102.466 162.55 -56.0081 + 45 99.022 1713 5 0 102.438 162.75 -55.9612 + 45 31.4634 1714 5 0 102.432 162.95 -55.9047 + 45 89.3707 1408 5 1 101.826 164.408 -54.85 + 45 155.327 1407 5 1 101.75 164.657 -54.6975 + 45 237.289 1406 5 1 101.55 165.025 -54.5238 + 45 175.759 1727 5 0 102.294 165.62 -55.8505 + 45 238.002 1108 9 0 121.068 41.6876 63.75 + 45 107.689 1109 9 0 121.153 41.85 63.9204 +Number of digits in this event = 57 Using G4ParticleGun ... -9.08874 LIN +1.76112 LIN e- Event: 46 -Number of tracker hits in this event = 51 - 46 134.362 1106 10 1 41.377 -83.9189 95.55 - 46 243.645 480 10 0 41.3766 -83.9178 94.15 - 46 101.031 1106 9 1 41.3646 -83.8973 65.55 - 46 162.178 480 9 0 41.3646 -83.8971 64.15 - 46 116.286 1106 8 1 41.3669 -83.8951 35.55 - 46 116.329 480 8 0 41.3663 -83.8945 34.15 - 46 146.562 1106 7 1 41.3598 -83.8871 5.55 - 46 238.674 480 7 0 41.3581 -83.8865 4.15 - 46 112.424 1106 6 1 41.3272 -83.8746 -24.45 - 46 468.804 480 6 0 41.3259 -83.8732 -25.85 - 46 168.512 1106 5 1 41.2993 -83.8446 -54.45 - 46 141.249 481 5 0 41.2976 -83.8428 -55.85 - 46 279.644 1106 4 1 41.2647 -83.8081 -84.45 - 46 322.148 481 4 0 41.2624 -83.8066 -85.85 - 46 297.338 1105 3 1 41.2157 -83.778 -114.45 - 46 404.603 481 3 0 41.2133 -83.7775 -115.85 - 46 139.397 1105 2 1 41.1604 -83.7692 -144.45 - 46 520.674 481 2 0 41.1582 -83.7694 -145.85 - 46 404.808 1105 1 1 41.1162 -83.7807 -174.45 - 46 301.704 481 1 0 41.1144 -83.781 -175.85 - 46 117.508 1105 0 1 41.078 -83.7863 -204.45 - 46 306.18 481 0 0 41.0769 -83.7885 -205.85 - 46 168.24 251 11 0 -27.2091 -129.844 123.75 - 46 272.751 250 11 0 -27.2453 -129.95 124.067 - 46 21.484 482 2 0 41.1459 -83.65 -146.208 - 46 378.668 631 2 0 39.7968 -53.7253 -146.25 - 46 120.129 1088 0 1 37.8209 -84.4834 -204.451 - 46 52.8296 477 0 0 37.7221 -84.6284 -205.85 - 46 45.2534 476 0 0 37.7036 -84.65 -206.08 - 46 117.306 1104 0 1 41.0481 -83.7508 -204.45 - 46 66.1946 480 3 0 41.325 -83.85 -116.033 - 46 107.404 1116 2 1 43.3974 -85.3604 -144.45 - 46 187.324 473 2 0 43.3831 -85.3825 -145.85 - 46 99.5485 1117 1 1 43.6111 -85.8313 -174.45 - 46 103.391 470 1 0 43.4831 -85.9749 -175.85 - 46 149.082 1103 0 1 40.8146 -89.165 -204.45 - 46 144.077 453 0 0 40.6479 -89.2848 -205.85 - 46 365.842 480 4 0 41.2222 -83.85 -86.0386 - 46 101.767 1105 4 1 41.2474 -83.8164 -84.45 - 46 121.758 1104 3 1 40.8715 -84.5514 -114.45 - 46 168.856 476 3 0 40.9263 -84.7334 -115.85 - 46 111.758 1110 2 1 42.1199 -88.406 -144.45 - 46 93.718 457 2 0 42.1664 -88.604 -145.85 - 46 25.7799 456 2 0 42.1784 -88.65 -146.185 - 46 128.91 1116 1 1 43.3584 -92.3193 -174.45 - 46 165.016 437 1 0 43.4834 -92.6273 -175.85 - 46 98.9581 1130 0 1 46.1366 -98.482 -204.45 - 46 37.925 407 0 0 46.29 -98.7237 -205.85 - 46 62.2254 406 0 0 46.3059 -98.75 -206.006 - 46 140.635 1008 1 1 21.8326 34.0117 -174.45 - 46 279.865 1007 1 1 21.65 33.8697 -174.627 -Number of digits in this event = 34 +Number of tracker hits in this event = 69 + 46 280.851 762 10 1 -27.4791 87.5401 95.55 + 46 296.642 1337 10 0 -27.4801 87.5454 94.15 + 46 142.626 762 9 1 -27.4972 87.6565 65.55 + 46 206.733 1338 9 0 -27.4971 87.6546 64.15 + 46 132.515 762 8 1 -27.5135 87.6141 35.55 + 46 154.694 1337 8 0 -27.5141 87.6154 34.15 + 46 158.047 762 7 1 -27.5324 87.6297 5.55 + 46 100.391 1337 7 0 -27.5394 87.6317 4.15 + 46 109.814 761 6 1 -27.6915 87.6978 -24.45 + 46 109.936 1338 6 0 -27.6561 87.6981 -25.85 + 46 129.668 765 5 1 -26.9261 87.5995 -54.45 + 46 112.01 1337 5 0 -26.8785 87.5867 -55.85 + 46 155.183 770 4 1 -26.0456 87.3109 -84.45 + 46 176.426 1335 4 0 -25.9449 87.2185 -85.85 + 46 226.327 783 3 1 -23.3502 85.6078 -114.45 + 46 120.358 1327 3 0 -23.0428 85.5348 -115.85 + 46 20.6254 816 2 1 -16.6534 83.4951 -144.45 + 46 117.956 817 2 1 -16.65 83.4937 -144.468 + 46 136.322 1316 2 0 -16.4049 83.3758 -145.85 + 46 145.615 844 1 1 -11.1313 80.9907 -174.45 + 46 150.149 1304 1 0 -10.9532 80.9582 -175.85 + 46 134.571 860 0 1 -7.94104 79.4879 -204.45 + 46 161.21 1297 0 0 -7.85947 79.4792 -205.85 + 46 91.4299 782 3 1 -23.4502 85.8838 -114.648 + 46 8.63888 781 3 1 -23.65 85.9733 -114.462 + 46 233.909 763 5 1 -27.4079 87.7608 -54.45 + 46 250.966 1338 5 0 -27.41 87.7421 -55.85 + 46 286.946 763 4 1 -27.3907 87.3185 -84.45 + 46 255.177 1336 4 0 -27.3717 87.3039 -85.85 + 46 109.161 765 3 1 -26.9534 86.8698 -114.45 + 46 213.322 1334 3 0 -26.9204 86.8589 -115.85 + 46 132.617 769 2 1 -26.1771 86.68 -144.45 + 46 526.488 1332 2 0 -26.1505 86.6289 -145.85 + 46 120.821 771 1 1 -25.7273 85.2744 -174.45 + 46 96.976 1325 1 0 -25.7426 85.2098 -175.85 + 46 133.436 769 0 1 -26.245 84.2554 -204.45 + 46 100.208 1320 0 0 -26.2513 84.2495 -205.85 + 46 2.07292 1333 2 0 -26.1002 86.65 -146.244 + 46 30.2409 1418 2 0 -13.5139 103.769 -146.25 + 46 314.508 1417 2 0 -13.5105 103.75 -146.188 + 46 155.672 764 4 1 -27.0908 87.5826 -84.45 + 46 98.5476 1337 4 0 -27.1317 87.5678 -85.85 + 46 131.671 760 3 1 -27.9441 87.2841 -114.45 + 46 135.094 1336 3 0 -27.9956 87.2613 -115.85 + 46 130.427 754 2 1 -29.1389 86.6448 -144.45 + 46 107.402 744 1 1 -31.185 85.6733 -174.45 + 46 112.936 1327 1 0 -31.3184 85.6188 -175.85 + 46 52.4178 730 0 1 -34.0273 84.6911 -204.45 + 46 167.436 729 0 1 -34.05 84.6821 -204.672 + 46 132.031 1322 0 0 -34.1735 84.6371 -205.85 + 46 38.7421 1314 0 0 -33.9458 82.9438 -205.85 + 46 94.1672 1313 0 0 -33.9377 82.85 -205.984 + 46 123.943 752 2 1 -29.4568 85.7452 -144.85 + 46 5.92682 753 2 1 -29.45 85.7315 -144.826 + 46 126.356 1287 4 0 -26.4437 77.6464 -86.2481 + 46 144.396 765 4 1 -26.8721 76.2414 -84.85 + 46 10.5311 762 4 1 -27.45 76.0338 -84.8352 + 46 282.46 1280 4 0 -28.8001 76.1529 -85.85 + 46 90.5491 1279 4 0 -29.2165 76.05 -86.1083 + 46 203.526 1278 4 0 -29.2705 75.85 -86.0059 + 46 67.1979 1277 4 0 -29.3997 75.65 -86.0313 + 46 81.44 763 10 1 -27.4203 87.527 95.55 + 46 83.5715 764 10 1 -27.2499 87.6359 95.3503 + 46 31.7304 765 10 1 -27.05 87.6966 95.2056 + 46 90.066 1338 10 0 -25.8379 87.69 94.15 + 46 251.399 1251 10 0 15.8198 70.4161 93.75 + 46 22.2412 1250 10 0 16.0435 70.25 94.0005 + 46 101.34 976 10 1 15.3223 69.511 95.15 + 46 312.921 977 10 1 15.4501 69.4608 95.313 +Number of digits in this event = 42 Using G4ParticleGun ... -3.73195 LIN +1.80643 LIN e- Event: 47 -Number of tracker hits in this event = 87 - 47 132.292 899 11 1 -0.126852 -43.2204 125.55 - 47 177.817 684 11 0 -0.126262 -43.2207 124.15 - 47 92.0201 899 10 1 -0.112691 -43.2263 95.55 - 47 164.096 684 10 0 -0.11295 -43.2257 94.15 - 47 141.782 899 9 1 -0.112564 -43.2188 65.55 - 47 108.646 684 9 0 -0.111078 -43.2189 64.15 - 47 113.783 899 8 1 -0.0861271 -43.2254 35.55 - 47 128.908 684 8 0 -0.0903697 -43.2291 34.15 - 47 143.605 899 7 1 -0.181831 -43.3075 5.55 - 47 130.425 683 7 0 -0.185109 -43.3117 4.15 - 47 313.59 899 6 1 -0.247589 -43.3842 -24.45 - 47 181.246 683 6 0 -0.251243 -43.3883 -25.85 - 47 122.529 898 5 1 -0.316033 -43.4714 -54.45 - 47 162.381 682 5 0 -0.318491 -43.474 -55.85 - 47 437.047 898 4 1 -0.363617 -43.5328 -84.45 - 47 144.302 682 4 0 -0.365906 -43.5374 -85.85 - 47 167.357 898 3 1 -0.389215 -43.5821 -114.45 - 47 118.579 682 3 0 -0.389245 -43.5825 -115.85 - 47 136.866 898 2 1 -0.401346 -43.5785 -144.45 - 47 161.413 682 2 0 -0.400446 -43.5741 -145.85 - 47 477.463 898 1 1 -0.344587 -43.4882 -174.45 - 47 237.891 682 1 0 -0.32892 -43.4815 -175.85 - 47 140.02 1216 3 0 75.9844 63.2834 -116.25 - 47 360.332 681 1 0 -0.392382 -43.6501 -175.85 - 47 236.097 898 0 1 -0.261306 -43.5547 -204.45 - 47 356.087 682 0 0 -0.254702 -43.5633 -205.85 - 47 37.2978 266 10 1 -126.798 41.5922 95.55 - 47 92.9457 897 0 1 -0.453496 -43.6436 -204.45 - 47 77.6492 392 4 0 9.90046 -101.587 -86.25 - 47 100.049 687 4 0 -0.307806 -42.5559 -85.85 - 47 230.497 688 4 0 -0.353975 -42.45 -86.0545 - 47 114.187 864 3 1 -7.17063 -28.7594 -114.45 - 47 157.146 752 3 0 -7.05808 -29.451 -115.85 - 47 31.0787 751 3 0 -7.05898 -29.65 -116.163 - 47 8.39601 859 2 1 -8.07323 -51.5572 -144.45 - 47 67.4431 860 2 1 -8.05 -51.5807 -144.459 - 47 73.6863 861 2 1 -7.84969 -51.7599 -144.553 - 47 72.0594 862 2 1 -7.65 -51.9403 -144.65 - 47 113.087 863 2 1 -7.45 -52.0919 -144.708 - 47 129.558 864 2 1 -7.25 -52.2317 -144.747 - 47 57.781 865 2 1 -7.05 -52.4215 -144.801 - 47 13.7192 623 2 0 -3.09055 -55.4076 -145.85 - 47 90.566 622 2 0 -3.0349 -55.45 -145.862 - 47 185.982 621 2 0 -2.7705 -55.65 -145.907 - 47 94.1616 620 2 0 -2.27256 -55.85 -146.104 - 47 11.5213 1307 1 1 81.4724 -63.9682 -174.45 - 47 124.556 1306 1 1 81.45 -63.9747 -174.48 - 47 101.317 1305 1 1 81.25 -64.1159 -174.631 - 47 49.7858 1304 1 1 81.0498 -64.2478 -174.817 - 47 27.1933 572 1 0 79.8276 -65.5755 -175.85 - 47 86.7441 571 1 0 79.7666 -65.6502 -175.898 - 47 85.4068 1287 1 1 77.605 -65.5835 -174.85 - 47 163.516 1286 1 1 77.4498 -65.7738 -174.801 - 47 124.877 1285 1 1 77.25 -65.6979 -174.779 - 47 56.7879 625 2 0 -8.05356 -54.85 -146.012 - 47 326.918 900 4 1 0.05 -43.565 -84.6272 - 47 223.398 689 4 0 -0.412848 -42.2499 -85.9488 - 47 88.3357 168 4 0 116.415 -146.532 -86.25 - 47 197.896 899 4 1 -0.05 -43.3393 -84.4855 - 47 130.235 674 4 0 1.56797 -45.1061 -85.8501 - 47 168.361 904 5 1 0.908581 -43.2161 -54.45 - 47 147.635 683 5 0 0.927735 -43.2558 -55.8504 - 47 127.228 906 4 1 1.40356 -44.4624 -84.45 - 47 161.305 677 4 0 1.45471 -44.4918 -85.85 - 47 222.702 913 3 1 2.66538 -44.9787 -114.45 - 47 45.6216 675 3 0 2.7364 -45.0424 -115.85 - 47 70.1114 674 3 0 2.74345 -45.05 -115.997 - 47 127.509 917 2 1 3.63465 -46.5208 -144.45 - 47 127.343 668 2 0 3.57965 -46.4346 -145.851 - 47 152.806 909 1 1 1.86337 -44.8301 -174.45 - 47 83.9318 676 1 0 1.92057 -44.6803 -175.85 - 47 21.4178 677 1 0 1.93426 -44.65 -176.162 - 47 14.3568 915 0 1 3.24283 -42.1489 -204.451 - 47 118.256 916 0 1 3.25 -42.1485 -204.487 - 47 197.503 689 0 0 3.49556 -42.0898 -205.85 - 47 77.5976 903 5 1 0.85 -43.2132 -54.4968 - 47 176.68 902 5 1 0.649984 -43.1258 -54.5321 - 47 211.546 901 5 1 0.45 -42.9294 -54.6175 - 47 68.2153 898 6 1 -0.250389 -43.2143 -24.5053 - 47 67.0077 897 6 1 -0.45 -43.2993 -24.6148 - 47 76.009 896 6 1 -0.65 -43.3811 -24.7112 - 47 40.1376 895 6 1 -0.850167 -43.4383 -24.8059 - 47 128.52 680 6 0 -3.02575 -43.9527 -25.85 - 47 101.054 679 6 0 -3.41582 -44.05 -26.0657 - 47 160.632 690 5 1 -41.938 -53.7635 -54.45 - 47 84.14 627 5 0 -42.145 -54.545 -55.8501 - 47 78.8226 626 5 0 -42.1871 -54.65 -56.0446 -Number of digits in this event = 48 +Number of tracker hits in this event = 32 + 47 120.293 699 8 1 -40.2081 138.371 35.55 + 47 164.904 1591 8 0 -40.2098 138.371 34.15 + 47 171.95 699 7 1 -40.2377 138.371 5.55 + 47 147.143 1591 7 0 -40.2349 138.371 4.15 + 47 138.653 699 6 1 -40.1761 138.374 -24.45 + 47 177.472 1591 6 0 -40.1714 138.373 -25.85 + 47 118.004 699 5 1 -40.0783 138.359 -54.45 + 47 138.301 1591 5 0 -40.0708 138.359 -55.85 + 47 181.773 700 4 1 -39.9109 138.341 -84.45 + 47 182.723 1590 4 0 -39.897 138.343 -85.85 + 47 97.0238 702 3 1 -39.6201 138.396 -114.45 + 47 463.989 1591 3 0 -39.6045 138.4 -115.85 + 47 248.403 703 2 1 -39.275 138.467 -144.45 + 47 117.461 1591 2 0 -39.2591 138.475 -145.85 + 47 107.497 705 1 1 -38.9303 138.629 -174.45 + 47 162.832 1592 1 0 -38.9053 138.638 -175.85 + 47 112.764 708 0 1 -38.405 138.82 -204.45 + 47 114.174 1593 0 0 -38.3837 138.828 -205.85 + 47 268.286 701 4 1 -39.85 138.492 -84.5389 + 47 137.358 703 3 1 -39.4158 138.506 -114.45 + 47 106.774 1583 2 0 -39.2873 136.901 -145.85 + 47 111.029 706 1 1 -38.7273 135.727 -174.45 + 47 336.98 1577 1 0 -38.6664 135.676 -175.85 + 47 184.059 713 0 1 -37.4154 134.485 -204.45 + 47 95.3596 1570 0 0 -37.4033 134.339 -205.85 + 47 137.404 701 3 1 -39.7062 138.537 -114.45 + 47 104.83 693 2 1 -41.2645 137.786 -144.45 + 47 138.421 1587 2 0 -41.2189 137.7 -145.85 + 47 109.353 699 1 1 -40.0654 135.968 -174.45 + 47 95.394 1578 1 0 -40.0798 135.792 -175.85 + 47 140.23 700 0 1 -39.8617 132.64 -204.45 + 47 97.0357 1561 0 0 -39.8647 132.495 -205.85 +Number of digits in this event = 22 Using G4ParticleGun ... -8.91834 LIN +6.36196 LIN e- Event: 48 -Number of tracker hits in this event = 79 - 48 122.216 1198 10 1 59.698 -74.9359 95.55 - 48 111.286 525 10 0 59.6978 -74.9365 94.15 - 48 202.641 1198 9 1 59.702 -74.9466 65.55 - 48 117.283 525 9 0 59.7022 -74.9479 64.15 - 48 116.024 1198 8 1 59.7029 -74.9739 35.55 - 48 120.646 525 8 0 59.7027 -74.9748 34.15 - 48 113.701 1198 7 1 59.6975 -74.9944 5.55 - 48 141.119 525 7 0 59.6967 -74.9959 4.15 - 48 135.71 1198 6 1 59.6764 -75.0261 -24.45 - 48 127.808 525 6 0 59.6756 -75.0274 -25.85 - 48 121.729 1198 5 1 59.6591 -75.0625 -54.45 - 48 125.068 524 5 0 59.6578 -75.0631 -55.85 - 48 238.58 1197 4 1 59.6296 -75.077 -84.45 - 48 138.974 524 4 0 59.6295 -75.078 -85.85 - 48 359.639 1197 3 1 59.6271 -75.1041 -114.45 - 48 248.307 524 3 0 59.6274 -75.1048 -115.85 - 48 115.347 1197 2 1 59.6335 -75.1226 -144.45 - 48 111.597 524 2 0 59.6331 -75.1236 -145.85 - 48 112.356 1197 1 1 59.628 -75.1406 -174.45 - 48 171.099 524 1 0 59.6276 -75.1407 -175.85 - 48 110.081 1197 0 1 59.6166 -75.136 -204.45 - 48 619.952 524 0 0 59.6161 -75.1352 -205.85 - 48 4.06913 1651 1 1 150.376 -142.723 -174.85 - 48 183.385 940 5 0 -44.4758 8.11515 -56.25 - 48 140.682 939 5 0 -44.4891 8.05 -55.9242 - 48 133.359 501 7 0 58.4037 -79.791 3.75 - 48 85.2747 500 7 0 58.5344 -79.85 3.82164 - 48 19.0293 502 7 0 58.8512 -79.6498 4.09866 - 48 122.693 1191 7 1 58.4208 -78.7004 5.15 - 48 73.901 516 7 0 58.2726 -76.8221 4.14992 - 48 6.22974 517 7 0 58.2902 -76.65 4.13716 - 48 31.0623 1190 7 1 58.0969 -75.69 5.15012 - 48 232.459 1189 7 1 58.0499 -75.64 5.20093 - 48 137.363 1188 7 1 57.85 -75.4283 5.19016 - 48 95.6975 528 7 0 57.3023 -74.3744 4.15 - 48 205.381 1076 0 1 35.45 -52.4275 -204.841 - 48 58.8382 658 0 0 42.9247 -48.45 -206.108 - 48 8.04767 640 0 0 36.3823 -51.9198 -205.85 - 48 31.3234 1086 0 1 37.2901 -51.6501 -204.85 - 48 16.0175 641 0 0 37.0898 -51.7976 -205.85 - 48 0.818298 1081 0 1 36.3441 -47.7484 -204.85 - 48 2.4641 678 0 0 35.7412 -44.3884 -205.85 - 48 7.48965 1079 0 1 35.8621 -44.3828 -204.85 - 48 8.91944 683 0 0 36.3761 -43.3541 -205.85 - 48 155.816 1207 0 1 61.6348 -105.986 -204.85 - 48 216.767 1198 0 1 59.6742 -75.1535 -204.45 - 48 25.8477 523 0 0 59.6614 -75.25 -205.87 - 48 135.228 525 3 0 59.6315 -74.965 -115.85 - 48 179.218 1198 2 1 59.7283 -73.7022 -144.45 - 48 4.1482 530 2 0 59.9332 -74.0464 -145.85 - 48 136.846 529 2 0 59.9355 -74.0501 -145.865 - 48 86.1794 1216 1 1 63.417 -80.093 -174.45 - 48 89.2378 1217 1 1 63.45 -80.0949 -174.584 - 48 66.2451 499 1 0 63.6275 -80.0852 -175.85 - 48 26.6891 500 1 0 63.6628 -80.05 -176.124 - 48 59.9076 1206 0 1 61.391 -73.2807 -204.45 - 48 96.7185 540 0 0 61.586 -71.9644 -205.85 - 48 79.4886 541 0 0 61.6085 -71.8499 -205.959 - 48 31.7767 542 0 0 61.6646 -71.65 -206.165 - 48 247.692 602 0 0 49.0722 -59.4649 -206.25 - 48 140.224 603 0 0 49.0501 -59.45 -206.198 - 48 131.391 1195 2 1 59.1657 -75.3191 -144.45 - 48 110.977 523 2 0 59.0619 -75.3648 -145.85 - 48 122.504 1183 1 1 56.81 -76.1943 -174.45 - 48 119.703 519 1 0 56.6432 -76.0851 -175.85 - 48 134.945 1166 0 1 53.427 -74.2247 -204.45 - 48 118.564 529 0 0 53.2352 -74.115 -205.85 - 48 274.739 1181 0 1 56.2571 -76.7952 -204.45 - 48 39.0236 1182 0 1 56.45 -77.2249 -204.82 - 48 76.9888 506 0 0 57.25 -78.6966 -205.85 - 48 145.1 505 0 0 57.3587 -78.85 -205.977 - 48 57.4606 504 0 0 57.508 -79.05 -206.158 - 48 100.679 372 0 0 85.8629 -105.705 -206.25 - 48 150.039 371 0 0 85.9404 -105.75 -206.172 - 48 133.081 1336 0 1 87.2864 -105.895 -204.85 - 48 178.116 1337 0 1 87.45 -105.65 -204.562 - 48 66.062 1338 0 1 87.6501 -105.558 -204.459 - 48 11.4872 1339 0 1 87.8502 -105.547 -204.466 - 48 220.661 1339 1 1 87.9355 -43.7601 -174.45 -Number of digits in this event = 40 +Number of tracker hits in this event = 170 + 48 153.089 1181 11 1 56.3418 35.6691 125.55 + 48 123.053 1078 11 0 56.341 35.6683 124.15 + 48 152.235 1181 10 1 56.316 35.6499 95.55 + 48 301.347 1077 10 0 56.3144 35.6484 94.15 + 48 306.186 1181 9 1 56.2833 35.6227 65.55 + 48 262.607 1077 9 0 56.2819 35.6227 64.15 + 48 114.942 1181 8 1 56.2564 35.6191 35.55 + 48 142.666 1077 8 0 56.2543 35.6176 34.15 + 48 153.733 1180 7 1 56.2109 35.5877 5.55 + 48 167.436 1077 7 0 56.2089 35.5853 4.15 + 48 217.457 1180 6 1 56.1662 35.535 -24.45 + 48 148.965 1077 6 0 56.1649 35.5318 -25.85 + 48 200.228 1180 5 1 56.1375 35.4708 -54.45 + 48 118.238 1077 5 0 56.1372 35.4681 -55.85 + 48 363.81 1180 4 1 56.1268 35.4116 -84.45 + 48 327.738 1076 4 0 56.1272 35.409 -85.85 + 48 112.09 1180 3 1 56.1227 35.354 -114.45 + 48 156.13 1076 3 0 56.122 35.3507 -115.85 + 48 130.771 1180 2 1 56.106 35.2854 -144.45 + 48 152.712 1076 2 0 56.1051 35.2816 -145.85 + 48 125.623 1180 1 1 56.0905 35.2109 -174.45 + 48 92.5779 1075 1 0 56.0888 35.2078 -175.85 + 48 148.61 1180 0 1 56.0541 35.149 -204.45 + 48 162.209 1075 0 0 56.0537 35.1469 -205.85 + 48 75.76 1179 5 1 56.0498 35.5735 -54.5134 + 48 117.126 1178 5 1 55.85 35.6917 -54.6592 + 48 51.0158 1078 5 0 54.8704 35.8066 -55.8503 + 48 141.931 1079 5 0 54.8452 35.8501 -56.0039 + 48 169.481 1105 5 0 93.7271 41.1149 -56.2499 + 48 84.1642 1079 4 0 56.1266 35.9741 -85.85 + 48 76.2998 1080 4 0 56.1208 36.05 -86.0644 + 48 111.405 1170 3 1 54.0531 43.6596 -114.45 + 48 29.6731 1171 3 1 54.25 43.6552 -114.745 + 48 121.249 1118 3 0 54.9705 43.6542 -115.85 + 48 16.6848 1248 2 1 69.7868 46.7509 -144.45 + 48 67.9024 1249 2 1 69.8502 46.7391 -144.504 + 48 68.9718 1250 2 1 70.0502 46.6847 -144.704 + 48 165.171 1131 2 0 71.1251 46.4164 -145.85 + 48 53.4579 1497 1 1 119.584 46.2824 -174.45 + 48 134.643 1498 1 1 119.75 46.1968 -174.527 + 48 185.368 1499 1 1 119.95 46.0758 -174.632 + 48 84.391 1500 1 1 120.15 45.9636 -174.71 + 48 63.3809 1501 1 1 120.35 45.8698 -174.798 + 48 333.609 1124 1 0 123.846 45.0429 -175.85 + 48 24.331 1326 0 0 84.1535 85.3748 -206.25 + 48 127.63 1327 0 0 84.1382 85.4505 -206.183 + 48 74.6132 1325 0 1 85.2372 85.9207 -204.85 + 48 206.571 1326 0 1 85.25 85.9236 -204.836 + 48 97.9609 1327 0 1 85.45 86.0108 -204.619 + 48 21.9589 1324 0 1 85.0499 86.181 -204.817 + 48 29.4227 1336 0 0 83.0017 87.3846 -205.85 + 48 148.423 1337 0 0 82.9401 87.45 -205.9 + 48 127.855 1338 0 0 83.0213 87.6502 -206.137 + 48 190.87 1339 0 0 83.2741 87.85 -206.102 + 48 115.68 1175 3 1 55.1738 33.8351 -114.45 + 48 253.861 1068 3 0 55.2457 33.6929 -115.85 + 48 134.292 1185 2 1 57.1656 30.8948 -144.45 + 48 12.3789 1054 2 0 57.2545 31.0438 -145.85 + 48 119.801 1055 2 0 57.2578 31.05 -145.906 + 48 102.402 1194 1 1 58.9422 34.5898 -174.45 + 48 158.526 1073 1 0 58.9001 34.6826 -175.85 + 48 169.326 1196 0 1 59.3324 36.6921 -204.45 + 48 122.547 1084 0 0 59.2527 36.9183 -205.85 + 48 4.79379 1078 9 0 56.2971 35.6503 64.1493 + 48 132.832 1178 8 1 55.6712 34.9807 35.55 + 48 72.564 1177 8 1 55.65 34.9801 35.4059 + 48 176.507 1074 8 0 55.4512 34.95 34.1493 + 48 46.8764 1152 7 1 50.5951 34.4238 5.55 + 48 131.699 1153 7 1 50.65 34.424 5.41292 + 48 137.143 1072 7 0 51.1037 34.5214 4.15 + 48 58.2188 1219 6 1 64.0089 37.7705 -24.4501 + 48 83.6394 1218 6 1 63.8496 37.8138 -24.6276 + 48 94.5351 1091 6 0 63.0164 38.3048 -25.85 + 48 66.587 1092 6 0 62.8112 38.4501 -26.1096 + 48 137.932 1116 5 1 43.417 52.0156 -54.45 + 48 75.3529 1154 5 0 43.5298 51.0222 -55.85 + 48 60.229 1153 5 0 43.6322 50.85 -56.0966 + 48 219.304 1127 6 1 45.5175 37.6389 -24.45 + 48 34.643 1126 6 1 45.45 37.6875 -24.769 + 48 111.789 1089 6 0 45.2409 37.8941 -25.85 + 48 105.166 1099 5 1 39.9543 44.2816 -54.45 + 48 130.02 1121 5 0 40.0859 44.3841 -55.85 + 48 135.464 1119 4 1 44.0079 46.7078 -84.4502 + 48 79.6524 1120 4 1 44.05 46.7013 -84.5605 + 48 143.63 1132 4 0 44.6137 46.59 -85.85 + 48 29.1887 1200 3 1 60.1986 42.2588 -114.45 + 48 105.9 1201 3 1 60.25 42.2181 -114.485 + 48 67.5425 1202 3 1 60.45 42.0656 -114.618 + 48 73.1781 1203 3 1 60.6503 41.9104 -114.755 + 48 38.9542 1102 3 0 62.491 40.5278 -115.85 + 48 132.675 1101 3 0 62.6 40.45 -115.917 + 48 128.489 1100 3 0 62.9057 40.25 -116.102 + 48 3.17032 1356 2 1 91.538 24.3499 -144.45 + 48 80.5091 1357 2 1 91.55 24.3475 -144.462 + 48 49.6633 1358 2 1 91.75 24.3104 -144.682 + 48 147.02 1018 2 0 92.8802 23.8464 -145.85 + 48 121.264 941 1 0 119.955 8.41899 -175.85 + 48 82.6264 1491 0 1 118.505 -3.11197 -204.45 + 48 37.7258 1492 0 1 118.55 -2.99039 -204.726 + 48 30.7244 887 0 0 118.876 -2.49654 -205.85 + 48 75.4235 888 0 0 118.929 -2.44993 -205.963 + 48 133.088 1099 3 0 63.1638 40.0497 -116.217 + 48 111.828 1098 3 0 63.2587 39.85 -116.177 + 48 1.97496 1097 3 0 63.2459 39.6498 -115.855 + 48 32.4298 1221 3 1 64.3694 39.0037 -114.85 + 48 159.712 1222 3 1 64.45 38.9712 -114.8 + 48 216.444 1223 3 1 64.65 38.6326 -114.676 + 48 153.992 1224 3 1 64.85 38.383 -114.514 + 48 21.9715 1120 4 0 46.2706 44.2128 -85.85 + 48 91.8941 1121 4 0 46.3427 44.25 -86.0984 + 48 85.8108 1122 4 0 46.5369 44.45 -86.0929 + 48 125.906 1123 4 0 46.5899 44.65 -86.1822 + 48 11.7864 1025 4 0 38.0589 25.0734 -86.25 + 48 137.068 1024 4 0 38.0553 25.05 -86.2478 + 48 120.203 1090 6 0 45.4351 38.0585 -25.8503 + 48 41.2322 1112 5 1 42.6233 46.6247 -54.45 + 48 301.3 1113 5 1 42.65 46.746 -54.5148 + 48 10.3834 1157 5 0 43.3071 51.6074 -55.85 + 48 61.3705 1158 5 0 43.3111 51.65 -55.8608 + 48 58.7492 1159 5 0 43.2776 51.85 -55.9192 + 48 58.596 1160 5 0 43.2337 52.0504 -55.9965 + 48 57.0512 1161 5 0 43.19 52.25 -56.081 + 48 57.9061 1162 5 0 43.1468 52.45 -56.1499 + 48 52.8634 1163 5 0 43.1063 52.65 -56.1947 + 48 46.4312 1164 5 0 43.0621 52.8501 -56.2281 + 48 31.8269 1114 5 1 42.85 47.6527 -54.845 + 48 105.363 1145 5 0 43.5279 49.0673 -55.85 + 48 56.9572 1144 5 0 43.5373 49.05 -55.9356 + 48 136.608 1079 9 0 56.5999 35.8901 64.15 + 48 112.061 1206 8 1 61.2679 39.3622 35.55 + 48 141.857 1097 8 0 61.3286 39.473 34.1499 + 48 11.4045 1209 7 1 61.8609 41.4965 5.54993 + 48 110.6 1208 7 1 61.8499 41.4958 5.51672 + 48 128.934 1107 7 0 61.4283 41.4642 4.14983 + 48 11.9082 1106 7 0 61.3285 41.45 3.8072 + 48 130.317 1162 6 1 52.6031 39.3759 -24.45 + 48 141.453 1098 6 0 52.5941 39.6921 -25.85 + 48 42.0674 1155 5 1 51.1476 47.3336 -54.4501 + 48 251.187 1156 5 1 51.2501 47.1918 -54.4921 + 48 121.626 1157 5 1 51.45 46.8905 -54.5817 + 48 121.462 1158 5 1 51.6503 46.5184 -54.7075 + 48 6.39264 1159 5 1 51.85 46.1535 -54.8393 + 48 20.3664 1118 5 0 53.1604 43.7398 -55.85 + 48 69.5903 1117 5 0 53.2098 43.65 -55.8853 + 48 107.482 1116 5 0 53.3292 43.45 -55.9626 + 48 80.6042 1115 5 0 53.4719 43.25 -56.0457 + 48 61.8131 1114 5 0 53.6024 43.05 -56.1338 + 48 21.7476 1113 5 0 53.7097 42.85 -56.2148 + 48 140.626 1334 4 1 86.8977 -25.436 -84.45 + 48 477.399 1333 4 1 86.85 -25.9193 -84.5997 + 48 17.6369 743 4 0 85.9651 -31.398 -85.85 + 48 73.1885 742 4 0 85.9557 -31.45 -85.8623 + 48 80.4818 741 4 0 85.9107 -31.6501 -85.9131 + 48 42.4225 740 4 0 85.8735 -31.8503 -85.9278 + 48 58.5713 739 4 0 85.868 -32.05 -85.9195 + 48 54.0742 738 4 0 85.8321 -32.25 -85.935 + 48 52.2225 737 4 0 85.7725 -32.45 -85.9518 + 48 56.9607 736 4 0 85.7346 -32.65 -85.9575 + 48 50.6496 735 4 0 85.7016 -32.85 -85.9594 + 48 55.1226 734 4 0 85.7219 -33.05 -85.9348 + 48 155.215 1329 4 1 86.03 -34.8843 -84.85 + 48 161.287 1330 4 1 86.05 -34.96 -84.7966 + 48 123.063 743 5 0 95.7481 -31.3536 -56.25 + 48 49.7209 1379 5 1 96.0963 -31.0876 -54.85 + 48 104.694 1380 5 1 96.15 -31.0232 -54.6618 + 48 105.183 1381 5 1 96.35 -30.8915 -54.5496 + 48 4.38727 1382 5 1 96.55 -30.8545 -54.8321 + 48 150.113 749 5 0 96.7761 -30.215 -55.85 + 48 30.7553 750 5 0 96.6111 -30.05 -56.236 + 48 135.348 1168 2 0 -0.811967 53.8147 -146.25 +Number of digits in this event = 75 Using G4ParticleGun ... -3.53068 LIN +8.75782 LIN e- Event: 49 -Number of tracker hits in this event = 48 - 49 227.948 1314 10 1 82.9614 37.2692 95.55 - 49 120.264 1086 10 0 82.9614 37.2704 94.15 - 49 108.01 1314 9 1 82.9681 37.2981 65.55 - 49 129.954 1086 9 0 82.968 37.2981 64.15 - 49 132.732 1314 8 1 82.9646 37.3 35.55 - 49 138.412 1086 8 0 82.9639 37.2983 34.15 - 49 99.0592 1314 7 1 82.9487 37.27 5.55 - 49 103.229 1086 7 0 82.948 37.2688 4.15 - 49 132.454 1314 6 1 82.9395 37.2415 -24.45 - 49 101.91 1085 6 0 82.9388 37.2413 -25.85 - 49 138.496 1314 5 1 82.9232 37.2396 -54.45 - 49 105.938 1085 5 0 82.9211 37.2386 -55.85 - 49 123.731 1314 4 1 82.8793 37.2121 -84.45 - 49 253.611 1085 4 0 82.8788 37.212 -85.85 - 49 114.335 1314 3 1 82.8608 37.216 -114.45 - 49 297.139 1085 3 0 82.8648 37.217 -115.85 - 49 712.188 1314 2 1 82.9364 37.2515 -144.45 - 49 102.068 1086 2 0 82.942 37.2536 -145.85 - 49 296.2 1315 1 1 83.0716 37.3256 -174.45 - 49 344.991 1086 1 0 83.0829 37.3238 -175.85 - 49 559.421 1316 0 1 83.305 37.2662 -204.45 - 49 142.651 1086 0 0 83.3236 37.2649 -205.85 - 49 339.13 1315 0 1 83.1729 37.4222 -204.45 - 49 220.279 1085 0 0 83.133 37.25 -205.89 - 49 195.913 1085 2 0 82.9432 37.25 -146.083 - 49 73.2068 1084 2 0 83.0114 37.0498 -146.171 - 49 180.323 1087 0 0 83.0649 37.632 -205.85 - 49 61.2781 1088 0 0 83.0616 37.65 -206.026 - 49 33.9353 615 1 0 130.71 -56.9724 -176.25 - 49 296.525 1314 1 1 82.9753 37.2425 -174.45 - 49 279.209 1085 1 0 83.0073 37.185 -175.85 - 49 157.453 1307 0 1 81.4601 41.3515 -204.45 - 49 1.43692 1306 0 1 81.45 41.4532 -204.841 - 49 117.831 1108 0 0 81.4259 41.7167 -205.85 - 49 2.1125 1091 0 0 83.5195 38.2507 -205.85 - 49 112.848 1090 0 0 83.5205 38.25 -205.858 - 49 145.179 53 9 0 -95.3488 -169.35 64.0706 - 49 116.6 1092 0 0 83.2657 38.5026 -205.85 - 49 77.8933 974 2 0 50.0525 15.05 -146.094 - 49 107.411 1313 2 1 82.85 36.7439 -144.756 - 49 84.0544 1312 2 1 82.65 36.5235 -144.751 - 49 23.2084 1311 2 1 82.4495 36.3386 -144.826 - 49 106.357 1074 2 0 79.5703 35.04 -145.85 - 49 117.744 1293 2 1 78.8257 34.3605 -144.85 - 49 24.3809 1292 2 1 78.65 34.2331 -144.541 - 49 285.387 1315 2 1 83.05 36.9736 -144.643 - 49 337.511 1316 2 1 83.2502 36.9217 -144.734 - 49 116.644 1192 0 1 58.65 46.4273 -204.694 -Number of digits in this event = 26 +Number of tracker hits in this event = 58 + 49 111.283 635 9 1 -53.0167 -107.318 65.55 + 49 131.191 364 9 0 -53.0173 -107.319 64.15 + 49 153.783 635 8 1 -53.0311 -107.327 35.55 + 49 106.534 364 8 0 -53.0313 -107.328 34.15 + 49 113.355 635 7 1 -53.0382 -107.362 5.55 + 49 103.148 363 7 0 -53.0378 -107.364 4.15 + 49 121.086 635 6 1 -53.0306 -107.406 -24.45 + 49 106.241 363 6 0 -53.0321 -107.41 -25.85 + 49 130.133 634 5 1 -53.076 -107.476 -54.45 + 49 111.236 363 5 0 -53.0787 -107.479 -55.85 + 49 144.588 634 4 1 -53.132 -107.527 -84.45 + 49 123.862 363 4 0 -53.132 -107.53 -85.85 + 49 139.64 634 3 1 -53.1296 -107.59 -114.45 + 49 128.929 362 3 0 -53.129 -107.593 -115.85 + 49 109.77 634 2 1 -53.1156 -107.643 -144.45 + 49 259.134 362 2 0 -53.1134 -107.646 -145.85 + 49 187.152 634 1 1 -53.0653 -107.708 -174.45 + 49 512.011 362 1 0 -53.0629 -107.71 -175.85 + 49 171.895 635 0 1 -53.017 -107.739 -204.45 + 49 426.264 362 0 0 -53.0148 -107.74 -205.85 + 49 89.8854 430 0 1 -93.95 -136.858 -204.59 + 49 103.647 727 3 0 -85.4651 -34.5781 -116.25 + 49 180.724 728 3 0 -85.4586 -34.4499 -116.032 + 49 89.4043 547 0 1 -70.5021 -127.871 -204.85 + 49 60.9268 250 0 0 -27.1921 -129.95 -206.13 + 49 233.366 251 0 0 -27.084 -129.95 -206.095 + 49 229.297 1381 12 0 38.0362 96.3576 153.75 + 49 14.0201 1379 12 0 37.913 96.15 154.084 + 49 258.077 231 7 0 -129.578 -133.852 3.75 + 49 274.665 635 3 1 -53.035 -107.534 -114.45 + 49 255.63 363 3 0 -53.0415 -107.526 -115.85 + 49 138.925 633 2 1 -53.2672 -107.412 -144.45 + 49 112.654 363 2 0 -53.2549 -107.399 -145.85 + 49 555.83 635 1 1 -53.0455 -107.269 -174.45 + 49 396.45 364 1 0 -53.0924 -107.243 -175.85 + 49 328.738 630 0 1 -53.9515 -106.678 -204.45 + 49 145.963 367 0 0 -53.9863 -106.666 -205.85 + 49 116.815 635 2 1 -52.963 -107.627 -144.45 + 49 274.429 636 0 1 -52.7494 -107.849 -204.45 + 49 316.553 361 0 0 -52.746 -107.86 -205.85 + 49 142.175 361 1 0 -52.8417 -107.755 -175.85 + 49 165.338 639 0 1 -52.1755 -108.354 -204.45 + 49 110.889 358 0 0 -52.1663 -108.394 -205.85 + 49 80.3185 636 1 1 -52.8498 -107.679 -174.597 + 49 82.6399 363 1 0 -54.4915 -107.55 -176.022 + 49 63.9333 365 1 0 -54.3816 -107.15 -176.208 + 49 100.782 638 0 1 -52.3744 -107.672 -204.45 + 49 36.8313 1646 3 1 149.35 -146.074 -114.501 + 49 15.2154 446 0 0 -75.7552 -90.8674 -206.25 + 49 254.302 1028 0 1 25.65 -44.3333 -204.789 + 49 191.889 1027 0 1 25.6493 -44.2717 -204.695 + 49 443.642 634 0 1 -53.131 -107.401 -204.45 + 49 300.446 363 0 0 -53.1278 -107.398 -205.85 + 49 100.467 1771 14 0 93.0234 174.397 213.75 + 49 274.907 1770 14 0 93.2198 174.35 213.83 + 49 133.108 1769 14 0 93.4664 174.149 213.881 + 49 171.176 1797 14 0 56.1307 179.615 213.75 + 49 78.1382 1011 6 1 22.4354 9.80254 -24.45 +Number of digits in this event = 38 Using G4ParticleGun ... -6.19858 LIN +9.08262 LIN e- Event: 50 -Number of tracker hits in this event = 36 - 50 103.419 1009 8 1 21.9558 138.274 35.55 - 50 129.867 1590 8 0 21.9566 138.273 34.15 - 50 110.943 1009 7 1 21.9863 138.227 5.55 - 50 146.17 1590 7 0 21.9847 138.231 4.15 - 50 117.043 1009 6 1 21.9367 138.299 -24.45 - 50 210.117 1590 6 0 21.9305 138.305 -25.85 - 50 202.441 1008 5 1 21.7996 138.439 -54.45 - 50 102.707 1591 5 0 21.7983 138.438 -55.85 - 50 125.879 1008 4 1 21.798 138.418 -84.45 - 50 112.315 1591 4 0 21.7991 138.415 -85.85 - 50 102.535 1008 3 1 21.8248 138.387 -114.45 - 50 360.854 1591 3 0 21.8252 138.378 -115.85 - 50 98.4955 1008 2 1 21.8474 138.208 -144.45 - 50 241.975 1590 2 0 21.8509 138.196 -145.85 - 50 257.143 1009 1 1 21.982 137.858 -174.45 - 50 143.089 1588 1 0 21.9901 137.846 -175.85 - 50 156.564 1010 0 1 22.1598 137.569 -204.45 - 50 194.317 1587 0 0 22.1682 137.559 -205.85 - 50 255.181 1009 4 1 22.0444 138.199 -84.45 - 50 360.543 1590 4 0 22.0489 138.208 -85.85 - 50 270.012 1010 3 1 22.1624 138.389 -114.45 - 50 314.231 1009 2 1 21.9574 138.459 -144.45 - 50 177.313 1591 2 0 21.9651 138.496 -145.85 - 50 156.149 1010 1 1 22.0798 139.133 -174.45 - 50 159.066 1595 1 0 22.0381 139.156 -175.85 - 50 31.4508 1005 0 1 21.0515 139.711 -204.45 - 50 99.1978 1004 0 1 21.05 139.712 -204.487 - 50 164.554 1597 0 0 20.993 139.716 -205.85 - 50 159.942 1590 3 0 22.0584 138.19 -115.85 - 50 197.388 1589 1 0 22.0227 138.116 -175.85 - 50 147.435 1009 0 1 22.0115 138.022 -204.45 - 50 225.074 1589 0 0 22.0117 138.018 -205.85 - 50 52.1509 1260 3 1 72.05 29.0889 -114.63 - 50 213.951 1259 3 1 72.05 28.8723 -114.523 - 50 25.0782 1554 0 0 59.1378 131.086 -206.25 - 50 249.675 1590 1 0 21.9552 138.15 -176.065 -Number of digits in this event = 27 +Number of tracker hits in this event = 35 + 50 111.08 681 10 1 -43.7071 98.5395 95.55 + 50 109.699 1391 10 0 -43.7078 98.539 94.15 + 50 139.084 681 9 1 -43.7254 98.5292 65.55 + 50 135.693 1391 9 0 -43.7272 98.5288 64.15 + 50 262.266 681 8 1 -43.7638 98.5168 35.55 + 50 111.758 1391 8 0 -43.7654 98.5158 34.15 + 50 162.879 681 7 1 -43.8012 98.4969 5.55 + 50 123.501 1391 7 0 -43.803 98.4961 4.15 + 50 107.171 681 6 1 -43.8399 98.4781 -24.45 + 50 103.9 1391 6 0 -43.8416 98.477 -25.85 + 50 123.015 680 5 1 -43.8733 98.455 -54.45 + 50 157.634 1391 5 0 -43.8736 98.4539 -55.85 + 50 142.945 680 4 1 -43.8783 98.4328 -84.45 + 50 141.549 1391 4 0 -43.8793 98.4324 -85.85 + 50 124.48 680 3 1 -43.898 98.4281 -114.45 + 50 97.5151 1391 3 0 -43.8982 98.4291 -115.85 + 50 415.719 680 2 1 -43.9046 98.4483 -144.45 + 50 470.995 1391 2 0 -43.9042 98.4489 -145.85 + 50 551.632 680 1 1 -43.9004 98.4601 -174.45 + 50 134.73 1391 1 0 -43.9008 98.4607 -175.85 + 50 387.476 680 0 1 -43.9113 98.4768 -204.45 + 50 159.999 1391 0 0 -43.9118 98.4767 -205.85 + 50 28.6095 885 0 1 -3.05 -30.7301 -204.84 + 50 114.429 1392 1 0 -43.9215 98.7092 -175.85 + 50 142.076 678 0 1 -44.3584 97.9531 -204.45 + 50 109.014 1388 0 0 -44.3807 97.8724 -205.85 + 50 314.402 1390 1 0 -44.0007 98.211 -175.85 + 50 105.539 679 0 1 -44.2165 97.627 -204.45 + 50 227.11 1387 0 0 -44.2287 97.5783 -205.85 + 50 183.869 1386 0 0 -44.2396 97.5496 -206.09 + 50 143.865 1384 0 0 -43.8666 97.0728 -205.85 + 50 48.4388 681 1 1 -43.85 98.346 -174.682 + 50 109.095 1389 1 0 -43.6714 98.15 -176.062 + 50 109.657 692 0 1 -41.4984 94.9116 -204.45 + 50 118.834 1372 0 0 -41.4856 94.7062 -205.85 +Number of digits in this event = 24 Using G4ParticleGun ... -9.97881 LIN +9.75596 LIN e- Event: 51 -Number of tracker hits in this event = 73 - 51 137.857 243 8 1 -131.539 -50.3304 35.55 - 51 163.673 648 8 0 -131.538 -50.331 34.15 - 51 250.356 243 7 1 -131.517 -50.3486 5.55 - 51 107.947 648 7 0 -131.517 -50.3503 4.15 - 51 140.126 243 6 1 -131.516 -50.3882 -24.45 - 51 117.669 648 6 0 -131.515 -50.3897 -25.85 - 51 345.679 243 5 1 -131.494 -50.4157 -54.45 - 51 328.749 648 5 0 -131.494 -50.4166 -55.85 - 51 174.699 243 4 1 -131.491 -50.4384 -84.45 - 51 183.08 648 4 0 -131.488 -50.4391 -85.85 - 51 133.097 243 3 1 -131.437 -50.448 -114.45 - 51 110.045 648 3 0 -131.433 -50.4467 -115.85 - 51 409.988 243 2 1 -131.359 -50.4217 -144.45 - 51 242.552 648 2 0 -131.355 -50.4195 -145.85 - 51 161.84 244 1 1 -131.278 -50.3707 -174.45 - 51 137.194 648 1 0 -131.274 -50.3678 -175.85 - 51 135.539 244 0 1 -131.196 -50.3158 -204.45 - 51 507.466 648 0 0 -131.192 -50.3135 -205.85 - 51 98.739 380 9 0 -140.32 -104.078 63.75 - 51 309.726 201 9 1 -139.941 -104 65.1504 - 51 20.0088 202 9 1 -139.75 -103.994 65.5404 - 51 72.2732 381 9 0 -139.49 -103.787 64.15 - 51 87.816 379 9 0 -139.532 -104.15 63.9565 - 51 102.8 378 9 0 -139.523 -104.351 63.9431 - 51 52.5693 377 9 0 -139.526 -104.55 63.7989 - 51 385.242 213 1 1 -137.372 -139.666 -174.85 - 51 1.25346 647 2 0 -131.519 -50.4504 -145.85 - 51 121.873 235 1 1 -133.037 -49.3585 -174.45 - 51 105.953 653 1 0 -133.158 -49.4177 -175.85 - 51 171.082 230 0 1 -134.012 -50.3473 -204.45 - 51 35.7319 647 0 0 -134.27 -50.45 -206.236 - 51 43.9515 728 0 0 -129.659 -34.3169 -206.25 - 51 176.645 729 0 0 -129.582 -34.25 -206.175 - 51 7.34896 742 0 0 -123.564 -31.5482 -206.25 - 51 155.933 646 2 0 -131.442 -50.6835 -145.85 - 51 84.487 246 1 1 -130.807 -54.3111 -174.45 - 51 118.28 245 1 1 -130.95 -54.4993 -174.621 - 51 128.376 623 1 0 -132.728 -55.3052 -175.85 - 51 37.3374 911 1 0 -100.782 2.32137 -176.25 - 51 87.823 912 1 0 -100.706 2.45 -176.17 - 51 101.402 913 1 0 -100.599 2.65 -176.022 - 51 329.136 399 1 1 -100.271 3.61756 -174.85 - 51 323.26 919 1 0 -100.422 3.97095 -175.85 - 51 147.733 918 1 0 -100.425 3.85 -176.075 - 51 171.108 920 1 0 -100.114 4.05 -176.029 - 51 116.821 242 4 1 -131.581 -50.6269 -84.45 - 51 106.058 647 4 0 -131.612 -50.5895 -85.85 - 51 96.0439 242 3 1 -131.741 -49.5441 -114.45 - 51 112.737 653 3 0 -131.764 -49.3512 -115.85 - 51 243.722 244 2 1 -131.243 -44.8905 -144.45 - 51 53.2449 677 2 0 -131.52 -44.4955 -145.85 - 51 76.1192 678 2 0 -131.553 -44.45 -146.026 - 51 129.559 216 1 1 -136.876 -37.5875 -174.45 - 51 116.665 714 1 0 -136.908 -37.1704 -175.852 - 51 214.621 215 0 1 -137.012 -29.4596 -204.45 - 51 16.319 216 0 1 -136.95 -29.3866 -204.798 - 51 120.754 754 0 0 -136.778 -29.1606 -205.85 - 51 192.869 675 2 0 -131.415 -44.9834 -145.851 - 51 165.937 239 4 1 -132.312 -51.1473 -84.45 - 51 119.66 643 4 0 -132.387 -51.2725 -85.85 - 51 149.861 232 3 1 -133.625 -53.348 -114.45 - 51 212.312 633 3 0 -133.876 -53.4035 -115.851 - 51 112.965 206 2 1 -138.787 -54.004 -144.45 - 51 179.448 629 2 0 -139.168 -54.0975 -145.851 - 51 26.5342 165 1 1 -147.108 -56.1636 -174.45 - 51 89.1985 164 1 1 -147.15 -56.1655 -174.561 - 51 167.794 619 1 0 -147.672 -56.1888 -175.85 - 51 75.0092 105 0 1 -159.042 -56.817 -204.45 - 51 135.739 104 0 1 -159.15 -56.8705 -204.73 - 51 141.147 614 0 0 -159.576 -57.0653 -205.85 - 51 6.64021 231 3 1 -133.75 -53.3137 -114.836 - 51 179.911 634 3 0 -135.713 -53.25 -115.978 - 51 18.8373 635 3 0 -135.802 -53.0496 -116.211 -Number of digits in this event = 42 +Number of tracker hits in this event = 32 + 51 133.351 555 9 1 -68.9305 111.341 65.55 + 51 145.243 1455 9 0 -68.9331 111.341 64.15 + 51 117.709 555 8 1 -68.9888 111.359 35.55 + 51 142.14 1456 8 0 -68.9924 111.36 34.15 + 51 169.946 554 7 1 -69.0616 111.376 5.55 + 51 135.193 1456 7 0 -69.0642 111.375 4.15 + 51 137.93 554 6 1 -69.1157 111.365 -24.45 + 51 183.383 1456 6 0 -69.121 111.367 -25.85 + 51 128.559 554 5 1 -69.2183 111.426 -54.45 + 51 119.536 1456 5 0 -69.2134 111.434 -55.85 + 51 177.701 554 4 1 -69.1128 111.599 -84.45 + 51 146.878 1457 4 0 -69.1043 111.6 -85.85 + 51 161.518 555 3 1 -68.9041 111.608 -114.45 + 51 116.988 1457 3 0 -68.8921 111.604 -115.85 + 51 273.704 557 2 1 -68.6272 111.503 -144.45 + 51 147.829 1456 2 0 -68.6063 111.495 -145.85 + 51 123.594 559 1 1 -68.2098 111.307 -174.45 + 51 665.54 1455 1 0 -68.1886 111.306 -175.85 + 51 147.023 561 0 1 -67.7135 111.287 -204.45 + 51 227.942 1455 0 0 -67.6929 111.281 -205.85 + 51 27.5667 1082 12 0 71.2134 36.5106 153.75 + 51 376.363 1081 12 0 71.1671 36.4498 153.8 + 51 18.1653 556 2 1 -68.65 111.485 -144.797 + 51 212.064 552 0 1 -69.4577 111.711 -204.45 + 51 148.793 1460 0 0 -69.4721 112.203 -205.85 + 51 141.59 1461 0 0 -69.6579 112.35 -205.967 + 51 266.586 553 2 1 -69.3699 111.309 -144.45 + 51 228.473 1455 2 0 -69.3721 111.306 -145.85 + 51 148.363 553 1 1 -69.3933 111.254 -174.45 + 51 145.341 1454 0 0 -69.5496 111.052 -205.85 + 51 46.291 1456 1 0 -69.2763 111.37 -175.85 + 51 122.95 552 1 1 -69.4531 111.279 -174.45 +Number of digits in this event = 29 Using G4ParticleGun ... -9.71051 LIN +4.52091 LIN e- Event: 52 -Number of tracker hits in this event = 57 - 52 127.794 560 11 0 -48.716 -67.969 124.15 - 52 221.219 656 10 1 -48.715 -67.9685 95.55 - 52 94.6152 560 10 0 -48.7139 -67.9685 94.15 - 52 109.971 656 9 1 -48.6906 -67.9679 65.55 - 52 113.114 560 9 0 -48.6897 -67.9672 64.15 - 52 210.718 656 8 1 -48.6662 -67.9542 35.55 - 52 202.903 560 8 0 -48.6643 -67.9549 34.15 - 52 147.731 657 7 1 -48.6255 -67.9678 5.55 - 52 114.199 560 7 0 -48.6246 -67.9659 4.15 - 52 128.373 657 6 1 -48.6031 -67.9332 -24.45 - 52 150.616 560 6 0 -48.6023 -67.9317 -25.85 - 52 123.418 657 5 1 -48.5817 -67.9 -54.45 - 52 155.02 560 5 0 -48.5774 -67.8988 -55.85 - 52 525.251 657 4 1 -48.494 -67.8655 -84.45 - 52 424.932 560 4 0 -48.4911 -67.8676 -85.85 - 52 258.615 658 3 1 -48.4476 -67.9225 -114.45 - 52 181.453 560 3 0 -48.444 -67.9189 -115.85 - 52 136.87 658 2 1 -48.3875 -67.8548 -144.45 - 52 241.289 560 2 0 -48.382 -67.8552 -145.85 - 52 246.597 658 1 1 -48.279 -67.8441 -174.45 - 52 105.244 561 1 0 -48.2729 -67.8349 -175.85 - 52 163.988 659 0 1 -48.1287 -67.6607 -204.45 - 52 408.237 562 0 0 -48.1262 -67.6497 -205.85 - 52 397.418 657 0 1 -48.4623 -67.8225 -204.45 - 52 64.3003 656 0 1 -48.6894 -67.3843 -204.45 - 52 93.3643 655 0 1 -48.85 -67.2745 -204.593 - 52 56.2903 563 0 0 -49.5044 -67.3763 -205.851 - 52 33.5707 88 0 0 -19.4364 -162.361 -206.25 - 52 146.183 655 8 1 -48.8502 -67.9217 35.3372 - 52 238.543 654 8 1 -49.05 -67.7011 35.2935 - 52 104.941 657 3 1 -48.4908 -68.0476 -114.45 - 52 246.731 559 3 0 -48.4894 -68.0512 -115.85 - 52 174.24 657 2 1 -48.4654 -68.1195 -144.45 - 52 255.039 559 2 0 -48.4651 -68.122 -145.85 - 52 126.7 657 1 1 -48.4778 -68.1802 -174.45 - 52 116.064 559 1 0 -48.4795 -68.1812 -175.85 - 52 139.73 559 0 0 -48.5269 -68.1996 -205.85 - 52 14.584 217 0 0 28.2883 -136.661 -206.25 - 52 40.5924 413 2 0 134.884 -97.4196 -146.25 - 52 75.6768 414 2 0 134.847 -97.35 -146.159 - 52 28.3453 415 2 0 134.786 -97.1499 -145.956 - 52 49.1873 1577 2 1 135.684 -97.0899 -144.85 - 52 128.337 1578 2 1 135.75 -97.1084 -144.76 - 52 83.716 1579 2 1 135.95 -97.3231 -144.487 - 52 145.854 1580 2 1 136.15 -97.3274 -144.612 - 52 4.72701 1581 2 1 136.35 -97.3087 -144.476 - 52 111.17 659 2 1 -48.1548 -68.0725 -144.45 - 52 127.916 661 1 1 -47.726 -67.89 -174.45 - 52 146.241 560 1 0 -47.7203 -67.8771 -175.85 - 52 188.431 662 0 1 -47.5606 -67.5226 -204.45 - 52 53.2382 661 7 1 -47.85 -26.5072 5.22416 - 52 116.085 656 2 1 -48.6968 -68.0026 -144.45 - 52 226.638 561 2 0 -50.4736 -67.7891 -145.85 - 52 449.575 562 2 0 -51.2357 -67.65 -145.951 - 52 130.412 656 1 1 -48.6562 -66.2608 -174.45 - 52 123.207 569 1 0 -48.6659 -66.1291 -175.85 - 52 96.3267 583 0 0 -48.4726 -63.4379 -205.85 -Number of digits in this event = 37 -Using G4ParticleGun ... -8.96935 LIN +Number of tracker hits in this event = 378 + 52 297.268 1073 11 1 34.7307 -5.69183 125.55 + 52 117.583 871 11 0 34.7327 -5.69362 124.15 + 52 440.882 1073 10 1 34.766 -5.72652 95.55 + 52 330.231 871 10 0 34.7677 -5.73 94.15 + 52 554.474 1073 9 1 34.8121 -5.79532 65.55 + 52 549.389 871 9 0 34.8109 -5.79746 64.15 + 52 245.562 1073 8 1 34.7711 -5.82955 35.55 + 52 363.71 871 8 0 34.7697 -5.83054 34.15 + 52 127.321 1073 7 1 34.7289 -5.86628 5.55 + 52 299.449 870 7 0 34.7269 -5.86973 4.15 + 52 111.863 1073 6 1 34.6831 -5.93881 -24.45 + 52 281.325 870 6 0 34.6815 -5.94174 -25.85 + 52 136.934 1072 5 1 34.6371 -6.01417 -54.45 + 52 86.5148 870 5 0 34.6363 -6.01682 -55.85 + 52 364.76 1072 4 1 34.63 -6.07658 -84.45 + 52 152.18 869 4 0 34.6276 -6.0777 -85.85 + 52 130.068 1072 3 1 34.5725 -6.08917 -114.45 + 52 158.183 869 3 0 34.571 -6.08867 -115.85 + 52 193.877 1072 2 1 34.5381 -6.08281 -144.45 + 52 132.147 869 2 0 34.5359 -6.08439 -145.85 + 52 118.459 1072 1 1 34.4806 -6.11831 -174.45 + 52 149.06 869 1 0 34.4758 -6.12089 -175.85 + 52 188.619 1071 0 1 34.3847 -6.19 -204.45 + 52 143.671 869 0 0 34.3831 -6.18932 -205.85 + 52 67.8282 870 4 0 34.4472 -6.02521 -85.85 + 52 270.677 1048 3 1 29.7695 -16.6453 -114.45 + 52 145.336 809 3 0 29.6292 -18.2102 -115.85 + 52 75.3005 808 3 0 29.6269 -18.25 -115.884 + 52 76.1564 807 3 0 29.6154 -18.45 -116.037 + 52 18.8896 806 3 0 29.5819 -18.65 -116.203 + 52 348.155 557 3 0 75.3439 -68.4504 -116.25 + 52 19.0239 1444 2 1 109.037 -67.6011 -144.45 + 52 54.2019 1443 2 1 108.95 -67.5921 -144.486 + 52 512.257 1442 2 1 108.75 -67.5622 -144.523 + 52 199.834 871 4 0 34.6313 -5.75219 -85.85 + 52 100.51 1083 3 1 36.7805 -3.09476 -114.45 + 52 126.523 887 3 0 36.726 -2.61588 -115.85 + 52 167.752 1082 2 1 36.5188 6.66662 -144.45 + 52 247.787 934 2 0 36.7625 6.97813 -145.85 + 52 43.7978 935 2 0 36.8057 7.05 -146.131 + 52 90.3724 1103 1 1 40.6994 16.0448 -174.45 + 52 132.569 1104 1 1 40.85 15.9899 -174.655 + 52 195.537 977 1 0 41.6965 15.6105 -175.85 + 52 39.3078 974 1 0 64.3656 15.0012 -176.25 + 52 71.4365 975 1 0 64.3839 15.05 -176.106 + 52 128.98 1222 1 1 64.5587 15.6964 -174.85 + 52 142.893 1223 1 1 64.6501 15.911 -174.543 + 52 112.112 979 1 0 65.0234 15.9294 -175.85 + 52 14.0851 978 1 0 65.0586 15.8497 -176.198 + 52 68.1372 923 1 0 87.3402 4.77395 -176.25 + 52 76.6831 924 1 0 87.2993 4.85 -176.043 + 52 73.1549 1336 1 1 87.3586 5.06163 -174.85 + 52 83.4222 1335 1 1 87.25 5.11266 -174.638 + 52 85.1481 1334 1 1 87.05 5.30863 -174.632 + 52 90.1632 1333 1 1 86.85 5.2385 -174.678 + 52 79.7228 932 1 0 86.9258 6.52232 -175.85 + 52 235.547 933 1 0 86.9386 6.65 -175.959 + 52 209.426 1210 0 1 62.0966 6.70784 -204.45 + 52 45.6827 926 0 0 62.5512 5.36097 -205.85 + 52 124.847 925 0 0 62.6127 5.25 -205.959 + 52 81.5911 924 0 0 62.4642 5.05 -206.106 + 52 80.0933 923 0 0 62.4159 4.84993 -206.062 + 52 248.316 922 0 0 62.3764 4.65 -206.03 + 52 216.836 921 0 0 62.3515 4.45 -205.996 + 52 8.99013 1204 0 1 60.8628 6.22073 -204.85 + 52 147.998 1203 0 1 60.85 6.24524 -204.838 + 52 120.501 1202 0 1 60.65 6.32081 -204.81 + 52 11.7054 794 1 0 151.916 -21.1585 -176.25 + 52 121.669 1072 8 1 34.6337 -6.09881 35.5495 + 52 142.148 869 8 0 34.5801 -6.16652 34.1499 + 52 121.978 1068 7 1 33.6584 -7.16979 5.55 + 52 104.02 864 7 0 33.7484 -7.18195 4.15 + 52 113.218 1078 6 1 35.7657 -6.77469 -24.45 + 52 102.595 866 6 0 35.9085 -6.74648 -25.85 + 52 109.665 1091 5 1 38.3043 -4.49583 -54.4503 + 52 186.005 878 5 0 38.6942 -4.3578 -55.85 + 52 85.4454 1133 4 1 46.7542 -1.81465 -84.45 + 52 49.6391 1134 4 1 46.85 -1.80396 -84.7281 + 52 115.431 891 4 0 47.2661 -1.77177 -85.85 + 52 14.3205 1192 3 1 58.6079 -0.441554 -114.45 + 52 225.902 1193 3 1 58.65 -0.438528 -114.48 + 52 82.0988 1194 3 1 58.85 -0.420109 -114.61 + 52 78.601 1195 3 1 59.05 -0.401679 -114.728 + 52 8.16999 1196 3 1 59.25 -0.387512 -114.838 + 52 374.133 899 3 0 61.081 -0.231949 -115.85 + 52 122.93 1451 2 1 110.381 5.76304 -144.45 + 52 63.9614 1452 2 1 110.55 5.78324 -144.505 + 52 61.1029 1453 2 1 110.75 5.80375 -144.576 + 52 56.3336 1454 2 1 110.95 5.82418 -144.647 + 52 63.1407 1455 2 1 111.15 5.84343 -144.72 + 52 46.1446 1456 2 1 111.35 5.86866 -144.793 + 52 226.078 931 2 0 114.691 6.35872 -145.85 + 52 136.873 932 2 0 115.416 6.45 -146.093 + 52 106.276 1066 3 1 33.3464 -12.6934 -114.45 + 52 114.123 837 3 0 33.1639 -12.5545 -115.85 + 52 114.373 1028 2 1 25.7234 -10.6313 -144.45 + 52 204.815 847 2 0 25.6429 -10.5792 -145.85 + 52 131.914 1022 1 1 24.4923 -7.59596 -174.45 + 52 135.223 861 1 0 24.7688 -7.78484 -175.85 + 52 10.788 860 1 0 24.8524 -7.85 -176.223 + 52 33.1045 1053 0 1 30.7707 -13.6422 -204.45 + 52 101.232 1054 0 1 30.85 -13.6945 -204.547 + 52 44.503 1055 0 1 31.0501 -13.8377 -204.76 + 52 55.6254 826 0 0 32.2726 -14.743 -205.85 + 52 116.604 825 0 0 32.4258 -14.85 -205.976 + 52 27.932 824 0 0 32.7121 -15.05 -206.195 + 52 183.353 642 0 0 5.8483 -51.4824 -206.25 + 52 256.354 643 0 0 5.77078 -51.45 -206.197 + 52 109.871 872 8 0 34.7878 -5.64116 34.15 + 52 141.74 1072 7 1 34.6017 -5.47924 5.55 + 52 140.745 872 7 0 34.5706 -5.50038 4.15 + 52 134.095 1068 6 1 33.67 -5.94013 -24.45 + 52 307.292 1062 5 1 32.6183 -7.25594 -54.45 + 52 115.93 863 5 0 32.5769 -7.31647 -55.85 + 52 285.627 1058 4 1 31.6555 -8.44832 -84.45 + 52 148.051 1057 4 1 31.65 -8.45867 -84.6232 + 52 224.872 857 4 0 31.6099 -8.52616 -85.85 + 52 105.691 1053 3 1 30.7523 -10.1116 -114.45 + 52 95.1923 849 3 0 30.7548 -10.2222 -115.85 + 52 26.5573 848 3 0 30.7553 -10.25 -116.192 + 52 361.703 1053 2 1 30.671 -12.5532 -144.45 + 52 187.115 836 2 0 30.6471 -12.6636 -145.85 + 52 130.946 1049 1 1 29.9735 -14.6828 -174.45 + 52 166.017 826 1 0 29.8388 -14.8027 -175.85 + 52 127.424 1035 0 1 27.1283 -16.9557 -204.45 + 52 131.696 815 0 0 26.9826 -17.0279 -205.85 + 52 88.1117 1072 11 1 34.65 -5.71495 125.285 + 52 383.44 1074 8 1 34.8632 -5.79855 35.55 + 52 113.995 1071 7 1 34.3056 -6.12866 5.54955 + 52 176.135 869 7 0 34.2566 -6.204 4.15 + 52 179.517 1065 6 1 33.1799 -7.55944 -24.4501 + 52 110.938 862 6 0 33.1108 -7.61669 -25.85 + 52 360.624 1059 5 1 31.8834 -8.62154 -54.45 + 52 102.772 857 5 0 31.8858 -8.59728 -55.85 + 52 122.737 1059 4 1 31.8595 -8.18585 -84.45 + 52 153.395 859 4 0 31.7825 -8.21035 -85.85 + 52 107.58 1051 3 1 30.2681 -8.23423 -114.45 + 52 160.673 859 3 0 30.279 -8.13897 -115.85 + 52 109.272 878 2 0 30.8524 -4.25964 -145.85 + 52 114.476 1067 1 1 33.6022 -8.13732 -174.45 + 52 128.389 859 1 0 33.1152 -8.19212 -175.85 + 52 86.3098 1011 0 1 22.2918 -10.5284 -204.451 + 52 31.1896 1010 0 1 22.25 -10.6082 -204.741 + 52 166.648 845 0 0 22.0248 -10.8603 -205.85 + 52 140.805 867 0 0 3.21242 -6.54641 -206.25 + 52 43.2095 680 0 0 19.9691 -43.85 -205.869 + 52 244.014 1036 1 1 27.2936 -6.44046 -174.45 + 52 61.7983 868 1 0 27.4342 -6.2798 -175.85 + 52 113.79 1047 0 1 29.5448 -3.34866 -204.45 + 52 133.456 884 0 0 29.4976 -3.10426 -205.85 + 52 39.7502 885 0 0 29.4789 -3.04996 -206.126 + 52 108.199 867 1 0 27.1531 -6.56862 -175.851 + 52 118.43 1026 0 1 25.3022 -9.40955 -204.45 + 52 42.4668 852 0 0 25.221 -9.62449 -205.85 + 52 59.8503 851 0 0 25.2114 -9.65006 -206.017 + 52 159.459 855 5 0 32.7249 -8.91257 -55.85 + 52 19.4727 854 5 0 32.9235 -9.05 -56.1743 + 52 34.9343 856 5 0 32.7717 -8.84962 -55.8756 + 52 120.091 1060 5 1 32.1018 -7.63355 -54.85 + 52 95.0842 859 5 0 32.1883 -8.23062 -55.8501 + 52 115.12 858 4 0 31.243 -8.33817 -85.85 + 52 98.6799 903 4 0 19.5278 0.81571 -86.2499 + 52 136.975 902 4 0 19.4302 0.65 -85.9663 + 52 101.067 994 4 1 19.0105 0.0964659 -84.8494 + 52 359.15 993 4 1 18.85 -0.106482 -84.5698 + 52 284.524 1074 7 1 34.8892 -5.4783 5.55 + 52 165.923 873 7 0 34.8768 -5.42155 4.15 + 52 113.986 1070 6 1 34.1902 -4.4735 -24.45 + 52 124.433 878 6 0 34.1385 -4.40851 -25.85 + 52 151.622 888 5 0 32.4725 -2.25464 -55.8502 + 52 204.808 1054 4 1 30.8993 -2.15324 -84.45 + 52 116.034 889 4 0 30.8722 -2.17509 -85.85 + 52 175.958 1050 3 1 30.242 -2.67324 -114.45 + 52 148.102 886 3 0 30.2047 -2.77456 -115.85 + 52 180.232 880 2 0 31.0624 -3.91962 -145.85 + 52 66.6749 879 2 0 31.1302 -4.05004 -146.121 + 52 197.819 1092 1 1 38.577 -17.2753 -174.45 + 52 245.901 1093 1 1 38.65 -17.2805 -174.685 + 52 122.5 813 1 0 38.9929 -17.3034 -175.85 + 52 246.306 1134 0 1 47.0171 -18.0461 -204.45 + 52 65.9951 807 0 0 47.0407 -18.5986 -205.85 + 52 76.313 806 0 0 47.0405 -18.65 -205.984 + 52 96.1766 1047 1 1 29.6137 -3.91294 -174.45 + 52 129.033 1048 1 1 29.6501 -3.87768 -174.547 + 52 79.9853 884 1 0 30.0781 -3.19266 -175.851 + 52 156.245 885 1 0 30.1312 -3.05 -176.086 + 52 3.12218 1077 0 1 35.6461 18.1324 -204.45 + 52 116.915 1078 0 1 35.65 18.1304 -204.461 + 52 2.76982 1079 0 1 35.85 18.0273 -204.838 + 52 235.436 988 0 0 36.4248 17.7987 -205.85 + 52 72.0279 1046 1 1 29.45 -3.90661 -174.607 + 52 23.5059 881 1 0 28.5638 -3.66734 -175.85 + 52 134.136 882 1 0 28.4966 -3.65 -175.942 + 52 11.1616 939 0 1 7.86496 4.70884 -204.45 + 52 249.717 938 0 1 7.85 4.69322 -204.46 + 52 110.227 937 0 1 7.65 4.4884 -204.592 + 52 79.7698 936 0 1 7.45 4.32229 -204.727 + 52 43.1317 916 0 0 6.06968 3.33631 -205.85 + 52 97.7475 915 0 0 5.9381 3.25 -205.954 + 52 51.9968 914 0 0 5.65884 3.05 -206.15 + 52 31.5062 644 0 0 -22.6359 -51.1545 -206.25 + 52 75.27 641 0 0 -22.8328 -51.65 -206.091 + 52 69.6965 640 0 0 -22.9215 -51.85 -206.067 + 52 140.261 639 0 0 -22.9903 -52.0501 -206.072 + 52 128.873 638 0 0 -23.0328 -52.25 -206.041 + 52 91.2494 637 0 0 -23.0759 -52.45 -206.014 + 52 56.7989 636 0 0 -23.1181 -52.6501 -205.999 + 52 53.9962 635 0 0 -23.1165 -52.85 -205.98 + 52 52.5912 634 0 0 -23.1186 -53.0501 -205.945 + 52 23.4141 633 0 0 -23.1615 -53.25 -205.898 + 52 33.6451 782 0 1 -23.5907 -54.7584 -204.85 + 52 131.075 781 0 1 -23.65 -54.8578 -204.779 + 52 38.4236 780 0 1 -23.85 -55.1272 -204.543 + 52 216.272 777 0 1 -24.4537 -55.265 -204.45 + 52 110.975 776 0 1 -24.65 -55.8052 -204.761 + 52 91.2198 607 0 0 -23.5458 -58.4688 -205.85 + 52 172.482 606 0 0 -23.4591 -58.6502 -205.978 + 52 15.493 605 0 0 -23.3737 -58.85 -206.114 + 52 204.594 784 0 1 -23.1611 -57.9922 -204.85 + 52 199.415 785 0 1 -23.0499 -57.7488 -204.487 + 52 8.45033 698 4 0 38.7371 -40.2798 -86.25 + 52 208.046 1066 5 1 33.2899 -3.35596 -54.4506 + 52 94.8447 883 5 0 33.2021 -3.26859 -55.85 + 52 26.4036 884 5 0 33.1884 -3.24999 -56.1361 + 52 162.314 895 4 0 30.9552 -1.02744 -85.85 + 52 102.474 975 3 1 15.2411 4.25714 -114.45 + 52 31.1112 974 3 1 15.05 4.33021 -114.767 + 52 13.3469 922 3 0 14.338 4.63809 -115.85 + 52 121.211 923 3 0 14.3113 4.65005 -115.891 + 52 128.446 879 2 1 -4.18172 13.2497 -144.45 + 52 97.4368 971 2 0 -3.99879 14.3348 -145.85 + 52 138.007 972 2 0 -3.9839 14.45 -145.989 + 52 4.8357 973 2 0 -3.96279 14.65 -146.234 + 52 8.87691 889 1 1 -2.05486 36.8778 -174.45 + 52 173.782 890 1 1 -2.05 36.9075 -174.475 + 52 63.2972 1092 1 0 -1.8482 38.4625 -175.85 + 52 70.8985 1093 1 0 -1.82693 38.65 -176.017 + 52 32.4845 1094 1 0 -1.80239 38.85 -176.173 + 52 156.868 910 0 1 2.19751 76.6564 -204.45 + 52 175.532 1287 0 0 1.91956 77.4937 -205.85 + 52 45.3497 1288 0 0 1.87733 77.65 -206.118 + 52 26.8641 1352 0 0 61.0618 90.7249 -206.25 + 52 3.1597 1065 5 1 33.25 -3.41814 -54.8353 + 52 113.957 882 5 0 33.1204 -3.48772 -55.85 + 52 47.9678 1041 4 1 28.3252 -4.18285 -84.45 + 52 75.4846 1042 4 1 28.45 -4.18942 -84.527 + 52 65.9615 1043 4 1 28.65 -4.20117 -84.6571 + 52 46.3818 1044 4 1 28.85 -4.20917 -84.779 + 52 525.149 878 4 0 31.1045 -4.30265 -85.85 + 52 37.4912 1727 3 1 165.701 -21.9372 -114.45 + 52 83.8485 1728 3 1 165.75 -21.9627 -114.576 + 52 18.0382 789 3 0 166.282 -22.2382 -115.85 + 52 131.53 788 3 0 166.304 -22.25 -115.9 + 52 93.2531 1782 2 1 176.662 -25.4154 -144.45 + 52 33.829 1783 2 1 176.75 -25.5432 -144.73 + 52 41.4822 770 2 0 177.084 -25.9913 -145.85 + 52 77.5562 769 2 0 177.119 -26.0501 -145.988 + 52 91.0749 1074 6 1 34.9966 -5.94192 -24.45 + 52 364.771 1075 6 1 35.05 -6.01409 -24.6594 + 52 106.834 867 6 0 35.3469 -6.48197 -25.85 + 52 1.57786 894 6 0 41.2575 -1.05464 -26.25 + 52 200.893 895 6 0 41.257 -1.04971 -26.2393 + 52 47.2522 1105 6 1 41.0605 -0.461979 -24.85 + 52 86.8208 1104 6 1 41.05 -0.427219 -24.7715 + 52 139.796 1107 6 1 41.5058 -0.586105 -24.45 + 52 113.089 899 6 0 41.8015 -0.139115 -25.85 + 52 106.821 922 6 0 75.8008 4.62793 -26.2498 + 52 579 921 6 0 76.1077 4.45 -26.1448 + 52 50.1285 920 6 0 76.7965 4.24982 -26.2298 + 52 308.957 852 6 0 102.506 -9.57272 -26.2498 + 52 73.3854 663 6 0 78.0222 -47.3377 -26.25 + 52 14.4244 872 6 0 35.2895 -5.45274 -25.8501 + 52 87.8752 873 6 0 35.292 -5.45 -25.8645 + 52 115.549 1074 9 1 34.8667 -6.06259 65.55 + 52 209.036 869 9 0 34.7962 -6.06475 64.1497 + 52 170.362 1066 8 1 33.3076 -6.32513 35.55 + 52 115.008 868 8 0 33.3068 -6.3618 34.15 + 52 111.258 1067 7 1 33.4892 -7.34609 5.54987 + 52 135.879 862 7 0 33.4329 -7.53366 4.14939 + 52 108.141 1060 6 1 32.0806 -11.2833 -24.45 + 52 124.583 842 6 0 32.0724 -11.4547 -25.8501 + 52 121.219 825 5 0 31.7072 -14.9007 -55.85 + 52 120.257 1025 4 1 25.1987 -17.305 -84.45 + 52 264.862 813 4 0 24.9025 -17.3952 -85.85 + 52 151.423 996 3 1 19.4402 -18.0797 -114.45 + 52 104.815 955 2 1 11.1324 -20.5162 -144.45 + 52 31.843 954 2 1 11.0499 -20.5236 -144.771 + 52 109.589 797 2 0 10.7678 -20.5434 -145.85 + 52 75.2715 916 1 1 3.32296 -21.0495 -174.45 + 52 57.0193 915 1 1 3.25 -21.0792 -174.66 + 52 173.015 793 1 0 2.84113 -21.2609 -175.85 + 52 91.1871 863 0 1 -7.39217 -25.1355 -204.45 + 52 41.1927 862 0 1 -7.45 -25.1784 -204.691 + 52 110.004 773 0 0 -7.72291 -25.3309 -205.85 + 52 122.115 811 3 0 19.4967 -17.8192 -115.85 + 52 36.0839 810 3 0 19.6758 -17.85 -116.17 + 52 339.515 741 3 0 23.59 -31.6581 -116.25 + 52 101.643 742 3 0 23.2398 -31.6498 -115.966 + 52 159.271 870 8 0 34.8771 -5.92207 34.15 + 52 143.121 869 6 0 35.0868 -6.2206 -25.85 + 52 113.437 1076 5 1 35.4102 -5.77025 -54.45 + 52 146.101 871 5 0 35.4248 -5.71136 -55.85 + 52 143.006 1077 4 1 35.5173 -4.45395 -84.45 + 52 128.78 1076 3 1 35.2562 -3.68635 -114.45 + 52 151.936 882 3 0 35.2833 -3.58709 -115.85 + 52 395.514 1080 2 1 36.0559 -1.17368 -144.45 + 52 118.832 894 2 0 36.0838 -1.08606 -145.85 + 52 193.742 1083 1 1 36.839 0.473687 -174.45 + 52 9.07315 902 1 0 36.8081 0.644274 -175.85 + 52 173.317 903 1 0 36.8069 0.65 -175.896 + 52 91.1796 1081 0 1 36.2541 4.41881 -204.45 + 52 38.9384 1080 0 1 36.25 4.45201 -204.73 + 52 356.137 1079 4 1 35.8792 -4.98269 -84.4502 + 52 218.544 875 4 0 35.9274 -4.93468 -85.8503 + 52 118.586 1086 3 1 37.262 -4.28029 -114.45 + 52 135.878 878 3 0 37.3898 -4.26749 -115.85 + 52 98.3147 1099 2 1 39.8978 -4.05526 -144.45 + 52 125.183 1120 1 1 44.081 -3.10289 -174.45 + 52 105.463 1138 0 1 47.6606 -0.854763 -204.45 + 52 81.0457 896 0 0 47.8778 -0.683003 -205.85 + 52 37.0485 897 0 0 47.9176 -0.65 -206.106 + 52 251.373 1080 3 1 36.0998 -4.32478 -114.45 + 52 134.316 1079 3 1 36.05 -4.27049 -114.786 + 52 85.4201 879 3 0 35.8895 -4.10174 -115.85 + 52 19.4808 880 3 0 35.8436 -4.05 -116.195 + 52 115.98 1059 2 1 31.8965 0.649711 -144.45 + 52 44.7624 905 2 0 31.7603 1.19659 -145.85 + 52 179.841 906 2 0 31.7481 1.25 -145.984 + 52 136.583 1041 1 1 28.38 11.2795 -174.45 + 52 45.1796 957 1 0 28.3709 11.6254 -175.85 + 52 102.756 958 1 0 28.3701 11.6501 -175.953 + 52 228.048 1036 0 1 27.4319 17.0883 -204.45 + 52 25.0262 989 0 0 27.45 17.8502 -206.165 + 52 113.593 867 3 0 36.0698 -6.46135 -115.85 + 52 193.398 866 3 0 36.0627 -6.65002 -116.135 + 52 85.2304 1180 1 1 56.05 -147.221 -174.704 + 52 182.962 146 1 0 54.0451 -150.938 -175.85 + 52 62.6748 145 1 0 54.0386 -150.95 -175.857 + 52 65.8076 779 4 1 -24.05 169.185 -84.5457 + 52 104.897 871 3 0 36.2759 -5.7582 -115.85 + 52 202.38 834 3 0 48.62 -13.1404 -116.25 + 52 82.1928 833 3 0 48.8528 -13.25 -116.011 + 52 71.9677 1150 3 1 50.0542 -15.2255 -114.85 + 52 67.5754 1151 3 1 50.25 -15.4223 -114.768 + 52 125.764 1152 3 1 50.45 -15.5908 -114.678 + 52 67.3228 1153 3 1 50.65 -15.8996 -114.623 + 52 63.4151 1154 3 1 50.85 -16.1285 -114.636 + 52 56.6381 1155 3 1 51.0505 -16.2248 -114.597 + 52 66.4482 1156 3 1 51.2503 -16.2859 -114.584 + 52 59.1013 1157 3 1 51.4507 -16.2791 -114.701 + 52 51.7071 824 3 0 52.8832 -15.1249 -115.85 + 52 141.009 825 3 0 52.9863 -15.05 -115.975 + 52 7.19912 826 3 0 53.4038 -14.8499 -116.237 + 52 51.5739 1098 3 0 93.0271 39.7766 -116.25 + 52 80.3035 1099 3 0 93.1218 39.85 -116.18 + 52 182.144 1100 3 0 93.3204 40.0501 -116.182 + 52 49.0238 1101 3 0 93.5742 40.25 -116.207 + 52 103.008 1075 2 1 35.2101 -6.79193 -144.45 + 52 104.598 866 2 0 35.1275 -6.80477 -145.851 + 52 108.533 1065 1 1 33.2489 -7.46049 -174.45 + 52 96.0197 862 1 0 33.2089 -7.48933 -175.85 + 52 127.59 1062 0 1 32.5717 -7.87627 -204.45 + 52 39.0887 861 0 0 32.5506 -7.67029 -205.85 + 52 98.2465 862 0 0 32.5492 -7.64999 -205.985 + 52 28.1485 850 2 0 47.2159 -10.0306 -146.25 + 52 141.029 849 2 0 47.2438 -10.0501 -146.165 + 52 89.1628 848 2 0 47.2949 -10.25 -146.026 + 52 73.2397 1133 2 1 46.7792 -10.6049 -144.85 + 52 139.653 844 2 0 46.215 -11.0726 -145.85 + 52 187.656 843 2 0 46.0536 -11.2502 -145.894 + 52 168.865 862 2 0 36.3347 -7.49905 -145.85 + 52 128.468 863 2 0 36.3798 -7.45 -146.053 + 52 112.36 1118 1 1 43.6791 -0.129786 -174.45 + 52 157.009 900 1 0 44.0905 0.052512 -175.85 + 52 35.3213 1166 0 1 53.4258 3.00997 -204.45 + 52 111.577 1167 0 1 53.45 3.03088 -204.498 + 52 146.138 918 0 0 54.1927 3.67433 -205.85 + 52 16.6988 919 0 0 54.4106 3.85 -206.218 +Number of digits in this event = 167 +Using G4ParticleGun ... +6.09569 LIN e- Event: 53 -Number of tracker hits in this event = 98 - 53 116.452 833 11 1 -13.2962 71.5196 125.55 - 53 169.492 1257 11 0 -13.2963 71.5193 124.15 - 53 140.046 833 10 1 -13.2981 71.5085 95.55 - 53 124.459 1257 10 0 -13.2985 71.5087 94.15 - 53 124.68 833 9 1 -13.3034 71.5162 65.55 - 53 128.721 1257 9 0 -13.3036 71.5165 64.15 - 53 196.804 833 8 1 -13.3165 71.5261 35.55 - 53 116.796 1257 8 0 -13.3179 71.5273 34.15 - 53 125.205 833 7 1 -13.3451 71.5517 5.55 - 53 144.603 1257 7 0 -13.3471 71.5533 4.15 - 53 393.262 833 6 1 -13.3874 71.5896 -24.45 - 53 399.226 1257 6 0 -13.3907 71.5909 -25.85 - 53 213.53 832 5 1 -13.4565 71.62 -54.45 - 53 117.562 1257 5 0 -13.4601 71.6219 -55.85 - 53 141.145 832 4 1 -13.5335 71.6606 -84.45 - 53 102.139 1258 4 0 -13.5376 71.6612 -85.85 - 53 173.447 832 3 1 -13.6264 71.6724 -114.45 - 53 126.714 1258 3 0 -13.6314 71.6739 -115.85 - 53 168.517 831 2 1 -13.7304 71.7021 -144.45 - 53 108.181 1258 2 0 -13.7353 71.7043 -145.85 - 53 115.051 831 1 1 -13.8398 71.7482 -174.45 - 53 234.443 1258 1 0 -13.8367 71.7499 -175.85 - 53 198.545 831 0 1 -13.7738 71.7847 -204.45 - 53 145.914 1258 0 0 -13.771 71.7854 -205.85 - 53 118.126 1158 14 1 51.6578 39.5155 215.55 - 53 71.5583 939 0 1 7.85 61.8146 -204.67 - 53 184.246 938 0 1 7.85 61.7679 -204.504 - 53 117.112 1250 5 0 -13.6508 70.1083 -55.85 - 53 114.848 826 4 1 -14.6942 68.6761 -84.4505 - 53 145.631 1242 4 0 -14.8648 68.5967 -85.85 - 53 35.0204 810 3 1 -18.0425 67.3793 -114.451 - 53 133.57 809 3 1 -18.05 67.3783 -114.509 - 53 98.9113 1236 3 0 -18.2327 67.3499 -115.85 - 53 83.6923 789 2 1 -22.2257 66.875 -144.45 - 53 45.328 788 2 1 -22.25 66.8735 -144.654 - 53 95.7286 1234 2 0 -22.3991 66.8789 -145.85 - 53 143.621 770 1 1 -25.9598 67.1094 -174.45 - 53 122.114 1235 1 0 -26.1694 67.2171 -175.85 - 53 79.6838 749 0 1 -30.2258 69.5521 -204.45 - 53 52.8168 748 0 1 -30.25 69.5611 -204.695 - 53 128.208 1247 0 0 -30.3774 69.6065 -205.85 - 53 14.5226 821 2 1 -15.6702 62.0363 -144.45 - 53 241.933 822 2 1 -15.65 62.0119 -144.476 - 53 65.0408 1258 6 0 -13.362 71.65 -26.0143 - 53 126.604 837 5 1 -12.6439 72.5153 -54.45 - 53 105.878 1262 5 0 -12.3858 72.5904 -55.85 - 53 133.155 862 4 1 -7.58345 74.8564 -84.45 - 53 110.679 1275 4 0 -7.23329 75.0594 -85.85 - 53 53.5291 900 3 1 0.186284 78.4908 -114.45 - 53 73.9357 901 3 1 0.25 78.5224 -114.616 - 53 107.762 1293 3 0 0.723515 78.7673 -115.85 - 53 0.654211 1294 3 0 0.871628 78.85 -116.248 - 53 227.992 957 2 1 11.4528 85.4291 -144.45 - 53 0.733716 958 2 1 11.65 85.6016 -144.846 - 53 5.46989 1329 2 0 12.1578 86.0449 -145.851 - 53 219.069 1330 2 0 12.1637 86.05 -145.862 - 53 90.0432 1036 1 1 27.321 99.7574 -174.45 - 53 36.6734 1037 1 1 27.45 99.8635 -174.708 - 53 29.431 1400 1 0 28.0107 100.323 -175.85 - 53 173.757 1401 1 0 28.0437 100.351 -175.918 - 53 89.3435 1114 0 1 42.9012 111.158 -204.45 - 53 35.2811 1115 0 1 43.05 111.243 -204.734 - 53 181.726 1457 0 0 43.6478 111.595 -205.85 - 53 43.9612 1429 2 0 22.5525 106.034 -146.25 - 53 82.4757 1368 3 0 35.5058 93.8981 -116.25 - 53 122.1 1369 3 0 35.6153 93.9501 -116.123 - 53 17.8112 1092 3 1 38.4873 92.1547 -114.85 - 53 314.342 1359 3 0 38.3942 92.1052 -115.85 - 53 22.2343 1358 3 0 38.5586 91.95 -116.037 - 53 359.58 832 1 1 -13.506 71.6182 -174.45 - 53 120.865 827 0 1 -14.5325 76.3407 -204.45 - 53 42.7101 1283 0 0 -14.2074 76.7971 -205.85 - 53 77.6494 1284 0 0 -14.1774 76.85 -205.985 - 53 120.913 1257 1 0 -13.4924 71.5711 -175.85 - 53 346.89 833 0 1 -13.4267 70.5936 -204.45 - 53 150.701 1252 0 0 -13.3931 70.4916 -205.85 - 53 346.017 833 3 1 -13.3399 71.5135 -114.45 - 53 284.068 1257 3 0 -13.3323 71.4919 -115.85 - 53 136.043 834 2 1 -13.0835 70.9735 -144.45 - 53 107.976 1254 2 0 -13.0892 70.9533 -145.85 - 53 205.562 834 1 1 -13.2401 70.4834 -174.45 - 53 160.059 1251 1 0 -13.2347 70.4443 -175.85 - 53 104.944 834 0 1 -13.1324 69.7384 -204.45 - 53 105.319 1248 0 0 -13.1303 69.7047 -205.85 - 53 109.151 833 2 1 -13.4054 71.1735 -144.45 - 53 115.863 1255 2 0 -13.4085 71.1776 -145.85 - 53 122.23 1256 1 0 -13.4762 71.2661 -175.85 - 53 462.631 832 0 1 -13.4625 71.38 -204.45 - 53 144.699 1256 0 0 -13.4588 71.3815 -205.85 - 53 134.925 1551 3 0 125.86 130.427 -116.25 - 53 158.295 1530 3 1 126.331 130.507 -114.85 - 53 338.548 1531 3 1 126.35 130.551 -114.779 - 53 237.41 1233 0 0 -23.7795 66.791 -206.25 - 53 112.822 781 0 1 -23.6975 66.9158 -204.85 - 53 149.327 782 0 1 -23.65 66.8997 -204.726 - 53 58.868 834 10 1 -13.2499 71.5157 95.1999 - 53 430.458 835 10 1 -13.05 71.5449 95.1783 - 53 205.365 836 10 1 -12.85 71.6019 95.2236 -Number of digits in this event = 56 +Number of tracker hits in this event = 30 + 53 114.819 1110 11 1 42.1741 66.8171 125.55 + 53 119.5 1233 11 0 42.1738 66.8166 124.15 + 53 98.9326 1110 10 1 42.1709 66.8064 95.55 + 53 103.348 1233 10 0 42.1716 66.8039 94.15 + 53 116.793 1110 9 1 42.1895 66.7562 65.55 + 53 136.622 1233 9 0 42.1908 66.7532 64.15 + 53 158.699 1110 8 1 42.2223 66.6872 35.55 + 53 129.877 1233 8 0 42.2285 66.6826 34.15 + 53 122.355 1111 7 1 42.3784 66.5751 5.55 + 53 122.265 1232 7 0 42.3874 66.5736 4.15 + 53 186.696 1112 6 1 42.6042 66.549 -24.45 + 53 164.671 1232 6 0 42.6147 66.544 -25.85 + 53 156.097 1113 5 1 42.8249 66.4443 -54.45 + 53 120.588 1231 5 0 42.8369 66.4401 -55.85 + 53 133.988 1115 4 1 43.0862 66.3516 -84.45 + 53 114.283 1231 4 0 43.0984 66.3451 -85.85 + 53 118.389 1116 3 1 43.3593 66.2149 -114.45 + 53 114.496 1230 3 0 43.3732 66.209 -115.85 + 53 118.504 1118 2 1 43.6556 66.0809 -144.45 + 53 180.661 1230 2 0 43.6706 66.0755 -145.85 + 53 143.047 1119 1 1 43.9739 65.9641 -174.45 + 53 131.661 1229 1 0 43.9869 65.9606 -175.85 + 53 129.839 1121 0 1 44.269 65.8939 -204.45 + 53 156.662 1229 0 0 44.3217 65.892 -205.85 + 53 0.630495 1094 0 1 38.877 44.7236 -204.45 + 53 77.9094 1111 6 1 42.3567 66.6522 -24.45 + 53 83.1474 1228 6 0 43.694 65.8265 -25.85 + 53 171.474 1229 6 0 43.9096 65.85 -25.9867 + 53 193.782 1230 6 0 44.0121 66.05 -26.1121 + 53 60.018 1231 6 0 44.0594 66.25 -26.0102 +Number of digits in this event = 19 Using G4ParticleGun ... -6.52891 LIN +4.73589 LIN e- Event: 54 -Number of tracker hits in this event = 102 - 54 124.909 1018 9 1 23.7448 -130.579 65.55 - 54 113.645 247 9 0 23.7449 -130.579 64.15 - 54 152.513 1018 8 1 23.7505 -130.565 35.55 - 54 108.835 247 8 0 23.7492 -130.565 34.15 - 54 108.952 1018 7 1 23.7312 -130.573 5.55 - 54 136.196 247 7 0 23.7304 -130.573 4.15 - 54 125.124 1018 6 1 23.7081 -130.57 -24.45 - 54 110.916 247 6 0 23.7074 -130.568 -25.85 - 54 104.567 1018 5 1 23.6956 -130.52 -54.45 - 54 114.371 248 5 0 23.6951 -130.517 -55.85 - 54 151.737 1018 4 1 23.6859 -130.449 -84.45 - 54 126.098 248 4 0 23.685 -130.444 -85.85 - 54 385.562 1018 3 1 23.6681 -130.343 -114.45 - 54 108.962 249 3 0 23.6687 -130.337 -115.85 - 54 276.689 1018 2 1 23.6754 -130.238 -144.45 - 54 135.309 249 2 0 23.6767 -130.232 -145.85 - 54 147.778 1018 1 1 23.6948 -130.122 -174.45 - 54 101.856 250 1 0 23.6943 -130.117 -175.85 - 54 358.78 1018 0 1 23.6816 -130.001 -204.45 - 54 129.43 250 0 0 23.6817 -129.993 -205.85 - 54 103.923 1558 0 1 131.75 -80.3946 -204.843 - 54 56.9861 1559 0 1 131.95 -80.4206 -204.798 - 54 125.635 503 0 0 132.403 -79.4373 -205.85 - 54 108.426 504 0 0 132.597 -79.2499 -206.102 - 54 176.789 516 0 0 162.336 -76.7762 -206.25 - 54 143.001 517 0 0 162.405 -76.6499 -206.209 - 54 360.921 248 2 0 23.8555 -130.389 -145.85 - 54 113.5 1026 1 1 25.2658 -134.828 -174.45 - 54 28.6537 1027 1 1 25.45 -134.81 -174.769 - 54 109.87 227 1 0 26.0261 -134.715 -175.85 - 54 5.97716 1099 0 1 40.0308 -128.602 -204.45 - 54 80.4834 1100 0 1 40.0501 -128.601 -204.471 - 54 68.2232 1101 0 1 40.25 -128.58 -204.689 - 54 208.712 258 0 0 41.3153 -128.535 -205.851 - 54 349.736 1017 1 1 23.6486 -130.274 -174.45 - 54 230.119 249 1 0 23.6487 -130.285 -175.85 - 54 237.131 248 0 0 23.7406 -130.426 -205.85 - 54 280.049 1019 0 1 23.85 -130.459 -204.549 - 54 119.033 1017 4 1 23.6298 -130.563 -84.45 - 54 186.946 247 4 0 23.6596 -130.568 -85.85 - 54 159.599 1021 3 1 24.434 -130.638 -114.45 - 54 396.841 247 3 0 24.4589 -130.606 -115.85 - 54 107.321 1023 2 1 24.7899 -129.935 -144.45 - 54 233.3 250 2 0 24.8086 -129.955 -145.85 - 54 102.432 1025 1 1 25.1813 -130.43 -174.45 - 54 146.478 248 1 0 25.4641 -130.522 -175.85 - 54 7.7381 247 1 0 25.5452 -130.55 -176.233 - 54 2.46962 1058 0 1 31.8476 -133.065 -204.45 - 54 203.064 1059 0 1 31.85 -133.064 -204.46 - 54 91.6138 236 0 0 32.1856 -132.846 -205.85 - 54 1.87505 583 1 0 157.884 -63.2596 -176.25 - 54 58.0724 584 1 0 157.886 -63.25 -176.244 - 54 63.4325 585 1 0 157.968 -63.0499 -176.122 - 54 66.1429 586 1 0 158.037 -62.85 -176.022 - 54 64.9242 587 1 0 158.129 -62.65 -175.977 - 54 17.3206 588 1 0 158.183 -62.45 -175.88 - 54 253.424 1691 1 1 158.478 -60.9497 -174.85 - 54 82.0478 1690 1 1 158.35 -60.4845 -174.623 - 54 80.3578 1689 1 1 158.15 -60.2301 -174.732 - 54 104.808 1688 1 1 157.95 -60.0672 -174.81 - 54 54.4243 617 1 0 155.512 -56.6113 -175.85 - 54 53.6241 618 1 0 155.406 -56.45 -175.884 - 54 50.4033 619 1 0 155.255 -56.25 -175.888 - 54 3.22356 1640 1 1 148.163 -52.7357 -174.85 - 54 87.8182 1639 1 1 148.15 -52.7292 -174.848 - 54 285.673 1638 1 1 147.95 -52.6344 -174.724 - 54 185.677 1637 1 1 147.75 -52.4887 -174.495 - 54 296.977 1636 1 1 147.55 -52.5429 -174.644 - 54 250.63 1635 1 1 147.35 -52.7625 -174.77 - 54 21.1601 636 1 0 146.645 -52.6749 -175.85 - 54 25.1109 637 1 0 146.625 -52.65 -175.864 - 54 4.38664 1646 1 1 149.435 -48.3396 -174.85 - 54 3.20001 670 1 0 151.296 -45.877 -175.85 - 54 162.701 1661 1 1 152.393 -43.2581 -174.85 - 54 5.0864 688 1 0 147.725 -42.2532 -175.85 - 54 24.068 635 1 0 146.004 -53.0277 -175.85 - 54 24.7585 1618 1 1 143.908 -50.9171 -174.85 - 54 39.5824 647 1 0 141.75 -50.5261 -175.85 - 54 9.77569 1606 1 1 141.458 -46.7938 -174.85 - 54 88.0965 686 1 0 136.804 -42.6812 -175.85 - 54 34.0308 687 1 0 136.814 -42.65 -175.854 - 54 165.584 844 1 0 44.2495 -11.2244 -176.25 - 54 59.483 1017 3 1 23.65 -130.712 -114.656 - 54 166.979 248 8 0 23.7446 -130.55 33.7977 - 54 286.464 1021 2 1 24.3654 -130.212 -144.45 - 54 119.965 251 2 0 24.4584 -129.95 -146.028 - 54 128.659 1031 1 1 26.3789 -125.382 -174.45 - 54 121.303 275 1 0 26.6197 -125.091 -175.85 - 54 24.2016 1060 0 1 32.05 -119.296 -204.792 - 54 111.721 305 0 0 32.3088 -119.108 -205.85 - 54 152.638 389 6 0 -80.3924 -102.216 -26.2498 - 54 42.0653 388 6 0 -80.2396 -102.35 -25.9108 - 54 214.03 509 6 1 -78.1232 -102.539 -24.85 - 54 99.4359 510 6 1 -78.05 -102.528 -24.6801 - 54 268.478 247 2 0 23.9748 -130.667 -145.85 - 54 23.9411 246 2 0 24.1283 -130.75 -146.069 - 54 148.448 1017 2 1 23.5337 -131.011 -144.45 - 54 111.759 245 2 0 23.5247 -131.018 -145.85 - 54 133.89 1016 1 1 23.4293 -131.006 -174.45 - 54 108.941 245 1 0 23.4488 -131.005 -175.85 - 54 102.203 246 0 0 23.9054 -130.83 -205.85 - 54 159.965 341 3 0 -17.1143 -111.942 -116.25 -Number of digits in this event = 47 +Number of tracker hits in this event = 168 + 54 245.976 862 11 1 -7.4771 -68.2297 125.55 + 54 128.056 559 11 0 -7.47602 -68.2285 124.15 + 54 153.043 863 10 1 -7.44979 -68.2019 95.55 + 54 155.422 559 10 0 -7.3946 -68.2167 94.15 + 54 378.919 868 9 1 -6.27876 -68.584 65.55 + 54 286.563 557 9 0 -6.21318 -68.5556 64.15 + 54 99.944 875 8 1 -4.89564 -67.9365 35.55 + 54 138.027 560 8 0 -4.83193 -67.9208 34.1493 + 54 118.625 883 7 1 -3.43809 -67.6771 5.55 + 54 171.814 562 7 0 -3.36112 -67.6489 4.14945 + 54 135.273 891 6 1 -1.75283 -66.2553 -24.45 + 54 207.826 569 6 0 -1.69463 -66.139 -25.85 + 54 119.934 897 5 1 -0.577194 -64.0211 -54.4507 + 54 165.145 580 5 0 -0.454263 -63.9191 -55.85 + 54 104.759 909 4 1 1.9978 -61.6808 -84.4503 + 54 124.228 592 4 0 2.0738 -61.5452 -85.8501 + 54 97.343 918 3 1 3.82376 -58.8928 -114.45 + 54 38.3908 919 3 1 3.85 -58.8894 -114.73 + 54 131.205 605 3 0 3.94407 -58.8803 -115.85 + 54 115 933 2 1 6.66269 -58.599 -144.45 + 54 18.677 607 2 0 6.79077 -58.6474 -145.851 + 54 124.29 606 2 0 6.7973 -58.65 -145.925 + 54 97.5417 946 1 1 9.30005 -59.6275 -174.45 + 54 47.7526 601 1 0 9.14141 -59.8263 -175.851 + 54 54.0105 600 1 0 9.12348 -59.85 -176.015 + 54 52.3648 930 0 1 6.24357 -63.0331 -204.45 + 54 97.6076 931 0 1 6.25 -63.0516 -204.587 + 54 76.9926 584 0 0 6.32874 -63.2083 -205.85 + 54 29.364 583 0 0 6.34935 -63.25 -206.174 + 54 146.184 932 2 1 6.64987 -58.5964 -144.461 + 54 79.2445 604 2 0 6.41354 -59.0966 -145.85 + 54 64.4589 603 2 0 6.34632 -59.25 -146.122 + 54 356.715 560 2 0 -55.6209 -68.0119 -146.25 + 54 565.399 559 2 0 -55.6848 -68.0501 -146.162 + 54 10.8011 607 2 1 -58.6106 -66.7917 -144.85 + 54 280.565 606 2 1 -58.6508 -66.7655 -144.831 + 54 68.022 605 2 1 -58.8504 -66.442 -144.707 + 54 69.4846 899 5 1 -0.188438 -63.8864 -54.45 + 54 221.618 906 4 1 1.30973 -67.767 -84.45 + 54 308.566 560 4 0 1.27556 -67.8605 -85.85 + 54 3.40551 902 3 1 0.451777 -70.1306 -114.45 + 54 150.983 901 3 1 0.45 -70.1358 -114.459 + 54 57.5915 546 3 0 -0.367623 -70.8019 -115.85 + 54 81.619 545 3 0 -0.446822 -70.8501 -115.956 + 54 7.36122 544 3 0 -0.605831 -71.05 -116.227 + 54 152.749 805 2 1 -18.9739 -99.7261 -144.45 + 54 1.4491 395 2 0 -19.1013 -101.146 -145.85 + 54 70.1238 394 2 0 -19.1018 -101.15 -145.854 + 54 88.2025 393 2 0 -19.2695 -101.35 -145.949 + 54 109.394 392 2 0 -19.4449 -101.55 -146.057 + 54 142.591 391 2 0 -19.6256 -101.75 -146.142 + 54 92.5983 390 2 0 -19.8198 -101.95 -146.222 + 54 69.4832 389 2 0 -20.0095 -102.15 -146.145 + 54 54.9434 388 2 0 -20.1747 -102.35 -146.063 + 54 59.4743 387 2 0 -20.3131 -102.55 -146.006 + 54 175.68 386 2 0 -20.4155 -102.75 -145.945 + 54 183.676 794 2 1 -21.0701 -104.517 -144.85 + 54 153.324 793 2 1 -21.2501 -104.957 -144.59 + 54 105.633 792 2 1 -21.45 -105.482 -144.568 + 54 73.0459 791 2 1 -21.65 -105.765 -144.701 + 54 7.77215 367 2 0 -23.059 -106.732 -145.85 + 54 160.077 366 2 0 -23.0881 -106.75 -145.872 + 54 152.456 365 2 0 -23.3138 -106.95 -146.188 + 54 2.89525 468 4 0 -46.9764 -86.2848 -86.25 + 54 119.381 469 4 0 -46.9989 -86.25 -86.157 + 54 218.922 470 4 0 -46.9464 -86.0494 -86.1031 + 54 213.808 912 0 1 2.51193 -77.531 -204.45 + 54 122.719 511 0 0 2.60115 -77.7645 -205.85 + 54 106.402 512 0 0 2.44108 -77.5594 -205.85 + 54 120.381 562 4 0 1.38205 -67.5558 -85.85 + 54 102.321 910 3 1 2.20741 -63.2023 -114.45 + 54 59.9209 585 3 0 2.0251 -62.9012 -115.85 + 54 69.1424 586 3 0 1.99578 -62.85 -116.076 + 54 158.223 891 2 1 -1.68438 -56.8086 -144.45 + 54 167.692 618 2 0 -1.86404 -56.4191 -145.85 + 54 131.407 871 1 1 -5.73453 -48.2098 -174.45 + 54 125.066 662 1 0 -6.11263 -47.6165 -175.85 + 54 0.645192 663 1 0 -6.22146 -47.4499 -176.247 + 54 382.245 829 0 1 -14.0919 -36.4058 -204.45 + 54 154.961 718 0 0 -14.3943 -36.2856 -205.85 + 54 407.603 835 3 0 -26.9209 -13.0392 -116.249 + 54 62.2347 836 3 0 -27.2132 -12.85 -115.907 + 54 251.656 863 6 1 -7.32999 -68.0406 -24.45 + 54 352.464 560 6 0 -7.33049 -68.0399 -25.85 + 54 284.775 863 5 1 -7.35026 -68.0129 -54.45 + 54 465.695 560 5 0 -7.35012 -68.0135 -55.85 + 54 247.115 863 4 1 -7.37903 -68.0435 -84.45 + 54 348.505 863 3 1 -7.38937 -68.0205 -114.45 + 54 252.613 560 3 0 -7.39073 -68.0062 -115.85 + 54 132.127 863 2 1 -7.39823 -67.6976 -144.45 + 54 88.6379 561 2 0 -7.39267 -67.6742 -145.85 + 54 158.666 863 1 1 -7.2704 -67.2126 -174.45 + 54 253.627 564 1 0 -7.2589 -67.1847 -175.85 + 54 113.101 864 0 1 -7.06234 -66.5985 -204.45 + 54 278.319 567 0 0 -7.04841 -66.575 -205.85 + 54 201.521 864 1 1 -7.25 -67.2467 -174.534 + 54 60.4983 565 1 0 -6.92602 -66.9177 -175.85 + 54 69.0525 566 1 0 -6.83572 -66.85 -176.108 + 54 303.592 914 0 1 2.85088 -59.6421 -204.45 + 54 103.847 915 0 1 3.05 -59.8369 -204.695 + 54 129.535 916 0 1 3.25003 -60.0521 -204.839 + 54 97.686 917 0 1 3.45024 -60.3086 -204.833 + 54 119.725 918 0 1 3.65 -60.5705 -204.815 + 54 72.2684 919 0 1 3.85 -60.7543 -204.736 + 54 77.0564 920 0 1 4.05 -60.8953 -204.668 + 54 90.3826 921 0 1 4.25 -61.0616 -204.566 + 54 16.7467 922 0 1 4.45 -61.289 -204.47 + 54 88.3569 610 1 0 -13.2514 -57.8629 -176.25 + 54 60.053 611 1 0 -13.362 -57.85 -176.066 + 54 74.7791 829 1 1 -14.0785 -57.993 -174.85 + 54 83.3174 828 1 1 -14.25 -58.0384 -174.655 + 54 33.1971 827 1 1 -14.4501 -58.1265 -174.503 + 54 154.807 661 2 0 7.60355 -47.8156 -146.25 + 54 22.261 944 2 1 9.01117 -47.987 -144.85 + 54 90.0195 945 2 1 9.05 -47.9794 -144.805 + 54 60.5842 946 2 1 9.25 -47.8524 -144.609 + 54 102.871 662 2 0 -149.873 -47.5482 -146.25 + 54 42.9644 666 2 0 11.8366 -46.823 -145.85 + 54 78.0768 552 3 0 -16.1865 -69.5758 -116.25 + 54 80.0434 553 3 0 -16.255 -69.45 -116.148 + 54 109.495 475 3 0 -24.2785 -85.0429 -116.25 + 54 95.5753 561 1 0 -6.78688 -67.7562 -175.85 + 54 78.6482 560 1 0 -6.60037 -67.85 -176.151 + 54 0.65944 1027 0 1 25.4536 -83.4619 -204.45 + 54 95.8641 1026 0 1 25.4499 -83.4606 -204.451 + 54 87.3758 1025 0 1 25.2496 -83.3518 -204.57 + 54 575.806 1024 0 1 25.0496 -83.2708 -204.808 + 54 130.08 1023 0 1 24.85 -83.8257 -204.522 + 54 1.77251 485 0 0 25.6929 -83.05 -205.899 + 54 53.19 751 0 1 -29.65 -68.6683 -204.595 + 54 107.822 752 0 1 -29.65 -68.7274 -204.483 + 54 364.466 861 2 1 -7.72536 -68.062 -144.45 + 54 206.201 858 1 1 -8.25808 -68.0625 -174.45 + 54 104.1 559 1 0 -8.26806 -68.0532 -175.85 + 54 12.8493 857 0 1 -8.45079 -67.8875 -204.45 + 54 105.754 858 0 1 -8.45 -67.8873 -204.499 + 54 109.912 560 0 0 -8.43168 -67.8785 -205.85 + 54 46.2297 559 3 0 -7.46075 -68.2262 -115.85 + 54 45.5675 558 3 0 -7.46559 -68.25 -116.047 + 54 4.64572 860 2 1 -8.04923 -71.6094 -144.45 + 54 152.416 859 2 1 -8.05 -71.6131 -144.469 + 54 166.382 540 2 0 -8.10748 -71.8769 -145.85 + 54 447.867 852 1 1 -9.47156 -77.2943 -174.45 + 54 398.314 512 1 0 -9.59706 -77.5734 -175.85 + 54 6.91524 511 1 0 -9.62932 -77.65 -176.22 + 54 35.1311 840 0 1 -12.0303 -83.4973 -204.45 + 54 81.0048 839 0 1 -12.05 -83.5217 -204.528 + 54 145.903 480 0 0 -12.3981 -83.922 -205.851 + 54 118.978 510 1 0 -9.42011 -77.9405 -175.85 + 54 57.3776 509 1 0 -9.4441 -78.0503 -176.089 + 54 48.076 835 0 1 -13.0312 -81.888 -204.45 + 54 66.618 834 0 1 -13.05 -81.8545 -204.597 + 54 67.5221 492 0 0 -13.2197 -81.5135 -205.85 + 54 69.1615 493 0 0 -13.2505 -81.4498 -206.089 + 54 115.776 862 3 1 -7.55546 -67.7867 -114.45 + 54 111.817 561 3 0 -7.56291 -67.7753 -115.85 + 54 182.244 562 2 0 -7.70351 -67.5074 -145.85 + 54 100.525 861 1 1 -7.74808 -67.1646 -174.45 + 54 214.658 861 0 1 -7.76494 -66.7793 -204.45 + 54 129.463 566 0 0 -7.76631 -66.7691 -205.85 + 54 256.109 665 0 0 2.74549 -46.8863 -206.25 + 54 33.7974 559 5 0 -7.5392 -68.05 -56.2475 + 54 191.431 345 5 0 -49.0905 -111.051 -56.2499 + 54 147.302 867 0 1 -6.61096 -66.7292 -204.45 + 54 17.0523 966 2 1 13.4023 -75.3919 -144.45 + 54 86.3117 967 2 1 13.45 -75.434 -144.561 + 54 324.833 968 2 1 13.65 -75.6005 -144.51 + 54 21.6098 969 2 1 13.85 -75.7914 -144.497 +Number of digits in this event = 73 Using G4ParticleGun ... -9.27131 LIN +2.56799 LIN e- Event: 55 -Number of tracker hits in this event = 30 - 55 135.625 1263 8 1 72.7875 -120.001 35.55 - 55 105.12 300 8 0 72.7872 -120.001 34.15 - 55 129.262 1263 7 1 72.7821 -120.008 5.55 - 55 126.691 300 7 0 72.7827 -120.009 4.15 - 55 109.427 1263 6 1 72.7937 -120.029 -24.45 - 55 102.478 300 6 0 72.7942 -120.031 -25.85 - 55 174.997 1263 5 1 72.8065 -120.071 -54.45 - 55 117.173 300 5 0 72.81 -120.071 -55.85 - 55 103.438 1264 4 1 72.8975 -120.061 -84.45 - 55 131.313 300 4 0 72.9109 -120.064 -85.85 - 55 168.329 1265 3 1 73.2052 -120.08 -114.45 - 55 121.362 300 3 0 73.2177 -120.082 -115.85 - 55 118.173 1267 2 1 73.4563 -120.108 -144.45 - 55 117.622 300 2 0 73.4726 -120.111 -145.85 - 55 114.131 1268 1 1 73.826 -120.184 -174.45 - 55 172.218 299 1 0 73.8459 -120.198 -175.85 - 55 126.673 1271 0 1 74.264 -120.494 -204.45 - 55 319.122 298 0 0 74.2764 -120.503 -205.85 - 55 36.0472 1270 0 1 74.1572 -120.428 -204.45 - 55 73.5804 1269 0 1 74.0499 -120.466 -204.527 - 55 103.677 1268 0 1 73.85 -120.497 -204.671 - 55 57.1764 1267 0 1 73.6498 -120.505 -204.77 - 55 264.15 297 0 0 70.6077 -120.55 -205.954 - 55 39.9086 296 0 0 69.9929 -120.75 -206.16 - 55 219.58 1264 0 1 72.8622 -120.179 -204.45 - 55 273.665 299 0 0 72.8785 -120.175 -205.85 - 55 164.253 30 5 1 -173.95 50.0041 -54.7062 - 55 21.9421 1171 5 0 -176.101 54.25 -55.9324 - 55 11.3247 80 8 0 72.1426 -164.146 33.75 - 55 242.856 79 8 0 72.1572 -164.15 33.7839 -Number of digits in this event = 18 +Number of tracker hits in this event = 22 + 55 138.648 963 10 1 12.8204 110.198 95.55 + 55 157.724 1450 10 0 12.8195 110.192 94.15 + 55 213.094 963 9 1 12.7861 110.095 65.55 + 55 124.13 1449 9 0 12.7844 110.093 64.15 + 55 102.962 963 8 1 12.736 110.037 35.55 + 55 155.047 1449 8 0 12.7326 110.036 34.15 + 55 147.199 963 7 1 12.6585 110.028 5.55 + 55 159.595 1449 7 0 12.654 110.028 4.15 + 55 124.635 962 6 1 12.5655 110.019 -24.45 + 55 134.02 1449 6 0 12.5567 110.018 -25.85 + 55 109.451 961 5 1 12.3742 109.992 -54.45 + 55 222.156 1449 5 0 12.3685 109.992 -55.85 + 55 122.199 960 4 1 12.2437 109.973 -84.45 + 55 120.692 1449 4 0 12.2366 109.969 -85.85 + 55 158.72 960 3 1 12.0874 109.893 -114.45 + 55 138.677 1448 3 0 12.0823 109.89 -115.85 + 55 149.337 959 2 1 11.9962 109.826 -144.45 + 55 152.384 1448 2 0 11.9915 109.823 -145.85 + 55 240.532 959 1 1 11.8943 109.734 -174.45 + 55 225.164 1447 1 0 11.8903 109.725 -175.85 + 55 197.919 958 0 1 11.8118 109.539 -204.45 + 55 122.722 1446 0 0 11.8077 109.529 -205.85 +Number of digits in this event = 22 Using G4ParticleGun ... -9.85148 LIN +1.70869 LIN e- Event: 56 -Number of tracker hits in this event = 207 - 56 149.868 427 9 1 -94.6192 75.4157 65.55 - 56 195.07 1276 9 0 -94.6195 75.416 64.15 - 56 372.233 427 8 1 -94.6277 75.4243 35.55 - 56 356.901 1276 8 0 -94.6278 75.4238 34.15 - 56 137.325 427 7 1 -94.6232 75.4131 5.55 - 56 121.547 1276 7 0 -94.6233 75.4125 4.15 - 56 397.236 427 6 1 -94.6249 75.3986 -24.45 - 56 104.822 1276 6 0 -94.6239 75.3979 -25.85 - 56 222.483 427 5 1 -94.6023 75.3831 -54.45 - 56 122.468 1276 5 0 -94.601 75.3822 -55.85 - 56 727.717 427 4 1 -94.5726 75.3634 -84.45 - 56 519.902 1276 4 0 -94.5705 75.3618 -85.85 - 56 271.254 428 3 1 -94.5293 75.3262 -114.45 - 56 266.362 1276 3 0 -94.5273 75.3238 -115.85 - 56 501.636 428 2 1 -94.4831 75.2691 -144.45 - 56 341.846 1276 2 0 -94.4803 75.2667 -145.85 - 56 542.025 428 1 1 -94.421 75.2227 -174.45 - 56 106.121 1275 1 0 -94.4179 75.2207 -175.85 - 56 306.379 429 0 1 -94.3482 75.1821 -204.45 - 56 145.354 1275 0 0 -94.3466 75.1783 -205.85 - 56 191.758 1044 4 0 -123.323 28.9922 -86.25 - 56 6.44072 1045 4 0 -123.315 29.05 -86.1596 - 56 38.8022 1432 0 0 -108.95 106.655 -206.25 - 56 67.3682 1433 0 0 -108.941 106.75 -206.164 - 56 79.1135 1434 0 0 -108.937 106.95 -206.079 - 56 74.1351 1435 0 0 -109.049 107.15 -206.039 - 56 293.541 1436 0 0 -109.111 107.35 -206.047 - 56 129.174 403 0 1 -99.55 100.216 -204.728 - 56 152.734 404 0 1 -99.35 99.9986 -204.587 - 56 68.988 1437 0 0 -109.264 107.55 -206.011 - 56 72.3181 1438 0 0 -109.366 107.75 -206.015 - 56 68.5506 1439 0 0 -109.334 107.95 -206.104 - 56 8.77304 1440 0 0 -109.281 108.15 -206.224 - 56 12.7674 1546 0 0 -112.339 129.511 -206.25 - 56 146.308 1547 0 0 -112.349 129.55 -206.228 - 56 200.329 1548 0 0 -112.416 129.75 -206.068 - 56 169.583 1293 0 0 -134.325 78.7449 -206.25 - 56 24.6754 220 0 1 -136.065 78.5561 -204.85 - 56 60.9999 219 0 1 -136.15 78.5499 -204.784 - 56 54.8923 218 0 1 -136.35 78.5684 -204.653 - 56 54.7101 217 0 1 -136.55 78.5963 -204.584 - 56 55.6816 216 0 1 -136.75 78.5912 -204.537 - 56 52.1395 215 0 1 -136.95 78.5724 -204.507 - 56 79.042 214 0 1 -137.15 78.5973 -204.457 - 56 93.1942 213 0 1 -137.35 78.4726 -204.625 - 56 6.58501 1285 0 0 -137.912 77.0672 -205.85 - 56 133.59 1284 0 0 -137.918 77.05 -205.863 - 56 102.59 1283 0 0 -138.243 76.85 -206.001 - 56 54.1759 1282 0 0 -138.426 76.6499 -205.907 - 56 30.3433 201 0 1 -139.88 74.706 -204.85 - 56 369.357 200 0 1 -139.95 74.6386 -204.787 - 56 211.566 1401 1 0 -46.6181 100.35 -176.092 - 56 75.143 426 6 1 -94.75 75.0405 -24.6901 - 56 185.742 425 6 1 -94.95 74.899 -24.6709 - 56 125.144 424 6 1 -95.15 74.9801 -24.6915 - 56 139.813 1271 6 0 -97.0807 74.3886 -25.85 - 56 376.468 1277 4 0 -94.6486 75.4652 -85.85 - 56 413.134 427 3 1 -94.5848 75.5378 -114.45 - 56 363.446 1277 3 0 -94.5771 75.5443 -115.85 - 56 162.505 1278 2 0 -94.3984 75.675 -145.85 - 56 99.5193 430 1 1 -94.1055 75.8783 -174.45 - 56 213.892 1279 1 0 -94.0936 75.8887 -175.85 - 56 297.176 431 0 1 -93.8333 76.1155 -204.45 - 56 174.565 1280 0 0 -93.8212 76.1241 -205.85 - 56 165.45 428 4 1 -94.55 75.3178 -84.5794 - 56 1.30895 429 4 1 -94.35 75.0628 -84.8446 - 56 49.4309 1270 4 0 -93.5926 74.1512 -85.8501 - 56 107.345 1269 4 0 -93.5098 74.05 -85.9631 - 56 7.57793 1268 4 0 -93.3379 73.85 -86.2261 - 56 70.4549 524 3 1 -75.2478 52.5973 -114.45 - 56 86.7293 525 3 1 -75.05 52.417 -114.585 - 56 91.3219 526 3 1 -74.85 52.2408 -114.719 - 56 9.01143 1154 3 0 -73.2053 50.8727 -115.85 - 56 85.6358 1153 3 0 -73.1782 50.8499 -115.869 - 56 111.381 1152 3 0 -72.9368 50.65 -116.036 - 56 131.787 737 2 1 -32.6389 24.4103 -144.45 - 56 85.6764 738 2 1 -32.45 24.3106 -144.622 - 56 21.181 739 2 1 -32.25 24.2131 -144.794 - 56 157.217 1017 2 0 -30.792 23.6099 -145.85 - 56 27.3961 1016 2 0 -30.3273 23.4499 -146.183 - 56 33.7286 946 1 1 9.39911 11.5714 -174.45 - 56 111.573 947 1 1 9.45 11.5409 -174.485 - 56 186.383 948 1 1 9.65 11.4005 -174.636 - 56 17.1749 949 1 1 9.85003 11.2646 -174.795 - 56 22.2647 952 1 0 11.091 10.4924 -175.85 - 56 139.725 951 1 0 11.1622 10.45 -175.905 - 56 72.8708 950 1 0 11.4744 10.2499 -176.134 - 56 195.49 1150 0 1 50.1028 -12.8764 -204.45 - 56 267.847 1151 0 1 50.25 -13.098 -204.573 - 56 78.159 827 0 0 50.9144 -14.4542 -205.85 - 56 71.1315 826 0 0 51.0308 -14.6501 -206.035 - 56 27.8699 825 0 0 51.1541 -14.85 -206.214 - 56 86.0224 551 0 0 104.841 -69.674 -206.25 - 56 156.443 550 0 0 105.061 -69.85 -206.124 - 56 98.6332 549 0 0 105.339 -70.05 -205.977 - 56 1.0744 1437 0 1 107.745 -71.4958 -204.85 - 56 83.0848 1438 0 1 107.75 -71.4988 -204.848 - 56 110.68 1439 0 1 107.95 -71.6182 -204.784 - 56 100.17 1440 0 1 108.15 -71.787 -204.716 - 56 71.8501 1441 0 1 108.35 -71.9612 -204.604 - 56 16.9955 1442 0 1 108.55 -72.1009 -204.485 - 56 168.585 520 1 0 103.509 -75.9398 -176.25 - 56 101.188 1415 1 1 103.22 -76.0713 -174.85 - 56 115.349 1414 1 1 103.102 -75.5993 -174.45 - 56 52.708 1148 0 1 49.7432 -12.7702 -204.45 - 56 98.5682 1149 0 1 49.85 -12.8556 -204.575 - 56 180.066 829 0 0 51.5975 -14.1131 -205.85 - 56 206.207 828 0 0 51.7874 -14.2501 -206.046 - 56 66.3279 830 0 0 52.4295 -14.0499 -206.166 - 56 245.447 906 0 0 60.1512 1.34349 -206.25 - 56 72.2921 426 4 1 -94.75 75.3317 -84.6441 - 56 9.1859 1273 4 0 -95.2239 74.6663 -85.8502 - 56 196.107 1272 4 0 -95.2346 74.65 -85.8814 - 56 295.96 1274 2 0 -94.4688 74.8959 -145.85 - 56 623.272 1272 1 0 -94.4091 74.5932 -175.85 - 56 118.277 1271 0 0 -93.8679 74.3526 -205.85 - 56 475.273 428 0 1 -94.4416 74.6294 -204.45 - 56 199.093 1272 0 0 -94.4543 74.6356 -205.85 - 56 194.665 1268 0 0 -94.4821 73.846 -205.85 - 56 44.6466 1273 0 0 -94.3862 74.65 -206.121 - 56 40.9556 1264 0 0 -87.5524 72.9414 -206.25 - 56 73.0708 1263 0 0 -87.4604 72.85 -206.102 - 56 34.1581 466 0 1 -86.7242 72.5592 -204.85 - 56 92.8948 467 0 1 -86.6496 72.5342 -204.715 - 56 112.152 1270 1 0 -95.1348 74.0759 -176.25 - 56 80.2276 420 1 1 -96.0072 74.1473 -174.85 - 56 242.904 419 1 1 -96.15 74.1489 -174.703 - 56 68.5152 418 1 1 -96.3501 74.2373 -174.458 - 56 65.951 417 1 1 -96.55 74.4028 -174.62 - 56 3.06223 1276 1 0 -97.443 75.4445 -175.85 - 56 78.1725 1277 1 0 -97.4474 75.45 -175.856 - 56 96.454 1278 1 0 -97.3937 75.65 -175.97 - 56 79.1546 1280 1 0 -97.0509 76.05 -175.963 - 56 181.311 411 1 1 -97.7651 76.5787 -174.85 - 56 98.9068 1285 1 0 -97.9475 77.0771 -175.85 - 56 127.027 1286 1 0 -97.9346 77.25 -175.94 - 56 158.495 1287 1 0 -97.9117 77.45 -175.864 - 56 50.534 1713 1 0 -112.842 162.881 -176.25 - 56 167.29 1269 0 0 -94.3634 73.8844 -205.85 - 56 120.582 426 7 1 -94.7748 75.7611 5.55 - 56 176.127 1278 7 0 -94.7709 75.7649 4.15 - 56 122.265 1278 6 0 -94.6742 75.7455 -25.85 - 56 232.137 430 5 1 -94.1428 75.9326 -54.45 - 56 132.608 1279 5 0 -94.1083 75.9401 -55.85 - 56 107.752 433 4 1 -93.4747 76.1224 -84.45 - 56 312.061 1280 4 0 -93.4432 76.1062 -85.85 - 56 203.633 436 3 1 -92.7968 75.8299 -114.45 - 56 147.309 1278 3 0 -92.7427 75.8068 -115.85 - 56 173.745 442 2 1 -91.67 75.3707 -144.45 - 56 151.784 458 0 1 -88.4213 73.8448 -204.45 - 56 164.955 1277 2 0 -91.2727 75.5254 -145.85 - 56 67.6328 1187 2 0 -137.606 57.6136 -146.25 - 56 246.887 1188 2 0 -137.742 57.65 -146.129 - 56 13.833 209 2 1 -138.222 57.8143 -144.85 - 56 59.2347 1190 2 0 -140.607 58.1014 -145.85 - 56 69.4528 195 2 1 -140.956 58.4762 -144.85 - 56 8.01754 1193 2 0 -142.145 58.8005 -145.85 - 56 40.4095 175 2 1 -145.02 56.0281 -144.85 - 56 94.0083 428 7 1 -94.3726 75.5634 5.55 - 56 108.266 1277 7 0 -94.3735 75.5837 4.15 - 56 111.773 428 6 1 -94.4665 75.9232 -24.45 - 56 164.9 1279 6 0 -94.4757 75.9354 -25.85 - 56 111.239 426 5 1 -94.7549 76.2339 -54.45 - 56 118.725 1281 5 0 -94.7564 76.2513 -55.85 - 56 119.68 1283 4 0 -94.7219 76.6929 -85.85 - 56 328.641 1286 3 0 -94.6517 77.3011 -115.85 - 56 364.341 429 2 1 -94.2024 78.0818 -144.45 - 56 123.425 1290 2 0 -94.1771 78.129 -145.85 - 56 151.85 432 1 1 -93.5761 79.0769 -174.45 - 56 205.93 1295 1 0 -93.5419 79.1236 -175.85 - 56 177.4 436 0 1 -92.8215 80.1715 -204.45 - 56 48.2501 1300 0 0 -92.7229 80.2426 -205.85 - 56 88.5392 1301 0 0 -92.7134 80.25 -205.99 - 56 131.546 1287 2 0 -94.2601 77.5793 -145.85 - 56 19.7956 392 1 1 -101.726 73.4693 -174.45 - 56 121.996 391 1 1 -101.75 73.4888 -174.506 - 56 168.351 1269 1 0 -102.323 73.862 -175.85 - 56 55.3744 933 1 0 -169.151 6.80246 -176.25 - 56 69.3345 932 1 0 -169.276 6.65 -176.181 - 56 64.0622 931 1 0 -169.415 6.45 -176.053 - 56 61.4703 930 1 0 -169.599 6.25 -175.923 - 56 66.6202 47 1 1 -170.633 4.67149 -174.85 - 56 288.647 46 1 1 -170.75 4.45671 -174.738 - 56 274.332 45 1 1 -170.95 3.68973 -174.68 - 56 81.1308 908 2 0 -159.239 1.82015 -146.25 - 56 59.253 909 2 0 -159.192 1.85 -146.021 - 56 3.11553 106 2 1 -158.754 2.63783 -144.85 - 56 97.2074 107 2 1 -158.75 2.64528 -144.839 - 56 74.8064 108 2 1 -158.55 2.82474 -144.629 - 56 58.5251 109 2 1 -158.35 2.9604 -144.617 - 56 47.531 110 2 1 -158.15 3.02508 -144.724 - 56 347.198 913 2 0 -157.313 2.81735 -145.85 - 56 69.0207 914 2 0 -157.004 2.85 -146.221 - 56 0.570713 915 2 0 -157 3.05 -146.249 - 56 140.76 1280 5 0 -94.763 76.25 -55.8977 - 56 298.93 428 5 1 -94.5498 75.9695 -54.4978 - 56 88.126 429 5 1 -94.35 75.701 -54.6817 - 56 75.4717 431 5 1 -93.95 75.551 -54.7686 - 56 383.44 432 5 1 -93.75 75.6044 -54.7461 - 56 95.6674 426 8 1 -94.75 75.4842 35.417 - 56 281.402 425 8 1 -94.95 75.5873 35.5007 - 56 8.7355 424 8 1 -95.15 75.4959 35.4379 - 56 67.4013 1278 4 0 -156.035 75.65 -85.8924 - 56 48.1638 1279 4 0 -156.149 75.85 -85.9588 - 56 100.82 1274 3 0 -94.4302 74.9376 -115.85 - 56 1.26596 424 2 1 -95.1535 74.6736 -144.45 - 56 104.296 425 2 1 -95.15 74.6734 -144.458 -Number of digits in this event = 94 -Using G4ParticleGun ... -2.84915 LIN +Number of tracker hits in this event = 19 + 56 130.626 282 7 1 -123.574 -78.307 5.55 + 56 105.738 508 7 0 -123.578 -78.312 4.15 + 56 102.726 282 6 1 -123.667 -78.4161 -24.45 + 56 117.846 508 6 0 -123.672 -78.4156 -25.85 + 56 140.571 281 5 1 -123.764 -78.4069 -54.45 + 56 110.891 508 5 0 -123.765 -78.4009 -55.85 + 56 135.521 281 4 1 -123.781 -78.2545 -84.45 + 56 191.991 509 4 0 -123.796 -78.2499 -85.85 + 56 136.12 280 3 1 -124.139 -78.1251 -114.45 + 56 211.087 509 3 0 -124.169 -78.1159 -115.85 + 56 137.061 276 2 1 -124.791 -77.9304 -144.45 + 56 109.916 510 2 0 -124.817 -77.9221 -145.85 + 56 103.682 273 1 1 -125.404 -77.7414 -174.45 + 56 139.101 511 1 0 -125.438 -77.7202 -175.85 + 56 210.804 270 0 1 -126.095 -77.3041 -204.45 + 56 120.435 513 0 0 -126.125 -77.2864 -205.85 + 56 454.326 190 0 1 -141.95 -54.0325 -204.728 + 56 43.3291 189 0 1 -142.15 -53.9218 -204.536 + 56 165.215 283 7 1 -123.55 -78.3192 5.34424 +Number of digits in this event = 14 +Using G4ParticleGun ... +5.14246 LIN e- Event: 57 -Number of tracker hits in this event = 27 - 57 101.766 613 8 1 -57.3592 130.137 35.55 - 57 122.325 1549 8 0 -57.3551 130.135 34.15 - 57 156.609 613 7 1 -57.2584 130.101 5.55 - 57 117.283 1549 7 0 -57.253 130.101 4.15 - 57 143.234 614 6 1 -57.1467 130.096 -24.45 - 57 142.881 1549 6 0 -57.1421 130.099 -25.85 - 57 238.595 615 5 1 -57.048 130.154 -54.45 - 57 126.293 1550 5 0 -57.0416 130.16 -55.85 - 57 244.636 615 4 1 -56.9131 130.304 -84.45 - 57 139.765 1550 4 0 -56.909 130.308 -85.85 - 57 129.582 616 3 1 -56.8376 130.4 -114.45 - 57 127.234 1551 3 0 -56.828 130.397 -115.85 - 57 153.384 617 2 1 -56.6477 130.35 -144.45 - 57 112.825 1551 2 0 -56.6416 130.356 -145.85 - 57 327.947 617 1 1 -56.5291 130.496 -174.45 - 57 290.643 1551 1 0 -56.5181 130.505 -175.85 - 57 122.575 618 0 1 -56.2955 130.686 -204.45 - 57 132.865 1552 0 0 -56.2864 130.697 -205.85 - 57 126.735 1554 1 0 -56.3925 131.003 -175.85 - 57 1.71457 1555 1 0 -56.338 131.15 -176.241 - 57 68.318 631 0 1 -53.7673 141.76 -204.45 - 57 65.2411 632 0 1 -53.65 141.856 -204.656 - 57 130.929 1611 0 0 -53.1014 142.422 -205.85 - 57 112.767 614 0 1 -57.0691 131.069 -204.45 - 57 130.062 1554 0 0 -57.1168 131.096 -205.85 - 57 265.104 1549 5 0 -57.0316 130.15 -56.2158 - 57 91.9029 745 0 1 -30.85 162.292 -204.499 -Number of digits in this event = 21 +Number of tracker hits in this event = 18 + 57 173.029 1082 8 1 36.6238 -133.973 35.55 + 57 125.652 230 8 0 36.6241 -133.974 34.15 + 57 117.977 1082 7 1 36.6307 -134.004 5.55 + 57 111.289 230 7 0 36.6296 -134.007 4.15 + 57 92.0809 1082 6 1 36.6097 -134.07 -24.45 + 57 168.677 230 6 0 36.6084 -134.071 -25.85 + 57 237.068 1082 5 1 36.5833 -134.105 -54.45 + 57 150.815 230 5 0 36.5813 -134.107 -55.85 + 57 179.312 1082 4 1 36.5418 -134.143 -84.45 + 57 176.74 230 4 0 36.5404 -134.145 -85.85 + 57 146.936 1082 3 1 36.5124 -134.186 -114.45 + 57 111.631 229 3 0 36.5129 -134.187 -115.85 + 57 106.449 1082 2 1 36.5222 -134.227 -144.45 + 57 120.611 229 2 0 36.5232 -134.228 -145.85 + 57 124.152 1082 1 1 36.5412 -134.258 -174.45 + 57 109.064 229 1 0 36.5404 -134.259 -175.85 + 57 148.4 1082 0 1 36.5256 -134.284 -204.45 + 57 133.347 229 0 0 36.5246 -134.286 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -4.13663 LIN +6.63974 LIN e- Event: 58 -Number of tracker hits in this event = 81 - 58 98.2689 928 11 1 5.75 77.0716 125.55 - 58 130.132 1285 11 0 5.74866 77.0708 124.15 - 58 106.308 928 10 1 5.72109 77.0508 95.55 - 58 103.586 1284 10 0 5.71678 77.0471 94.15 - 58 107.741 927 9 1 5.62737 76.9685 65.55 - 58 147.861 1284 9 0 5.62102 76.9645 64.15 - 58 336.457 927 8 1 5.48232 76.8753 35.55 - 58 120.472 1284 8 0 5.47562 76.8709 34.15 - 58 141.242 926 7 1 5.33873 76.7773 5.55 - 58 147.016 1283 7 0 5.32795 76.7748 4.15 - 58 168.852 925 6 1 5.12455 76.7236 -24.45 - 58 321.362 1283 6 0 5.11685 76.7232 -25.85 - 58 112.15 924 5 1 4.94469 76.6964 -54.45 - 58 105.76 1283 5 0 4.94141 76.6973 -55.85 - 58 114.977 924 4 1 4.88766 76.7118 -84.45 - 58 127.414 1283 4 0 4.88161 76.7139 -85.85 - 58 136.983 923 3 1 4.75213 76.7585 -114.45 - 58 97.032 1283 3 0 4.74737 76.7594 -115.85 - 58 138.267 923 2 1 4.65073 76.7866 -144.45 - 58 261.154 922 2 1 4.65 76.7866 -144.483 - 58 562.148 1283 2 0 4.62253 76.7884 -145.85 - 58 342.16 920 1 1 4.24718 76.7986 -174.45 - 58 295.141 1283 1 0 4.23786 76.8162 -175.85 - 58 114.069 920 0 1 4.08425 77.1272 -204.45 - 58 384.045 1285 0 0 4.1397 77.1186 -205.85 - 58 125.415 919 0 1 4.05 77.0893 -204.477 - 58 108.683 1284 0 0 3.77727 76.8536 -205.85 - 58 99.1943 1283 0 0 3.7713 76.8497 -205.89 - 58 117.991 1284 2 0 4.52456 76.85 -146.113 - 58 422.481 1285 2 0 4.31113 77.05 -145.967 - 58 158.351 924 6 1 5.04991 76.7124 -24.5297 - 58 69.0273 861 5 1 -7.78449 78.7923 -54.45 - 58 173.356 862 5 1 -7.65 78.65 -54.5215 - 58 93.5197 863 5 1 -7.45 78.2422 -54.6967 - 58 27.6415 1289 5 0 -6.72609 77.8588 -55.85 - 58 119.589 1288 5 0 -6.71026 77.85 -55.8772 - 58 80.0015 1287 5 0 -6.70982 77.65 -56.0852 - 58 410.438 925 5 1 5.20695 76.5611 -54.45 - 58 319.546 1282 5 0 5.2029 76.5495 -55.85 - 58 253.294 925 4 1 5.11877 76.325 -84.45 - 58 129.271 1281 4 0 5.11401 76.3108 -85.85 - 58 372.001 924 3 1 4.97437 76.1064 -114.45 - 58 93.6825 1280 3 0 4.94267 76.0606 -115.85 - 58 27.2786 1279 3 0 4.93529 76.05 -116.169 - 58 155.751 921 2 1 4.26327 74.9086 -144.45 - 58 115.851 1273 2 0 4.22808 74.8399 -145.85 - 58 135.652 917 1 1 3.61064 73.4577 -174.45 - 58 149.728 1266 1 0 3.55835 73.3893 -175.85 - 58 25.0861 912 0 1 2.45428 72.0609 -204.45 - 58 91.3327 911 0 1 2.45 72.0587 -204.568 - 58 120.686 1259 0 0 2.40179 72.0422 -205.85 - 58 169.747 1278 3 0 5.08574 75.85 -115.864 - 58 55.0588 937 2 1 7.50359 72.1273 -144.45 - 58 70.167 938 2 1 7.65 72.1238 -144.583 - 58 50.5196 939 2 1 7.85 72.1253 -144.746 - 58 239.464 1260 2 0 9.53098 72.1884 -145.85 - 58 18.6263 1261 2 0 10.0984 72.25 -146.241 - 58 230.901 1125 1 1 45.0991 79.5914 -174.45 - 58 28.1008 1290 1 0 45.0724 78.1371 -175.85 - 58 106.886 1289 1 0 45.0855 78.05 -175.915 - 58 6.58429 1288 1 0 45.1005 77.85 -176.221 - 58 40.2453 1171 1 0 53.1812 54.2773 -176.25 - 58 94.3549 1170 1 0 53.2048 54.25 -176.131 - 58 33.0341 1163 1 1 52.827 53.7412 -174.85 - 58 409.485 1164 1 1 52.85 53.6344 -174.722 - 58 247.621 1165 1 1 53.0501 53.5564 -174.658 - 58 129.013 1166 1 1 53.25 53.5456 -174.604 - 58 1.89225 956 2 1 11.45 145.396 -144.71 - 58 125.535 1282 4 0 5.10771 76.5162 -85.85 - 58 119.158 1282 3 0 4.93676 76.6147 -115.85 - 58 124.185 917 0 1 3.54977 76.8856 -204.45 - 58 145.507 1282 1 0 4.17515 76.4948 -175.85 - 58 38.634 926 0 1 5.39374 73.9817 -204.45 - 58 56.0878 927 0 1 5.45 73.9703 -204.623 - 58 306.778 1269 0 0 5.86146 73.9129 -205.85 - 58 89.6625 1286 2 0 3.69103 77.25 -145.862 - 58 112.319 921 1 1 4.28085 76.9008 -174.45 - 58 116.908 1284 1 0 4.29627 76.914 -175.85 - 58 123.954 922 0 1 4.50236 77.1778 -204.45 - 58 163.929 1240 5 0 -29.8895 68.1263 -56.25 - 58 309.52 1241 5 0 -30.0959 68.25 -56.1142 -Number of digits in this event = 44 +Number of tracker hits in this event = 33 + 58 144.778 873 11 1 -5.26286 -29.1109 125.55 + 58 165.355 754 11 0 -5.26357 -29.111 124.15 + 58 105.005 873 10 1 -5.27469 -29.1092 95.55 + 58 124.866 754 10 0 -5.2758 -29.108 94.15 + 58 138.437 873 9 1 -5.29986 -29.0906 65.55 + 58 114.794 754 9 0 -5.30081 -29.0891 64.15 + 58 153.71 873 8 1 -5.31816 -29.0596 35.55 + 58 146.008 754 8 0 -5.31846 -29.0594 34.15 + 58 169.282 873 7 1 -5.32502 -29.0577 5.55 + 58 104.826 754 7 0 -5.32492 -29.0586 4.15 + 58 263.161 873 6 1 -5.32294 -29.0752 -24.45 + 58 116.138 754 6 0 -5.32185 -29.0763 -25.85 + 58 153.855 873 5 1 -5.29961 -29.1062 -54.45 + 58 106.208 754 5 0 -5.29804 -29.1074 -55.85 + 58 127.756 873 4 1 -5.26416 -29.135 -84.45 + 58 136.173 754 4 0 -5.2617 -29.1375 -85.85 + 58 118.454 874 3 1 -5.20632 -29.1875 -114.45 + 58 124.845 754 3 0 -5.20406 -29.1909 -115.85 + 58 203.494 874 2 1 -5.15517 -29.2643 -144.45 + 58 101.412 753 2 0 -5.15405 -29.2649 -145.85 + 58 104.813 874 1 1 -5.12817 -29.2766 -174.45 + 58 133.647 753 1 0 -5.12751 -29.2762 -175.85 + 58 227.246 874 0 1 -5.11243 -29.261 -204.45 + 58 224.25 753 0 0 -5.1151 -29.2582 -205.85 + 58 4.92721 643 0 1 -51.2628 -68.5532 -204.85 + 58 256.514 644 0 1 -51.25 -68.5482 -204.835 + 58 148.072 875 0 1 -5.05 -29.4044 -204.675 + 58 55.4687 752 0 0 -4.97702 -29.6241 -205.85 + 58 87.1183 751 0 0 -4.97168 -29.6501 -206 + 58 206.257 754 0 0 -4.40385 -29.0989 -205.85 + 58 39.0492 755 0 0 -4.23057 -29.05 -206.178 + 58 151.313 505 3 0 -34.7707 -78.9451 -116.25 + 58 176.513 874 5 1 -5.25 -29.0838 -54.6835 +Number of digits in this event = 23 Using G4ParticleGun ... -1.04908 LIN +4.20255 LIN e- Event: 59 -Number of tracker hits in this event = 76 - 59 192.433 640 9 1 -51.8516 -118.403 65.55 - 59 248.244 308 9 0 -51.85 -118.406 64.15 - 59 112.644 641 8 1 -51.8162 -118.451 35.55 - 59 138.639 308 8 0 -51.8153 -118.453 34.15 - 59 126.379 641 7 1 -51.7698 -118.494 5.55 - 59 145.872 308 7 0 -51.7651 -118.498 4.15 - 59 128.857 642 6 1 -51.625 -118.53 -24.45 - 59 328.957 308 6 0 -51.6141 -118.542 -25.85 - 59 125.007 643 5 1 -51.3973 -118.798 -54.45 - 59 263.212 306 5 0 -51.3766 -118.815 -55.85 - 59 276.912 645 4 1 -51.0098 -119.147 -84.45 - 59 110.23 304 4 0 -50.9933 -119.173 -85.85 - 59 136.004 646 3 1 -50.6791 -119.672 -114.45 - 59 173.003 302 3 0 -50.6633 -119.695 -115.85 - 59 116.752 648 2 1 -50.34 -120.141 -144.45 - 59 149.322 299 2 0 -50.3171 -120.167 -145.85 - 59 0.932757 651 1 1 -49.8477 -120.717 -174.45 - 59 137.992 650 1 1 -49.85 -120.714 -174.46 - 59 232.213 300 1 0 -50.0263 -120.073 -175.85 - 59 57.9258 301 1 0 -50.0789 -119.95 -176.083 - 59 94.5425 590 0 1 -61.9365 -101.791 -204.45 - 59 140.345 591 0 1 -61.85 -101.835 -204.677 - 59 161.149 392 0 0 -62.024 -101.681 -205.85 - 59 68.3924 391 0 0 -62.1214 -101.75 -206.203 - 59 145.443 390 0 0 -62.0651 -101.95 -206.18 - 59 122.805 389 0 0 -61.9184 -102.15 -205.889 - 59 316.413 388 0 0 -61.6711 -102.35 -205.964 - 59 193.553 305 5 0 -51.3304 -118.95 -56.2095 - 59 254.464 641 6 1 -51.7313 -118.541 -24.45 - 59 110.256 307 6 0 -51.7393 -118.55 -25.9475 - 59 248.871 641 5 1 -51.7418 -118.681 -54.45 - 59 106.584 307 5 0 -51.6978 -118.641 -55.85 - 59 112.032 311 4 0 -50.9683 -117.806 -85.85 - 59 114.09 650 3 1 -49.945 -117.959 -114.45 - 59 165.03 310 3 0 -49.8794 -117.989 -115.85 - 59 113.166 656 2 1 -48.7556 -118.447 -144.45 - 59 143.395 308 2 0 -48.6811 -118.522 -145.85 - 59 93.08 663 1 1 -47.2847 -119.967 -174.45 - 59 123.939 669 0 1 -46.1517 -120.427 -204.45 - 59 108.694 298 0 0 -46.1298 -120.453 -205.85 - 59 37.9001 325 5 0 -51.5522 -114.986 -55.85 - 59 75.9764 326 5 0 -51.5302 -114.95 -55.9939 - 59 135.859 662 4 1 -47.5562 -107.864 -84.4501 - 59 302.356 364 4 0 -47.5987 -107.225 -85.85 - 59 95.2263 365 4 0 -47.6027 -107.15 -86.0126 - 59 105.832 656 3 1 -48.6885 -95.1024 -114.45 - 59 11.9926 426 3 0 -48.8468 -94.7637 -115.85 - 59 100.595 427 3 0 -48.8537 -94.75 -115.907 - 59 130.76 640 2 1 -51.8711 -87.6608 -144.45 - 59 80.0344 464 2 0 -51.9069 -87.1419 -145.85 - 59 52.9462 465 2 0 -51.9099 -87.05 -146.092 - 59 131.042 643 1 1 -51.2991 -75.6715 -174.45 - 59 93.0906 526 1 0 -51.3482 -74.7935 -175.85 - 59 123.955 527 1 0 -51.3637 -74.65 -176.07 - 59 44.4126 627 0 1 -54.512 -55.5161 -204.45 - 59 72.2773 628 0 1 -54.45 -55.4328 -204.648 - 59 63.5585 625 0 0 -54.1299 -54.9028 -205.85 - 59 148.229 626 0 0 -54.0964 -54.8499 -205.975 - 59 94.6702 402 3 0 -79.4253 -99.7099 -116.25 - 59 213.16 403 3 0 -79.5954 -99.5494 -116.106 - 59 406.753 501 3 1 -79.8291 -100.107 -114.85 - 59 91.7363 706 2 1 -38.8093 -103.749 -144.45 - 59 10.4136 732 2 1 -33.65 -102.351 -144.757 - 59 159.888 733 2 1 -33.4499 -102.295 -144.769 - 59 82.5051 392 2 0 -31.777 -101.67 -145.85 - 59 247.163 286 3 0 -55.9114 -122.862 -116.25 - 59 10.6715 287 3 0 -55.8182 -122.75 -116.006 - 59 260.117 645 1 1 -50.8948 -118.495 -174.451 - 59 96.4191 307 1 0 -50.7824 -118.608 -175.85 - 59 134.885 654 0 1 -49.094 -121.517 -204.45 - 59 170.242 289 0 0 -49.3018 -122.189 -205.85 - 59 17.2831 288 0 0 -49.3481 -122.35 -206.174 - 59 343.256 306 1 0 -51.2951 -118.775 -175.85 - 59 65.3364 593 0 1 -61.2667 -123.596 -204.45 - 59 91.5492 592 0 1 -61.4504 -123.612 -204.637 - 59 278.906 281 0 0 -62.3347 -123.756 -205.85 -Number of digits in this event = 43 +Number of tracker hits in this event = 69 + 59 92.4475 1039 9 0 -132.734 27.9781 64.0236 + 59 111.463 237 8 1 -132.726 27.9726 35.55 + 59 120.28 1039 8 0 -132.725 27.9715 34.15 + 59 101.374 237 7 1 -132.694 27.9475 5.55 + 59 154.54 1039 7 0 -132.693 27.9461 4.15 + 59 154.44 237 6 1 -132.687 27.923 -24.45 + 59 145.703 1039 6 0 -132.687 27.9254 -25.85 + 59 291.988 237 5 1 -132.701 27.9714 -54.45 + 59 121.876 1039 5 0 -132.703 27.9767 -55.85 + 59 160.963 237 4 1 -132.744 28.0917 -84.45 + 59 129.247 1040 4 0 -132.744 28.0981 -85.85 + 59 234.768 237 3 1 -132.746 28.2317 -114.45 + 59 462.472 1040 3 0 -132.746 28.2369 -115.85 + 59 106.269 236 2 1 -132.753 28.3361 -144.45 + 59 132.372 1041 2 0 -132.755 28.3417 -145.85 + 59 128.259 236 1 1 -132.808 28.4703 -174.45 + 59 169.348 1042 1 0 -132.807 28.479 -175.85 + 59 358.311 236 0 1 -132.792 28.653 -204.45 + 59 172.307 1043 0 0 -132.792 28.6615 -205.85 + 59 90.7677 9 3 0 -128.816 -178.15 -116.17 + 59 63.1867 237 2 1 -132.75 28.3443 -144.455 + 59 352.121 238 2 1 -132.55 28.2802 -144.518 + 59 75.5577 239 2 1 -132.35 28.1972 -144.677 + 59 332.124 240 2 1 -132.15 28.1751 -144.709 + 59 421.344 236 3 1 -132.763 28.2378 -114.45 + 59 262.929 1039 3 0 -132.864 28.05 -116.019 + 59 60.4253 224 2 1 -135.162 23.3901 -144.45 + 59 102.25 223 2 1 -135.35 23.3052 -144.598 + 59 113.019 222 2 1 -135.55 23.2113 -144.798 + 59 141.539 1013 2 0 -136.294 22.8364 -145.85 + 59 5.48227 1012 2 0 -136.56 22.65 -146.23 + 59 139.97 105 1 1 -159.065 8.737 -174.451 + 59 75.0043 941 1 0 -159.142 8.31875 -175.85 + 59 39.0234 940 1 0 -159.153 8.25 -176.093 + 59 47.7319 116 0 1 -156.901 2.46339 -204.45 + 59 62.7589 117 0 1 -156.75 2.43248 -204.524 + 59 53.2942 118 0 1 -156.55 2.38643 -204.596 + 59 57.7997 119 0 1 -156.35 2.3248 -204.663 + 59 60.8722 120 0 1 -156.15 2.27593 -204.752 + 59 221.909 908 0 0 -154.307 1.82526 -205.85 + 59 140.58 895 0 0 -126.512 -0.988304 -206.25 + 59 105.424 269 0 1 -126.316 -0.89029 -204.85 + 59 238.252 124 5 1 -155.261 -131.87 -54.85 + 59 25.6141 123 5 1 -155.35 -132.012 -54.6883 + 59 118.034 221 2 1 -135.75 23.1038 -144.534 + 59 113.258 261 2 1 -127.921 27.5553 -144.45 + 59 149.133 1036 2 0 -127.793 27.3562 -145.85 + 59 103.478 266 1 1 -126.92 24.6214 -174.45 + 59 150.797 1023 1 0 -126.792 24.7925 -175.85 + 59 132.738 277 0 1 -124.672 26.3781 -204.45 + 59 15.3269 1033 0 0 -124.768 26.8352 -205.85 + 59 136.75 1034 0 0 -124.773 26.85 -205.897 + 59 130.294 1024 1 0 -126.811 24.85 -175.942 + 59 422.512 972 1 0 -135.581 14.6433 -176.25 + 59 7.73967 212 1 1 -137.637 17.2241 -174.85 + 59 157.589 1001 1 0 -141.656 20.2697 -175.85 + 59 136.007 1044 0 0 -132.989 28.9345 -205.85 + 59 122.836 1042 0 0 -132.937 28.6391 -205.85 + 59 108.798 1040 2 0 -132.465 28.1618 -145.85 + 59 194.661 235 1 1 -133.058 27.99 -174.45 + 59 163.375 1039 1 0 -133.138 27.9891 -175.85 + 59 104.62 225 0 1 -135.002 27.8436 -204.45 + 59 223.087 1038 0 0 -135.115 27.8438 -205.85 + 59 119.459 1019 2 0 -132.505 23.8678 -145.851 + 59 23.6437 238 1 1 -132.352 23.577 -174.45 + 59 82.3366 239 1 1 -132.35 23.5815 -174.541 + 59 132.668 1018 1 0 -132.287 23.6965 -175.85 + 59 111.097 244 0 1 -131.253 25.1644 -204.45 + 59 108.561 1026 0 0 -131.23 25.3791 -205.85 +Number of digits in this event = 40 Using G4ParticleGun ... -3.65833 LIN +2.54935 LIN e- Event: 60 -Number of tracker hits in this event = 26 - 60 121.515 524 11 1 -75.1595 -15.9025 125.55 - 60 113.917 820 11 0 -75.1584 -15.9037 124.15 - 60 101.088 524 10 1 -75.1319 -15.9265 95.55 - 60 223.688 820 10 0 -75.1317 -15.93 94.15 - 60 126.947 524 9 1 -75.12 -15.9965 65.55 - 60 114.773 820 9 0 -75.1206 -15.9996 64.15 - 60 122.063 524 8 1 -75.133 -16.0622 35.55 - 60 133.64 819 8 0 -75.1346 -16.0692 34.15 - 60 137.516 524 7 1 -75.1769 -16.2069 5.55 - 60 106.157 819 7 0 -75.18 -16.2148 4.15 - 60 653.024 524 6 1 -75.246 -16.3821 -24.45 - 60 109.668 818 6 0 -75.2493 -16.3924 -25.85 - 60 120.139 523 5 1 -75.323 -16.6093 -54.45 - 60 140.471 817 5 0 -75.3255 -16.6206 -55.85 - 60 255.827 523 4 1 -75.3847 -16.8487 -84.45 - 60 206.584 815 4 0 -75.3888 -16.8581 -85.85 - 60 124.421 522 3 1 -75.4747 -17.0343 -114.45 - 60 158.423 815 3 0 -75.4803 -17.0423 -115.85 - 60 298.442 522 2 1 -75.585 -17.1961 -144.45 - 60 109.421 814 2 0 -75.5925 -17.2038 -145.85 - 60 265.25 521 1 1 -75.74 -17.3644 -174.45 - 60 118.689 813 1 0 -75.7445 -17.3705 -175.85 - 60 123.194 521 0 1 -75.8333 -17.481 -204.45 - 60 235.706 812 0 0 -75.8394 -17.4875 -205.85 - 60 2.64475 523 6 1 -75.25 -16.505 -24.6333 - 60 100.502 378 0 1 -104.35 -56.6718 -204.648 -Number of digits in this event = 18 +Number of tracker hits in this event = 68 + 60 250.16 549 7 1 -70.1594 -130.066 5.55 + 60 149.081 250 7 0 -70.1575 -130.066 4.15 + 60 118.587 549 6 1 -70.1247 -130.039 -24.45 + 60 110.169 250 6 0 -70.1223 -130.037 -25.85 + 60 114.157 549 5 1 -70.0793 -130.01 -54.45 + 60 156.93 250 5 0 -70.0803 -130.009 -55.85 + 60 115.821 549 4 1 -70.1013 -129.979 -84.45 + 60 101.923 250 4 0 -70.1031 -129.976 -85.85 + 60 179.221 549 3 1 -70.1499 -129.907 -114.45 + 60 256.281 251 3 0 -70.1516 -129.902 -115.85 + 60 222.476 549 2 1 -70.1822 -129.801 -144.45 + 60 176.051 251 2 0 -70.186 -129.798 -145.85 + 60 107.38 548 1 1 -70.2589 -129.725 -174.45 + 60 227.886 252 1 0 -70.2655 -129.718 -175.85 + 60 230.31 548 0 1 -70.399 -129.556 -204.45 + 60 251.399 253 0 0 -70.4078 -129.548 -205.85 + 60 26.0165 454 2 0 94.8915 -89.2325 -146.25 + 60 260.877 453 2 0 94.8585 -89.2501 -146.229 + 60 27.6324 695 5 0 18.2641 -41.05 -56.0112 + 60 9.55348 118 2 1 -156.366 42.8253 -144.85 + 60 34.7373 1248 3 0 -153.503 69.65 -115.895 + 60 426.59 550 3 1 -70.0406 -129.976 -114.45 + 60 190.733 250 3 0 -70.0181 -129.98 -115.85 + 60 560.733 550 2 1 -69.9511 -131.035 -144.45 + 60 99.7427 245 2 0 -69.9338 -131.078 -145.85 + 60 129.261 552 1 1 -69.5012 -131.357 -174.45 + 60 122.7 245 1 0 -69.6782 -131.132 -175.85 + 60 104.159 537 0 1 -72.5338 -127.234 -204.45 + 60 133.709 264 0 0 -72.2874 -127.194 -205.85 + 60 14.2722 548 2 1 -70.25 -128.174 -144.812 + 60 131.424 259 2 0 -70.34 -128.229 -145.85 + 60 8.04935 537 1 1 -72.6467 -129.596 -174.45 + 60 138.225 536 1 1 -72.65 -129.597 -174.49 + 60 101.272 529 0 1 -74.1422 -129.6 -204.45 + 60 0.0939776 262 3 0 -72.1761 -127.551 -115.85 + 60 83.2291 263 3 0 -72.1771 -127.55 -115.851 + 60 58.0116 264 3 0 -72.1601 -127.35 -115.93 + 60 72.355 265 3 0 -72.0695 -127.15 -115.937 + 60 89.578 266 3 0 -72.0058 -126.95 -116.002 + 60 200.552 246 3 0 -66.5953 -130.871 -116.25 + 60 57.0874 570 3 1 -65.9286 -130.49 -114.85 + 60 231.72 571 3 1 -65.85 -130.518 -114.741 + 60 62.0578 248 3 0 -65.9797 -130.397 -115.85 + 60 187.707 239 3 0 -77.008 -132.219 -116.25 + 60 114.132 240 3 0 -77.0417 -132.15 -115.942 + 60 129.915 513 3 1 -77.347 -131.67 -114.85 + 60 60.0509 606 0 1 -58.7193 -159.322 -204.45 + 60 61.9557 250 2 0 -69.9357 -129.95 -145.999 + 60 131.407 553 1 1 -69.4182 -132.239 -174.451 + 60 155.59 238 1 0 -69.46 -132.38 -175.85 + 60 143.385 223 0 0 -70.293 -135.479 -205.85 + 60 122.228 551 3 1 -69.85 -130.185 -114.547 + 60 86.4192 552 3 1 -69.6498 -130.439 -114.701 + 60 38.0592 241 3 0 -68.3035 -131.856 -115.85 + 60 97.5128 93 3 0 -23.8241 -161.371 -116.25 + 60 179.96 781 3 1 -23.7955 -161.278 -114.85 + 60 90.0277 780 3 1 -23.9238 -161.069 -114.45 + 60 148.446 779 3 1 -24.05 -160.785 -114.642 + 60 21.6236 105 3 0 -25.1068 -159.034 -115.851 + 60 59.704 106 3 0 -25.1572 -158.95 -115.902 + 60 105.105 107 3 0 -25.2484 -158.75 -115.956 + 60 73.9766 108 3 0 -25.3968 -158.55 -115.915 + 60 71.6517 109 3 0 -25.6303 -158.35 -115.967 + 60 132.98 110 3 0 -25.8059 -158.15 -116.004 + 60 115.618 111 3 0 -25.9062 -157.95 -115.988 + 60 212.357 112 3 0 -25.9507 -157.75 -115.916 + 60 211.468 113 3 0 -25.8992 -157.55 -115.888 + 60 2.81001 791 3 1 -21.85 -158.714 -114.677 +Number of digits in this event = 34 Using G4ParticleGun ... -8.66429 LIN +9.91019 LIN e- Event: 61 -Number of tracker hits in this event = 32 - 61 112.549 693 7 1 -41.2538 -141.799 5.55 - 61 119.397 191 7 0 -41.2536 -141.798 4.15 - 61 112.77 693 6 1 -41.252 -141.784 -24.45 - 61 120.39 191 6 0 -41.2524 -141.784 -25.85 - 61 149.373 693 5 1 -41.2583 -141.782 -54.45 - 61 108.305 191 5 0 -41.2583 -141.783 -55.85 - 61 111.42 693 4 1 -41.2586 -141.792 -84.45 - 61 334.589 191 4 0 -41.2608 -141.792 -85.85 - 61 129.507 693 3 1 -41.3079 -141.795 -114.45 - 61 120.612 191 3 0 -41.3085 -141.793 -115.85 - 61 104.062 693 2 1 -41.3245 -141.757 -144.45 - 61 151.928 191 2 0 -41.3275 -141.755 -145.85 - 61 127.882 693 1 1 -41.3898 -141.709 -174.45 - 61 117.303 192 1 0 -41.394 -141.706 -175.85 - 61 100.863 692 0 1 -41.4863 -141.629 -204.45 - 61 149.047 192 0 0 -41.49 -141.63 -205.85 - 61 190.049 699 0 0 -146.377 -40.101 -206.25 - 61 34.494 1114 6 0 -109.973 42.8694 -26.25 - 61 296.764 1113 6 0 -109.984 42.85 -26.2363 - 61 30.6766 783 1 1 -23.45 85.4167 -174.575 - 61 74.5648 619 2 1 -56.2379 -102.132 -144.45 - 61 16.3199 831 0 0 -60.0231 -13.85 -205.922 - 61 28.0757 606 0 1 -58.749 -11.4168 -204.85 - 61 19.6437 374 0 0 -69.5776 -105.344 -206.25 - 61 204.024 373 0 0 -69.5972 -105.35 -206.237 - 61 131.108 372 0 0 -69.7066 -105.55 -206.101 - 61 6.86506 597 0 0 -138.604 -60.6354 -206.25 - 61 109.105 596 0 0 -138.601 -60.65 -206.214 - 61 58.1183 206 0 1 -138.817 -59.151 -204.85 - 61 332.491 207 0 1 -138.75 -59.1034 -204.767 - 61 18.533 1092 1 1 38.45 67.2761 -174.792 - 61 73.4872 1108 1 1 41.65 70.1002 -174.805 -Number of digits in this event = 15 +Number of tracker hits in this event = 28 + 61 258.006 222 8 1 -135.645 -31.6504 35.55 + 61 111.327 741 8 0 -135.644 -31.6503 34.15 + 61 173.848 222 7 1 -135.632 -31.6467 5.55 + 61 114.167 742 7 0 -135.632 -31.6463 4.15 + 61 151.152 222 6 1 -135.636 -31.6401 -24.45 + 61 108.246 742 6 0 -135.636 -31.6405 -25.85 + 61 180.874 222 5 1 -135.621 -31.6481 -54.45 + 61 102.267 742 5 0 -135.621 -31.6477 -55.85 + 61 103.931 222 4 1 -135.615 -31.6381 -84.45 + 61 254.804 742 4 0 -135.614 -31.6383 -85.85 + 61 110.412 222 3 1 -135.598 -31.6454 -114.45 + 61 112.372 742 3 0 -135.597 -31.6455 -115.85 + 61 94.8729 222 2 1 -135.578 -31.6456 -144.45 + 61 121.889 742 2 0 -135.579 -31.6485 -145.85 + 61 142.998 222 1 1 -135.589 -31.7634 -174.45 + 61 108.773 741 1 0 -135.599 -31.7572 -175.85 + 61 176.08 221 0 1 -135.806 -31.6003 -204.45 + 61 225.388 742 0 0 -135.823 -31.575 -205.85 + 61 44.8056 1121 1 0 -170.69 44.25 -175.982 + 61 3.60774 42 1 1 -171.744 44.5107 -174.85 + 61 177.697 41 1 1 -171.751 44.513 -174.843 + 61 47.5538 1126 1 0 -171.627 45.3284 -175.85 + 61 192.525 40 1 1 -172.103 46.0926 -174.85 + 61 423.152 222 0 1 -135.583 -31.6304 -204.45 + 61 86.7811 733 0 0 -138.601 -33.3263 -205.85 + 61 168.828 732 0 0 -138.808 -33.45 -205.97 + 61 44.0813 208 0 1 -138.519 -33.4898 -204.85 + 61 199.66 207 0 1 -138.55 -33.4618 -204.79 +Number of digits in this event = 16 Using G4ParticleGun ... -8.13736 LIN +3.82191 LIN e- Event: 62 -Number of tracker hits in this event = 49 - 62 137.586 1394 10 1 99.0083 -19.8747 95.55 - 62 139.349 800 10 0 99.0083 -19.8751 94.15 - 62 120.968 1394 9 1 99.0004 -19.8798 65.55 - 62 163.471 800 9 0 98.9997 -19.8783 64.15 - 62 183.78 1394 8 1 99.0031 -19.8444 35.55 - 62 176.609 801 8 0 99.0056 -19.8416 34.15 - 62 173.88 1394 7 1 99.0414 -19.7707 5.55 - 62 285.026 801 7 0 99.0461 -19.7656 4.15 - 62 162.863 1395 6 1 99.1563 -19.6509 -24.45 - 62 126.865 801 6 0 99.1551 -19.6548 -25.85 - 62 245.839 1394 5 1 99.1423 -19.7087 -54.45 - 62 290.112 801 5 0 99.1362 -19.7112 -55.85 - 62 120.989 1395 4 1 99.221 -19.8227 -84.45 - 62 129.376 801 4 0 99.2112 -19.8444 -85.85 - 62 11.2007 800 4 0 99.2085 -19.85 -86.2321 - 62 114.583 1394 3 1 99.0382 -20.2444 -114.45 - 62 139.297 799 3 0 99.0189 -20.2252 -115.85 - 62 113.21 1393 2 1 98.8281 -19.93 -144.45 - 62 105.936 800 2 0 98.8604 -19.9179 -145.85 - 62 101.943 1397 1 1 99.7134 -19.6352 -174.45 - 62 109.167 802 1 0 99.7926 -19.6339 -175.85 - 62 163.07 1406 0 1 101.508 -19.5908 -204.45 - 62 122.808 802 0 0 101.643 -19.5837 -205.85 - 62 29.8359 1395 5 1 99.15 -19.7452 -54.4782 - 62 214.509 1393 5 1 98.9498 -20.0634 -54.7966 - 62 10.7896 796 5 0 96.4282 -20.8454 -55.8501 - 62 382.11 795 5 0 96.4125 -20.85 -55.8605 - 62 339.907 1398 1 1 99.7951 -19.0806 -174.45 - 62 216.399 804 1 0 99.8006 -19.0752 -175.85 - 62 145.393 1398 0 1 99.9279 -18.9856 -204.45 - 62 296.38 805 0 0 99.9327 -18.9814 -205.85 - 62 48.1743 805 1 0 99.809 -19.05 -176.044 - 62 129.707 1399 0 1 100.138 -18.4669 -204.45 - 62 109.789 808 0 0 100.155 -18.397 -205.85 - 62 59.483 1795 2 1 179.318 75.5668 -144.45 - 62 147.197 1395 8 1 99.15 -19.8505 35.2975 - 62 62.342 718 9 0 71.5581 -36.3354 63.75 - 62 64.3496 717 9 0 71.429 -36.4501 63.9811 - 62 35.7422 1255 9 1 71.079 -37.1493 65.15 - 62 62.3276 1254 9 1 71.05 -37.2358 65.2491 - 62 126.71 710 9 0 70.2823 -37.8757 64.15 - 62 15.7486 1317 6 1 83.5232 -26.8904 -24.45 - 62 1.95411 800 7 0 99.0086 -19.85 3.75651 - 62 167.058 691 7 0 105.638 -41.7311 3.75 - 62 43.2709 1430 7 1 106.234 -41.6744 5.15042 - 62 129.528 1431 7 1 106.35 -41.6865 5.28276 - 62 26.9958 1432 7 1 106.55 -41.7952 5.47447 - 62 171.791 698 1 0 -9.59153 -40.2914 -176.25 - 62 296.181 699 1 0 -9.59079 -40.25 -176.231 -Number of digits in this event = 31 -Using G4ParticleGun ... -3.80624 LIN +Number of tracker hits in this event = 153 + 62 104.658 998 11 1 19.7906 -36.8678 125.55 + 62 116.457 715 11 0 19.7898 -36.8666 124.15 + 62 238.81 998 10 1 19.7728 -36.8439 95.55 + 62 129.943 716 10 0 19.7721 -36.8422 94.15 + 62 146.903 998 9 1 19.759 -36.8101 65.55 + 62 108.705 716 9 0 19.7614 -36.8083 64.15 + 62 429.028 998 8 1 19.8152 -36.747 35.55 + 62 253.572 716 8 0 19.814 -36.7447 34.15 + 62 104.535 998 7 1 19.7815 -36.6843 5.55 + 62 218.765 716 7 0 19.7879 -36.6833 4.15 + 62 161.448 999 6 1 19.9122 -36.663 -24.45 + 62 341.133 716 6 0 19.9194 -36.6586 -25.85 + 62 127.676 1000 5 1 20.0733 -36.574 -54.45 + 62 154.882 717 5 0 20.0772 -36.5746 -55.85 + 62 164.174 1000 4 1 20.1462 -36.5821 -84.45 + 62 364.344 717 4 0 20.1473 -36.5839 -85.85 + 62 104.085 1000 3 1 20.1663 -36.6164 -114.45 + 62 269.007 717 3 0 20.1658 -36.6176 -115.85 + 62 114.93 1000 2 1 20.1662 -36.6449 -144.45 + 62 292.92 716 2 0 20.1656 -36.6533 -145.85 + 62 266.49 1000 1 1 20.1675 -36.8184 -174.45 + 62 154.377 716 1 0 20.1661 -36.8259 -175.85 + 62 144.27 1000 0 1 20.1317 -36.9873 -204.45 + 62 334.874 715 0 0 20.1272 -36.9932 -205.85 + 62 244.766 1080 2 1 36.1808 -36.8676 -144.85 + 62 105.699 721 1 0 19.9831 -35.79 -175.851 + 62 201.892 722 1 0 19.9025 -35.65 -176.071 + 62 190.204 329 1 1 -114.225 -120.575 -174.45 + 62 435.533 997 0 1 19.5705 -36.2305 -204.45 + 62 183.823 719 0 0 19.5988 -36.2091 -205.851 + 62 121.684 718 0 0 19.6459 -36.2586 -205.85 + 62 181.887 715 8 0 19.6882 -36.9467 34.15 + 62 143.139 988 7 1 17.7745 -41.3414 5.55 + 62 130.752 692 7 0 17.67 -41.4541 4.15 + 62 168.75 983 6 1 16.7095 -44.1049 -24.4502 + 62 104.669 677 6 0 16.9265 -44.4558 -25.85 + 62 41.3571 1003 5 1 20.7979 -52.6818 -54.45 + 62 90.0533 1004 5 1 20.8501 -52.6666 -54.5905 + 62 125.581 637 5 0 21.3287 -52.5299 -55.85 + 62 17.034 1079 4 1 36.023 -52.2771 -84.45 + 62 115.616 1080 4 1 36.0501 -52.3069 -84.4923 + 62 33.0398 1081 4 1 36.2508 -52.5049 -84.7743 + 62 97.3911 634 4 0 37.0623 -53.0921 -85.85 + 62 28.4166 633 4 0 37.2741 -53.25 -86.1462 + 62 157.625 1178 3 1 55.6994 -68.7285 -114.451 + 62 84.9143 553 3 0 55.6728 -69.2781 -115.85 + 62 36.0688 552 3 0 55.6588 -69.4501 -116.18 + 62 121.15 436 3 0 63.2895 -92.7564 -116.25 + 62 24.3144 1218 3 1 63.8033 -92.9554 -114.85 + 62 86.0477 1219 3 1 63.85 -92.9592 -114.765 + 62 11.7628 1783 9 1 176.918 -127.507 65.55 + 62 258.656 1784 9 1 176.95 -127.531 65.5342 + 62 2.50796 1103 3 1 40.8406 -68.923 -114.45 + 62 84.2727 1104 3 1 40.85 -68.9249 -114.461 + 62 45.0365 1105 3 1 41.0503 -68.9812 -114.711 + 62 141.806 554 3 0 41.9324 -69.1124 -115.85 + 62 0.46233 1206 2 1 61.2503 -72.9457 -144.45 + 62 151.164 1205 2 1 61.25 -72.9464 -144.453 + 62 38.8541 533 2 0 61.0341 -73.3985 -145.85 + 62 81.4246 532 2 0 61.0117 -73.4502 -146.015 + 62 75.2694 1168 1 1 53.6762 -83.2781 -174.45 + 62 90.4428 1169 1 1 53.85 -83.3925 -174.561 + 62 66.8246 1170 1 1 54.05 -83.4975 -174.731 + 62 207.124 480 1 0 55.3149 -83.9259 -175.85 + 62 114.268 1417 0 1 103.57 -93.7483 -204.45 + 62 239.239 1418 0 1 103.75 -93.5902 -204.607 + 62 4.87684 1419 0 1 103.95 -93.477 -204.829 + 62 49.1274 436 0 0 104.722 -92.8234 -205.85 + 62 80.9709 437 0 0 104.831 -92.75 -205.975 + 62 40.4285 438 0 0 105.007 -92.55 -206.155 + 62 26.2031 468 0 0 139.239 -86.292 -206.25 + 62 35.7514 213 4 0 159.176 -137.533 -86.25 + 62 143.374 212 4 0 159.138 -137.55 -86.225 + 62 54.9561 387 1 0 95.9373 -102.696 -176.25 + 62 144.947 386 1 0 95.919 -102.75 -176.104 + 62 252.873 254 1 0 101.59 -129.241 -176.25 + 62 36.5431 255 1 0 101.354 -129.15 -175.889 + 62 152.61 1411 1 1 102.402 -127.424 -174.85 + 62 10.9172 268 1 0 101.476 -126.417 -175.85 + 62 23.7128 1409 1 1 102.013 -126.529 -174.85 + 62 107.773 997 7 1 19.6291 -36.7516 5.55 + 62 121.974 997 6 1 19.5464 -36.6636 -24.45 + 62 114.213 1002 5 1 20.6238 -36.9436 -54.45 + 62 133.895 715 5 0 20.6765 -36.9429 -55.85 + 62 152.154 1008 4 1 21.7469 -36.9798 -84.45 + 62 118.235 715 4 0 21.7801 -36.9763 -85.85 + 62 116.732 1011 3 1 22.3849 -36.9111 -114.45 + 62 303.619 715 3 0 22.4367 -36.9024 -115.85 + 62 151.931 1017 2 1 23.5357 -36.7314 -144.45 + 62 27.5625 1022 1 1 24.6467 -35.6109 -174.45 + 62 164.576 1023 1 1 24.65 -35.6102 -174.529 + 62 122.728 1029 0 1 25.9421 -35.2502 -204.45 + 62 124.684 724 0 0 26.0217 -35.2078 -205.85 + 62 76.8766 728 7 0 133.119 -34.2928 3.75 + 62 83.1039 1570 7 1 134.271 -34.6381 5.15 + 62 206.109 1571 7 1 134.35 -34.6671 5.23154 + 62 122.637 1572 7 1 134.55 -35.0037 5.43828 + 62 87.1687 1573 7 1 134.75 -35.3298 5.44179 + 62 52.0095 1574 7 1 134.95 -35.4485 5.50083 + 62 62.5057 1575 7 1 135.15 -35.477 5.52806 + 62 53.5537 1576 7 1 135.35 -35.4482 5.4969 + 62 36.494 720 1 0 24.1663 -35.9956 -175.85 + 62 216.923 719 1 0 24.1323 -36.0502 -175.898 + 62 250.166 997 4 1 19.553 -36.68 -84.45 + 62 238.548 1012 3 1 22.5446 -34.0523 -114.45 + 62 103.423 729 3 0 22.766 -34.1218 -115.85 + 62 100.431 1036 2 1 27.2907 -35.9343 -144.45 + 62 23.6143 1037 2 1 27.45 -35.9443 -144.777 + 62 105.502 720 2 0 28.1206 -35.9653 -145.85 + 62 8.95289 719 2 0 28.3031 -36.0503 -146.222 + 62 15.5706 1102 1 1 40.4702 -47.4571 -174.45 + 62 118.268 1101 1 1 40.45 -47.4757 -174.504 + 62 50.4028 662 1 0 39.4647 -47.6362 -175.85 + 62 156.608 661 1 0 39.3762 -47.65 -175.965 + 62 60.6839 890 0 1 -1.87749 -71.2386 -204.45 + 62 48.087 891 0 1 -1.85 -71.174 -204.652 + 62 93.994 547 0 0 -1.41039 -70.582 -205.85 + 62 44.5517 548 0 0 -1.33293 -70.45 -206.107 + 62 175.206 599 0 0 5.6644 -60.1588 -206.25 + 62 57.1944 598 0 0 5.80891 -60.25 -205.895 + 62 56.6712 928 0 1 5.7976 -62.3631 -204.85 + 62 181.718 929 0 1 5.85 -62.5701 -204.766 + 62 0.653112 716 4 0 19.455 -36.65 -85.8501 + 62 91.9211 988 3 1 17.8296 -36.5429 -114.45 + 62 103.963 974 2 1 15.049 -35.5549 -144.45 + 62 213.881 723 2 0 14.8626 -35.3878 -145.85 + 62 112.43 953 1 1 10.8302 -31.9212 -174.45 + 62 18.7625 741 1 0 10.4116 -31.6589 -175.85 + 62 93.1051 742 1 0 10.3977 -31.65 -175.897 + 62 77.7632 911 0 1 2.34679 -26.079 -204.45 + 62 40.4524 910 0 1 2.25 -26.0763 -204.705 + 62 210.081 770 0 0 1.79751 -26.049 -205.85 + 62 223.506 995 1 1 19.1247 -36.8713 -174.45 + 62 237.572 715 1 0 19.1454 -36.8946 -175.85 + 62 106.756 999 0 1 19.9559 -37.7936 -204.45 + 62 171.406 710 0 0 19.9433 -37.8656 -205.85 + 62 218.364 994 0 1 18.9012 -36.8599 -204.45 + 62 207.369 267 7 0 24.1529 -126.667 3.75 + 62 10.2915 993 0 1 18.85 -36.8737 -204.803 + 62 95.1653 884 0 0 17.7333 -3.25 -205.931 + 62 60.7512 997 10 1 19.65 -36.7776 95.3369 + 62 20.6438 718 10 0 19.2385 -36.2855 94.1498 + 62 114.296 719 10 0 19.2157 -36.25 94.069 + 62 51.8566 919 9 1 3.98996 -25.5209 65.5499 + 62 79.5259 920 9 1 4.05003 -25.57 65.3717 + 62 37.0316 770 9 0 4.41458 -26.0145 64.1495 + 62 99.9876 769 9 0 4.44016 -26.0502 64.0611 + 62 8.54592 511 9 0 28.891 -77.8388 63.75 + 62 76.3922 510 9 0 28.8946 -77.85 63.757 + 62 72.2686 509 9 0 28.9587 -78.05 63.8553 + 62 39.5676 508 9 0 29.0082 -78.25 64.0317 + 62 137.206 1043 9 1 28.8056 -79.0937 65.15 + 62 25.9437 1042 9 1 28.65 -79.3642 65.4925 +Number of digits in this event = 68 +Using G4ParticleGun ... +1.84454 LIN e- Event: 63 -Number of tracker hits in this event = 169 - 63 155.596 1127 11 1 45.4592 -7.63024 125.55 - 63 192.135 862 11 0 45.4534 -7.62514 124.15 - 63 93.5481 1126 10 1 45.2707 -7.54123 95.55 - 63 171.405 862 10 0 45.2594 -7.54559 94.15 - 63 132.19 1124 9 1 45.0499 -7.6052 65.5499 - 63 125.798 862 9 0 44.8742 -7.63699 64.15 - 63 204.337 1102 8 1 40.6447 -8.25764 35.55 - 63 110.244 859 8 0 40.4956 -8.2007 34.15 - 63 112.628 1085 7 1 37.1245 -7.07109 5.54995 - 63 117.345 864 7 0 37.0557 -7.16524 4.15 - 63 314.488 1076 6 1 35.4121 -9.03882 -24.45 - 63 124.266 853 6 0 35.4822 -9.31256 -25.85 - 63 144.839 1084 5 1 36.9018 -14.6568 -54.4503 - 63 110.12 825 5 0 36.9315 -14.8696 -55.8502 - 63 143.236 1086 4 1 37.3157 -20.3558 -84.45 - 63 39.5715 794 4 0 37.4072 -21.1774 -85.85 - 63 79.5631 793 4 0 37.4163 -21.2501 -85.9743 - 63 104.915 1099 3 1 40.0298 -38.4343 -114.45 - 63 48.9745 1100 3 1 40.05 -38.575 -114.688 - 63 245.261 703 3 0 40.1023 -39.2696 -115.85 - 63 32.1598 702 3 0 40.1165 -39.45 -116.161 - 63 30.3713 1108 2 1 41.6577 -53.6755 -144.45 - 63 113.126 1107 2 1 41.65 -53.7235 -144.527 - 63 52.0827 627 2 0 41.507 -54.5483 -145.85 - 63 77.9491 626 2 0 41.4885 -54.65 -146.012 - 63 165.883 1094 1 1 38.9726 -73.9818 -174.45 - 63 5.95 524 1 0 38.7589 -75.2349 -175.85 - 63 143.031 523 1 0 38.7564 -75.25 -175.867 - 63 112.849 522 1 0 38.7192 -75.4501 -176.101 - 63 53.151 1072 0 1 34.4979 -98.1134 -204.45 - 63 123.106 1071 0 1 34.45 -98.176 -204.586 - 63 119.286 406 0 0 33.9843 -98.815 -205.85 - 63 35.6858 405 0 0 33.8917 -98.95 -206.128 - 63 91.5796 521 1 0 44.3653 -75.6504 -176.118 - 63 70.7391 281 1 0 74.1139 -123.81 -176.25 - 63 129.397 280 1 0 74.1906 -123.95 -176.086 - 63 41.9013 1266 1 1 73.297 -124.431 -174.85 - 63 205.794 1265 1 1 73.2499 -124.447 -174.785 - 63 369.225 1123 7 1 44.6715 -7.82203 5.55 - 63 226.415 861 7 0 44.6576 -7.83474 4.15 - 63 143.649 1121 6 1 44.2992 -8.2332 -24.45 - 63 115.475 859 6 0 44.2178 -8.24646 -25.85 - 63 45.764 1113 5 1 42.6585 -8.63579 -54.45 - 63 61.9811 1112 5 1 42.65 -8.64131 -54.6026 - 63 119.474 856 5 0 42.5813 -8.67975 -55.85 - 63 133.57 1104 4 1 41.0414 -9.56869 -84.45 - 63 120.469 852 4 0 40.9484 -9.58728 -85.85 - 63 411.795 1095 3 1 39.2456 -9.83254 -114.45 - 63 120.501 850 3 0 39.2015 -9.87027 -115.85 - 63 130.555 1090 2 1 38.0968 -10.6719 -144.45 - 63 107.68 847 2 0 38.0807 -10.6398 -145.85 - 63 194.965 1088 1 1 37.7451 -9.83363 -174.45 - 63 153.461 851 1 0 37.77 -9.7992 -175.85 - 63 114.406 1090 0 1 38.0898 -8.61964 -204.45 - 63 111.174 857 0 0 38.1053 -8.54406 -205.85 - 63 200.866 987 2 1 17.65 -75.2739 -144.559 - 63 324.551 1087 2 1 37.58 -11.7476 -144.45 - 63 15.526 836 2 0 37.3485 -12.813 -145.85 - 63 95.8916 835 2 0 37.3392 -12.85 -145.899 - 63 93.9684 834 2 0 37.2801 -13.05 -146.167 - 63 288.919 1080 1 1 36.114 -36.164 -174.45 - 63 70.9182 711 1 0 36.2361 -37.6645 -175.85 - 63 116.53 710 1 0 36.2506 -37.85 -176.014 - 63 15.519 709 1 0 36.2669 -38.0505 -176.196 - 63 5.00763 717 1 0 6.18775 -36.466 -176.25 - 63 128.385 718 1 0 6.17202 -36.45 -176.237 - 63 124.178 719 1 0 5.97162 -36.2497 -176.043 - 63 15.7497 921 1 1 4.29478 -34.8775 -174.85 - 63 63.501 920 1 1 4.25 -34.8459 -174.822 - 63 80.3721 919 1 1 4.04993 -34.7382 -174.666 - 63 1.34358 918 1 1 3.85 -34.603 -174.451 - 63 1.01263 768 2 0 -13.4164 -26.2516 -146.25 - 63 141.732 769 2 0 -13.4197 -26.25 -146.245 - 63 70.0812 828 2 1 -14.308 -25.9258 -144.85 - 63 88.6679 827 2 1 -14.45 -25.8766 -144.66 - 63 89.2436 781 3 0 -36.5556 -23.7076 -116.25 - 63 54.8742 782 3 0 -36.7334 -23.65 -116.009 - 63 71.7896 709 3 1 -38.0642 -23.2476 -114.85 - 63 68.4149 708 3 1 -38.2507 -23.185 -114.709 - 63 43.7435 707 3 1 -38.45 -23.1013 -114.577 - 63 100.645 828 4 0 -37.8748 -14.4247 -86.25 - 63 169.796 710 4 1 -37.9718 -14.541 -84.85 - 63 158.952 709 4 1 -38.0502 -14.6752 -84.4564 - 63 109.538 708 4 1 -38.25 -14.8944 -84.622 - 63 10.5997 707 4 1 -38.45 -14.9513 -84.8304 - 63 30.4514 824 4 0 -39.2646 -15.2081 -85.8501 - 63 225.224 823 4 0 -39.3178 -15.25 -85.9114 - 63 216.514 822 4 0 -38.9773 -15.45 -86.1208 - 63 114.114 821 4 0 -38.7522 -15.65 -86.0189 - 63 232.427 711 4 1 -37.85 -15.689 -84.7851 - 63 96.3471 1079 1 1 36.05 -36.3724 -174.696 - 63 274.936 1078 1 1 35.8498 -36.4515 -174.731 - 63 28.4136 1077 1 1 35.6499 -36.3491 -174.667 - 63 205.298 841 2 0 37.6428 -11.7545 -145.85 - 63 110.096 833 1 0 37.7298 -13.4356 -175.85 - 63 5.01449 832 1 0 37.7319 -13.45 -176.235 - 63 124.265 1089 0 1 37.8654 -14.6245 -204.45 - 63 174.2 826 0 0 37.8674 -14.6844 -205.85 - 63 159.696 1122 6 1 44.5058 -7.74244 -24.45 - 63 98.8506 861 6 0 44.4853 -7.76563 -25.85 - 63 105.12 1120 5 1 44.0561 -8.27851 -54.45 - 63 71.4667 1119 5 1 44.05 -8.28093 -54.7372 - 63 306.608 858 5 0 44.0248 -8.29185 -55.85 - 63 102.066 1116 4 1 43.2649 -8.63666 -84.45 - 63 118.006 856 4 0 43.2173 -8.66162 -85.85 - 63 123.301 1110 3 1 42.1773 -9.07758 -114.45 - 63 140.261 854 3 0 42.1099 -9.08192 -115.85 - 63 122.182 1103 2 1 40.7805 -9.22799 -144.45 - 63 85.1151 854 2 0 40.7056 -9.23662 -145.85 - 63 107.447 1095 1 1 39.1667 -9.37057 -174.45 - 63 135.73 853 1 0 39.071 -9.40277 -175.85 - 63 149.575 1085 0 1 37.1044 -9.91183 -204.45 - 63 88.2719 850 0 0 37.0201 -9.92716 -205.85 - 63 168.953 1191 6 1 58.2764 -107.813 -24.85 - 63 89.7305 1190 6 1 58.25 -108.012 -24.5209 - 63 177.198 1084 0 1 37.05 -9.91177 -204.5 - 63 152.582 1083 0 1 36.85 -9.83757 -204.737 - 63 54.1635 1082 0 1 36.65 -9.71076 -204.583 - 63 139.297 852 0 0 37.5689 -9.56441 -205.85 - 63 61.5626 851 0 0 37.5645 -9.65 -205.909 - 63 262.798 1122 7 1 44.65 -7.7916 5.42215 - 63 248.056 1125 8 1 45.1955 -7.35774 35.55 - 63 296.684 863 8 0 45.1116 -7.29584 34.15 - 63 181.182 1120 7 1 44.1041 -5.14823 5.55 - 63 10.1962 873 7 0 43.9656 -5.44305 4.15 - 63 149.26 872 7 0 43.9625 -5.45 4.11883 - 63 147.061 1107 6 1 41.4756 -11.2981 -24.45 - 63 62.6771 1106 6 1 41.45 -11.3941 -24.7087 - 63 140.564 840 6 0 41.3645 -11.8502 -25.85 - 63 14.7595 1096 5 1 39.2565 -23.3749 -54.45 - 63 124.389 1095 5 1 39.25 -23.3964 -54.4984 - 63 67.0278 780 5 0 39.0534 -23.9814 -55.85 - 63 117.711 779 5 0 39.0328 -24.05 -56.0074 - 63 112.374 1079 4 1 35.8758 -36.3898 -84.45 - 63 118.237 717 4 0 35.8463 -36.5867 -85.8511 - 63 161.849 1072 3 1 34.5559 -41.2193 -114.45 - 63 135.84 692 3 0 34.4202 -41.5219 -115.85 - 63 187.353 1055 2 1 31.1307 -48.1154 -144.45 - 63 170.163 659 2 0 31.1101 -48.0876 -145.85 - 63 208.14 1047 1 1 29.6361 -47.6999 -174.45 - 63 38.4438 664 1 0 29.6189 -47.0977 -175.85 - 63 83.6946 665 1 0 29.6213 -47.05 -175.967 - 63 20.9813 1062 0 1 32.6109 -36.7299 -204.45 - 63 85.083 1063 0 1 32.65 -36.7028 -204.535 - 63 210.351 718 0 0 33.2692 -36.3682 -205.85 - 63 0.33712 719 0 0 33.4644 -36.25 -206.249 - 63 25.5323 1236 11 1 67.4348 -90.162 125.15 - 63 132.911 1375 11 1 95.15 -16.8681 125.429 - 63 140.456 1237 11 1 67.4502 -90.1872 125.243 - 63 74.0148 1119 7 1 44.0494 -5.23173 5.51065 - 63 150.878 863 7 0 44.566 -7.40323 4.15 - 63 105.646 1124 6 1 44.9429 -7.84587 -24.45 - 63 196.741 860 6 0 44.9493 -7.85614 -25.85 - 63 192.834 1125 5 1 45.1385 -8.24821 -54.45 - 63 239.145 1128 4 1 45.8411 -8.52653 -84.45 - 63 101.852 857 4 0 45.8481 -8.56694 -85.85 - 63 114.04 1129 3 1 45.9608 -9.35722 -114.45 - 63 116.12 853 3 0 45.9724 -9.27936 -115.85 - 63 152.243 1130 2 1 46.2067 -7.77553 -144.45 - 63 104.321 861 2 0 46.2378 -7.67711 -145.85 - 63 2.14438 862 2 0 46.2488 -7.65 -146.241 - 63 78.4981 1134 1 1 47.0238 -5.53251 -174.45 - 63 78.24 1135 1 1 47.05 -5.50729 -174.642 - 63 119.766 873 1 0 47.2321 -5.34717 -175.85 - 63 115.653 1158 0 1 51.7327 -2.00512 -204.45 - 63 111.176 890 0 0 51.9831 -1.87304 -205.85 - 63 39.5249 891 0 0 52.0267 -1.84996 -206.089 - 63 59.86 491 2 0 80.4161 -81.65 -145.947 - 63 119.76 1299 2 1 79.944 -82.4179 -144.85 -Number of digits in this event = 75 +Number of tracker hits in this event = 88 + 63 107.784 1155 9 1 51.1568 114.877 65.55 + 63 104.578 1473 9 0 51.1536 114.877 64.15 + 63 182.426 1155 8 1 51.0834 114.883 35.55 + 63 141.244 1473 8 0 51.0796 114.882 34.15 + 63 278.708 1154 7 1 51.008 114.852 5.55 + 63 120.482 1473 7 0 51.004 114.852 4.15 + 63 334.949 1154 6 1 50.9155 114.857 -24.45 + 63 362.28 1473 6 0 50.918 114.855 -25.85 + 63 171.251 1154 5 1 50.9733 114.815 -54.45 + 63 134.465 1473 5 0 50.9837 114.818 -55.85 + 63 220.141 1155 4 1 51.2099 114.914 -84.45 + 63 109.521 1473 4 0 51.2179 114.917 -85.85 + 63 112.656 1156 3 1 51.3919 114.982 -114.45 + 63 101.227 1474 3 0 51.3997 114.987 -115.85 + 63 113.701 1157 2 1 51.6068 115.103 -144.45 + 63 375.844 1474 2 0 51.622 115.104 -145.85 + 63 107.121 1159 1 1 51.8987 115.095 -174.45 + 63 126.317 1474 1 0 51.9175 115.085 -175.85 + 63 208.699 1161 0 1 52.3047 114.888 -204.45 + 63 393.175 1473 0 0 52.3284 114.868 -205.85 + 63 211.049 1473 1 0 49.7913 114.907 -175.883 + 63 232.265 1140 0 1 48.2265 114.802 -204.451 + 63 30.6218 1042 0 1 28.65 106.086 -204.679 + 63 167.27 1147 0 1 49.5214 114.862 -204.45 + 63 16.6612 1474 6 0 51.0536 114.95 -26.2092 + 63 148.291 1163 5 1 52.6724 116.703 -54.45 + 63 82.1068 1483 5 0 52.7671 116.906 -55.8502 + 63 35.4418 1484 5 0 52.7856 116.95 -56.1706 + 63 366.215 1170 4 1 54.1936 121.21 -84.45 + 63 126.899 1506 4 0 54.3626 121.401 -85.8502 + 63 117.789 1190 3 1 58.1375 125.318 -114.45 + 63 38.2961 1191 3 1 58.25 125.31 -114.727 + 63 137.656 1525 3 0 58.692 125.258 -115.85 + 63 43.1465 1252 2 1 70.5617 123.185 -144.45 + 63 128.793 1253 2 1 70.65 123.222 -144.576 + 63 120.329 1517 2 0 71.459 123.636 -145.85 + 63 12.4223 1518 2 0 71.6824 123.75 -146.21 + 63 0.109515 1346 1 1 89.4491 132.422 -174.45 + 63 119.07 1347 1 1 89.4501 132.422 -174.452 + 63 14.0582 1348 1 1 89.65 132.497 -174.807 + 63 128.897 1562 1 0 90.2419 132.664 -175.85 + 63 15.8758 1426 0 1 105.531 138.738 -204.45 + 63 90.3861 1427 0 1 105.55 138.746 -204.514 + 63 108.55 1593 0 0 105.923 138.893 -205.85 + 63 3.20915 775 0 0 -16.9281 -24.85 -205.937 + 63 29.1563 772 0 0 -17.3362 -25.45 -206.012 + 63 83.291 1594 0 0 106.028 138.95 -206.213 + 63 80.1279 1644 0 0 122.096 148.958 -206.25 + 63 157.811 1643 0 0 122.124 148.95 -206.197 + 63 137.435 1143 5 1 48.7009 113.892 -54.45 + 63 22.2305 1142 5 1 48.65 113.876 -54.795 + 63 104.685 1468 5 0 48.4958 113.833 -55.8502 + 63 149.652 1124 4 1 44.8903 112.569 -84.45 + 63 141.755 1461 4 0 44.8468 112.503 -85.85 + 63 169.946 1119 3 1 43.8941 111.306 -114.45 + 63 111.138 1455 3 0 43.7923 111.269 -115.85 + 63 117.169 1108 2 1 41.8033 110.748 -144.45 + 63 98.6057 1452 2 0 41.9002 110.743 -145.85 + 63 50.372 1117 1 1 43.6217 109.789 -174.45 + 63 58.4551 1118 1 1 43.65 109.801 -174.638 + 63 187.755 1448 1 0 43.8355 109.901 -175.85 + 63 119.281 1462 0 0 48.2484 112.664 -205.85 + 63 55.9651 1125 4 1 45.05 112.639 -84.5911 + 63 72.2001 1126 4 1 45.25 112.633 -84.6371 + 63 78.7046 1127 4 1 45.45 112.562 -84.6146 + 63 87.7615 1128 4 1 45.65 112.375 -84.6869 + 63 86.6 1129 4 1 45.85 112.193 -84.7301 + 63 101.807 1451 4 0 46.8644 110.543 -85.85 + 63 128.009 1450 4 0 46.9175 110.35 -86.0299 + 63 184.397 1138 4 1 47.6614 109.736 -84.8499 + 63 330.519 1153 2 1 50.6663 115.009 -144.45 + 63 113.212 1154 1 1 50.8578 115.464 -174.45 + 63 136.347 1476 1 0 50.8983 115.472 -175.85 + 63 170.271 1158 0 1 51.6782 115.686 -204.45 + 63 130.473 1477 0 0 51.759 115.657 -205.85 + 63 84.2511 1157 0 1 51.65 115.717 -204.466 + 63 264.788 1153 1 1 50.6764 116.213 -174.45 + 63 146.939 1480 1 0 50.7004 116.291 -175.851 + 63 116.417 1156 0 1 51.29 117.811 -204.45 + 63 157.076 1488 0 0 51.2979 117.876 -205.851 + 63 127.782 1152 1 1 50.6498 116.219 -174.62 + 63 216.342 1154 8 1 51.0494 114.859 35.5021 + 63 24.1408 1471 8 0 50.8146 114.387 34.15 + 63 21.1463 1470 8 0 50.794 114.35 34.1129 + 63 52.061 1153 8 1 50.8498 112.789 35.1578 + 63 2.06442 1116 8 1 43.2562 116.672 35.15 + 63 89.0653 1115 8 1 43.25 116.675 35.1517 + 63 270.798 1114 8 1 43.05 116.705 35.2107 +Number of digits in this event = 44 Using G4ParticleGun ... -8.16427 LIN +9.98364 LIN e- Event: 64 -Number of tracker hits in this event = 91 - 64 111.598 1457 9 1 111.645 66.3737 65.55 - 64 135.934 1231 9 0 111.645 66.3728 64.15 - 64 103.912 1457 8 1 111.649 66.3523 35.55 - 64 238.276 1231 8 0 111.651 66.3516 34.15 - 64 311.133 1457 7 1 111.696 66.3314 5.55 - 64 113.125 1231 7 0 111.698 66.33 4.15 - 64 117.82 1458 6 1 111.752 66.3028 -24.45 - 64 129.922 1231 6 0 111.755 66.2993 -25.85 - 64 483.549 1458 5 1 111.823 66.2302 -54.45 - 64 121.886 1230 5 0 111.826 66.2254 -55.85 - 64 418.597 1458 4 1 111.88 66.1336 -84.45 - 64 519.237 1230 4 0 111.88 66.1306 -85.85 - 64 199.137 1458 3 1 111.872 66.0745 -114.45 - 64 336.27 1230 3 0 111.87 66.0714 -115.85 - 64 142 1458 2 1 111.819 66.0005 -144.45 - 64 167.031 1229 2 0 111.812 65.9986 -145.85 - 64 296.762 1457 1 1 111.67 65.9655 -174.45 - 64 217.715 1229 1 0 111.662 65.9635 -175.85 - 64 102.766 1456 0 1 111.498 65.929 -204.45 - 64 121.127 1229 0 0 111.49 65.9269 -205.85 - 64 101.509 1457 5 1 111.75 66.2443 -54.6413 - 64 93.8666 1459 1 1 112.109 65.8277 -174.45 - 64 632.038 1458 1 1 111.95 65.8154 -174.734 - 64 63.5328 1456 1 1 111.55 65.6428 -174.807 - 64 109.825 1218 1 0 111.812 63.7656 -175.85 - 64 178.122 1217 1 0 111.877 63.65 -175.895 - 64 289.517 1459 3 1 111.99 66.1718 -114.45 - 64 108.84 1459 2 1 112.041 66.0895 -144.45 - 64 122.094 1230 2 0 112.057 66.0898 -145.85 - 64 110.995 1460 1 1 112.264 66.129 -174.45 - 64 157.688 1230 1 0 112.274 66.1267 -175.85 - 64 98.5108 1461 0 1 112.46 66.068 -204.45 - 64 164.754 1230 0 0 112.466 66.0703 -205.85 - 64 4.87179 1500 2 1 120.273 21.4937 -144.85 - 64 128.402 1229 3 0 111.935 66.0406 -115.85 - 64 230.98 1460 2 1 112.158 65.3875 -144.45 - 64 271.876 1226 2 0 112.153 65.3573 -145.85 - 64 233.573 1223 1 0 111.953 64.6719 -175.85 - 64 130.626 1460 0 1 112.192 64.0492 -204.45 - 64 127.94 1219 0 0 112.195 64.0175 -205.85 - 64 62.3548 1282 1 0 107.251 76.4615 -176.25 - 64 45.4463 468 8 0 96.1028 -86.2745 33.75 - 64 100.635 467 8 0 96.0435 -86.45 33.8465 - 64 13.2312 624 8 0 81.844 -55.0811 33.75 - 64 185.914 625 8 0 81.8413 -55.05 33.7749 - 64 205.138 1465 0 1 113.32 63.8553 -204.45 - 64 210.829 1466 0 1 113.35 63.8528 -204.771 - 64 248.94 1218 0 0 113.451 63.8441 -205.85 - 64 114.786 1227 1 0 111.75 65.6047 -175.85 - 64 145.242 1457 0 1 111.65 65.1992 -204.45 - 64 329.207 1225 0 0 111.641 65.1751 -205.85 - 64 238.923 1228 1 0 111.317 65.768 -175.85 - 64 110.431 1469 0 1 114.084 74.4082 -204.45 - 64 138.32 1273 0 0 114.166 74.7033 -205.85 - 64 10.7934 1453 0 0 105.377 110.924 -206.25 - 64 58.9666 1454 0 0 105.37 110.95 -206.23 - 64 122.415 1455 0 0 105.321 111.15 -206.089 - 64 45.0627 1456 0 0 105.273 111.35 -205.937 - 64 184.152 1424 0 1 105.048 112.834 -204.85 - 64 35.6472 1401 1 0 163.145 100.364 -176.25 - 64 747.316 1400 1 0 163.219 100.35 -176.217 - 64 165.385 1399 1 0 164.785 100.15 -176.122 - 64 158.962 1398 1 0 164.679 99.95 -175.956 - 64 3.49201 1741 1 1 168.48 99.6064 -174.85 - 64 16.3204 1397 1 0 169.68 99.7142 -175.85 - 64 13.785 1751 1 1 170.474 100.362 -174.85 - 64 200.933 1332 1 0 97.7634 86.6085 -176.25 - 64 114.99 1331 1 0 97.7099 86.4498 -176.042 - 64 27.6881 1333 1 0 97.5319 86.6503 -175.895 - 64 135.951 1384 1 1 97.0895 86.7718 -174.85 - 64 293.313 1383 1 1 96.9497 86.699 -174.612 - 64 28.8286 1382 1 1 96.75 86.7296 -174.469 - 64 269.225 1231 5 0 111.787 66.2784 -55.85 - 64 123.221 1459 4 1 112.031 66.024 -84.45 - 64 263.747 1229 4 0 112.048 66.0147 -85.85 - 64 212.188 1461 3 1 112.438 65.7686 -114.45 - 64 141.567 1228 3 0 112.478 65.7552 -115.85 - 64 111.917 1465 2 1 113.176 65.4346 -144.45 - 64 133.369 1466 1 1 113.537 64.9716 -174.45 - 64 119.817 1224 1 0 113.533 64.9782 -175.85 - 64 120.808 1454 4 1 111.072 65.9675 -84.45 - 64 98.3542 1224 3 0 111.986 64.8679 -115.85 - 64 16.3102 1223 3 0 111.99 64.85 -116.184 - 64 28.075 1217 2 0 112.223 63.4568 -145.85 - 64 85.9863 1216 2 0 112.227 63.45 -145.961 - 64 127.434 1465 1 1 113.236 62.0556 -174.45 - 64 111.301 1209 1 0 113.288 62.0231 -175.85 - 64 202.798 1471 0 1 114.351 61.0148 -204.45 - 64 115.144 1204 0 0 114.404 61.0175 -205.85 - 64 91.2578 1038 14 0 -169.659 27.85 213.875 - 64 0.282031 1616 3 1 143.421 4.69744 -114.85 -Number of digits in this event = 56 +Number of tracker hits in this event = 87 + 64 118.957 951 11 1 10.2514 -76.6869 125.55 + 64 153.275 516 11 0 10.2519 -76.6866 124.15 + 64 163.327 951 10 1 10.2643 -76.6789 95.55 + 64 102.387 516 10 0 10.2645 -76.6783 94.15 + 64 131.808 951 9 1 10.2671 -76.6697 65.55 + 64 93.7684 516 9 0 10.2674 -76.6703 64.15 + 64 115.016 951 8 1 10.2726 -76.6815 35.55 + 64 129.701 516 8 0 10.2733 -76.6822 34.15 + 64 129.175 951 7 1 10.2889 -76.6975 5.55 + 64 126.216 516 7 0 10.2889 -76.6984 4.15 + 64 123.969 951 6 1 10.2894 -76.7178 -24.45 + 64 124.307 516 6 0 10.2894 -76.7182 -25.85 + 64 370.104 951 5 1 10.2902 -76.7298 -54.45 + 64 380.407 516 5 0 10.2899 -76.7291 -55.85 + 64 739.165 951 4 1 10.2837 -76.7154 -84.45 + 64 485.59 516 4 0 10.2851 -76.7159 -85.85 + 64 237.852 951 3 1 10.3175 -76.7279 -114.45 + 64 405.041 516 3 0 10.3193 -76.7287 -115.85 + 64 107.345 951 2 1 10.3603 -76.743 -144.45 + 64 289.308 516 2 0 10.3626 -76.7426 -145.85 + 64 94.2433 951 1 1 10.4125 -76.739 -174.45 + 64 418.986 516 1 0 10.4146 -76.7334 -175.85 + 64 127.274 951 0 1 10.4484 -76.6219 -204.45 + 64 126.682 517 0 0 10.4488 -76.6149 -205.85 + 64 37.6393 997 0 1 19.4648 -72.1111 -204.85 + 64 24.8042 974 0 1 15.002 -78.6069 -204.45 + 64 200.78 975 0 1 15.05 -78.6175 -204.481 + 64 83.0915 976 0 1 15.2504 -78.6398 -204.663 + 64 187.563 503 0 0 16.9097 -79.2883 -205.85 + 64 33.9396 502 0 0 17.3066 -79.45 -206.176 + 64 144.964 950 2 1 10.2204 -76.7137 -144.45 + 64 106.538 950 1 1 10.1715 -76.7447 -174.45 + 64 149.865 950 0 1 10.1703 -76.7554 -204.45 + 64 135.655 516 0 0 10.1719 -76.7547 -205.85 + 64 20.0632 1177 0 1 55.604 -18.1926 -204.85 + 64 104.537 421 2 0 -20.6225 -95.8906 -146.25 + 64 78.4551 208 9 0 117.713 -138.528 63.75 + 64 400.08 950 3 1 10.25 -76.7724 -114.651 + 64 132.385 950 4 1 10.25 -76.7361 -84.4733 + 64 226.811 949 4 1 10.05 -76.7066 -84.5338 + 64 63.4471 948 4 1 9.85 -76.639 -84.6535 + 64 126.755 948 3 1 9.80256 -76.8144 -114.45 + 64 163.328 946 2 1 9.34658 -76.9136 -144.45 + 64 123.341 515 2 0 9.31594 -76.9273 -145.85 + 64 152.994 943 1 1 8.82519 -77.2862 -174.45 + 64 133.829 513 1 0 8.83479 -77.3151 -175.85 + 64 130.935 944 0 1 9.01349 -77.8484 -204.45 + 64 244.333 510 0 0 9.03371 -77.8598 -205.85 + 64 110.761 513 4 0 10.4243 -77.4097 -85.85 + 64 96.0602 514 3 0 10.2365 -77.2286 -115.851 + 64 9.09198 513 3 0 10.2632 -77.25 -116.219 + 64 174.207 963 2 1 12.7938 -78.476 -144.45 + 64 133.465 508 2 0 12.9367 -78.3702 -145.85 + 64 129.461 977 1 1 15.635 -76.5522 -174.451 + 64 106.77 518 1 0 15.562 -76.4293 -175.85 + 64 60.6764 970 0 1 14.0826 -75.1676 -204.45 + 64 103.871 969 0 1 14.05 -75.1629 -204.621 + 64 117.025 524 0 0 13.8035 -75.1111 -205.85 + 64 101.506 1082 0 1 36.5063 -45.5878 -204.85 + 64 24.1024 1083 0 1 36.65 -45.4439 -204.712 + 64 22.9072 525 0 0 30.952 -74.8966 -206.25 + 64 159.901 952 4 1 10.4765 -77.4229 -84.45 + 64 178.718 953 4 1 10.65 -77.3243 -84.4828 + 64 275.215 954 4 1 10.85 -77.4904 -84.5017 + 64 158.634 955 4 1 11.05 -77.6215 -84.5884 + 64 178.653 956 0 1 11.2975 -84.7317 -204.45 + 64 113.013 475 0 0 11.382 -84.9307 -205.85 + 64 36.9644 613 1 0 -15.5602 -57.3012 -176.25 + 64 101.372 614 1 0 -15.6112 -57.25 -176.194 + 64 53.7313 615 1 0 -15.8085 -57.05 -175.96 + 64 99.7827 816 1 1 -16.7124 -56.105 -174.85 + 64 110.068 815 1 1 -16.85 -55.9513 -174.662 + 64 91.9767 508 4 0 10.0697 -78.3127 -85.85 + 64 20.3483 509 4 0 9.97095 -78.25 -86.1864 + 64 105.011 906 3 1 1.39527 -72.5228 -114.45 + 64 111.098 540 3 0 1.14297 -72.0039 -115.85 + 64 174.278 878 2 1 -4.26274 -61.1585 -144.45 + 64 34.7623 599 2 0 -4.3015 -60.0985 -145.85 + 64 88.9908 600 2 0 -4.30368 -60.05 -145.913 + 64 13.0574 601 2 0 -4.32676 -59.8494 -146.196 + 64 99.6164 868 1 1 -6.34936 -41.4796 -174.45 + 64 18.6542 867 1 1 -6.45 -41.2623 -174.786 + 64 69.5928 697 1 0 -6.81153 -40.5841 -175.85 + 64 63.4919 698 1 0 -6.8807 -40.45 -176.058 + 64 165.295 818 0 1 -16.2928 -22.1842 -204.45 + 64 11.4659 792 0 0 -16.3987 -21.4675 -205.85 + 64 115.963 793 0 0 -16.4012 -21.45 -205.885 +Number of digits in this event = 46 Using G4ParticleGun ... -1.78817 LIN +8.02119 LIN e- Event: 65 -Number of tracker hits in this event = 76 - 65 137.938 339 8 1 -112.2 79.3935 35.55 - 65 147.13 1296 8 0 -112.201 79.3946 34.15 - 65 119.47 339 7 1 -112.209 79.4114 5.55 - 65 131.65 1296 7 0 -112.209 79.4137 4.15 - 65 440.897 339 6 1 -112.227 79.449 -24.45 - 65 349.3 1297 6 0 -112.228 79.4511 -25.85 - 65 134.344 339 5 1 -112.246 79.4959 -54.45 - 65 148.637 1297 5 0 -112.241 79.512 -55.85 - 65 98.7088 340 4 1 -112.076 79.8552 -84.45 - 65 94.5694 1299 4 0 -112.056 79.8706 -85.85 - 65 170.353 343 3 1 -111.542 80.2349 -114.45 - 65 96.2772 1300 3 0 -111.5 80.2342 -115.85 - 65 270.228 348 2 1 -110.533 80.3435 -144.45 - 65 152.447 1301 2 0 -110.491 80.3227 -145.85 - 65 13.366 352 1 1 -109.553 79.9739 -174.45 - 65 91.269 353 1 1 -109.55 79.973 -174.509 - 65 199.922 1299 1 0 -109.478 79.9498 -175.85 - 65 127.437 360 0 1 -108.145 79.2351 -204.45 - 65 121.738 1295 0 0 -108.099 79.2228 -205.85 - 65 107.605 1330 1 0 -91.4823 86.1532 -176.25 - 65 15.5829 1329 1 0 -91.4289 86.05 -175.932 - 65 204.328 445 1 1 -91.1037 85.6664 -174.85 - 65 89.1535 446 1 1 -90.9231 85.2052 -174.45 - 65 324.401 447 1 1 -90.75 85.152 -174.622 - 65 56.037 448 1 1 -90.55 85.13 -174.753 - 65 9.64131 449 1 1 -90.35 85.17 -174.835 - 65 230.076 1327 1 0 -88.6113 85.4728 -175.85 - 65 163.045 1163 1 0 -23.9519 52.7462 -176.25 - 65 32.7739 1255 1 0 -139.637 71.2297 -176.25 - 65 187.1 1266 1 0 -108.915 73.45 -176.166 - 65 4.21908 1321 1 0 -110.272 84.2922 -176.25 - 65 7.20486 1005 1 0 -108.289 21.2375 -176.25 - 65 105 1300 1 0 -109.497 80.0501 -175.989 - 65 240.03 1301 1 0 -109.435 80.25 -176.112 - 65 101.861 1302 1 0 -109.288 80.45 -176.135 - 65 157.273 1303 1 0 -109.149 80.65 -176.157 - 65 172.565 1304 1 0 -109.101 80.8501 -176.132 - 65 318.277 339 4 1 -112.195 79.5442 -84.45 - 65 260.192 1297 4 0 -112.185 79.5447 -85.85 - 65 261.35 339 3 1 -112.282 79.7288 -114.45 - 65 373.679 1298 3 0 -112.251 79.7308 -115.85 - 65 169.689 342 2 1 -111.637 79.7388 -144.45 - 65 106.587 1298 2 0 -111.603 79.7679 -145.85 - 65 127.653 346 1 1 -110.906 80.3045 -174.45 - 65 123.238 347 0 1 -110.619 80.5713 -204.45 - 65 101.4 1302 0 0 -110.618 80.6065 -205.85 - 65 140.214 336 2 1 -112.855 80.0007 -144.45 - 65 129.997 1299 2 0 -112.944 79.9852 -145.85 - 65 142.573 326 1 1 -114.877 79.4563 -174.45 - 65 119.423 1296 1 0 -114.996 79.3156 -175.85 - 65 391.895 314 0 1 -117.3 77.0446 -204.45 - 65 129.085 1283 0 0 -117.331 76.8266 -205.85 - 65 58.116 440 5 1 -91.95 50.5499 -54.6218 - 65 4.33459 313 0 1 -117.35 77.3396 -204.674 - 65 247.881 1288 0 0 -116.776 77.8043 -205.85 - 65 157.665 311 0 1 -117.814 78.3667 -204.45 - 65 96.6924 310 0 1 -117.95 78.8814 -204.657 - 65 147.538 309 0 1 -118.15 79.1599 -204.704 - 65 58.647 308 0 1 -118.35 79.4798 -204.619 - 65 116.385 321 5 1 -115.796 80.762 -54.4502 - 65 64.1337 1302 5 0 -115.97 80.4931 -55.85 - 65 54.6279 1301 5 0 -115.997 80.4499 -56.07 - 65 101.186 306 4 1 -118.853 75.3698 -84.4503 - 65 16.5892 305 4 1 -118.95 75.3548 -84.7881 - 65 110.296 1276 4 0 -119.257 75.3059 -85.8517 - 65 151.235 265 3 1 -126.965 73.881 -114.45 - 65 136.646 1269 3 0 -127.279 73.8958 -115.85 - 65 26.1316 230 2 1 -134.128 74.1743 -144.45 - 65 104.716 229 2 1 -134.15 74.1735 -144.529 - 65 266.507 1270 2 0 -134.492 74.1693 -145.85 - 65 132.942 192 1 1 -141.642 73.947 -174.45 - 65 113.464 1267 1 0 -141.945 73.5799 -175.85 - 65 75.6349 164 0 1 -147.293 65.7487 -204.45 - 65 53.0615 163 0 1 -147.35 65.7069 -204.728 - 65 36.7772 1227 0 0 -147.552 65.4754 -205.85 - 65 86.1853 1226 0 0 -147.576 65.45 -205.979 -Number of digits in this event = 42 -Using G4ParticleGun ... -2.78601 LIN +Number of tracker hits in this event = 189 + 65 116.306 525 10 1 -74.9069 54.3432 95.55 + 65 102.171 1171 10 0 -74.9058 54.3423 94.15 + 65 551.022 525 9 1 -74.8792 54.3275 65.55 + 65 375.374 1171 9 0 -74.877 54.3278 64.15 + 65 267.462 526 8 1 -74.8349 54.3306 35.55 + 65 520.583 1171 8 0 -74.8335 54.3297 34.15 + 65 357.601 526 7 1 -74.801 54.3117 5.55 + 65 407.151 1171 7 0 -74.799 54.3099 4.15 + 65 106.941 526 6 1 -74.7568 54.274 -24.45 + 65 206.382 1171 6 0 -74.7537 54.2715 -25.85 + 65 596.601 526 5 1 -74.6886 54.2164 -54.45 + 65 387.357 1170 5 0 -74.6856 54.2131 -55.85 + 65 522.425 527 4 1 -74.6228 54.1459 -84.45 + 65 383.944 1170 4 0 -74.6224 54.141 -85.85 + 65 116.972 527 3 1 -74.6295 54.0331 -114.45 + 65 105.973 1169 3 0 -74.6304 54.0268 -115.85 + 65 451.771 526 2 1 -74.6579 53.8961 -144.45 + 65 268.787 1169 2 0 -74.6582 53.8916 -145.85 + 65 317.195 526 1 1 -74.6585 53.7928 -174.45 + 65 114.347 1168 1 0 -74.6595 53.7879 -175.85 + 65 148.116 526 0 1 -74.6685 53.6898 -204.45 + 65 773.695 1168 0 0 -74.669 53.6832 -205.85 + 65 59.483 498 2 1 -80.3881 65.8092 -144.45 + 65 52.9059 1306 4 0 -60.4693 81.3332 -86.2495 + 65 75.8643 1307 4 0 -60.4086 81.45 -86.1384 + 65 60.9017 1308 4 0 -60.3104 81.65 -85.9746 + 65 133.53 601 4 1 -59.7489 83.0107 -84.8498 + 65 114.138 602 4 1 -59.65 83.2303 -84.6892 + 65 133.218 1340 5 0 -57.7916 88.0559 -56.25 + 65 91.9173 612 5 1 -57.5806 88.3116 -54.85 + 65 19.5273 1389 6 0 -59.913 98.1265 -26.25 + 65 93.4914 1390 6 0 -59.9178 98.15 -26.1874 + 65 173.359 599 6 1 -60.1003 98.5292 -24.85 + 65 495.84 1413 7 0 -48.1361 102.856 3.75 + 65 154.644 661 7 1 -47.7137 102.867 5.15 + 65 22.6722 1412 7 0 -47.8946 102.75 3.97958 + 65 4.28893 590 9 1 -62.0331 80.4198 65.15 + 65 84.1235 528 1 1 -74.409 53.8884 -174.45 + 65 144.865 1169 1 0 -74.3073 54.0008 -175.85 + 65 25.7011 547 0 1 -70.5039 56.8015 -204.45 + 65 85.1579 548 0 1 -70.45 56.7718 -204.501 + 65 70.4092 549 0 1 -70.25 56.6512 -204.688 + 65 158.895 1180 0 0 -69.4601 56.2163 -205.85 + 65 28.3065 507 0 1 -78.45 -34.1054 -204.832 + 65 119.059 525 4 1 -75.0461 54.4111 -84.45 + 65 153.234 1171 4 0 -75.0379 54.4197 -85.85 + 65 184.227 525 3 1 -74.8551 54.1548 -114.45 + 65 124.944 1170 3 0 -74.857 54.1578 -115.85 + 65 201.039 1170 2 0 -74.7802 54.1091 -145.85 + 65 165.929 527 1 1 -74.5175 53.3774 -174.45 + 65 265.626 1166 1 0 -74.5188 53.3412 -175.85 + 65 121.411 527 0 1 -74.541 52.5046 -204.45 + 65 311.473 528 0 1 -74.45 52.0805 -204.629 + 65 32.5106 1140 0 0 -73.1185 48.1308 -205.85 + 65 61.0332 1139 0 0 -73.0903 48.05 -205.875 + 65 61.401 1138 0 0 -73.018 47.85 -205.953 + 65 106.068 1137 0 0 -72.9538 47.65 -206.032 + 65 68.5762 1136 0 0 -72.8833 47.4499 -206.116 + 65 72.9455 1135 0 0 -72.8096 47.25 -206.2 + 65 184.304 921 0 0 -50.8185 4.31475 -206.25 + 65 107.028 647 0 1 -50.5534 4.12263 -204.85 + 65 91.0787 982 1 0 -33.4848 16.5032 -176.25 + 65 61.8104 983 1 0 -33.3339 16.65 -175.986 + 65 7.74613 736 1 1 -32.6686 17.61 -174.85 + 65 263.201 737 1 1 -32.6494 17.6376 -174.819 + 65 41.9777 993 1 0 -32.6989 18.7925 -175.85 + 65 90.6842 994 1 0 -32.715 18.8503 -175.971 + 65 27.6103 995 1 0 -32.8582 19.0506 -176.202 + 65 60.6182 1282 1 0 -84.9554 76.451 -176.25 + 65 148.563 1283 1 0 -85.0714 76.65 -176.124 + 65 169.84 1284 1 0 -85.0928 76.85 -175.904 + 65 70.9115 471 1 1 -85.7373 77.8436 -174.85 + 65 208.499 470 1 1 -85.8502 77.9837 -174.661 + 65 3.12366 469 1 1 -86.0557 77.9297 -174.45 + 65 6.82804 1285 1 0 -85.7895 77.0691 -175.85 + 65 44.1451 1145 0 0 -75.8053 49.1729 -205.85 + 65 120.145 1144 0 0 -75.9024 49.05 -205.89 + 65 150.08 1143 0 0 -76.2507 48.8499 -206.061 + 65 161.714 1105 0 0 -98.0015 41.1542 -206.25 + 65 126.196 412 0 1 -97.554 40.9196 -204.849 + 65 42.0383 413 0 1 -97.55 40.9164 -204.838 + 65 257.115 411 0 1 -97.75 40.8815 -204.529 + 65 14.1397 527 2 1 -74.65 54.523 -144.799 + 65 296.874 1174 2 0 -74.1427 54.8667 -145.85 + 65 236.164 559 1 1 -68.0789 66.7951 -174.45 + 65 46.4342 558 1 1 -68.25 66.7238 -174.732 + 65 31.9525 1232 1 0 -69.1134 66.4651 -175.85 + 65 160.214 1231 1 0 -69.1777 66.45 -175.941 + 65 38.6633 988 1 0 -86.0621 17.7434 -176.25 + 65 63.7427 987 1 0 -86.0144 17.6498 -176.205 + 65 75.3706 986 1 0 -85.9849 17.45 -176.187 + 65 109.549 985 1 0 -86.0633 17.25 -176.121 + 65 29.0683 984 1 0 -86.1521 17.0494 -175.908 + 65 149.341 477 1 1 -84.5751 16.5534 -174.85 + 65 286.509 978 1 0 -85.3864 15.6862 -175.85 + 65 58.3734 979 1 0 -85.5405 15.85 -176.03 + 65 61.4545 525 2 1 -74.85 54.2908 -144.643 + 65 115.916 465 1 1 -86.8772 50.2538 -174.45 + 65 90.2186 1150 1 0 -87.0787 50.101 -175.85 + 65 136.177 449 0 1 -90.2439 49.307 -204.45 + 65 141.584 1146 0 0 -89.9837 49.3362 -205.85 + 65 24.3705 1199 4 0 -58.5514 60.0352 -86.25 + 65 142.107 1200 4 0 -58.504 60.05 -86.201 + 65 186.697 1201 4 0 -58.282 60.25 -86.2169 + 65 40.0215 610 4 1 -57.9246 60.3064 -84.8497 + 65 299.373 611 4 1 -57.85 60.3657 -84.7554 + 65 112.908 1164 4 0 -74.5742 52.9132 -85.85 + 65 375.503 526 3 1 -74.8387 52.1046 -114.45 + 65 141.93 1160 3 0 -74.7824 52.1155 -115.85 + 65 117.877 532 2 1 -73.4652 52.3533 -144.45 + 65 137.738 1161 2 0 -73.4688 52.4011 -145.85 + 65 120.067 531 1 1 -73.7056 53.4433 -174.45 + 65 201.113 1167 1 0 -73.6505 53.4918 -175.85 + 65 91.6977 537 0 1 -72.4907 54.456 -204.45 + 65 131.163 1172 0 0 -72.3734 54.53 -205.85 + 65 81.9019 1151 0 0 -67.6764 50.3362 -206.25 + 65 50.4244 1150 0 0 -67.5401 50.25 -205.998 + 65 54.1893 563 0 1 -67.297 50.3995 -204.85 + 65 413.559 564 0 1 -67.25 50.4031 -204.679 + 65 70.099 1161 0 0 -66.7609 52.302 -205.85 + 65 39.8977 565 0 1 -66.9121 53.5637 -204.85 + 65 26.3543 1173 0 0 -72.3343 54.65 -206.233 + 65 255.822 1273 0 0 -38.6641 74.7521 -206.25 + 65 206.407 1172 3 0 -74.9196 54.5077 -115.85 + 65 154.031 509 2 1 -78.2139 56.3785 -144.45 + 65 90.2514 1182 2 0 -78.3051 56.5196 -145.85 + 65 27.4372 501 1 1 -79.8167 59.1321 -174.45 + 65 82.4612 500 1 1 -79.85 59.1372 -174.552 + 65 130.093 1195 1 0 -80.277 59.1917 -175.85 + 65 28.6589 450 0 1 -90.0254 59.6166 -204.45 + 65 96.9648 1192 0 0 -90.4144 58.5775 -205.85 + 65 82.1779 1191 0 0 -90.4559 58.4497 -206.015 + 65 161.399 1619 4 1 144.118 80.4587 -84.45 + 65 89.0066 1620 4 1 144.15 80.4068 -84.6515 + 65 289.612 1621 4 1 144.35 80.2929 -84.5896 + 65 174.266 1171 3 0 -74.7261 54.4322 -115.85 + 65 107.532 528 2 1 -74.3615 54.8859 -144.45 + 65 122.679 521 1 1 -75.6855 56.6883 -174.45 + 65 134.714 1183 1 0 -75.7088 56.7256 -175.85 + 65 119.202 520 0 1 -75.9871 57.5097 -204.45 + 65 111.486 1187 0 0 -75.871 57.4917 -205.85 + 65 114.902 527 6 1 -74.5332 54.5637 -24.45 + 65 99.4002 1172 6 0 -74.5262 54.5694 -25.85 + 65 92.82 528 5 1 -74.3868 54.6931 -54.45 + 65 122.735 1173 5 0 -74.3804 54.6993 -55.85 + 65 112.258 529 4 1 -74.2319 54.8164 -84.45 + 65 132.176 1173 4 0 -74.2301 54.8218 -85.85 + 65 119.877 529 3 1 -74.1841 54.9427 -114.45 + 65 107.592 1174 3 0 -74.1751 54.952 -115.85 + 65 356.957 530 2 1 -73.947 55.1804 -144.45 + 65 150.642 1175 2 0 -73.9322 55.184 -145.85 + 65 216.439 532 1 1 -73.6099 55.2724 -174.45 + 65 112.188 1176 1 0 -73.5909 55.2867 -175.85 + 65 115.41 533 0 1 -73.3039 55.6001 -204.45 + 65 119.087 1178 0 0 -73.1875 55.7354 -205.85 + 65 150.539 1177 0 0 -73.2874 55.5983 -205.85 + 65 101.995 365 0 1 -107.022 43.1637 -204.45 + 65 110.646 364 0 1 -107.15 43.1522 -204.64 + 65 192.963 363 0 1 -107.35 43.0457 -204.659 + 65 81.1137 1311 1 0 -77.6332 82.3595 -176.25 + 65 67.5636 1312 1 0 -77.7274 82.45 -176.082 + 65 101.701 509 1 1 -78.1345 83.147 -174.85 + 65 59.2046 508 1 1 -78.25 83.2696 -174.593 + 65 58.2639 507 1 1 -78.5456 83.3175 -174.45 + 65 65.1324 506 1 1 -78.6501 83.2903 -174.623 + 65 357.452 1315 1 0 -79.4052 83.1209 -175.85 + 65 65.9504 1314 1 0 -80.2645 83.0499 -176.249 + 65 13.7123 598 0 1 -60.3064 70.0482 -204.45 + 65 66.0964 599 0 1 -60.25 70.0212 -204.465 + 65 87.4878 600 0 1 -60.05 69.9046 -204.516 + 65 73.1951 601 0 1 -59.85 69.8227 -204.588 + 65 37.4282 602 0 1 -59.65 69.7387 -204.722 + 65 74.345 1246 0 0 -58.7355 69.3485 -205.85 + 65 79.4449 1245 0 0 -58.6018 69.25 -206.053 + 65 57.841 344 0 1 -111.15 53.3189 -204.548 + 65 95.5658 525 8 1 -74.8907 54.3713 35.55 + 65 96.0151 525 7 1 -74.9066 54.3936 5.55 + 65 102.989 525 6 1 -74.9544 54.3772 -24.45 + 65 128.09 1171 5 0 -74.7794 54.2592 -55.85 + 65 127.435 528 3 1 -74.2873 53.71 -114.45 + 65 102.833 1168 3 0 -74.2708 53.6936 -115.85 + 65 170.449 1166 2 0 -73.9167 53.3866 -145.85 + 65 118.588 1165 1 0 -73.5434 53.0848 -175.85 + 65 134.425 535 0 1 -72.999 52.8864 -204.45 + 65 114.47 1164 0 0 -72.9762 52.8859 -205.85 + 65 15.912 1418 7 0 -162.893 103.75 4.04115 + 65 258.717 530 0 1 -74.0181 53.7731 -204.45 + 65 164.395 1235 0 0 -80.6348 67.1942 -206.25 + 65 136.24 1169 0 0 -73.8673 53.85 -206.031 +Number of digits in this event = 85 +Using G4ParticleGun ... +1.96867 LIN e- Event: 66 -Number of tracker hits in this event = 143 - 66 144.311 783 11 1 -23.3558 -49.5517 125.55 - 66 135.618 652 11 0 -23.3561 -49.5547 124.15 - 66 164.419 783 10 1 -23.3599 -49.6077 95.55 - 66 111.616 652 10 0 -23.3614 -49.6091 94.15 - 66 114.161 783 9 1 -23.3883 -49.6264 65.55 - 66 92.7638 652 9 0 -23.3906 -49.6224 64.15 - 66 119.342 783 8 1 -23.4264 -49.5353 35.55 - 66 116.103 652 8 0 -23.4299 -49.5272 34.15 - 66 109.397 782 7 1 -23.5113 -49.3632 5.55 - 66 157.924 653 7 0 -23.5494 -49.3441 4.15 - 66 108.615 779 6 1 -24.2013 -48.7354 -24.45 - 66 133.749 656 6 0 -24.224 -48.7456 -25.85 - 66 142.174 776 5 1 -24.7799 -48.6618 -54.45 - 66 99.3053 656 5 0 -24.875 -48.6861 -55.85 - 66 104.066 766 4 1 -26.7957 -48.979 -84.45 - 66 105.801 655 4 0 -26.8706 -48.9885 -85.85 - 66 173.175 759 3 1 -28.1827 -48.9841 -114.45 - 66 105.837 655 3 0 -28.2354 -49.0188 -115.85 - 66 112.629 754 2 1 -29.0992 -49.604 -144.45 - 66 132.095 651 2 0 -29.139 -49.6922 -145.85 - 66 153.214 751 1 1 -29.7864 -51.5256 -174.45 - 66 268.812 641 1 0 -29.7312 -51.7061 -175.85 - 66 84.009 758 0 1 -28.259 -55.4796 -204.45 - 66 39.0707 759 0 1 -28.25 -55.5114 -204.71 - 66 210.596 621 0 0 -28.2029 -55.66 -205.85 - 66 336.509 592 0 0 -37.3077 -61.5139 -206.25 - 66 37.5829 719 0 1 -36.1415 -60.7519 -204.85 - 66 147.724 720 0 1 -36.05 -60.7021 -204.792 - 66 32.4193 721 0 1 -35.8499 -60.6527 -204.797 - 66 85.1498 593 0 0 -35.7229 -61.4223 -205.85 - 66 85.0417 739 0 0 -62.7502 -32.1983 -206.25 - 66 124.053 740 0 0 -63.004 -32.05 -206.132 - 66 122.541 741 0 0 -63.3557 -31.85 -205.975 - 66 6.70815 571 0 1 -65.8194 -30.4135 -204.85 - 66 63.2214 570 0 1 -65.8503 -30.3953 -204.835 - 66 58.7509 569 0 1 -66.05 -30.283 -204.743 - 66 71.9935 568 0 1 -66.25 -30.1846 -204.645 - 66 78.9767 567 0 1 -66.45 -30.0962 -204.543 - 66 4.09207 566 0 1 -66.6501 -30.013 -204.456 - 66 427.945 767 1 0 -132.487 -26.6101 -176.25 - 66 38.0902 205 1 1 -139.028 -25.6969 -174.85 - 66 121.092 204 1 1 -139.15 -25.6819 -174.828 - 66 68.6435 203 1 1 -139.351 -25.6612 -174.808 - 66 61.5655 202 1 1 -139.55 -25.6415 -174.808 - 66 43.5083 201 1 1 -139.75 -25.6095 -174.807 - 66 45.4582 200 1 1 -139.95 -25.5649 -174.802 - 66 61.9636 199 1 1 -140.15 -25.5158 -174.78 - 66 95.9974 198 1 1 -140.35 -25.4511 -174.755 - 66 46.954 197 1 1 -140.55 -25.3881 -174.742 - 66 55.8164 196 1 1 -140.75 -25.3364 -174.737 - 66 103.714 195 1 1 -140.95 -25.2612 -174.724 - 66 101.519 194 1 1 -141.15 -25.1806 -174.711 - 66 49.2173 193 1 1 -141.35 -25.0995 -174.695 - 66 73.2416 192 1 1 -141.55 -25.0247 -174.673 - 66 69.4856 191 1 1 -141.75 -24.9602 -174.656 - 66 53.8843 190 1 1 -141.95 -24.9063 -174.641 - 66 50.0818 189 1 1 -142.15 -24.8592 -174.623 - 66 75.5346 188 1 1 -142.35 -24.8033 -174.607 - 66 53.9163 187 1 1 -142.55 -24.749 -174.586 - 66 56.6926 186 1 1 -142.75 -24.721 -174.565 - 66 46.9758 185 1 1 -142.95 -24.6966 -174.542 - 66 56.6665 184 1 1 -143.15 -24.6683 -174.515 - 66 64.1493 183 1 1 -143.35 -24.6388 -174.485 - 66 99.7648 182 1 1 -143.55 -24.5953 -174.454 - 66 88.5132 181 1 1 -143.75 -24.4498 -174.591 - 66 70.1242 180 1 1 -143.95 -24.2323 -174.758 - 66 3.43591 784 1 0 -145.234 -23.0601 -175.85 - 66 89.8687 785 1 0 -145.246 -23.05 -175.86 - 66 88.89 786 1 0 -145.486 -22.8497 -176.039 - 66 69.3646 787 1 0 -145.736 -22.6496 -176.162 - 66 47.9131 780 1 1 -23.8542 -49.7044 -174.45 - 66 216.822 781 1 1 -23.85 -49.7034 -174.555 - 66 206 651 1 0 -23.7934 -49.6916 -175.85 - 66 107.606 786 0 1 -22.819 -49.3518 -204.45 - 66 119.173 652 0 0 -22.82 -49.472 -205.85 - 66 98.6921 788 0 1 -22.2859 -50.9265 -204.45 - 66 21.3912 789 0 1 -22.25 -51.0239 -204.776 - 66 110.541 643 0 0 -22.1312 -51.3339 -205.851 - 66 4.72935 642 0 0 -22.0842 -51.4501 -206.231 - 66 151.643 785 3 1 -22.9403 -50.2127 -114.45 - 66 282.944 786 3 1 -22.8499 -50.0151 -114.561 - 66 45.8238 787 3 1 -22.65 -49.6763 -114.775 - 66 73.4014 663 3 0 -21.6646 -47.4163 -115.85 - 66 110.512 664 3 0 -21.583 -47.2499 -115.926 - 66 168.985 665 3 0 -21.3835 -47.05 -115.98 - 66 17.3962 666 3 0 -21.0716 -46.85 -116.174 - 66 90.4511 784 3 1 -23.203 -50.0972 -114.45 - 66 312.121 649 3 0 -21.2353 -50.1943 -115.85 - 66 59.8797 694 3 0 30.5817 -41.1458 -116.25 - 66 185.157 693 3 0 30.6545 -41.25 -116.045 - 66 78.1938 1054 3 1 30.9127 -42.4104 -114.85 - 66 60.7701 1053 3 1 30.85 -42.5554 -114.646 - 66 9.58962 808 2 1 -18.3752 -41.4325 -144.45 - 66 256.331 474 9 1 -85.05 -179.892 65.383 - 66 80.8477 784 8 1 -23.25 -49.6366 35.5472 - 66 93.1195 785 8 1 -23.05 -49.4174 35.309 - 66 18.3098 662 8 0 -21.6959 -47.4935 34.15 - 66 73.9049 663 8 0 -21.6635 -47.45 34.1213 - 66 71.1664 664 8 0 -21.4813 -47.25 34.0192 - 66 78.6456 665 8 0 -21.3035 -47.05 33.9495 - 66 53.6049 666 8 0 -21.1314 -46.85 33.8362 - 66 92.3337 709 8 0 33.4968 -38.0645 33.75 - 66 72.9039 708 8 0 33.6386 -38.25 33.9768 - 66 127.754 1067 8 1 33.5736 -38.9207 35.15 - 66 280.466 783 7 1 -23.3321 -49.7425 5.55 - 66 227.113 651 7 0 -23.3432 -49.7598 4.15 - 66 128.767 781 6 1 -23.6989 -50.0753 -24.45 - 66 41.3834 649 6 0 -23.7274 -50.052 -25.85 - 66 95.4443 650 6 0 -23.7299 -50.05 -25.9705 - 66 241.027 778 5 1 -24.3125 -49.5473 -54.45 - 66 155.035 652 5 0 -24.2688 -49.5063 -55.85 - 66 123.071 784 4 1 -23.2394 -48.8763 -84.45 - 66 219.012 656 4 0 -23.1808 -48.8367 -85.85 - 66 123.898 789 3 1 -22.0804 -47.9504 -114.45 - 66 3.68998 790 3 1 -22.05 -47.9465 -114.838 - 66 117.58 660 3 0 -21.9679 -47.943 -115.85 - 66 153.76 800 2 1 -19.8952 -47.9701 -144.45 - 66 131.282 801 2 1 -19.8499 -47.9699 -144.696 - 66 148.807 660 2 0 -19.6357 -47.9757 -145.85 - 66 102.678 827 1 1 -14.5887 -48.7224 -174.45 - 66 120.804 656 1 0 -14.4544 -48.6728 -175.85 - 66 95.7764 842 0 1 -11.5204 -47.391 -204.45 - 66 15.9572 843 0 1 -11.45 -47.3832 -204.764 - 66 131.277 663 0 0 -11.1722 -47.3631 -205.85 - 66 244.346 777 6 1 -24.491 -49.4004 -24.45 - 66 113.653 653 6 0 -24.5363 -49.2918 -25.8503 - 66 145.027 775 5 1 -24.9736 -47.6471 -54.45 - 66 124.089 661 5 0 -24.8874 -47.7271 -55.8504 - 66 111.97 785 4 1 -23.0489 -48.616 -84.4501 - 66 145.328 657 4 0 -22.86 -48.6146 -85.85 - 66 240.752 806 3 1 -18.7453 -48.4844 -114.45 - 66 2.0751 807 3 1 -18.6498 -48.4587 -114.838 - 66 99.9648 658 3 0 -18.3852 -48.4115 -115.85 - 66 97.9643 845 2 1 -10.9219 -46.7329 -144.45 - 66 57.8552 846 2 1 -10.85 -46.7267 -144.667 - 66 107.311 667 2 0 -10.4763 -46.6423 -145.85 - 66 60.4095 892 1 1 -1.48698 -44.8257 -174.45 - 66 94.6911 893 1 1 -1.44987 -44.8274 -174.581 - 66 135.925 676 1 0 -1.09321 -44.8275 -175.85 - 66 117.991 931 0 1 6.4109 -45.5746 -204.45 - 66 107.51 672 0 0 6.54204 -45.5583 -205.85 - 66 131.746 656 3 0 -18.3737 -48.7569 -115.85 - 66 60.2317 778 6 1 -24.45 -49.4459 -24.5218 -Number of digits in this event = 48 -Using G4ParticleGun ... -8.08687 LIN +Number of tracker hits in this event = 131 + 66 157.988 604 11 1 -59.2486 -46.3578 125.55 + 66 225.138 668 11 0 -59.2505 -46.3465 124.15 + 66 115.343 603 10 1 -59.2961 -46.1118 95.55 + 66 101.648 669 10 0 -59.3161 -46.0888 94.15 + 66 442.102 601 9 1 -59.7294 -45.6017 65.55 + 66 110.985 672 9 0 -59.7444 -45.5837 64.15 + 66 113.418 599 8 1 -60.1537 -45.274 35.55 + 66 109.97 673 8 0 -60.1842 -45.2672 34.15 + 66 131.66 598 7 1 -60.3312 -45.0349 5.55 + 66 129.471 675 7 0 -60.4447 -45.0304 4.15 + 66 111.505 586 6 1 -62.7027 -45.1928 -24.4505 + 66 103.693 673 6 0 -63.0226 -45.3794 -25.85 + 66 80.2709 547 5 1 -70.5927 -49.0632 -54.4503 + 66 32.7764 546 5 1 -70.65 -49.1173 -54.7399 + 66 138.693 653 5 0 -70.8682 -49.3263 -55.8506 + 66 187.749 514 4 1 -77.0861 -54.7562 -84.45 + 66 133.749 624 4 0 -77.5951 -55.1006 -85.85 + 66 127.104 463 3 1 -87.338 -63.3273 -114.45 + 66 24.2569 462 3 1 -87.45 -63.4183 -114.771 + 66 239.399 581 3 0 -87.8227 -63.7412 -115.85 + 66 21.2828 580 3 0 -87.9447 -63.85 -116.21 + 66 71.5575 413 2 1 -97.5242 -72.4635 -144.45 + 66 82.7911 412 2 1 -97.5502 -72.4755 -144.527 + 66 226.54 536 2 0 -98.0232 -72.7103 -145.85 + 66 64.3795 355 1 1 -109.035 -77.493 -174.45 + 66 72.8149 354 1 1 -109.15 -77.5341 -174.674 + 66 156.149 511 1 0 -109.749 -77.7488 -175.85 + 66 6.72638 277 0 1 -124.739 -82.4333 -204.45 + 66 107.903 276 0 1 -124.75 -82.438 -204.471 + 66 34.7678 486 0 0 -125.48 -82.8218 -205.85 + 66 95.7228 485 0 0 -125.531 -82.85 -205.946 + 66 196.979 593 6 1 -61.271 -46.1454 -24.4501 + 66 40.0608 594 6 1 -61.25 -46.1524 -24.6772 + 66 114.136 668 6 0 -61.2157 -46.2828 -25.8503 + 66 54.6174 598 5 1 -60.4011 -51.339 -54.4502 + 66 295.521 597 5 1 -60.45 -51.1631 -54.5534 + 66 31.2402 654 5 0 -61.0361 -49.1419 -55.85 + 66 52.7277 655 5 0 -61.0559 -49.05 -55.9115 + 66 69.2418 656 5 0 -61.0797 -48.85 -56.0381 + 66 52.3894 657 5 0 -61.1226 -48.65 -56.1688 + 66 163.49 548 4 1 -70.3225 3.45101 -84.4501 + 66 8.1063 920 4 0 -70.7221 4.22688 -85.851 + 66 118.785 921 4 0 -70.7326 4.25 -85.892 + 66 286.362 517 3 1 -76.5147 16.2374 -114.45 + 66 53.4023 516 3 1 -76.6502 16.4672 -114.753 + 66 66.0289 987 3 0 -77.1258 17.4654 -115.85 + 66 74.8051 988 3 0 -77.2137 17.65 -116.047 + 66 40.4263 455 2 1 -88.9735 41.5326 -144.45 + 66 67.1114 456 2 1 -88.8497 41.4895 -144.498 + 66 108.061 457 2 1 -88.65 41.4573 -144.628 + 66 12.1147 458 2 1 -88.45 41.4007 -144.822 + 66 184.342 1104 2 0 -86.851 40.9869 -145.85 + 66 131.928 1105 2 0 -86.6614 41.05 -145.999 + 66 63.8129 1106 2 0 -86.3526 41.25 -146.192 + 66 11.4351 1107 2 0 -86.2114 41.45 -146.239 + 66 375.684 1363 2 0 -56.1959 92.847 -146.25 + 66 80.4948 1364 2 0 -57.0893 92.95 -145.986 + 66 536.097 1365 2 0 -57.0194 93.15 -145.975 + 66 15.9093 1366 2 0 -56.4184 93.35 -145.996 + 66 16.2791 474 2 1 -85.0902 39.1071 -144.85 + 66 102.563 475 2 1 -85.0496 39.0769 -144.834 + 66 239.115 476 2 1 -84.85 39.116 -144.791 + 66 115.756 669 6 0 -61.2907 -46.183 -25.85 + 66 107.008 594 5 1 -61.144 -46.7037 -54.4502 + 66 188.352 666 5 0 -61.0326 -46.7357 -55.85 + 66 101.943 607 4 1 -58.6398 -47.2531 -84.4521 + 66 138.997 663 4 0 -58.4852 -47.3702 -85.85 + 66 126.441 623 3 1 -55.2932 -49.2056 -114.45 + 66 116.576 653 3 0 -55.191 -49.2783 -115.85 + 66 108.364 633 2 1 -53.3412 -50.3313 -144.451 + 66 305.944 648 2 0 -53.2328 -50.4211 -145.85 + 66 128.086 642 1 1 -51.5271 -52.3034 -174.45 + 66 115.165 637 1 0 -51.501 -52.4677 -175.85 + 66 123.888 644 0 1 -51.1401 -55.7491 -204.45 + 66 118.427 620 0 0 -51.085 -55.8995 -205.85 + 66 82.2322 602 9 1 -59.6498 -45.4415 65.1848 + 66 136.591 667 11 0 -59.0975 -46.4503 123.855 + 66 72.3751 605 9 1 -58.9535 -46.1653 65.5498 + 66 139.358 606 9 1 -58.85 -46.082 65.3425 + 66 332.435 607 9 1 -58.65 -46.0189 65.28 + 66 199.827 604 9 1 -59.1675 -46.3089 65.55 + 66 143.71 668 9 0 -59.1635 -46.2901 64.15 + 66 130.238 605 8 1 -59.0331 -45.8674 35.55 + 66 167.542 671 8 0 -59.0229 -45.8303 34.15 + 66 112.898 606 7 1 -58.7551 -45.1184 5.55 + 66 117.818 674 7 0 -58.7231 -45.1065 4.15 + 66 118.454 609 6 1 -58.2065 -44.9436 -24.45 + 66 188.306 675 6 0 -58.1642 -44.9193 -25.85 + 66 171.454 612 5 1 -57.4998 -44.2778 -54.45 + 66 124.357 678 5 0 -57.4238 -44.3486 -55.85 + 66 148.569 621 4 1 -55.8352 -45.8898 -84.45 + 66 185.106 670 4 0 -55.8574 -45.8669 -85.85 + 66 169.282 617 3 1 -56.4663 -45.4502 -114.45 + 66 137.138 673 3 0 -56.5683 -45.4282 -115.85 + 66 26.3822 606 2 1 -58.8419 -44.9121 -144.45 + 66 75.9187 605 2 1 -58.85 -44.9087 -144.587 + 66 152.171 675 2 0 -58.932 -44.8737 -145.85 + 66 123.138 596 1 1 -60.7171 -43.8174 -174.45 + 66 159.705 681 1 0 -60.8039 -43.816 -175.85 + 66 102.22 600 0 1 -59.9949 -46.1174 -204.45 + 66 383.651 671 0 0 -60.1248 -45.8404 -205.851 + 66 178.453 618 3 1 -56.4495 -45.4568 -114.491 + 66 67.2308 671 4 0 -55.8986 -45.8499 -86.0472 + 66 344.248 753 4 0 -134.392 -29.3566 -86.25 + 66 176.204 229 4 1 -134.215 -29.7644 -84.85 + 66 74.7534 596 5 1 -60.7308 -46.8672 -54.4503 + 66 80.1782 595 5 1 -60.85 -46.7816 -54.6095 + 66 42.7108 668 5 0 -61.5879 -46.2909 -55.85 + 66 118.99 669 5 0 -61.663 -46.25 -55.9634 + 66 41.7258 775 5 0 -49.8347 -24.8801 -56.25 + 66 193.436 776 5 0 -49.7276 -24.85 -56.1466 + 66 75.11 660 5 1 -47.9746 -24.2505 -54.85 + 66 69.8315 661 5 1 -47.8496 -24.204 -54.7541 + 66 37.1319 662 5 1 -47.6498 -24.1408 -54.5809 + 66 44.3839 945 6 0 -31.2008 9.1626 -26.25 + 66 92.7398 946 6 0 -31.1579 9.25 -26.1878 + 66 84.9377 947 6 0 -31.0774 9.45 -26.0207 + 66 261.475 746 6 1 -30.7904 10.6049 -24.8497 + 66 70.0905 747 6 1 -30.5953 11.126 -24.4505 + 66 23.5159 952 6 0 -31.4633 10.4907 -25.85 + 66 141.567 951 6 0 -31.5088 10.45 -25.9164 + 66 83.7867 617 5 1 -56.5595 -4.72879 -54.45 + 66 83.7426 616 5 1 -56.65 -4.86769 -54.6462 + 66 0.209778 879 5 0 -56.0707 -4.05012 -55.8503 + 66 196.392 880 5 0 -56.0706 -4.05 -55.8504 + 66 38.5494 868 5 0 -58.1828 -6.44527 -55.85 + 66 319.479 601 0 1 -59.8355 -46.2366 -204.45 + 66 147.425 668 0 0 -59.8104 -46.2517 -205.85 + 66 72.5833 672 0 0 -58.8233 -45.649 -205.901 + 66 96.0702 673 0 0 -58.8202 -45.45 -205.966 + 66 313.256 674 0 0 -58.6586 -45.25 -205.954 +Number of digits in this event = 58 +Using G4ParticleGun ... +5.03253 LIN e- Event: 67 -Number of tracker hits in this event = 109 - 67 156.519 1000 11 1 20.0931 74.9324 125.55 - 67 202.213 1274 11 0 20.0936 74.9329 124.15 - 67 150.712 1000 10 1 20.1049 74.9449 95.55 - 67 234.39 1274 10 0 20.1059 74.9455 94.15 - 67 107.534 1000 9 1 20.1237 74.9576 65.55 - 67 97.247 1274 9 0 20.1244 74.9568 64.15 - 67 112.951 1000 8 1 20.1633 74.9336 35.55 - 67 115.95 1274 8 0 20.1619 74.925 34.15 - 67 117.042 1000 7 1 20.1378 74.7579 5.55 - 67 137.007 1273 7 0 20.1358 74.7503 4.15 - 67 120.058 1000 6 1 20.1125 74.6079 -24.45 - 67 101.852 1272 6 0 20.115 74.6024 -25.85 - 67 105.936 1000 5 1 20.1839 74.5212 -54.45 - 67 120.626 1272 5 0 20.1805 74.5176 -55.85 - 67 452.645 1000 4 1 20.0868 74.4748 -84.45 - 67 109 1272 4 0 20.084 74.4683 -85.85 - 67 109.973 999 3 1 20.0471 74.3297 -114.45 - 67 121.011 1271 3 0 20.049 74.3181 -115.85 - 67 115.89 1000 2 1 20.0715 74.0908 -144.45 - 67 95.6557 1270 2 0 20.0733 74.077 -145.85 - 67 104.666 1000 1 1 20.1201 73.8166 -174.45 - 67 191.325 1268 1 0 20.1258 73.8069 -175.85 - 67 224.647 1000 0 1 20.2438 73.6305 -204.45 - 67 120.48 1267 0 0 20.2517 73.6315 -205.85 - 67 387.926 999 2 1 20.0423 73.9478 -144.45 - 67 130.166 1271 2 0 19.8783 74.3225 -145.85 - 67 119.594 990 1 1 18.0963 80.6428 -174.45 - 67 13.4005 1307 1 0 18.1105 81.6122 -175.85 - 67 91.8186 1308 1 0 18.1111 81.65 -175.912 - 67 51.8849 1309 1 0 18.1202 81.8501 -176.139 - 67 237.544 985 0 1 17.1778 107.655 -204.45 - 67 27.5817 1427 0 0 17.5908 105.644 -205.85 - 67 86.0475 1426 0 0 17.6138 105.55 -205.922 - 67 63.7779 1425 0 0 17.5704 105.349 -206.03 - 67 53.3871 1424 0 0 17.5305 105.15 -206.11 - 67 52.8097 1423 0 0 17.4902 104.95 -206.149 - 67 60.0001 1422 0 0 17.4386 104.75 -206.186 - 67 25.0041 1203 0 0 -1.08555 60.6864 -206.25 - 67 138.894 1202 0 0 -1.09271 60.65 -206.177 - 67 91.9061 890 0 1 -1.90912 59.6566 -204.85 - 67 224.701 889 0 1 -2.05 59.4765 -204.649 - 67 55.8724 888 0 1 -2.25 59.215 -204.71 - 67 217.943 1198 0 0 -2.83239 59.8289 -205.85 - 67 336.296 1197 0 0 -2.85469 59.65 -206.025 - 67 8.7214 892 0 1 -1.49282 57.5114 -204.45 - 67 81.1838 893 0 1 -1.44978 57.5301 -204.466 - 67 67.283 894 0 1 -1.25 57.6219 -204.571 - 67 21.2229 895 0 1 -1.04996 57.7328 -204.767 - 67 74.3345 1191 0 0 -0.506022 58.2847 -205.85 - 67 124.486 1192 0 0 -0.365717 58.4502 -206.052 - 67 96.0432 1193 0 0 0.05 58.6741 -206.169 - 67 154.38 1194 0 0 0.419843 58.85 -206.128 - 67 100.651 1195 0 0 0.72746 59.05 -206.01 - 67 68.0515 916 0 1 3.26193 59.1547 -204.85 - 67 71.8177 917 0 1 3.45013 59.1831 -204.842 - 67 468.414 918 0 1 3.65021 59.21 -204.831 - 67 220.652 919 0 1 3.85 59.5699 -204.616 - 67 112.169 1269 2 0 19.9201 73.8717 -145.85 - 67 171.92 983 1 1 16.7067 73.7981 -174.45 - 67 106.397 982 1 1 16.6498 73.7908 -174.568 - 67 39.1194 1267 1 0 15.8709 73.65 -176.131 - 67 12.1168 901 0 1 0.280815 65.6098 -204.45 - 67 71.3962 900 0 1 0.25 65.604 -204.476 - 67 63.8924 899 0 1 -0.05 65.5628 -204.717 - 67 171.797 1226 0 0 -1.38896 65.2976 -205.85 - 67 47.4902 1225 0 0 -1.71692 65.25 -206.12 - 67 92.9591 1152 0 0 -20.5205 50.638 -206.25 - 67 121.13 1151 0 0 -20.492 50.45 -206.055 - 67 12.7611 1150 0 0 -20.4657 50.25 -205.874 - 67 39.8829 796 0 1 -20.8153 48.3389 -204.85 - 67 104.593 795 0 1 -20.85 48.2362 -204.763 - 67 14.3433 794 0 1 -21.05 48.0121 -204.482 - 67 355.856 1274 4 0 20.2141 74.8908 -85.85 - 67 231.207 1000 3 1 20.2458 74.8908 -114.45 - 67 270.461 1274 3 0 20.2503 74.8897 -115.85 - 67 126.763 1001 2 1 20.334 74.8631 -144.45 - 67 127.511 1274 2 0 20.3384 74.8636 -145.85 - 67 267.989 1001 1 1 20.4319 74.8812 -174.45 - 67 171.059 1274 1 0 20.4362 74.8846 -175.85 - 67 400.043 1002 0 1 20.5265 74.9633 -204.45 - 67 131.002 1274 0 0 20.5327 74.9691 -205.85 - 67 264.854 1680 6 0 -3.84669 156.28 -26.25 - 67 94.5668 1292 7 0 0.05 78.6183 3.75404 - 67 120.393 1279 7 0 -13.4122 76.0123 3.75003 - 67 150.973 1431 1 0 16.324 106.467 -176.25 - 67 73.9608 1432 1 0 16.3134 106.55 -176.171 - 67 43.6161 1433 1 0 16.3034 106.75 -175.958 - 67 146.488 981 1 1 16.3097 107.736 -174.85 - 67 66.2498 1512 2 0 6.30386 122.65 -146.25 - 67 74.5934 1513 2 0 6.22139 122.75 -146.063 - 67 126.138 927 2 1 5.63897 123.322 -144.85 - 67 13.365 926 2 1 5.45 123.525 -144.504 - 67 53.356 1627 3 0 -1.47778 145.643 -116.25 - 67 87.0232 1628 3 0 -1.5122 145.75 -116.117 - 67 20.2842 1629 3 0 -1.55663 145.95 -115.901 - 67 320.703 891 3 1 -1.77299 147.035 -114.85 - 67 218.814 989 2 1 17.9255 59.519 -144.85 - 67 238.888 988 2 1 17.85 59.4411 -144.497 - 67 179.901 1273 2 0 20.0464 74.7991 -145.85 - 67 108.176 1273 1 0 20.3523 74.7993 -175.85 - 67 113.462 1273 0 0 20.6432 74.8199 -205.85 - 67 159.227 1219 3 0 25.4716 64.0008 -116.25 - 67 72.0459 677 5 0 43.8817 -44.45 -56.0263 - 67 97.9779 1220 3 0 25.5375 64.05 -116.068 - 67 17.8159 1270 0 0 20.149 74.0856 -205.85 - 67 116.083 1269 0 0 20.126 74.0499 -205.918 - 67 75.2582 942 5 1 8.45679 -108.612 -54.45 - 67 257.106 941 5 1 8.45 -108.621 -54.5685 - 67 24.629 999 1 1 20.0075 75.1279 -174.45 -Number of digits in this event = 49 -Using G4ParticleGun ... -1.68485 LIN +Number of tracker hits in this event = 129 + 67 207.011 959 10 1 11.9948 -86.3944 95.55 + 67 135.954 468 10 0 11.9953 -86.3941 94.15 + 67 145.943 959 9 1 11.9979 -86.3929 65.55 + 67 117.854 468 9 0 11.9959 -86.3916 64.15 + 67 138.959 959 8 1 11.9465 -86.3735 35.55 + 67 157.297 468 8 0 11.9483 -86.3713 34.15 + 67 326.743 959 7 1 11.9869 -86.3336 5.55 + 67 404.976 468 7 0 11.988 -86.3327 4.15 + 67 227.192 959 6 1 12.0055 -86.3098 -24.45 + 67 112.033 468 6 0 12.0073 -86.3081 -25.85 + 67 115.524 959 5 1 12.0417 -86.2742 -54.45 + 67 117.761 468 5 0 12.0436 -86.2747 -55.85 + 67 134.76 960 4 1 12.0895 -86.2781 -84.45 + 67 173.274 468 4 0 12.092 -86.2744 -85.85 + 67 135.033 960 3 1 12.1382 -86.2007 -114.45 + 67 115.653 469 3 0 12.142 -86.1927 -115.85 + 67 132.527 960 2 1 12.2183 -86.0375 -144.45 + 67 406.835 470 2 0 12.2217 -86.0303 -145.85 + 67 144.524 961 1 1 12.2732 -85.8983 -174.45 + 67 136.072 470 1 0 12.279 -85.8915 -175.85 + 67 139.872 961 0 1 12.4029 -85.7525 -204.45 + 67 132.748 471 0 0 12.4084 -85.7447 -205.85 + 67 32.9095 14 14 0 157.84 -177.242 213.75 + 67 51.6041 960 6 1 12.05 -86.491 -24.6651 + 67 119.988 464 6 0 12.5494 -87.0847 -25.8502 + 67 24.188 463 6 0 12.6758 -87.2501 -26.1647 + 67 78.3129 1044 5 1 28.9589 -102.789 -54.45 + 67 105.81 1045 5 1 29.05 -102.929 -54.5171 + 67 177.623 1046 5 1 29.2501 -103.118 -54.6229 + 67 0.277778 380 5 0 29.0381 -104.148 -55.85 + 67 64.7375 379 5 0 29.0374 -104.15 -55.852 + 67 93.4696 378 5 0 28.9645 -104.35 -55.8903 + 67 70.1809 377 5 0 28.7817 -104.55 -56.0707 + 67 259.733 355 5 0 -15.1386 -108.962 -56.25 + 67 211.336 356 5 0 -15.1549 -108.95 -56.1784 + 67 30.572 829 5 1 -14.0934 -110.237 -54.85 + 67 34.6268 830 5 1 -14.05 -110.315 -54.8224 + 67 82.7764 342 5 0 -14.5231 -111.655 -55.85 + 67 281.412 341 5 0 -14.5115 -111.75 -55.9074 + 67 6.25712 354 5 0 -15.4543 -109.15 -55.8581 + 67 17.5971 818 5 1 -16.3513 -110.222 -54.85 + 67 17.2875 344 5 0 -19.0503 -111.164 -55.85 + 67 207.897 795 5 1 -20.9651 -111.452 -54.85 + 67 64.0486 794 5 1 -21.05 -111.483 -54.7542 + 67 134.122 156 9 0 43.8625 -148.947 63.75 + 67 198.684 155 9 0 43.8629 -148.95 63.7512 + 67 135.668 958 6 1 11.7852 -86.4665 -24.45 + 67 226.956 467 6 0 11.7828 -86.4901 -25.85 + 67 139.263 958 5 1 11.7988 -86.9645 -54.45 + 67 145.568 465 5 0 11.7994 -86.9937 -55.85 + 67 379.647 958 4 1 11.7596 -87.5604 -84.45 + 67 289.049 462 4 0 11.7524 -87.5906 -85.85 + 67 263.276 957 3 1 11.5272 -88.1931 -114.45 + 67 116.745 459 3 0 11.5109 -88.2235 -115.85 + 67 97.7649 955 2 1 11.1614 -89.056 -144.45 + 67 123.049 454 2 0 11.1144 -89.1492 -145.85 + 67 106.797 951 1 1 10.3686 -90.9185 -174.45 + 67 98.7966 446 1 0 10.2941 -90.9255 -175.85 + 67 33.0698 942 0 1 8.45883 -90.9724 -204.45 + 67 179.336 941 0 1 8.44999 -90.9849 -204.581 + 67 127.584 445 0 0 8.36955 -91.1098 -205.85 + 67 479.565 452 1 0 11.5227 -89.5536 -175.85 + 67 155.724 451 1 0 11.4203 -89.65 -176.207 + 67 177.712 464 5 0 11.7612 -87.05 -56.0083 + 67 121.683 956 3 1 11.3354 -87.7726 -114.45 + 67 214.565 461 3 0 11.2773 -87.7865 -115.85 + 67 120.583 950 2 1 10.0908 -87.9185 -144.45 + 67 122.479 460 2 0 10.0898 -87.9929 -145.85 + 67 317.495 949 1 1 10.0453 -89.5061 -174.45 + 67 144.027 947 0 1 9.47739 -90.6084 -204.45 + 67 155.423 447 0 0 9.4556 -90.657 -205.85 + 67 66.2798 950 1 1 10.1641 -88.429 -174.45 + 67 77.0426 453 1 0 8.94023 -89.3502 -175.85 + 67 82.405 814 0 1 -17.1895 -92.6485 -204.45 + 67 35.1834 815 0 1 -17.05 -92.6851 -204.724 + 67 135.244 437 0 0 -16.507 -92.6063 -205.85 + 67 63.5921 438 0 0 -16.3159 -92.55 -206.176 + 67 48.255 460 3 0 11.2695 -87.85 -116.199 + 67 125.537 957 4 1 11.65 -87.4568 -84.6646 + 67 121.982 463 4 0 11.6119 -87.4352 -85.85 + 67 96.1659 466 3 0 11.8737 -86.8166 -115.85 + 67 70.6715 465 3 0 11.9127 -86.85 -116.022 + 67 124.76 1000 2 1 20.1099 -90.529 -144.45 + 67 81.1399 450 2 0 20.2722 -89.9738 -145.85 + 67 31.0489 451 2 0 20.3157 -89.85 -146.148 + 67 20.3907 1018 1 1 23.8421 -78.5543 -174.45 + 67 109.069 1019 1 1 23.85 -78.5961 -174.526 + 67 209.132 503 1 0 23.9783 -79.2559 -175.85 + 67 7.05439 502 1 0 23.9966 -79.4506 -176.225 + 67 59.3054 1008 0 1 21.6608 -93.3272 -204.45 + 67 110.651 1007 0 1 21.65 -93.2048 -204.577 + 67 3.9259 441 0 0 21.3227 -91.7604 -205.85 + 67 93.8718 442 0 0 21.3201 -91.75 -205.859 + 67 59.068 443 0 0 21.264 -91.5494 -206.076 + 67 1.61457 347 0 0 29.7121 -110.743 -206.25 + 67 101.932 346 0 0 29.7149 -110.75 -206.247 + 67 67.7024 345 0 0 29.7583 -110.95 -206.148 + 67 66.1133 344 0 0 29.7596 -111.15 -206.043 + 67 65.2585 343 0 0 29.7571 -111.35 -205.963 + 67 2.90021 342 0 0 29.7616 -111.55 -205.856 + 67 169.733 1049 0 1 29.853 -113.438 -204.85 + 67 108.46 1050 0 1 30.0503 -114.25 -204.479 + 67 55.9577 1051 0 1 30.25 -114.316 -204.728 + 67 385.122 329 0 0 32.4794 -114.332 -205.85 + 67 102.554 330 0 0 33.7531 -114.15 -206.132 + 67 79.9923 331 0 0 34.0854 -113.95 -206.123 + 67 71.244 332 0 0 34.1441 -113.75 -206.153 + 67 70.2617 333 0 0 34.1739 -113.55 -206.139 + 67 75.7091 334 0 0 34.1207 -113.35 -206.041 + 67 50.7071 335 0 0 34.0178 -113.15 -205.952 + 67 53.8855 1070 0 1 34.0754 -111.8 -204.85 + 67 138.309 1069 0 1 34.05 -111.678 -204.774 + 67 111.185 1068 0 1 33.85 -111.308 -204.695 + 67 69.084 1067 0 1 33.65 -111.021 -204.65 + 67 48.396 1066 0 1 33.45 -111.052 -204.589 + 67 134.451 962 6 1 12.496 -86.6012 -24.45 + 67 58.8146 964 5 1 13.0453 -86.5301 -54.45 + 67 47.7078 965 5 1 13.05 -86.5279 -54.6618 + 67 193.599 467 5 0 13.0771 -86.5146 -55.85 + 67 115.14 968 4 1 13.7456 -86.237 -84.45 + 67 111.597 469 4 0 13.7736 -86.2262 -85.85 + 67 139.869 971 3 1 14.3188 -86.0015 -114.45 + 67 118.952 470 3 0 14.3538 -85.9951 -115.85 + 67 140.035 975 2 1 15.0842 -85.8803 -144.45 + 67 134.898 978 1 1 15.7137 -85.8399 -174.45 + 67 129.959 471 1 0 15.7835 -85.8228 -175.85 + 67 248.957 985 0 1 17.1659 -85.531 -204.45 + 67 112.087 472 0 0 17.2463 -85.498 -205.85 + 67 95.8746 984 0 1 17.05 -85.4745 -204.796 +Number of digits in this event = 62 +Using G4ParticleGun ... +9.29301 LIN e- Event: 68 -Number of tracker hits in this event = 129 - 68 468.387 1085 10 1 37.2127 108.195 95.55 - 68 310.607 1440 10 0 37.2093 108.186 94.15 - 68 182.656 1085 9 1 37.1231 108.026 65.55 - 68 142.086 1439 9 0 37.1243 108.013 64.15 - 68 198.515 1085 8 1 37.0826 107.792 35.55 - 68 109.883 1438 8 0 37.0815 107.783 34.15 - 68 302.881 1085 7 1 37.053 107.591 5.55 - 68 129.471 1437 7 0 37.0496 107.58 4.15 - 68 210.582 1084 6 1 36.9962 107.394 -24.45 - 68 107.925 1436 6 0 36.9914 107.383 -25.85 - 68 160.793 1084 5 1 36.907 107.165 -54.45 - 68 94.5046 1435 5 0 36.8774 107.157 -55.85 - 68 124.771 1081 4 1 36.2756 107.012 -84.45 - 68 105.418 1434 4 0 36.2459 107.01 -85.85 - 68 152.784 1077 3 1 35.6379 106.98 -114.45 - 68 131.758 1434 3 0 35.603 106.983 -115.85 - 68 387.323 1074 2 1 34.8879 107.054 -144.45 - 68 220.66 1434 2 0 34.8518 107.063 -145.85 - 68 331.151 1070 1 1 34.1189 107.236 -174.45 - 68 463.791 1435 1 0 34.0822 107.249 -175.85 - 68 105.546 1066 0 1 33.3012 107.504 -204.45 - 68 127.282 1436 0 0 33.2556 107.507 -205.85 - 68 126.711 1063 0 1 32.7597 106.635 -204.45 - 68 112.735 1433 0 0 32.734 106.847 -205.85 - 68 83.3603 1069 1 1 34.05 107.043 -174.705 - 68 61.7474 1431 1 0 33.6937 106.426 -175.85 - 68 76.9192 1430 1 0 33.6568 106.35 -176.006 - 68 65.5328 997 0 1 19.5568 96.0695 -204.45 - 68 55.1223 998 0 1 19.6501 95.9709 -204.663 - 68 109.719 1377 0 0 19.8724 95.6944 -205.85 - 68 0.227428 1376 0 0 19.9584 95.5499 -206.249 - 68 134.831 1064 1 1 32.9386 108.569 -174.45 - 68 4.06366 1063 1 1 32.85 108.567 -174.827 - 68 99.5739 1442 1 0 32.5833 108.561 -175.85 - 68 68.7919 1024 0 1 24.9504 109.057 -204.45 - 68 69.4813 1023 0 1 24.85 109.044 -204.635 - 68 133.053 1443 0 0 24.1948 108.937 -205.85 - 68 131.885 1433 2 0 35.0088 106.914 -145.85 - 68 127.937 1073 1 1 34.7086 107.322 -174.45 - 68 105.27 1436 1 0 34.6607 107.408 -175.85 - 68 213.872 1068 0 1 33.8495 109.288 -204.45 - 68 121.762 1445 0 0 33.6922 109.321 -205.85 - 68 23.7988 1069 0 1 33.8501 109.484 -204.799 - 68 52.6498 1454 0 0 34.5622 110.963 -205.85 - 68 180.155 1455 0 0 34.517 111.15 -205.888 - 68 437.503 1456 0 0 34.4136 111.35 -206.035 - 68 60.9891 1457 0 0 34.3983 111.55 -206.088 - 68 7.29861 1084 7 1 37.0407 107.571 5.55 - 68 81.8236 1449 7 0 34.011 109.972 4.15 - 68 216.016 1450 7 0 33.8799 110.15 4.09808 - 68 399.529 1451 7 0 33.632 110.35 4.04727 - 68 95.2999 1310 8 0 39.9887 82.23 33.75 - 68 62.5521 1309 8 0 40.0359 82.0499 33.9701 - 68 141.658 1100 8 1 40.1386 81.0463 35.15 - 68 129.346 1083 4 1 36.7899 106.788 -84.45 - 68 128.06 1432 4 0 36.6494 106.607 -85.85 - 68 110.489 1076 9 1 35.2761 109.145 65.55 - 68 61.8792 1075 9 1 35.25 109.141 65.3778 - 68 119.446 1444 9 0 35.0841 109.078 64.15 - 68 275.238 1053 8 1 30.835 107.227 35.5496 - 68 102.717 1436 8 0 30.6205 107.399 34.15 - 68 123.368 1032 7 1 26.6049 109.826 5.55 - 68 159.248 989 6 1 17.9773 118.47 -24.4501 - 68 76.9492 1494 6 0 17.7146 119.049 -25.85 - 68 45.4484 1495 6 0 17.6769 119.15 -26.1041 - 68 133.34 968 5 1 13.8005 130.919 -54.45 - 68 79.6631 1557 5 0 13.7522 131.633 -55.85 - 68 105.569 1558 5 0 13.743 131.75 -56.0852 - 68 113.228 960 4 1 12.1463 145.035 -84.45 - 68 8.86665 961 4 1 12.25 145.164 -84.8027 - 68 10.6332 1626 4 0 12.5511 145.534 -85.8502 - 68 104.651 1627 4 0 12.5637 145.55 -85.8942 - 68 124.905 999 3 1 19.9687 152.871 -114.45 - 68 31.4355 1669 3 0 20.0438 154.079 -115.851 - 68 90.8855 1670 3 0 20.0513 154.15 -115.93 - 68 107.903 1671 3 0 20.0738 154.35 -116.155 - 68 198.807 1013 2 1 22.8123 179.374 -144.45 - 68 133.614 1012 2 1 22.65 179.855 -144.482 - 68 65.8075 1011 2 1 22.4499 179.955 -144.451 - 68 20.9414 1616 3 0 -2.04513 143.376 -116.25 - 68 66.6364 1615 3 0 -2.06467 143.35 -116.23 - 68 71.5999 1614 3 0 -2.2152 143.15 -116.112 - 68 80.8903 1613 3 0 -2.39007 142.95 -115.979 - 68 10.8586 1612 3 0 -2.48894 142.75 -115.86 - 68 420.601 885 3 1 -2.88548 141.022 -114.85 - 68 152.822 886 3 1 -2.85 140.121 -114.578 - 68 2.82012 1673 3 0 19.8863 154.75 -116.052 - 68 45.8028 1295 5 0 37.0229 79.1844 -56.25 - 68 128.142 1294 5 0 37.0342 79.0499 -56.1371 - 68 31.7782 1293 5 0 37.0576 78.85 -55.9587 - 68 33.7372 1087 5 1 37.6014 78.7138 -54.8498 - 68 439.966 1088 5 1 37.65 78.7237 -54.7491 - 68 29.4721 1089 5 1 37.85 78.8517 -54.4829 - 68 58.116 1285 5 0 36.0361 77.1918 -55.85 - 68 117.998 1439 10 0 37.1874 108.092 94.15 - 68 45.0112 1077 9 1 35.4982 106.481 65.5493 - 68 113.406 1431 9 0 35.1558 106.509 64.15 - 68 105.944 1026 8 1 25.43 106.636 35.55 - 68 84.2193 1025 8 1 25.25 106.637 35.3369 - 68 177.088 1432 8 0 24.2319 106.598 34.1498 - 68 101.09 908 7 1 1.81794 104.959 5.55 - 68 22.2646 907 7 1 1.64996 104.916 5.19549 - 68 170.739 1423 7 0 1.11888 104.812 4.14958 - 68 110.339 836 6 1 -12.6506 101.577 -24.45 - 68 27.3149 1405 6 0 -13.0156 101.176 -25.85 - 68 85.0904 1404 6 0 -13.0389 101.15 -25.9363 - 68 94.3405 803 5 1 -19.33 91.4323 -54.45 - 68 34.3571 802 5 1 -19.45 91.4369 -54.749 - 68 142.544 1356 5 0 -19.8494 91.4294 -55.85 - 68 3.58877 757 4 1 -28.6414 91.5242 -84.45 - 68 313.354 756 4 1 -28.65 91.5281 -84.4665 - 68 35.5245 1359 4 0 -29.3822 92.0923 -85.85 - 68 74.8885 1360 4 0 -29.4497 92.15 -85.9785 - 68 47.5638 673 3 1 -45.3095 105.845 -114.451 - 68 109.953 674 3 1 -45.25 105.898 -114.591 - 68 67.8524 1432 3 0 -44.7246 106.606 -115.85 - 68 60.85 1433 3 0 -44.6355 106.75 -116.079 - 68 107.006 717 2 1 -36.6265 124.333 -144.45 - 68 43.2402 716 2 1 -36.65 124.501 -144.738 - 68 36.9216 1524 2 0 -36.7584 125.091 -145.85 - 68 114.435 1525 2 0 -36.7717 125.15 -145.957 - 68 160.297 704 1 1 -39.1574 144.574 -174.45 - 68 3.25502 1625 1 0 -39.4209 145.339 -175.85 - 68 160.217 1626 1 0 -39.4245 145.35 -175.869 - 68 147.897 640 0 1 -51.8676 160.196 -204.45 - 68 12.037 639 0 1 -52.05 160.368 -204.812 - 68 2.70647 1703 0 0 -52.713 160.946 -205.85 - 68 117.576 1704 0 0 -52.7185 160.95 -205.859 - 68 21.8659 1705 0 0 -52.9065 161.15 -206.188 -Number of digits in this event = 51 -Using G4ParticleGun ... -7.53231 LIN +Number of tracker hits in this event = 24 + 68 167.301 867 8 1 -6.54661 142.434 35.55 + 68 128.572 1611 8 0 -6.54611 142.434 34.15 + 68 111.254 867 7 1 -6.5354 142.427 5.55 + 68 120.249 1611 7 0 -6.53497 142.426 4.15 + 68 147.011 867 6 1 -6.52714 142.403 -24.45 + 68 110.952 1611 6 0 -6.52563 142.401 -25.85 + 68 154.178 867 5 1 -6.49592 142.365 -54.45 + 68 136.496 1611 5 0 -6.49507 142.364 -55.85 + 68 105.169 867 4 1 -6.47512 142.336 -84.45 + 68 141.698 1610 4 0 -6.47457 142.335 -85.85 + 68 113.346 867 3 1 -6.46546 142.317 -114.45 + 68 108.029 1610 3 0 -6.46486 142.316 -115.85 + 68 102.682 867 2 1 -6.45641 142.305 -144.45 + 68 121.722 1610 2 0 -6.45594 142.305 -145.85 + 68 138.995 868 1 1 -6.438 142.289 -174.45 + 68 159.791 1610 1 0 -6.43788 142.292 -175.85 + 68 119.945 867 0 1 -6.45305 142.343 -204.45 + 68 247.06 1610 0 0 -6.45467 142.344 -205.85 + 68 112.418 246 0 1 -130.85 117.766 -204.45 + 68 63.914 857 4 0 -178.89 -8.46754 -86.25 + 68 92.526 856 4 0 -178.985 -8.65021 -86.1237 + 68 103.246 855 4 0 -179.076 -8.85016 -85.9695 + 68 275.663 1 4 1 -179.773 -10.5896 -84.85 + 68 290.098 0 4 1 -179.95 -10.8844 -84.6605 +Number of digits in this event = 17 +Using G4ParticleGun ... +8.08978 LIN e- Event: 69 -Number of tracker hits in this event = 89 - 69 194.333 545 10 1 -70.8603 -66.5894 95.55 - 69 114.988 567 10 0 -70.8588 -66.5887 94.15 - 69 120.227 546 9 1 -70.8318 -66.5703 65.55 - 69 118.094 567 9 0 -70.8313 -66.5681 64.15 - 69 145.868 546 8 1 -70.817 -66.5238 35.55 - 69 134.085 567 8 0 -70.8179 -66.5199 34.15 - 69 144.928 546 7 1 -70.8326 -66.4537 5.55 - 69 137.044 567 7 0 -70.8304 -66.4525 4.15 - 69 122.863 546 6 1 -70.7963 -66.4322 -24.45 - 69 118.39 568 6 0 -70.7914 -66.4283 -25.85 - 69 91.5817 546 5 1 -70.6799 -66.3726 -54.45 - 69 94.1417 568 5 0 -70.6758 -66.3691 -55.85 - 69 196.809 547 4 1 -70.5917 -66.309 -84.45 - 69 197.304 568 4 0 -70.583 -66.2984 -85.85 - 69 202.845 549 3 1 -70.2281 -66.1166 -114.45 - 69 177.373 569 3 0 -70.2046 -66.1016 -115.85 - 69 115.307 551 2 1 -69.7445 -65.7812 -144.45 - 69 98.7645 571 2 0 -69.716 -65.7657 -145.85 - 69 129.919 554 1 1 -69.108 -65.4857 -174.45 - 69 107.172 572 1 0 -69.0867 -65.4694 -175.85 - 69 102.568 556 0 1 -68.6693 -65.1205 -204.45 - 69 190.585 574 0 0 -68.6524 -65.1044 -205.85 - 69 251.247 546 2 1 -70.8031 -66.0482 -144.45 - 69 226.961 569 2 0 -70.8121 -66.0722 -145.85 - 69 238.085 545 1 1 -70.8981 -66.2677 -174.45 - 69 286.078 568 1 0 -70.8846 -66.3543 -175.85 - 69 145.796 545 0 1 -70.993 -68.033 -204.45 - 69 77.8601 559 0 0 -70.9057 -68.2098 -205.85 - 69 21.1588 558 0 0 -70.8888 -68.25 -206.17 - 69 126.518 570 2 0 -70.8101 -66.0364 -145.85 - 69 301.15 571 1 0 -71.0124 -65.7544 -175.85 - 69 124.686 543 0 1 -71.2902 -64.1001 -204.45 - 69 181.868 580 0 0 -71.2436 -64.0156 -205.85 - 69 323.465 546 4 1 -70.8038 -66.2165 -84.45 - 69 398.533 569 4 0 -70.8006 -66.1996 -85.85 - 69 161.666 546 3 1 -70.805 -65.8459 -114.45 - 69 122.168 571 3 0 -70.8319 -65.8222 -115.85 - 69 135.316 542 2 1 -71.5958 -65.3685 -144.45 - 69 106.747 573 2 0 -71.6603 -65.3289 -145.85 - 69 109.723 534 1 1 -73.1748 -64.5192 -174.45 - 69 69.8648 577 1 0 -73.2519 -64.461 -175.85 - 69 36.7641 578 1 0 -73.2662 -64.45 -176.108 - 69 120.547 527 0 1 -74.5845 -63.3332 -204.45 - 69 127.966 584 0 0 -74.6453 -63.202 -205.852 - 69 150.551 543 3 1 -71.2775 -66.2694 -114.45 - 69 101.132 568 3 0 -71.2829 -66.2664 -115.85 - 69 91.8787 543 2 1 -71.2575 -66.1413 -144.45 - 69 18.4254 544 2 1 -71.25 -66.1452 -144.778 - 69 381.081 547 1 1 -70.4846 -66.4968 -174.45 - 69 357.469 567 1 0 -70.4304 -66.5281 -175.85 - 69 98.971 553 0 1 -69.3834 -67.0215 -204.45 - 69 96.9672 565 0 0 -69.2974 -67.0313 -205.85 - 69 267.536 568 8 0 -70.7946 -66.45 34.0285 - 69 60.211 356 3 0 -101.655 -108.837 -116.25 - 69 59.483 1153 9 0 -120 50.6814 63.75 - 69 113.418 566 1 0 -70.6531 -66.738 -175.85 - 69 110.645 536 0 1 -72.7866 -73.9295 -204.45 - 69 121.4 529 0 0 -72.7644 -74.1516 -205.85 - 69 151.845 525 0 1 -74.9927 -69.8989 -204.45 - 69 66.0694 549 0 0 -74.9581 -70.2059 -205.85 - 69 123.5 548 0 0 -74.9417 -70.25 -205.982 - 69 44.512 518 0 0 -78.2516 -76.2864 -206.25 - 69 70.8092 519 0 0 -78.2633 -76.25 -206.126 - 69 124.285 507 0 1 -78.456 -75.9822 -204.85 - 69 61.7747 589 1 1 -62.247 -66.0023 -174.85 - 69 66.7011 590 1 1 -62.0496 -66.0845 -174.732 - 69 62.2314 591 1 1 -61.85 -66.2258 -174.695 - 69 60.8833 592 1 1 -61.6496 -66.3083 -174.741 - 69 16.6688 593 1 1 -61.45 -66.3382 -174.798 - 69 86.6764 569 1 0 -60.3536 -66.1659 -175.85 - 69 88.17 570 1 0 -60.1149 -66.05 -176.086 - 69 108.008 709 1 0 -31.7192 -38.1693 -176.25 - 69 6.26757 743 1 1 -31.2645 -37.7674 -174.85 - 69 113.699 744 1 1 -31.2498 -37.7596 -174.821 - 69 103.021 745 1 1 -31.05 -37.6189 -174.575 - 69 70.9852 746 1 1 -30.85 -37.4705 -174.457 - 69 56.0943 747 1 1 -30.6493 -37.5319 -174.542 - 69 116.474 748 1 1 -30.4495 -37.5197 -174.639 - 69 46.3723 749 1 1 -30.25 -37.5586 -174.782 - 69 46.9 726 1 0 -27.7479 -34.8211 -175.85 - 69 28.6053 774 1 1 -25.1259 -33.3173 -174.85 - 69 227.547 775 1 1 -25.0499 -33.2673 -174.826 - 69 333.952 776 1 1 -24.85 -33.0535 -174.778 - 69 18.0984 735 1 0 -27.7786 -32.9525 -175.85 - 69 394.594 546 1 1 -70.7848 -66.5532 -174.45 - 69 120.563 544 0 1 -71.1361 -66.2308 -204.45 - 69 131.458 569 0 0 -71.2014 -66.2256 -205.85 - 69 105.454 557 0 1 -68.65 -66.6815 -204.455 - 69 121.526 567 0 0 -68.3383 -66.6141 -205.85 -Number of digits in this event = 46 +Number of tracker hits in this event = 117 + 69 183.152 1154 10 1 50.9472 -86.9416 95.55 + 69 217.251 465 10 0 50.9475 -86.9413 94.15 + 69 100.141 1154 9 1 50.9557 -86.938 65.55 + 69 109.882 465 9 0 50.9552 -86.9373 64.15 + 69 161.606 1154 8 1 50.9459 -86.9211 35.55 + 69 182.849 465 8 0 50.9467 -86.9198 34.15 + 69 162.3 1154 7 1 50.959 -86.8966 5.55 + 69 178.903 465 7 0 50.9591 -86.8966 4.15 + 69 126.267 1154 6 1 50.961 -86.8962 -24.45 + 69 136.435 465 6 0 50.9615 -86.8958 -25.85 + 69 301.746 1154 5 1 50.9639 -86.8842 -54.45 + 69 103.78 465 5 0 50.9646 -86.8814 -55.85 + 69 105.628 1154 4 1 50.9771 -86.8238 -84.45 + 69 120.325 466 4 0 50.9775 -86.821 -85.85 + 69 515.581 1154 3 1 50.9862 -86.7599 -114.45 + 69 103.626 466 3 0 50.9866 -86.7575 -115.85 + 69 343.962 1154 2 1 50.995 -86.7085 -144.45 + 69 258.683 466 2 0 50.9977 -86.7062 -145.85 + 69 139.639 1155 1 1 51.0587 -86.6579 -174.45 + 69 321.469 466 1 0 51.0621 -86.6561 -175.85 + 69 111.657 1155 0 1 51.1341 -86.6228 -204.45 + 69 121.067 467 0 0 51.1379 -86.621 -205.85 + 69 101.099 1078 0 1 35.6825 -26.5555 -204.85 + 69 142.088 1140 1 1 48.2246 -85.0348 -174.45 + 69 34.2805 475 1 0 48.0616 -84.8672 -175.85 + 69 67.9669 476 1 0 48.0454 -84.85 -175.992 + 69 122.091 1123 0 1 44.7044 -81.3614 -204.45 + 69 83.504 494 0 0 44.6178 -81.1094 -205.85 + 69 32.5616 495 0 0 44.5956 -81.05 -206.185 + 69 335.465 1154 1 1 50.98 -86.6514 -174.45 + 69 131.607 1157 0 1 51.6243 -87.1877 -204.45 + 69 140.012 464 0 0 51.6948 -87.2221 -205.85 + 69 208.453 467 1 0 50.8368 -86.5993 -175.85 + 69 156.414 1137 0 1 47.6141 -85.1422 -204.45 + 69 119.928 475 0 0 47.1833 -85.014 -205.85 + 69 12.842 461 5 0 51.1683 -87.8307 -55.85 + 69 146.658 460 5 0 51.1741 -87.8501 -55.8837 + 69 48.7049 459 5 0 51.2008 -88.0501 -56.1803 + 69 202.606 1167 4 1 53.4575 -109.787 -84.45 + 69 117.307 350 4 0 53.9544 -109.99 -85.85 + 69 289.006 315 4 0 142.942 -117.127 -86.25 + 69 22.1459 1635 4 1 147.271 -117.182 -84.85 + 69 52.4242 1636 4 1 147.35 -117.184 -84.8314 + 69 56.7709 1637 4 1 147.551 -117.179 -84.7756 + 69 64.4702 1638 4 1 147.75 -117.173 -84.7208 + 69 54.7752 1639 4 1 147.95 -117.16 -84.675 + 69 50.8137 1640 4 1 148.15 -117.154 -84.6177 + 69 41.6442 1641 4 1 148.352 -117.141 -84.5681 + 69 55.5929 1642 4 1 148.55 -117.106 -84.5304 + 69 55.9436 1643 4 1 148.75 -117.082 -84.5011 + 69 72.8169 1644 4 1 148.95 -117.063 -84.4788 + 69 34.8837 1645 4 1 149.15 -117.048 -84.4644 + 69 384.363 326 5 0 177.493 -114.812 -56.25 + 69 10.9885 1796 5 1 179.51 -115.152 -54.85 + 69 73.4509 1797 5 1 179.55 -115.161 -54.8185 + 69 78.2447 1798 5 1 179.75 -115.224 -54.6384 + 69 141.844 710 5 0 -6.29196 -37.952 -56.25 + 69 68.9179 1240 0 1 68.0938 -113.529 -204.85 + 69 261.167 334 1 0 65.4157 -113.156 -176.25 + 69 293.46 1153 10 1 50.85 -86.9405 95.3862 + 69 19.3757 1152 10 1 50.65 -86.8568 95.4462 + 69 419.043 465 3 0 51.006 -87.0087 -115.85 + 69 110.042 1156 2 1 51.4063 -88.9713 -144.45 + 69 128.778 454 2 0 51.4178 -89.0981 -145.85 + 69 136.141 1158 1 1 51.6745 -91.9069 -174.45 + 69 127.095 440 1 0 51.6631 -92.0502 -175.85 + 69 108.976 1156 0 1 51.3807 -94.4775 -204.45 + 69 109.428 428 0 0 51.4585 -94.4604 -205.85 + 69 89.59 748 1 1 -30.25 -146.239 -174.837 + 69 15.5429 268 0 0 38.2587 -126.506 -206.25 + 69 75.9461 267 0 0 38.2374 -126.55 -206.218 + 69 91.5535 266 0 0 38.1561 -126.75 -206.034 + 69 1.77223 265 0 0 38.0999 -126.95 -205.853 + 69 74.643 1089 0 1 37.889 -128.054 -204.85 + 69 268.839 1088 0 1 37.8499 -128.208 -204.722 + 69 392.662 1087 0 1 37.5817 -129.029 -204.45 + 69 106.9 1086 0 1 37.45 -129.15 -204.491 + 69 73.0604 1085 0 1 37.2498 -129.292 -204.554 + 69 60.6928 1084 0 1 37.05 -129.401 -204.619 + 69 70.227 1083 0 1 36.85 -129.482 -204.732 + 69 29.448 1082 0 1 36.6497 -129.589 -204.82 + 69 195.521 249 0 0 34.7608 -130.21 -205.85 + 69 127.284 248 0 0 34.4569 -130.35 -206.068 + 69 128.922 247 0 0 34.0387 -130.55 -206.156 + 69 113.195 246 0 0 33.7242 -130.75 -206.201 + 69 67.4039 245 0 0 33.4565 -130.95 -206.203 + 69 172.993 244 0 0 33.2802 -131.15 -206.169 + 69 92.6242 243 0 0 33.0885 -131.35 -206.185 + 69 35.9507 242 0 0 32.8393 -131.55 -206.234 + 69 74.6623 440 3 0 47.1412 -92.1333 -116.25 + 69 59.3618 439 3 0 47.2642 -92.15 -116.057 + 69 12.7943 1138 3 1 47.831 -92.212 -114.85 + 69 158.557 1139 3 1 47.8503 -92.2085 -114.807 + 69 241.445 1153 3 1 50.8499 -86.8656 -114.524 + 69 101.309 1155 2 1 51.05 -87.0617 -144.547 + 69 259.64 465 2 0 51.1074 -87.0172 -145.85 + 69 284.479 1160 1 1 52.1757 -86.0223 -174.45 + 69 121.82 470 1 0 52.2215 -85.9705 -175.85 + 69 165.105 1165 0 1 53.2213 -84.9357 -204.45 + 69 103.997 476 0 0 53.2345 -84.841 -205.85 + 69 117.853 1144 1 1 49.0401 -85.2039 -174.45 + 69 123.262 474 1 0 49.0599 -85.1762 -175.85 + 69 118.099 1143 0 1 48.814 -85.985 -204.451 + 69 139.241 470 0 0 48.508 -85.9593 -205.85 + 69 86.1027 1145 1 1 49.0907 -85.2257 -174.45 + 69 113.668 1146 1 1 49.25 -85.4786 -174.606 + 69 37.9897 1147 1 1 49.45 -85.5933 -174.781 + 69 16.6657 468 1 0 49.7436 -86.4159 -175.85 + 69 79.9199 465 1 0 49.7192 -86.8502 -176.119 + 69 81.1202 464 1 0 49.6644 -87.0501 -176.142 + 69 281.894 463 1 0 49.6798 -87.25 -176.096 + 69 96.1886 1159 2 1 51.8883 -87.565 -144.45 + 69 141.599 462 2 0 51.9267 -87.5939 -145.85 + 69 113.517 1162 1 1 52.593 -88.0641 -174.45 + 69 243.413 459 1 0 52.5926 -88.0626 -175.85 + 69 167.863 1162 0 1 52.534 -88.011 -204.45 + 69 134.732 460 0 0 52.5815 -87.9197 -205.85 +Number of digits in this event = 56 Using G4ParticleGun ... -8.84585 LIN +5.79958 LIN e- Event: 70 -Number of tracker hits in this event = 76 - 70 116.828 1062 11 1 32.5541 31.7494 125.55 - 70 197.486 1058 11 0 32.5535 31.7492 124.15 - 70 106.248 1062 10 1 32.5423 31.748 95.55 - 70 136.965 1058 10 0 32.5417 31.7485 94.15 - 70 176.211 1062 9 1 32.5304 31.76 65.55 - 70 112.796 1058 9 0 32.5299 31.7612 64.15 - 70 130.344 1062 8 1 32.518 31.7844 35.55 - 70 127.113 1058 8 0 32.5168 31.7858 34.15 - 70 108.869 1062 7 1 32.4903 31.8158 5.55 - 70 104.204 1058 7 0 32.489 31.8176 4.15 - 70 127.862 1062 6 1 32.4592 31.8545 -24.45 - 70 116.744 1059 6 0 32.4578 31.8556 -25.85 - 70 168.15 1061 5 1 32.4316 31.8749 -54.45 - 70 111.872 1059 5 0 32.4308 31.8774 -55.85 - 70 121.838 1061 4 1 32.4164 31.9306 -84.45 - 70 217.439 1059 4 0 32.4151 31.9328 -85.85 - 70 384.765 1061 3 1 32.3854 31.9741 -114.45 - 70 119.306 1059 3 0 32.3838 31.9761 -115.85 - 70 448.721 1061 2 1 32.3486 32.0201 -144.45 - 70 446.204 1059 2 0 32.3471 32.0209 -145.85 - 70 252.925 1061 1 1 32.3167 32.0367 -174.45 - 70 123.836 1059 1 0 32.3147 32.036 -175.85 - 70 167.089 1061 0 1 32.2711 32.0247 -204.45 - 70 107.813 1059 0 0 32.2694 32.0237 -205.85 - 70 58.7668 789 5 0 20.0525 -22.0515 -56.25 - 70 637.487 1058 1 1 31.835 31.486 -174.45 - 70 120.456 1057 1 0 31.8018 31.5117 -175.85 - 70 166.372 1055 0 1 31.1356 32.1815 -204.45 - 70 231.443 1060 0 0 31.1563 32.2211 -205.85 - 70 32.426 1377 6 0 60.9025 95.6315 -26.25 - 70 283.151 1199 6 1 60.0403 94.7904 -24.85 - 70 2.36577 1200 6 1 60.05 94.9367 -24.6782 - 70 180.928 1062 2 1 32.45 31.8985 -144.654 - 70 185.636 1060 2 0 33.57 32.1804 -145.85 - 70 69.2783 1083 2 1 36.7395 32.8846 -144.85 - 70 1.51374 1084 2 1 36.8502 32.9379 -144.848 - 70 250.996 1065 2 0 37.7425 33.1447 -145.85 - 70 119.189 1058 1 0 32.4348 31.6856 -175.85 - 70 140.295 1064 0 1 32.8702 31.104 -204.45 - 70 100.555 1054 0 0 32.9418 31.025 -205.85 - 70 63.5525 922 5 1 4.58202 -42.9581 -54.85 - 70 269.634 1062 4 1 32.4924 31.7984 -84.4501 - 70 202.675 1062 3 1 32.465 33.7142 -114.45 - 70 163.314 1068 3 0 32.4568 33.7784 -115.85 - 70 130.097 1075 2 0 32.458 35.165 -145.85 - 70 133.732 1092 1 0 31.7004 38.5703 -175.85 - 70 75.6997 1054 0 1 31.0152 42.7789 -204.45 - 70 129.47 1053 0 1 30.85 42.7248 -204.623 - 70 6.35429 1052 0 1 30.6497 42.6584 -204.833 - 70 112.387 1111 0 0 29.6808 42.2984 -205.85 - 70 114.284 1110 0 0 29.534 42.25 -206.001 - 70 61.175 214 2 1 -137.264 13.4058 -144.85 - 70 38.0659 213 2 1 -137.35 13.4581 -144.811 - 70 60.5132 970 2 0 -137.831 14.1603 -145.85 - 70 5.87753 971 2 0 -137.909 14.25 -145.862 - 70 168.045 207 2 1 -138.715 14.0809 -144.85 - 70 22.5491 940 5 0 -114.506 8.25 -56.2039 - 70 117.24 332 5 1 -113.712 7.57232 -54.85 - 70 80.2675 1057 1 1 31.649 39.2245 -174.658 - 70 193.899 1056 1 1 31.45 39.348 -174.538 - 70 219.929 1055 1 1 31.2498 39.5069 -174.503 - 70 251.5 1054 1 1 31.05 39.9963 -174.596 - 70 157 1053 1 1 30.85 40.4498 -174.663 - 70 144.147 1108 1 0 30.8174 41.747 -175.85 - 70 117.959 1058 4 0 32.5015 31.8053 -85.85 - 70 101.647 1063 3 1 32.6677 32.2314 -114.45 - 70 122.044 1060 3 0 32.4082 32.1434 -115.851 - 70 125.988 1034 2 1 27.0372 30.204 -144.45 - 70 263.973 1049 2 0 26.7145 29.9923 -145.85 - 70 100.059 994 1 1 19.0331 25.9412 -174.45 - 70 69.0389 1031 1 0 18.9378 26.3887 -175.85 - 70 138.145 1032 1 0 18.9249 26.45 -176.048 - 70 26.0366 985 0 1 17.0532 35.1501 -204.45 - 70 146.242 984 0 1 17.05 35.1706 -204.501 - 70 134.117 1078 0 0 16.9573 35.6857 -205.85 - 70 64.6567 1063 4 1 32.6502 31.5225 -84.4633 -Number of digits in this event = 46 +Number of tracker hits in this event = 153 + 70 143.901 862 11 1 -7.50379 44.3104 125.55 + 70 133.696 1121 11 0 -7.50217 44.3103 124.15 + 70 197.543 862 10 1 -7.46927 44.3044 95.55 + 70 121.244 1121 10 0 -7.46715 44.3045 94.15 + 70 138.15 863 9 1 -7.42177 44.3101 65.55 + 70 138.821 1121 9 0 -7.41974 44.3096 64.15 + 70 242.344 863 8 1 -7.38167 44.304 35.55 + 70 131.232 1121 8 0 -7.38017 44.304 34.15 + 70 101.262 863 7 1 -7.35032 44.3016 5.55 + 70 218.35 1121 7 0 -7.34445 44.3033 4.15 + 70 149.865 864 6 1 -7.22567 44.3324 -24.45 + 70 156.003 1121 6 0 -7.2215 44.3346 -25.85 + 70 108.994 864 5 1 -7.14203 44.3809 -54.45 + 70 410.937 1121 5 0 -7.13787 44.3823 -55.85 + 70 354.4 864 4 1 -7.05331 44.4167 -84.45 + 70 424.692 1121 4 0 -7.04763 44.4186 -85.85 + 70 158.612 865 3 1 -6.95431 44.479 -114.45 + 70 126.111 1122 3 0 -6.95772 44.4722 -115.85 + 70 191.534 865 2 1 -7.03915 44.3189 -144.45 + 70 153.761 1121 2 0 -7.03839 44.3101 -145.85 + 70 104.31 864 1 1 -7.06393 44.1318 -174.45 + 70 144.679 1120 1 0 -7.07107 44.1254 -175.85 + 70 122 864 0 1 -7.23005 43.997 -204.45 + 70 235.759 1119 0 0 -7.21903 43.9878 -205.85 + 70 86.6109 135 5 1 -153.042 14.0268 -54.4501 + 70 293.036 134 5 1 -153.15 14.0593 -54.6006 + 70 179.957 1120 6 0 -7.24997 44.25 -26.1537 + 70 129.098 868 0 1 -6.3996 44.1942 -204.45 + 70 114.343 867 0 1 -6.45 43.7824 -204.591 + 70 103.476 866 0 1 -6.65019 43.5311 -204.661 + 70 27.2905 865 0 1 -6.85 43.2848 -204.795 + 70 37.6854 1109 0 0 -7.98692 41.9585 -205.85 + 70 68.2807 1108 0 0 -8.07864 41.85 -205.934 + 70 79.7609 1107 0 0 -8.21033 41.65 -206.062 + 70 17.8299 1106 0 0 -8.34883 41.45 -206.216 + 70 521.168 863 5 1 -7.28079 44.3002 -54.4626 + 70 114.483 863 3 1 -7.29474 44.1542 -114.45 + 70 143.053 1120 3 0 -7.31022 44.1725 -115.85 + 70 261.506 861 2 1 -7.65241 44.5639 -144.45 + 70 512.661 1122 2 0 -7.67888 44.5777 -145.85 + 70 269.878 859 1 1 -8.21665 44.8609 -174.45 + 70 133.778 1123 1 0 -8.26394 44.7856 -175.85 + 70 115.34 853 0 1 -9.28241 43.4635 -204.45 + 70 110.458 1116 0 0 -9.36979 43.3437 -205.85 + 70 110.537 1138 1 0 -8.31563 47.6765 -175.85 + 70 209.098 1262 3 0 -73.5971 72.6189 -116.25 + 70 10.8301 1123 2 0 -7.63261 44.65 -146.198 + 70 54.9126 1091 2 0 -9.91389 38.317 -146.25 + 70 179.245 1090 2 0 -9.91482 38.25 -146.141 + 70 54.5994 848 2 1 -10.3136 40.5102 -144.85 + 70 170.567 849 2 1 -10.25 40.562 -144.792 + 70 369.267 863 4 1 -7.25179 44.3091 -84.45 + 70 388.631 864 3 1 -7.20407 44.3737 -114.45 + 70 163.299 1121 3 0 -7.20223 44.3782 -115.85 + 70 389.589 864 2 1 -7.18865 44.4635 -144.45 + 70 223.246 863 1 1 -7.42341 44.3723 -174.45 + 70 120.296 1121 1 0 -7.43697 44.357 -175.85 + 70 166.407 861 0 1 -7.73129 44.0599 -204.45 + 70 59.483 1177 9 0 -12.541 55.6211 63.75 + 70 9.6919 569 7 0 134.877 -66.1126 3.75 + 70 59.2927 624 7 0 45.6285 -55.0999 3.75 + 70 127.728 625 7 0 45.5024 -55.0499 3.84745 + 70 210.715 1128 7 1 45.8045 -54.5892 5.15 + 70 37.1297 1129 7 1 45.85 -54.5504 5.27992 + 70 49.6924 1531 0 0 39.8371 126.35 -206.069 + 70 123.85 1532 0 0 39.9212 126.55 -205.959 + 70 169.393 862 1 1 -7.5041 47.338 -174.45 + 70 109.544 1136 1 0 -7.49736 47.4229 -175.85 + 70 116.603 863 0 1 -7.33739 49.0225 -204.45 + 70 108.396 1145 0 0 -7.39456 49.0595 -205.85 + 70 9.86471 1137 1 0 -7.49868 47.45 -176.223 + 70 127.319 1120 2 0 -7.00939 44.1584 -145.85 + 70 152.33 886 1 1 -2.77509 36.9393 -174.45 + 70 41.7091 1077 1 0 -2.75221 35.5636 -175.85 + 70 85.4939 1076 1 0 -2.7502 35.45 -175.964 + 70 17.0064 1075 1 0 -2.73922 35.25 -176.193 + 70 141.572 897 0 1 -0.633935 13.2229 -204.45 + 70 87.173 965 0 0 -0.441764 13.1683 -205.85 + 70 118.049 901 3 1 0.294088 48.0998 -114.45 + 70 71.0499 1141 3 0 0.254407 48.4004 -115.85 + 70 48.9281 1142 3 0 0.270006 48.45 -116.067 + 70 177.941 1184 3 0 1.63704 57.0173 -116.25 + 70 93.0705 1183 3 0 1.57553 56.85 -115.962 + 70 236.926 903 3 1 0.728539 57.284 -114.85 + 70 125.938 1119 5 0 -7.12491 43.9776 -55.85 + 70 145.742 903 4 1 0.840418 40.487 -84.45 + 70 54.2545 1107 4 0 0.801363 41.535 -85.85 + 70 73.5648 1108 4 0 0.824069 41.65 -86.0264 + 70 5.24918 934 3 1 6.86121 61.5254 -114.45 + 70 158.288 933 3 1 6.85 61.5477 -114.467 + 70 36.0218 1213 3 0 6.27541 62.7718 -115.85 + 70 74.1497 1214 3 0 6.24955 62.8503 -115.943 + 70 38.9316 1215 3 0 6.17681 63.05 -116.142 + 70 31.9463 846 2 1 -10.7532 86.3819 -144.45 + 70 71.3916 845 2 1 -10.8503 86.3232 -144.537 + 70 68.028 844 2 1 -11.0501 86.2347 -144.714 + 70 148.518 1329 2 0 -11.9658 85.975 -145.85 + 70 160.604 1328 2 0 -12.0875 85.85 -146.017 + 70 114.569 1120 5 0 -7.28535 44.1826 -55.85 + 70 19.5836 869 4 1 -6.05631 42.6854 -84.4514 + 70 102.845 870 4 1 -6.05 42.6779 -84.5231 + 70 117.328 1112 4 0 -5.89899 42.5328 -85.85 + 70 103.385 885 3 1 -2.99511 40.2601 -114.45 + 70 60.9794 884 3 1 -3.05008 40.2672 -114.679 + 70 134.543 1101 3 0 -3.24758 40.2728 -115.851 + 70 208.416 862 2 1 -7.55021 39.3614 -144.45 + 70 203.553 1096 2 0 -7.66905 39.2808 -145.85 + 70 10.742 1095 2 0 -7.71288 39.25 -146.213 + 70 114.526 840 1 1 -11.996 36.2489 -174.451 + 70 111.52 1079 1 0 -12.0023 36.048 -175.85 + 70 103.397 831 0 1 -13.7897 31.8978 -204.45 + 70 87.5939 1059 0 0 -13.7731 31.8647 -205.85 + 70 18.5884 1058 0 0 -13.7744 31.85 -206.151 + 70 162.825 866 6 1 -6.77359 44.2269 -24.4504 + 70 114.781 879 5 1 -4.23248 41.2876 -54.45 + 70 118.589 1106 5 0 -4.10864 41.2556 -55.85 + 70 18.3486 887 4 1 -2.62948 42.6207 -84.4502 + 70 83.7488 886 4 1 -2.65 42.648 -84.5545 + 70 115.8 1115 4 0 -2.89181 43.1075 -85.85 + 70 123.795 862 3 1 -7.45003 53.4858 -114.454 + 70 40.8681 1173 3 0 -7.57043 54.7466 -115.85 + 70 418.371 1174 3 0 -7.5789 54.8504 -115.96 + 70 30.066 1175 3 0 -7.57351 55.05 -116.168 + 70 26.8435 863 2 1 -7.4023 81.5951 -144.45 + 70 31.3394 860 2 1 -7.85032 82.3443 -144.811 + 70 69.0307 1326 2 0 -9.27973 85.2607 -145.85 + 70 70.2076 1327 2 0 -9.37961 85.4501 -145.914 + 70 67.7355 1330 2 0 -9.77707 86.05 -146.155 + 70 52.3968 700 1 1 -40.0012 134.823 -174.45 + 70 96.4559 699 1 1 -40.0501 134.923 -174.598 + 70 53.1809 1578 1 0 -40.4929 135.855 -175.85 + 70 131.196 1579 1 0 -40.5345 135.95 -175.978 + 70 212.523 643 0 1 -51.3506 156.009 -204.45 + 70 19.694 642 0 1 -51.45 156.635 -204.799 + 70 12.9834 1690 0 0 -51.9366 158.303 -205.85 + 70 84.5781 1691 0 0 -51.9504 158.35 -205.881 + 70 66.8472 1692 0 0 -52.0148 158.551 -206.022 + 70 57.6484 1693 0 0 -52.0876 158.75 -206.163 + 70 39.1662 904 2 1 0.897229 24.4307 -144.786 + 70 241.147 1020 2 0 0.731672 24.169 -145.85 + 70 9.19428 872 1 1 -5.63256 20.7086 -174.45 + 70 103.418 871 1 1 -5.65 20.7139 -174.473 + 70 16.4131 870 1 1 -5.85 20.6764 -174.812 + 70 39.4679 998 1 0 -6.50967 19.7022 -175.85 + 70 218.58 997 1 0 -6.54265 19.6498 -175.902 + 70 91.9104 996 1 0 -6.71167 19.45 -176.1 + 70 2.43547 902 0 0 -36.2886 0.616703 -205.85 + 70 7.56398 911 1 1 2.25521 20.4523 -174.45 + 70 166.511 910 1 1 2.25 20.44 -174.474 + 70 174.316 886 0 1 -2.74611 3.69883 -204.45 + 70 36.5778 912 0 0 -3.01487 2.53742 -205.85 + 70 133.376 911 0 0 -3.03117 2.45 -205.955 + 70 28.2228 910 0 0 -3.06439 2.25 -206.193 +Number of digits in this event = 70 Using G4ParticleGun ... -9.30974 LIN +7.35628 LIN e- Event: 71 -Number of tracker hits in this event = 151 - 71 108.504 1219 11 1 64.0242 11.7946 125.55 - 71 145.766 958 11 0 64.0248 11.7955 124.15 - 71 230.551 1219 10 1 64.0416 11.8138 95.55 - 71 129.803 958 10 0 64.0429 11.8151 94.15 - 71 399.685 1220 9 1 64.0701 11.8393 65.55 - 71 162.694 958 9 0 64.071 11.8408 64.15 - 71 111.322 1220 8 1 64.089 11.8713 35.55 - 71 237.101 959 8 0 64.0897 11.8727 34.15 - 71 113.62 1220 7 1 64.109 11.9011 5.55 - 71 106.58 959 7 0 64.1109 11.9028 4.15 - 71 174.194 1220 6 1 64.1479 11.9378 -24.45 - 71 108.127 959 6 0 64.1492 11.9384 -25.85 - 71 113.538 1220 5 1 64.178 11.9489 -54.45 - 71 138.792 959 5 0 64.1786 11.9472 -55.85 - 71 344.389 1220 4 1 64.1899 11.9129 -84.45 - 71 431.007 959 4 0 64.1907 11.9106 -85.85 - 71 133.455 1220 3 1 64.209 11.8667 -114.45 - 71 120.225 959 3 0 64.208 11.864 -115.85 - 71 227.043 1220 2 1 64.1849 11.8133 -144.45 - 71 193.857 958 2 0 64.1846 11.8105 -145.85 - 71 121.281 1220 1 1 64.1799 11.7572 -174.45 - 71 288.093 958 1 0 64.1792 11.7555 -175.85 - 71 119.124 1220 0 1 64.1636 11.7189 -204.45 - 71 113.416 958 0 0 64.1627 11.7179 -205.85 - 71 29.819 333 0 0 80.6126 -113.35 -206.094 - 71 75.0856 511 1 1 -77.65 37.3683 -174.486 - 71 159.258 1221 3 0 34.7059 64.3101 -116.25 - 71 34.6046 793 3 0 -30.9369 -21.3216 -116.25 - 71 49.7337 792 3 0 -31.2024 -21.45 -115.887 - 71 179.07 740 3 1 -31.9135 -21.8443 -114.85 - 71 43.2581 1227 3 1 65.6216 12.4168 -114.45 - 71 85.3958 1228 3 1 65.65 12.4022 -114.578 - 71 186.411 961 3 0 65.9059 12.2798 -115.85 - 71 164.861 960 3 0 65.9756 12.25 -116.178 - 71 139.668 1257 2 1 71.5594 9.8836 -144.451 - 71 180.219 948 2 0 71.8019 9.69845 -145.85 - 71 2.2103 947 2 0 71.8549 9.65 -146.243 - 71 1.83261 1275 1 1 75.2478 6.05721 -174.45 - 71 168.329 1276 1 1 75.2502 6.05212 -174.457 - 71 109.675 924 1 0 75.686 5.04923 -175.85 - 71 31.7764 923 1 0 75.7714 4.84985 -176.123 - 71 198.029 1330 0 1 86.1502 -15.3356 -204.45 - 71 102.369 823 0 0 86.4621 -15.4279 -205.85 - 71 140.942 822 0 0 86.5213 -15.45 -206.098 - 71 257.644 1331 0 1 86.25 -15.3368 -204.735 - 71 2.98003 1332 0 1 86.45 -15.4644 -204.773 - 71 92.4841 929 2 0 70.3455 6.00267 -145.85 - 71 122.372 1222 3 1 64.4918 12.075 -114.45 - 71 119.91 1227 2 1 65.5902 11.9696 -144.45 - 71 148.347 959 2 0 65.6455 11.9615 -145.85 - 71 240.967 1233 1 1 66.7206 11.821 -174.45 - 71 118.008 1237 0 1 67.5359 12.7067 -204.45 - 71 143.222 963 0 0 67.5951 12.8077 -205.85 - 71 438.108 959 9 0 64.0704 11.8501 63.8445 - 71 39.2075 1223 8 1 64.7875 12.0975 35.55 - 71 105.253 1186 6 1 57.358 25.3156 -24.45 - 71 162.952 1185 6 1 57.25 25.3429 -24.6208 - 71 90.3408 1028 6 0 56.1004 25.7847 -25.85 - 71 125.963 1029 6 0 55.9262 25.85 -26.0256 - 71 121.651 1002 5 1 20.6143 36.501 -54.4505 - 71 71.4533 1001 5 1 20.4499 36.3589 -54.6542 - 71 12.1307 1000 5 1 20.25 36.2323 -54.8342 - 71 89.7346 1076 5 0 18.6912 35.3073 -55.85 - 71 150.612 1075 5 0 18.5993 35.25 -55.9069 - 71 155.472 1074 5 0 18.281 35.05 -56.0895 - 71 10.2236 1284 5 0 -126.509 77.0236 -56.2499 - 71 93.8947 1285 5 0 -126.535 77.0502 -56.2433 - 71 144.793 1286 5 0 -126.685 77.25 -56.2266 - 71 3.90029 1287 5 0 -126.785 77.45 -56.2472 - 71 69.4363 1184 6 1 57.05 25.5398 -24.7219 - 71 65.4872 1183 6 1 56.85 25.6362 -24.8272 - 71 137.11 1030 6 0 55.2708 26.158 -25.85 - 71 73.153 1031 6 0 54.9165 26.25 -26.0979 - 71 72.9407 1040 6 0 53.4596 28.1889 -26.25 - 71 16.5369 1041 6 0 53.6682 28.2501 -26.2374 - 71 205.622 1219 8 1 64.0382 12.4231 35.55 - 71 126.578 961 8 0 64.0409 12.4389 34.15 - 71 172.058 1219 7 1 64.0256 13.0469 5.54931 - 71 123.56 965 7 0 64.0937 13.1432 4.14972 - 71 138.595 1229 6 1 65.9377 15.3818 -24.4501 - 71 80.0504 978 6 0 66.1532 15.776 -25.8502 - 71 55.7313 979 6 0 66.186 15.85 -26.097 - 71 116.877 1248 5 1 69.747 24.7253 -54.4505 - 71 121.205 1026 5 0 69.6468 25.2602 -55.85 - 71 101.276 1237 4 1 67.5015 35.6758 -84.45 - 71 81.1718 1079 4 0 67.3853 36.0109 -85.85 - 71 76.781 1080 4 0 67.3703 36.05 -86.0089 - 71 37.485 1224 3 1 64.8835 43.5073 -114.45 - 71 65.9688 1223 3 1 64.85 43.5423 -114.615 - 71 12.0011 1118 3 0 64.5796 43.8432 -115.85 - 71 116.492 1119 3 0 64.5736 43.85 -115.877 - 71 117.323 1178 2 1 55.8429 51.7814 -144.45 - 71 119.348 1161 2 0 55.3942 52.3004 -145.85 - 71 1.70708 1162 2 0 55.2672 52.45 -146.244 - 71 126.194 1128 1 1 45.804 63.295 -174.45 - 71 9.53085 1217 1 0 45.4528 63.6422 -175.85 - 71 120.474 1218 1 0 45.4449 63.65 -175.882 - 71 102.009 1092 0 1 38.528 71.4007 -204.45 - 71 49.4974 1091 0 1 38.45 71.5627 -204.715 - 71 22.125 1261 0 0 38.0193 72.4009 -205.85 - 71 146.214 1262 0 0 37.9942 72.45 -205.917 - 71 27.6808 1263 0 0 37.886 72.65 -206.188 - 71 76.1212 1386 0 0 54.5316 97.4795 -206.25 - 71 137.253 1387 0 0 54.6962 97.55 -206.112 - 71 75.2025 1180 0 1 56.0626 98.1558 -204.85 - 71 63.982 1181 0 1 56.2505 98.2123 -204.732 - 71 60.8032 1182 0 1 56.4503 98.2559 -204.613 - 71 18.047 1183 0 1 56.65 98.2968 -204.493 - 71 0.618251 1498 1 0 54.5513 119.947 -176.25 - 71 87.6705 1499 1 0 54.551 119.95 -176.246 - 71 65.2054 1500 1 0 54.5716 120.15 -176.008 - 71 169.537 1175 1 1 55.0679 121.122 -174.85 - 71 172.897 1570 2 0 46.3919 134.21 -146.25 - 71 126.75 1129 2 1 46.0443 134.42 -144.85 - 71 35.9489 1745 3 0 88.2653 169.264 -116.25 - 71 207.071 1746 3 0 88.3535 169.35 -116.191 - 71 32.9918 1747 3 0 88.6225 169.55 -115.909 - 71 159.993 1346 3 1 89.2834 170.277 -114.85 - 71 117.649 1347 3 1 89.45 170.581 -114.481 - 71 77.4977 1348 3 1 89.65 170.845 -114.676 - 71 4.07965 1755 3 0 90.0181 171.349 -115.85 - 71 42.4309 1756 3 0 90.0187 171.35 -115.852 - 71 25.7506 1758 3 0 90.15 171.87 -116.202 - 71 18.5811 1757 3 0 90.05 171.572 -116.213 - 71 75.802 1709 3 0 92.986 162.048 -116.25 - 71 252.908 1571 2 0 46.4633 134.35 -146.106 - 71 59.483 1678 3 1 155.78 126.142 -114.85 - 71 16.5333 1222 7 1 64.6062 13.3608 5.54992 - 71 78.6046 1223 7 1 64.6501 13.315 5.52131 - 71 112.916 1224 7 1 64.85 13.0671 5.39469 - 71 75.0889 1225 7 1 65.05 12.8986 5.29977 - 71 12.6451 1226 7 1 65.2503 12.7158 5.16648 - 71 163.398 958 7 0 66.1119 11.814 4.15 - 71 156.582 957 7 0 66.2864 11.6492 4.01132 - 71 97.4767 956 7 0 66.5384 11.45 3.79709 - 71 89.3739 871 7 0 106.322 -5.69329 3.75 - 71 55.6781 872 7 0 106.407 -5.65 3.98243 - 71 172.047 1435 7 1 107.156 -5.08935 5.15 - 71 178.79 1221 7 1 64.4498 13.3832 5.54993 - 71 0.920567 955 7 0 63.7893 11.25 3.7544 - 71 63.3717 1107 6 1 41.5376 -27.2195 -24.45 - 71 111.387 1108 6 1 41.6505 -27.4351 -24.5759 - 71 92.8391 1109 6 1 41.8501 -27.7252 -24.7176 - 71 25.7139 1110 6 1 42.05 -27.8929 -24.827 - 71 33.0488 753 6 0 44.7433 -29.3946 -25.85 - 71 107.568 752 6 0 44.861 -29.4501 -25.9137 - 71 8.88874 751 6 0 45.0913 -29.65 -26.2221 - 71 250.749 955 10 0 64.0912 11.1924 94.15 - 71 35.6682 1275 10 0 112.477 75.1945 93.75 - 71 157.258 1276 10 0 112.516 75.25 93.8199 - 71 165.657 1277 10 0 112.598 75.45 93.9063 -Number of digits in this event = 63 -Using G4ParticleGun ... -6.0449 LIN +Number of tracker hits in this event = 157 + 71 142.478 1398 9 1 99.865 88.1307 65.55 + 71 209.624 1340 9 0 99.8653 88.1306 64.15 + 71 181.679 1398 8 1 99.8721 88.1283 35.55 + 71 258.902 1340 8 0 99.8737 88.1262 34.15 + 71 102.925 1398 7 1 99.9045 88.0867 5.55 + 71 131.211 1340 7 0 99.9061 88.0842 4.15 + 71 105.34 1399 6 1 99.9532 88.0368 -24.45 + 71 114.816 1339 6 0 99.9538 88.0395 -25.85 + 71 396.629 1399 5 1 100.009 88.1096 -54.45 + 71 312.894 1340 5 0 100.012 88.1135 -55.85 + 71 508.971 1399 4 1 100.084 88.1991 -84.45 + 71 391.955 1340 4 0 100.083 88.2058 -85.85 + 71 336.111 1399 3 1 100.066 88.3509 -114.45 + 71 337.402 1341 3 0 100.066 88.3624 -115.85 + 71 128.357 1399 2 1 100.057 88.5918 -144.45 + 71 114.002 1342 2 0 100.064 88.5993 -145.85 + 71 131.819 1400 1 1 100.188 88.7313 -174.45 + 71 240.51 1343 1 0 100.189 88.7348 -175.85 + 71 126.821 1400 0 1 100.223 88.8313 -204.45 + 71 49.1176 1343 0 0 100.221 88.8484 -205.85 + 71 183.765 1344 0 0 100.221 88.85 -205.985 + 71 4.04155 1343 2 0 100.1 88.65 -146.24 + 71 180.111 1417 2 0 127.992 103.581 -146.25 + 71 284.94 1399 1 1 100.032 88.8151 -174.45 + 71 125.354 1398 0 1 99.9378 88.9679 -204.45 + 71 163.207 1344 1 0 100.037 88.877 -175.85 + 71 127.852 1399 0 1 100.05 90.2386 -204.45 + 71 143.688 1351 0 0 99.9582 90.3536 -205.85 + 71 127.551 1400 4 1 100.15 88.1188 -84.8161 + 71 124.711 1401 4 1 100.35 88.1447 -84.8335 + 71 243.491 1340 3 0 99.9903 88.2382 -115.85 + 71 128.217 1391 2 1 98.4297 86.7083 -144.45 + 71 182.417 1333 2 0 98.3538 86.6625 -145.85 + 71 8.43508 1332 2 0 98.334 86.65 -146.211 + 71 143.481 1383 1 1 96.8566 85.6031 -174.45 + 71 193.263 1327 1 0 96.8236 85.5163 -175.85 + 71 389.73 1380 0 1 96.1848 83.698 -204.45 + 71 94.9846 1317 0 0 96.1451 83.5874 -205.85 + 71 99.207 1255 2 1 71.1494 160.424 -144.45 + 71 205.518 1398 2 1 99.9053 88.2928 -144.45 + 71 103.557 1341 2 0 99.8822 88.2878 -145.85 + 71 117.392 1395 1 1 99.3466 88.097 -174.45 + 71 215.495 1340 1 0 99.3317 88.115 -175.85 + 71 105.483 1394 0 1 98.9625 88.4037 -204.45 + 71 6.25587 1393 0 1 98.95 88.4029 -204.834 + 71 137.238 1341 0 0 98.9159 88.3997 -205.85 + 71 14.3132 1398 4 1 99.95 88.1475 -84.7987 + 71 112.61 1348 3 1 89.7619 85.6986 -114.45 + 71 15.8821 1347 3 1 89.6499 85.5455 -114.796 + 71 14.5741 1325 3 0 89.3009 85.0715 -115.85 + 71 137.71 1324 3 0 89.2844 85.05 -115.898 + 71 34.9077 1292 2 1 78.4857 71.6016 -144.45 + 71 90.418 1291 2 1 78.45 71.5991 -144.534 + 71 194.449 1258 2 0 77.7772 71.7147 -145.85 + 71 51.1938 1212 1 1 62.5382 74.4276 -174.45 + 71 84.1686 1211 1 1 62.45 74.3572 -174.594 + 71 6.71761 1268 1 0 61.733 73.6631 -175.85 + 71 133.776 1267 1 0 61.7196 73.65 -175.874 + 71 3.85746 1266 1 0 61.5124 73.4496 -176.24 + 71 69.9545 1120 0 1 44.1435 57.4144 -204.45 + 71 79.746 1119 0 1 44.0499 57.3214 -204.631 + 71 64.1092 1183 0 0 43.3139 56.7289 -205.85 + 71 55.3489 1182 0 0 43.2123 56.6499 -206.023 + 71 100.029 1341 4 0 100.233 88.3628 -85.85 + 71 113.83 1416 3 1 103.405 91.5755 -114.45 + 71 198.895 1359 3 0 103.551 92.0023 -115.85 + 71 94.8864 1429 2 1 106.058 98.4566 -144.45 + 71 111.666 1428 2 1 105.95 98.5719 -144.599 + 71 60.999 1397 2 0 105.158 99.5855 -145.85 + 71 104.334 1398 2 0 105.05 99.75 -146.057 + 71 61.2281 1348 1 1 89.7671 128.687 -174.45 + 71 127.235 1347 1 1 89.6499 128.84 -174.591 + 71 13.3927 1346 1 1 89.45 129.14 -174.83 + 71 112.216 1552 1 0 88.6209 130.551 -175.85 + 71 58.5485 1553 1 0 88.5282 130.75 -175.985 + 71 90.2425 1554 1 0 88.4337 130.95 -176.118 + 71 3.65105 1555 1 0 88.3189 131.15 -176.242 + 71 15.0145 1226 0 1 65.2975 171.027 -204.45 + 71 77.4967 1225 0 1 65.2497 171.057 -204.494 + 71 70.3606 1224 0 1 65.0492 171.167 -204.645 + 71 40.2291 1223 0 1 64.85 171.254 -204.782 + 71 381.692 1759 0 0 63.1784 171.97 -205.85 + 71 168.888 1760 0 0 62.3903 172.15 -206.12 + 71 126.306 1397 3 1 99.6412 88.161 -114.45 + 71 135.823 1388 2 1 97.8932 87.1076 -144.45 + 71 144.395 1334 2 0 97.801 87.0374 -145.85 + 71 118.456 1379 1 1 96.1038 85.8723 -174.45 + 71 147.262 1329 1 0 95.9959 85.8664 -175.85 + 71 156.345 1367 0 1 93.6896 85.8483 -204.45 + 71 128.008 1329 0 0 93.6317 85.8674 -205.85 + 71 56.3758 1388 4 1 97.863 90.9155 -84.45 + 71 79.6829 1387 4 1 97.7499 90.9477 -84.5674 + 71 38.3503 1386 4 1 97.55 90.9923 -84.7746 + 71 172.207 1355 4 0 96.5295 91.1976 -85.85 + 71 58.3503 1249 3 1 69.92 95.5027 -114.45 + 71 80.9674 1248 3 1 69.8499 95.604 -114.617 + 71 34.0162 1381 3 0 69.4256 96.5032 -115.85 + 71 100.523 1382 3 0 69.4064 96.55 -115.915 + 71 17.3161 1383 3 0 69.3422 96.75 -116.191 + 71 143.337 1222 2 1 64.5851 118.556 -144.45 + 71 7.94877 1497 2 0 64.3075 119.729 -145.85 + 71 93.3246 1498 2 0 64.3025 119.75 -145.875 + 71 54.8143 1499 2 0 64.2423 119.95 -146.121 + 71 222.106 1171 1 1 54.3069 145.626 -174.45 + 71 207.317 1172 1 1 54.45 146.283 -174.622 + 71 130.337 1173 1 1 54.6501 146.972 -174.731 + 71 44.9307 1654 1 0 55.6854 151.055 -175.85 + 71 53.0928 1655 1 0 55.7105 151.15 -175.876 + 71 70.307 1656 1 0 55.7678 151.35 -175.926 + 71 95.1065 1657 1 0 55.8299 151.55 -175.969 + 71 160.079 1658 1 0 55.8898 151.75 -176.036 + 71 290.269 1659 1 0 55.9696 151.95 -176.142 + 71 97.2812 1339 5 0 99.9472 88.05 -55.9907 + 71 62.8156 1391 4 1 98.4233 83.9771 -84.45 + 71 104.73 1390 4 1 98.3499 83.8052 -84.6058 + 71 48.2405 1312 4 0 97.7574 82.5559 -85.8502 + 71 97.5125 1311 4 0 97.7023 82.45 -85.9601 + 71 23.0128 1310 4 0 97.585 82.25 -86.1836 + 71 207.101 1322 3 1 84.4714 57.9087 -114.45 + 71 231.379 1321 3 1 84.45 57.8839 -114.485 + 71 10.0923 1320 3 1 84.25 57.6631 -114.825 + 71 95.7316 1184 3 0 83.6547 57.0004 -115.85 + 71 60.4956 1183 3 0 83.5199 56.8497 -116.093 + 71 35.6631 861 3 0 23.7786 -7.78567 -116.25 + 71 74.306 860 3 0 23.723 -7.85108 -116.213 + 71 78.8656 859 3 0 23.5537 -8.05022 -116.118 + 71 70.3911 858 3 0 23.3888 -8.25029 -116.049 + 71 67.0995 857 3 0 23.2229 -8.45008 -116.003 + 71 87.5007 856 3 0 23.0605 -8.65 -115.947 + 71 45.6946 855 3 0 22.9032 -8.85 -115.89 + 71 70.3562 1001 3 1 20.4206 -11.7432 -114.85 + 71 95.848 1000 3 1 20.2499 -11.9268 -114.781 + 71 73.9288 999 3 1 20.05 -12.1247 -114.724 + 71 79.851 998 3 1 19.8498 -12.3176 -114.688 + 71 73.3693 997 3 1 19.6495 -12.4994 -114.657 + 71 152.431 996 3 1 19.45 -12.6698 -114.632 + 71 163.811 995 3 1 19.2498 -12.8449 -114.604 + 71 73.2702 994 3 1 19.05 -12.9961 -114.566 + 71 69.8872 993 3 1 18.8499 -13.1362 -114.525 + 71 52.0803 992 3 1 18.6498 -13.2857 -114.487 + 71 125.623 849 4 0 9.44917 -10.1141 -86.2495 + 71 8.01336 850 4 0 9.33728 -10.05 -85.8623 + 71 96.7274 944 4 1 8.97935 -9.87511 -84.85 + 71 2.25035 943 4 1 8.84996 -9.85173 -84.4591 + 71 96.3252 909 5 0 88.0668 1.99315 -56.25 + 71 94.3224 910 5 0 88.3648 2.05 -56.1125 + 71 96.3472 1344 5 1 88.964 2.67479 -54.85 + 71 9.52345 1345 5 1 89.05 2.86979 -54.4839 + 71 34.0904 731 3 0 -72.1031 -33.65 -116.242 + 71 167.052 730 3 0 -72.373 -33.8501 -116.168 + 71 68.236 710 1 1 -37.85 159.127 -174.564 + 71 213.595 1398 1 1 99.9217 88.1278 -174.45 + 71 94.7647 1397 0 1 99.7348 88.5471 -204.45 + 71 140.958 1342 0 0 99.7977 88.6133 -205.85 + 71 147.025 1339 1 0 99.9089 87.9617 -175.851 + 71 326.47 1392 0 1 98.6423 87.4397 -204.45 + 71 124.808 1338 0 0 98.3839 87.6969 -205.85 +Number of digits in this event = 67 +Using G4ParticleGun ... +9.63832 LIN e- Event: 72 -Number of tracker hits in this event = 55 - 72 139.17 352 8 1 -109.724 -95.5388 35.55 - 72 153.626 423 8 0 -109.724 -95.5387 34.15 - 72 403.768 352 7 1 -109.728 -95.5347 5.55 - 72 102.894 423 7 0 -109.729 -95.5352 4.15 - 72 161.731 351 6 1 -109.753 -95.5463 -24.45 - 72 114.246 423 6 0 -109.755 -95.5491 -25.85 - 72 117.326 351 5 1 -109.815 -95.6085 -54.45 - 72 98.7805 422 5 0 -109.818 -95.6128 -55.85 - 72 102.472 351 4 1 -109.887 -95.6944 -84.45 - 72 111.135 422 4 0 -109.888 -95.698 -85.85 - 72 399.193 351 3 1 -109.919 -95.7796 -114.45 - 72 113.79 421 3 0 -109.919 -95.7836 -115.85 - 72 183.995 351 2 1 -109.916 -95.867 -144.45 - 72 122.572 421 2 0 -109.917 -95.8683 -145.85 - 72 158.461 351 1 1 -109.946 -95.8981 -174.45 - 72 373.894 421 1 0 -109.947 -95.9021 -175.85 - 72 121.811 350 0 1 -109.967 -95.9705 -204.45 - 72 166.689 420 0 0 -109.966 -95.9734 -205.85 - 72 8.86917 1460 9 0 -149.728 112.267 63.75 - 72 244.14 422 3 0 -109.887 -95.7178 -115.85 - 72 144.257 357 2 1 -108.684 -94.7905 -144.45 - 72 272.819 426 2 0 -108.486 -94.7698 -145.85 - 72 25.7755 427 2 0 -108.419 -94.75 -146.164 - 72 41.3978 394 1 1 -101.199 -92.3197 -174.452 - 72 72.2891 395 1 1 -101.15 -92.3189 -174.594 - 72 115.043 439 1 0 -100.743 -92.3439 -175.85 - 72 1.49171 438 1 0 -100.625 -92.35 -176.242 - 72 228.307 440 0 1 -92.143 -93.0288 -204.45 - 72 308.323 431 0 0 -91.6363 -93.7508 -205.851 - 72 82.9952 430 0 0 -91.484 -93.95 -206.247 - 72 194.793 510 0 0 -78.9629 -77.9944 -206.25 - 72 195.581 353 2 1 -109.481 -94.9363 -144.45 - 72 124.53 334 1 1 -113.26 -93.2192 -174.45 - 72 143.228 434 1 0 -113.333 -93.1961 -175.85 - 72 178.987 327 0 1 -114.686 -92.0789 -204.45 - 72 153.718 440 0 0 -114.677 -92.0735 -205.85 - 72 290.91 350 1 1 -110.094 -95.8723 -174.45 - 72 191.171 344 0 1 -111.18 -96.3641 -204.45 - 72 120.435 418 0 0 -111.225 -96.4216 -205.851 - 72 82.8463 420 1 0 -109.556 -96.0907 -175.85 - 72 24.4599 419 1 0 -109.445 -96.15 -176.16 - 72 102.803 402 0 1 -99.7208 -101.837 -204.45 - 72 90.6825 403 0 1 -99.55 -102.04 -204.663 - 72 4.47022 384 0 0 -98.6466 -103.339 -205.85 - 72 82.6874 383 0 0 -98.639 -103.35 -205.86 - 72 162.149 382 0 0 -98.5085 -103.55 -206.04 - 72 11.1629 381 0 0 -98.3753 -103.75 -206.218 - 72 113.435 428 1 0 -111.478 -94.5214 -175.85 - 72 12.2567 429 1 0 -111.525 -94.35 -175.874 - 72 103.35 339 1 1 -112.256 -93.6318 -174.85 - 72 31.3567 338 1 1 -112.35 -93.6681 -174.809 - 72 6.61153 412 1 0 -111.002 -97.7379 -175.85 - 72 171.569 347 1 1 -110.733 -102.578 -174.85 - 72 81.8291 191 4 1 -141.75 -72.5364 -84.677 - 72 119.582 353 7 1 -109.55 -95.4348 5.22528 -Number of digits in this event = 30 +Number of tracker hits in this event = 155 + 72 104.292 810 9 1 -17.9607 130.391 65.55 + 72 115.689 1551 9 0 -17.9588 130.39 64.15 + 72 215.666 810 8 1 -17.9206 130.364 35.55 + 72 259.078 1551 8 0 -17.9195 130.36 34.15 + 72 208.978 810 7 1 -17.8904 130.269 5.55 + 72 216.509 1550 7 0 -17.889 130.267 4.15 + 72 114.719 810 6 1 -17.8602 130.219 -24.45 + 72 116.811 1550 6 0 -17.8611 130.217 -25.85 + 72 381.998 810 5 1 -17.88 130.165 -54.45 + 72 261.868 1550 5 0 -17.8805 130.162 -55.85 + 72 121.961 810 4 1 -17.8843 130.094 -84.45 + 72 194.186 1549 4 0 -17.8873 130.086 -85.85 + 72 116.617 810 3 1 -17.9408 129.923 -114.45 + 72 125.17 1548 3 0 -17.9434 129.914 -115.85 + 72 356.942 810 2 1 -17.9969 129.737 -144.45 + 72 141.461 1547 2 0 -17.9998 129.729 -145.85 + 72 73.1438 810 1 1 -18.0498 129.572 -174.45 + 72 37.3379 809 1 1 -18.05 129.571 -174.683 + 72 305.545 1547 1 0 -18.051 129.564 -175.85 + 72 769.799 809 0 1 -18.0744 129.377 -204.45 + 72 229.92 1546 0 0 -18.0751 129.366 -205.85 + 72 58.9977 1536 6 0 125.649 127.42 -26.2499 + 72 205.019 1535 6 0 125.723 127.35 -26.1423 + 72 101.801 810 0 1 -18.0299 129.343 -204.45 + 72 340.274 811 0 1 -17.8498 129.232 -204.507 + 72 115.326 812 0 1 -17.65 129.126 -204.576 + 72 58.4229 813 0 1 -17.45 129.058 -204.694 + 72 8.39419 814 0 1 -17.25 128.988 -204.831 + 72 230.249 1541 0 0 -15.5192 128.543 -205.85 + 72 94.489 1547 0 0 -17.9712 129.559 -205.85 + 72 172.176 1540 0 0 -18.2999 128.288 -205.85 + 72 139.384 1539 0 0 -18.3373 128.15 -205.983 + 72 53.0255 1538 0 0 -18.3425 127.949 -206.148 + 72 99.2004 1377 0 0 -18.5809 95.726 -206.25 + 72 129.059 811 5 1 -17.8453 130.178 -54.4504 + 72 63.7492 876 4 1 -4.74218 131.147 -84.45 + 72 93.0402 875 4 1 -4.85007 131.245 -84.6252 + 72 64.5301 1561 4 0 -5.76612 132.395 -85.85 + 72 167.372 1562 4 0 -5.86395 132.551 -85.9668 + 72 55.1324 1563 4 0 -6.04374 132.75 -86.0223 + 72 62.6624 1564 4 0 -6.1556 132.95 -86.0393 + 72 68.7889 1565 4 0 -6.24851 133.15 -86.019 + 72 51.2851 1566 4 0 -6.32539 133.35 -86.0286 + 72 99.3543 1567 4 0 -6.33756 133.55 -86.0406 + 72 101.525 1568 4 0 -6.35189 133.75 -86.0376 + 72 96.2333 1569 4 0 -6.29746 133.95 -85.98 + 72 41.9169 1570 4 0 -6.23663 134.15 -85.911 + 72 186.754 868 4 1 -6.26089 135.914 -84.8499 + 72 34.2998 867 4 1 -6.45 136.332 -84.52 + 72 132.815 1549 5 0 -17.9127 130.056 -55.85 + 72 106.732 805 4 1 -19.0285 127.896 -84.45 + 72 168.797 1537 4 0 -19.0859 127.738 -85.8503 + 72 145.129 798 3 1 -20.314 124.524 -114.45 + 72 107.632 1520 3 0 -20.5193 124.289 -115.85 + 72 146.52 778 2 1 -24.2958 119.538 -144.45 + 72 172.385 1495 2 0 -24.3571 119.327 -145.85 + 72 6.42674 772 1 1 -25.4557 115.01 -174.45 + 72 134.212 773 1 1 -25.45 114.999 -174.476 + 72 129.259 1471 1 0 -25.2972 114.546 -175.85 + 72 65.7059 799 3 1 -20.25 124.535 -114.487 + 72 105.391 800 3 1 -20.05 124.569 -114.579 + 72 102.481 801 3 1 -19.8499 124.638 -114.536 + 72 9.55343 804 4 1 -19.05 127.857 -84.8273 + 72 259.49 1541 4 0 -20.1383 128.362 -85.85 + 72 281.252 1540 4 0 -20.2221 128.35 -85.8877 + 72 23.4194 1542 4 0 -20.9392 128.551 -86.0096 + 72 252.916 793 4 1 -21.3129 128.281 -84.85 + 72 232.733 1550 0 0 -17.8455 130.324 -205.85 + 72 111.96 959 2 1 11.914 -0.05 -144.68 + 72 177.298 998 4 0 16.5893 19.7054 -86.25 + 72 29.87 1005 6 0 -51.2963 21.1997 -26.25 + 72 108.84 960 2 1 12.0505 -0.244694 -144.546 + 72 53.0307 897 2 0 12.1146 -0.533643 -145.85 + 72 207.715 896 2 0 12.1283 -0.65 -145.967 + 72 48.0645 895 2 0 12.1943 -0.850153 -145.917 + 72 25.7431 957 2 1 11.623 -1.02456 -144.85 + 72 247.875 958 2 1 11.65 -1.04651 -144.806 + 72 50.0229 1040 3 1 28.225 -2.32371 -114.85 + 72 43.7409 1041 3 1 28.25 -2.3411 -114.785 + 72 123.633 1550 8 0 -17.9584 130.226 34.15 + 72 22.5738 813 7 1 -17.277 127.131 5.54988 + 72 117.658 814 7 1 -17.25 127.079 5.46596 + 72 97.7995 1530 7 0 -16.817 126.327 4.15 + 72 38.8219 1529 7 0 -16.7142 126.15 3.85944 + 72 107.411 869 6 1 -6.20801 107.902 -24.45 + 72 9.69241 870 6 1 -6.05 107.855 -24.8109 + 72 118.47 1437 6 0 -5.63064 107.668 -25.8501 + 72 153.432 943 5 1 8.67919 101.937 -54.45 + 72 92.3776 1401 5 0 9.33612 100.549 -55.8503 + 72 90.0179 1400 5 0 9.41524 100.35 -56.0638 + 72 16.5839 977 4 1 15.6249 79.0351 -84.45 + 72 142.211 978 4 1 15.65 78.9957 -84.4843 + 72 35.9895 979 4 1 15.8502 78.7231 -84.757 + 72 10.9098 1288 4 0 16.7263 77.6737 -85.85 + 72 109.158 1287 4 0 16.7473 77.6496 -85.8748 + 72 93.6423 1286 4 0 16.9076 77.4498 -86.0682 + 72 133.41 1086 3 1 37.3385 51.3405 -114.45 + 72 19.682 1087 3 1 37.45 51.1132 -114.805 + 72 124.721 1152 3 0 37.8284 50.6234 -115.85 + 72 24.6342 1151 3 0 37.9992 50.45 -116.182 + 72 93.6559 1206 2 1 61.35 33.3805 -144.45 + 72 165.114 1207 2 1 61.45 33.1709 -144.624 + 72 16.0345 1051 2 0 62.3433 30.3344 -145.85 + 72 64.0244 1050 2 0 62.3547 30.2498 -145.889 + 72 112.247 1049 2 0 62.3339 30.05 -145.979 + 72 275.633 1048 2 0 62.2991 29.85 -146.07 + 72 43.8001 1047 2 0 62.3058 29.6498 -146.191 + 72 33.6629 1224 1 1 64.9435 -10.738 -174.45 + 72 129.939 1225 1 1 65.05 -10.6362 -174.527 + 72 155.004 1226 1 1 65.2502 -10.2629 -174.555 + 72 78.7122 1227 1 1 65.45 -9.84793 -174.473 + 72 85.617 1228 1 1 65.65 -9.59643 -174.481 + 72 65.7189 1229 1 1 65.8501 -9.48066 -174.479 + 72 61.5382 1230 1 1 66.05 -9.41884 -174.501 + 72 173.48 1231 1 1 66.3567 -9.39241 -174.451 + 72 73.9685 863 1 0 66.5282 -7.36193 -175.85 + 72 87.6151 864 1 0 66.5118 -7.25 -175.937 + 72 34.9655 827 1 0 45.6491 -14.5578 -176.25 + 72 88.2979 826 1 0 45.644 -14.6505 -176.181 + 72 143.028 825 1 0 45.6442 -14.85 -176.06 + 72 63.5605 1127 1 1 45.4906 -15.2878 -174.85 + 72 243.98 1126 1 1 45.45 -15.364 -174.728 + 72 42.2335 1538 7 0 -17.8897 127.764 4.15 + 72 60.1795 1537 7 0 -17.8864 127.75 4.01286 + 72 122.521 813 6 1 -17.3773 124.702 -24.45 + 72 215.599 1521 6 0 -17.3243 124.535 -25.85 + 72 123.402 819 5 1 -16.2056 121.135 -54.45 + 72 150.11 1503 5 0 -16.1344 120.908 -55.85 + 72 110.843 827 4 1 -14.591 116.033 -84.45 + 72 165.102 1478 4 0 -14.4824 115.841 -85.85 + 72 141.414 840 3 1 -12.0476 112.235 -114.45 + 72 104.212 1459 3 0 -11.885 112.128 -115.85 + 72 133.006 857 2 1 -8.59908 109.98 -144.45 + 72 110.64 1448 2 0 -8.49153 109.872 -145.85 + 72 11.4492 867 1 1 -6.45419 107.677 -174.45 + 72 172.181 868 1 1 -6.45 107.673 -174.5 + 72 32.2755 1437 1 0 -6.33757 107.56 -175.85 + 72 105.945 1436 1 0 -6.32743 107.55 -175.973 + 72 511.672 880 0 1 -3.9302 105.352 -204.45 + 72 138.788 1425 0 0 -3.83637 105.192 -205.85 + 72 6.2117 1424 0 0 -3.81465 105.15 -206.226 + 72 46.4125 363 4 0 -31.8475 -107.526 -86.25 + 72 130.9 362 4 0 -31.861 -107.55 -86.2097 + 72 5.68349 879 0 1 -4.05 105.226 -204.573 + 72 89.9839 1064 12 0 -160.412 32.9906 153.75 + 72 114.983 1063 12 0 -160.251 32.85 153.904 + 72 117.44 1062 12 0 -160.394 32.6498 154.036 + 72 157.774 99 12 1 -160.181 32.9822 155.15 + 72 346.376 1550 2 0 -17.8983 130.335 -145.85 + 72 113.099 813 1 1 -17.4109 129.643 -174.45 + 72 98.3296 815 0 1 -16.8717 128.207 -204.45 + 72 257.297 816 0 1 -16.85 128.203 -204.762 + 72 370.049 1543 0 0 -16.943 128.847 -205.85 + 72 118.027 806 1 1 -18.8385 129.079 -174.45 + 72 119.137 1544 1 0 -18.8095 129.054 -175.85 +Number of digits in this event = 66 Using G4ParticleGun ... -5.96912 LIN +4.67938 LIN e- Event: 73 -Number of tracker hits in this event = 93 - 73 117.813 1275 11 1 75.1658 12.2888 125.55 - 73 146.157 961 11 0 75.1652 12.2896 124.15 - 73 124.484 1275 10 1 75.1517 12.3041 95.55 - 73 111.827 961 10 0 75.1516 12.3055 94.15 - 73 386.047 1275 9 1 75.1426 12.3278 65.55 - 73 465.972 961 9 0 75.144 12.3275 64.15 - 73 283.822 1275 8 1 75.1747 12.3157 35.55 - 73 400.226 961 8 0 75.1757 12.3148 34.15 - 73 269.945 1275 7 1 75.1873 12.295 5.55 - 73 278.141 961 7 0 75.1848 12.2901 4.15 - 73 94.4646 1275 6 1 75.1224 12.1932 -24.45 - 73 161.747 960 6 0 75.1206 12.1895 -25.85 - 73 121.742 1275 5 1 75.08 12.1144 -54.45 - 73 136.726 960 5 0 75.0857 12.109 -55.85 - 73 130.202 1275 4 1 75.1952 12.0428 -84.45 - 73 148.874 960 4 0 75.218 12.0564 -85.85 - 73 152.978 1278 3 1 75.6698 12.351 -114.45 - 73 134.275 961 3 0 75.6944 12.3605 -115.85 - 73 99.6636 1280 2 1 76.2467 12.5784 -144.45 - 73 134.145 962 2 0 76.2536 12.5896 -145.85 - 73 231.302 1281 1 1 76.4134 12.8153 -174.45 - 73 15.0041 963 1 0 76.4134 12.8492 -175.85 - 73 111.935 964 1 0 76.4134 12.85 -175.882 - 73 122.28 1281 0 1 76.3352 13.5418 -204.45 - 73 124.458 967 0 0 76.3381 13.5675 -205.85 - 73 14.0056 1282 1 1 76.45 12.8139 -174.844 - 73 211.537 958 1 0 77.6587 11.7971 -175.85 - 73 301.86 1275 1 1 75.1778 11.9883 -174.45 - 73 246.025 959 1 0 75.1787 11.9882 -175.85 - 73 173.305 1275 0 1 75.1952 12.0023 -204.45 - 73 363.949 959 0 0 75.197 11.9988 -205.85 - 73 766.63 1277 0 1 75.5176 12.4006 -204.45 - 73 29.0428 961 0 0 75.5579 12.4476 -205.85 - 73 87.8217 962 0 0 75.5597 12.45 -205.917 - 73 322.455 1276 0 1 75.45 12.3534 -204.727 - 73 264.57 960 0 0 75.2898 12.0503 -206.21 - 73 269.423 958 0 0 75.2615 11.7313 -206.065 - 73 362.283 957 0 0 75.288 11.65 -206.105 - 73 122.786 956 0 0 73.3921 11.45 -206.058 - 73 1.90354 955 0 0 73.6351 11.2497 -205.852 - 73 83.2725 1278 0 1 75.65 8.65396 -204.723 - 73 79.3602 1276 3 1 75.3798 12.2518 -114.45 - 73 42.3956 963 3 0 75.3524 12.7673 -115.85 - 73 72.1603 964 3 0 75.3549 12.85 -116.038 - 73 245.56 852 3 0 -37.3996 -9.62104 -116.25 - 73 130.04 851 3 0 -37.4924 -9.65 -116.206 - 73 61.1236 707 3 1 -38.5739 -9.74943 -114.85 - 73 136.552 706 3 1 -38.65 -9.81558 -114.669 - 73 177.162 705 3 1 -38.85 -9.95039 -114.581 - 73 84.113 1274 8 1 75.05 12.2796 35.4463 - 73 142.992 1274 7 1 74.8558 12.3197 5.55 - 73 315.619 1272 6 1 74.5718 12.3982 -24.45 - 73 139.556 961 6 0 74.5595 12.4 -25.85 - 73 170.974 1271 5 1 74.3343 12.4863 -54.45 - 73 94.4955 962 5 0 74.3384 12.4624 -55.85 - 73 112.446 1272 4 1 74.4847 11.9517 -84.45 - 73 128.958 959 4 0 74.5102 11.9367 -85.85 - 73 124.716 1274 3 1 75.0205 11.6078 -114.45 - 73 149.433 957 3 0 75.0305 11.5988 -115.85 - 73 78.3253 1275 2 1 75.2478 11.5027 -144.45 - 73 37.3134 1276 2 1 75.25 11.5034 -144.674 - 73 139.717 957 2 0 75.2603 11.5071 -145.85 - 73 184.889 1277 1 1 75.4988 11.6625 -174.45 - 73 310.811 718 2 1 -36.3738 11.3412 -144.85 - 73 140.996 717 2 1 -36.45 11.6372 -144.68 - 73 222.581 360 2 0 -65.1272 -108.123 -146.25 - 73 80.0958 361 2 0 -65.2919 -107.95 -146.18 - 73 271.102 1267 2 1 73.466 12.5118 -144.45 - 73 155.487 965 2 0 74.2876 13.0813 -145.85 - 73 145.233 963 2 0 73.4369 12.6686 -145.85 - 73 126.39 1257 1 1 71.5191 13.0307 -174.45 - 73 147.554 966 1 0 71.7017 13.344 -175.85 - 73 72.513 1299 0 1 79.8781 17.634 -204.45 - 73 79.8405 1300 0 1 80.0501 17.7239 -204.66 - 73 35.9617 991 0 0 81.0474 18.3831 -205.85 - 73 121.2 992 0 0 81.1479 18.4501 -205.969 - 73 250.848 1666 1 1 153.35 -6.77068 -174.828 - 73 116.142 959 7 0 75.092 11.9209 4.15 - 73 146.6 1277 6 1 75.5218 11.4283 -24.45 - 73 141.275 956 6 0 75.5546 11.4169 -25.85 - 73 188.63 1281 5 1 76.3325 11.125 -54.45 - 73 119.477 955 5 0 76.3706 11.0845 -55.85 - 73 265.744 1285 4 1 77.2152 10.1747 -84.45 - 73 117.805 950 4 0 77.2526 10.1313 -85.85 - 73 113.219 1290 3 1 78.0685 9.23906 -114.45 - 73 138.755 945 3 0 78.1322 9.23092 -115.85 - 73 103.701 1297 2 1 79.5615 9.0192 -144.45 - 73 200.627 944 2 0 79.6192 9.01897 -145.85 - 73 134.098 1303 1 1 80.7424 9.02897 -174.45 - 73 344.695 944 1 0 80.7899 9.01411 -175.85 - 73 147.919 1308 0 1 81.7207 8.73848 -204.45 - 73 140.503 943 0 0 81.7743 8.73144 -205.85 - 73 126.242 1286 4 1 77.25 10.1482 -84.7241 -Number of digits in this event = 66 +Number of tracker hits in this event = 159 + 73 164.282 1207 11 1 61.5091 -20.6416 125.55 + 73 105.941 797 11 0 61.5105 -20.6398 124.15 + 73 151.541 1207 10 1 61.5417 -20.6036 95.55 + 73 135.394 797 10 0 61.5427 -20.601 94.15 + 73 380.19 1207 9 1 61.5714 -20.5429 65.55 + 73 352.153 797 9 0 61.5704 -20.5412 64.15 + 73 123.028 1207 8 1 61.5581 -20.5072 35.55 + 73 258.432 797 8 0 61.5575 -20.5056 34.15 + 73 158.041 1207 7 1 61.5568 -20.4711 5.55 + 73 143.87 797 7 0 61.5564 -20.4692 4.15 + 73 132.818 1207 6 1 61.5489 -20.4399 -24.45 + 73 152.057 798 6 0 61.5473 -20.4372 -25.85 + 73 190.768 1207 5 1 61.5137 -20.3845 -54.45 + 73 173.483 798 5 0 61.5127 -20.3822 -55.85 + 73 169.795 1207 4 1 61.4873 -20.3346 -84.45 + 73 216.779 798 4 0 61.4829 -20.3351 -85.85 + 73 140.584 1206 3 1 61.3925 -20.3443 -114.45 + 73 154.963 798 3 0 61.3907 -20.3443 -115.85 + 73 147.155 1206 2 1 61.3524 -20.3409 -144.45 + 73 359.051 798 2 0 61.3516 -20.3435 -145.85 + 73 197.533 1206 1 1 61.3291 -20.3975 -174.45 + 73 138.204 798 1 0 61.329 -20.3987 -175.85 + 73 109.461 1206 0 1 61.3392 -20.4224 -204.45 + 73 122.807 798 0 0 61.3392 -20.4238 -205.85 + 73 223.304 791 0 0 93.472 -21.8246 -206.25 + 73 77.945 790 0 0 93.6349 -21.85 -206.035 + 73 95.9866 1371 0 1 94.3632 -22.0695 -204.85 + 73 47.2936 1372 0 1 94.55 -22.0295 -204.602 + 73 18.1756 1396 0 1 99.5112 -22.171 -204.85 + 73 212.25 1397 0 1 99.55 -22.1925 -204.803 + 73 32.9077 482 6 0 145.357 -83.45 -26.1931 + 73 109.181 338 8 0 179.948 -112.51 33.75 + 73 22.1721 337 8 0 180.101 -112.55 33.9454 + 73 129.15 1799 8 1 180.047 -113.367 35.15 + 73 124.724 727 2 1 -34.452 29.0191 -144.45 + 73 86.8472 1207 2 1 61.45 -20.3309 -144.567 + 73 4.73432 1208 2 1 61.65 -20.368 -144.828 + 73 69.3704 960 2 0 42.808 12.1013 -146.25 + 73 95.8722 961 2 0 42.7276 12.25 -146.076 + 73 3.75091 962 2 0 42.5134 12.45 -145.853 + 73 113.397 1110 2 1 42.1665 13.7204 -144.85 + 73 20.0874 976 2 0 41.9602 15.4022 -145.85 + 73 35.3253 1108 2 1 41.6773 16.4824 -144.85 + 73 81.3128 1107 2 1 41.6498 16.5648 -144.765 + 73 174.482 1106 2 1 41.45 16.5929 -144.642 + 73 61.7287 1205 2 1 61.2498 -20.3341 -144.459 + 73 59.3509 1204 2 1 61.0497 -20.2955 -144.556 + 73 109.491 1203 2 1 60.85 -20.3386 -144.615 + 73 72.4288 1202 2 1 60.65 -20.5736 -144.775 + 73 126.157 1201 2 1 60.45 -20.7601 -144.74 + 73 55.9813 1200 2 1 60.2499 -20.8549 -144.706 + 73 60.4825 1199 2 1 60.0499 -20.8471 -144.692 + 73 63.6817 1198 2 1 59.85 -20.772 -144.674 + 73 52.4562 1197 2 1 59.65 -20.6999 -144.681 + 73 71.5 1196 2 1 59.45 -20.6871 -144.71 + 73 79.0081 1195 2 1 59.25 -20.6872 -144.782 + 73 65.6249 1194 2 1 59.0499 -20.7048 -144.814 + 73 396.75 790 2 0 55.6522 -21.9181 -145.85 + 73 121.278 1206 8 1 61.3777 -20.6231 35.55 + 73 155.818 1205 7 1 61.1106 -20.268 5.55 + 73 117.3 799 7 0 61.1052 -20.2437 4.15 + 73 93.907 1204 6 1 60.9626 -19.7166 -24.45 + 73 123.767 801 6 0 60.9302 -19.6661 -25.85 + 73 100.99 1201 5 1 60.3633 -18.6857 -54.45 + 73 126.42 807 5 0 60.3132 -18.6479 -55.85 + 73 219.444 1196 4 1 59.3491 -17.8618 -84.45 + 73 290.932 811 4 0 59.315 -17.7845 -85.85 + 73 84.7182 1193 3 1 58.6548 -16.1581 -114.45 + 73 16.9447 1192 3 1 58.65 -16.1409 -114.767 + 73 333.384 819 3 0 58.6332 -16.0815 -115.85 + 73 171.483 1190 2 1 58.0999 -14.5398 -144.45 + 73 116.004 827 2 0 58.0685 -14.4793 -145.85 + 73 147.158 1187 1 1 57.4668 -13.1717 -174.45 + 73 153.356 834 1 0 57.4444 -13.1124 -175.85 + 73 108.084 1184 0 1 56.9013 -11.9899 -204.45 + 73 111.253 840 0 0 56.8997 -11.9078 -205.85 + 73 228.847 1197 4 1 59.4502 -18.1759 -84.4925 + 73 184.983 1198 4 1 59.65 -18.5511 -84.7262 + 73 126.044 797 4 0 60.8865 -20.4821 -85.85 + 73 255.177 796 4 0 61.308 -20.6501 -86.0134 + 73 216.075 795 4 0 61.8983 -20.85 -85.9693 + 73 132.19 1124 4 0 25.0942 44.8534 -86.25 + 73 144.445 1123 4 0 25.0831 44.85 -86.0614 + 73 73.4746 1199 4 1 59.8502 -18.1092 -84.8184 + 73 234.57 806 4 0 60.8735 -18.6624 -85.85 + 73 19.8642 1340 3 1 88.2144 -29.8089 -114.45 + 73 101.395 1341 3 1 88.25 -29.837 -114.535 + 73 7.53628 1342 3 1 88.4502 -29.9567 -114.823 + 73 23.8876 748 3 0 89.3099 -30.4226 -115.85 + 73 130.849 747 3 0 89.3634 -30.45 -115.913 + 73 174.337 1467 2 1 113.577 -41.697 -144.45 + 73 42.7554 692 2 0 113.861 -41.4707 -145.85 + 73 101.716 693 2 0 113.888 -41.4499 -145.988 + 73 182.277 1491 1 1 118.504 -38.3258 -174.45 + 73 76.3547 1490 1 1 118.35 -38.2718 -174.545 + 73 99.3378 1489 1 1 118.15 -38.2142 -174.662 + 73 34.6318 1488 1 1 117.95 -38.1583 -174.785 + 73 177.788 711 1 0 116.312 -37.7508 -175.85 + 73 133.809 712 1 0 115.958 -37.65 -176.058 + 73 293.375 1239 0 1 68.0456 -18.8583 -204.45 + 73 104.1 807 0 0 67.8942 -18.5303 -205.85 + 73 32.3911 808 0 0 67.8383 -18.45 -206.113 + 73 60.0276 1238 0 1 67.85 -18.6934 -204.666 + 73 215.184 804 0 0 67.0207 -19.1474 -205.85 + 73 13.2181 803 0 0 66.8811 -19.25 -206.212 + 73 182.51 1200 4 1 60.05 -18.0407 -84.6008 + 73 2.96778 1201 4 1 60.2501 -17.9279 -84.8438 + 73 30.2163 810 4 0 61.1016 -17.8521 -85.85 + 73 128.804 1209 8 1 61.958 -19.8392 35.55 + 73 160.803 800 8 0 61.9824 -19.8664 34.15 + 73 116.974 1210 7 1 62.1806 -20.3173 5.55 + 73 108.947 798 7 0 62.2017 -20.4111 4.15 + 73 114.95 1213 6 1 62.8245 -22.2769 -24.45 + 73 145.485 788 6 0 62.8449 -22.2642 -25.85 + 73 132.143 1216 5 1 63.406 -22.3847 -54.45 + 73 100.304 788 5 0 63.4317 -22.4175 -55.85 + 73 110.613 1218 4 1 63.7629 -22.8249 -84.45 + 73 11.3035 786 4 0 63.7812 -22.8497 -85.85 + 73 185.366 785 4 0 63.7814 -22.85 -85.8638 + 73 34.3211 1220 3 1 64.247 -23.0556 -114.45 + 73 66.6457 1221 3 1 64.25 -23.0637 -114.578 + 73 126.21 784 3 0 64.2862 -23.144 -115.85 + 73 124.086 1223 2 1 64.8256 -24.8989 -144.45 + 73 125.848 775 2 0 64.8425 -24.9941 -145.85 + 73 125.694 1225 1 1 65.1944 -26.7377 -174.45 + 73 170.59 766 1 0 65.2587 -26.731 -175.85 + 73 120.77 1232 0 1 66.5429 -26.7391 -204.45 + 73 74.2855 766 0 0 66.6513 -26.6547 -205.85 + 73 186.508 767 0 0 66.6572 -26.65 -205.928 + 73 205.329 684 4 0 35.0474 -43.0503 -86.2498 + 73 68.8835 1217 3 1 63.4675 -16.4948 -114.45 + 73 74.5754 1218 3 1 63.65 -16.5487 -114.633 + 73 26.9413 816 3 0 64.6509 -16.8351 -115.85 + 73 138.14 815 3 0 64.7037 -16.85 -115.914 + 73 23.9136 1361 2 1 92.4797 -14.9706 -144.45 + 73 98.3537 1362 2 1 92.5504 -14.9782 -144.534 + 73 48.9384 1363 2 1 92.75 -14.9864 -144.746 + 73 164.37 824 2 0 93.9536 -15.0505 -145.85 + 73 95.9876 1517 1 1 123.664 -16.0034 -174.45 + 73 54.7581 1516 1 1 123.55 -15.8071 -174.652 + 73 116.35 821 1 0 123.033 -15.6917 -175.85 + 73 33.5519 830 1 0 109.849 -14.0175 -176.25 + 73 338.44 829 1 0 109.79 -14.05 -176.149 + 73 151.93 828 1 0 109.531 -14.25 -175.955 + 73 271.023 971 1 0 110.079 14.2626 -176.25 + 73 275.128 972 1 0 110.26 14.45 -176.11 + 73 79.0712 973 1 0 111.249 14.65 -176.171 + 73 131.963 1216 3 1 63.3722 -16.4763 -114.45 + 73 151.208 818 3 0 63.4151 -16.4215 -115.85 + 73 124.832 1221 2 1 64.3563 -15.3415 -144.45 + 73 122.915 823 2 0 64.4515 -15.274 -145.85 + 73 131.079 1232 1 1 66.5782 -14.1431 -174.45 + 73 116.362 1246 0 1 69.424 -13.7679 -204.45 + 73 164.683 830 0 0 69.4719 -13.9311 -205.85 + 73 115.988 119 2 1 -156.185 40.0285 -144.85 + 73 247.448 754 0 0 65.5279 -29.0517 -206.25 + 73 310.542 753 0 0 65.3971 -29.25 -206.097 + 73 35.9424 1224 0 1 64.9951 -26.9033 -204.85 + 73 56.9931 1225 0 1 65.0502 -26.8695 -204.791 +Number of digits in this event = 84 Using G4ParticleGun ... -1.93816 LIN +9.28498 LIN e- Event: 74 -Number of tracker hits in this event = 46 - 74 110.533 598 11 1 -60.3395 -30.9441 125.55 - 74 108.522 745 11 0 -60.3349 -30.943 124.15 - 74 134.873 599 10 1 -60.237 -30.9067 95.55 - 74 293.779 745 10 0 -60.2341 -30.9088 94.15 - 74 164.235 599 9 1 -60.1779 -30.9606 65.55 - 74 180.744 745 9 0 -60.1749 -30.9613 64.15 - 74 115.995 599 8 1 -60.1052 -30.9865 35.55 - 74 118.94 745 8 0 -60.1037 -30.9836 34.15 - 74 114.287 599 7 1 -60.0818 -30.9326 5.55 - 74 114.288 745 7 0 -60.079 -30.942 4.15 - 74 138.835 600 6 1 -60.019 -31.1528 -24.45 - 74 121.395 744 6 0 -60.0133 -31.1628 -25.85 - 74 127.963 600 5 1 -59.8858 -31.3588 -54.45 - 74 104.36 743 5 0 -59.88 -31.3673 -55.85 - 74 135.423 601 4 1 -59.7541 -31.5415 -84.45 - 74 126.922 742 4 0 -59.7462 -31.5502 -85.85 - 74 112.132 602 3 1 -59.5979 -31.7127 -114.45 - 74 100.354 741 3 0 -59.5937 -31.7167 -115.85 - 74 205.001 602 2 1 -59.5145 -31.8055 -144.45 - 74 126.034 741 2 0 -59.5104 -31.8114 -145.85 - 74 122.204 603 1 1 -59.43 -31.9244 -174.45 - 74 121.403 740 1 0 -59.4266 -31.9269 -175.85 - 74 120.457 603 0 1 -59.3918 -31.9605 -204.45 - 74 129.421 740 0 0 -59.3847 -31.963 -205.85 - 74 150.268 602 4 1 -59.65 -31.5351 -84.793 - 74 213.886 603 4 1 -59.4499 -31.5078 -84.6932 - 74 170.182 760 6 0 -49.3094 -27.9888 -26.2498 - 74 33.3072 761 6 0 -49.2684 -27.85 -25.9149 - 74 79.262 653 6 1 -49.2957 -26.3555 -24.8499 - 74 135.138 654 6 1 -49.25 -26.0803 -24.7353 - 74 116.96 776 6 0 -48.9649 -24.8257 -25.85 - 74 120.283 775 6 0 -48.9545 -24.85 -26.0353 - 74 249.591 599 5 1 -60.1961 -30.763 -54.45 - 74 162.397 598 5 1 -60.25 -30.6799 -54.4836 - 74 264.319 597 5 1 -60.4502 -30.4238 -54.5588 - 74 144.994 596 5 1 -60.65 -30.1561 -54.6395 - 74 279.336 750 5 0 -59.6068 -29.8546 -55.8501 - 74 73.8681 751 5 0 -60.8456 -29.85 -56.0036 - 74 111.777 752 5 0 -60.9731 -29.65 -56.1199 - 74 68.6059 753 5 0 -61.0914 -29.45 -56.1724 - 74 55.9272 754 5 0 -61.1801 -29.25 -56.1968 - 74 63.922 755 5 0 -61.1816 -29.0498 -56.1853 - 74 75.5132 747 5 0 -59.6444 -30.5259 -55.85 - 74 39.5585 748 5 0 -59.6105 -30.4497 -56.1323 - 74 25.7481 197 7 0 176.604 -140.703 3.75006 - 74 46.1562 196 7 0 176.619 -140.75 3.75619 -Number of digits in this event = 28 -Using G4ParticleGun ... -7.27779 LIN +Number of tracker hits in this event = 131 + 74 124.746 418 10 1 -96.4902 -46.6592 95.55 + 74 164.133 666 10 0 -96.4902 -46.6592 94.15 + 74 128.328 418 9 1 -96.4909 -46.6593 65.55 + 74 103.164 666 9 0 -96.4918 -46.6593 64.15 + 74 334.143 418 8 1 -96.5031 -46.6848 35.55 + 74 225.345 666 8 0 -96.5003 -46.6845 34.15 + 74 110.767 418 7 1 -96.4487 -46.6864 5.55 + 74 109.276 666 7 0 -96.4448 -46.6878 4.15 + 74 123.714 418 6 1 -96.3707 -46.7187 -24.45 + 74 116.951 666 6 0 -96.3681 -46.7194 -25.85 + 74 361.88 419 5 1 -96.3182 -46.739 -54.45 + 74 421.581 666 5 0 -96.3182 -46.7385 -55.85 + 74 354.895 419 4 1 -96.3174 -46.7288 -84.45 + 74 146.995 666 4 0 -96.3185 -46.7278 -85.85 + 74 121.222 419 3 1 -96.3054 -46.7095 -114.45 + 74 385.79 666 3 0 -96.3033 -46.7061 -115.85 + 74 108.932 419 2 1 -96.2495 -46.6179 -144.45 + 74 272.421 667 2 0 -96.2448 -46.6141 -145.85 + 74 110.326 420 1 1 -96.1385 -46.5481 -174.45 + 74 248.036 667 1 0 -96.1289 -46.5321 -175.85 + 74 133.156 420 0 1 -95.9587 -46.2197 -204.45 + 74 228.001 669 0 0 -95.9565 -46.2048 -205.85 + 74 230.032 415 1 1 -97.1497 -47.3423 -174.85 + 74 14.4156 414 1 1 -97.15 -47.3427 -174.849 + 74 216.031 421 0 1 -95.9399 -46.8204 -204.45 + 74 260.837 666 0 0 -95.957 -46.8211 -205.85 + 74 107.31 409 4 1 -98.2427 -46.2067 -84.45 + 74 225.461 670 4 0 -98.4724 -45.9922 -85.85 + 74 127.767 386 3 1 -102.82 -40.564 -114.45 + 74 36.5521 701 3 0 -102.82 -39.7036 -115.85 + 74 90.1043 702 3 0 -102.82 -39.65 -115.935 + 74 104.347 374 2 1 -105.213 -26.889 -144.45 + 74 160.545 767 2 0 -105.171 -26.646 -145.851 + 74 203.093 368 1 1 -106.433 -21.4964 -174.451 + 74 66.1646 798 1 0 -106.651 -20.3728 -175.85 + 74 73.9245 799 1 0 -106.679 -20.25 -176.016 + 74 94.5614 338 0 1 -112.359 -3.15991 -204.45 + 74 31.8775 337 0 1 -112.55 -3.10253 -204.709 + 74 162.638 885 0 0 -113.169 -2.95322 -205.85 + 74 95.3702 670 5 0 -95.4093 -45.9915 -55.8504 + 74 116.503 664 4 0 -96.3158 -47.1273 -85.85 + 74 370.889 417 3 1 -96.6926 -47.0856 -114.45 + 74 144.808 664 3 0 -96.736 -47.1193 -115.85 + 74 93.5865 412 2 1 -97.6903 -47.8565 -144.45 + 74 126.244 660 2 0 -97.844 -47.8841 -145.85 + 74 109.224 396 1 1 -100.884 -48.3825 -174.45 + 74 104.983 658 1 0 -101.049 -48.3862 -175.85 + 74 131.435 378 0 1 -104.466 -48.4169 -204.45 + 74 159.691 658 0 0 -104.647 -48.3914 -205.85 + 74 296.402 665 3 0 -96.267 -46.9346 -115.85 + 74 402.033 417 4 1 -96.5819 -46.6461 -84.45 + 74 265.146 667 4 0 -96.582 -46.6469 -85.85 + 74 223.087 417 2 1 -96.5774 -46.6971 -144.45 + 74 117.443 666 2 0 -96.5769 -46.7008 -145.85 + 74 246.594 418 1 1 -96.5417 -46.7701 -174.45 + 74 228.031 666 1 0 -96.54 -46.776 -175.85 + 74 481.198 418 0 1 -96.5085 -46.9031 -204.45 + 74 109.09 665 0 0 -96.5068 -46.9085 -205.85 + 74 56.1198 399 0 0 -37.8557 -100.15 -206.111 + 74 62.9415 398 0 0 -37.5963 -100.35 -205.935 + 74 94.955 718 0 1 -36.4089 -101.372 -204.85 + 74 429.299 719 0 1 -36.25 -101.445 -204.616 + 74 238.408 720 0 1 -36.05 -101.732 -204.496 + 74 16.7282 377 0 0 -36.0246 -104.73 -205.85 + 74 80.7759 376 0 0 -36.0249 -104.75 -205.859 + 74 64.3155 375 0 0 -35.9599 -104.95 -205.969 + 74 58.5273 374 0 0 -35.9408 -105.15 -206.088 + 74 96.3406 373 0 0 -35.8867 -105.351 -206.081 + 74 123.366 372 0 0 -36.0553 -105.55 -206.172 + 74 167.19 371 0 0 -35.938 -105.75 -205.931 + 74 167.902 370 0 0 -35.6141 -105.95 -205.996 + 74 16.8803 369 0 0 -35.5969 -106.15 -206.217 + 74 17.4152 279 0 0 -56.6081 -124.328 -206.25 + 74 138.643 278 0 0 -56.6238 -124.35 -206.233 + 74 129.233 668 1 0 -96.5087 -46.4071 -175.85 + 74 363.3 667 0 0 -96.5078 -46.5784 -205.85 + 74 63.9721 633 0 0 -98.5443 -53.3332 -206.25 + 74 196.368 634 0 0 -98.5132 -53.25 -206.114 + 74 14.5934 635 0 0 -98.6305 -53.05 -206.038 + 74 144.509 676 0 0 -107.522 -44.8394 -206.25 + 74 206.127 420 7 1 -96.0447 -46.9771 5.55 + 74 162.489 665 7 0 -95.9935 -46.9999 4.15 + 74 168.748 425 6 1 -95.1045 -47.68 -24.45 + 74 218.905 661 6 0 -95.0799 -47.7802 -25.85 + 74 110.789 428 5 1 -94.5249 -49.1817 -54.4502 + 74 128.069 653 5 0 -94.4928 -49.3106 -55.8504 + 74 140.262 430 4 1 -94.0681 -52.0327 -84.45 + 74 173.795 639 4 0 -93.9796 -52.1822 -85.85 + 74 116.511 438 3 1 -92.3886 -54.9816 -114.45 + 74 171.595 624 3 0 -92.31 -55.2174 -115.85 + 74 60.1504 623 3 0 -92.2986 -55.25 -116.044 + 74 124.524 447 2 1 -90.7021 -59.9146 -144.45 + 74 142.015 599 2 0 -90.5856 -60.1694 -145.85 + 74 107.847 458 1 1 -88.3355 -65.1999 -174.45 + 74 78.4161 573 1 0 -88.2513 -65.4091 -175.85 + 74 72.1763 572 1 0 -88.2369 -65.45 -176.11 + 74 121.148 468 0 1 -86.3405 -70.2976 -204.45 + 74 227.837 547 0 0 -86.1716 -70.4942 -205.85 + 74 106.076 548 0 0 -86.2192 -70.45 -206.085 + 74 372.1 439 3 1 -92.35 -54.9825 -114.479 + 74 243.425 435 3 1 -93.1012 -51.9975 -114.45 + 74 69.9776 436 3 1 -92.95 -51.8441 -114.745 + 74 428.29 644 3 0 -92.4425 -51.2481 -115.85 + 74 238.983 643 3 0 -91.4716 -51.25 -116.202 + 74 124.397 442 3 1 -91.7028 -51.5118 -114.85 + 74 298.954 441 3 1 -91.75 -51.6055 -114.597 + 74 147.251 440 3 1 -91.9503 -51.5894 -114.509 + 74 24.3002 388 3 0 -100.73 -102.352 -116.25 + 74 145.844 389 3 0 -100.754 -102.35 -116.218 + 74 14.7877 434 3 1 -93.1826 -52.0163 -114.45 + 74 103.978 641 3 0 -92.3003 -51.7925 -115.85 + 74 58.3853 642 3 0 -92.0758 -51.6499 -116.193 + 74 142.77 714 3 0 -68.4797 -37.195 -116.25 + 74 113.982 556 3 1 -68.7527 -36.7572 -114.85 + 74 38.0991 555 3 1 -68.85 -36.6366 -114.56 + 74 132.567 665 8 0 -96.471 -46.8846 34.1498 + 74 155.77 419 7 1 -96.15 -51.6541 5.41439 + 74 194.151 642 7 0 -96.7562 -51.5714 4.15 + 74 65.6517 345 6 1 -110.961 -48.328 -24.45 + 74 92.6876 344 6 1 -111.15 -48.291 -24.6153 + 74 40.1223 343 6 1 -111.35 -48.2449 -24.7898 + 74 165.914 660 6 0 -112.541 -47.937 -25.8502 + 74 27.7091 171 5 1 -145.875 -37.0983 -54.45 + 74 94.2418 170 5 1 -145.95 -37.0775 -54.5268 + 74 126.315 169 5 1 -146.15 -37.0183 -54.7081 + 74 18.2859 716 5 0 -147.593 -36.6621 -55.85 + 74 184.035 717 5 0 -147.643 -36.65 -55.8898 + 74 47.0893 741 5 0 -148.199 -31.7924 -55.85 + 74 64.2487 742 5 0 -148.281 -31.6497 -55.9408 + 74 90.7143 743 5 0 -148.345 -31.45 -56.05 + 74 86.5123 744 5 0 -148.501 -31.2498 -56.1464 +Number of digits in this event = 77 +Using G4ParticleGun ... +5.41689 LIN e- Event: 75 -Number of tracker hits in this event = 96 - 75 98.3401 199 8 1 -140.272 8.44029 35.55 - 75 148.217 941 8 0 -140.272 8.44098 34.15 - 75 259.289 199 7 1 -140.27 8.46003 5.55 - 75 157.091 942 7 0 -140.27 8.46069 4.15 - 75 105.51 199 6 1 -140.258 8.47677 -24.45 - 75 107.447 942 6 0 -140.257 8.47907 -25.85 - 75 133.021 199 5 1 -140.231 8.51957 -54.45 - 75 108.208 942 5 0 -140.231 8.51772 -55.85 - 75 163.236 199 4 1 -140.225 8.48219 -84.45 - 75 94.6013 942 4 0 -140.224 8.4801 -85.85 - 75 362.691 199 3 1 -140.204 8.43048 -114.45 - 75 236.542 941 3 0 -140.203 8.42718 -115.85 - 75 91.5511 199 2 1 -140.16 8.36138 -144.45 - 75 140.223 941 2 0 -140.156 8.35825 -145.85 - 75 129.246 200 1 1 -140.086 8.30246 -174.45 - 75 131.265 941 1 0 -140.084 8.30106 -175.85 - 75 153.904 200 0 1 -140.043 8.27199 -204.45 - 75 132.316 941 0 0 -140.041 8.27135 -205.85 - 75 262.941 822 1 0 -143.968 -15.6022 -176.25 - 75 13.0274 322 0 0 159.019 -115.749 -206.25 - 75 0.282985 321 0 0 159.022 -115.75 -206.249 - 75 6.64723 333 0 0 169.03 -113.462 -206.25 - 75 476.539 573 0 1 -65.45 7.81131 -204.604 - 75 87.9419 572 0 1 -65.45 8.13746 -204.753 - 75 16.082 697 0 0 -167.271 -40.5789 -206.25 - 75 33.671 872 0 0 -164.892 -5.50182 -206.25 - 75 138.359 566 10 0 36.4524 -66.6865 93.75 - 75 10.1084 565 10 0 36.5727 -66.85 94.1191 - 75 242.606 1080 10 1 36.1697 -66.9693 95.15 - 75 94.6315 1081 10 1 36.25 -66.9391 95.419 - 75 102.742 943 7 0 -140.256 8.79743 4.14997 - 75 60.775 944 7 0 -140.257 8.85 3.90106 - 75 137.455 195 6 1 -140.95 14.6631 -24.45 - 75 103.864 974 6 0 -141.31 14.9816 -25.85 - 75 15.1725 975 6 0 -141.391 15.05 -26.1827 - 75 75.1352 159 5 1 -148.22 18.9694 -54.4501 - 75 54.9345 160 5 1 -148.15 19.0576 -54.6589 - 75 95.9225 997 5 0 -147.681 19.5305 -55.85 - 75 34.3154 998 5 0 -147.574 19.65 -56.139 - 75 252.905 185 4 1 -143.048 29.2273 -84.45 - 75 148.897 1047 4 0 -142.723 29.4767 -85.85 - 75 139.265 223 3 1 -135.368 31.5339 -114.45 - 75 20.1973 222 3 1 -135.55 31.5661 -114.798 - 75 280.41 1058 3 0 -135.974 31.7613 -115.85 - 75 0.442926 1059 3 0 -136.097 31.85 -116.249 - 75 169.738 176 2 1 -144.886 39.4816 -144.45 - 75 12.4074 177 2 1 -144.75 39.9275 -144.822 - 75 116.817 1103 2 0 -144.289 40.8385 -145.85 - 75 249.721 1104 2 0 -144.283 40.8502 -145.864 - 75 163.568 1102 2 0 -143.697 40.6497 -146.01 - 75 319.086 1100 2 0 -141.524 40.25 -145.97 - 75 111.905 948 3 0 -83.969 9.74921 -116.25 - 75 10.2936 949 3 0 -83.9097 9.8501 -115.895 - 75 117.665 479 3 1 -84.101 10.2918 -114.85 - 75 237.64 480 3 1 -84.05 10.3115 -114.536 - 75 153.104 942 3 0 -140.275 8.45 -116.182 - 75 129.342 200 2 1 -140.005 10.6313 -144.45 - 75 122.649 954 2 0 -139.884 10.955 -145.85 - 75 88.9743 222 1 1 -135.741 17.3437 -174.45 - 75 58.6904 223 1 1 -135.55 17.333 -174.558 - 75 61.5283 224 1 1 -135.35 17.3217 -174.671 - 75 34.0234 225 1 1 -135.15 17.298 -174.782 - 75 196.529 982 1 0 -133.277 16.6387 -175.85 - 75 89.5206 981 1 0 -132.821 16.45 -176.108 - 75 87.5717 667 1 0 -80.135 -46.4759 -176.25 - 75 130.267 666 1 0 -80.0579 -46.65 -176.067 - 75 183.352 503 1 1 -79.4053 -47.32 -174.85 - 75 154.778 504 1 1 -79.2498 -47.4238 -174.601 - 75 12.0487 502 1 1 -79.4762 -47.6325 -174.45 - 75 94.1771 505 1 1 -79.05 -48.1286 -174.494 - 75 175.004 506 1 1 -78.85 -48.3822 -174.515 - 75 84.3669 507 1 1 -78.65 -48.7729 -174.698 - 75 70.3692 650 1 0 -77.8623 -49.9084 -175.85 - 75 114.727 649 1 0 -77.7302 -50.05 -175.983 - 75 143.29 597 0 1 -60.5793 -68.702 -204.45 - 75 109.962 561 0 0 -60.4354 -67.8305 -205.85 - 75 89.8477 562 0 0 -60.4453 -67.6497 -206.032 - 75 69.3094 563 0 0 -60.3747 -67.4497 -206.177 - 75 117.587 564 0 0 -60.3223 -67.25 -206.127 - 75 67.4178 823 0 0 -91.1314 -15.3783 -205.85 - 75 58.5738 1022 1 0 -100.91 24.5704 -176.25 - 75 67.9495 1272 1 0 -107.285 74.4846 -176.25 - 75 122.107 207 2 1 -138.679 9.48946 -144.45 - 75 175.46 947 2 0 -138.555 9.50496 -145.85 - 75 120.678 220 1 1 -136.017 8.9906 -174.45 - 75 137.195 944 1 0 -135.886 8.88127 -175.85 - 75 6.01895 943 1 0 -135.856 8.85 -176.221 - 75 151.107 232 0 1 -133.728 6.46909 -204.45 - 75 128.702 931 0 0 -133.708 6.43321 -205.851 - 75 138.743 231 0 1 -133.75 6.44729 -204.525 - 75 112.25 221 1 1 -135.95 9.05011 -174.476 - 75 137.389 947 1 0 -135.477 9.5144 -175.85 - 75 16.4631 948 1 0 -135.345 9.65 -176.19 - 75 104.208 294 0 1 -121.225 20.3557 -204.45 - 75 6.43802 293 0 1 -121.35 20.4609 -204.816 - 75 128.716 1003 0 0 -121.691 20.7363 -205.85 -Number of digits in this event = 47 +Number of tracker hits in this event = 53 + 75 122.306 742 9 1 -31.6238 -116.786 65.55 + 75 129.349 316 9 0 -31.6227 -116.785 64.15 + 75 163.704 742 8 1 -31.6017 -116.783 35.55 + 75 152.274 316 8 0 -31.612 -116.792 34.15 + 75 153.163 741 7 1 -31.8254 -116.98 5.55 + 75 161.815 315 7 0 -31.8365 -116.989 4.15 + 75 109.507 739 6 1 -32.0574 -117.182 -24.45 + 75 102.24 314 6 0 -32.0665 -117.191 -25.85 + 75 108.37 738 5 1 -32.2611 -117.374 -54.45 + 75 141.943 313 5 0 -32.2692 -117.379 -55.85 + 75 400.761 738 4 1 -32.4151 -117.462 -84.45 + 75 427.271 313 4 0 -32.4268 -117.464 -85.85 + 75 124.779 736 3 1 -32.6668 -117.525 -114.45 + 75 119.024 313 3 0 -32.6793 -117.526 -115.85 + 75 131.544 735 2 1 -32.9086 -117.57 -144.45 + 75 131.763 312 2 0 -32.9229 -117.574 -145.85 + 75 138.704 734 1 1 -33.2007 -117.635 -174.45 + 75 103.779 312 1 0 -33.2136 -117.639 -175.85 + 75 128.257 732 0 1 -33.4738 -117.725 -204.45 + 75 108.976 312 0 0 -33.4688 -117.726 -205.85 + 75 42.5226 1447 12 1 109.639 -112.69 155.15 + 75 73.1358 333 12 0 109.025 -113.406 154.15 + 75 54.6236 744 3 1 -31.1312 -116.105 -114.45 + 75 57.3749 745 3 1 -31.05 -116.116 -114.65 + 75 145.876 319 3 0 -30.5561 -116.205 -115.85 + 75 119.547 798 2 1 -20.3449 -118.754 -144.45 + 75 18.4027 799 2 1 -20.25 -118.694 -144.818 + 75 116.357 308 2 0 -19.9741 -118.528 -145.85 + 75 116.016 832 1 1 -13.5448 -113.668 -174.45 + 75 9.5407 833 1 1 -13.45 -113.672 -174.807 + 75 126.757 332 1 0 -13.1463 -113.693 -175.85 + 75 8.00642 874 0 1 -5.06284 -114.775 -204.45 + 75 100.786 875 0 1 -5.05 -114.771 -204.48 + 75 244.726 327 0 0 -4.40842 -114.67 -205.85 + 75 125.208 738 3 1 -32.4314 -119.227 -114.45 + 75 101.156 304 3 0 -32.2583 -119.269 -115.85 + 75 20.7368 757 2 1 -28.4575 -119.024 -144.45 + 75 96.0698 758 2 1 -28.45 -119.028 -144.526 + 75 170.533 305 2 0 -28.3048 -119.113 -145.851 + 75 206.938 775 1 1 -24.8724 -120.863 -174.45 + 75 92.5564 295 1 0 -24.9011 -121.098 -175.85 + 75 23.5139 294 1 0 -24.9094 -121.15 -176.166 + 75 138.606 770 0 1 -25.9281 -126.426 -204.45 + 75 89.4599 268 0 0 -25.8271 -126.524 -205.85 + 75 10.6824 267 0 0 -25.7962 -126.55 -206.208 + 75 45.9329 774 1 1 -25.05 -120.918 -174.694 + 75 10.0363 290 1 0 -25.2403 -122.113 -175.85 + 75 123.067 289 1 0 -25.2442 -122.15 -175.884 + 75 7.80308 288 1 0 -25.1813 -122.35 -176.24 + 75 209.114 325 5 0 -58.7992 -115.144 -56.25 + 75 145.254 338 5 0 -84.5983 -112.51 -56.25 + 75 55.1106 1702 4 0 91.583 160.55 -85.966 + 75 155.062 1703 4 0 91.6054 160.75 -85.8854 +Number of digits in this event = 26 Using G4ParticleGun ... -9.0365 LIN +7.66251 LIN e- Event: 76 -Number of tracker hits in this event = 20 - 76 107.541 338 8 1 -112.489 76.2949 35.55 - 76 96.0151 1281 8 0 -112.489 76.2954 34.15 - 76 113.145 338 7 1 -112.481 76.3083 5.55 - 76 136.261 1281 7 0 -112.481 76.309 4.15 - 76 114.651 338 6 1 -112.47 76.3229 -24.45 - 76 161.692 1281 6 0 -112.47 76.3234 -25.85 - 76 120.908 338 5 1 -112.459 76.3313 -54.45 - 76 107.566 1281 5 0 -112.459 76.3314 -55.85 - 76 113.563 338 4 1 -112.457 76.3369 -84.45 - 76 114.829 1281 4 0 -112.457 76.3368 -85.85 - 76 200.951 338 3 1 -112.461 76.3333 -114.45 - 76 158.818 1281 3 0 -112.461 76.3341 -115.85 - 76 140.925 338 2 1 -112.455 76.3493 -144.45 - 76 120.229 1281 2 0 -112.454 76.3494 -145.85 - 76 182.848 338 1 1 -112.435 76.3458 -174.45 - 76 136.425 1281 1 0 -112.435 76.3444 -175.85 - 76 143.308 338 0 1 -112.413 76.3145 -204.45 - 76 147.998 1281 0 0 -112.412 76.3136 -205.85 - 76 71.994 642 6 0 -33.2616 -51.45 -26.0777 - 76 81.1006 1385 1 0 -75.5501 97.2874 -176.25 -Number of digits in this event = 13 +Number of tracker hits in this event = 88 + 76 130.039 604 9 1 -59.1724 105.642 65.55 + 76 134.351 1427 9 0 -59.1738 105.643 64.15 + 76 114.853 604 8 1 -59.2025 105.673 35.55 + 76 132.58 1427 8 0 -59.2047 105.674 34.15 + 76 121.97 603 7 1 -59.2505 105.685 5.55 + 76 117.873 1427 7 0 -59.2522 105.686 4.15 + 76 267.178 603 6 1 -59.2894 105.705 -24.45 + 76 363.362 1427 6 0 -59.2929 105.705 -25.85 + 76 97.2365 603 5 1 -59.3674 105.705 -54.45 + 76 259.74 1427 5 0 -59.3716 105.705 -55.85 + 76 259.418 602 4 1 -59.4517 105.717 -84.45 + 76 167.419 1427 4 0 -59.4563 105.717 -85.85 + 76 101.516 602 3 1 -59.5527 105.716 -114.45 + 76 374.992 1427 3 0 -59.5598 105.715 -115.85 + 76 193.32 601 2 1 -59.704 105.707 -144.45 + 76 114.724 1427 2 0 -59.7123 105.707 -145.85 + 76 118.16 600 1 1 -59.8828 105.699 -174.45 + 76 152.707 1427 1 0 -59.8912 105.698 -175.85 + 76 175.647 599 0 1 -60.0632 105.688 -204.45 + 76 217.162 1427 0 0 -60.0709 105.687 -205.85 + 76 63.6009 992 6 0 -10.8016 18.5526 -26.25 + 76 106.463 846 6 1 -10.7673 18.4309 -24.85 + 76 120.587 1033 4 0 -23.7652 26.7364 -86.25 + 76 24.9175 1034 4 0 -23.9328 26.85 -85.9184 + 76 405.203 780 4 1 -24.016 27.6109 -84.8498 + 76 80.3045 1045 4 0 -23.9524 29.0719 -85.8501 + 76 60.245 1046 4 0 -24.0091 29.25 -86.0642 + 76 4.63687 1091 4 0 -13.84 38.2619 -86.25 + 76 269.42 1090 4 0 -13.8372 38.25 -86.2371 + 76 240.148 835 4 1 -12.9355 38.4482 -84.8495 + 76 69.4353 1095 4 0 -12.8125 39.2413 -85.8501 + 76 127.823 1096 4 0 -12.8164 39.25 -85.8637 + 76 26.2607 1130 4 0 -160.018 46.1399 -86.25 + 76 29.0875 1433 4 0 -178.608 106.937 -86.25 + 76 77.0703 1310 3 0 -34.6541 82.1204 -116.25 + 76 63.6743 1176 6 1 55.25 -1.72886 -24.7025 + 76 160.199 1581 5 0 -98.5409 136.377 -56.25 + 76 65.2955 1582 5 0 -98.4086 136.55 -56.1257 + 76 196.077 1195 5 0 -74.5871 59.054 -56.2497 + 76 8.26553 1194 5 0 -74.5812 59.05 -56.2422 + 76 81.068 752 6 1 -29.5969 25.1292 -24.85 + 76 120.295 598 5 1 -60.3986 105.39 -54.4502 + 76 136.873 1426 5 0 -60.3709 105.377 -55.8502 + 76 466.65 1426 4 0 -59.6317 105.385 -85.85 + 76 99.2346 603 3 1 -59.3224 105.713 -114.45 + 76 106.607 606 2 1 -58.7349 105.409 -144.451 + 76 196.504 1426 2 0 -58.9733 105.475 -145.85 + 76 136.511 578 1 1 -64.2901 107.089 -174.45 + 76 158.171 1435 1 0 -64.5949 107.213 -175.85 + 76 66.9971 542 0 1 -71.5855 109.364 -204.45 + 76 52.5389 541 0 1 -71.65 109.382 -204.685 + 76 275.526 1446 0 0 -71.9759 109.466 -205.85 + 76 73.9453 780 0 1 -24.05 152.343 -204.476 + 76 79.4931 604 6 1 -59.25 105.733 -24.5427 + 76 161.45 620 5 1 -55.9602 105.162 -54.45 + 76 118.956 1424 5 0 -55.7536 105.096 -55.85 + 76 96.4911 643 4 1 -51.3155 103.637 -84.45 + 76 62.7869 644 4 1 -51.25 103.62 -84.7804 + 76 200.499 1417 4 0 -51.0075 103.59 -85.85 + 76 121.565 677 3 1 -44.5865 102.57 -114.45 + 76 113.193 1411 3 0 -44.3 102.484 -115.85 + 76 44.1653 707 2 1 -38.4761 100.641 -144.45 + 76 79.6556 708 2 1 -38.45 100.638 -144.588 + 76 113.713 1402 2 0 -38.2207 100.606 -145.85 + 76 114.117 734 1 1 -33.1251 100.021 -174.45 + 76 151.56 1399 1 0 -32.8877 100.049 -175.85 + 76 139.874 761 0 1 -27.7545 100.596 -204.45 + 76 181.096 1402 0 0 -27.4951 100.641 -205.85 + 76 75.8574 1663 2 0 -124.097 152.907 -146.25 + 76 143.014 1664 2 0 -124.275 152.95 -146.069 + 76 31.795 1665 2 0 -124.522 153.15 -145.899 + 76 24.6831 273 2 1 -125.487 153.993 -144.85 + 76 83.0754 272 2 1 -125.551 154.059 -144.797 + 76 189.178 1672 2 0 -125.85 154.702 -145.85 + 76 131.872 1671 2 0 -126.306 154.55 -146.074 + 76 179.789 1445 2 0 -165.201 109.335 -146.25 + 76 71.1816 742 1 1 -31.5764 99.555 -174.45 + 76 101.716 743 1 1 -31.45 99.4455 -174.595 + 76 46.5271 744 1 1 -31.2497 99.3057 -174.806 + 76 20.8386 1392 1 0 -30.017 98.5784 -175.85 + 76 154.183 1391 1 0 -29.9588 98.55 -175.9 + 76 2.92748 1390 1 0 -29.6084 98.3496 -176.242 + 76 115.607 906 0 1 1.42435 70.8442 -204.45 + 76 117.647 1254 0 0 0.804932 70.8566 -205.85 + 76 28.7587 1253 0 0 0.528142 70.85 -206.166 + 76 186.175 1425 4 0 -51.2041 105.197 -85.8501 + 76 29.9578 991 9 1 18.25 129.269 65.2603 + 76 301.55 990 9 1 18.2482 129.309 65.55 +Number of digits in this event = 44 Using G4ParticleGun ... -6.36176 LIN +6.83185 LIN e- Event: 77 -Number of tracker hits in this event = 165 - 77 108.383 1446 10 1 109.354 17.369 95.55 - 77 115.069 986 10 0 109.354 17.3674 94.15 - 77 120.499 1445 9 1 109.337 17.3394 65.55 - 77 179.135 986 9 0 109.337 17.3389 64.15 - 77 138.51 1445 8 1 109.33 17.3068 35.55 - 77 118.592 986 8 0 109.33 17.3046 34.15 - 77 242.131 1445 7 1 109.325 17.2654 5.55 - 77 132.083 986 7 0 109.324 17.2652 4.15 - 77 349.949 1445 6 1 109.304 17.2647 -24.45 - 77 368.495 986 6 0 109.3 17.2676 -25.85 - 77 888.057 1445 5 1 109.222 17.3088 -54.45 - 77 271.56 986 5 0 109.215 17.3102 -55.85 - 77 311.242 1444 4 1 109.077 17.33 -84.45 - 77 511.453 986 4 0 109.063 17.3359 -85.85 - 77 100.272 1442 3 1 108.749 17.4643 -114.45 - 77 233.364 987 3 0 108.739 17.4689 -115.85 - 77 132.415 1441 2 1 108.542 17.5728 -144.45 - 77 164.657 987 2 0 108.536 17.5731 -145.85 - 77 233.349 1441 1 1 108.385 17.5879 -174.45 - 77 103.572 987 1 0 108.377 17.5844 -175.85 - 77 169.036 1440 0 1 108.21 17.5295 -204.45 - 77 154.006 987 0 0 108.206 17.5241 -205.85 - 77 137.774 880 0 0 129.112 -3.85852 -206.25 - 77 131.218 1342 5 1 88.5481 113.093 -54.4501 - 77 98.2381 1343 5 1 88.65 113.115 -54.5714 - 77 37.9815 984 4 1 16.953 80.8041 -84.45 - 77 63.5465 631 3 1 -53.8044 67.6095 -114.45 - 77 332.017 632 3 1 -53.65 67.5692 -114.592 - 77 8.63295 633 3 1 -53.45 67.5284 -114.833 - 77 276.515 1231 3 0 -53.7312 66.291 -115.85 - 77 76.4849 1005 2 0 105.15 21.069 -146.25 - 77 56.2284 1004 2 0 105.172 21.05 -146.179 - 77 156.338 1539 3 1 128.021 7.96636 -114.45 - 77 8.05917 942 3 0 128.091 8.63488 -115.85 - 77 308.058 943 3 0 128.092 8.65 -115.882 - 77 38.2697 944 3 0 128.16 8.85049 -116.139 - 77 14.9133 1679 0 1 155.966 72.2776 -204.45 - 77 126.076 1678 0 1 155.95 72.2916 -204.468 - 77 643.082 1445 4 1 109.191 17.3753 -84.45 - 77 136.744 1445 3 1 109.337 17.551 -114.45 - 77 216.182 1447 2 1 109.646 16.5901 -144.45 - 77 76.655 981 2 0 109.652 16.3013 -145.85 - 77 194.213 980 2 0 109.655 16.25 -146.102 - 77 106.277 1452 1 1 110.649 9.59529 -174.45 - 77 127.551 1451 1 1 110.55 9.49851 -174.775 - 77 128.382 945 1 0 110.222 9.19029 -175.85 - 77 24.9158 1407 0 1 101.576 -0.507635 -204.45 - 77 151.066 1406 0 1 101.55 -0.556281 -204.51 - 77 59.1131 892 0 0 101.122 -1.54792 -205.85 - 77 119.952 891 0 0 101.083 -1.65 -205.984 - 77 15.9362 890 0 0 101.003 -1.85013 -206.232 - 77 86.2651 1669 7 1 154.145 172.536 5.55 - 77 82.8915 1668 7 1 153.95 172.455 5.4379 - 77 72.7271 1667 7 1 153.75 172.317 5.31842 - 77 71.9684 1666 7 1 153.55 172.176 5.30551 - 77 104.382 1665 7 1 153.35 172.069 5.32123 - 77 327.736 1664 7 1 153.15 171.991 5.41431 - 77 148.072 1663 7 1 152.95 171.919 5.41735 - 77 315.427 984 4 0 108.214 16.9301 -85.8505 - 77 106.839 908 5 0 113.037 1.80831 -56.2498 - 77 7.05304 907 5 0 113.114 1.65 -55.8948 - 77 97.4035 1465 5 1 113.311 1.35161 -54.85 - 77 106.597 1466 5 1 113.35 1.29208 -54.6625 - 77 60.4571 975 6 0 106.43 15.2057 -26.25 - 77 92.3333 976 6 0 106.418 15.25 -26.1457 - 77 15.4236 1430 6 1 106.164 15.4665 -24.8499 - 77 71.5705 1429 6 1 106.15 15.4715 -24.7777 - 77 25.4101 882 7 0 91.2454 -3.63642 3.75 - 77 222.019 881 7 0 91.2311 -3.65003 3.77347 - 77 83.0035 1351 7 1 90.5244 -4.21076 5.15 - 77 52.6446 1350 7 1 90.35 -4.30303 5.41526 - 77 235.26 1349 7 1 90.05 -4.81663 5.35761 - 77 61.1571 858 7 0 90.24 -8.30478 4.14998 - 77 16.9784 857 7 0 90.2088 -8.45 4.14245 - 77 58.6367 1333 7 1 86.7092 -11.3613 5.15 - 77 215.684 1332 7 1 86.65 -11.4171 5.22039 - 77 500.211 985 5 0 109.304 17.1998 -55.85 - 77 146.048 1446 3 1 109.493 16.5723 -114.45 - 77 92.3124 982 3 0 109.502 16.5483 -115.85 - 77 105.393 979 2 0 109.696 15.9564 -145.85 - 77 151.057 979 1 0 110.448 15.9332 -175.85 - 77 191.132 1455 0 1 111.179 15.7226 -204.45 - 77 129.178 978 0 0 111.222 15.7099 -205.85 - 77 302.426 1454 0 1 111.15 15.6024 -204.712 - 77 60.1817 1445 2 1 109.199 16.502 -144.45 - 77 82.4453 1444 2 1 109.15 16.4587 -144.485 - 77 85.2849 1443 2 1 108.95 16.3085 -144.593 - 77 65.669 1442 2 1 108.75 16.1339 -144.726 - 77 181.092 972 2 0 106.03 14.6254 -145.85 - 77 166.486 971 2 0 105.509 14.45 -145.999 - 77 112.895 970 2 0 105.064 14.25 -146.086 - 77 76.3198 969 2 0 104.739 14.0498 -146.136 - 77 9.16263 968 2 0 104.514 13.85 -146.23 - 77 69.9009 861 2 0 41.341 -7.79724 -146.25 - 77 115.186 860 2 0 41.3066 -7.85037 -146.045 - 77 340.793 1108 2 1 41.821 -8.66864 -144.85 - 77 85.8384 1109 2 1 41.8501 -8.71467 -144.786 - 77 32.034 1107 2 1 41.65 -9.52777 -144.784 - 77 332.572 850 2 0 40.5188 -9.89387 -145.85 - 77 75.4448 849 2 0 40.2576 -10.0503 -146.054 - 77 28.7816 848 2 0 40.1483 -10.25 -146.211 - 77 49.3883 1446 2 1 109.35 16.5277 -144.647 - 77 34.3449 1459 1 1 112.095 11.525 -174.45 - 77 160.996 1460 1 1 112.15 11.6302 -174.53 - 77 173.96 966 1 0 112.838 13.3587 -175.85 - 77 101.809 967 1 0 112.878 13.45 -175.92 - 77 85.0645 968 1 0 112.971 13.6501 -176.075 - 77 45.0145 969 1 0 113.069 13.8503 -176.229 - 77 167.771 1548 0 1 129.85 60.1059 -204.45 - 77 195.949 1209 0 0 129.932 61.9201 -205.85 - 77 107.149 1210 0 0 129.937 62.05 -205.945 - 77 54.5241 1211 0 0 129.904 62.25 -206.114 - 77 119.987 1443 4 1 108.908 16.5787 -84.45 - 77 119.795 982 4 0 108.875 16.5305 -85.85 - 77 294.011 1438 3 1 107.945 15.6215 -114.45 - 77 124.896 977 3 0 107.879 15.6299 -115.85 - 77 121.56 1432 2 1 106.569 15.6942 -144.45 - 77 179.499 1431 2 1 106.55 15.7056 -144.841 - 77 131.261 978 2 0 106.504 15.7539 -145.85 - 77 132.989 1424 1 1 105.057 17.0047 -174.45 - 77 103.597 985 1 0 105.007 17.1183 -175.85 - 77 307.864 1419 0 1 104.01 19.4077 -204.45 - 77 184.726 997 0 0 103.998 19.5183 -205.85 - 77 9.46954 1418 0 1 103.917 19.3082 -204.45 - 77 156.014 1420 0 1 104.15 19.0639 -204.488 - 77 90.7966 1421 0 1 104.35 18.8721 -204.463 - 77 57.2898 992 0 0 103.192 18.5151 -205.85 - 77 146.524 991 0 0 103.089 18.4495 -206.004 - 77 211.863 1448 4 1 109.783 13.9556 -84.45 - 77 161.325 968 4 0 109.71 13.7667 -85.8501 - 77 118.575 1430 3 1 106.29 8.93121 -114.45 - 77 137.726 1423 2 1 104.91 6.69157 -144.45 - 77 194.666 931 2 0 104.683 6.43712 -145.85 - 77 304.392 1402 1 1 100.707 0.855304 -174.45 - 77 141.397 901 1 0 100.325 0.362064 -175.85 - 77 25.2328 900 1 0 100.254 0.249879 -176.149 - 77 166.168 1368 0 1 93.7752 -9.98614 -204.45 - 77 92.2477 846 0 0 93.7468 -10.7062 -205.85 - 77 38.2778 845 0 0 93.7377 -10.85 -206.133 - 77 71.9664 967 4 0 109.801 13.65 -86.1538 - 77 55.3115 966 4 0 109.997 13.45 -86.2141 - 77 280.203 985 4 0 109.25 17.1223 -85.85 - 77 149.784 1443 3 1 108.873 17.0827 -114.45 - 77 110.706 984 3 0 108.765 17.0052 -115.85 - 77 129.187 975 2 0 106.432 15.2202 -145.85 - 77 121.361 1422 1 1 104.629 13.3839 -174.45 - 77 118.319 1417 0 1 103.616 11.6962 -204.45 - 77 159.848 958 0 0 103.525 11.6616 -205.85 - 77 10.9224 1598 2 1 139.75 71.5464 -144.516 - 77 259.101 1597 2 1 139.75 71.5741 -144.451 - 77 25.2247 994 3 0 107.601 19.0419 -115.85 - 77 121.591 995 3 0 107.592 19.05 -115.914 - 77 258.172 1418 2 1 103.884 22.7598 -144.45 - 77 126.065 1013 2 0 103.748 22.6936 -145.85 - 77 104.333 1008 1 0 100.281 21.7746 -175.85 - 77 124.775 1365 0 1 93.2707 19.1478 -204.45 - 77 15.412 1364 0 1 93.1499 19.1688 -204.795 - 77 148.538 995 0 0 92.7726 19.2231 -205.851 - 77 14.9555 1444 7 1 109.15 17.2977 5.21582 - 77 137.843 988 7 0 108.658 17.6724 4.15 - 77 24.4382 989 7 0 108.455 17.85 3.81766 - 77 44.0737 1097 7 0 112.762 39.4962 3.75012 - 77 227.417 1098 7 0 112.701 39.65 3.82337 - 77 106.972 1458 7 1 111.908 39.8687 5.15 - 77 94.3269 1459 7 1 111.95 39.8129 5.23817 -Number of digits in this event = 84 +Number of tracker hits in this event = 85 + 77 108.754 751 10 1 -29.7065 80.1701 95.55 + 77 116.489 1300 10 0 -29.7076 80.1713 94.15 + 77 116.318 751 9 1 -29.733 80.1969 65.55 + 77 114.124 1300 9 0 -29.7339 80.1982 64.15 + 77 127.439 751 8 1 -29.7521 80.2288 35.55 + 77 114.224 1300 8 0 -29.7529 80.2292 34.15 + 77 133.572 751 7 1 -29.7709 80.2333 5.55 + 77 106.113 1300 7 0 -29.7708 80.2329 4.15 + 77 110.81 751 6 1 -29.7657 80.2269 -24.45 + 77 117.685 1300 6 0 -29.7653 80.2254 -25.85 + 77 452.539 751 5 1 -29.7527 80.1905 -54.45 + 77 102.991 1300 5 0 -29.7508 80.1892 -55.85 + 77 136.945 751 4 1 -29.7078 80.1682 -84.45 + 77 113.482 1300 4 0 -29.7069 80.1684 -85.85 + 77 104.64 751 3 1 -29.6879 80.1692 -114.45 + 77 120.468 1300 3 0 -29.687 80.1699 -115.85 + 77 131.408 751 2 1 -29.6669 80.1804 -144.45 + 77 108.764 1300 2 0 -29.6649 80.1823 -145.85 + 77 103.075 752 1 1 -29.6272 80.2187 -174.45 + 77 323.59 1300 1 0 -29.6272 80.2182 -175.85 + 77 166.747 752 0 1 -29.6213 80.2024 -204.45 + 77 137.399 1300 0 0 -29.6188 80.2035 -205.85 + 77 6.55773 1382 2 0 -11.2315 96.6681 -146.25 + 77 66.1097 1157 2 0 19.1788 51.6193 -146.25 + 77 54.2995 751 0 1 -29.6831 81.5451 -204.45 + 77 104.392 1310 0 0 -29.448 82.094 -205.85 + 77 105.604 1301 6 0 -29.6929 80.3384 -25.85 + 77 59.0204 749 5 1 -30.1538 82.515 -54.4501 + 77 59.9483 748 5 1 -30.25 82.6106 -54.6269 + 77 14.2385 1314 5 0 -30.8137 83.0344 -55.8507 + 77 129.163 1315 5 0 -30.8355 83.05 -55.8982 + 77 84.0844 1268 5 0 -2.2777 73.7695 -56.25 + 77 210.301 1267 5 0 -2.14353 73.65 -56.1061 + 77 30.7662 1266 5 0 -1.97153 73.45 -55.9153 + 77 32.2198 897 5 1 -0.531447 71.9409 -54.85 + 77 68.584 898 5 1 -0.449549 71.8766 -54.803 + 77 64.897 899 5 1 -0.25 71.7597 -54.7054 + 77 69.5413 900 5 1 0.05 71.6848 -54.5784 + 77 50.303 901 5 1 0.25 71.627 -54.5039 + 77 72.85 902 5 1 0.450181 71.5746 -54.4557 + 77 127.873 903 5 1 0.65 71.6998 -54.6607 + 77 53.029 1262 5 0 1.36756 72.5197 -55.85 + 77 72.0698 1263 5 0 1.45863 72.6501 -55.9725 + 77 56.7824 1264 5 0 1.58515 72.85 -56.1158 + 77 36.6672 752 5 1 -29.65 80.2186 -54.7499 + 77 123.06 1299 5 0 -29.2772 80.0362 -55.8504 + 77 114.86 807 4 1 -18.615 77.0795 -84.4505 + 77 3.64909 808 4 1 -18.4499 77.2641 -84.8393 + 77 54.2241 1288 4 0 -18.0222 77.7516 -85.85 + 77 58.1721 1289 4 0 -17.935 77.85 -86.0476 + 77 192.014 881 3 1 -3.83826 92.3555 -114.45 + 77 35.5987 1369 3 0 -3.82096 94.0375 -115.85 + 77 79.6692 1370 3 0 -3.81892 94.1502 -115.948 + 77 69.9404 1371 3 0 -3.8164 94.35 -116.141 + 77 35.2088 877 2 1 -4.63383 125.936 -144.45 + 77 453.828 876 2 1 -4.65 125.96 -144.494 + 77 161.532 1533 2 0 -5.12187 126.769 -145.85 + 77 10.8956 1534 2 0 -5.26202 126.95 -146.197 + 77 0.613156 827 1 1 -14.6473 138.182 -174.45 + 77 54.3675 826 1 1 -14.6503 138.182 -174.453 + 77 70.3213 825 1 1 -14.8503 138.228 -174.593 + 77 70.4233 824 1 1 -15.05 138.267 -174.708 + 77 195.405 1588 1 0 -16.3595 137.944 -175.85 + 77 45.2876 1587 1 0 -16.8368 137.75 -176.146 + 77 78.3977 1403 1 0 -70.62 100.852 -176.25 + 77 109.042 1402 1 0 -70.6801 100.75 -176.096 + 77 118.366 545 1 1 -70.8937 99.928 -174.85 + 77 105.492 1301 5 0 -29.7757 80.2642 -55.85 + 77 120.33 754 4 1 -29.1638 80.0419 -84.45 + 77 94.8811 1299 4 0 -29.1355 80.0386 -85.85 + 77 171.898 757 3 1 -28.5664 79.9678 -114.45 + 77 141.128 1299 3 0 -28.5265 79.9708 -115.85 + 77 106.666 762 2 1 -27.6342 79.9908 -144.45 + 77 207.742 1299 2 0 -27.5963 79.9807 -145.85 + 77 130.669 766 1 1 -26.7061 79.5742 -174.45 + 77 160.613 1297 1 0 -26.6463 79.5334 -175.85 + 77 131.402 773 0 1 -25.3719 78.6859 -204.45 + 77 145.241 1292 0 0 -25.3172 78.5766 -205.85 + 77 168.364 756 1 1 -28.8 80.3083 -174.45 + 77 107.022 1299 1 0 -28.4836 80.0276 -175.85 + 77 116.36 789 0 1 -22.1848 71.3441 -204.45 + 77 108.89 1254 0 0 -22.1745 71.0356 -205.851 + 77 226.814 755 1 1 -28.85 80.3001 -174.501 + 77 114.664 708 0 1 -38.4493 78.4037 -204.45 + 77 142.339 1291 0 0 -38.4567 78.3477 -205.851 +Number of digits in this event = 31 Using G4ParticleGun ... -8.47265 LIN +5.95472 LIN e- Event: 78 -Number of tracker hits in this event = 61 - 78 97.9261 1374 8 1 95.0652 -101.588 35.55 - 78 132.522 392 8 0 95.0644 -101.589 34.15 - 78 164.707 1374 7 1 95.046 -101.605 5.55 - 78 121.823 392 7 0 95.0444 -101.604 4.15 - 78 122.796 1374 6 1 95.0086 -101.591 -24.45 - 78 129.891 392 6 0 95.0074 -101.59 -25.85 - 78 360.578 1374 5 1 94.9867 -101.568 -54.45 - 78 350.541 392 5 0 94.9853 -101.565 -55.85 - 78 371.365 1374 4 1 94.9575 -101.511 -84.45 - 78 113.625 393 4 0 94.9562 -101.509 -85.85 - 78 135.505 1373 3 1 94.9275 -101.462 -114.45 - 78 104.156 393 3 0 94.9254 -101.459 -115.85 - 78 156.326 1373 2 1 94.8858 -101.399 -144.45 - 78 101.771 393 2 0 94.8843 -101.396 -145.85 - 78 222.119 1373 1 1 94.8495 -101.343 -174.45 - 78 124.646 394 1 0 94.847 -101.34 -175.85 - 78 372.641 1373 0 1 94.8001 -101.285 -204.45 - 78 122.024 394 0 0 94.7981 -101.283 -205.85 - 78 66.2204 1549 0 1 129.954 -152.922 -204.85 - 78 134.464 1550 0 1 130.157 -153.143 -204.45 - 78 56.2998 1551 0 1 130.35 -153.498 -204.771 - 78 1.07882 128 0 0 131.103 -154.546 -205.85 - 78 91.1752 127 0 0 131.105 -154.55 -205.854 - 78 82.7098 126 0 0 131.224 -154.75 -206.048 - 78 19.2897 125 0 0 131.344 -154.95 -206.202 - 78 8.53458 1674 0 1 155.059 -56.7493 -204.85 - 78 158.917 1375 7 1 95.15 -101.624 5.50244 - 78 148.037 1376 7 1 95.35 -101.72 5.4022 - 78 88.811 1377 7 1 95.5501 -102.03 5.36044 - 78 0.917668 1378 7 1 95.75 -102.117 5.54774 - 78 102.177 390 4 0 94.9645 -101.995 -85.85 - 78 246.981 1374 3 1 95.0078 -102.123 -114.45 - 78 166.938 390 3 0 95.0068 -102.134 -115.85 - 78 221.91 1374 2 1 95.0113 -102.309 -144.45 - 78 151.531 389 2 0 95.0134 -102.312 -145.85 - 78 525.689 1374 1 1 95.0793 -102.371 -174.45 - 78 128.782 388 1 0 95.0871 -102.377 -175.85 - 78 126.825 1375 0 1 95.2906 -102.529 -204.45 - 78 124.518 388 0 0 95.3063 -102.528 -205.85 - 78 93.7216 245 0 0 93.7604 -131.001 -206.25 - 78 88.3246 391 1 0 94.5289 -101.833 -175.85 - 78 45.7621 392 1 0 94.4575 -101.75 -176.083 - 78 157.952 1331 0 1 86.4266 -91.4038 -204.45 - 78 36.5823 1330 0 1 86.25 -91.1562 -204.758 - 78 83.2532 450 0 0 85.5383 -90.05 -205.934 - 78 55.54 451 0 0 85.4072 -89.85 -206.125 - 78 92.3908 530 2 0 108.33 -74.0107 -146.25 - 78 61.9439 531 2 0 108.495 -73.85 -145.977 - 78 77.6981 1448 2 1 109.858 -72.8137 -144.85 - 78 116.891 1447 2 1 109.75 -72.636 -144.666 - 78 189.303 392 4 0 95.0124 -101.69 -85.85 - 78 113.252 392 3 0 94.9937 -101.714 -115.85 - 78 121.574 392 2 0 94.9861 -101.645 -145.85 - 78 105.803 393 1 0 94.9531 -101.534 -175.85 - 78 138.067 393 0 0 94.8135 -101.49 -205.85 - 78 141.014 394 4 0 96.3205 -101.321 -85.85 - 78 20.9546 395 4 0 96.6649 -101.15 -85.8705 - 78 27.6068 1373 4 1 94.8831 -95.4102 -84.85 - 78 31.2996 445 4 0 94.2463 -91.1321 -85.85 - 78 169.284 1369 4 1 94.1246 -88.004 -84.85 - 78 177.223 1370 4 1 94.1501 -87.8445 -84.7133 -Number of digits in this event = 34 +Number of tracker hits in this event = 116 + 78 137.563 778 11 1 -24.3431 32.8972 125.55 + 78 147.849 1064 11 0 -24.3426 32.8974 124.15 + 78 135.567 778 10 1 -24.3334 32.9039 95.55 + 78 112.061 1064 10 0 -24.3332 32.9051 94.15 + 78 117.021 778 9 1 -24.3254 32.9262 65.55 + 78 114.167 1064 9 0 -24.3249 32.9276 64.15 + 78 394.711 778 8 1 -24.3158 32.9624 35.55 + 78 336.923 1064 8 0 -24.3149 32.9651 34.15 + 78 133.24 778 7 1 -24.2997 33.0252 5.55 + 78 405.625 1064 7 0 -24.3003 33.028 4.15 + 78 191.945 778 6 1 -24.3056 33.0909 -24.45 + 78 132.566 1065 6 0 -24.3072 33.0928 -25.85 + 78 220.177 778 5 1 -24.3437 33.1279 -54.45 + 78 114.135 1065 5 0 -24.3492 33.1265 -55.85 + 78 145.866 777 4 1 -24.4526 33.1014 -84.45 + 78 119.022 1065 4 0 -24.4578 33.0978 -85.85 + 78 140.009 777 3 1 -24.556 33.0177 -114.45 + 78 240.234 1064 3 0 -24.5602 33.0133 -115.85 + 78 292.845 777 2 1 -24.6433 32.9263 -144.45 + 78 386.079 1064 2 0 -24.6491 32.9223 -145.85 + 78 104.428 776 1 1 -24.7648 32.8452 -174.45 + 78 124.085 1063 1 0 -24.7705 32.8431 -175.85 + 78 162.633 775 0 1 -24.8968 32.7948 -204.45 + 78 320.473 1063 0 0 -24.9022 32.7936 -205.85 + 78 55.0346 776 2 1 -24.65 32.9114 -144.647 + 78 143.764 1063 2 0 -24.7186 32.8233 -145.85 + 78 122.72 767 1 1 -26.4804 30.9385 -174.45 + 78 132.687 1054 1 0 -26.6032 30.8755 -175.85 + 78 115.08 754 0 1 -29.1191 29.563 -204.45 + 78 179.141 1047 0 0 -29.1734 29.4992 -205.85 + 78 130.087 773 1 1 -25.4168 33.2503 -174.45 + 78 108.511 1066 1 0 -25.4157 33.3033 -175.85 + 78 124.945 773 0 1 -25.3463 34.3086 -204.45 + 78 139.245 1071 0 0 -25.3566 34.332 -205.85 + 78 332.319 862 1 1 -7.61868 31.0983 -174.45 + 78 52.1503 863 1 1 -7.44989 31.4867 -174.692 + 78 130.815 1058 1 0 -6.67375 31.7278 -175.85 + 78 59.1387 1057 1 0 -7.43142 31.5865 -175.85 + 78 121.881 859 1 1 -8.15328 32.0287 -174.85 + 78 4.89645 1672 2 1 154.578 -63.6878 -144.85 + 78 91.8317 1555 3 0 174.911 131.286 -116.25 + 78 28.9123 1554 3 0 175.01 131.15 -115.874 + 78 104.983 1772 3 1 174.742 130.575 -114.85 + 78 151.849 1771 3 1 174.55 130.613 -114.593 + 78 334.658 1770 3 1 174.35 130.63 -114.624 + 78 126.108 777 7 1 -24.5216 32.8722 5.55 + 78 118.849 777 6 1 -24.5696 32.5203 -24.45 + 78 115.151 1062 6 0 -24.5607 32.5053 -25.85 + 78 383.546 1061 5 0 -24.3327 32.3054 -55.85 + 78 153.492 780 4 1 -23.9347 32.2178 -84.45 + 78 126.401 1060 4 0 -23.9278 32.1856 -85.85 + 78 110.534 781 3 1 -23.7733 31.4044 -114.45 + 78 147.896 1056 3 0 -23.7441 31.3955 -115.85 + 78 111.504 783 2 1 -23.4223 31.1296 -144.45 + 78 10.7344 782 2 1 -23.45 31.119 -144.799 + 78 118.675 1055 2 0 -23.5531 31.0803 -145.85 + 78 208.016 766 1 1 -26.7275 30.3075 -174.45 + 78 213.56 1051 1 0 -26.7286 30.3032 -175.85 + 78 126.664 766 0 1 -26.741 30.4175 -204.45 + 78 103.151 1052 0 0 -26.7273 30.4516 -205.85 + 78 66.3364 786 2 1 -22.8427 31.0838 -144.637 + 78 258.716 1054 2 0 -22.846 30.968 -145.85 + 78 70.1077 748 1 1 -30.3523 21.9937 -174.45 + 78 82.7242 749 1 1 -30.2499 22.0604 -174.634 + 78 13.8486 750 1 1 -30.05 22.1387 -174.818 + 78 28.1247 1016 1 0 -28.3451 23.4342 -175.85 + 78 151.682 1017 1 0 -28.3258 23.45 -175.864 + 78 84.732 1018 1 0 -28.144 23.6501 -175.984 + 78 94.5785 1019 1 0 -27.9194 23.8508 -176.136 + 78 110.332 961 0 1 12.2898 38.0421 -204.45 + 78 157.376 1086 0 0 12.773 37.3894 -205.85 + 78 49.1132 1116 0 0 35.6809 43.3351 -206.25 + 78 92.2122 1117 0 0 35.8012 43.4501 -206.145 + 78 62.5627 1118 0 0 35.9502 43.65 -206.061 + 78 95.4887 1119 0 0 36.0771 43.8501 -206.062 + 78 61.7325 1120 0 0 36.3184 44.05 -206.178 + 78 57.5808 785 2 1 -22.85 31.0699 -144.692 + 78 22.77 1022 2 0 -4.32364 24.4647 -146.25 + 78 99.4476 1021 2 0 -4.2807 24.45 -146.173 + 78 96.5197 883 2 1 -3.39705 24.2088 -144.85 + 78 275.701 884 2 1 -3.25 24.2018 -144.657 + 78 191.589 885 2 1 -3.05 24.4533 -144.545 + 78 110.643 886 2 1 -2.84898 25.2562 -144.594 + 78 136.464 887 2 1 -2.65 25.1729 -144.54 + 78 204.374 888 2 1 -2.44992 24.9866 -144.506 + 78 1.50807 1181 0 0 -57.3069 56.25 -206.197 + 78 1.28283 780 5 1 -23.8521 31.9912 -54.85 + 78 193.371 781 5 1 -23.85 31.9904 -54.8478 + 78 242.198 780 0 1 -23.9122 29.1034 -204.45 + 78 258.302 1045 0 0 -24.1837 29.0665 -205.85 + 78 149.867 779 7 1 -24.0988 32.9256 5.55 + 78 125.24 784 6 1 -23.1678 32.3579 -24.45 + 78 115.476 1061 6 0 -23.1387 32.3279 -25.85 + 78 133.365 787 5 1 -22.5033 31.6808 -54.45 + 78 74.1396 1058 5 0 -22.4764 31.6539 -55.85 + 78 75.4532 1057 5 0 -22.4725 31.65 -56.0415 + 78 32.6763 790 4 1 -21.8599 31.1126 -84.4501 + 78 122.975 791 4 1 -21.85 31.1029 -84.4994 + 78 137.361 1054 4 0 -21.3955 30.9713 -85.8502 + 78 45.8029 852 3 1 -9.51025 30.4189 -114.45 + 78 204.673 853 3 1 -9.45 30.5407 -114.52 + 78 90.7122 854 3 1 -9.24995 30.9802 -114.758 + 78 70.7359 1065 3 0 -8.34038 33.05 -115.915 + 78 74.2371 1066 3 0 -8.24873 33.25 -116.026 + 78 100.827 1067 3 0 -8.15544 33.45 -116.125 + 78 15.3824 1068 3 0 -8.05626 33.6502 -116.228 + 78 73.9566 1000 2 1 20.1073 86.5547 -144.45 + 78 113.901 999 2 1 20.05 86.7144 -144.575 + 78 47.4213 1341 2 0 19.9974 88.3157 -145.85 + 78 71.967 1342 2 0 19.9874 88.45 -145.976 + 78 49.7551 1343 2 0 19.9443 88.6502 -146.138 + 78 17.0579 959 1 1 11.888 125.723 -174.45 + 78 49.5696 958 1 1 11.85 125.751 -174.469 + 78 40.3432 957 1 1 11.65 125.882 -174.503 + 78 1.47782 1074 2 0 146.633 34.9883 -146.25 + 78 184.707 1633 2 1 146.878 35.6415 -144.85 +Number of digits in this event = 56 Using G4ParticleGun ... -9.91149 LIN +2.4293 LIN e- Event: 79 -Number of tracker hits in this event = 68 - 79 99.313 1339 10 1 88.0466 -35.3603 95.55 - 79 250.142 723 10 0 88.0469 -35.3594 94.15 - 79 150.728 1340 9 1 88.0503 -35.3418 65.55 - 79 115.437 723 9 0 88.0495 -35.3418 64.15 - 79 115.677 1339 8 1 88.0297 -35.3432 35.55 - 79 145.612 723 8 0 88.0278 -35.3437 34.15 - 79 119.446 1339 7 1 87.9821 -35.3511 5.55 - 79 150.274 723 7 0 87.9805 -35.3513 4.15 - 79 135.627 1339 6 1 87.9491 -35.3536 -24.45 - 79 100.779 723 6 0 87.9469 -35.3527 -25.85 - 79 289.255 1339 5 1 87.9034 -35.3384 -54.45 - 79 127.815 723 5 0 87.9018 -35.3378 -55.85 - 79 316.587 1339 4 1 87.8662 -35.3189 -84.45 - 79 243.549 723 4 0 87.8643 -35.3167 -85.85 - 79 256.121 1338 3 1 87.8289 -35.2746 -114.45 - 79 191.952 723 3 0 87.8253 -35.2717 -115.85 - 79 231.221 1338 2 1 87.7479 -35.2207 -144.45 - 79 146.653 724 2 0 87.7487 -35.2205 -145.85 - 79 130.326 1338 1 1 87.7697 -35.1919 -174.45 - 79 116.392 724 1 0 87.7682 -35.1888 -175.85 - 79 116.874 1338 0 1 87.7241 -35.1183 -204.45 - 79 95.8906 724 0 0 87.7184 -35.1173 -205.85 - 79 55.9788 134 4 0 92.6071 -153.264 -86.25 - 79 16.6411 7 8 0 100.04 -178.697 33.75 - 79 131.651 6 8 0 100.028 -178.75 33.8926 - 79 3.3479 189 4 0 71.6913 -142.211 -86.25 - 79 5.17734 1450 6 1 110.29 -135.125 -24.85 - 79 113.559 1253 4 1 70.8498 -143.321 -84.8499 - 79 147.932 1252 4 1 70.65 -143.392 -84.7442 - 79 177.515 1251 4 1 70.45 -143.471 -84.4531 - 79 226.295 725 0 0 127.627 -34.9064 -206.25 - 79 1.56086 1548 0 1 129.946 -35.2687 -204.85 - 79 71.3563 1549 0 1 129.95 -35.2693 -204.848 - 79 88.8205 1550 0 1 130.15 -35.2949 -204.733 - 79 59.0513 1551 0 1 130.35 -35.319 -204.644 - 79 182.616 1552 0 1 130.55 -35.3508 -204.551 - 79 8.24667 1553 0 1 130.75 -35.3879 -204.463 - 79 63.2317 1554 0 1 130.95 -35.4969 -204.456 - 79 270.299 1555 0 1 131.15 -35.6847 -204.562 - 79 82.5842 1556 0 1 131.35 -35.8793 -204.727 - 79 49.3047 714 0 0 132.753 -37.1614 -205.85 - 79 96.6985 713 0 0 132.852 -37.25 -205.928 - 79 64.5215 712 0 0 133.095 -37.4501 -206.105 - 79 269.11 1502 0 1 120.55 -41.5931 -204.654 - 79 11.2463 1503 0 1 120.76 -41.6986 -204.45 - 79 25.6904 1338 5 1 87.85 -35.2935 -54.6751 - 79 25.3559 1782 7 0 24.0152 176.658 3.75006 - 79 199.741 1783 7 0 24.015 176.75 3.78292 - 79 13.3435 1019 7 1 23.8658 177.663 5.15011 - 79 258.545 1018 7 1 23.85 177.676 5.18107 - 79 167.103 719 3 0 87.813 -36.192 -115.85 - 79 73.9519 715 2 0 87.6544 -37.0382 -145.85 - 79 80.0768 714 2 0 87.6312 -37.05 -146.131 - 79 148.716 1325 1 1 85.2086 -38.2919 -174.45 - 79 42.9505 708 1 0 85.0742 -38.4319 -175.85 - 79 69.3092 707 1 0 85.0563 -38.45 -176.04 - 79 11.5503 1312 0 1 82.4532 -41.1962 -204.45 - 79 204.864 1311 0 1 82.45 -41.1974 -204.478 - 79 140.001 693 0 0 82.2979 -41.2726 -205.85 - 79 104.611 1594 1 1 138.95 -96.1187 -174.532 - 79 185.151 1593 1 1 138.95 -96.0467 -174.51 - 79 128.546 1340 4 1 88.05 -35.474 -84.5888 - 79 37.9795 714 4 0 88.921 -37.1465 -85.85 - 79 50.8929 713 4 0 88.9847 -37.2501 -85.9501 - 79 138.534 712 4 0 89.0538 -37.45 -86.049 - 79 102.678 711 4 0 89.1275 -37.65 -86.1025 - 79 62.399 710 4 0 89.1854 -37.85 -86.1767 - 79 7.03845 709 4 0 89.2373 -38.05 -86.2423 -Number of digits in this event = 33 +Number of tracker hits in this event = 41 + 79 216.427 929 10 1 5.90294 -95.5048 95.55 + 79 145.719 423 10 0 5.90023 -95.5037 94.15 + 79 117.758 928 9 1 5.84932 -95.4983 65.55 + 79 117.854 423 9 0 5.84445 -95.501 64.15 + 79 106.861 928 8 1 5.73357 -95.5732 35.55 + 79 120.579 422 8 0 5.7274 -95.5785 34.15 + 79 119.359 927 7 1 5.59356 -95.6852 5.55 + 79 104.689 422 7 0 5.58369 -95.7017 4.15 + 79 108.261 926 6 1 5.39549 -96.0303 -24.45 + 79 116.13 420 6 0 5.38383 -96.045 -25.85 + 79 421.713 925 5 1 5.14841 -96.3518 -54.45 + 79 123.127 418 5 0 5.13653 -96.3666 -55.85 + 79 140.753 924 4 1 4.89775 -96.6629 -84.45 + 79 108.806 417 4 0 4.88402 -96.6729 -85.85 + 79 139.007 922 3 1 4.53574 -96.9112 -114.45 + 79 123.698 416 3 0 4.50235 -96.9328 -115.85 + 79 94.8969 919 2 1 3.8615 -97.3482 -144.45 + 79 126.275 918 2 1 3.85 -97.3505 -144.761 + 79 99.911 413 2 0 3.81184 -97.3587 -145.85 + 79 115.033 913 1 1 2.82605 -97.5224 -174.45 + 79 110.881 413 1 0 2.79063 -97.4804 -175.85 + 79 136.103 910 0 1 2.08094 -96.6051 -204.45 + 79 106.052 417 0 0 2.03324 -96.5685 -205.85 + 79 132.689 272 1 0 70.3885 -125.711 -176.25 + 79 190.14 909 0 1 2.04973 -96.62 -204.748 + 79 73.5367 536 2 0 162.265 -72.6985 -146.25 + 79 40.2218 415 3 0 4.5016 -96.9505 -116.202 + 79 17.5515 555 3 0 -33.4833 -68.8774 -116.25 + 79 126.332 556 3 0 -33.4904 -68.85 -116.235 + 79 2.95771 1101 5 1 40.2937 -162.877 -54.85 + 79 159.918 1102 5 1 40.4502 -162.975 -54.6973 + 79 61.8211 375 0 0 -23.427 -104.971 -206.25 + 79 38.8032 374 0 0 -23.5515 -105.15 -206.148 + 79 283.011 558 1 0 -140.506 -68.3865 -176.25 + 79 155.837 1723 11 1 164.779 -95.1576 125.15 + 79 289.764 1248 4 1 69.65 -15.6874 -84.6965 + 79 30.246 1139 7 1 47.9069 -87.6597 5.15 + 79 167.93 1138 7 1 47.85 -87.8495 5.38667 + 79 238.423 1144 0 1 48.9291 -99.8024 -204.85 + 79 18.2044 930 10 1 6.05014 -95.6006 95.185 + 79 222.08 419 10 0 7.41926 -96.1628 94.1499 +Number of digits in this event = 23 Using G4ParticleGun ... -4.4526 LIN +7.72388 LIN e- Event: 80 -Number of tracker hits in this event = 134 - 80 125.171 473 9 1 -85.3189 83.28 65.55 - 80 104.035 1316 9 0 -85.3226 83.2775 64.15 - 80 437.198 473 8 1 -85.3932 83.2284 35.55 - 80 124.985 1315 8 0 -85.3901 83.2265 34.15 - 80 311.921 473 7 1 -85.3161 83.1715 5.55 - 80 144.845 1315 7 0 -85.3153 83.1651 4.15 - 80 150.502 473 6 1 -85.3063 83.0139 -24.45 - 80 234.868 1314 6 0 -85.3071 83.0075 -25.85 - 80 187.27 473 5 1 -85.3687 82.8611 -54.45 - 80 108.156 1314 5 0 -85.3733 82.8522 -55.85 - 80 8.01418 1313 5 0 -85.3744 82.85 -56.2065 - 80 140.751 472 4 1 -85.4583 82.7549 -84.45 - 80 245.435 1313 4 0 -85.4639 82.7468 -85.85 - 80 227.279 472 3 1 -85.5562 82.5728 -114.45 - 80 237.322 1312 3 0 -85.5636 82.5585 -115.85 - 80 110.3 471 2 1 -85.7097 82.2635 -144.45 - 80 113.511 1311 2 0 -85.7134 82.2531 -145.85 - 80 112.073 471 1 1 -85.7725 82.0401 -174.45 - 80 181.716 1309 1 0 -85.7698 82.0386 -175.85 - 80 382.677 471 0 1 -85.7157 81.997 -204.45 - 80 115.859 1309 0 0 -85.7154 81.989 -205.85 - 80 80.5818 1294 0 0 -178.996 79.05 -206.236 - 80 227.206 477 2 1 -84.5752 82.2909 -144.45 - 80 170.807 1312 2 0 -84.6899 82.45 -145.886 - 80 90.8841 462 1 1 -87.5817 85.7728 -174.45 - 80 47.169 461 1 1 -87.65 85.8159 -174.682 - 80 114.612 1330 1 0 -87.9998 86.0514 -175.85 - 80 173.666 418 0 1 -96.4365 91.6204 -204.45 - 80 5.12297 417 0 1 -96.55 91.7095 -204.834 - 80 11.4158 1358 0 0 -96.8331 91.9398 -205.85 - 80 108.068 1359 0 0 -96.8454 91.95 -205.895 - 80 123.395 1310 2 0 -84.478 82.2315 -145.85 - 80 228.48 486 1 1 -82.751 81.5954 -174.45 - 80 98.988 1308 1 0 -82.5918 81.6586 -175.85 - 80 110.929 504 0 1 -79.116 82.3678 -204.45 - 80 656.346 1313 0 0 -78.9367 82.7136 -205.85 - 80 41.9797 643 13 1 -51.3005 -81.4834 185.15 - 80 262.674 1316 8 0 -85.3092 83.2919 34.15 - 80 308.992 1316 7 0 -85.2664 83.2806 4.15 - 80 283.418 474 6 1 -85.1724 83.2763 -24.45 - 80 219.365 1316 6 0 -85.1635 83.2866 -25.85 - 80 139.053 475 5 1 -85.002 83.5087 -54.45 - 80 270.643 1317 5 0 -84.9978 83.5178 -55.85 - 80 129.689 475 4 1 -84.9287 83.6924 -84.45 - 80 117.729 1318 4 0 -84.9296 83.7014 -85.85 - 80 81.8821 475 3 1 -84.959 83.9075 -114.45 - 80 153.137 1319 3 0 -84.9527 83.923 -115.85 - 80 115.96 476 2 1 -84.8225 84.1137 -144.45 - 80 103.427 1320 2 0 -84.8178 84.1141 -145.85 - 80 157.518 476 1 1 -84.7287 84.0967 -174.45 - 80 121.201 1320 1 0 -84.7114 84.0779 -175.85 - 80 115.037 478 0 1 -84.4059 83.6844 -204.45 - 80 113.967 1318 0 0 -84.3996 83.6595 -205.85 - 80 52.4239 617 2 1 -56.65 105.436 -144.806 - 80 15.861 1387 0 0 -150.674 97.696 -206.25 - 80 112.785 1540 1 0 -149.09 128.15 -176.179 - 80 246.936 474 4 1 -85.2394 83.4057 -84.45 - 80 239.777 1316 4 0 -85.2734 83.4117 -85.85 - 80 115.909 470 3 1 -85.9484 83.3835 -114.45 - 80 122.856 1316 3 0 -85.9571 83.3108 -115.85 - 80 72.3835 498 2 1 -80.3033 82.8221 -144.45 - 80 44.8894 499 2 1 -80.25 82.82 -144.688 - 80 153.463 1313 2 0 -79.961 82.8006 -145.85 - 80 138.293 536 1 1 -72.7992 82.5282 -174.45 - 80 271.949 1312 1 0 -72.4835 82.5569 -175.85 - 80 57.0794 566 0 1 -66.6904 83.6138 -204.45 - 80 109.807 567 0 1 -66.65 83.6604 -204.663 - 80 129.381 1319 0 0 -66.4241 83.9175 -205.85 - 80 213.655 1336 1 0 -78.0849 87.3994 -176.25 - 80 23.6766 1359 1 0 -70.3989 92.0997 -176.25 - 80 59.483 1091 4 0 139.303 38.45 -86.0526 - 80 200.081 1313 3 0 -85.7166 82.739 -115.85 - 80 331.565 448 2 1 -90.3773 85.1528 -144.45 - 80 147.661 1327 2 0 -90.5872 85.628 -145.85 - 80 101.677 1328 2 0 -90.5965 85.6501 -145.915 - 80 89.0123 424 1 1 -95.3066 95.6474 -174.45 - 80 67.7807 423 1 1 -95.35 95.8159 -174.665 - 80 61.3431 1383 1 0 -95.5714 96.808 -175.85 - 80 81.8082 1384 1 0 -95.6022 96.95 -176.016 - 80 1.0671 1385 1 0 -95.6424 97.15 -176.246 - 80 9.90514 397 0 1 -100.738 122.067 -204.45 - 80 211.211 396 0 1 -100.75 122.102 -204.473 - 80 12.4759 395 0 1 -100.95 122.703 -204.818 - 80 28.0011 1521 0 0 -101.511 124.451 -205.85 - 80 91.4109 1522 0 0 -101.542 124.55 -205.908 - 80 72.3695 1523 0 0 -101.606 124.75 -206.027 - 80 62.7389 1524 0 0 -101.673 124.95 -206.152 - 80 32.0818 1513 1 0 -93.8986 122.854 -176.25 - 80 1.28444 380 1 1 -103.95 136.487 -174.69 - 80 131.105 1324 2 0 -90.2983 84.9842 -145.85 - 80 459.474 1325 2 0 -90.1834 85.05 -146.16 - 80 98.2343 1326 2 0 -90.2298 85.2503 -146.214 - 80 3.24431 444 2 1 -91.3446 85.0137 -144.85 - 80 115.975 443 2 1 -91.3501 85.0095 -144.84 - 80 329.624 442 2 1 -91.55 85.0334 -144.641 - 80 1.09397 447 2 1 -90.5501 85.212 -144.847 - 80 131.926 1329 2 0 -92.1492 85.85 -145.882 - 80 463.492 1701 2 0 -114.351 160.421 -146.25 - 80 124.645 476 5 1 -84.7386 83.5336 -54.45 - 80 127.902 478 4 1 -84.3251 83.9599 -84.45 - 80 109.917 1319 4 0 -84.3011 83.9903 -85.85 - 80 110.608 481 3 1 -83.7937 84.556 -114.45 - 80 167.744 1322 3 0 -83.7717 84.5809 -115.85 - 80 102.855 483 2 1 -83.395 85.0846 -144.45 - 80 253.236 488 1 1 -82.3927 86.3319 -174.45 - 80 148.044 1331 1 0 -82.386 86.4 -175.85 - 80 92.6896 488 0 1 -82.3406 87.7582 -204.45 - 80 104.31 1339 0 0 -82.3833 87.8884 -205.85 - 80 64.7842 485 1 1 -83.0381 86.3321 -174.45 - 80 72.3485 487 1 1 -82.6495 86.1574 -174.629 - 80 43.4594 489 1 1 -82.25 86.0124 -174.656 - 80 72.9489 490 1 1 -82.05 85.968 -174.698 - 80 52.4322 491 1 1 -81.8497 85.9554 -174.75 - 80 57.7688 492 1 1 -81.65 85.8947 -174.785 - 80 184.647 1324 1 0 -77.4273 85.0004 -175.85 - 80 185.748 1323 1 0 -76.8949 84.85 -176.032 - 80 20.2456 1008 1 0 -68.0695 21.7121 -176.25 - 80 113.585 1007 1 0 -68.0914 21.65 -176.213 - 80 51.3727 1006 1 0 -68.1372 21.4498 -175.996 - 80 5.33107 549 1 1 -70.2351 20.7098 -174.85 - 80 78.7683 548 1 1 -70.2504 20.7059 -174.842 - 80 75.9245 547 1 1 -70.45 20.5736 -174.775 - 80 90.0499 546 1 1 -70.65 20.4207 -174.755 - 80 147.353 545 1 1 -70.85 20.4161 -174.655 - 80 164.441 544 1 1 -71.05 20.4616 -174.585 - 80 106.84 1002 1 0 -72.836 20.5094 -175.85 - 80 191.848 1001 1 0 -72.9605 20.45 -175.986 - 80 178.99 484 1 1 -83.1598 85.9467 -174.45 - 80 106.463 1328 1 0 -83.3067 85.7986 -175.85 - 80 0.309994 467 0 1 -86.6493 82.7499 -204.45 - 80 167.691 466 0 1 -86.6501 82.7499 -204.454 - 80 247.159 1324 4 0 -85.2746 84.9719 -85.85 - 80 142.224 1325 4 0 -85.4981 85.05 -86.1881 - 80 22.9706 1485 7 0 -142.077 117.213 3.75 -Number of digits in this event = 64 +Number of tracker hits in this event = 78 + 80 285.217 484 9 1 -83.1666 98.5525 65.55 + 80 237.864 1392 9 0 -83.1674 98.5524 64.15 + 80 147.887 484 8 1 -83.1789 98.5504 35.55 + 80 175.48 1392 8 0 -83.1805 98.5503 34.15 + 80 142.456 484 7 1 -83.2137 98.5478 5.55 + 80 162.966 1391 7 0 -83.2148 98.5466 4.15 + 80 204.818 484 6 1 -83.2385 98.5233 -24.45 + 80 173.591 1391 6 0 -83.2395 98.5218 -25.85 + 80 166.847 483 5 1 -83.2599 98.4887 -54.45 + 80 175.153 1391 5 0 -83.2609 98.4897 -55.85 + 80 174.832 483 4 1 -83.2818 98.5083 -84.45 + 80 173.631 1391 4 0 -83.2821 98.5088 -85.85 + 80 125.595 483 3 1 -83.2842 98.529 -114.45 + 80 122.479 1391 3 0 -83.2846 98.5313 -115.85 + 80 122.376 483 2 1 -83.2838 98.5694 -144.45 + 80 117.173 1392 2 0 -83.2811 98.5715 -145.85 + 80 131.305 484 1 1 -83.2302 98.6164 -174.45 + 80 126.569 1392 1 0 -83.2288 98.6195 -175.85 + 80 308.132 484 0 1 -83.1893 98.6848 -204.45 + 80 182.561 1392 0 0 -83.187 98.6903 -205.85 + 80 4.04791 1121 2 0 -48.0331 44.2634 -146.25 + 80 58.3307 1120 2 0 -48.04 44.25 -146.245 + 80 32.1895 555 2 0 -81.1758 -69.0356 -146.25 + 80 51.8451 554 2 0 -81.164 -69.05 -146.234 + 80 129.498 1439 7 0 1.22815 108.073 3.75 + 80 40.127 903 7 1 0.689466 108.186 5.15 + 80 77.1878 902 7 1 0.649961 108.228 5.273 + 80 109.108 1394 0 0 -83.1605 99.0409 -205.85 + 80 56.9205 1395 0 0 -83.2159 99.15 -206.208 + 80 64.5337 1380 0 0 -89.87 96.1937 -206.25 + 80 84.308 1379 0 0 -89.9049 96.15 -206.125 + 80 7.47732 1378 0 0 -90.1691 95.95 -205.852 + 80 10.8766 380 0 1 -104.105 88.1879 -204.85 + 80 22.7657 379 0 1 -104.15 88.1627 -204.848 + 80 26.4415 1329 0 0 -106.959 85.9083 -205.85 + 80 91.9779 1328 0 0 -107.037 85.85 -205.875 + 80 127.697 1327 0 0 -107.212 85.6494 -205.92 + 80 77.0717 1326 0 0 -107.324 85.45 -206.008 + 80 77.5296 1325 0 0 -107.471 85.2499 -206.135 + 80 26.8179 1324 0 0 -107.537 85.05 -206.222 + 80 198.093 1247 0 0 -102.85 69.5482 -206.25 + 80 211.299 386 0 1 -102.76 69.6312 -204.85 + 80 200.52 385 0 1 -102.95 69.6763 -204.504 + 80 150.894 485 8 1 -83.011 100.213 35.5495 + 80 121.479 1399 8 0 -82.9319 100.041 34.15 + 80 156.879 498 7 1 -80.3861 96.1536 5.54936 + 80 123.4 1380 7 0 -79.9529 96.1762 4.14995 + 80 117.709 519 6 1 -76.0612 97.6098 -24.45 + 80 157.771 1389 6 0 -76.2869 98.0492 -25.8504 + 80 1.04768 1390 6 0 -76.3625 98.15 -26.2433 + 80 227.342 482 5 1 -83.45 103.514 -54.6031 + 80 129.037 1416 5 0 -83.8283 103.397 -55.85 + 80 153.616 439 4 1 -92.1948 102.359 -84.45 + 80 51.0672 1413 4 0 -92.1111 102.888 -85.85 + 80 55.283 1414 4 0 -92.0938 102.95 -86.0322 + 80 51.8101 447 3 1 -90.6125 112.892 -114.45 + 80 86.5803 448 3 1 -90.5499 112.879 -114.576 + 80 186.534 1462 3 0 -89.8748 112.721 -115.85 + 80 123.897 582 2 1 -63.5128 104.082 -144.451 + 80 9.29221 581 2 1 -63.65 104.023 -144.808 + 80 181.915 1418 2 0 -63.9503 103.868 -145.85 + 80 119.048 1401 2 0 -37.7545 100.372 -146.25 + 80 14.2693 1402 2 0 -37.5051 100.55 -145.897 + 80 227.504 713 2 1 -37.3528 101.166 -144.85 + 80 19.5586 1303 5 0 -76.6246 80.779 -55.85 + 80 313.507 1255 5 0 -92.1468 71.069 -56.25 + 80 0.92218 429 5 1 -94.3482 71.3204 -54.85 + 80 350.455 428 5 1 -94.3501 71.3204 -54.8491 + 80 37.0898 427 5 1 -94.5501 71.6272 -54.4804 + 80 123.426 1391 9 0 -82.9426 98.4234 64.1491 + 80 214.138 467 8 1 -86.5507 101.608 35.5499 + 80 44.7922 1397 8 0 -86.8694 99.6855 34.15 + 80 73.0487 1396 8 0 -86.9034 99.55 34.0423 + 80 150.467 1395 8 0 -86.9803 99.35 33.8786 + 80 9.64634 1034 8 0 -38.2254 26.8571 33.75 + 80 22.012 1033 8 0 -38.1921 26.85 33.7653 + 80 3.58531 599 8 0 -39.7099 -60.0717 33.7501 + 80 38.284 1394 8 0 -87.0008 99.15 33.7644 +Number of digits in this event = 44 Using G4ParticleGun ... -5.5991 LIN +3.72583 LIN e- Event: 81 -Number of tracker hits in this event = 93 - 81 126.642 1549 8 1 129.984 43.7064 35.55 - 81 112.194 1118 8 0 129.983 43.705 34.15 - 81 114.46 1549 7 1 129.965 43.6801 5.55 - 81 96.0531 1118 7 0 129.964 43.6782 4.15 - 81 146.44 1548 6 1 129.949 43.6426 -24.45 - 81 108.582 1117 6 0 129.945 43.6389 -25.85 - 81 98.1617 1548 5 1 129.861 43.5634 -54.45 - 81 195.888 1117 5 0 129.856 43.5607 -55.85 - 81 361.453 1547 4 1 129.748 43.5088 -84.45 - 81 534.617 1117 4 0 129.742 43.507 -85.85 - 81 195.752 1547 3 1 129.603 43.4704 -114.45 - 81 122.963 1117 3 0 129.596 43.467 -115.85 - 81 125.111 1546 2 1 129.446 43.3915 -144.45 - 81 408.782 1116 2 0 129.438 43.3893 -145.85 - 81 387.929 1545 1 1 129.268 43.3432 -174.45 - 81 121.698 1116 1 0 129.258 43.3392 -175.85 - 81 358.582 1544 0 1 129.038 43.2625 -204.45 - 81 384.447 1116 0 0 129.029 43.2577 -205.85 - 81 83.5032 29 3 0 22.4651 -174.15 -116.053 - 81 302.923 1545 0 1 129.222 43.3876 -204.45 - 81 118.461 1545 3 1 129.309 42.864 -114.45 - 81 109.309 1114 3 0 129.241 42.9299 -115.85 - 81 148.955 1538 2 1 127.83 44.3396 -144.45 - 81 123.603 1121 2 0 127.904 44.3087 -145.85 - 81 152.91 1115 1 0 129.306 43.1403 -175.85 - 81 2.72071 1543 0 1 128.949 40.2459 -204.45 - 81 135.741 1100 0 0 129.071 40.1338 -205.85 - 81 111.899 1537 0 1 127.57 42.6464 -204.45 - 81 121.875 1114 0 0 127.537 42.8529 -205.85 - 81 260.055 1548 4 1 129.75 43.4822 -84.522 - 81 47.3322 1114 4 0 129.907 42.9154 -85.85 - 81 75.4801 1113 4 0 129.924 42.85 -85.9975 - 81 160.781 1563 3 1 132.875 28.1162 -114.45 - 81 66.0265 1564 3 1 132.95 28.0427 -114.776 - 81 137.892 1038 3 0 133.196 27.7091 -115.85 - 81 47.9127 1037 3 0 133.239 27.65 -116.066 - 81 0.585633 1583 2 1 136.946 18.5347 -144.45 - 81 86.2903 1584 2 1 136.95 18.5358 -144.451 - 81 46.1655 1585 2 1 137.15 18.5529 -144.492 - 81 78.5814 1586 2 1 137.35 18.5516 -144.54 - 81 80.6678 1587 2 1 137.55 18.5412 -144.611 - 81 63.8548 1588 2 1 137.75 18.5519 -144.714 - 81 17.1687 1589 2 1 137.95 18.6045 -144.824 - 81 55.2968 995 2 0 139.539 19.1739 -145.85 - 81 166.092 996 2 0 139.701 19.2504 -145.965 - 81 100.987 1565 3 1 133.15 28.0931 -114.528 - 81 55.3933 1039 3 0 133.345 27.8661 -115.85 - 81 96.3224 1551 3 1 130.382 43.6682 -114.45 - 81 164.228 1118 3 0 130.35 43.6559 -115.85 - 81 121.427 1548 2 1 129.828 43.2132 -144.45 - 81 126.848 1115 2 0 129.791 43.1695 -145.85 - 81 153.299 1544 1 1 129.15 42.3182 -174.513 - 81 83.5572 1110 1 0 129.062 42.097 -175.85 - 81 39.4581 1109 1 0 129.042 42.0499 -176.12 - 81 144.172 1535 0 1 127.276 37.3115 -204.45 - 81 75.5861 1085 0 0 127.149 37.0925 -205.85 - 81 35.5444 1084 0 0 127.114 37.05 -206.106 - 81 123.275 1116 4 0 129.565 43.4444 -85.85 - 81 17.1679 1528 3 1 125.757 41.9621 -114.45 - 81 102.015 1527 3 1 125.75 41.9566 -114.516 - 81 33.0337 1109 3 0 125.559 41.8603 -115.85 - 81 62.5199 1108 3 0 125.537 41.85 -116.001 - 81 172.032 1502 2 1 120.686 39.4614 -144.45 - 81 137.837 1094 2 0 120.593 39.006 -145.85 - 81 124.186 1498 1 1 119.886 30.3937 -174.45 - 81 228.498 1049 1 0 119.864 29.9935 -175.85 - 81 283.354 1497 0 1 119.655 22.7331 -204.45 - 81 143.768 1011 0 0 119.467 22.3442 -205.85 - 81 39.8229 1496 0 1 119.55 22.7993 -204.686 - 81 61.4796 1017 0 0 118.811 23.5549 -205.85 - 81 138.511 1018 0 0 118.703 23.65 -206.013 - 81 51.7343 1048 1 0 119.831 29.85 -176.143 - 81 110.577 1547 2 1 129.55 43.3545 -144.526 - 81 492.545 1473 1 1 114.86 42.5466 -174.45 - 81 320.277 1472 1 1 114.75 43.1124 -174.648 - 81 94.6425 1471 1 1 114.55 43.7197 -174.783 - 81 171.993 1470 1 1 114.35 44.037 -174.733 - 81 351.497 1469 1 1 114.15 44.6174 -174.72 - 81 9.94308 1142 1 0 114.386 48.6113 -175.85 - 81 78.9091 1143 1 0 114.39 48.6501 -175.858 - 81 55.9294 1144 1 0 114.422 48.85 -175.915 - 81 66.8932 1145 1 0 114.422 49.05 -175.984 - 81 63.2346 1146 1 0 114.419 49.25 -176.061 - 81 58.8214 1147 1 0 114.476 49.4501 -176.141 - 81 35.9261 1148 1 0 114.537 49.65 -176.201 - 81 113.063 1702 0 1 160.686 118.933 -204.451 - 81 24.5754 1701 0 1 160.55 119.021 -204.79 - 81 141.721 1494 0 0 160.586 119.031 -205.85 - 81 104.033 1468 0 0 157.321 113.913 -206.25 - 81 77.1334 1467 0 0 157.336 113.75 -206.003 - 81 76.4395 1690 0 1 158.201 113.312 -204.85 - 81 408.06 1691 0 1 158.35 113.235 -204.682 - 81 111.713 1692 0 1 158.55 112.831 -204.808 -Number of digits in this event = 45 +Number of tracker hits in this event = 23 + 81 115.204 733 10 1 -33.3717 91.5542 95.55 + 81 119.466 1357 10 0 -33.372 91.5521 94.15 + 81 136.151 733 9 1 -33.3751 91.5158 65.55 + 81 436.801 1356 9 0 -33.3763 91.5142 64.15 + 81 208.061 733 8 1 -33.3991 91.4796 35.55 + 81 159.025 1356 8 0 -33.4024 91.4807 34.15 + 81 131.316 732 7 1 -33.4752 91.5071 5.55 + 81 93.6576 1356 7 0 -33.4761 91.5058 4.15 + 81 164.87 732 6 1 -33.4985 91.4832 -24.45 + 81 151.045 1356 6 0 -33.5012 91.4771 -25.85 + 81 126.267 732 5 1 -33.5564 91.3315 -54.45 + 81 165.116 1355 5 0 -33.5586 91.3179 -55.85 + 81 117.877 732 4 1 -33.5808 91.0416 -84.45 + 81 104.599 1354 4 0 -33.5801 91.0322 -85.85 + 81 188.044 732 3 1 -33.5689 90.8664 -114.45 + 81 116.207 1353 3 0 -33.5679 90.8596 -115.85 + 81 100.438 732 2 1 -33.5542 90.7068 -144.45 + 81 116.622 1352 2 0 -33.557 90.6963 -145.85 + 81 150.78 732 1 1 -33.6123 90.4538 -174.45 + 81 108.934 1351 1 0 -33.6139 90.444 -175.85 + 81 105.043 732 0 1 -33.6305 90.2417 -204.45 + 81 136.261 1350 0 0 -33.6288 90.2349 -205.85 + 81 40.6603 732 9 1 -33.45 91.4499 65.1994 +Number of digits in this event = 15 Using G4ParticleGun ... -4.22362 LIN +2.93842 LIN e- Event: 82 -Number of tracker hits in this event = 82 - 82 374.34 1519 7 1 124.08 81.1711 5.55 - 82 222.555 1305 7 0 124.084 81.1707 4.15 - 82 261.243 1520 6 1 124.189 81.1706 -24.45 - 82 251.637 1305 6 0 124.191 81.1702 -25.85 - 82 111.029 1520 5 1 124.198 81.1699 -54.45 - 82 252.648 1305 5 0 124.195 81.1675 -55.85 - 82 118.801 1519 4 1 124.119 81.1217 -84.45 - 82 277.224 1305 4 0 124.116 81.1127 -85.85 - 82 156.224 1519 3 1 124.046 80.9469 -114.45 - 82 176.29 1304 3 0 124.043 80.9393 -115.85 - 82 148.325 1519 2 1 123.963 80.7706 -144.45 - 82 105.203 1303 2 0 123.967 80.7561 -145.85 - 82 112.142 1519 1 1 124.037 80.4738 -174.45 - 82 123.298 1302 1 0 124.038 80.4604 -175.85 - 82 175.523 1519 0 1 124.06 80.1968 -204.45 - 82 115.773 1300 0 0 124.065 80.1822 -205.85 - 82 107.815 1230 1 0 100.727 66.1921 -176.25 - 82 29.5208 1398 1 1 99.8709 67.1477 -174.85 - 82 75.8521 1241 1 0 98.5698 68.3974 -175.85 - 82 87.0131 1242 1 0 98.542 68.45 -175.935 - 82 108.886 1304 7 0 123.895 81.0301 4.14961 - 82 127.074 1509 6 1 121.951 78.68 -24.45 - 82 129.55 1293 6 0 122.19 78.718 -25.8502 - 82 12.9518 1523 5 1 124.759 76.8683 -54.4501 - 82 200.857 1522 5 1 124.75 76.8507 -54.5226 - 82 118.18 1282 5 0 124.621 76.5299 -55.8502 - 82 55.1152 1281 5 0 124.591 76.45 -56.1854 - 82 145.12 1508 4 1 121.851 70.1861 -84.45 - 82 121.62 1250 4 0 121.772 70.1086 -85.85 - 82 150.584 1500 3 1 120.274 68.5651 -114.45 - 82 36.868 1243 3 0 120.074 68.8285 -115.85 - 82 94.7887 1244 3 0 120.06 68.85 -115.96 - 82 111.829 1479 2 1 116.005 74.2581 -144.45 - 82 169.098 1271 2 0 115.974 74.329 -145.85 - 82 29.8116 1465 1 1 113.154 76.8627 -174.45 - 82 145.964 1464 1 1 113.15 76.8604 -174.559 - 82 109.622 1283 1 0 113.099 76.8473 -175.85 - 82 117.396 1468 0 1 113.912 75.5317 -204.451 - 82 148.105 1277 0 0 113.812 75.6274 -205.85 - 82 190.467 1278 0 0 113.813 75.65 -205.989 - 82 126.451 1284 1 0 113.088 76.85 -175.918 - 82 19.2144 1015 2 0 120.037 23.0922 -146.25 - 82 60.551 1014 2 0 120.045 23.0499 -146.227 - 82 68.1106 1013 2 0 120.124 22.8497 -146.2 - 82 113.523 1525 4 1 125.155 81.2193 -84.45 - 82 130.658 1527 3 1 125.68 81.2895 -114.45 - 82 122.549 1306 3 0 125.702 81.2888 -115.85 - 82 101.729 1529 2 1 126.106 81.3048 -144.45 - 82 375.328 1306 2 0 126.114 81.3102 -145.85 - 82 167.045 1530 1 1 126.323 81.4137 -174.45 - 82 104.411 1306 1 0 126.34 81.4155 -175.85 - 82 125.533 1532 0 1 126.682 81.4834 -204.45 - 82 121.579 1307 0 0 126.7 81.4874 -205.85 - 82 19.2755 1326 0 0 132.909 85.4408 -206.25 - 82 125.284 1565 0 1 133.275 85.5117 -204.85 - 82 88.5173 1566 0 1 133.35 85.4189 -204.757 - 82 32.1633 1305 1 0 126.741 81.1791 -175.85 - 82 219.616 1521 2 1 124.38 81.376 -144.45 - 82 147.394 1521 1 1 124.477 81.7335 -174.45 - 82 231.611 1308 1 0 124.468 81.7566 -175.85 - 82 102.974 1520 0 1 124.264 82.2445 -204.45 - 82 110.637 1311 0 0 124.254 82.2857 -205.85 - 82 34.3338 1309 1 0 124.453 81.85 -176.125 - 82 21.1427 1563 1 1 132.795 76.5575 -174.45 - 82 105.636 1562 1 1 132.75 76.4956 -174.492 - 82 87.5276 1561 1 1 132.55 76.1936 -174.699 - 82 41.2098 1273 1 0 131.58 74.7433 -175.85 - 82 80.5387 1272 1 0 131.511 74.6499 -175.929 - 82 90.5437 1271 1 0 131.341 74.45 -176.096 - 82 10.18 1270 1 0 131.174 74.25 -176.237 - 82 43.3125 1317 0 1 83.6307 18.5292 -204.45 - 82 123.925 1318 0 1 83.6502 18.4544 -204.533 - 82 53.8342 983 0 0 84.6408 16.7963 -205.85 - 82 106.333 982 0 0 84.7324 16.65 -205.964 - 82 66.3118 981 0 0 84.8854 16.45 -206.211 - 82 90.6506 835 0 0 105.043 -12.9469 -206.25 - 82 94.7278 834 0 0 105.17 -13.0501 -206.1 - 82 112.59 1427 0 1 105.707 -13.7081 -204.85 - 82 147.707 1510 1 1 122.204 84.8622 -174.45 - 82 145.24 1323 1 0 122.098 84.7884 -175.85 - 82 124.193 1508 0 1 121.765 85.7825 -204.45 - 82 126.517 1328 0 0 121.913 85.7037 -205.85 -Number of digits in this event = 39 +Number of tracker hits in this event = 59 + 82 100.432 1059 11 1 31.8777 49.6803 125.55 + 82 128.336 1148 11 0 31.8778 49.6808 124.15 + 82 132.679 1059 10 1 31.8804 49.7008 95.55 + 82 250.041 1148 10 0 31.8812 49.7012 94.15 + 82 120.135 1059 9 1 31.898 49.7123 65.55 + 82 148.738 1148 9 0 31.897 49.7124 64.15 + 82 109.731 1059 8 1 31.8747 49.7128 35.55 + 82 115.435 1148 8 0 31.8745 49.7107 34.15 + 82 159.815 1059 7 1 31.8794 49.6685 5.55 + 82 110.135 1148 7 0 31.8793 49.6695 4.15 + 82 121.186 1059 6 1 31.8852 49.6834 -24.45 + 82 325.04 1148 6 0 31.886 49.6874 -25.85 + 82 251.859 1059 5 1 31.8862 49.7573 -54.45 + 82 132.299 1148 5 0 31.8864 49.7633 -55.85 + 82 393.269 1059 4 1 31.8862 49.8882 -84.45 + 82 382.436 1149 4 0 31.8857 49.8954 -85.85 + 82 151.932 1059 3 1 31.8852 50.0358 -114.45 + 82 113.639 1149 3 0 31.885 50.0405 -115.85 + 82 129.627 1059 2 1 31.8896 50.1397 -144.45 + 82 330.383 1150 2 0 31.8861 50.1445 -145.85 + 82 153.326 1058 1 1 31.8245 50.2512 -174.45 + 82 133.708 1151 1 0 31.8201 50.2569 -175.85 + 82 232.074 1058 0 1 31.7443 50.4279 -204.45 + 82 151.623 1151 0 0 31.7448 50.4379 -205.85 + 82 43.7555 397 3 1 -100.55 143.498 -114.789 + 82 74.2626 396 3 1 -100.75 143.631 -114.623 + 82 237.877 395 3 1 -100.95 143.681 -114.605 + 82 226.953 394 3 1 -101.15 143.517 -114.607 + 82 84.1115 1149 2 0 32.13 50.05 -146.122 + 82 40.1595 1148 4 0 32.0423 49.85 -86.1102 + 82 170.804 949 4 0 -11.5993 9.97011 -86.25 + 82 149.407 842 4 1 -11.6081 9.72486 -84.85 + 82 0.41603 841 4 1 -11.65 9.49816 -84.8489 + 82 12.2573 945 4 0 -12.3522 9.247 -85.85 + 82 338.263 946 4 0 -12.3726 9.25 -85.897 + 82 108.395 1043 3 1 28.8241 53.8442 -114.45 + 82 188.496 1170 3 0 28.7302 54.123 -115.85 + 82 122.172 1033 2 1 26.752 59.0212 -144.451 + 82 131.24 1195 2 0 26.6733 59.1855 -145.85 + 82 340.019 1020 1 1 24.1856 63.1597 -174.451 + 82 125.85 1217 1 0 24.1499 63.5005 -175.85 + 82 2.15015 1218 1 0 24.1188 63.65 -176.242 + 82 158.262 1001 0 1 20.3849 77.6773 -204.45 + 82 37.1997 1290 0 0 20.0399 78.201 -205.85 + 82 96.5958 1291 0 0 20.0074 78.25 -205.98 + 82 12.1082 1058 5 1 31.8374 49.7263 -54.4502 + 82 118.408 1060 5 1 32.05 49.6758 -54.8318 + 82 45.2529 1146 5 0 32.4091 49.319 -55.8503 + 82 85.7426 1145 5 0 32.4684 49.25 -55.9902 + 82 117.165 1144 5 0 32.6102 49.05 -56.1506 + 82 75.9405 1143 5 0 32.8043 48.85 -56.1543 + 82 62.8384 1142 5 0 32.9365 48.65 -56.0421 + 82 61.6207 1141 5 0 32.9322 48.45 -55.9586 + 82 68.2674 1140 5 0 32.9799 48.25 -55.9216 + 82 66.9933 1139 5 0 33.0157 48.05 -55.9473 + 82 206.823 1138 5 0 33.1161 47.8498 -56.0322 + 82 20.9109 1137 5 0 33.2669 47.6499 -56.2025 + 82 342.843 1035 5 0 29.3281 27.071 -56.25 + 82 25.7104 1034 5 0 29.3265 27.0497 -56.197 +Number of digits in this event = 33 Using G4ParticleGun ... -2.55228 LIN +1.0927 LIN e- Event: 83 -Number of tracker hits in this event = 62 - 83 128.888 825 11 1 -14.9633 80.457 125.55 - 83 165.191 1302 11 0 -14.9642 80.459 124.15 - 83 263.838 825 10 1 -14.9667 80.5068 95.55 - 83 108.021 1302 10 0 -14.9673 80.5074 94.15 - 83 94.7706 825 9 1 -14.9741 80.5103 65.55 - 83 128.606 1302 9 0 -14.9748 80.5111 64.15 - 83 129.532 825 8 1 -15.0023 80.5341 35.55 - 83 153.429 1302 8 0 -15.0027 80.5347 34.15 - 83 129.519 825 7 1 -15.0107 80.536 5.55 - 83 96.4816 1302 7 0 -14.9979 80.5355 4.15 - 83 154.67 826 6 1 -14.7301 80.5864 -24.45 - 83 356.341 1302 6 0 -14.6986 80.5819 -25.85 - 83 155.268 829 5 1 -14.2053 80.493 -54.45 - 83 423.34 1302 5 0 -14.1778 80.4886 -55.85 - 83 148.884 832 4 1 -13.6135 80.4652 -84.45 - 83 326.53 1302 4 0 -13.574 80.4582 -85.85 - 83 106.234 836 3 1 -12.7931 80.3763 -114.45 - 83 184.965 1301 3 0 -12.7393 80.3865 -115.85 - 83 195.795 842 2 1 -11.5706 80.5478 -144.45 - 83 96.3693 1302 2 0 -11.5124 80.5311 -145.85 - 83 109.789 848 1 1 -10.2938 80.0335 -174.45 - 83 125.241 1299 1 0 -10.2341 79.9935 -175.85 - 83 143.373 854 0 1 -9.09477 79.1945 -204.45 - 83 115.398 1295 0 0 -9.03869 79.1613 -205.85 - 83 25.0436 831 4 1 -13.6502 80.484 -84.8161 - 83 84.4832 1312 4 0 -15.8458 82.5269 -85.85 - 83 156.494 1313 4 0 -15.8297 82.65 -85.9175 - 83 108.209 809 4 1 -18.1003 81.9824 -84.85 - 83 425.898 1344 6 0 -19.0013 89.0135 -26.2499 - 83 31.9509 1343 6 0 -18.8234 88.85 -26.0516 - 83 335.873 824 6 1 -15.0734 80.5459 -24.45 - 83 279.2 824 5 1 -15.0616 80.6171 -54.45 - 83 120.592 825 4 1 -14.9685 80.5978 -84.45 - 83 324.206 826 3 1 -14.7715 80.7409 -114.45 - 83 135.7 1303 3 0 -14.7621 80.7458 -115.85 - 83 108.634 827 2 1 -14.578 80.8235 -144.45 - 83 144.854 1303 2 0 -14.5672 80.8216 -145.85 - 83 115.249 828 1 1 -14.3659 80.7789 -174.45 - 83 113.196 1303 1 0 -14.3558 80.7768 -175.85 - 83 358.309 829 0 1 -14.1566 80.7529 -204.45 - 83 163.081 1303 0 0 -14.1456 80.7572 -205.85 - 83 133.691 938 7 1 7.6579 -27.3786 5.15 - 83 60.0214 1310 3 0 -14.5841 82.1524 -115.85 - 83 184.267 1311 3 0 -14.5727 82.25 -115.956 - 83 46.3066 1312 3 0 -14.5459 82.45 -116.213 - 83 146.643 1301 6 0 -15.5119 80.3141 -25.85 - 83 73.6036 1303 5 0 -15.1037 80.65 -55.9538 - 83 126.636 827 4 1 -14.5907 81.6614 -84.45 - 83 116.961 1308 4 0 -14.5644 81.7061 -85.85 - 83 102.138 830 3 1 -14.0062 82.5776 -114.45 - 83 179.107 1313 3 0 -13.9248 82.6558 -115.85 - 83 202.165 837 2 1 -12.5279 84.2485 -144.45 - 83 290.904 1321 2 0 -12.4954 84.3846 -145.85 - 83 133.84 841 1 1 -11.7479 87.1372 -174.45 - 83 43.9386 1335 1 0 -11.6678 87.2381 -175.85 - 83 75.6605 1336 1 0 -11.6586 87.25 -176.012 - 83 106.349 849 0 1 -10.0959 89.2359 -204.45 - 83 140.001 1346 0 0 -9.95045 89.3752 -205.85 - 83 11.8344 1301 5 0 -15.0448 80.4494 -56.234 - 83 3.56295 824 10 1 -15.05 80.3815 95.1579 - 83 107.424 1300 10 0 -15.991 80.1671 94.15 - 83 74.4598 1301 10 0 -16.1123 80.25 94.1029 -Number of digits in this event = 38 +Number of tracker hits in this event = 49 + 83 134.24 1163 9 1 52.7962 120.387 65.55 + 83 116.587 1501 9 0 52.809 120.393 64.15 + 83 118.411 1165 8 1 53.0544 120.51 35.55 + 83 113.754 1501 8 0 53.0689 120.517 34.15 + 83 157.774 1166 7 1 53.3941 120.707 5.55 + 83 123.606 1502 7 0 53.4002 120.712 4.15 + 83 172.047 1167 6 1 53.5153 120.839 -24.45 + 83 119.405 1503 6 0 53.5266 120.844 -25.85 + 83 113.75 1168 5 1 53.7728 120.988 -54.45 + 83 101.458 1504 5 0 53.7903 120.994 -55.85 + 83 130.338 1170 4 1 54.1385 121.095 -84.45 + 83 103.829 1504 4 0 54.1511 121.097 -85.85 + 83 105.831 1171 3 1 54.3898 121.147 -114.45 + 83 102.796 1505 3 0 54.4129 121.156 -115.85 + 83 239.126 1174 2 1 54.8813 121.263 -144.45 + 83 111.316 1505 2 0 54.8989 121.276 -145.85 + 83 98.613 1176 1 1 55.2768 121.562 -174.45 + 83 248.489 1507 1 0 55.2912 121.579 -175.85 + 83 128.127 1177 0 1 55.5946 121.92 -204.45 + 83 117.034 1508 0 0 55.6181 121.941 -205.85 + 83 29.8001 1506 1 0 55.2592 121.55 -176.129 + 83 379.989 1173 2 1 54.7899 121.336 -144.45 + 83 87.5368 1507 2 0 54.7002 121.669 -145.85 + 83 27.5324 1508 2 0 54.676 121.75 -146.173 + 83 124.937 1164 1 1 53.005 129.071 -174.45 + 83 98.003 1548 1 0 53.0434 129.78 -175.85 + 83 37.0263 1549 1 0 53.051 129.95 -176.172 + 83 198.087 1156 0 1 51.3577 145.307 -204.45 + 83 121.026 1629 0 0 51.2916 146.009 -205.85 + 83 27.6126 1630 0 0 51.2665 146.15 -206.182 + 83 94.3834 1419 8 0 156.297 104.031 33.75 + 83 122.75 1172 2 1 54.65 121.22 -144.619 + 83 146.807 1506 2 0 54.8942 121.389 -145.85 + 83 123.942 1183 1 1 56.7245 122.548 -174.45 + 83 130.36 1512 1 0 56.7823 122.641 -175.85 + 83 88.7038 1189 0 1 57.8913 124.759 -204.45 + 83 26.3525 1523 0 0 57.9557 124.937 -205.85 + 83 96.9593 1524 0 0 57.9614 124.95 -205.956 + 83 132.968 777 2 1 -24.45 177.33 -144.608 + 83 106.154 1166 6 1 53.45 120.894 -24.5403 + 83 153.506 1506 6 0 52.6999 121.394 -25.85 + 83 135.128 1068 5 1 33.8148 123.619 -54.45 + 83 121.709 1517 5 0 33.6437 123.67 -55.85 + 83 54.6678 1044 4 1 28.9851 130.801 -84.45 + 83 142.957 1045 4 1 29.0501 130.968 -84.5691 + 83 36.0552 1566 4 0 30.1567 133.468 -85.85 + 83 78.1768 1567 4 0 30.202 133.55 -85.8999 + 83 100.149 1568 4 0 30.2963 133.75 -86.029 + 83 41.8487 1569 4 0 30.3383 133.95 -86.1441 +Number of digits in this event = 23 Using G4ParticleGun ... -6.80655 LIN +6.90387 LIN e- Event: 84 -Number of tracker hits in this event = 46 - 84 104.662 1197 8 1 59.6432 -128.906 35.55 - 84 104.385 256 8 0 59.6415 -128.905 34.15 - 84 147.274 1197 7 1 59.6053 -128.873 5.55 - 84 173.255 256 7 0 59.6006 -128.867 4.15 - 84 105.245 1197 6 1 59.5473 -128.721 -24.45 - 84 117.786 257 6 0 59.5544 -128.71 -25.85 - 84 181.414 1198 5 1 59.7382 -128.491 -54.45 - 84 112.215 258 5 0 59.7297 -128.482 -55.85 - 84 115.971 1197 4 1 59.5291 -128.312 -84.45 - 84 229.009 259 4 0 59.5241 -128.307 -85.85 - 84 212.38 1196 3 1 59.4438 -128.212 -114.45 - 84 139.415 259 3 0 59.4177 -128.198 -115.85 - 84 125.599 1194 2 1 58.8815 -127.9 -144.45 - 84 218.745 261 2 0 58.8534 -127.897 -145.85 - 84 172.033 1191 1 1 58.3002 -127.863 -174.45 - 84 257.426 261 1 0 58.2859 -127.854 -175.85 - 84 116.907 1189 0 1 57.9733 -127.635 -204.45 - 84 120.168 262 0 0 57.9588 -127.619 -205.85 - 84 132.334 262 2 0 58.7913 -127.75 -146.142 - 84 146.071 262 1 0 58.13 -127.666 -175.851 - 84 29.6642 352 1 0 60.1009 -109.618 -176.25 - 84 121.464 353 1 0 60.0919 -109.55 -176.183 - 84 90.6196 354 1 0 59.9758 -109.35 -176.034 - 84 53.0074 355 1 0 59.7957 -109.15 -175.916 - 84 36.2051 1192 1 1 58.5446 -108.146 -174.85 - 84 80.7702 1190 1 1 58.25 -108.018 -174.739 - 84 53.1681 1189 1 1 58.05 -107.888 -174.759 - 84 73.7639 1188 1 1 57.85 -107.762 -174.785 - 84 67.4539 1187 1 1 57.6499 -107.64 -174.762 - 84 7.83363 1186 1 1 57.4496 -107.469 -174.847 - 84 16.864 387 1 0 52.6012 -102.711 -175.85 - 84 2.75603 1141 1 1 48.2547 -97.7328 -174.85 - 84 130.119 1140 1 1 48.2499 -97.7276 -174.849 - 84 106.249 416 1 0 46.6737 -96.8864 -175.85 - 84 63.7251 417 1 0 46.4691 -96.7499 -176.074 - 84 39.3914 1113 1 0 91.3402 42.724 -176.25 - 84 45.4293 1114 1 0 91.3659 42.85 -176.228 - 84 188.568 1278 0 0 111.97 75.65 -205.86 - 84 230.371 614 1 1 -57.1054 -107.747 -174.45 - 84 154.291 260 1 0 58.5468 -127.95 -176.064 - 84 142.62 259 1 0 58.8602 -128.15 -176.211 - 84 125.535 258 1 0 58.9993 -128.35 -176.232 - 84 206.459 257 1 0 58.9827 -128.55 -176.108 - 84 37.6779 1193 1 1 58.8097 -128.537 -174.85 - 84 145.308 1194 1 1 58.8501 -128.55 -174.819 - 84 59.5472 235 1 0 10.796 -132.979 -176.25 -Number of digits in this event = 24 -Using G4ParticleGun ... -9.41525 LIN +Number of tracker hits in this event = 153 + 84 277.915 1117 11 1 43.4512 38.7913 125.55 + 84 143.075 1093 11 0 43.4511 38.7921 124.15 + 84 279.29 1116 10 1 43.4484 38.8091 95.55 + 84 115.727 1093 10 0 43.4482 38.8089 94.15 + 84 126.901 1116 9 1 43.4434 38.8088 65.55 + 84 125.445 1093 9 0 43.4396 38.8049 64.15 + 84 356.596 1116 8 1 43.3646 38.7272 35.55 + 84 341.147 1093 8 0 43.3605 38.7233 34.15 + 84 166.1 1116 7 1 43.2778 38.6474 5.55 + 84 120.754 1092 7 0 43.2734 38.6429 4.15 + 84 118.094 1115 6 1 43.1815 38.5497 -24.45 + 84 127.134 1092 6 0 43.1769 38.5449 -25.85 + 84 125.309 1115 5 1 43.0979 38.4333 -54.45 + 84 146.058 1091 5 0 43.0949 38.4276 -55.85 + 84 405.054 1114 4 1 43.0202 38.3161 -84.45 + 84 434.699 1091 4 0 43.0164 38.31 -85.85 + 84 268.64 1114 3 1 42.9395 38.1822 -114.45 + 84 148.672 1090 3 0 42.9355 38.1765 -115.85 + 84 153.31 1114 2 1 42.8558 38.0536 -144.45 + 84 168.996 1089 2 0 42.8525 38.0467 -145.85 + 84 510.465 1113 1 1 42.7877 37.9003 -174.45 + 84 118.481 1089 1 0 42.784 37.8912 -175.85 + 84 91.4801 1113 0 1 42.6996 37.6969 -204.45 + 84 108.716 1088 0 0 42.696 37.6866 -205.85 + 84 37.1728 1404 11 1 100.989 6.40452 125.55 + 84 157.507 1403 11 1 100.95 6.43793 125.503 + 84 41.217 1055 12 0 104.364 31.1455 153.75 + 84 80.8475 1056 12 0 104.36 31.25 153.868 + 84 284.779 1421 12 1 104.525 31.9895 155.15 + 84 100.651 1422 12 1 104.55 32.0501 155.254 + 84 55.7804 1420 12 1 104.35 32.3572 155.179 + 84 322.483 1073 12 0 103.649 34.6854 154.15 + 84 11.3029 1074 12 0 103.598 34.85 154.015 + 84 38.1471 1306 2 0 17.8732 81.3985 -146.25 + 84 297.355 1307 2 0 17.8944 81.4501 -146.151 + 84 88.6975 1038 0 0 64.6103 27.85 -206.08 + 84 49.223 1048 1 1 29.7105 -118.985 -174.45 + 84 113.265 1117 3 1 43.6409 39.1876 -114.45 + 84 28.3088 1095 3 0 43.6309 39.0538 -115.85 + 84 108.457 1094 3 0 43.6306 39.05 -115.891 + 84 127.417 1119 2 1 44.0294 36.6824 -144.45 + 84 119.501 1082 2 0 44.0336 36.4925 -145.85 + 84 32.5837 1081 2 0 44.0401 36.4499 -146.194 + 84 106.075 1123 1 1 44.8226 33.13 -174.45 + 84 253.048 1064 1 0 44.8538 33.0156 -175.85 + 84 200.732 1126 0 1 45.4104 30.4576 -204.45 + 84 93.9349 1051 0 0 45.4358 30.3414 -205.85 + 84 102.414 1125 0 1 45.25 30.5639 -204.523 + 84 64.3353 1124 0 1 45.05 30.4773 -204.616 + 84 14.0998 1048 0 0 44.7808 29.6684 -205.85 + 84 108.188 1047 0 0 44.7797 29.65 -205.879 + 84 194.079 1046 0 0 44.7136 29.45 -206.003 + 84 69.7427 1045 0 0 44.6966 29.25 -206 + 84 78.4646 1252 0 0 120.483 70.4851 -206.25 + 84 134.011 1251 0 0 120.578 70.4498 -206.146 + 84 121.817 1087 3 0 42.8959 37.624 -115.85 + 84 161.783 1113 2 1 42.6828 37.2356 -144.45 + 84 115.387 1085 2 0 42.6225 37.222 -145.85 + 84 97.9005 1105 1 1 41.2366 36.7757 -174.45 + 84 63.9692 1083 1 0 41.1849 36.8368 -175.85 + 84 32.6421 1084 1 0 41.1799 36.85 -176.114 + 84 130.33 1103 0 1 40.739 38.2805 -204.45 + 84 113.639 1091 0 0 40.6376 38.3919 -205.851 + 84 304.144 1090 1 0 42.6473 38.0711 -175.85 + 84 370.457 1106 0 1 41.3306 38.1208 -204.45 + 84 130.408 1089 0 0 41.2648 37.9878 -205.85 + 84 187.955 1033 7 1 26.65 142.599 5.42412 + 84 55.6746 1105 0 1 41.25 38.2113 -204.688 + 84 196.765 1108 0 1 41.6871 38.6371 -204.451 + 84 101.872 1093 0 0 41.6892 38.6561 -205.851 + 84 286.83 976 6 1 15.2899 103.287 -24.4502 + 84 218.949 977 6 1 15.45 103.554 -24.5917 + 84 160.463 1115 7 1 43.1804 39.245 5.54966 + 84 189.316 1096 7 0 43.1716 39.3728 4.14919 + 84 166.104 1114 6 1 42.9328 42.0113 -24.45 + 84 110.735 1110 6 0 43.019 42.1904 -25.8502 + 84 143.575 1123 5 1 44.7293 45.9294 -54.45 + 84 130.192 1130 5 0 44.6977 46.1435 -55.85 + 84 96.859 1121 4 1 44.2669 50.9289 -84.45 + 84 83.7974 1120 4 1 44.25 50.9507 -84.5575 + 84 10.7669 1155 4 0 44.0433 51.2401 -85.8502 + 84 124.151 1156 4 0 44.0362 51.25 -85.8939 + 84 230.583 1094 3 1 39.0381 57.3363 -114.45 + 84 61.8867 1188 3 0 38.9429 57.7845 -115.85 + 84 112.912 1189 3 0 38.9287 57.85 -116.052 + 84 140.314 1084 2 1 36.9513 67.3066 -144.45 + 84 145.475 1238 2 0 36.7074 67.7357 -145.85 + 84 90.7136 1062 1 1 32.5409 75.552 -174.45 + 84 21.2148 1061 1 1 32.45 75.5907 -174.752 + 84 123.263 1278 1 0 32.0513 75.7901 -175.85 + 84 27.5373 1279 1 0 31.9386 75.85 -176.18 + 84 8.90079 1009 0 1 22.0451 81.0915 -204.45 + 84 92.8851 1010 0 1 22.05 81.0848 -204.469 + 84 107.82 1301 0 0 22.3278 80.4042 -205.85 + 84 56.4616 1300 0 0 22.388 80.25 -206.122 + 84 110.215 1104 7 1 40.8935 37.5254 5.55 + 84 80.9867 1086 7 0 40.7672 37.2821 4.15 + 84 73.1324 1085 7 0 40.7502 37.25 3.95377 + 84 174.865 1092 6 1 38.4823 33.7664 -24.45 + 84 123.001 1066 6 0 38.86 33.4044 -25.85 + 84 52.3447 1144 5 1 48.915 26.3423 -54.4501 + 84 74.8641 1145 5 1 49.05 26.261 -54.4986 + 84 68.3658 1146 5 1 49.25 26.1405 -54.5699 + 84 71.6108 1147 5 1 49.45 26.0265 -54.6349 + 84 54.5913 1148 5 1 49.6513 25.9221 -54.708 + 84 63.7116 1149 5 1 49.85 25.8384 -54.7649 + 84 240.644 1150 5 1 50.05 25.7573 -54.8182 + 84 92.7931 1021 5 0 53.1316 24.3908 -55.85 + 84 233.582 1020 5 0 53.4261 24.25 -55.9447 + 84 180.659 1019 5 0 53.7936 24.05 -56.0421 + 84 244.348 1018 5 0 54.2912 23.85 -56.1225 + 84 184.959 1017 5 0 54.7744 23.65 -56.1359 + 84 306.62 1016 5 0 55.2917 23.45 -56.0789 + 84 65.1803 1015 5 0 55.986 23.25 -55.9155 + 84 36.2709 1197 5 1 59.5487 22.5244 -54.85 + 84 65.4003 1198 5 1 59.6504 22.503 -54.8216 + 84 48.0735 1199 5 1 59.85 22.4706 -54.7699 + 84 66.4138 1200 5 1 60.05 22.4203 -54.706 + 84 76.5199 1201 5 1 60.251 22.3544 -54.6368 + 84 123.065 1202 5 1 60.45 22.2751 -54.578 + 84 39.4732 1203 5 1 60.6503 22.1614 -54.4997 + 84 38.5555 998 6 0 73.0769 19.6687 -26.2493 + 84 105.507 997 6 0 73.1195 19.65 -26.1359 + 84 62.9809 1268 6 1 73.7423 19.4258 -24.85 + 84 328.3 1269 6 1 73.85 19.4006 -24.6518 + 84 17.9362 986 6 0 73.7259 17.317 -25.85 + 84 84.5567 985 6 0 73.721 17.25 -25.9066 + 84 64.5266 984 6 0 73.7211 17.05 -26.0769 + 84 21.9643 983 6 0 73.7325 16.85 -26.2 + 84 100.32 691 6 0 65.7403 -41.6978 -26.25 + 84 34.0162 690 6 0 65.6232 -41.85 -25.9533 + 84 9.6173 1224 6 1 64.8703 -42.4934 -24.8497 + 84 395.087 1223 6 1 64.85 -42.5054 -24.8278 + 84 334.168 1222 6 1 64.65 -42.5398 -24.6628 + 84 16.4422 1221 6 1 64.4498 -42.4436 -24.4851 + 84 159.489 692 6 0 64.593 -41.4756 -25.85 + 84 188.866 693 6 0 64.5994 -41.4494 -25.8962 + 84 213.626 694 6 0 64.6395 -41.25 -26.0744 + 84 171.328 1216 6 1 63.3883 -42.5601 -24.85 + 84 39.6594 1216 6 0 43.6373 63.3789 -26.2499 + 84 85.5849 1091 6 1 38.3868 33.7372 -24.45 + 84 136.058 1090 6 1 38.2498 33.5922 -24.6693 + 84 59.6303 1063 6 0 37.5392 32.7444 -25.85 + 84 146.009 1062 6 0 37.4629 32.65 -25.9833 + 84 290.037 934 6 0 25.5183 6.89697 -26.2493 + 84 208.489 933 6 0 25.5075 6.85 -26.1395 + 84 214.682 1027 6 1 25.5613 6.25657 -24.85 + 84 427.813 1484 12 1 117.003 -102.541 155.55 + 84 86.7585 383 12 0 117.271 -103.376 154.15 + 84 74.7632 382 12 0 117.294 -103.55 153.937 + 84 265.368 1483 12 1 116.95 -102.099 155.489 + 84 157.46 935 6 0 25.3239 7.05 -26.04 + 84 254.966 936 6 0 25.2554 7.2503 -26.1011 +Number of digits in this event = 76 +Using G4ParticleGun ... +3.68499 LIN e- Event: 85 -Number of tracker hits in this event = 44 - 85 143.744 783 10 1 -23.2947 -85.8333 95.55 - 85 112.842 471 10 0 -23.2944 -85.8335 94.15 - 85 96.5765 783 9 1 -23.284 -85.836 65.55 - 85 109.364 471 9 0 -23.2832 -85.8367 64.15 - 85 130.354 783 8 1 -23.2639 -85.8516 35.55 - 85 136.737 470 8 0 -23.2617 -85.8523 34.15 - 85 130.665 784 7 1 -23.2134 -85.8692 5.55 - 85 131.081 470 7 0 -23.2103 -85.8713 4.15 - 85 132.316 784 6 1 -23.1456 -85.9138 -24.45 - 85 104.59 470 6 0 -23.1421 -85.9164 -25.85 - 85 116.278 784 5 1 -23.0664 -85.968 -54.45 - 85 194.142 470 5 0 -23.0707 -85.9799 -55.85 - 85 103.878 784 4 1 -23.1427 -86.2591 -84.45 - 85 174.736 468 4 0 -23.1336 -86.2667 -85.85 - 85 116.523 785 3 1 -22.9664 -86.3364 -114.45 - 85 122.927 468 3 0 -22.9549 -86.3332 -115.85 - 85 194.818 787 2 1 -22.617 -86.313 -144.45 - 85 130.227 468 2 0 -22.5866 -86.3256 -145.85 - 85 100.837 790 1 1 -21.9017 -86.5492 -174.45 - 85 132.59 467 1 0 -21.8466 -86.5593 -175.85 - 85 221.58 796 0 1 -20.6593 -86.6912 -204.45 - 85 60.089 797 0 1 -20.65 -86.6924 -204.613 - 85 236.904 466 0 0 -20.5791 -86.7024 -205.85 - 85 3.66118 371 2 1 -105.938 -75.6828 -144.45 - 85 89.5557 370 2 1 -105.95 -75.6894 -144.46 - 85 66.8448 369 2 1 -106.15 -75.7902 -144.668 - 85 177.639 519 2 0 -107.424 -76.1983 -145.85 - 85 38.0569 292 0 0 -33.1147 -121.55 -206.227 - 85 197.515 293 0 0 -33.1561 -121.55 -206.103 - 85 6.15451 454 1 0 -7.87418 -89.2471 -176.25 - 85 93.5592 453 1 0 -7.86078 -89.25 -176.217 - 85 163.591 860 1 1 -7.86998 -89.5957 -174.85 - 85 105.467 483 2 0 -10.7076 -83.3583 -146.25 - 85 32.9996 482 2 0 -10.6839 -83.45 -146.168 - 85 16.9324 224 2 0 77.4296 -135.18 -146.25 - 85 32.9775 932 4 1 6.65 -151.862 -84.6815 - 85 30.9789 362 0 1 -107.55 -117.324 -204.689 - 85 43.4157 786 1 1 -22.8224 -86.3013 -174.773 - 85 254.639 468 1 0 -22.8217 -86.3058 -175.85 - 85 246.63 786 0 1 -22.7836 -86.4923 -204.45 - 85 153.077 467 0 0 -22.7759 -86.5009 -205.85 - 85 109.206 468 0 0 -22.7685 -86.3702 -205.85 - 85 295.107 783 0 1 -23.3559 -85.8987 -204.45 - 85 228.658 470 0 0 -23.355 -85.9027 -205.85 -Number of digits in this event = 24 -Using G4ParticleGun ... -5.46241 LIN +Number of tracker hits in this event = 111 + 85 120.628 1625 7 1 145.158 -28.5527 5.55 + 85 122.024 757 7 0 145.158 -28.5531 4.15 + 85 122.568 1625 6 1 145.157 -28.5618 -24.45 + 85 348.933 757 6 0 145.159 -28.561 -25.85 + 85 335.444 1625 5 1 145.203 -28.5475 -54.45 + 85 645.74 757 5 0 145.201 -28.5469 -55.85 + 85 493.812 1625 4 1 145.197 -28.5198 -84.45 + 85 342.114 757 4 0 145.198 -28.5224 -85.85 + 85 478.529 1625 3 1 145.216 -28.5942 -114.45 + 85 494.484 757 3 0 145.223 -28.6012 -115.85 + 85 395.851 1626 2 1 145.393 -28.7406 -144.45 + 85 332.408 756 2 0 145.4 -28.7469 -145.85 + 85 204.003 1627 1 1 145.556 -28.8646 -174.45 + 85 195.221 755 1 0 145.559 -28.8736 -175.85 + 85 133.772 1627 0 1 145.612 -29.0536 -204.45 + 85 499.519 754 0 0 145.62 -29.073 -205.85 + 85 305.1 860 9 1 -7.93789 55.1587 65.15 + 85 24.4374 938 8 1 7.65 -19.6037 35.1977 + 85 126.26 1044 4 0 146.926 28.9503 -86.25 + 85 223.737 1625 2 1 145.35 -28.7175 -144.595 + 85 486 1624 0 1 145.134 -29.1609 -204.451 + 85 9.81357 729 6 1 -34.25 -133.655 -24.7918 + 85 99.0625 759 4 0 145.22 -28.1518 -85.85 + 85 188.442 1628 3 1 145.864 -27.5115 -114.45 + 85 145.625 762 3 0 145.951 -27.5046 -115.85 + 85 91.5024 1634 2 1 147.046 -26.7485 -144.45 + 85 102.394 1633 2 1 146.95 -26.6019 -144.498 + 85 122.336 1632 2 1 146.749 -26.3024 -144.599 + 85 106.536 1631 2 1 146.55 -26.0094 -144.697 + 85 46.441 1630 2 1 146.35 -25.7196 -144.796 + 85 67.6857 787 2 0 144.224 -22.6107 -145.85 + 85 56.1398 788 2 0 144.115 -22.45 -145.904 + 85 66.509 789 2 0 143.98 -22.25 -145.97 + 85 86.9723 790 2 0 143.847 -22.05 -146.033 + 85 61.2813 791 2 0 143.713 -21.85 -146.094 + 85 70.483 792 2 0 143.579 -21.65 -146.155 + 85 35.3889 793 2 0 143.449 -21.4499 -146.216 + 85 4.59239 1324 1 1 84.8579 71.204 -174.45 + 85 212.261 1323 1 1 84.85 71.2183 -174.456 + 85 133.381 1322 1 1 84.65 71.5766 -174.608 + 85 100.507 1321 1 1 84.4497 71.9318 -174.751 + 85 14.3446 1274 1 0 82.7589 74.9998 -175.85 + 85 74.7123 1275 1 0 82.7314 75.05 -175.868 + 85 74.83 1276 1 0 82.624 75.25 -175.942 + 85 146.043 1277 1 0 82.5199 75.45 -176.016 + 85 85.547 1278 1 0 82.4208 75.65 -176.088 + 85 100.659 1279 1 0 82.3235 75.85 -176.158 + 85 52.2431 1280 1 0 82.2291 76.0506 -176.227 + 85 209.496 1335 1 1 87.0764 62.6799 -174.45 + 85 229.624 1336 1 1 87.25 63.0822 -174.569 + 85 64.9295 1337 1 1 87.45 62.8294 -174.799 + 85 122.213 756 4 0 145.254 -28.8231 -85.85 + 85 292.711 753 3 0 145.455 -29.2902 -115.85 + 85 120.881 1649 2 1 150.123 -28.3313 -144.45 + 85 3.13227 1650 2 1 150.15 -28.2599 -144.831 + 85 37.88 759 2 0 150.225 -28.0716 -145.85 + 85 81.0555 760 2 0 150.235 -28.0499 -145.965 + 85 140.012 1662 1 1 152.612 -22.8009 -174.45 + 85 18.459 787 1 0 152.883 -22.4647 -175.85 + 85 106.352 788 1 0 152.895 -22.45 -175.911 + 85 130.189 1691 0 1 158.404 -15.6454 -204.45 + 85 105.42 824 0 0 158.769 -15.2243 -205.85 + 85 42.0055 756 6 0 145.181 -28.65 -26.1032 + 85 246.32 1624 3 1 145.082 -28.5731 -114.45 + 85 226.65 1624 2 1 144.974 -28.5858 -144.45 + 85 162.251 757 2 0 144.942 -28.5793 -145.85 + 85 119.285 1621 1 1 144.364 -28.7367 -174.45 + 85 292.207 756 1 0 144.41 -28.6709 -175.85 + 85 231.071 762 0 0 144.968 -27.5461 -205.85 + 85 9.6919 1469 0 1 114.023 -46.6814 -204.45 + 85 53.7219 757 1 0 144.503 -28.6499 -176.06 + 85 227.936 1624 1 1 145.013 -28.97 -174.45 + 85 1.70557 1428 5 1 105.95 -15.2372 -54.7219 + 85 617.913 1624 5 1 145.139 -28.5521 -54.45 + 85 125.715 1630 4 1 146.167 -28.0646 -84.45 + 85 158.295 760 4 0 146.245 -28.0195 -85.851 + 85 94.5035 1639 3 1 147.954 -26.5657 -114.45 + 85 118.345 767 3 0 148.109 -26.5055 -115.85 + 85 118.499 1656 2 1 151.482 -25.6051 -144.45 + 85 34.9371 1657 2 1 151.55 -25.5321 -144.759 + 85 17.2662 773 2 0 151.793 -25.2657 -145.85 + 85 107.655 774 2 0 151.807 -25.2499 -145.915 + 85 135.572 1688 1 1 157.778 -18.5175 -174.45 + 85 33.3855 809 1 0 158.118 -18.0804 -175.85 + 85 109.365 810 1 0 158.142 -18.05 -175.947 + 85 137.169 1726 0 1 165.457 -9.13202 -204.45 + 85 34.1333 1727 0 1 165.55 -9.04835 -204.729 + 85 114.823 856 0 0 165.878 -8.74376 -205.85 + 85 17.069 857 0 0 165.985 -8.64998 -206.192 + 85 105.402 1172 1 0 108.205 54.6137 -176.25 + 85 25.0697 1409 1 0 53.9988 101.971 -176.25 + 85 138.34 755 2 0 145.345 -28.8616 -145.85 + 85 175.442 1622 0 1 144.7 -28.9414 -204.45 + 85 124.971 755 0 0 144.671 -28.9571 -205.85 + 85 82.1918 415 1 0 139.512 -96.95 -176.148 + 85 41.6536 414 1 0 139.645 -97.15 -176.1 + 85 88.9323 1596 1 1 139.386 -99.3153 -174.45 + 85 97.4167 1626 3 1 145.352 -28.5311 -114.45 + 85 65.3051 1627 3 1 145.587 -28.8186 -114.45 + 85 163.364 1629 3 1 145.951 -29.2556 -114.657 + 85 99.8126 1630 3 1 146.15 -29.522 -114.661 + 85 112.509 1631 3 1 146.35 -29.8216 -114.648 + 85 141.619 1632 3 1 146.55 -30.1696 -114.58 + 85 412.491 1633 3 1 146.75 -30.368 -114.493 + 85 110.61 756 3 0 145.316 -28.7115 -115.85 + 85 117.687 1640 2 1 148.242 -30.5388 -144.45 + 85 233.645 746 2 0 148.328 -30.6846 -145.85 + 85 122.725 1648 1 1 149.887 -33.4599 -174.45 + 85 143.795 732 1 0 150.074 -33.572 -175.85 + 85 111.356 1662 0 1 152.673 -36.7741 -204.451 + 85 115.243 716 0 0 152.803 -36.8207 -205.85 +Number of digits in this event = 55 +Using G4ParticleGun ... +9.10316 LIN e- Event: 86 -Number of tracker hits in this event = 65 - 86 122.533 718 11 1 -36.3672 -47.1919 125.55 - 86 133.229 664 11 0 -36.3671 -47.1916 124.15 - 86 107.535 718 10 1 -36.3643 -47.1831 95.55 - 86 137.471 664 10 0 -36.3632 -47.1823 94.15 - 86 117.401 718 9 1 -36.3382 -47.1675 65.55 - 86 116.535 664 9 0 -36.3357 -47.1656 64.15 - 86 146.785 718 8 1 -36.2869 -47.1271 35.55 - 86 235.05 664 8 0 -36.2844 -47.1257 34.15 - 86 130.401 719 7 1 -36.2355 -47.0998 5.55 - 86 107.89 664 7 0 -36.2332 -47.0994 4.15 - 86 169.645 719 6 1 -36.1871 -47.086 -24.45 - 86 174.596 664 6 0 -36.1842 -47.0843 -25.85 - 86 98.2974 719 5 1 -36.1213 -47.053 -54.45 - 86 113.828 664 5 0 -36.1174 -47.0536 -55.85 - 86 101.155 720 4 1 -36.0471 -47.0632 -84.45 - 86 252.602 664 4 0 -36.0414 -47.0644 -85.85 - 86 125.771 720 3 1 -35.9215 -47.0925 -114.45 - 86 363.258 664 3 0 -35.9158 -47.0944 -115.85 - 86 102.005 721 2 1 -35.799 -47.1377 -144.45 - 86 105.885 664 2 0 -35.7929 -47.1396 -145.85 - 86 215.622 721 1 1 -35.6618 -47.1706 -174.45 - 86 114.6 664 1 0 -35.6559 -47.172 -175.85 - 86 195.217 722 0 1 -35.539 -47.1974 -204.45 - 86 115.325 664 0 0 -35.5326 -47.1962 -205.85 - 86 73.0718 599 2 0 -137.439 -60.25 -145.872 - 86 392.997 720 2 1 -35.866 -47.1112 -144.45 - 86 38.9281 667 2 0 -36.4118 -46.5052 -145.85 - 86 75.5338 668 2 0 -36.4627 -46.45 -145.986 - 86 60.5607 684 1 1 -43.1438 -39.5414 -174.45 - 86 72.5604 685 1 1 -43.0498 -39.544 -174.612 - 86 64.9158 686 1 1 -42.8498 -39.4652 -174.722 - 86 2.17397 687 1 1 -42.6497 -39.3827 -174.846 - 86 141.769 703 1 0 -40.8728 -39.2855 -175.85 - 86 59.9929 782 0 1 -23.5227 -80.9934 -204.45 - 86 95.1802 783 0 1 -23.45 -81.0233 -204.487 - 86 240.624 784 0 1 -23.25 -81.1134 -204.63 - 86 144.527 798 6 0 -55.6232 -20.4228 -26.25 - 86 176.734 626 6 1 -54.7704 -20.279 -24.85 - 86 152.927 627 6 1 -54.6493 -20.268 -24.6293 - 86 47.5518 805 6 0 -54.9202 -18.9542 -25.85 - 86 73.2156 806 6 0 -54.9702 -18.85 -25.9515 - 86 101.755 807 6 0 -55.0914 -18.6498 -26.0833 - 86 368.606 719 4 1 -36.1013 -47.1209 -84.45 - 86 114.252 719 3 1 -36.1911 -47.1742 -114.45 - 86 127.678 722 2 1 -35.4807 -47.6877 -144.45 - 86 111.054 661 2 0 -35.4704 -47.7173 -145.85 - 86 119.151 723 1 1 -35.2617 -48.2916 -174.45 - 86 121.151 658 1 0 -35.2501 -48.3053 -175.85 - 86 152.485 725 0 1 -34.9884 -48.5831 -204.45 - 86 107.159 657 0 0 -34.9745 -48.6024 -205.85 - 86 138.927 665 4 0 -36.0645 -47.0369 -85.85 - 86 126.995 722 3 1 -35.5739 -44.9344 -114.451 - 86 134.479 676 3 0 -35.726 -44.8432 -115.85 - 86 176.684 705 2 1 -39.0312 -42.7967 -144.45 - 86 103.792 685 2 0 -38.9344 -42.9246 -145.85 - 86 113.23 710 1 1 -38.011 -45.9505 -174.45 - 86 156.647 668 1 0 -38.0347 -46.2683 -175.85 - 86 64.0854 707 0 1 -38.5176 -52.4224 -204.45 - 86 97.4192 708 0 1 -38.45 -52.5393 -204.594 - 86 60.7179 632 0 0 -37.9197 -53.529 -205.85 - 86 83.5363 631 0 0 -37.8543 -53.6502 -206.004 - 86 0.159767 630 0 0 -37.7605 -53.85 -206.249 - 86 134.3 719 0 1 -36.1188 -44.448 -204.45 - 86 229.805 720 0 1 -36.05 -44.218 -204.644 - 86 139.204 718 7 1 -36.2502 -47.1077 5.42282 -Number of digits in this event = 33 +Number of tracker hits in this event = 45 + 86 153.333 977 10 1 15.4518 89.8109 95.55 + 86 127.503 1348 10 0 15.4521 89.8103 94.15 + 86 149.056 977 9 1 15.4575 89.7972 65.55 + 86 168.015 1348 9 0 15.4575 89.7967 64.15 + 86 127.347 977 8 1 15.454 89.7844 35.55 + 86 127.538 1348 8 0 15.455 89.7849 34.15 + 86 154.129 977 7 1 15.477 89.7945 5.55 + 86 245.392 1348 7 0 15.477 89.7948 4.15 + 86 124.526 977 6 1 15.4753 89.7996 -24.45 + 86 117.791 1348 6 0 15.475 89.802 -25.85 + 86 195.983 977 5 1 15.4804 89.8524 -54.45 + 86 124.292 1349 5 0 15.4803 89.8562 -55.85 + 86 132.561 977 4 1 15.4685 89.9391 -84.45 + 86 112.789 1349 4 0 15.4677 89.9382 -85.85 + 86 179.842 976 3 1 15.4472 89.9225 -114.45 + 86 165.467 1349 3 0 15.4325 89.9269 -115.85 + 86 132.606 975 2 1 15.1189 90.0145 -144.45 + 86 113.007 1349 2 0 15.1024 90.0173 -145.85 + 86 148.223 971 0 1 14.382 90.0032 -204.45 + 86 202.912 1349 0 0 14.3634 90.0003 -205.85 + 86 50.8913 970 0 1 14.2036 90.1502 -204.626 + 86 135.688 969 0 1 14.05 90.2832 -204.645 + 86 35.8721 968 0 1 13.85 90.4358 -204.523 + 86 50.9818 973 1 1 14.7268 90.15 -174.683 + 86 64.4119 972 1 1 14.65 90.2338 -174.776 + 86 51.1512 1341 1 0 15.2281 88.3839 -175.85 + 86 118.107 975 1 1 15.1133 87.4442 -174.85 + 86 84.5354 977 2 1 15.4522 89.8271 -144.719 + 86 239.718 1348 2 0 15.4518 89.8272 -145.85 + 86 125.394 976 1 1 15.4401 89.8203 -174.45 + 86 190.592 1348 1 0 15.4403 89.8188 -175.85 + 86 229.864 976 0 1 15.4396 89.7724 -204.45 + 86 223.639 1348 0 0 15.4406 89.7679 -205.85 + 86 130.651 977 1 1 15.4705 89.8572 -174.45 + 86 139.768 1349 1 0 15.4672 89.8597 -175.85 + 86 141.253 977 3 1 15.578 89.8263 -114.616 + 86 150.929 1347 3 0 14.6022 89.5498 -115.85 + 86 56.3041 1346 3 0 14.3096 89.45 -116.05 + 86 126.18 1348 3 0 15.57 89.8368 -115.85 + 86 131.528 978 2 1 15.8403 90.1937 -144.45 + 86 179.863 1350 2 0 15.7833 90.2317 -145.85 + 86 137.871 969 1 1 14.018 90.9676 -174.45 + 86 129.233 1354 1 0 13.7902 90.9833 -175.85 + 86 191.196 945 0 1 9.15563 90.9988 -204.45 + 86 114.361 1354 0 0 8.95476 90.9727 -205.85 +Number of digits in this event = 35 Using G4ParticleGun ... -3.54018 LIN +2.53095 LIN e- Event: 87 -Number of tracker hits in this event = 104 - 87 110.358 804 11 1 -19.0849 -48.0574 125.55 - 87 141.646 659 11 0 -19.0845 -48.0567 124.15 - 87 125.197 804 10 1 -19.0824 -48.046 95.55 - 87 181.218 660 10 0 -19.0818 -48.0459 94.15 - 87 184.763 804 9 1 -19.0673 -48.0414 65.55 - 87 136.048 660 9 0 -19.0668 -48.0405 64.15 - 87 358.333 804 8 1 -19.0603 -48.0212 35.55 - 87 180.062 660 8 0 -19.0626 -48.0176 34.15 - 87 129.05 804 7 1 -19.101 -47.9444 5.55 - 87 136.641 660 7 0 -19.1027 -47.9428 4.15 - 87 102.715 804 6 1 -19.1357 -47.9003 -24.45 - 87 149.452 660 6 0 -19.1362 -47.9007 -25.85 - 87 183.779 804 5 1 -19.1464 -47.9052 -54.45 - 87 349.455 660 5 0 -19.1471 -47.9058 -55.85 - 87 233.473 804 4 1 -19.1496 -47.9234 -84.45 - 87 124.416 660 4 0 -19.1502 -47.9243 -85.85 - 87 403.293 804 3 1 -19.1575 -47.945 -114.45 - 87 443.991 660 3 0 -19.1595 -47.9426 -115.85 - 87 130.563 804 2 1 -19.2092 -47.8954 -144.45 - 87 266.817 660 2 0 -19.2103 -47.8873 -145.85 - 87 162.563 804 1 1 -19.2316 -47.6984 -174.45 - 87 196.523 661 1 0 -19.2322 -47.6842 -175.85 - 87 399.607 804 0 1 -19.2386 -47.3838 -204.45 - 87 100.897 663 0 0 -19.2369 -47.3603 -205.85 - 87 113.858 1166 0 1 53.2748 -24.2214 -204.85 - 87 41.5974 803 1 1 -19.28 -47.7146 -174.45 - 87 233.89 659 0 0 -19.095 -48.2319 -205.851 - 87 137.566 811 2 1 -17.7387 -48.3361 -144.45 - 87 195.948 659 2 0 -17.6279 -48.2135 -145.85 - 87 103.867 821 1 1 -15.6865 -45.5913 -174.45 - 87 95.8858 672 1 0 -15.5933 -45.5577 -175.85 - 87 186.797 827 0 1 -14.5568 -45.5842 -204.45 - 87 110.912 671 0 0 -14.4568 -45.7978 -205.85 - 87 2.52622 670 0 0 -14.4267 -45.85 -206.227 - 87 115.571 802 2 1 -19.5741 -47.9455 -144.45 - 87 383.496 799 1 1 -20.1746 -48.2793 -174.45 - 87 125.101 658 1 0 -20.1965 -48.3033 -175.85 - 87 248.471 796 0 1 -20.7272 -48.6969 -204.45 - 87 107.16 656 0 0 -20.7454 -48.7182 -205.85 - 87 44.6325 62 5 0 -177.082 -167.55 -56.011 - 87 80.1633 63 5 0 -177.037 -167.55 -55.9689 - 87 35.0412 1405 0 1 101.15 68.5316 -204.728 - 87 2.51315 1406 0 1 101.35 68.5359 -204.542 - 87 105.401 659 5 0 -19.1878 -48.05 -56.0979 - 87 18.2419 658 5 0 -19.1965 -48.25 -56.1967 - 87 101.928 806 5 1 -18.8293 -47.7991 -54.45 - 87 251.421 807 5 1 -18.6498 -47.8837 -54.7721 - 87 208.473 889 4 1 -2.06967 -43.9277 -84.4506 - 87 106.422 688 4 0 -1.99639 -42.3106 -85.85 - 87 145.2 689 4 0 -1.87105 -42.25 -86.0296 - 87 84.8138 690 4 0 -1.65269 -42.05 -86.2337 - 87 102.301 691 4 0 -1.59139 -41.85 -86.0478 - 87 253.559 692 4 0 -1.54445 -41.6491 -85.9419 - 87 115.415 803 5 1 -19.2501 -47.716 -54.7094 - 87 164.418 661 5 0 -19.6893 -47.6975 -55.851 - 87 143.699 755 4 1 -28.8679 -48.2283 -84.45 - 87 71.1186 754 4 1 -29.0506 -48.5844 -84.7165 - 87 0.0602677 648 4 0 -30.0317 -50.4495 -85.85 - 87 70.9844 647 4 0 -30.0319 -50.4501 -85.8503 - 87 164.832 646 4 0 -30.1402 -50.65 -85.9587 - 87 73.2387 645 4 0 -30.2389 -50.85 -86.0885 - 87 20.5971 644 4 0 -30.344 -51.05 -86.2136 - 87 0.838506 614 3 1 -57.2481 -95.0445 -114.45 - 87 157.229 613 3 1 -57.25 -95.0461 -114.454 - 87 139.225 612 3 1 -57.45 -95.1569 -114.747 - 87 6.26559 423 3 0 -58.0542 -95.5445 -115.85 - 87 161.833 422 3 0 -58.063 -95.55 -115.867 - 87 6.59261 525 2 1 -74.8708 -98.3485 -144.45 - 87 58.3683 526 2 1 -74.85 -98.3434 -144.469 - 87 48.0531 527 2 1 -74.65 -98.2986 -144.621 - 87 52.7247 528 2 1 -74.45 -98.2662 -144.738 - 87 113.164 409 2 0 -73.4035 -98.2276 -145.85 - 87 30.5461 410 2 0 -73.1325 -98.15 -146.155 - 87 9.0653 592 1 1 -61.6391 -90.3978 -174.45 - 87 118.198 591 1 1 -61.65 -90.4236 -174.493 - 87 24.9271 445 1 0 -61.8958 -91.1213 -175.85 - 87 218.628 444 1 0 -61.905 -91.1501 -175.908 - 87 36.9356 443 1 0 -62.0085 -91.35 -176.174 - 87 341.568 506 1 0 -48.7014 -78.6519 -176.25 - 87 114.875 507 1 0 -48.7005 -78.6499 -176.246 - 87 123.375 659 1 1 -48.0849 -77.7146 -174.85 - 87 31.5989 413 3 0 -61.5279 -97.4043 -115.85 - 87 128.056 583 3 1 -63.3365 -97.1772 -114.85 - 87 62.03 416 3 0 -63.2359 -96.9337 -115.85 - 87 8.3251 591 3 1 -61.7218 -96.4745 -114.85 - 87 59.8846 421 3 0 -60.8063 -95.9049 -115.85 - 87 4.41531 611 3 1 -57.65 -95.1223 -114.845 - 87 20.6916 429 3 0 -60.0267 -94.1784 -115.85 - 87 4.25519 587 3 1 -62.637 -92.0969 -114.85 - 87 67.6228 586 3 1 -62.65 -92.0888 -114.847 - 87 288.804 585 3 1 -62.85 -92.1169 -114.795 - 87 409.286 584 3 1 -63.05 -92.2026 -114.817 - 87 342.079 672 5 0 -20.7644 -45.6154 -55.85 - 87 208.792 661 8 0 -19.1575 -47.8268 34.15 - 87 111.61 803 8 1 -19.25 -48.1811 35.4346 - 87 26.6922 802 8 1 -19.45 -48.163 35.4985 - 87 6.71735 382 1 0 -27.7052 -103.738 -176.25 - 87 58.2261 381 1 0 -27.7081 -103.75 -176.244 - 87 102.892 380 1 0 -27.744 -103.95 -176.149 - 87 67.2109 379 1 0 -27.6648 -104.15 -176.108 - 87 73.5131 378 1 0 -27.6571 -104.35 -175.988 - 87 23.2675 757 1 1 -28.5993 -104.812 -174.85 - 87 153.292 756 1 1 -28.65 -104.85 -174.785 - 87 337.088 755 1 1 -28.85 -105.086 -174.621 -Number of digits in this event = 50 -Using G4ParticleGun ... -5.91439 LIN +Number of tracker hits in this event = 69 + 87 117.388 1341 10 1 88.4093 -61.9768 95.55 + 87 133.322 590 10 0 88.4122 -61.9744 94.15 + 87 109.719 1342 9 1 88.4683 -61.9198 65.55 + 87 133.125 590 9 0 88.4699 -61.9183 64.15 + 87 116.252 1342 8 1 88.5043 -61.9033 35.55 + 87 187.992 590 8 0 88.5076 -61.9036 34.15 + 87 144.786 1342 7 1 88.5728 -61.9042 5.55 + 87 105.103 590 7 0 88.5758 -61.9052 4.15 + 87 223.494 1342 6 1 88.6498 -61.927 -24.45 + 87 82.4374 590 6 0 88.6507 -61.9275 -25.85 + 87 118.588 1343 5 1 88.6831 -61.941 -54.45 + 87 191.234 590 5 0 88.6864 -61.9444 -55.85 + 87 362.633 1343 4 1 88.7323 -61.9839 -84.45 + 87 108.941 590 4 0 88.7364 -61.9886 -85.85 + 87 161.744 1343 3 1 88.8342 -62.0426 -114.45 + 87 108.265 590 3 0 88.8401 -62.0442 -115.85 + 87 329.407 1344 2 1 88.9716 -62.0689 -144.45 + 87 238.419 589 2 0 88.979 -62.0651 -145.85 + 87 112.529 1345 1 1 89.1817 -61.9938 -174.45 + 87 129.115 590 1 0 89.2021 -61.9962 -175.85 + 87 122.923 1347 0 1 89.6282 -62.0644 -204.45 + 87 339.178 589 0 0 89.6539 -62.0719 -205.85 + 87 215.731 1346 0 1 89.2748 -62.1624 -204.45 + 87 54.8144 1436 1 1 107.433 -65.8202 -174.45 + 87 76.9799 1437 1 1 107.55 -65.8082 -174.62 + 87 417.508 570 1 0 108.335 -65.9546 -175.85 + 87 279.34 896 1 0 126.905 -0.734738 -176.249 + 87 116.482 1345 2 1 89.0501 -61.857 -144.624 + 87 1.04473 1346 2 1 89.25 -61.6386 -144.847 + 87 83.4515 596 2 0 90.2975 -60.8031 -145.85 + 87 130.01 597 2 0 90.4647 -60.6496 -146.06 + 87 1.24812 598 2 0 90.6192 -60.4495 -146.247 + 87 33.3205 1535 1 1 127.35 24.5526 -174.768 + 87 60.6446 1343 6 1 88.6669 -61.9445 -24.45 + 87 127.441 591 6 0 88.5799 -61.8491 -25.8501 + 87 111.263 1337 5 1 87.5184 -59.1663 -54.45 + 87 271.569 603 5 0 87.3512 -59.2549 -55.85 + 87 258.46 1317 4 1 83.5534 -61.3755 -84.45 + 87 35.2477 1316 4 1 83.45 -61.379 -84.7403 + 87 170.485 593 4 0 83.0911 -61.4133 -85.85 + 87 56.7522 1268 3 1 73.7405 -63.1637 -114.45 + 87 77.0868 1267 3 1 73.6498 -63.1226 -114.608 + 87 68.2288 586 3 0 72.9792 -62.7237 -115.85 + 87 59.5428 587 3 0 72.8632 -62.6499 -116.062 + 87 144.068 1185 2 1 57.0783 -51.4283 -144.45 + 87 136.51 645 2 0 57.137 -50.9628 -145.852 + 87 4.3605 646 2 0 57.1456 -50.85 -146.23 + 87 187.33 1181 1 1 56.3484 -42.5817 -174.45 + 87 114.647 687 1 0 56.2495 -42.5488 -175.85 + 87 77.1671 1150 0 1 50.1496 -42.9886 -204.45 + 87 47.7001 1149 0 1 50.05 -42.9059 -204.724 + 87 20.9743 686 0 0 49.4267 -42.6663 -205.851 + 87 135.171 687 0 0 49.3912 -42.65 -205.932 + 87 50.4668 571 0 0 42.5802 -65.7527 -205.85 + 87 96.0898 604 5 0 87.3089 -59.2499 -56.0585 + 87 85.0478 643 5 0 46.1185 -51.3916 -56.2499 + 87 32.8119 642 5 0 46.0811 -51.45 -56.2345 + 87 79.5304 545 8 0 63.4248 -70.8949 33.75 + 87 140.751 544 8 0 63.4141 -71.0502 33.8882 + 87 261.89 543 8 0 63.3265 -71.25 33.9237 + 87 12.2716 1344 4 1 88.85 -61.5321 -84.8068 + 87 85.406 594 4 0 89.2009 -61.1522 -85.85 + 87 33.4602 595 4 0 89.2951 -61.05 -86.1399 + 87 38.1212 735 4 0 100.5 -32.9036 -86.25 + 87 246.945 736 4 0 100.49 -32.85 -86.1543 + 87 4.96038 1400 4 1 100.156 -32.4786 -84.8497 + 87 213.586 1399 4 1 100.15 -32.4734 -84.8269 + 87 84.123 1342 4 1 88.65 -61.7623 -84.6382 + 87 154.713 587 4 0 88.1488 -62.5154 -85.85 +Number of digits in this event = 33 +Using G4ParticleGun ... +1.42803 LIN e- Event: 88 -Number of tracker hits in this event = 86 - 88 184.479 1206 8 1 61.308 -127.563 35.55 - 88 103.908 262 8 0 61.3078 -127.563 34.15 - 88 308.179 1206 7 1 61.3053 -127.565 5.55 - 88 110.82 262 7 0 61.3048 -127.564 4.15 - 88 116.996 1206 6 1 61.4059 -127.544 -24.45 - 88 130.502 263 6 0 61.4225 -127.546 -25.85 - 88 112.421 1208 5 1 61.7685 -127.63 -54.45 - 88 116.465 262 5 0 61.778 -127.652 -55.85 - 88 123.279 1209 4 1 62.0327 -128.118 -84.45 - 88 97.2964 259 4 0 62.0623 -128.154 -85.85 - 88 9.59901 1212 3 1 62.6474 -128.922 -114.45 - 88 92.1114 1213 3 1 62.65 -128.923 -114.497 - 88 101.569 255 3 0 62.7201 -128.955 -115.85 - 88 148.836 1220 2 1 64.1478 -129.678 -144.45 - 88 152.621 252 2 0 64.2664 -129.691 -145.85 - 88 139.364 1232 1 1 66.5081 -130.04 -174.45 - 88 8.30815 250 1 0 66.535 -129.951 -175.85 - 88 120.656 251 1 0 66.5354 -129.95 -175.87 - 88 100.42 1235 0 1 67.1714 -128.176 -204.45 - 88 123.53 260 0 0 67.2727 -128.082 -205.85 - 88 324.028 1215 1 1 63.0992 -130.263 -174.45 - 88 290.107 249 1 0 62.9727 -130.269 -175.85 - 88 53.6854 1204 0 1 60.9301 -128.815 -204.45 - 88 68.1078 1203 0 1 60.85 -128.828 -204.495 - 88 67.8701 1202 0 1 60.6495 -128.882 -204.606 - 88 88.7966 1201 0 1 60.45 -128.949 -204.714 - 88 23.0427 1200 0 1 60.2499 -129.026 -204.809 - 88 123.294 248 0 0 57.3831 -130.375 -205.85 - 88 103.139 247 0 0 57.0259 -130.55 -205.981 - 88 132.582 246 0 0 56.6674 -130.75 -206.103 - 88 28.8046 245 0 0 56.2784 -130.95 -206.227 - 88 202.534 161 0 0 -78.439 -147.798 -206.25 - 88 1116.21 162 0 0 -79.1414 -147.75 -206.166 - 88 132.702 488 0 1 -82.3037 -148.182 -204.85 - 88 137.351 289 12 0 -170.331 -122.193 153.75 - 88 99.2201 288 12 0 -170.415 -122.35 153.779 - 88 141.592 1216 0 1 63.4423 -130.218 -204.45 - 88 146.999 249 0 0 63.4424 -130.228 -205.85 - 88 33.0381 251 0 0 63.4753 -129.798 -205.85 - 88 121.439 252 0 0 63.4818 -129.75 -205.961 - 88 108.339 1205 7 1 61.25 -127.544 5.53345 - 88 113.561 264 7 0 60.9777 -127.235 4.15 - 88 130.475 1163 6 1 52.8212 -122.092 -24.4503 - 88 48.443 294 6 0 52.5352 -121.243 -25.85 - 88 76.6308 295 6 0 52.5007 -121.15 -26.0079 - 88 18.4857 1136 5 1 47.4017 -105.691 -54.4501 - 88 98.153 1137 5 1 47.45 -105.637 -54.4814 - 88 92.6742 1138 5 1 47.6502 -105.404 -54.623 - 88 66.9516 1139 5 1 47.85 -105.161 -54.7544 - 88 7.22577 383 5 0 49.7056 -103.377 -55.85 - 88 110.123 384 5 0 49.7347 -103.35 -55.8669 - 88 97.9169 385 5 0 50.0432 -103.15 -56.0609 - 88 122.561 1398 4 1 99.8766 -85.4387 -84.45 - 88 108.964 1399 4 1 99.95 -85.4015 -84.558 - 88 88.8479 475 4 0 100.849 -84.9504 -85.85 - 88 68.2452 476 4 0 101.026 -84.85 -86.1011 - 88 62.3279 1503 3 1 120.939 -69.0869 -114.45 - 88 76.55 1504 3 1 120.95 -69.0261 -114.583 - 88 152.369 557 3 0 121.029 -68.645 -115.85 - 88 124.578 1521 2 1 124.517 -59.0919 -144.45 - 88 33.7613 609 2 0 124.364 -58.0982 -145.85 - 88 81.9812 610 2 0 124.365 -58.05 -145.92 - 88 6.90832 611 2 0 124.414 -57.85 -146.233 - 88 72.9143 1207 7 1 61.45 -127.606 5.31384 - 88 136.417 261 7 0 61.7218 -127.818 4.15 - 88 36.8875 1251 6 1 70.4182 -135.203 -24.45 - 88 127.631 1252 6 1 70.45 -135.189 -24.4957 - 88 20.4896 1253 6 1 70.65 -135.11 -24.7943 - 88 136.998 226 6 0 71.3963 -134.826 -25.85 - 88 3.21859 227 6 0 71.655 -134.75 -26.2356 - 88 111.909 1343 5 1 88.7721 -128.892 -54.45 - 88 22.0917 1344 5 1 88.85 -128.979 -54.766 - 88 81.019 254 5 0 89.0801 -129.276 -55.85 - 88 61.5857 253 5 0 89.1264 -129.35 -56.105 - 88 48.0834 1372 4 1 94.6625 -138.788 -84.45 - 88 115.911 1373 4 1 94.7503 -138.892 -84.5467 - 88 75.4918 1374 4 1 94.95 -139.157 -84.74 - 88 6.45003 197 4 0 96.2793 -140.735 -85.85 - 88 90.2405 196 4 0 96.2923 -140.75 -85.8607 - 88 95.2383 195 4 0 96.4698 -140.95 -85.9962 - 88 41.7609 194 4 0 96.6866 -141.15 -86.1625 - 88 38.4985 1547 3 1 129.692 -173.596 -114.45 - 88 124.184 1548 3 1 129.75 -173.596 -114.538 - 88 16.433 1549 3 1 129.95 -173.627 -114.809 - 88 363.065 31 3 0 130.695 -173.819 -115.85 - 88 5.36893 92 2 0 115.978 -161.73 -145.85 -Number of digits in this event = 32 +Number of tracker hits in this event = 80 + 88 147.335 1258 10 1 71.7408 -79.5998 95.55 + 88 242.373 502 10 0 71.7393 -79.5946 94.15 + 88 107.291 1258 9 1 71.6949 -79.4846 65.55 + 88 100.367 502 9 0 71.6859 -79.4849 64.15 + 88 121.011 1257 8 1 71.5055 -79.4574 35.55 + 88 107.684 502 8 0 71.4921 -79.4532 34.15 + 88 101.437 1255 7 1 71.1752 -79.3998 5.55 + 88 92.7226 503 7 0 71.1625 -79.4228 4.15 + 88 494.597 1254 6 1 70.904 -79.9186 -24.45 + 88 107.294 500 6 0 70.9037 -79.9163 -25.8501 + 88 121.529 1255 5 1 71.1903 -79.6625 -54.4506 + 88 114.464 501 5 0 71.0537 -79.7352 -55.8509 + 88 251.151 1241 4 1 68.321 -80.6207 -84.45 + 88 130.75 496 4 0 68.1174 -80.7583 -85.85 + 88 82.5381 1219 3 1 63.8588 -83.3882 -114.45 + 88 210.656 1218 3 1 63.85 -83.3882 -114.624 + 88 126.724 483 3 0 63.7924 -83.3906 -115.85 + 88 43.1883 1210 2 1 62.0851 -83.2685 -144.45 + 88 103.097 1209 2 1 62.05 -83.2494 -144.555 + 88 128.078 485 2 0 61.5973 -83.0246 -145.85 + 88 106.655 1159 1 1 51.9438 -78.2445 -174.45 + 88 147.487 510 1 0 51.6741 -77.9731 -175.85 + 88 114.51 1135 0 1 47.2166 -72.6858 -204.45 + 88 217.219 537 0 0 47.0358 -72.5912 -205.85 + 88 383.313 505 6 0 70.8098 -78.9619 -25.85 + 88 100.647 1245 5 1 69.1623 -77.5863 -54.45 + 88 107.441 512 5 0 69.3645 -77.5443 -55.8503 + 88 5.04501 1261 4 1 72.4456 -75.6333 -84.4503 + 88 218.884 1262 4 1 72.45 -75.6292 -84.4717 + 88 138.379 524 4 0 72.8091 -75.2042 -85.85 + 88 67.4125 1290 3 1 78.0836 -66.5948 -114.45 + 88 81.7908 1289 3 1 78.05 -66.4923 -114.635 + 88 81.1796 571 3 0 77.7647 -65.7768 -115.85 + 88 60.9938 572 3 0 77.7082 -65.65 -116.056 + 88 7.67377 1259 2 1 72.0439 -47.5931 -144.45 + 88 208.901 1260 2 1 72.0501 -47.5786 -144.466 + 88 127.772 668 2 0 72.4372 -46.4401 -145.85 + 88 52.679 669 2 0 72.5109 -46.25 -146.111 + 88 85.8172 1309 1 1 81.9092 -29.2951 -174.45 + 88 50.4656 1310 1 1 82.05 -29.214 -174.679 + 88 133.872 755 1 0 82.6314 -28.9374 -175.85 + 88 151.536 1382 0 1 96.6301 -23.0915 -204.45 + 88 112.812 787 0 0 96.5861 -22.6022 -205.85 + 88 9.11561 788 0 0 96.5546 -22.45 -206.222 + 88 111.526 1271 5 1 74.2937 -77.0759 -54.45 + 88 37.8813 1272 5 1 74.45 -77.0321 -54.8134 + 88 68.2888 515 5 0 74.92 -76.886 -55.85 + 88 49.7465 516 5 0 75.0425 -76.85 -56.1364 + 88 52.6688 1336 4 1 87.3883 -73.2194 -84.45 + 88 145.645 1337 4 1 87.45 -73.2428 -84.6238 + 88 164.536 532 4 0 87.8146 -73.485 -85.85 + 88 86.5966 1382 3 1 96.7135 -80.3611 -114.45 + 88 39.5232 1383 3 1 96.75 -80.3596 -114.698 + 88 129.458 498 3 0 96.8731 -80.2921 -115.85 + 88 0.250179 499 3 0 96.9083 -80.25 -116.248 + 88 138.224 1397 2 1 99.7067 -79.3808 -144.451 + 88 129.45 502 2 0 99.4962 -79.5614 -145.85 + 88 122.196 1407 1 1 101.642 -84.183 -174.45 + 88 54.7189 474 1 0 101.717 -85.1274 -175.85 + 88 95.5493 473 1 0 101.726 -85.25 -176.022 + 88 106.544 1404 0 1 100.98 -106.654 -204.45 + 88 112.296 1405 0 1 101.15 -106.716 -204.663 + 88 187.234 363 0 0 102.425 -107.418 -205.85 + 88 55.1792 362 0 0 102.643 -107.55 -206.086 + 88 3.60195 1629 0 1 146.14 -69.0912 -204.45 + 88 63.861 1630 0 1 146.15 -69.0905 -204.454 + 88 117.177 1631 0 1 146.35 -69.0643 -204.545 + 88 120.677 1632 0 1 146.55 -69.3652 -204.692 + 88 7.67543 543 0 0 147.888 -71.4271 -205.85 + 88 104.566 542 0 0 147.903 -71.45 -205.864 + 88 244.538 541 0 0 148.003 -71.65 -205.971 + 88 63.2752 540 0 0 148.111 -71.8502 -206.07 + 88 28.9838 539 0 0 148.219 -72.05 -206.192 + 88 11.573 1672 3 1 154.618 168.38 -114.45 + 88 129.945 503 8 0 71.4912 -79.45 33.9999 + 88 62.8267 504 8 0 71.5241 -79.25 33.8577 + 88 48.9855 704 8 0 102.372 -39.1669 33.7501 + 88 326.492 705 8 0 102.396 -39.05 33.8039 + 88 26.4214 594 10 0 64.0239 -61.0621 93.75 + 88 35.4769 595 10 0 64.0215 -61.05 93.7525 +Number of digits in this event = 33 Using G4ParticleGun ... -5.27722 LIN +3.86034 LIN e- Event: 89 -Number of tracker hits in this event = 31 - 89 118.65 201 7 1 -139.752 -44.6907 5.55 - 89 102.242 676 7 0 -139.753 -44.6892 4.15 - 89 163.551 201 6 1 -139.783 -44.6587 -24.45 - 89 112.605 676 6 0 -139.784 -44.6576 -25.85 - 89 96.2111 201 5 1 -139.805 -44.6382 -54.45 - 89 146.783 677 5 0 -139.805 -44.6384 -55.85 - 89 154.463 201 4 1 -139.785 -44.6402 -84.45 - 89 196.13 677 4 0 -139.784 -44.6397 -85.85 - 89 135.267 201 3 1 -139.767 -44.6261 -114.45 - 89 150.681 677 3 0 -139.767 -44.6254 -115.85 - 89 326.849 201 2 1 -139.767 -44.6096 -144.45 - 89 377.911 677 2 0 -139.768 -44.6094 -145.85 - 89 371.152 201 1 1 -139.778 -44.6014 -174.45 - 89 282.353 677 1 0 -139.779 -44.6017 -175.85 - 89 287.701 201 0 1 -139.795 -44.6055 -204.45 - 89 149.701 677 0 0 -139.796 -44.6071 -205.85 - 89 28.435 184 5 0 -43.9713 -143.221 -56.25 - 89 195.04 202 3 1 -139.75 -44.6156 -114.643 - 89 101.189 202 4 1 -139.75 -44.6606 -84.6644 - 89 0.0351189 676 2 0 -139.95 -44.65 -146.249 - 89 270.695 199 1 1 -140.327 -46.6492 -174.45 - 89 145.202 198 1 1 -140.35 -46.6204 -174.627 - 89 125.621 668 1 0 -140.501 -46.4413 -175.85 - 89 99.9261 183 0 1 -143.457 -43.1755 -204.45 - 89 200.521 686 0 0 -143.374 -42.8068 -205.85 - 89 212.137 679 0 0 -139.922 -44.1556 -205.85 - 89 40.186 200 1 1 -140.009 -44.4898 -174.45 - 89 199.966 197 1 1 -140.55 -44.4042 -174.71 - 89 46.887 681 1 0 -141.327 -43.7154 -175.85 - 89 95.9643 682 1 0 -141.381 -43.6499 -175.936 - 89 6.06406 1119 2 0 -163.581 44.05 -146.107 -Number of digits in this event = 22 +Number of tracker hits in this event = 44 + 89 185.795 999 11 1 19.9981 -39.6095 125.55 + 89 200.497 702 11 0 19.9985 -39.6087 124.15 + 89 107.202 999 10 1 20.0105 -39.594 95.55 + 89 129.38 702 10 0 20.0107 -39.5941 94.15 + 89 225.305 999 9 1 20.0237 -39.6043 65.55 + 89 115.338 702 9 0 20.0247 -39.604 64.15 + 89 134.738 999 8 1 20.0489 -39.6129 35.55 + 89 149.787 702 8 0 20.0503 -39.6148 34.15 + 89 109.077 1000 7 1 20.0727 -39.6448 5.55 + 89 116.128 702 7 0 20.0752 -39.6444 4.15 + 89 115.591 1000 6 1 20.1291 -39.6499 -24.45 + 89 114.68 702 6 0 20.1314 -39.6482 -25.85 + 89 120.323 1000 5 1 20.1821 -39.6146 -54.45 + 89 117.546 702 5 0 20.1852 -39.6129 -55.85 + 89 126.636 1000 4 1 20.2415 -39.5807 -84.45 + 89 134.203 702 4 0 20.2447 -39.5825 -85.85 + 89 191.214 1001 3 1 20.3149 -39.6251 -114.45 + 89 219.118 702 3 0 20.3217 -39.6239 -115.85 + 89 108.959 1002 2 1 20.4602 -39.6066 -144.45 + 89 120.218 702 2 0 20.4671 -39.6074 -145.85 + 89 110.897 1002 1 1 20.6027 -39.6362 -174.45 + 89 240.773 702 1 0 20.6083 -39.6364 -175.85 + 89 123.713 1003 0 1 20.7259 -39.6287 -204.45 + 89 112.058 702 0 0 20.7299 -39.6261 -205.85 + 89 234.711 745 2 1 -31.0363 -82.3687 -144.45 + 89 42.6983 744 2 1 -31.0502 -82.3529 -144.498 + 89 142.675 1002 3 1 20.45 -39.7676 -114.504 + 89 44.6785 1003 3 1 20.65 -39.7005 -114.771 + 89 86.7688 700 3 0 21.8998 -40.017 -115.85 + 89 179.129 699 3 0 22.066 -40.0503 -115.96 + 89 227.947 1000 2 1 20.196 -39.778 -144.45 + 89 113.216 700 2 0 20.0788 -39.86 -145.85 + 89 98.1036 998 1 1 19.8413 -41.02 -174.45 + 89 170.437 694 1 0 19.8454 -41.187 -175.85 + 89 179.829 1001 0 1 20.2786 -47.8729 -204.451 + 89 35.3267 1000 0 1 20.25 -48.0764 -204.777 + 89 0.544126 657 0 0 20.1408 -48.6487 -205.85 + 89 119.3 656 0 0 20.1405 -48.6502 -205.853 + 89 255.554 701 2 0 20.2432 -39.8069 -145.85 + 89 20.3116 1007 1 1 21.6438 -39.5585 -174.45 + 89 132.013 1008 1 1 21.65 -39.5589 -174.515 + 89 107.561 1020 0 1 24.1951 -39.4075 -204.45 + 89 45.8383 1021 0 1 24.25 -39.3991 -204.712 + 89 138.766 703 0 0 24.492 -39.3691 -205.85 +Number of digits in this event = 26 Using G4ParticleGun ... -1.83044 LIN +5.00482 LIN e- Event: 90 -Number of tracker hits in this event = 32 - 90 134.451 1457 9 1 111.744 73.6847 65.55 - 90 107.312 1268 9 0 111.745 73.6785 64.15 - 90 120.018 1458 8 1 111.77 73.5549 35.55 - 90 220.525 1267 8 0 111.776 73.5493 34.15 - 90 234.914 1458 7 1 111.865 73.4361 5.55 - 90 105.74 1266 7 0 111.866 73.4293 4.15 - 90 116.143 1459 6 1 112.002 73.2715 -24.45 - 90 132.457 1265 6 0 112.031 73.2321 -25.85 - 90 109.248 1462 5 1 112.719 72.4323 -54.45 - 90 115.615 1262 5 0 112.763 72.4566 -55.85 - 90 120.493 1467 4 1 113.717 73.0306 -84.45 - 90 122.287 1264 4 0 113.771 73.0345 -85.85 - 90 121.494 1474 3 1 114.956 73.1352 -114.45 - 90 117.078 1265 3 0 115.013 73.2179 -115.85 - 90 241.242 1480 2 1 116.267 74.9442 -144.45 - 90 87.3233 1274 2 0 116.334 75.0316 -145.85 - 90 76.4437 1275 2 0 116.348 75.05 -146.144 - 90 113.438 1488 1 1 117.787 76.923 -174.45 - 90 116.184 1284 1 0 117.849 76.9522 -175.85 - 90 133.993 1494 0 1 119.001 77.5023 -204.45 - 90 103.778 1286 0 0 119.126 77.4388 -205.85 - 90 306.419 1458 1 1 111.903 72.6581 -174.45 - 90 306.074 1262 1 0 111.853 72.644 -175.85 - 90 393.553 1453 0 1 110.833 72.3558 -204.45 - 90 206.367 1261 0 0 110.786 72.3415 -205.85 - 90 347.052 1459 0 1 112.049 72.4202 -204.45 - 90 194.113 1263 1 0 111.851 72.65 -176.175 - 90 170.187 1458 0 1 111.861 72.9241 -204.45 - 90 125.621 1267 0 0 112.039 73.4952 -205.85 - 90 62.2895 1258 0 0 112.151 71.8236 -205.85 - 90 65.1504 1257 0 0 112.234 71.65 -206.029 - 90 43.9296 1256 0 0 112.368 71.45 -206.154 -Number of digits in this event = 20 +Number of tracker hits in this event = 33 + 90 116.825 690 11 1 -42.0106 -59.2352 125.55 + 90 139.418 604 11 0 -42.0105 -59.2353 124.15 + 90 105.561 690 10 1 -42.0105 -59.236 95.55 + 90 119.641 604 10 0 -42.0096 -59.2367 94.15 + 90 160.625 690 9 1 -41.9851 -59.2494 65.55 + 90 107.554 603 9 0 -41.983 -59.2502 64.15 + 90 133.19 690 8 1 -41.9407 -59.2876 35.55 + 90 103.38 603 8 0 -41.9384 -59.288 34.15 + 90 127.903 690 7 1 -41.8953 -59.2929 5.55 + 90 159.775 603 7 0 -41.8938 -59.2938 4.15 + 90 121.629 690 6 1 -41.8525 -59.306 -24.45 + 90 118.104 603 6 0 -41.8512 -59.3059 -25.85 + 90 139.832 691 5 1 -41.8284 -59.3127 -54.45 + 90 117.472 603 5 0 -41.8274 -59.3134 -55.85 + 90 131.69 691 4 1 -41.8086 -59.3255 -84.45 + 90 114.879 603 4 0 -41.8073 -59.3241 -85.85 + 90 148.072 691 3 1 -41.7829 -59.3029 -114.45 + 90 154.406 603 3 0 -41.7811 -59.3018 -115.85 + 90 124.333 691 2 1 -41.7522 -59.2766 -144.45 + 90 114.334 603 2 0 -41.7498 -59.2768 -145.85 + 90 103.628 691 1 1 -41.7028 -59.2892 -174.45 + 90 131.567 603 1 0 -41.6951 -59.2899 -175.85 + 90 121.632 692 0 1 -41.5072 -59.3152 -204.45 + 90 116.862 603 0 0 -41.499 -59.3155 -205.85 + 90 105.444 650 2 0 49.869 -50.0248 -146.25 + 90 52.713 541 2 0 95.8806 -71.6693 -146.25 + 90 94.5275 542 2 0 95.9661 -71.6499 -146.222 + 90 188.381 648 6 0 -48.928 -50.4356 -26.2499 + 90 22.052 647 6 1 -50.5866 -49.116 -24.85 + 90 100.922 646 6 1 -50.65 -49.0522 -24.7946 + 90 63.6713 645 6 1 -50.85 -48.8439 -24.5573 + 90 54.3902 919 5 0 24.9431 3.90405 -56.25 + 90 28.3065 740 0 0 -30.84 -32.05 -206.222 +Number of digits in this event = 17 Using G4ParticleGun ... -5.27305 LIN +9.08717 LIN e- Event: 91 -Number of tracker hits in this event = 131 - 91 109.123 450 9 1 -89.9256 94.8533 65.55 - 91 136.25 1373 9 0 -89.9243 94.8544 64.15 - 91 107.115 450 8 1 -89.8955 94.8844 35.55 - 91 109.24 1373 8 0 -89.8944 94.8864 34.15 - 91 117.145 450 7 1 -89.8532 94.9258 5.55 - 91 171.767 1373 7 0 -89.8507 94.9266 4.15 - 91 96.9993 451 6 1 -89.7992 94.951 -24.45 - 91 140.352 1374 6 0 -89.7974 94.9508 -25.85 - 91 147.49 451 5 1 -89.7375 95.046 -54.45 - 91 233.875 1374 5 0 -89.7401 95.043 -55.85 - 91 103.199 451 4 1 -89.8071 95.0648 -84.45 - 91 355.069 1374 4 0 -89.819 95.0709 -85.85 - 91 116.185 450 3 1 -90.0065 95.2043 -114.45 - 91 261.365 1375 3 0 -90.036 95.2408 -115.85 - 91 122.587 447 2 1 -90.676 96.0165 -144.45 - 91 276.936 1379 2 0 -90.7278 96.0549 -145.85 - 91 129.543 441 1 1 -91.7943 96.9065 -174.45 - 91 120.07 1383 1 0 -91.8655 96.9407 -175.85 - 91 133.065 1384 1 0 -91.885 96.95 -176.232 - 91 197.7 434 0 1 -93.3268 97.6441 -204.45 - 91 106.65 1387 0 0 -93.3929 97.6873 -205.85 - 91 312.503 451 3 1 -89.7652 95.2111 -114.45 - 91 122.588 1376 3 0 -89.8856 95.35 -116.004 - 91 122.347 441 2 1 -91.8405 100.596 -144.45 - 91 12.1445 442 2 1 -91.75 100.811 -144.825 - 91 88.0461 1406 2 0 -91.5019 101.439 -145.85 - 91 65.9363 1407 2 0 -91.4538 101.55 -146.044 - 91 29.5132 507 1 1 -78.4991 115.112 -174.45 - 91 146.286 508 1 1 -78.4499 115.108 -174.526 - 91 6.30156 509 1 1 -78.2499 115.087 -174.816 - 91 176.622 1474 1 0 -77.5267 115.114 -175.85 - 91 98.4601 619 0 1 -56.062 120.327 -204.45 - 91 41.6528 618 0 1 -56.2501 120.352 -204.587 - 91 58.7995 617 0 1 -56.45 120.395 -204.641 - 91 98.2138 616 0 1 -56.6501 120.405 -204.624 - 91 157.28 615 0 1 -56.8514 120.395 -204.612 - 91 49.3488 614 0 1 -57.05 120.377 -204.594 - 91 52.3804 613 0 1 -57.25 120.386 -204.542 - 91 47.3197 612 0 1 -57.45 120.406 -204.478 - 91 61.3273 611 0 1 -57.6501 120.417 -204.459 - 91 52.3944 610 0 1 -57.85 120.427 -204.489 - 91 64.5626 609 0 1 -58.05 120.415 -204.524 - 91 64.0988 608 0 1 -58.2501 120.428 -204.552 - 91 67.7343 607 0 1 -58.45 120.44 -204.556 - 91 71.0426 606 0 1 -58.65 120.442 -204.582 - 91 74.5271 605 0 1 -58.8502 120.442 -204.594 - 91 59.0019 604 0 1 -59.05 120.482 -204.635 - 91 58.9199 603 0 1 -59.25 120.525 -204.692 - 91 40.0462 602 0 1 -59.4508 120.598 -204.771 - 91 77.3624 1503 0 0 -61.5284 120.899 -205.85 - 91 80.0164 1504 0 0 -61.7576 120.95 -206.05 - 91 27.2061 1791 11 0 -42.8357 178.35 123.753 - 91 82.921 459 2 1 -88.0782 95.9855 -144.45 - 91 27.7409 460 2 1 -88.05 95.9958 -144.762 - 91 74.0122 474 1 1 -85.0681 97.0673 -174.45 - 91 16.7467 475 1 1 -85.05 97.0776 -174.772 - 91 271.483 484 0 1 -83.1254 97.4889 -204.45 - 91 131.062 1386 0 0 -83.0243 97.4515 -205.85 - 91 17.111 1394 0 0 -83.6924 99.0926 -205.85 - 91 98.4178 1395 0 0 -83.7156 99.15 -205.906 - 91 56.9214 1396 0 0 -83.773 99.35 -206.128 - 91 134.221 1472 0 0 -80.3588 114.672 -206.25 - 91 40.8163 502 0 1 -79.5163 114.513 -204.85 - 91 100.698 503 0 1 -79.45 114.525 -204.737 - 91 37.6604 504 0 1 -79.25 114.702 -204.506 - 91 21.7654 1373 5 0 -89.979 94.95 -56.1014 - 91 506.264 1373 6 0 -89.7977 94.95 -26.0849 - 91 216.212 452 3 1 -89.6252 95.1058 -114.45 - 91 243.278 1374 3 0 -89.6242 95.1082 -115.85 - 91 114.644 452 2 1 -89.5987 95.1535 -144.45 - 91 377.985 1375 2 0 -89.5926 95.1563 -145.85 - 91 254.458 452 1 1 -89.4612 95.2249 -174.45 - 91 107.347 1375 1 0 -89.4518 95.2267 -175.85 - 91 74.5125 453 0 1 -89.252 95.2772 -204.45 - 91 532.043 454 0 1 -89.25 95.2773 -204.707 - 91 136.938 1375 0 0 -89.2417 95.2782 -205.85 - 91 230.612 455 0 1 -89.05 94.8256 -204.765 - 91 21.6024 456 0 1 -88.85 94.5684 -204.631 - 91 372.847 637 0 1 -52.6 -56.5512 -204.85 - 91 12.7113 636 0 1 -52.65 -56.7729 -204.598 - 91 126.392 612 0 0 -55.1893 -57.4978 -205.85 - 91 153.372 453 2 1 -89.2692 95.1937 -144.45 - 91 109.796 1372 1 0 -89.6707 94.726 -175.85 - 91 129.259 446 0 1 -90.7966 93.6877 -204.45 - 91 98.3773 1367 0 0 -90.8389 93.6295 -205.85 - 91 133.403 1354 3 0 -96.9278 91.1009 -115.85 - 91 173.152 1355 3 0 -97.2714 91.1504 -115.899 - 91 162.829 1356 3 0 -97.5208 91.3503 -116.017 - 91 133.922 763 6 0 -16.4268 -27.2947 -26.25 - 91 233.318 450 6 1 -89.9854 94.8586 -24.45 - 91 119.54 457 5 1 -88.6175 95.7872 -54.45 - 91 157.425 1379 5 0 -88.546 95.9697 -55.8503 - 91 125.715 464 4 1 -87.1457 99.3208 -84.45 - 91 133.611 1397 4 0 -86.9455 99.6077 -85.85 - 91 96.8527 488 3 1 -82.3062 105.757 -114.45 - 91 33.1125 489 3 1 -82.25 105.759 -114.776 - 91 135.709 1428 3 0 -82.0694 105.757 -115.85 - 91 151.856 517 2 1 -76.6051 106.887 -144.45 - 91 211.219 1433 2 0 -76.2475 106.896 -145.85 - 91 6.51656 554 1 1 -69.0541 107.543 -174.45 - 91 178.692 555 1 1 -69.05 107.548 -174.483 - 91 57.3613 1437 1 0 -68.8547 107.728 -175.851 - 91 105.24 1438 1 0 -68.8291 107.75 -176.049 - 91 1.01463 575 0 1 -64.8512 110.557 -204.45 - 91 165.55 576 0 1 -64.8498 110.558 -204.453 - 91 126.199 1453 0 0 -64.1643 110.8 -205.85 - 91 42.8923 1656 7 0 84.6685 151.435 3.75 - 91 169.674 1657 7 0 84.7412 151.55 3.86146 - 91 118.953 1325 7 1 85.0616 151.898 5.15 - 91 128.265 473 5 1 -85.3989 93.0377 -54.45 - 91 152.996 1364 5 0 -85.3972 93.1128 -55.85 - 91 116.223 482 4 1 -83.6049 95.4367 -84.45 - 91 124.503 473 3 1 -85.4179 89.694 -114.45 - 91 129.163 1347 3 0 -85.1443 89.5779 -115.85 - 91 89.9929 496 2 1 -80.7982 87.2831 -144.45 - 91 38.7789 495 2 1 -80.85 87.1927 -144.747 - 91 24.0784 1334 2 0 -81.0384 86.8799 -145.85 - 91 70.1674 1333 2 0 -81.0523 86.85 -145.948 - 91 30.3137 482 1 1 -83.6195 77.2149 -174.45 - 91 141.847 481 1 1 -83.65 77.1987 -174.515 - 91 82.6686 1282 1 0 -83.9028 76.559 -175.85 - 91 42.5796 1281 1 0 -83.949 76.45 -176.074 - 91 69.4428 459 0 1 -88.1066 62.5065 -204.45 - 91 149.104 458 0 1 -88.2503 62.5907 -204.661 - 91 127.874 1215 0 0 -88.6647 63.0631 -205.85 - 91 19.3117 1295 0 0 -79.0471 79.2083 -206.25 - 91 71.4685 1296 0 0 -79.0057 79.25 -206.21 - 91 43.561 1297 0 0 -78.8253 79.45 -206.168 - 91 51.6948 1298 0 0 -78.7772 79.65 -206.169 - 91 66.5323 1299 0 0 -78.7494 79.85 -206.188 - 91 24.802 1300 0 0 -78.6303 80.0501 -206.229 -Number of digits in this event = 59 +Number of tracker hits in this event = 54 + 91 120.051 782 11 1 -23.5097 -6.57141 125.55 + 91 136.513 867 11 0 -23.5103 -6.57116 124.15 + 91 281.63 782 10 1 -23.5261 -6.56542 95.55 + 91 276.094 867 10 0 -23.5273 -6.56519 94.15 + 91 152.675 782 9 1 -23.5544 -6.55875 65.55 + 91 103.84 867 9 0 -23.5552 -6.55892 64.15 + 91 117.259 782 8 1 -23.5728 -6.56236 35.55 + 91 104.769 867 8 0 -23.5732 -6.56341 34.15 + 91 114.422 782 7 1 -23.58 -6.58294 5.55 + 91 142.696 867 7 0 -23.5788 -6.58378 4.15 + 91 99.2035 782 6 1 -23.5552 -6.59829 -24.45 + 91 144.958 867 6 0 -23.5532 -6.59982 -25.85 + 91 105.563 782 5 1 -23.5091 -6.63091 -54.45 + 91 117.264 867 5 0 -23.5051 -6.63126 -55.85 + 91 137.74 783 4 1 -23.4176 -6.63923 -84.45 + 91 123.119 867 4 0 -23.4116 -6.63903 -85.85 + 91 356.544 783 3 1 -23.2981 -6.63429 -114.45 + 91 376.657 867 3 0 -23.2919 -6.63269 -115.85 + 91 107.68 784 2 1 -23.1646 -6.59538 -144.45 + 91 107.858 867 2 0 -23.1614 -6.59393 -145.85 + 91 106.279 784 1 1 -23.1055 -6.57881 -174.45 + 91 128.055 867 1 0 -23.1052 -6.57644 -175.85 + 91 347.995 784 0 1 -23.0943 -6.51969 -204.45 + 91 119.197 867 0 0 -23.0938 -6.5153 -205.85 + 91 33.6238 878 0 0 -40.3537 -4.45 -206.11 + 91 283.269 866 3 0 -23.4418 -6.70422 -115.85 + 91 510.043 783 2 1 -23.374 -6.77079 -144.45 + 91 276.918 866 2 0 -23.3689 -6.77495 -145.85 + 91 222.941 783 1 1 -23.2777 -6.86144 -174.45 + 91 157.563 865 1 0 -23.2721 -6.8633 -175.85 + 91 303.702 865 0 0 -23.1353 -6.90477 -205.85 + 91 159.95 866 1 0 -23.3909 -6.793 -175.85 + 91 259.569 781 10 1 -23.65 -6.94477 95.1814 + 91 239.666 781 3 1 -23.6536 -6.52095 -114.45 + 91 118.378 864 2 0 -23.3762 -7.11028 -145.85 + 91 155.912 777 1 1 -24.623 -8.15385 -174.45 + 91 55.0466 859 1 0 -24.5329 -8.23794 -175.85 + 91 66.6223 858 1 0 -24.5223 -8.25 -176.02 + 91 235.468 787 0 1 -22.4816 -10.3983 -204.45 + 91 129.27 847 0 0 -22.6823 -10.5852 -205.85 + 91 50.0423 782 2 1 -23.4502 -7.04661 -144.734 + 91 75.3129 871 2 0 -24.3006 -5.76809 -145.85 + 91 299.463 872 2 0 -24.3549 -5.64986 -145.907 + 91 133.405 779 2 1 -24.0811 -6.19855 -144.45 + 91 161.887 869 2 0 -24.0519 -6.18657 -145.85 + 91 111.228 782 1 1 -23.5079 -6.23756 -174.45 + 91 102.992 869 1 0 -23.4615 -6.23744 -175.85 + 91 125.224 869 0 0 -22.424 -6.2406 -205.85 + 91 47.5567 153 1 0 -38.1797 -149.449 -176.25 + 91 184.663 152 1 0 -38.1945 -149.55 -176.193 + 91 42.2535 712 1 1 -37.5041 -150.025 -174.85 + 91 86.7309 713 1 1 -37.45 -150.075 -174.752 + 91 133.523 714 1 1 -37.25 -150.1 -174.752 + 91 205.493 154 1 0 -37.4563 -149.341 -175.85 +Number of digits in this event = 34 Using G4ParticleGun ... -3.51447 LIN +4.67842 LIN e- Event: 92 -Number of tracker hits in this event = 39 - 92 187.113 1449 9 1 110.002 78.0008 65.55 - 92 145.245 1289 9 0 110.003 78.0021 64.15 - 92 136.739 1449 8 1 110.034 78.0398 35.55 - 92 131.839 1289 8 0 110.035 78.0406 34.15 - 92 122.914 1449 7 1 110.049 78.0573 5.55 - 92 126.713 1290 7 0 110.048 78.0553 4.15 - 92 110.427 1449 6 1 110.04 78.0144 -24.45 - 92 90.6082 1289 6 0 110.042 78.0134 -25.85 - 92 169.395 1449 5 1 110.1 77.9962 -54.45 - 92 115.144 1289 5 0 110.102 77.9935 -55.85 - 92 112.942 1450 4 1 110.152 77.9461 -84.45 - 92 128.515 1289 4 0 110.156 77.9426 -85.85 - 92 132.256 1450 3 1 110.215 77.8623 -114.45 - 92 131.085 1289 3 0 110.219 77.8573 -115.85 - 92 113.548 1450 2 1 110.28 77.7508 -144.45 - 92 161.409 1288 2 0 110.282 77.7441 -145.85 - 92 340.125 1450 1 1 110.336 77.6131 -174.45 - 92 154.755 1287 1 0 110.341 77.6055 -175.85 - 92 341.506 1451 0 1 110.443 77.4643 -204.45 - 92 267.192 1287 0 0 110.45 77.4585 -205.85 - 92 90.5546 1450 0 1 110.308 77.4752 -204.45 - 92 0.415014 1282 0 0 110.589 76.4529 -205.85 - 92 268.79 1281 0 0 110.59 76.45 -205.854 - 92 37.0478 1280 0 0 110.62 76.25 -206.138 - 92 25.4617 1670 6 1 154.237 95.1083 -24.85 - 92 69.7019 1448 5 1 109.95 77.9742 -54.5874 - 92 207.524 1447 5 1 109.75 77.9081 -54.6374 - 92 156.427 1446 5 1 109.55 77.8889 -54.5526 - 92 121.165 1445 5 1 109.35 77.9149 -54.5336 - 92 276.31 1449 2 1 109.985 78.082 -144.45 - 92 100.711 1289 2 0 110.018 78.0292 -145.85 - 92 135.118 1453 1 1 110.919 77.11 -174.45 - 92 101.079 1285 1 0 111.003 77.0677 -175.85 - 92 117.627 1459 0 1 112.127 76.2854 -204.45 - 92 112.856 1290 2 0 109.994 78.0948 -145.85 - 92 114.207 1291 1 0 110.292 78.3227 -175.85 - 92 89.1352 1452 0 1 110.704 78.8728 -204.45 - 92 115.719 1294 0 0 110.742 78.9389 -205.85 - 92 136.217 1448 9 1 109.899 77.993 65.5498 -Number of digits in this event = 24 +Number of tracker hits in this event = 53 + 92 161.429 1255 11 0 -43.2251 71.1076 124.15 + 92 109.094 684 10 1 -43.2157 71.1071 95.5498 + 92 113.987 1255 10 0 -43.1863 71.1581 94.1495 + 92 209.112 687 9 1 -42.6094 72.391 65.55 + 92 112.448 1262 9 0 -42.468 72.4567 64.15 + 92 107.101 700 8 1 -39.9347 73.8603 35.55 + 92 141.096 1268 8 0 -39.8074 73.8377 34.15 + 92 188.64 715 7 1 -36.8844 73.4286 5.54994 + 92 113.483 1266 7 0 -36.7985 73.4433 4.15 + 92 122.344 724 6 1 -35.1777 73.7064 -24.4501 + 92 110.944 1268 6 0 -35.0901 73.8176 -25.85 + 92 9.28883 1269 6 0 -35.0683 73.8501 -26.2125 + 92 132.026 734 5 1 -33.2401 76.5187 -54.45 + 92 118.28 1282 5 0 -33.1225 76.5821 -55.85 + 92 125.439 746 4 1 -30.7634 78.2172 -84.4502 + 92 230.74 1290 4 0 -30.7342 78.2169 -85.85 + 92 130.247 750 3 1 -30.0119 78.6928 -114.45 + 92 131.775 1293 3 0 -29.9467 78.8118 -115.85 + 92 107.909 755 2 1 -29.0264 81.1936 -144.45 + 92 111.317 1306 2 0 -28.825 81.3809 -145.85 + 92 117.211 778 1 1 -24.2883 84.8571 -174.45 + 92 27.189 779 1 1 -24.25 84.906 -174.759 + 92 128.804 1325 1 0 -24.1161 85.079 -175.85 + 92 127.518 798 0 1 -20.3423 89.302 -204.45 + 92 149.701 1347 0 0 -20.2523 89.5294 -205.85 + 92 57.0301 1429 0 0 -32.4847 106.141 -206.25 + 92 157.861 1430 0 0 -32.5053 106.15 -206.183 + 92 244.316 734 0 1 -33.106 106.315 -204.85 + 92 159.735 1431 0 0 -33.2686 106.428 -205.85 + 92 41.2793 1418 0 0 -16.6879 103.762 -206.25 + 92 61.161 1417 0 0 -16.6807 103.75 -206.24 + 92 299.344 1286 3 0 168.843 77.3351 -116.25 + 92 141.954 1274 4 0 -50.5395 74.9341 -86.2497 + 92 118.593 646 4 1 -50.6913 74.7747 -84.85 + 92 103.391 647 4 1 -50.65 74.841 -84.5897 + 92 4.78951 716 7 1 -36.85 73.4431 5.15733 + 92 57.898 1265 7 0 -36.6958 73.0667 4.14972 + 92 45.9871 1264 7 0 -36.6899 73.05 4.12222 + 92 36.6011 1256 7 0 -38.2895 71.399 4.15 + 92 74.9713 686 9 1 -42.7064 72.4085 65.55 + 92 74.7334 688 9 1 -42.45 72.5798 65.3177 + 92 139.867 1267 9 0 -42.6466 73.5421 64.15 + 92 167.869 1268 9 0 -42.6558 73.65 63.9428 + 92 96.6294 1269 9 0 -42.7592 73.8501 63.9076 + 92 193.748 683 0 1 -43.312 79.4825 -204.45 + 92 50.3937 682 0 1 -43.45 79.8667 -204.784 + 92 27.6174 1320 0 0 -43.1851 84.0779 -205.85 + 92 5.97444 650 0 1 -49.9035 94.2514 -204.85 + 92 18.2607 594 0 1 -61.2092 113.858 -204.85 + 92 109.524 593 0 1 -61.2501 113.884 -204.826 + 92 232.918 592 0 1 -61.4501 113.867 -204.68 + 92 37.1041 236 6 1 -132.82 -68.2509 -24.85 + 92 36.4804 123 10 1 -155.44 -7.44798 95.15 +Number of digits in this event = 25 Using G4ParticleGun ... -4.38584 LIN +9.77363 LIN e- Event: 93 -Number of tracker hits in this event = 31 - 93 130.091 190 7 1 -142.12 -34.4943 5.55 - 93 122.672 727 7 0 -142.119 -34.4944 4.15 - 93 94.3811 190 6 1 -142.083 -34.4935 -24.45 - 93 132.905 727 6 0 -142.083 -34.4943 -25.85 - 93 150.647 190 5 1 -142.08 -34.5118 -54.45 - 93 115.994 727 5 0 -142.082 -34.5123 -55.85 - 93 135.918 190 4 1 -142.112 -34.5196 -84.45 - 93 106.913 727 4 0 -142.114 -34.52 -85.85 - 93 247.075 189 3 1 -142.156 -34.5237 -114.45 - 93 356.902 727 3 0 -142.157 -34.5236 -115.85 - 93 120.709 189 2 1 -142.175 -34.5209 -144.45 - 93 119.662 727 2 0 -142.177 -34.5225 -145.85 - 93 111.006 189 1 1 -142.213 -34.5592 -174.45 - 93 226.889 727 1 0 -142.215 -34.5617 -175.85 - 93 469.411 189 0 1 -142.278 -34.6029 -204.45 - 93 169.092 727 0 0 -142.28 -34.6033 -205.85 - 93 91.6461 190 0 1 -142.15 -34.8639 -204.828 - 93 139.867 190 3 1 -142.127 -34.553 -114.45 - 93 112.194 204 2 1 -139.248 -33.4815 -144.45 - 93 126.563 732 2 0 -138.954 -33.5248 -145.85 - 93 184.126 235 1 1 -133.124 -34.5343 -174.45 - 93 108.613 268 0 1 -126.514 -33.3615 -204.45 - 93 130.913 732 0 0 -126.199 -33.5641 -205.85 - 93 80.6149 726 3 0 -142.336 -34.65 -115.923 - 93 116.625 168 2 1 -146.416 -36.3136 -144.45 - 93 107.317 718 2 0 -146.677 -36.3451 -145.85 - 93 21.6423 141 1 1 -151.935 -36.9982 -174.45 - 93 84.997 140 1 1 -151.95 -36.986 -174.538 - 93 126.561 716 1 0 -152.153 -36.7909 -175.85 - 93 202.599 118 0 1 -156.393 -32.4245 -204.45 - 93 103.406 738 0 0 -156.629 -32.2909 -205.85 -Number of digits in this event = 19 +Number of tracker hits in this event = 42 + 93 106.705 1438 9 1 107.755 60.6063 65.55 + 93 127.077 1202 9 0 107.755 60.6067 64.15 + 93 105.248 1438 8 1 107.771 60.613 35.55 + 93 104.535 1202 8 0 107.772 60.6137 34.15 + 93 142.422 1438 7 1 107.773 60.6281 5.55 + 93 134.991 1202 7 0 107.774 60.6288 4.15 + 93 123.494 1438 6 1 107.795 60.6409 -24.45 + 93 136.558 1202 6 0 107.796 60.6431 -25.85 + 93 151.02 1438 5 1 107.832 60.6888 -54.45 + 93 171.782 1203 5 0 107.833 60.6902 -55.85 + 93 216.797 1438 4 1 107.87 60.7173 -84.45 + 93 113.203 1203 4 0 107.872 60.7174 -85.85 + 93 388.768 1438 3 1 107.909 60.7195 -114.45 + 93 115.31 1203 3 0 107.91 60.7195 -115.85 + 93 163.67 1438 2 1 107.938 60.7198 -144.45 + 93 157.04 1203 2 0 107.94 60.7203 -145.85 + 93 141.612 1438 1 1 107.81 60.7869 -174.45 + 93 141.969 1203 1 0 107.792 60.7654 -175.85 + 93 105.626 1437 0 1 107.617 60.2584 -204.45 + 93 114.706 1201 0 0 107.625 60.2712 -205.85 + 93 84.6057 1289 9 1 78.05 -53.6431 65.2466 + 93 7.36287 1200 4 0 94.8959 60.1394 -85.85 + 93 70.8361 1414 10 0 -45.5858 103.077 93.75 + 93 43.3351 1415 10 0 -45.6927 103.15 93.9815 + 93 272.882 672 10 1 -45.5918 103.652 95.15 + 93 111.041 673 10 1 -45.45 103.721 95.4878 + 93 133.076 1202 5 0 107.87 60.6499 -56.2334 + 93 52.5382 755 4 0 82.6076 -28.85 -86.181 + 93 107.363 1202 4 0 107.907 60.5567 -85.85 + 93 84.6969 1191 3 0 107.501 58.2699 -115.851 + 93 26.2619 1190 3 0 107.406 58.25 -116.155 + 93 83.0069 1393 2 1 98.7955 56.6668 -144.45 + 93 26.3779 1392 2 1 98.7499 56.5656 -144.752 + 93 192.618 1180 2 0 98.5508 56.2324 -145.85 + 93 107.964 1367 1 1 93.7134 46.8552 -174.45 + 93 154.222 1132 1 0 93.4855 46.6318 -175.85 + 93 164.663 1337 0 1 87.4799 40.441 -204.45 + 93 34.4128 1100 0 0 87.4463 40.0847 -205.85 + 93 70.6797 1099 0 0 87.4452 40.0499 -205.985 + 93 69.1552 919 0 0 85.0291 3.98708 -206.25 + 93 59.483 802 6 0 98.2145 -19.5154 -26.25 + 93 205.501 1203 9 0 107.771 60.6504 63.9504 +Number of digits in this event = 21 Using G4ParticleGun ... -7.84175 LIN +8.53383 LIN e- Event: 94 -Number of tracker hits in this event = 55 - 94 134.804 667 11 1 -46.593 -0.729129 125.55 - 94 103.342 896 11 0 -46.6017 -0.72855 124.15 - 94 104.342 666 10 1 -46.7202 -0.737103 95.55 - 94 153.982 896 10 0 -46.7477 -0.715815 94.15 - 94 131.938 664 9 1 -47.2415 -0.275924 65.55 - 94 122.879 898 9 0 -47.2661 -0.284634 64.15 - 94 147.143 661 8 1 -47.8311 -0.428203 35.55 - 94 110.586 897 8 0 -47.8614 -0.463028 34.15 - 94 105.031 657 7 1 -48.5161 -1.14468 5.55 - 94 246.092 894 7 0 -48.5094 -1.17417 4.15 - 94 211.769 659 6 1 -48.2045 -1.7108 -24.45 - 94 111.402 891 6 0 -48.185 -1.74489 -25.85 - 94 185.011 661 5 1 -47.6941 -2.48326 -54.45 - 94 145.022 887 5 0 -47.664 -2.50053 -55.85 - 94 125.186 664 4 1 -47.1476 -2.87731 -84.45 - 94 112.813 885 4 0 -47.1145 -2.90708 -85.85 - 94 140.574 668 3 1 -46.4349 -3.49365 -114.45 - 94 104.674 882 3 0 -46.3626 -3.57905 -115.85 - 94 108.099 675 2 1 -44.8743 -5.49995 -144.45 - 94 2.84148 676 2 1 -44.85 -5.52367 -144.842 - 94 228.661 872 2 0 -44.7765 -5.58895 -145.85 - 94 173.741 686 1 1 -42.7148 -7.17993 -174.45 - 94 118.963 863 1 0 -42.6194 -7.30878 -175.85 - 94 108.249 694 0 1 -41.1736 -9.84772 -204.45 - 94 178.638 850 0 0 -41.0985 -9.99282 -205.85 - 94 26.5565 841 4 0 -37.1798 -11.8116 -86.25 - 94 119.531 840 4 0 -37.1263 -11.85 -86.1387 - 94 55.9939 726 4 1 -34.7802 -14.0408 -84.8498 - 94 106.094 727 4 1 -34.65 -14.1619 -84.7657 - 94 72.4448 728 4 1 -34.45 -14.3539 -84.6057 - 94 121.197 729 4 1 -34.2497 -14.517 -84.5377 - 94 89.5437 730 4 1 -34.05 -14.5229 -84.6418 - 94 161.964 831 4 0 -33.1464 -13.8267 -85.85 - 94 174.393 832 4 0 -32.7717 -13.65 -86.1792 - 94 27.2879 833 4 0 -32.2742 -13.4497 -86.2439 - 94 131.346 1215 4 0 51.0667 63.0688 -86.25 - 94 367.158 1214 4 0 51.3784 63.05 -86.1007 - 94 178.117 1161 4 1 52.3849 59.8788 -84.85 - 94 198.741 1162 4 1 52.4501 59.7498 -84.7953 - 94 101.221 653 3 1 -49.2567 -3.8986 -114.45 - 94 127.308 880 3 0 -49.5906 -3.91266 -115.85 - 94 133.439 623 2 1 -55.261 -3.71537 -144.45 - 94 2.97264 622 2 1 -55.4503 -3.60044 -144.838 - 94 83.2443 883 2 0 -55.9401 -3.30285 -145.85 - 94 79.8026 884 2 0 -56.0287 -3.25 -146.035 - 94 54.1273 549 1 1 -70.0904 3.79789 -174.45 - 94 75.0226 548 1 1 -70.2501 3.7969 -174.55 - 94 63.2733 547 1 1 -70.45 3.79856 -174.676 - 94 22.7469 546 1 1 -70.65 3.80558 -174.805 - 94 278.055 919 1 0 -72.36 3.91143 -175.85 - 94 242.014 1786 1 0 -39.4788 177.35 -176.081 - 94 9.95866 1077 3 0 0.96063 35.5563 -116.25 - 94 3.73853 1118 3 0 -36.2869 43.6507 -116.25 - 94 171.336 1117 3 0 -36.2864 43.65 -116.248 - 94 49.1526 766 1 0 79.3427 -26.7469 -176.25 -Number of digits in this event = 28 +Number of tracker hits in this event = 34 + 94 117.591 1250 10 0 93.4482 70.0883 94.1014 + 94 138.968 1366 9 1 93.4491 70.0879 65.55 + 94 127.052 1250 9 0 93.4489 70.0887 64.15 + 94 322.104 1366 8 1 93.4466 70.1015 35.55 + 94 104.354 1250 8 0 93.4464 70.1019 34.15 + 94 126.394 1366 7 1 93.4419 70.107 5.55 + 94 107.848 1250 7 0 93.4408 70.1072 4.15 + 94 183.697 1366 6 1 93.4175 70.1139 -24.45 + 94 99.3 1250 6 0 93.4173 70.115 -25.85 + 94 144.594 1366 5 1 93.4156 70.138 -54.45 + 94 151.976 1250 5 0 93.4154 70.1392 -55.85 + 94 194.7 1366 4 1 93.4095 70.1654 -84.45 + 94 162.705 1250 4 0 93.4093 70.1662 -85.85 + 94 120.017 1366 3 1 93.4096 70.1863 -114.45 + 94 101.553 1250 3 0 93.4085 70.1873 -115.85 + 94 191.504 1366 2 1 93.3846 70.2101 -144.45 + 94 121.874 1250 2 0 93.3819 70.2101 -145.85 + 94 108.851 1365 1 1 93.3271 70.2086 -174.45 + 94 131.1 1250 1 0 93.3239 70.2082 -175.85 + 94 132.989 1365 0 1 93.2593 70.2005 -204.45 + 94 127.168 1250 0 0 93.2558 70.1995 -205.85 + 94 108.481 1333 0 0 151.424 86.7927 -206.25 + 94 31.3294 1334 0 0 151.375 86.85 -205.996 + 94 146.35 1656 0 1 151.394 87.2791 -204.85 + 94 242.735 1314 1 0 108.804 82.9158 -176.249 + 94 26.057 1315 1 0 108.636 83.0501 -175.939 + 94 177.748 1441 1 1 108.466 83.4818 -174.85 + 94 333.486 1440 1 1 108.35 83.575 -174.563 + 94 35.5594 1439 1 1 108.15 83.3072 -174.802 + 94 82.5865 1313 1 0 106.561 82.7997 -175.85 + 94 8.3898 34 6 1 -173.164 92.6173 -24.45 + 94 73.6418 1665 2 0 153.142 153.15 -146.151 + 94 86.8986 1666 2 0 153.196 153.35 -145.902 + 94 148.143 1642 2 1 148.738 165.814 -144.85 +Number of digits in this event = 22 Using G4ParticleGun ... -4.49821 LIN +9.95217 LIN e- Event: 95 -Number of tracker hits in this event = 61 - 95 105.916 592 10 1 -61.5605 -84.2143 95.55 - 95 132.797 479 10 0 -61.5621 -84.2171 94.15 - 95 180.999 592 9 1 -61.6053 -84.267 65.55 - 95 165.332 478 9 0 -61.6091 -84.266 64.15 - 95 114.302 591 8 1 -61.6917 -84.2639 35.55 - 95 123.004 478 8 0 -61.6944 -84.2634 34.15 - 95 109.348 591 7 1 -61.7393 -84.2617 5.55 - 95 123.591 478 7 0 -61.7292 -84.2612 4.15 - 95 111.118 592 6 1 -61.5022 -84.2655 -24.45 - 95 118.981 478 6 0 -61.4884 -84.2692 -25.85 - 95 205.735 594 5 1 -61.1994 -84.3556 -54.45 - 95 102.587 478 5 0 -61.1888 -84.3522 -55.85 - 95 153.555 595 4 1 -60.9752 -84.2796 -84.45 - 95 118.407 478 4 0 -60.9616 -84.2759 -85.85 - 95 118.576 596 3 1 -60.6843 -84.2161 -114.45 - 95 104.535 479 3 0 -60.6709 -84.2131 -115.85 - 95 145.229 598 2 1 -60.3757 -84.1706 -144.45 - 95 142.775 479 2 0 -60.3615 -84.1678 -145.85 - 95 119.881 599 1 1 -60.0629 -84.1099 -174.45 - 95 213.417 479 1 0 -60.0496 -84.1064 -175.85 - 95 202.619 601 0 1 -59.7464 -84.0604 -204.45 - 95 121.663 479 0 0 -59.7309 -84.0547 -205.85 - 95 220.724 479 4 0 -60.9521 -84.25 -86.0654 - 95 43.6326 480 4 0 -60.7932 -84.05 -86.198 - 95 198.78 593 2 1 -61.2735 -83.9683 -144.45 - 95 48.4808 594 2 1 -61.25 -83.9708 -144.721 - 95 252.081 480 2 0 -61.0914 -83.9366 -145.85 - 95 29.9398 622 1 1 -55.5101 -86.2124 -174.45 - 95 89.4269 623 1 1 -55.45 -86.2688 -174.523 - 95 32.2576 624 1 1 -55.25 -86.4668 -174.805 - 95 11.5819 464 1 0 -54.4099 -87.2162 -175.85 - 95 122.353 463 1 0 -54.3756 -87.25 -175.881 - 95 106.369 462 1 0 -54.111 -87.45 -176.046 - 95 47.949 461 1 0 -53.847 -87.65 -176.177 - 95 109.253 600 1 1 -60.0439 -78.4944 -174.45 - 95 49.7783 506 1 0 -59.8782 -78.8268 -175.85 - 95 251.659 505 1 0 -59.8682 -78.85 -175.94 - 95 44.0297 599 0 1 -60.2029 -86.3375 -204.45 - 95 64.3019 600 0 1 -60.05 -86.2364 -204.502 - 95 69.9886 602 0 1 -59.65 -86.0484 -204.619 - 95 73.0441 603 0 1 -59.45 -85.9398 -204.676 - 95 78.4224 604 0 1 -59.25 -85.8322 -204.749 - 95 15.6208 605 0 1 -59.05 -85.7311 -204.832 - 95 195.413 477 0 0 -56.6337 -84.5583 -205.85 - 95 193.773 478 0 0 -56.3742 -84.45 -205.974 - 95 28.6087 593 9 1 -61.4496 -84.2688 65.1834 - 95 40.0267 465 9 0 -60.0166 -86.9165 64.15 - 95 82.4349 464 9 0 -59.9348 -87.05 64.0886 - 95 69.559 463 9 0 -59.8617 -87.25 63.991 - 95 76.8336 462 9 0 -59.8467 -87.45 63.9101 - 95 285.086 461 9 0 -59.8345 -87.6501 63.8688 - 95 258.562 152 0 0 3.34828 -149.643 -206.25 - 95 8.17357 153 0 0 3.83939 -149.55 -206.146 - 95 179.18 151 0 0 4.10676 -149.75 -205.994 - 95 0.931416 923 0 1 4.84711 -150.06 -204.85 - 95 60.3543 924 0 1 4.85 -150.06 -204.845 - 95 43.5253 157 0 0 5.20024 -148.675 -205.85 - 95 57.2301 921 0 1 4.33529 -148.565 -204.85 - 95 31.7158 148 0 0 4.73443 -150.439 -205.85 - 95 28.006 922 0 1 4.49466 -150.968 -204.85 - 95 61.27 147 0 0 4.42417 -150.647 -205.85 -Number of digits in this event = 24 +Number of tracker hits in this event = 78 + 95 127.926 1046 11 1 29.3869 4.32328 125.55 + 95 96.2795 921 11 0 29.3857 4.32353 124.15 + 95 107.404 1046 10 1 29.3612 4.32959 95.55 + 95 146.081 921 10 0 29.3594 4.32951 94.15 + 95 111.127 1046 9 1 29.3213 4.3288 65.55 + 95 317.733 921 9 0 29.3193 4.33023 64.15 + 95 132.183 1046 8 1 29.2781 4.35812 35.55 + 95 130.369 921 8 0 29.2768 4.3601 34.15 + 95 102.782 1046 7 1 29.2517 4.40339 5.55 + 95 106.928 921 7 0 29.2498 4.40549 4.15 + 95 106.502 1045 6 1 29.2111 4.45213 -24.45 + 95 120.718 922 6 0 29.2091 4.45476 -25.85 + 95 464.311 1045 5 1 29.1488 4.53306 -54.45 + 95 594.358 922 5 0 29.1473 4.53803 -55.85 + 95 405.877 1045 4 1 29.1178 4.63661 -84.45 + 95 390.667 922 4 0 29.1175 4.63927 -85.85 + 95 421.625 1045 3 1 29.1406 4.67836 -114.45 + 95 142.455 923 3 0 29.1425 4.68558 -115.85 + 95 428.498 1045 2 1 29.1974 4.81744 -144.45 + 95 243.59 923 2 0 29.2055 4.8237 -145.85 + 95 259.239 1046 1 1 29.3898 4.97077 -174.45 + 95 299.411 924 1 0 29.4001 4.98325 -175.85 + 95 138.619 1047 0 1 29.5742 5.27722 -204.45 + 95 94.478 926 0 0 29.5862 5.29815 -205.85 + 95 162.692 922 3 0 29.1723 4.45027 -115.85 + 95 248.473 921 3 0 29.1721 4.45 -115.902 + 95 103.992 921 2 0 29.0795 4.27915 -145.85 + 95 590.284 1045 1 1 29.1612 4.11076 -174.45 + 95 702.616 920 1 0 29.1724 4.09264 -175.85 + 95 253.393 1046 0 1 29.4132 3.70287 -204.45 + 95 407.937 918 0 0 29.4286 3.69124 -205.85 + 95 30.0067 923 0 0 29.5429 4.79997 -205.85 + 95 121.603 924 0 0 29.5587 4.85005 -205.911 + 95 40.9259 925 0 0 29.8002 5.05 -206.2 + 95 8.25405 662 4 1 -47.45 101.206 -84.6108 + 95 74.2878 822 1 0 56.4944 -15.4937 -176.25 + 95 85.3709 821 1 0 56.5916 -15.6501 -176.062 + 95 84.5095 1185 1 1 57.1462 -16.5693 -174.85 + 95 74.7177 1186 1 1 57.25 -16.7122 -174.621 + 95 266.114 1044 1 1 29.0499 4.09497 -174.552 + 95 17.3748 1043 1 1 28.85 4.13629 -174.802 + 95 148.036 923 1 0 27.7553 4.66907 -175.851 + 95 242.831 1043 0 1 28.7538 3.99306 -204.45 + 95 453.552 919 0 0 28.7593 3.96547 -205.85 + 95 254.121 1044 0 1 28.9602 3.8135 -204.45 + 95 135.964 927 1 0 29.1527 5.47399 -175.851 + 95 78.1232 928 1 0 29.1635 5.65023 -176.054 + 95 40.5109 1080 0 1 36.0864 28.7978 -204.45 + 95 157.003 1079 0 1 36.05 28.8626 -204.534 + 95 22.3051 1078 0 1 35.85 29.1618 -204.808 + 95 42.2016 1056 0 0 35.0206 31.322 -205.85 + 95 50.0787 1057 0 0 34.9831 31.45 -205.921 + 95 63.4641 1058 0 0 34.973 31.65 -206.015 + 95 68.8958 1059 0 0 34.9725 31.8502 -206.107 + 95 22.6827 1060 0 0 34.9794 32.05 -206.207 + 95 147.223 921 5 0 29.2269 4.44993 -56.1769 + 95 236.571 922 2 0 29.0816 4.4966 -145.85 + 95 104.858 922 1 0 29.0408 4.47781 -175.85 + 95 131.349 921 0 0 29.0179 4.43737 -205.85 + 95 22.2422 974 2 0 45.7682 15.0202 -146.25 + 95 136.162 975 2 0 45.804 15.05 -146.195 + 95 167.96 976 2 0 46.0072 15.25 -145.885 + 95 186.325 1133 2 1 46.7382 15.8045 -144.85 + 95 56.5816 1134 2 1 46.8501 15.8314 -144.595 + 95 639.112 436 2 0 -78.6036 -92.8032 -146.25 + 95 63.5486 877 1 0 62.9516 -4.50296 -176.25 + 95 64.8415 876 1 0 63.084 -4.6501 -176.048 + 95 331.221 1219 1 1 63.9327 -5.55574 -174.85 + 95 95.6393 1220 1 1 64.05 -5.6699 -174.673 + 95 22.5894 1221 1 1 64.393 -6.01423 -174.45 + 95 184.903 1222 1 1 64.45 -6.01694 -174.519 + 95 68.1832 1223 1 1 64.65 -6.00844 -174.716 + 95 132.774 872 1 0 66.0478 -5.55071 -175.85 + 95 108.256 871 1 0 66.3933 -5.65 -176.027 + 95 22.6826 870 1 0 66.6373 -5.85 -176.189 + 95 142.126 786 1 0 105.333 -22.8217 -176.25 + 95 195.264 787 1 0 105.49 -22.65 -176.089 + 95 40.3242 1218 1 1 63.85 -5.79068 -174.739 +Number of digits in this event = 46 Using G4ParticleGun ... -5.79939 LIN +4.67389 LIN e- Event: 96 -Number of tracker hits in this event = 29 - 96 121.212 1453 8 1 110.832 -88.6098 35.55 - 96 130.263 457 8 0 110.832 -88.6101 34.15 - 96 102.019 1453 7 1 110.832 -88.6138 5.55 - 96 147.139 457 7 0 110.833 -88.6175 4.15 - 96 163.907 1453 6 1 110.854 -88.6919 -24.45 - 96 134.944 456 6 0 110.854 -88.6961 -25.85 - 96 111.303 1453 5 1 110.866 -88.7786 -54.45 - 96 121.361 456 5 0 110.867 -88.7792 -55.85 - 96 149.087 1453 4 1 110.882 -88.7918 -84.45 - 96 123.77 456 4 0 110.883 -88.7912 -85.85 - 96 192.072 1453 3 1 110.9 -88.771 -114.45 - 96 109.823 456 3 0 110.9 -88.767 -115.85 - 96 124.024 1453 2 1 110.899 -88.6898 -144.45 - 96 97.5438 456 2 0 110.902 -88.6847 -145.85 - 96 120.683 1453 1 1 110.948 -88.577 -174.45 - 96 116.738 457 1 0 110.95 -88.5714 -175.85 - 96 189.144 1454 0 1 110.971 -88.4587 -204.45 - 96 152.211 457 0 0 110.975 -88.4523 -205.85 - 96 80.9719 609 0 0 62.5811 -58.234 -206.25 - 96 49.9693 608 0 0 62.4159 -58.2503 -205.943 - 96 78.5349 1207 0 1 61.6439 -59.4898 -204.85 - 96 283.665 1208 0 1 61.65 -59.6313 -204.737 - 96 19.3031 1209 0 1 61.85 -59.7779 -204.642 - 96 269.067 518 14 0 -115.231 -76.4329 213.75 - 96 159.069 1747 7 1 169.58 61.4485 5.15 - 96 184.368 1454 5 1 110.95 -88.8494 -54.4588 - 96 115.601 1454 3 1 110.972 -88.6839 -114.45 - 96 38.3308 1455 3 1 111.15 -88.739 -114.761 - 96 119.414 455 3 0 112.186 -88.8873 -115.85 -Number of digits in this event = 19 +Number of tracker hits in this event = 28 + 96 99.868 1148 11 1 49.7861 36.4447 125.55 + 96 139.968 1081 11 0 49.7852 36.4437 124.15 + 96 291.859 1148 10 1 49.7684 36.4177 95.55 + 96 119.906 1081 10 0 49.768 36.416 94.15 + 96 132.747 1148 9 1 49.7571 36.3731 65.55 + 96 127.026 1081 9 0 49.755 36.3711 64.15 + 96 124.692 1148 8 1 49.713 36.3281 35.55 + 96 123.045 1081 8 0 49.7103 36.3239 34.15 + 96 111.55 1148 7 1 49.6607 36.2435 5.55 + 96 115.405 1080 7 0 49.6597 36.242 4.15 + 96 131.023 1147 6 1 49.6347 36.2112 -24.45 + 96 133.038 1080 6 0 49.6311 36.2106 -25.85 + 96 136.704 1147 5 1 49.5628 36.2116 -54.45 + 96 104.631 1080 5 0 49.56 36.2105 -55.85 + 96 108.565 1147 4 1 49.4917 36.1811 -84.45 + 96 108.689 1080 4 0 49.4909 36.1809 -85.85 + 96 181.329 1147 3 1 49.4741 36.1834 -114.45 + 96 330.386 1080 3 0 49.4735 36.1854 -115.85 + 96 139.022 1147 2 1 49.5005 36.2425 -144.45 + 96 153.008 1081 2 0 49.5075 36.2504 -145.85 + 96 126.87 1147 1 1 49.5766 36.4858 -174.45 + 96 143.886 1082 1 0 49.5458 36.4992 -175.85 + 96 175.844 1143 0 1 48.7905 36.7909 -204.45 + 96 117.81 1083 0 0 48.7549 36.7821 -205.85 + 96 42.8794 1081 3 0 49.4333 36.25 -115.999 + 96 231.973 971 9 0 43.5827 14.3001 63.75 + 96 350.547 1149 10 1 49.85 36.6713 95.3956 + 96 9.95866 1134 4 0 54.6808 47.0388 -86.25 +Number of digits in this event = 20 Using G4ParticleGun ... -1.4338 LIN +5.78496 LIN e- Event: 97 -Number of tracker hits in this event = 91 - 97 561.189 788 11 1 -22.3438 53.4511 125.55 - 97 484.03 1167 11 0 -22.3395 53.4544 124.15 - 97 116.874 789 10 1 -22.2411 53.5108 95.55 - 97 131.606 1167 10 0 -22.2465 53.505 94.15 - 97 186.455 788 9 1 -22.3347 53.4244 65.55 - 97 162.226 1166 9 0 -22.345 53.4142 64.15 - 97 122.649 787 8 1 -22.562 53.185 35.55 - 97 109.446 1165 8 0 -22.5795 53.1761 34.15 - 97 142.372 785 7 1 -22.9439 53.013 5.55 - 97 130.973 1164 7 0 -22.9602 53.0093 4.15 - 97 96.4575 783 6 1 -23.2618 52.9004 -24.45 - 97 100.191 1164 6 0 -23.2734 52.8917 -25.85 - 97 160.594 782 5 1 -23.5361 52.7198 -54.45 - 97 138.263 1163 5 0 -23.5457 52.7118 -55.85 - 97 136.17 781 4 1 -23.7696 52.5431 -84.45 - 97 115.042 1162 4 0 -23.771 52.5408 -85.85 - 97 304.072 781 3 1 -23.804 52.4962 -114.45 - 97 207.135 1162 3 0 -23.8105 52.5027 -115.85 - 97 103.797 780 2 1 -23.9581 52.6325 -144.45 - 97 144.626 1162 2 0 -23.9619 52.6423 -145.85 - 97 114.019 780 1 1 -24.0261 52.8334 -174.45 - 97 136.062 1163 1 0 -24.0255 52.8419 -175.85 - 97 117.782 780 0 1 -24.0241 53.0018 -204.45 - 97 178.846 1164 0 0 -24.0303 53.0105 -205.85 - 97 232.322 1165 0 0 -24.0636 53.0501 -206.04 - 97 28.6441 1158 2 0 -23.8917 51.6924 -145.85 - 97 54.3742 162 0 1 -147.55 -7.74806 -204.727 - 97 255.257 163 0 1 -147.55 -7.80202 -204.616 - 97 78.1592 164 0 1 -147.35 -7.89703 -204.774 - 97 261.249 781 5 1 -23.7244 52.8799 -54.45 - 97 115.27 1164 5 0 -23.7375 52.8674 -55.85 - 97 204.842 779 4 1 -24.0758 52.6234 -84.45 - 97 108.076 1163 4 0 -24.0587 52.6696 -85.85 - 97 162.984 1167 3 0 -23.778 53.5234 -115.85 - 97 123.677 778 2 1 -24.3373 54.3823 -144.45 - 97 25.6454 1171 2 0 -24.3791 54.4463 -145.85 - 97 184.749 1172 2 0 -24.3815 54.45 -145.93 - 97 143.887 773 1 1 -25.2663 55.6892 -174.45 - 97 156.142 1178 1 0 -25.2827 55.7686 -175.85 - 97 123.28 773 0 1 -25.3731 57.3043 -204.45 - 97 49.6198 1187 0 0 -25.4034 57.6115 -205.85 - 97 67.6397 1188 0 0 -25.4077 57.65 -206.027 - 97 213.703 1165 5 0 -23.7036 53.0914 -55.85 - 97 155.851 785 4 1 -22.912 56.362 -84.45 - 97 123.709 1182 4 0 -22.9955 56.5553 -85.85 - 97 124.945 773 3 1 -25.2922 59.7835 -114.45 - 97 112.085 1197 3 0 -25.4183 59.5179 -115.85 - 97 16.5808 1196 3 0 -25.4503 59.45 -116.2 - 97 119.28 760 2 1 -27.9756 53.908 -144.45 - 97 96.9559 1168 2 0 -28.1716 53.7006 -145.85 - 97 25.9657 1167 2 0 -28.2156 53.65 -146.16 - 97 122.279 736 1 1 -32.6503 48.6229 -174.45 - 97 108.594 1141 1 0 -32.787 48.3389 -175.85 - 97 260.725 725 0 1 -34.9935 43.1326 -204.45 - 97 272.029 1115 0 0 -35.0394 43.1316 -205.85 - 97 19.9698 1114 0 0 -35.0202 43.05 -205.946 - 97 21.7743 1166 5 0 -23.672 53.2502 -56.2139 - 97 173.955 1439 5 0 -20.1898 108.111 -56.25 - 97 48.4292 1440 5 0 -20.2037 108.15 -56.2479 - 97 148.627 780 4 1 -24.05 52.7585 -84.5405 - 97 43.5099 1173 4 0 -23.0117 54.6928 -85.85 - 97 67.6273 1174 4 0 -22.9571 54.85 -85.9322 - 97 71.2757 1175 4 0 -22.866 55.0501 -86.0079 - 97 32.4262 1176 4 0 -22.7839 55.25 -86.1642 - 97 23.3309 1630 4 0 -13.3708 146.275 -86.25 - 97 80.6861 1631 4 0 -13.3403 146.35 -86.2141 - 97 73.1218 1632 4 0 -13.3061 146.55 -86.0801 - 97 61.9827 1633 4 0 -13.3003 146.75 -85.9816 - 97 34.4381 1634 4 0 -13.2672 146.95 -85.8931 - 97 398.533 835 4 1 -12.8539 150.115 -84.85 - 97 182.491 836 4 1 -12.8499 150.142 -84.8423 - 97 78.6103 778 4 1 -24.25 52.3775 -84.4868 - 97 135.201 777 4 1 -24.45 52.2945 -84.5525 - 97 12.486 776 4 1 -24.6501 52.1546 -84.8288 - 97 291.957 1155 4 0 -25.6728 51.1088 -85.8503 - 97 14.8118 1156 4 0 -25.1738 51.25 -86.2251 - 97 292.893 1180 4 0 -26.708 56.1652 -86.25 - 97 8.3927 1181 4 0 -26.7608 56.2503 -86.059 - 97 40.4242 1166 11 0 -22.1618 53.45 123.876 - 97 17.2862 1295 11 0 79.9984 79.2165 123.75 - 97 145.266 1296 11 0 80.0537 79.2502 123.765 - 97 54.7956 1297 11 0 80.3979 79.45 123.986 - 97 5.86824 1305 11 1 81.2376 79.3064 125.15 - 97 88.5829 1306 11 1 81.25 79.3005 125.167 - 97 67.3039 1316 11 0 82.5315 83.3309 124.15 - 97 89.1137 1317 11 0 82.5628 83.4502 124.092 - 97 266.957 1318 11 0 82.5485 83.65 123.966 - 97 56.5635 1319 11 0 82.4411 83.85 123.98 - 97 274.212 787 11 1 -22.4501 53.6701 125.48 - 97 36.7735 786 11 1 -22.65 54.191 125.526 - 97 70.9611 1168 11 0 -21.6797 53.701 124.15 -Number of digits in this event = 46 +Number of tracker hits in this event = 77 + 97 126.002 647 11 1 -50.5201 56.1242 125.55 + 97 125.646 1180 11 0 -50.5201 56.1248 124.15 + 97 228.132 647 10 1 -50.5173 56.1301 95.55 + 97 145.126 1180 10 0 -50.5186 56.13 94.15 + 97 143.671 647 9 1 -50.5427 56.1304 65.55 + 97 174.199 1180 9 0 -50.5443 56.1306 64.15 + 97 174.364 647 8 1 -50.5763 56.1356 35.55 + 97 175.462 1180 8 0 -50.5772 56.136 34.15 + 97 389.011 647 7 1 -50.6015 56.1358 5.55 + 97 374.28 1180 7 0 -50.6022 56.1352 4.15 + 97 212.55 647 6 1 -50.6102 56.1173 -24.45 + 97 162.239 1180 6 0 -50.6122 56.114 -25.85 + 97 121.415 646 5 1 -50.6556 56.0452 -54.45 + 97 173.603 1179 5 0 -50.6573 56.0421 -55.85 + 97 116.18 646 4 1 -50.6903 55.9728 -84.45 + 97 104.162 1179 4 0 -50.6917 55.9698 -85.85 + 97 122.307 646 3 1 -50.7178 55.9063 -114.45 + 97 169.258 1179 3 0 -50.72 55.901 -115.85 + 97 135.281 646 2 1 -50.7633 55.7882 -144.45 + 97 108.034 1178 2 0 -50.7668 55.7824 -145.85 + 97 387.234 646 1 1 -50.8378 55.6691 -174.45 + 97 647.272 1178 1 0 -50.8405 55.6631 -175.85 + 97 154.881 645 0 1 -50.8973 55.5385 -204.45 + 97 99.2642 1177 0 0 -50.9 55.5307 -205.85 + 97 47.8734 1292 8 0 -52.5896 78.5046 33.75 + 97 115.468 639 0 1 -52.2389 55.4441 -204.45 + 97 126.328 638 0 1 -52.25 55.4325 -204.779 + 97 144.245 1176 0 0 -52.2833 55.3961 -205.85 + 97 153.218 669 0 1 -46.0841 56.3354 -204.45 + 97 120.282 670 0 1 -46.0499 56.3498 -204.554 + 97 120.196 1182 0 0 -45.625 56.5484 -205.85 + 97 102.744 1113 6 0 -11.8855 42.7676 -26.25 + 97 307.906 1114 6 0 -11.7299 42.8505 -26.0268 + 97 65.6242 1115 6 0 -11.843 43.05 -26.0369 + 97 106.619 1265 6 0 105.792 73.1055 -26.2498 + 97 81.6071 1264 6 0 105.787 73.05 -26.1358 + 97 123.433 1713 10 1 162.839 -35.2335 95.55 + 97 63.8134 1712 10 1 162.75 -35.1393 95.2459 + 97 241.474 728 10 0 161.704 -34.3661 94.15 + 97 116.832 651 6 1 -49.7652 55.3884 -24.45 + 97 112.256 1176 6 0 -49.7132 55.3628 -25.85 + 97 98.6202 657 5 1 -48.6301 54.8803 -54.45 + 97 103.122 1174 5 0 -48.5728 54.8588 -55.85 + 97 195.475 663 4 1 -47.3964 54.4044 -84.45 + 97 200.698 1171 4 0 -47.3379 54.3832 -85.85 + 97 21.2641 669 3 1 -46.0532 53.9843 -114.45 + 97 230.068 670 3 1 -46.05 53.9864 -114.526 + 97 112.968 1169 3 0 -45.9918 54.0266 -115.85 + 97 177.426 676 2 1 -44.7521 55.0564 -144.45 + 97 109.682 1175 2 0 -44.7045 55.1278 -145.85 + 97 125.362 681 1 1 -43.7637 56.2736 -174.45 + 97 220.699 1181 1 0 -43.7381 56.2963 -175.85 + 97 157.9 685 0 1 -43.0294 56.6803 -204.45 + 97 177.451 1183 0 0 -42.9921 56.727 -205.85 + 97 233.064 657 6 1 -48.5518 57.0812 -24.45 + 97 20.6668 1182 6 0 -48.6663 56.4883 -25.85 + 97 100.842 1181 6 0 -48.6743 56.45 -25.9424 + 97 124.453 659 5 1 -48.1396 46.1623 -54.4502 + 97 11.0123 658 5 1 -48.25 46.2405 -54.8175 + 97 167.802 1132 5 0 -48.5498 46.4901 -55.8504 + 97 113.674 605 4 1 -58.8704 52.7389 -84.4502 + 97 63.3339 604 4 1 -59.0505 53.0223 -84.7199 + 97 77.0764 1172 4 0 -60.0724 54.4502 -86.0315 + 97 29.3457 1173 4 0 -60.2054 54.65 -86.1879 + 97 169.538 480 3 1 -83.878 86.6026 -114.45 + 97 203.699 481 3 1 -83.8499 86.9153 -114.618 + 97 0.582491 1348 3 0 -83.5976 89.8485 -115.85 + 97 50.5051 1349 3 0 -83.5975 89.85 -115.851 + 97 46.5562 1350 3 0 -83.5677 90.15 -115.969 + 97 90.2572 1351 3 0 -83.5468 90.35 -116.022 + 97 62.6571 1352 3 0 -83.5259 90.55 -116.07 + 97 48.0021 1353 3 0 -83.5104 90.75 -116.119 + 97 56.4276 1354 3 0 -83.4937 90.95 -116.173 + 97 27.6946 1355 3 0 -83.4808 91.15 -116.226 + 97 30.6452 1334 3 0 -83.8636 87.0396 -115.85 + 97 128.764 1335 3 0 -83.8691 87.05 -115.9 + 97 132.877 1131 5 0 -48.593 46.45 -55.9318 +Number of digits in this event = 47 Using G4ParticleGun ... -1.14836 LIN +9.80188 LIN e- Event: 98 -Number of tracker hits in this event = 26 - 98 106.246 1170 11 1 54.2443 0.333122 125.55 - 98 190.426 901 11 0 54.2374 0.332114 124.15 - 98 257.956 1170 10 1 54.1209 0.324877 95.55 - 98 99.3545 901 10 0 54.1208 0.32348 94.15 - 98 130.688 1170 9 1 54.1072 0.297118 65.55 - 98 170.808 901 9 0 54.1047 0.296846 64.15 - 98 116.213 1170 8 1 54.0624 0.301088 35.55 - 98 123.395 901 8 0 54.0592 0.301533 34.15 - 98 115.434 1169 7 1 54.0159 0.31549 5.55 - 98 173.088 901 7 0 54.0113 0.316861 4.15 - 98 171.138 1169 6 1 53.8589 0.361234 -24.45 - 98 125.551 901 6 0 53.8478 0.362851 -25.85 - 98 136.081 1167 5 1 53.6061 0.39956 -54.45 - 98 171.879 901 5 0 53.5979 0.40384 -55.85 - 98 130.349 1166 4 1 53.4487 0.473517 -84.45 - 98 120.066 902 4 0 53.4362 0.47728 -85.85 - 98 124.442 1165 3 1 53.192 0.542177 -114.45 - 98 143.322 902 3 0 53.1762 0.541578 -115.85 - 98 159.951 1164 2 1 52.8665 0.588137 -144.45 - 98 112.984 902 2 0 52.8388 0.569209 -145.85 - 98 134.659 1161 1 1 52.3331 0.245946 -174.45 - 98 114.291 901 1 0 52.3274 0.252696 -175.85 - 98 446.479 1160 0 1 52.1999 0.31968 -204.45 - 98 112.429 901 0 0 52.1996 0.318429 -205.85 - 98 281.559 902 0 0 52.097 0.518869 -205.85 - 98 58.9956 1159 0 1 52.05 0.556267 -204.5 -Number of digits in this event = 19 +Number of tracker hits in this event = 64 + 98 121.883 585 7 1 -62.9263 -132.631 5.55 + 98 122.303 237 7 0 -62.9253 -132.631 4.15 + 98 111.935 585 6 1 -62.903 -132.629 -24.45 + 98 111.899 237 6 0 -62.9022 -132.63 -25.85 + 98 130.376 585 5 1 -62.8886 -132.653 -54.45 + 98 111.129 237 5 0 -62.8882 -132.653 -55.85 + 98 326.54 585 4 1 -62.8811 -132.663 -84.45 + 98 240.301 237 4 0 -62.8809 -132.664 -85.85 + 98 112.518 585 3 1 -62.8723 -132.673 -114.45 + 98 173.419 237 3 0 -62.8721 -132.674 -115.85 + 98 138.236 585 2 1 -62.8681 -132.687 -144.45 + 98 123.074 237 2 0 -62.8688 -132.688 -145.85 + 98 563.916 585 1 1 -62.8829 -132.703 -174.45 + 98 781.236 237 1 0 -62.8832 -132.703 -175.85 + 98 207.773 585 0 1 -62.8907 -132.707 -204.45 + 98 121.594 237 0 0 -62.8918 -132.708 -205.85 + 98 235.314 506 7 0 -137.553 -78.7518 3.75 + 98 10.2246 365 1 0 -13.5822 -106.95 -176.219 + 98 296.088 287 3 0 140.795 -122.566 -116.25 + 98 266.868 236 0 0 -63.0684 -132.755 -205.85 + 98 156.828 577 0 1 -64.5497 -131.828 -204.45 + 98 242.024 241 0 0 -64.6238 -131.773 -205.85 + 98 245.604 590 0 1 -62.0093 -131.911 -204.45 + 98 303.995 589 0 1 -62.05 -131.978 -204.558 + 98 27.2929 235 0 0 -62.3036 -132.95 -206.167 + 98 162.135 569 0 1 -66.1744 -133.329 -204.45 + 98 122.362 233 0 0 -66.3442 -133.398 -205.85 + 98 142.149 66 1 0 -70.6834 -166.892 -176.25 + 98 85.1301 65 1 0 -70.6428 -166.95 -176.197 + 98 289.984 586 1 1 -62.85 -132.639 -174.66 + 98 82.0092 591 0 1 -61.6509 -133.449 -204.45 + 98 353.66 592 0 1 -61.6499 -133.451 -204.463 + 98 119.661 232 0 0 -61.5853 -133.671 -205.85 + 98 127.302 593 3 1 -61.4213 -132.906 -114.45 + 98 391.367 235 3 0 -61.3343 -133.095 -115.85 + 98 119.432 599 2 1 -60.203 -135.268 -144.45 + 98 104.55 224 2 0 -60.1797 -135.248 -145.85 + 98 133.606 603 1 1 -59.3402 -134.957 -174.45 + 98 154.453 225 1 0 -59.2383 -135.038 -175.85 + 98 115.781 615 0 1 -57.0061 -137.27 -204.45 + 98 138.555 214 0 0 -57.0513 -137.182 -205.85 + 98 100.328 586 4 1 -62.85 -132.593 -84.5517 + 98 133.639 238 4 0 -62.5579 -132.501 -85.85 + 98 112.194 582 3 1 -63.6182 -131.161 -114.45 + 98 29.6764 583 3 1 -63.45 -131.188 -114.738 + 98 162.167 244 3 0 -62.738 -131.29 -115.85 + 98 568.671 666 2 1 -46.8021 -134.547 -144.45 + 98 105.509 228 2 0 -46.5907 -134.491 -145.85 + 98 48.3927 681 1 1 -43.7292 -134.299 -174.45 + 98 83.8401 680 1 1 -43.85 -134.218 -174.575 + 98 44.0074 679 1 1 -44.0501 -134.06 -174.756 + 98 44.7148 236 1 0 -45.5418 -132.84 -175.85 + 98 78.7694 238 1 0 -45.8086 -132.55 -176.109 + 98 33.9069 586 0 1 -62.7408 -108.921 -204.45 + 98 70.688 587 0 1 -62.65 -108.975 -204.504 + 98 59.5549 588 0 1 -62.45 -109.045 -204.595 + 98 79.0017 350 0 0 -59.1869 -110.106 -205.85 + 98 151.603 349 0 0 -59.0188 -110.15 -205.95 + 98 129.673 318 0 0 -38.3559 -116.499 -206.249 + 98 165.142 706 0 1 -38.7219 -115.746 -204.85 + 98 204.368 705 0 1 -38.85 -115.326 -204.532 + 98 182.722 326 0 0 -38.2451 -114.904 -205.85 + 98 107.125 311 0 0 21.3299 -117.906 -206.25 + 98 92.9671 310 0 0 21.4421 -117.951 -206.17 +Number of digits in this event = 40 Using G4ParticleGun ... -4.10211 LIN +8.74329 LIN e- Event: 99 -Number of tracker hits in this event = 33 - 99 229.588 550 10 1 -70.0483 -73.6526 95.55 - 99 18.31 531 10 0 -70.048 -73.6501 94.15 - 99 190.074 532 10 0 -70.048 -73.65 94.0774 - 99 145.354 550 9 1 -70.0484 -73.6053 65.55 - 99 106.885 532 9 0 -70.0482 -73.6025 64.15 - 99 94.0833 550 8 1 -70.0483 -73.5513 35.55 - 99 103.266 532 8 0 -70.0488 -73.5492 34.15 - 99 102.753 549 7 1 -70.0581 -73.5037 5.55 - 99 118.742 532 7 0 -70.0586 -73.5028 4.15 - 99 106.681 549 6 1 -70.0653 -73.4875 -24.45 - 99 107.62 532 6 0 -70.0669 -73.487 -25.85 - 99 111.065 549 5 1 -70.1004 -73.4792 -54.45 - 99 119.254 532 5 0 -70.1021 -73.4785 -55.85 - 99 165.133 549 4 1 -70.1467 -73.4668 -84.45 - 99 117.9 532 4 0 -70.1498 -73.468 -85.85 - 99 374.439 549 3 1 -70.2105 -73.4941 -114.45 - 99 128.553 532 3 0 -70.2135 -73.4963 -115.85 - 99 102.374 548 2 1 -70.2821 -73.5446 -144.45 - 99 150.695 532 2 0 -70.2863 -73.545 -145.85 - 99 110.275 548 1 1 -70.3711 -73.552 -174.45 - 99 179.989 532 1 0 -70.3735 -73.5531 -175.85 - 99 129.954 548 0 1 -70.4306 -73.5696 -204.45 - 99 152.878 532 0 0 -70.4303 -73.5716 -205.85 - 99 71.6771 1416 9 1 103.351 -163.985 65.15 - 99 359.362 429 1 0 -112.633 -94.2172 -176.25 - 99 26.7643 839 1 1 -12.165 -63.2299 -174.85 - 99 196.577 229 3 0 71.9779 -134.22 -116.25 - 99 185.072 230 3 0 71.942 -134.15 -116.055 - 99 48.1781 517 1 0 -52.7681 -76.4885 -176.25 - 99 140.1 548 3 1 -70.25 -73.3674 -114.636 - 99 83.837 657 9 0 -67.0076 -48.5542 63.75 - 99 110.438 656 9 0 -67.0802 -48.65 63.7902 - 99 19.2553 374 9 0 -12.3789 -105.215 63.75 -Number of digits in this event = 16 +Number of tracker hits in this event = 80 + 99 163.307 1214 11 1 62.9171 -14.1487 125.55 + 99 151.895 829 11 0 62.9178 -14.149 124.15 + 99 122.264 1214 10 1 62.9356 -14.1578 95.55 + 99 143.771 829 10 0 62.9367 -14.1565 94.15 + 99 115.437 1214 9 1 62.9487 -14.1386 65.55 + 99 127.644 829 9 0 62.9478 -14.1363 64.15 + 99 164.42 1214 8 1 62.9239 -14.0867 35.55 + 99 177.138 829 8 0 62.9243 -14.0814 34.15 + 99 115.348 1214 7 1 62.9412 -13.9714 5.55 + 99 139.353 830 7 0 62.9374 -13.964 4.15 + 99 114.733 1214 6 1 62.8721 -13.7759 -24.45 + 99 326.881 831 6 0 62.8744 -13.7656 -25.85 + 99 397.624 1214 5 1 62.9415 -13.5495 -54.45 + 99 124.513 832 5 0 62.9423 -13.5423 -55.85 + 99 98.6379 1214 4 1 62.9634 -13.4159 -84.45 + 99 127.817 833 4 0 62.9582 -13.409 -85.85 + 99 327.875 1214 3 1 62.8629 -13.2929 -114.45 + 99 155.586 833 3 0 62.8626 -13.2828 -115.85 + 99 253.053 1213 2 1 62.8356 -13.0775 -144.45 + 99 101.132 834 2 0 62.8401 -13.0665 -145.85 + 99 462.254 1214 1 1 62.9408 -12.8519 -174.45 + 99 234.742 836 1 0 62.9441 -12.8409 -175.85 + 99 404.145 1214 0 1 63.0161 -12.617 -204.45 + 99 119.923 837 0 0 63.0226 -12.6048 -205.85 + 99 33.4706 1565 8 1 133.35 -155.157 35.2806 + 99 303.626 830 5 0 62.8942 -13.9383 -55.85 + 99 183.651 1213 4 1 62.8286 -14.0345 -84.45 + 99 290.163 830 4 0 62.8303 -14.042 -85.85 + 99 126.598 829 3 0 62.863 -14.1999 -115.85 + 99 114.001 828 2 0 62.8109 -14.3311 -145.85 + 99 390.483 1213 1 1 62.7212 -14.6213 -174.45 + 99 269.418 826 1 0 62.6942 -14.7111 -175.85 + 99 149.492 1210 0 1 62.1449 -16.5428 -204.45 + 99 289.609 817 0 0 62.1728 -16.5982 -205.85 + 99 74.6387 1215 1 1 63.05 -14.5147 -174.634 + 99 90.5281 1216 1 1 63.25 -14.4257 -174.731 + 99 72.9369 837 1 0 65.3491 -12.65 -176.044 + 99 197.143 757 1 0 106.232 -28.4821 -176.25 + 99 76.4952 756 1 0 106.609 -28.65 -176.152 + 99 123.766 1226 0 1 65.2959 -16.1123 -204.45 + 99 111.05 819 0 0 65.542 -16.1286 -205.85 + 99 141.987 827 1 0 62.7115 -14.6283 -175.85 + 99 126.244 1212 0 1 62.5678 -14.9398 -204.45 + 99 107.757 825 0 0 62.538 -14.9534 -205.85 + 99 63.2177 1178 0 0 16.8962 55.65 -206.2 + 99 13.9899 983 0 1 16.8434 56.1608 -204.85 + 99 107.515 984 0 1 16.8501 56.177 -204.817 + 99 64.571 985 0 1 17.05 56.2975 -204.783 + 99 65.9568 986 0 1 17.2503 56.3232 -204.744 + 99 64.5244 987 0 1 17.45 56.3909 -204.688 + 99 140.275 988 0 1 17.65 56.4916 -204.629 + 99 61.408 989 0 1 17.85 56.5807 -204.554 + 99 423.609 990 0 1 18.0503 56.6235 -204.577 + 99 102.293 991 0 1 18.25 56.7864 -204.573 + 99 190.731 1460 1 1 112.35 46.3221 -174.804 + 99 70.5411 1461 1 1 112.35 46.5397 -174.568 + 99 131.53 1459 1 1 112.15 46.7048 -174.532 + 99 105.55 1215 4 1 63.1654 -13.9476 -84.45 + 99 41.3932 1216 3 1 63.4413 -14.3982 -114.45 + 99 103.008 1217 3 1 63.45 -14.3994 -114.569 + 99 151.511 828 3 0 63.5408 -14.4292 -115.85 + 99 125.008 1228 2 1 65.7393 -15.1283 -144.45 + 99 115.453 824 2 0 65.8329 -15.1562 -145.85 + 99 133.105 1237 1 1 67.4861 -15.696 -174.45 + 99 116.762 821 1 0 67.5115 -15.7357 -175.85 + 99 173.464 1240 0 1 68.2153 -16.4804 -204.45 + 99 58.1158 830 8 0 62.9001 -14.0499 33.8527 + 99 134.827 1213 5 1 62.85 -14.1282 -54.531 + 99 27.2662 823 5 0 62.5136 -15.3713 -55.85 + 99 83.3364 822 5 0 62.4973 -15.45 -55.9352 + 99 68.8232 821 5 0 62.4587 -15.6508 -56.0877 + 99 65.2682 820 5 0 62.4562 -15.8503 -56.1949 + 99 14.5963 819 5 0 62.471 -16.0508 -56.2387 + 99 206.492 830 11 0 62.8699 -14.05 124.025 + 99 111.158 829 2 0 62.9502 -14.0736 -146.142 + 99 266.657 829 1 0 62.9525 -14.0795 -175.85 + 99 240.462 829 0 0 62.9369 -14.0842 -205.85 + 99 0.360455 562 0 1 -67.45 -46.759 -204.807 + 99 222.036 561 0 1 -67.65 -46.7662 -204.745 + 99 67.2855 560 0 1 -67.85 -47.0097 -204.606 +Number of digits in this event = 46 Run terminated. Run Summary Number of events processed : 100 - User=48.080000s Real=52.061782s Sys=0.030000s + User=47.380000s Real=49.052832s Sys=0.070000s End of Run 2 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index d51d78c45f9..6b198784553 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 708d9009331..01a344fbe66 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -504,7 +504,7 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=9.100000s Real=11.759469s Sys=0.190000s + User=8.140000s Real=8.906370s Sys=0.160000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -514,6 +514,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.17 MB +Dynamic pools deleted: 11 / Total memory freed: 0.16 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index 8c141857723..16d8f3c202c 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -919,13 +919,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.27 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 + 55.56 0.15 0.00 152k EmModuleLogical + 44.44 0.12 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 @@ -936,8 +936,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: 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 + 60.17 238k 1385 2370 3792 0.12 HadModuleLogical + 38.50 152k 1129 1152 2426 0.15 EmModuleLogical 0.93 3k 8 42 146 0.00 Mother 0.12 0k 1 7 8 0.00 SolidWLogical 0.12 0k 1 7 8 0.00 CuPlateLogical @@ -1088,219 +1088,219 @@ HadEdep is=0.598729 MeV Edep in FCAL1 FCAl2 : 10409.2 0.598729 **** Primary : 8 Vertex : (10.9757,-1.49585,32740) -Number of F1 Tiles with Positive energy : 47 +Number of F1 Tiles with Positive energy : 45 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) 1.91619 1.61862 1.65682 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -7.55802 +9.47685 Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 +0.0155369 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 3 +N Tracks out of world 6 N Secondaries 138 -EmEdep is=19737.5 MeV -HadEdep is=0.0695529 MeV -Edep in FCAL1 FCAl2 : 19737.5 0.0695529 +EmEdep is=19732.7 MeV +HadEdep is=2.97703 MeV +Edep in FCAL1 FCAl2 : 19732.7 2.97703 **** Primary : 9 Vertex : (-27.7734,3.36444,32740) -Number of F1 Tiles with Positive energy : 75 +Number of F1 Tiles with Positive energy : 67 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.47406 1.65148 2.84712 +1.63615 1.99083 2.64945 Visible Energy in Hole Counter (MeV) -0 182.533 +0 177.529 Visible Energy in Upstream Dead Materials -6559.38 +6518.18 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 187 -N Secondaries 201 -EmEdep is=10601.1 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 10601.1 0 +N Tracks out of world 219 +N Secondaries 88 +EmEdep is=10865.8 MeV +HadEdep is=1.14846 MeV +Edep in FCAL1 FCAl2 : 10865.8 1.14846 **** Primary : 10 Vertex : (-22.5474,4.1006,32740) -Number of F1 Tiles with Positive energy : 47 +Number of F1 Tiles with Positive energy : 51 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.56708 2.90071 3.40503 +2.79794 1.56228 1.51144 Visible Energy in Hole Counter (MeV) -0 8.25986 +0 0 Visible Energy in Upstream Dead Materials -702.961 +3.07244 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 22 -N Secondaries 133 -EmEdep is=19091.3 MeV -HadEdep is=0.362852 MeV -Edep in FCAL1 FCAl2 : 19091.3 0.362852 +N Tracks out of world 5 +N Secondaries 148 +EmEdep is=19825.7 MeV +HadEdep is=2.38288 MeV +Edep in FCAL1 FCAl2 : 19825.7 2.38288 ---> Begin of event: 11 **** Primary : 11 Vertex : (-6.31939,21.5056,32740) -Number of F1 Tiles with Positive energy : 49 +Number of F1 Tiles with Positive energy : 45 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.66901 1.54846 1.97867 +2.37211 2.07064 1.89618 Visible Energy in Hole Counter (MeV) -0 90.2259 +0 0 Visible Energy in Upstream Dead Materials -992.163 +0.552666 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 51 -N Secondaries 189 -EmEdep is=17887.4 MeV -HadEdep is=1.11466 MeV -Edep in FCAL1 FCAl2 : 17887.4 1.11466 +N Tracks out of world 2 +N Secondaries 256 +EmEdep is=19854.1 MeV +HadEdep is=18.3455 MeV +Edep in FCAL1 FCAl2 : 19854.1 18.3455 **** Primary : 12 Vertex : (17.1015,6.30557,32740) -Number of F1 Tiles with Positive energy : 52 +Number of F1 Tiles with Positive energy : 47 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.80598 1.6025 1.41442 +1.89077 1.62659 1.66722 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -3.97333 +5.20023 Visible Energy in Tail Catcher Scintillator -0.0322714 0 0 0 0 0 0 +0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 4 -N Secondaries 190 -EmEdep is=19690.6 MeV -HadEdep is=6.4729 MeV -Edep in FCAL1 FCAl2 : 19690.6 6.4729 +N Tracks out of world 5 +N Secondaries 153 +EmEdep is=19819.7 MeV +HadEdep is=2.47311 MeV +Edep in FCAL1 FCAl2 : 19819.7 2.47311 **** Primary : 13 Vertex : (-24.9484,11.8659,32740) -Number of F1 Tiles with Positive energy : 34 +Number of F1 Tiles with Positive energy : 8 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.67457 1.78769 1.73725 +1.5796 1.69073 1.49161 Visible Energy in Hole Counter (MeV) -0 63.0895 +0 42.4312 Visible Energy in Upstream Dead Materials -17561.2 +18933.5 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 193 -N Secondaries 216 -EmEdep is=971.775 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 971.775 0 +N Tracks out of world 85 +N Secondaries 60 +EmEdep is=352.749 MeV +HadEdep is=0.676638 MeV +Edep in FCAL1 FCAl2 : 352.749 0.676638 **** Primary : 14 Vertex : (-0.133696,18.3151,32740) -Number of F1 Tiles with Positive energy : 47 +Number of F1 Tiles with Positive energy : 48 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.79273 1.8285 3.74908 +1.57816 2.35347 1.55095 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -3.9163 +7.54888 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 1 -N Secondaries 159 -EmEdep is=19868.3 MeV +N Tracks out of world 5 +N Secondaries 182 +EmEdep is=19720.7 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19868.3 0 +Edep in FCAL1 FCAl2 : 19720.7 0 **** Primary : 15 Vertex : (17.3196,17.6617,32740) -Number of F1 Tiles with Positive energy : 41 +Number of F1 Tiles with Positive energy : 45 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.19884 1.74236 1.54607 +1.89643 2.96344 2.36511 Visible Energy in Hole Counter (MeV) -0 0 +0 15.4898 Visible Energy in Upstream Dead Materials -3.57927 +67.8872 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 5 -N Secondaries 150 -EmEdep is=19805.5 MeV +N Tracks out of world 4 +N Secondaries 94 +EmEdep is=19797.2 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19805.5 0 +Edep in FCAL1 FCAl2 : 19797.2 0 **** Primary : 16 Vertex : (-20.8489,10.8988,32740) -Number of F1 Tiles with Positive energy : 71 +Number of F1 Tiles with Positive energy : 63 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.85468 2.84319 5.7566 +1.62504 1.92594 1.73865 Visible Energy in Hole Counter (MeV) -0 188.031 +0 111.331 Visible Energy in Upstream Dead Materials -7456.88 +6807.06 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 243 -N Secondaries 289 -EmEdep is=9803.69 MeV -HadEdep is=0.484625 MeV -Edep in FCAL1 FCAl2 : 9803.69 0.484625 +N Tracks out of world 144 +N Secondaries 194 +EmEdep is=11235.8 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 11235.8 0 **** Primary : 17 Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 50 +Number of F1 Tiles with Positive energy : 45 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.05069 4.06838 4.38148 +1.47896 1.56692 1.56648 Visible Energy in Hole Counter (MeV) -0 0 +0 3.9527 Visible Energy in Upstream Dead Materials -4.38 +65.1162 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 3 -N Secondaries 214 -EmEdep is=19773 MeV -HadEdep is=6.03239 MeV -Edep in FCAL1 FCAl2 : 19773 6.03239 +N Tracks out of world 10 +N Secondaries 238 +EmEdep is=19545.9 MeV +HadEdep is=1.38583 MeV +Edep in FCAL1 FCAl2 : 19545.9 1.38583 **** Primary : 18 Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 50 +Number of F1 Tiles with Positive energy : 42 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.71302 1.469 1.76247 +2.98604 2.25129 4.0928 Visible Energy in Hole Counter (MeV) -0 4.01464 +0 0 Visible Energy in Upstream Dead Materials -1096.6 +12.5131 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 26 -N Secondaries 166 -EmEdep is=17933.9 MeV -HadEdep is=6.89984 MeV -Edep in FCAL1 FCAl2 : 17933.9 6.89984 +N Tracks out of world 2 +N Secondaries 130 +EmEdep is=19855.1 MeV +HadEdep is=2.61536 MeV +Edep in FCAL1 FCAl2 : 19855.1 2.61536 Run terminated. Run Summary Number of events processed : 18 - User=8.040000s Real=8.263799s Sys=0.000000s + User=7.350000s Real=7.510802s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1317,22 +1317,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 44 +Total navigation history collections cleaned: 43 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0625 MB +Pool ID '20G4NavigationLevelRep', size : 0.0586 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0981 MB -Pool ID '7G4Track', size : 0.196 MB -Pool ID '18G4TouchableHistory', size : 0.00577 MB +Pool ID '17G4DynamicParticle', size : 0.0827 MB +Pool ID '7G4Track', size : 0.165 MB +Pool ID '18G4TouchableHistory', size : 0.00481 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00288 MB -Pool ID '17G4ReactionProduct', size : 0.00288 MB +Pool ID '10G4Fragment', size : 0.00192 MB +Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.37 MB +Dynamic pools deleted: 12 / Total memory freed: 0.32 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index a77ad75c40a..f440dd31000 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -64,7 +64,7 @@ sigma+ sigma- sigma0 sigma_b+ sigma_b- sigma_b0 sigma_c+ sigma_c++ sigma_c0 ss1_ su0_diquark su1_diquark t_quark tau+ tau- triton u_quark ud0_diquark ud1_diquark uu1_diquark xi(1530)- xi(1530)0 xi(1690)- xi(1690)0 xi(1820)- xi(1820)0 xi(1950)- xi(1950)0 xi(2030)- xi(2030)0 xi- xi0 xi_b- xi_b0 xi_c+ xi_c0 -/control/execute /mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/build/examples/advanced/medical_linac/batch.mac +/control/execute /build/jenkins/workspace/examples/advanced/medical_linac/batch.mac ########### Launch parameters ######### ### ### Visualization @@ -889,10 +889,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=16.420000s Real=18.202365s Sys=0.010000s + User=14.400000s Real=14.597300s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 137 -loop elapsed time [s] : 16.47 +loop elapsed time [s] : 14.44 Region -- -- appears in world volume @@ -1116,10 +1116,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=16.430000s Real=17.183352s Sys=0.020000s + User=14.250000s Real=14.502926s Sys=0.030000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 206 -loop elapsed time [s] : 16.47 +loop elapsed time [s] : 14.29 ################ END NEW GEOMETRY ######################## /run/geometryModified @@ -1413,10 +1413,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=16.660000s Real=18.976479s Sys=0.020000s + User=14.180000s Real=14.309413s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 102 -loop elapsed time [s] : 16.7 +loop elapsed time [s] : 14.22 Region -- -- appears in world volume @@ -1640,13 +1640,13 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.220000s Real=19.530983s Sys=0.050000s + User=14.390000s Real=14.777959s Sys=0.030000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 117 -loop elapsed time [s] : 17.26 +loop elapsed time [s] : 14.43 ################ END NEW GEOMETRY ######################## -loop elapsed time [s] : 70.17 +loop elapsed time [s] : 60.51 G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index fb16c0b0ee6..59d3087b256 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -773,7 +773,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 eCoulombScattering : Emin= 0 eV Emax= 100 TeV G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -##### Create analysis manager 0x1147c00 +##### Create analysis manager 0x154bac0 Using Root analysis manager All Ntuples have been created -> Event # 1 generated @@ -781,8 +781,8 @@ All Ntuples have been created -> Event # 2 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.29742495970773 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.037565763424155 + -----> total absorbed dose within Nucleus is (Gy) = 0.29742504062042 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.037565765905129 -> Event # 3 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! @@ -798,8 +798,8 @@ All Ntuples have been created -> Event # 7 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.32122858198003 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.058497168531552 + -----> total absorbed dose within Nucleus is (Gy) = 0.32122858192571 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.058497168523494 -> Event # 8 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! @@ -809,8 +809,8 @@ All Ntuples have been created -> Event # 10 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.30452574139331 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.048417545393397 + -----> total absorbed dose within Nucleus is (Gy) = 0.30452573909279 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.048417545311347 -> Total number of particles detected by the gas detector : 3 diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index 6052837f5ce..654d4c66345 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -208,14 +208,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -##### Create analysis manager 0x2589460 +##### Create analysis manager 0x117c790 Using Root analysis manager ... create file : microelectronics.root - done ... open analysis file : microelectronics.root - done Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005601s Sys=0.000000s + User=0.000000s Real=0.004988s Sys=0.000000s ... write file : microelectronics.root - done ... close 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 1bf149878f2..74f09ae222b 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -209,7 +209,7 @@ Index : 0 used in the geometry : Yes ================================================================== -##### Create analysis manager 0x1c02ac0 +##### Create analysis manager 0x24d8970 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 59e112eb99e..e349af0d3c4 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 5718e1203c2..7abdea3b361 100644 --- a/examples/advanced/radioprotection/radioprotection.out +++ b/examples/advanced/radioprotection/radioprotection.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 d66d715f0c2..156dafdf4c0 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 4dd0c38d0fe..44a91fbdb54 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2922,7 +2922,7 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.730000s Real=0.749298s Sys=0.000000s + User=0.600000s Real=0.610514s Sys=0.000000s Going to save histograms ... write file : xrayfluo.root - done ... close file : xrayfluo.root - done @@ -2957,12 +2957,12 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.321 MB -Pool ID '7G4Track', size : 0.642 MB +Pool ID '17G4DynamicParticle', size : 0.319 MB +Pool ID '7G4Track', size : 0.637 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.98 MB +Dynamic pools deleted: 11 / Total memory freed: 0.97 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index 452fc63149e..5fdd289fe13 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -388,7 +388,7 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.010000s Real=0.021192s Sys=0.000000s + User=0.010000s Real=0.009567s Sys=0.000000s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 1797737174c..5abbceec5d2 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -493,11 +493,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -509,7 +509,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -521,7 +521,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -630,7 +630,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -774,7 +774,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -837,7 +837,7 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Cumulated dose per run, in scoring volume : 4.75061 nanoGy rms = 147.024 picoGy + Cumulated dose per run, in scoring volume : 5.07974 nanoGy rms = 146.797 picoGy ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index e0f2efab2fc..9644a99e16b 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1109,169 +1109,169 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 17 65 hits stored in this event >>> Event: 18 - 73 hits stored in this event + 97 hits stored in this event >>> Event: 19 - 83 hits stored in this event + 532 hits stored in this event >>> Event: 20 - 454 hits stored in this event + 58 hits stored in this event >>> Event: 21 - 86 hits stored in this event + 67 hits stored in this event >>> Event: 22 - 69 hits stored in this event + 51 hits stored in this event >>> Event: 23 - 337 hits stored in this event + 83 hits stored in this event >>> Event: 24 - 112 hits stored in this event + 130 hits stored in this event >>> Event: 25 - 107 hits stored in this event + 110 hits stored in this event >>> Event: 26 - 94 hits stored in this event + 61 hits stored in this event >>> Event: 27 - 128 hits stored in this event + 104 hits stored in this event >>> Event: 28 - 74 hits stored in this event + 501 hits stored in this event >>> Event: 29 - 77 hits stored in this event + 27 hits stored in this event >>> Event: 30 - 60 hits stored in this event + 72 hits stored in this event >>> Event: 31 - 50 hits stored in this event + 581 hits stored in this event >>> Event: 32 - 83 hits stored in this event + 1449 hits stored in this event >>> Event: 33 - 460 hits stored in this event + 164 hits stored in this event >>> Event: 34 - 59 hits stored in this event + 43 hits stored in this event >>> Event: 35 - 68 hits stored in this event + 76 hits stored in this event >>> Event: 36 - 196 hits stored in this event + 205 hits stored in this event >>> Event: 37 - 175 hits stored in this event + 49 hits stored in this event >>> Event: 38 - 80 hits stored in this event + 99 hits stored in this event >>> Event: 39 - 397 hits stored in this event + 68 hits stored in this event >>> Event: 40 - 104 hits stored in this event + 186 hits stored in this event >>> Event: 41 - 233 hits stored in this event + 96 hits stored in this event >>> Event: 42 - 106 hits stored in this event + 63 hits stored in this event >>> Event: 43 - 97 hits stored in this event + 78 hits stored in this event >>> Event: 44 - 90 hits stored in this event + 534 hits stored in this event >>> Event: 45 - 796 hits stored in this event + 286 hits stored in this event >>> Event: 46 - 19250 hits stored in this event + 57 hits stored in this event >>> Event: 47 - 102 hits stored in this event + 75 hits stored in this event >>> Event: 48 - 116 hits stored in this event + 336 hits stored in this event >>> Event: 49 - 84 hits stored in this event + 51 hits stored in this event >>> Event: 50 - 122 hits stored in this event + 663 hits stored in this event >>> Event: 51 - 157 hits stored in this event + 76 hits stored in this event >>> Event: 52 - 126 hits stored in this event + 190 hits stored in this event >>> Event: 53 - 83 hits stored in this event + 80 hits stored in this event >>> Event: 54 - 68 hits stored in this event + 139 hits stored in this event >>> Event: 55 - 76 hits stored in this event + 62 hits stored in this event >>> Event: 56 - 69 hits stored in this event + 66 hits stored in this event >>> Event: 57 - 217 hits stored in this event + 63 hits stored in this event >>> Event: 58 - 86 hits stored in this event + 79 hits stored in this event >>> Event: 59 - 154 hits stored in this event + 85 hits stored in this event >>> Event: 60 - 78 hits stored in this event + 101 hits stored in this event >>> Event: 61 - 71 hits stored in this event + 64 hits stored in this event >>> Event: 62 - 683 hits stored in this event + 98 hits stored in this event >>> Event: 63 - 896 hits stored in this event + 101 hits stored in this event >>> Event: 64 - 92 hits stored in this event + 322 hits stored in this event >>> Event: 65 - 100 hits stored in this event + 53 hits stored in this event >>> Event: 66 - 2254 hits stored in this event + 308 hits stored in this event >>> Event: 67 - 90 hits stored in this event + 207 hits stored in this event >>> Event: 68 - 89 hits stored in this event + 1472 hits stored in this event >>> Event: 69 - 94 hits stored in this event + 56 hits stored in this event >>> Event: 70 - 53 hits stored in this event + 134 hits stored in this event >>> Event: 71 - 420 hits stored in this event + 454 hits stored in this event >>> Event: 72 - 113 hits stored in this event + 1389 hits stored in this event >>> Event: 73 - 245 hits stored in this event + 88 hits stored in this event >>> Event: 74 - 78 hits stored in this event + 200 hits stored in this event >>> Event: 75 - 87 hits stored in this event ->>> Event: 76 60 hits stored in this event +>>> Event: 76 + 136 hits stored in this event >>> Event: 77 - 86 hits stored in this event + 127 hits stored in this event >>> Event: 78 - 63 hits stored in this event + 71 hits stored in this event >>> Event: 79 - 80 hits stored in this event + 49 hits stored in this event >>> Event: 80 - 53 hits stored in this event + 90 hits stored in this event >>> Event: 81 - 60 hits stored in this event + 166 hits stored in this event >>> Event: 82 - 60 hits stored in this event + 95 hits stored in this event >>> Event: 83 - 59 hits stored in this event + 122 hits stored in this event >>> Event: 84 - 81 hits stored in this event + 47 hits stored in this event >>> Event: 85 - 119 hits stored in this event + 112 hits stored in this event >>> Event: 86 - 54 hits stored in this event + 63 hits stored in this event >>> Event: 87 - 262 hits stored in this event + 37 hits stored in this event >>> Event: 88 - 71 hits stored in this event + 522 hits stored in this event >>> Event: 89 - 147 hits stored in this event + 50 hits stored in this event >>> Event: 90 - 506 hits stored in this event + 142 hits stored in this event >>> Event: 91 - 474 hits stored in this event + 665 hits stored in this event >>> Event: 92 - 58 hits stored in this event + 232 hits stored in this event >>> Event: 93 - 92 hits stored in this event + 480 hits stored in this event >>> Event: 94 - 119 hits stored in this event + 384 hits stored in this event >>> Event: 95 - 52 hits stored in this event + 234 hits stored in this event >>> Event: 96 - 125 hits stored in this event + 52 hits stored in this event >>> Event: 97 - 109 hits stored in this event + 668 hits stored in this event >>> Event: 98 - 304 hits stored in this event + 68 hits stored in this event >>> Event: 99 - 609 hits stored in this event + 209 hits stored in this event 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 3ddb87aa12c..293b6b37fd5 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1207,67 +1207,67 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 68 81 hits stored in this event >>> Event: 69 - 76 hits stored in this event + 86 hits stored in this event >>> Event: 70 - 53 hits stored in this event + 358 hits stored in this event >>> Event: 71 - 74 hits stored in this event + 68 hits stored in this event >>> Event: 72 - 61 hits stored in this event + 305 hits stored in this event >>> Event: 73 - 85 hits stored in this event + 295 hits stored in this event >>> Event: 74 - 217 hits stored in this event + 45 hits stored in this event >>> Event: 75 - 63 hits stored in this event + 296 hits stored in this event >>> Event: 76 - 69 hits stored in this event + 48 hits stored in this event >>> Event: 77 - 72 hits stored in this event + 68 hits stored in this event >>> Event: 78 - 248 hits stored in this event + 110 hits stored in this event >>> Event: 79 - 94 hits stored in this event + 126 hits stored in this event >>> Event: 80 - 1352 hits stored in this event + 65 hits stored in this event >>> Event: 81 - 2476 hits stored in this event + 39 hits stored in this event >>> Event: 82 - 138 hits stored in this event + 73 hits stored in this event >>> Event: 83 - 80 hits stored in this event + 81 hits stored in this event >>> Event: 84 - 72 hits stored in this event + 83 hits stored in this event >>> Event: 85 - 97 hits stored in this event + 233 hits stored in this event >>> Event: 86 - 91 hits stored in this event + 160 hits stored in this event >>> Event: 87 - 149 hits stored in this event + 91 hits stored in this event >>> Event: 88 - 310 hits stored in this event + 62 hits stored in this event >>> Event: 89 - 75 hits stored in this event + 439 hits stored in this event >>> Event: 90 - 90 hits stored in this event + 148 hits stored in this event >>> Event: 91 - 94 hits stored in this event + 60 hits stored in this event >>> Event: 92 - 105 hits stored in this event + 186 hits stored in this event >>> Event: 93 - 108 hits stored in this event + 69 hits stored in this event >>> Event: 94 - 1445 hits stored in this event + 119 hits stored in this event >>> Event: 95 - 65 hits stored in this event + 88 hits stored in this event >>> Event: 96 - 66 hits stored in this event + 110 hits stored in this event >>> Event: 97 - 149 hits stored in this event ->>> Event: 98 103 hits stored in this event +>>> Event: 98 + 954 hits stored in this event >>> Event: 99 - 102 hits stored in this event + 139 hits stored in this event 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index 50a519c4006..1325c5f17eb 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 11b14bab10a..b4e49fc6372 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B4/.README.txt b/examples/basic/B4/.README.txt index 4918b229294..e5ebaf7092e 100644 --- a/examples/basic/B4/.README.txt +++ b/examples/basic/B4/.README.txt @@ -217,8 +217,7 @@ \verbatim % cd B4/B4[a,b,c,d] % ln -s ../macros/visTutor visTutor -% exampleB4[a,b,c,d] -Idle > /control/execute visTutor/exN03VisX.mac +% exampleB4[a,b,c,d] -m visTutor/exN03VisX.mac \endverbatim For details, see comment lines described in the macro files. These macros are designed to help your understanding of the User's Guide. diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index 353c30650da..c338c6b23e3 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index 84c87f78fd9..21399aa9661 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index 353c30650da..c338c6b23e3 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index ab6513fbc5f..0c3be119efa 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1699,4 +1699,4 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0x100a060 +### deleting chargedFilter 0xef1c20 diff --git a/examples/basic/B4/History b/examples/basic/B4/History index 58faa3f583a..6843b910e91 100644 --- a/examples/basic/B4/History +++ b/examples/basic/B4/History @@ -14,6 +14,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +18/01/21 J. Allison (exampleB4-V10-06-05) +- Fix README: Update VISUALIZATION TUTORIAL to follow smart parsing. + 06/11/20 I. Hrivnacova (exampleB4-V10-06-04) - Updated B4Analysis.hh with commented lines for using new generic analysis manager - Added "ignoreThreadsExcept 0" setting in run2.mac (commented) diff --git a/examples/basic/B4/README b/examples/basic/B4/README index 0ac037dd56a..ed99662f3be 100644 --- a/examples/basic/B4/README +++ b/examples/basic/B4/README @@ -192,8 +192,7 @@ subdirectory. They can be tried as: % cd B4/B4[a,b,c,d] % ln -s ../macros/visTutor visTutor - % exampleB4[a,b,c,d] - Idle > /control/execute visTutor/exN03VisX.mac + % exampleB4[a,b,c,d] -m visTutor/exN03VisX.mac For details, see comment lines described in the macro files. These macros are designed to help your understanding of the User's Guide. diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 30da31d4c63..d515c24080f 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -952,148 +952,116 @@ Setting was ignored. --> Event 0 starts. >>> Event 0 >>> Simulation truth : proton (0,0,100000) -Hodoscope 1 has 5 hits. +Hodoscope 1 has 2 hits. Hodoscope[7] 4.9870027260872 (nsec) - Hodoscope[14] 7.2448864539246 (nsec) - Hodoscope[3] 42.462858133338 (nsec) - Hodoscope[12] 6.6437866640662 (nsec) - Hodoscope[13] 6.9033255615942 (nsec) -Hodoscope 2 has 0 hits. -Drift Chamber 1 has 131 hits. - Layer[0] : time 8.3219299395741 (nsec) --- local (x,y) 372.02334871086, -289.68758575273 - Layer[0] : time 6.6894434711511 (nsec) --- local (x,y) 52.168105754942, 49.803929032904 - Layer[0] : time 6.6780679630494 (nsec) --- local (x,y) 3.1892065828707, -42.792676644112 - Layer[0] : time 6.8735075262109 (nsec) --- local (x,y) 100.31280015755, 176.09282433894 - Layer[0] : time 7.3050130493383 (nsec) --- local (x,y) 371.03015215419, 4.175509828231 - Layer[0] : time 6.7003558450509 (nsec) --- local (x,y) -34.060477562379, 62.025576889823 - Layer[0] : time 6.6974203973329 (nsec) --- local (x,y) 7.4118978978207, -89.05468250264 - Layer[0] : time 6.6948299309499 (nsec) --- local (x,y) 25.872111767864, -80.765400225554 - Layer[0] : time 7.1690806334948 (nsec) --- local (x,y) 241.38933202166, 54.544742307022 - Layer[0] : time 6.8407841254743 (nsec) --- local (x,y) -177.12018170439, 82.957397640925 - Layer[0] : time 6.6759633223697 (nsec) --- local (x,y) 10.877761185656, 7.6831425233694 - Layer[0] : time 41.019572340664 (nsec) --- local (x,y) 654.21881232109, 165.19110198813 - Layer[0] : time 6.6756475061797 (nsec) --- local (x,y) 8.8688685900449, 30.979955136027 - Layer[0] : time 6.6839214255333 (nsec) --- local (x,y) 15.684033225054, 46.827247181047 - Layer[0] : time 6.6876539473304 (nsec) --- local (x,y) 37.586095385661, 37.083267660331 - Layer[0] : time 6.6717094718954 (nsec) --- local (x,y) 0.14206342076317, 11.375303832467 - Layer[0] : time 6.6713860276552 (nsec) --- local (x,y) -5.1792151840917, -3.0802168713589 - Layer[0] : time 6.7751789611508 (nsec) --- local (x,y) 105.55149550869, 89.992118334057 - Layer[0] : time 6.9473327377988 (nsec) --- local (x,y) 120.38991125414, 187.79053746762 - Layer[0] : time 6.6801379510467 (nsec) --- local (x,y) 26.1625476015, 40.429698260424 - Layer[0] : time 6.8421771147668 (nsec) --- local (x,y) 152.89578334038, 60.314858527738 - Layer[0] : time 6.8651496801925 (nsec) --- local (x,y) -144.52802346595, 172.15955233503 - Layer[0] : time 6.9130284243888 (nsec) --- local (x,y) -5.5545990593387, 174.82417912253 - Layer[0] : time 7.0973727999711 (nsec) --- local (x,y) 229.57729880475, 281.95525985854 - Layer[0] : time 7.4746925361198 (nsec) --- local (x,y) -69.082459892363, 103.44579730238 - Layer[0] : time 6.7006508569527 (nsec) --- local (x,y) -27.604099184534, -44.387425404196 - Layer[0] : time 6.7023240668237 (nsec) --- local (x,y) 16.756449527263, 53.202782804292 - Layer[0] : time 6.758695879515 (nsec) --- local (x,y) -2.1286183430872, -151.9192847876 - Layer[0] : time 6.7389584766016 (nsec) --- local (x,y) 100.85477058146, 3.4159354445234 - Layer[0] : time 6.7280078034071 (nsec) --- local (x,y) 9.5238855236391, -117.39212852481 - Layer[0] : time 6.8035262152832 (nsec) --- local (x,y) -61.95506242562, -40.059170440469 - Layer[0] : time 6.6779320125981 (nsec) --- local (x,y) -7.7273702918383, -4.2605088339714 - Layer[0] : time 40.800119981778 (nsec) --- local (x,y) -360.03396985402, -96.047480695174 - Layer[0] : time 41.697436445803 (nsec) --- local (x,y) -689.70046338034, -140.04756788261 - Layer[0] : time 6.7506514398177 (nsec) --- local (x,y) 29.111739950945, -79.219466030769 - Layer[0] : time 6.7693108978428 (nsec) --- local (x,y) -77.817298757083, -76.771817869252 - Layer[1] : time 8.3754245964294 (nsec) --- local (x,y) 103.98651380303, 99.271300791016 - Layer[1] : time 8.352695460411 (nsec) --- local (x,y) 6.555518261023, -85.121356343318 - Layer[1] : time 9.6001892193585 (nsec) --- local (x,y) 738.41255797694, 8.93124245504 - Layer[1] : time 8.3972578725325 (nsec) --- local (x,y) -67.897594795389, 123.83664184469 - Layer[1] : time 8.3913023681658 (nsec) --- local (x,y) 14.80266093167, -177.48237903757 - Layer[1] : time 8.386171846615 (nsec) --- local (x,y) 51.424691600717, -161.06695348812 - Layer[1] : time 9.3322561292104 (nsec) --- local (x,y) 481.47865632542, 108.32793645796 - Layer[1] : time 8.6763648593226 (nsec) --- local (x,y) -352.55465294144, 164.99296661407 - Layer[1] : time 8.3485451494172 (nsec) --- local (x,y) 21.602996488186, 15.381369529952 - Layer[1] : time 39.33264795741 (nsec) --- local (x,y) 587.72580814466, 157.50193111037 - Layer[1] : time 8.3479077561875 (nsec) --- local (x,y) 17.605382612641, 61.712749795608 - Layer[1] : time 8.3644619055566 (nsec) --- local (x,y) 31.296525254824, 93.482417677272 - Layer[1] : time 8.3718014984566 (nsec) --- local (x,y) 74.816034379717, 73.805210405843 - Layer[1] : time 8.3400676624241 (nsec) --- local (x,y) 0.3656856139623, 22.662524653797 - Layer[1] : time 8.339422960729 (nsec) --- local (x,y) -10.325576326138, -6.1528428650018 - Layer[1] : time 8.5462658925584 (nsec) --- local (x,y) 210.21642029489, 179.46039316184 - Layer[1] : time 8.3568424129437 (nsec) --- local (x,y) 52.060141882974, 80.527068088821 - Layer[1] : time 8.7970096933627 (nsec) --- local (x,y) 440.31392272836, 82.720315563819 - Layer[1] : time 9.9507623535976 (nsec) --- local (x,y) -138.51691410206, 205.5234658383 - Layer[1] : time 8.3977495656969 (nsec) --- local (x,y) -55.101491614636, -88.422975135055 - Layer[1] : time 8.4011505272342 (nsec) --- local (x,y) 33.179313590761, 106.26526013804 - Layer[1] : time 8.4742703856605 (nsec) --- local (x,y) 201.24836514753, 6.4268707864644 - Layer[1] : time 8.4523545390445 (nsec) --- local (x,y) 19.067377919916, -234.07473010685 - Layer[1] : time 8.6028372633319 (nsec) --- local (x,y) -123.61068613441, -79.790663034956 - Layer[1] : time 8.3524714152619 (nsec) --- local (x,y) -15.469640581817, -8.4125398819454 - Layer[1] : time 39.120912395177 (nsec) --- local (x,y) -322.08612952714, -90.945843999291 - Layer[1] : time 8.4974052918449 (nsec) --- local (x,y) 58.058947941227, -157.87707214159 - Layer[1] : time 8.5348770426582 (nsec) --- local (x,y) -154.33186442021, -154.27470003271 - Layer[1] : time 8.5350563810033 (nsec) --- local (x,y) -154.33962221833, -154.28256705233 - Layer[1] : time 8.5350563810033 (nsec) --- local (x,y) -154.33962221833, -154.28256705233 - Layer[1] : time 8.5363239495629 (nsec) --- local (x,y) -154.40716093881, -154.28076727912 - Layer[1] : time 8.5376006546804 (nsec) --- local (x,y) -154.47515556104, -154.2865757132 - Layer[1] : time 8.538893912609 (nsec) --- local (x,y) -154.54197866244, -154.2831265858 - Layer[2] : time 10.06142382778 (nsec) --- local (x,y) 155.81526457003, 148.78304075689 - Layer[2] : time 10.02729864177 (nsec) --- local (x,y) 9.9657264789543, -127.36010308057 - Layer[2] : time 10.094285765017 (nsec) --- local (x,y) -101.95382053943, 185.82727281437 - Layer[2] : time 10.085159924479 (nsec) --- local (x,y) 22.397385513154, -265.85053390667 - Layer[2] : time 10.077477559108 (nsec) --- local (x,y) 76.87222651662, -241.3333192603 - Layer[2] : time 11.497305235466 (nsec) --- local (x,y) 722.16184469932, 163.5381615878 - Layer[2] : time 10.511595881967 (nsec) --- local (x,y) -527.59725437555, 247.17230151976 - Layer[2] : time 10.021134181234 (nsec) --- local (x,y) 32.3891643856, 23.124874821087 - Layer[2] : time 37.645720251688 (nsec) --- local (x,y) 521.22360316108, 149.81858966058 - Layer[2] : time 10.020163186239 (nsec) --- local (x,y) 26.317036841585, 92.428824150849 - Layer[2] : time 10.044989561365 (nsec) --- local (x,y) 46.942559431561, 140.0836686204 - Layer[2] : time 10.055988570902 (nsec) --- local (x,y) 112.09196851999, 110.63908722639 - Layer[2] : time 10.008429120383 (nsec) --- local (x,y) 0.60009844308239, 33.992824722369 - Layer[2] : time 10.007459782389 (nsec) --- local (x,y) -15.469906838505, -9.2233668202928 - Layer[2] : time 10.317654294153 (nsec) --- local (x,y) 315.13393940544, 269.12728461801 - Layer[2] : time 10.033540279559 (nsec) --- local (x,y) 77.955751515532, 120.60071248499 - Layer[2] : time 10.718972488955 (nsec) --- local (x,y) 705.82694453088, 122.72611163328 - Layer[2] : time 10.094826381602 (nsec) --- local (x,y) -82.599270191941, -132.38094180393 - Layer[2] : time 10.099979310943 (nsec) --- local (x,y) 49.516077803296, 159.34733868225 - Layer[2] : time 10.210223056213 (nsec) --- local (x,y) 302.54916658582, 9.8086103529724 - Layer[2] : time 10.402198714506 (nsec) --- local (x,y) -185.36914178043, -119.50544282838 - Layer[2] : time 10.027013166407 (nsec) --- local (x,y) -23.244564025618, -12.563808677952 - Layer[2] : time 37.441685057774 (nsec) --- local (x,y) -284.0270633511, -86.018563569992 - Layer[2] : time 10.244165890164 (nsec) --- local (x,y) 86.965575821147, -236.55550121965 - Layer[2] : time 10.300224239373 (nsec) --- local (x,y) -230.65776780411, -231.48543321625 - Layer[3] : time 11.747414934007 (nsec) --- local (x,y) 207.63699038167, 198.27713321867 - Layer[3] : time 11.701897699736 (nsec) --- local (x,y) 13.374654514637, -169.58418001113 - Layer[3] : time 11.791455662691 (nsec) --- local (x,y) -136.23129806078, 248.03566232219 - Layer[3] : time 13.661043991706 (nsec) --- local (x,y) 962.50998951526, 215.71962132703 - Layer[3] : time 11.693726673357 (nsec) --- local (x,y) 43.18279824159, 30.917070126605 - Layer[3] : time 35.958852949458 (nsec) --- local (x,y) 454.85687351931, 142.13991869595 - Layer[3] : time 11.692428158191 (nsec) --- local (x,y) 34.968719102473, 123.20799193183 - Layer[3] : time 11.725477127892 (nsec) --- local (x,y) 62.658576226741, 186.53057368828 - Layer[3] : time 11.740214153518 (nsec) --- local (x,y) 149.5174322188, 147.47619905331 - Layer[3] : time 11.676790240438 (nsec) --- local (x,y) 0.84484534881939, 45.318405414698 - Layer[3] : time 11.675495517709 (nsec) --- local (x,y) -20.58997027824, -12.281314928143 - Layer[3] : time 11.837668515094 (nsec) --- local (x,y) -16.463381444533, -14.795287181151 - Layer[3] : time 11.710229463771 (nsec) --- local (x,y) 103.90170443574, 160.6087217737 - Layer[3] : time 11.791906751786 (nsec) --- local (x,y) -110.08004639523, -176.35966208441 - Layer[3] : time 11.798760291625 (nsec) --- local (x,y) 65.768158045716, 212.29948073067 - Layer[3] : time 11.946214673663 (nsec) --- local (x,y) 403.86168256452, 13.519190413819 - Layer[3] : time 12.201577929172 (nsec) --- local (x,y) -247.13532186772, -159.23106718389 - Layer[3] : time 11.701555312325 (nsec) --- local (x,y) -31.058438988669, -16.628496137139 - Layer[3] : time 11.70178431669 (nsec) --- local (x,y) -31.059497933911, -16.629056939259 - Layer[3] : time 35.762409231026 (nsec) --- local (x,y) -245.75336519237, -81.256499216551 - Layer[3] : time 11.70178431669 (nsec) --- local (x,y) -31.059497933911, -16.629056939259 - Layer[4] : time 13.433562975916 (nsec) --- local (x,y) 259.80178290258, 247.89006012623 - Layer[4] : time 13.376496880805 (nsec) --- local (x,y) 16.829022742418, -211.80491048316 - Layer[4] : time 13.366331796898 (nsec) --- local (x,y) 54.055927007096, 38.824189971822 - Layer[4] : time 34.271991272884 (nsec) --- local (x,y) 388.50188844158, 134.45573739026 - Layer[4] : time 13.364695289121 (nsec) --- local (x,y) 43.611701983896, 153.99983989542 - Layer[4] : time 13.405979794663 (nsec) --- local (x,y) 78.404248524713, 233.01471950535 - Layer[4] : time 13.424499790917 (nsec) --- local (x,y) 187.14240797397, 184.35041048461 - Layer[4] : time 13.345151006524 (nsec) --- local (x,y) 1.0957820359101, 56.639134612872 - Layer[4] : time 13.34353158406 (nsec) --- local (x,y) -25.735728723708, -15.312061018056 - Layer[4] : time 13.386918763922 (nsec) --- local (x,y) 129.84453675532, 200.6188570373 - Layer[4] : time 13.488988937323 (nsec) --- local (x,y) -137.54203526055, -220.35370670384 - Layer[4] : time 13.497492077208 (nsec) --- local (x,y) 81.807900760517, 265.16622571508 - Layer[4] : time 13.682168027361 (nsec) --- local (x,y) 505.11716536453, 16.850026637575 - Layer[4] : time 14.000924579822 (nsec) --- local (x,y) -308.85700774706, -198.86665371013 - Layer[4] : time 13.376095837154 (nsec) --- local (x,y) -38.756437993682, -20.81880563142 - Layer[4] : time 34.083159801808 (nsec) --- local (x,y) -207.59803265574, -76.363141153998 -Drift Chamber 2 has 0 hits. -EM Calorimeter has 4 hits. Total Edep is 207.71695512202 (MeV) -Hadron Calorimeter has 7 hits. Total Edep is 85.102265651913 (MeV) + Hodoscope[8] 5.5935221313475 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[10] 41.861378661594 (nsec) +Drift Chamber 1 has 96 hits. + Layer[0] : time 8.321949352922 (nsec) --- local (x,y) 372.07463018535, -289.62504970056 + Layer[0] : time 6.6809560568123 (nsec) --- local (x,y) 40.882271715541, 29.630578040492 + Layer[0] : time 6.7134352880171 (nsec) --- local (x,y) -113.46087209939, -6.7330792041207 + Layer[0] : time 6.7283819203789 (nsec) --- local (x,y) -132.10740827702, -8.508213391568 + Layer[0] : time 6.6722279292202 (nsec) --- local (x,y) -6.9543997819172, 4.6174704651789 + Layer[0] : time 6.8833408531705 (nsec) --- local (x,y) 67.287624154209, 218.68928853766 + Layer[0] : time 6.7563679280057 (nsec) --- local (x,y) -44.749982010864, 148.66701500199 + Layer[0] : time 7.4191579300869 (nsec) --- local (x,y) 460.68404544019, 111.28979239928 + Layer[0] : time 6.8214998289424 (nsec) --- local (x,y) 35.444660878033, 160.89448411903 + Layer[0] : time 6.6774331008174 (nsec) --- local (x,y) -12.701139808488, 24.105480913893 + Layer[0] : time 12.255755720666 (nsec) --- local (x,y) -100.99673503402, -151.67909860862 + Layer[0] : time 6.8229207527169 (nsec) --- local (x,y) -182.67428638961, -74.125017318991 + Layer[0] : time 6.6722923786857 (nsec) --- local (x,y) -5.9522205438397, -5.8677669209003 + Layer[0] : time 41.609829153023 (nsec) --- local (x,y) 884.44501307455, -108.61094091398 + Layer[0] : time 6.6715523237923 (nsec) --- local (x,y) 7.3053784485911, -3.47015516056 + Layer[0] : time 6.7786106021905 (nsec) --- local (x,y) -136.53763508149, -26.812980919385 + Layer[0] : time 6.9677247005085 (nsec) --- local (x,y) -197.50365922624, -104.82097638658 + Layer[0] : time 6.6795615801885 (nsec) --- local (x,y) -40.592536306353, -21.935783142968 + Layer[0] : time 6.6835046516562 (nsec) --- local (x,y) -34.116058219225, -49.289546562444 + Layer[0] : time 6.7006848554661 (nsec) --- local (x,y) 45.392583072069, 30.534262876598 + Layer[0] : time 6.6777154302076 (nsec) --- local (x,y) -30.511134500706, -3.7088651730294 + Layer[0] : time 6.7414686630778 (nsec) --- local (x,y) 44.842193870077, 134.91060433118 + Layer[0] : time 6.8036354950335 (nsec) --- local (x,y) 60.423678079039, 45.754417228378 + Layer[0] : time 6.6780615722249 (nsec) --- local (x,y) 6.943895895408, 8.5070133597309 + Layer[0] : time 6.7511755288263 (nsec) --- local (x,y) -39.134380098298, -76.696804573888 + Layer[1] : time 8.3585084513131 (nsec) --- local (x,y) 81.471831750478, 59.110906142636 + Layer[1] : time 8.4233402911597 (nsec) --- local (x,y) -226.23438494885, -14.343933245652 + Layer[1] : time 8.4560717468321 (nsec) --- local (x,y) -267.07063009776, -12.779213938661 + Layer[1] : time 8.3411003307092 (nsec) --- local (x,y) -13.842917953558, 9.2095638502041 + Layer[1] : time 8.5088293979608 (nsec) --- local (x,y) -89.160256513927, 296.33886856607 + Layer[1] : time 9.8296459972478 (nsec) --- local (x,y) 918.12257951277, 221.54347631854 + Layer[1] : time 8.3514898996198 (nsec) --- local (x,y) -25.32480121494, 48.122630375519 + Layer[1] : time 8.6433107584516 (nsec) --- local (x,y) -365.83520656339, -148.94880703267 + Layer[1] : time 8.3412230619588 (nsec) --- local (x,y) -11.760464148056, -11.64902036543 + Layer[1] : time 39.926028487441 (nsec) --- local (x,y) 816.51888981703, -104.12749315777 + Layer[1] : time 8.3397560863977 (nsec) --- local (x,y) 14.575915680856, -6.9501946697579 + Layer[1] : time 8.5533109136438 (nsec) --- local (x,y) -272.33096695979, -53.354458938561 + Layer[1] : time 8.9289766198829 (nsec) --- local (x,y) -392.92392496625, -208.55343495899 + Layer[1] : time 8.3557173446938 (nsec) --- local (x,y) -80.899956826555, -43.746296173553 + Layer[1] : time 8.3635765534563 (nsec) --- local (x,y) -67.983983106608, -98.259535228142 + Layer[1] : time 8.3977928914634 (nsec) --- local (x,y) 90.425963042752, 60.780207979858 + Layer[1] : time 8.3520128530852 (nsec) --- local (x,y) -60.709522995112, -7.250559839824 + Layer[1] : time 8.4793071569796 (nsec) --- local (x,y) 89.369354943625, 269.11366649589 + Layer[1] : time 8.602984838294 (nsec) --- local (x,y) 120.35094853127, 91.164002051074 + Layer[1] : time 8.3527451521573 (nsec) --- local (x,y) 13.941027486191, 17.148763044216 + Layer[1] : time 8.4984853767528 (nsec) --- local (x,y) -77.985305503559, -152.94119783228 + Layer[2] : time 10.036059259516 (nsec) --- local (x,y) 122.04976571914, 88.598690752801 + Layer[2] : time 10.137455952752 (nsec) --- local (x,y) -342.79758278637, -31.881102873516 + Layer[2] : time 10.180471927121 (nsec) --- local (x,y) -398.23452083643, -16.953145573076 + Layer[2] : time 10.009972222007 (nsec) --- local (x,y) -20.737126889901, 13.775275477291 + Layer[2] : time 10.025547506446 (nsec) --- local (x,y) -37.999853230479, 72.11551157604 + Layer[2] : time 10.463995927858 (nsec) --- local (x,y) -549.16084519017, -223.98051968972 + Layer[2] : time 10.010152036907 (nsec) --- local (x,y) -17.566247945947, -17.387062744495 + Layer[2] : time 38.242262415586 (nsec) --- local (x,y) 748.66953608432, -99.647724669042 + Layer[2] : time 10.00796226352 (nsec) --- local (x,y) 21.839692957492, -10.546108894698 + Layer[2] : time 10.327584832503 (nsec) --- local (x,y) -407.71981733767, -79.438572164669 + Layer[2] : time 10.031862487226 (nsec) --- local (x,y) -121.13079827015, -65.624264181357 + Layer[2] : time 10.043655682367 (nsec) --- local (x,y) -101.87648599721, -147.23473413069 + Layer[2] : time 10.09491360523 (nsec) --- local (x,y) 135.48082356572, 91.049709332538 + Layer[2] : time 10.026316640262 (nsec) --- local (x,y) -90.938374532779, -10.788243960166 + Layer[2] : time 10.402471732323 (nsec) --- local (x,y) 180.54129587357, 136.63544760474 + Layer[2] : time 10.027442701362 (nsec) --- local (x,y) 21.023312730713, 25.943501531997 + Layer[2] : time 10.245800250126 (nsec) --- local (x,y) -116.8239059724, -229.19724095636 + Layer[3] : time 11.713638230818 (nsec) --- local (x,y) 162.69369552336, 118.13886472571 + Layer[3] : time 11.858457527469 (nsec) --- local (x,y) -465.39265949013, -66.055262825105 + Layer[3] : time 11.908523005019 (nsec) --- local (x,y) -533.61861213858, -21.997972035185 + Layer[3] : time 11.67884391714 (nsec) --- local (x,y) -27.625816848817, 18.341813936233 + Layer[3] : time 11.69959719796 (nsec) --- local (x,y) -50.568209940271, 96.112055788416 + Layer[3] : time 12.285043456117 (nsec) --- local (x,y) -732.62769410757, -299.40765365198 + Layer[3] : time 11.679081027778 (nsec) --- local (x,y) -23.413272271871, -23.082163182561 + Layer[3] : time 36.558539672587 (nsec) --- local (x,y) 680.91394540376, -95.210467363599 + Layer[3] : time 11.676167317594 (nsec) --- local (x,y) 29.078882696178, -14.144835795507 + Layer[3] : time 12.101710166238 (nsec) --- local (x,y) -542.9162051799, -105.55417625058 + Layer[3] : time 11.708007696996 (nsec) --- local (x,y) -161.36573981732, -87.494663406536 + Layer[3] : time 11.723733781455 (nsec) --- local (x,y) -135.77088244292, -196.20541642902 + Layer[3] : time 11.792052213568 (nsec) --- local (x,y) 180.5778234595, 121.33791075075 + Layer[3] : time 11.700644952578 (nsec) --- local (x,y) -121.29469605489, -14.2576530508 + Layer[3] : time 12.201994916522 (nsec) --- local (x,y) 240.79700730111, 182.11407711734 + Layer[3] : time 11.70214139096 (nsec) --- local (x,y) 28.082122819346, 34.75985845452 + Layer[4] : time 13.391224477033 (nsec) --- local (x,y) 203.32278934402, 147.7362077291 + Layer[4] : time 13.579389652093 (nsec) --- local (x,y) -588.02217217996, -99.788846590856 + Layer[4] : time 13.634093880814 (nsec) --- local (x,y) -666.1575005109, -25.690959571253 + Layer[4] : time 13.347717530319 (nsec) --- local (x,y) -34.543711034645, 22.925955156757 + Layer[4] : time 13.373629385516 (nsec) --- local (x,y) -63.027265668218, 120.05391865067 + Layer[4] : time 13.348010528464 (nsec) --- local (x,y) -29.272767612959, -28.776501734558 + Layer[4] : time 34.874802672035 (nsec) --- local (x,y) 613.12208623344, -90.840749035614 + Layer[4] : time 13.344372359232 (nsec) --- local (x,y) 36.339865303943, -17.698704020956 + Layer[4] : time 13.484830559681 (nsec) --- local (x,y) 33.569153376523, -2.5018109705555 + Layer[4] : time 13.56237911672 (nsec) --- local (x,y) 34.316045659414, -5.7766241445426 + Layer[4] : time 13.876010773824 (nsec) --- local (x,y) -678.33921042276, -131.43273303145 + Layer[4] : time 13.384150794391 (nsec) --- local (x,y) -201.61573471158, -109.32184503376 + Layer[4] : time 13.403818756682 (nsec) --- local (x,y) -169.69701547456, -245.17524603897 + Layer[4] : time 13.489202390643 (nsec) --- local (x,y) 225.71794256336, 151.61600295157 + Layer[4] : time 13.374991803196 (nsec) --- local (x,y) -151.7369364329, -17.760446079519 + Layer[4] : time 14.001509461664 (nsec) --- local (x,y) 301.05487956212, 227.54070357698 + Layer[4] : time 13.376841866932 (nsec) --- local (x,y) 35.171044156672, 43.571418389924 +Drift Chamber 2 has 5 hits. + Layer[0] : time 33.233392229618 (nsec) --- local (x,y) -903.13315480955, -16.286652113631 + Layer[1] : time 34.965539726852 (nsec) --- local (x,y) -763.11017767513, -20.09394546982 + Layer[2] : time 36.695784673371 (nsec) --- local (x,y) -625.23028642714, -24.577985395736 + Layer[3] : time 38.423224324716 (nsec) --- local (x,y) -490.66011704513, -31.568919503802 + Layer[4] : time 40.152322018677 (nsec) --- local (x,y) -353.997572552, -33.19232998557 +EM Calorimeter has 10 hits. Total Edep is 347.99113272099 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1110,25 +1078,28 @@ Hadron Calorimeter has 7 hits. Total Edep is 85.102265651913 (MeV) >>> Event 0 >>> Simulation truth : pi+ (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867880803409 (nsec) -Hodoscope 2 has 3 hits. - Hodoscope[10] 42.694786460572 (nsec) - Hodoscope[12] 464.36688550841 (nsec) - Hodoscope[17] 227.90743470914 (nsec) + Hodoscope[7] 4.9867880803625 (nsec) +Hodoscope 2 has 5 hits. + Hodoscope[10] 42.694196022308 (nsec) + Hodoscope[6] 2712.0248697294 (nsec) + Hodoscope[3] 512.80189055541 (nsec) + Hodoscope[4] 55.938686545556 (nsec) + Hodoscope[14] 617.2547311769 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.670954837777 (nsec) --- local (x,y) 0.014374186995306, 0.0016904633957184 - Layer[1] : time 8.3387769386408 (nsec) --- local (x,y) 0.024819947410655, 0.0012149965419307 - Layer[2] : time 10.006599039761 (nsec) --- local (x,y) 0.037789503212208, -0.0017057307818501 - Layer[3] : time 11.674421141025 (nsec) --- local (x,y) 0.052481163824864, -0.0051113213589585 - Layer[4] : time 13.342243242516 (nsec) --- local (x,y) 0.069066710402967, -0.009396563863963 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.367446582368 (nsec) --- local (x,y) -82.628088808706, -0.094589895835362 - Layer[1] : time 36.036185159872 (nsec) --- local (x,y) -99.206028424542, -0.09801612125946 - Layer[2] : time 37.704923670234 (nsec) --- local (x,y) -115.7833609481, -0.09731992147312 - Layer[3] : time 39.373662218472 (nsec) --- local (x,y) -132.36103594442, -0.098536328012051 - Layer[4] : time 41.042401049337 (nsec) --- local (x,y) -148.9412677891, -0.09791013108737 -EM Calorimeter has 67 hits. Total Edep is 2293.2573847598 (MeV) -Hadron Calorimeter has 17 hits. Total Edep is 3722.2689932584 (MeV) + Layer[0] : time 6.6709548375129 (nsec) --- local (x,y) 0.0090119673826799, -0.0035240339704669 + Layer[1] : time 8.3387769380803 (nsec) --- local (x,y) 0.013402295065732, -0.0027956524071196 + Layer[2] : time 10.006599038649 (nsec) --- local (x,y) 0.016867469242626, -0.00032305442031954 + Layer[3] : time 11.674421139201 (nsec) --- local (x,y) 0.020105544415725, 0.0011821680884779 + Layer[4] : time 13.342243239785 (nsec) --- local (x,y) 0.024388515466025, 0.0030732083950382 +Drift Chamber 2 has 6 hits. + Layer[0] : time 34.366877095497 (nsec) --- local (x,y) -82.662180674851, -0.036484735633946 + Layer[1] : time 36.035611545704 (nsec) --- local (x,y) -99.20273751824, -0.044598361170938 + Layer[2] : time 37.704346172613 (nsec) --- local (x,y) -115.74489649284, -0.052636821003492 + Layer[3] : time 39.373080560754 (nsec) --- local (x,y) -132.2848903879, -0.060808234979961 + Layer[3] : time 39.789023330856 (nsec) --- local (x,y) -22.687006798422, 8.3753208168082 + Layer[4] : time 41.041815171473 (nsec) --- local (x,y) -148.82690034193, -0.07235520335332 +EM Calorimeter has 65 hits. Total Edep is 71496.058399343 (MeV) +Hadron Calorimeter has 15 hits. Total Edep is 670.29319189515 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1145,23 +1116,24 @@ Hadron Calorimeter has 17 hits. Total Edep is 3722.2689932584 (MeV) >>> Event 0 >>> Simulation truth : e+ (0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832232337 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.185965714274 (nsec) + Hodoscope[7] 4.9867832232956 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[9] 43.185822433653 (nsec) + Hodoscope[11] 56.444826224453 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709483400656 (nsec) --- local (x,y) -0.0048840958355261, -0.0057162009442672 - Layer[1] : time 8.3387688161326 (nsec) --- local (x,y) -0.0071321957926361, -0.0097698086910614 - Layer[2] : time 10.006589292198 (nsec) --- local (x,y) -0.0087608019245764, -0.014154272270479 - Layer[3] : time 11.674409768268 (nsec) --- local (x,y) -0.012185571281507, -0.017594467658009 - Layer[4] : time 13.342230244346 (nsec) --- local (x,y) -0.014943705030338, -0.021843001403842 + Layer[0] : time 6.6709483408646 (nsec) --- local (x,y) -0.020319911379571, -0.011307806822227 + Layer[1] : time 8.3387688176418 (nsec) --- local (x,y) -0.032372445418449, -0.020801299654419 + Layer[2] : time 10.006589294556 (nsec) --- local (x,y) -0.046274050359483, -0.029928940651713 + Layer[3] : time 11.674409770823 (nsec) --- local (x,y) -0.045831628791546, -0.038790973071574 + Layer[4] : time 13.342230247213 (nsec) --- local (x,y) -0.047835165782786, -0.049530425019764 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.848593374549 (nsec) --- local (x,y) -148.22171592962, -0.073559872418172 - Layer[1] : time 36.519342688437 (nsec) --- local (x,y) -177.86652101751, -0.071600812452987 - Layer[2] : time 38.190092008217 (nsec) --- local (x,y) -207.51135593581, -0.069692028401123 - Layer[3] : time 39.860841428016 (nsec) --- local (x,y) -237.15669750689, -0.068052975036924 - Layer[4] : time 41.531590827088 (nsec) --- local (x,y) -266.80193391688, -0.064643297102022 -EM Calorimeter has 45 hits. Total Edep is 89207.251965643 (MeV) -Hadron Calorimeter has 7 hits. Total Edep is 49.050133900306 (MeV) + Layer[0] : time 34.848585244905 (nsec) --- local (x,y) -147.55487903002, -0.16924444759472 + Layer[1] : time 36.519306906334 (nsec) --- local (x,y) -177.05928501042, -0.16604558420713 + Layer[2] : time 38.190028928037 (nsec) --- local (x,y) -206.56552419474, -0.16071361536283 + Layer[3] : time 39.860751146921 (nsec) --- local (x,y) -236.0727669925, -0.15637214440378 + Layer[4] : time 41.531473379476 (nsec) --- local (x,y) -265.58007941515, -0.15247098161345 +EM Calorimeter has 45 hits. Total Edep is 89609.566489227 (MeV) +Hadron Calorimeter has 8 hits. Total Edep is 72.120204913719 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1178,24 +1150,23 @@ Hadron Calorimeter has 7 hits. Total Edep is 49.050133900306 (MeV) >>> Event 0 >>> Simulation truth : proton (0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0086870593255 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 43.376285565383 (nsec) - Hodoscope[20] 146.02132159158 (nsec) + Hodoscope[7] 5.0086863655084 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.372701834398 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7002536147477 (nsec) --- local (x,y) 0.029986951958968, 0.097432310106192 - Layer[1] : time 8.3754039586784 (nsec) --- local (x,y) 0.080198913060444, 0.17525847369326 - Layer[2] : time 10.050554438979 (nsec) --- local (x,y) 0.11847565885133, 0.25507502419578 - Layer[3] : time 11.725705041787 (nsec) --- local (x,y) 0.15233689185912, 0.32765839631968 - Layer[4] : time 13.400855769404 (nsec) --- local (x,y) 0.15823599980624, 0.38692004138514 + Layer[0] : time 6.7002531118894 (nsec) --- local (x,y) -0.13101795912701, -0.029381547224537 + Layer[1] : time 8.3754036618387 (nsec) --- local (x,y) -0.21875022652134, -0.048366228953557 + Layer[2] : time 10.050554347399 (nsec) --- local (x,y) -0.30570324075723, -0.084320755777674 + Layer[3] : time 11.725705135667 (nsec) --- local (x,y) -0.39691746392256, -0.12886751607533 + Layer[4] : time 13.400856018946 (nsec) --- local (x,y) -0.46304657693516, -0.14550228230833 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.002071104019 (nsec) --- local (x,y) -148.67624410277, 0.41497691047761 - Layer[1] : time 36.680196879876 (nsec) --- local (x,y) -178.47713703279, 0.37172154193224 - Layer[2] : time 38.358326357012 (nsec) --- local (x,y) -208.29601183663, 0.34592357074414 - Layer[3] : time 40.036460240549 (nsec) --- local (x,y) -238.13640118239, 0.30826749200858 - Layer[4] : time 41.714594059709 (nsec) --- local (x,y) -267.97577799805, 0.28859893189953 -EM Calorimeter has 40 hits. Total Edep is 3695.2421609469 (MeV) -Hadron Calorimeter has 11 hits. Total Edep is 240.41855719607 (MeV) + Layer[0] : time 34.998569568724 (nsec) --- local (x,y) -150.33407100262, 0.88513767334187 + Layer[1] : time 36.676669996325 (nsec) --- local (x,y) -180.00771994343, 1.0662013511011 + Layer[2] : time 38.354774130669 (nsec) --- local (x,y) -209.69940237617, 1.2325173544005 + Layer[3] : time 40.032897383599 (nsec) --- local (x,y) -239.48656195884, 1.3842705562144 + Layer[4] : time 41.711021609842 (nsec) --- local (x,y) -269.27804786018, 1.4993505116827 +EM Calorimeter has 29 hits. Total Edep is 220.09028768821 (MeV) +Hadron Calorimeter has 10 hits. Total Edep is 594.42320235417 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1210,25 +1181,26 @@ Hadron Calorimeter has 11 hits. Total Edep is 240.41855719607 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) +>>> Event 0 >>> Simulation truth : pi+ (0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9872689310717 (nsec) + Hodoscope[7] 4.9872689251917 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.703271073219 (nsec) + Hodoscope[10] 42.701236491409 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6715981858426 (nsec) --- local (x,y) 0.086334604923717, 0.044078676675813 - Layer[1] : time 8.3395812350917 (nsec) --- local (x,y) 0.21429148487059, 0.010752318528263 - Layer[2] : time 10.007564295616 (nsec) --- local (x,y) 0.35591111356628, -0.0065730693560991 - Layer[3] : time 11.675547335646 (nsec) --- local (x,y) 0.46933520465195, -0.0074475933979333 - Layer[4] : time 13.343530379259 (nsec) --- local (x,y) 0.5778646755618, 0.016765916412075 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.37488911915 (nsec) --- local (x,y) -83.058114534785, 0.2845533118211 - Layer[1] : time 36.0438334784 (nsec) --- local (x,y) -100.03573577586, 0.18879916945713 - Layer[2] : time 37.712777916343 (nsec) --- local (x,y) -117.01408791381, 0.10443356638372 - Layer[3] : time 39.381726172123 (nsec) --- local (x,y) -134.0260554731, 0.015645064234873 - Layer[4] : time 41.050676188231 (nsec) --- local (x,y) -151.05357777194, -0.060766902334357 -EM Calorimeter has 4 hits. Total Edep is 185.29721908126 (MeV) -Hadron Calorimeter has 4 hits. Total Edep is 177.29494289352 (MeV) + Layer[0] : time 6.6715981316549 (nsec) --- local (x,y) -0.013051399346541, -0.020051633433066 + Layer[1] : time 8.3395811124152 (nsec) --- local (x,y) 0.018595714744988, -0.024245157064065 + Layer[2] : time 10.00756409738 (nsec) --- local (x,y) 0.056144865643624, -0.023155832524179 + Layer[3] : time 11.675547094766 (nsec) --- local (x,y) 0.11747355665766, -0.025568604496403 + Layer[4] : time 13.343530114112 (nsec) --- local (x,y) 0.21138937452661, -0.052633384688109 +Drift Chamber 2 has 6 hits. + Layer[0] : time 34.372937534028 (nsec) --- local (x,y) -83.055338469784, 0.60884036849331 + Layer[1] : time 36.041870698757 (nsec) --- local (x,y) -99.933597106929, 0.74610990535414 + Layer[2] : time 37.710802235179 (nsec) --- local (x,y) -116.79720554111, 0.89802873715968 + Layer[3] : time 39.379735311534 (nsec) --- local (x,y) -133.67446108602, 1.0487428938735 + Layer[4] : time 41.048664754251 (nsec) --- local (x,y) -150.51912454038, 1.2134125378822 + Layer[4] : time 41.459159261501 (nsec) --- local (x,y) -350.8099816989, -67.065704017117 +EM Calorimeter has 18 hits. Total Edep is 314.43212538834 (MeV) +Hadron Calorimeter has 10 hits. Total Edep is 362.15073898743 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1243,33 +1215,25 @@ Hadron Calorimeter has 4 hits. Total Edep is 177.29494289352 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (0,0,10000) +>>> Event 0 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832345473 (nsec) + Hodoscope[7] 4.9867832354409 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[5] 43.253138378076 (nsec) -Drift Chamber 1 has 13 hits. - Layer[0] : time 6.6709484232547 (nsec) --- local (x,y) 0.038488751051262, 0.085395706053151 - Layer[0] : time 7.0868070470494 (nsec) --- local (x,y) -321.66394556644, 47.548186172922 - Layer[1] : time 8.3387689792851 (nsec) --- local (x,y) 0.18695143977491, 0.12852447969726 - Layer[1] : time 9.0215293711672 (nsec) --- local (x,y) -536.1383379965, 136.56293427389 - Layer[1] : time 9.022108943936 (nsec) --- local (x,y) -536.20863830569, 136.56345986502 - Layer[1] : time 9.022108943936 (nsec) --- local (x,y) -536.20863830569, 136.56345986502 - Layer[1] : time 9.0230024694894 (nsec) --- local (x,y) -536.21200161438, 136.54279533512 - Layer[1] : time 9.0240087873392 (nsec) --- local (x,y) -536.22712336251, 136.53343971751 - Layer[2] : time 10.006589554488 (nsec) --- local (x,y) 0.35754709225492, 0.15236727775874 - Layer[2] : time 11.06177213832 (nsec) --- local (x,y) -817.65864083819, 163.01182498938 - Layer[3] : time 11.674410152648 (nsec) --- local (x,y) 0.54860784362149, 0.146557079419 - Layer[3] : time 12.868286921344 (nsec) --- local (x,y) -821.19691727132, 137.45094268111 - Layer[4] : time 13.342230763209 (nsec) --- local (x,y) 0.74914712348409, 0.14133331589417 + Hodoscope[9] 43.189018719946 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709484025457 (nsec) --- local (x,y) 0.08091330607161, 0.18966276277257 + Layer[1] : time 8.3387689435565 (nsec) --- local (x,y) 0.19652453985638, 0.26792072673928 + Layer[2] : time 10.00658949998 (nsec) --- local (x,y) 0.32365440824475, 0.35677709808758 + Layer[3] : time 11.674410338932 (nsec) --- local (x,y) 0.47781327117265, 0.64834611871461 + Layer[4] : time 13.342231195473 (nsec) --- local (x,y) 0.61764475239636, 0.95577749997415 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.859577933344 (nsec) --- local (x,y) -324.51055537179, -1.3034640036202 - Layer[1] : time 36.541591675309 (nsec) --- local (x,y) -389.87959266698, -1.4717564664295 - Layer[2] : time 38.223611256627 (nsec) --- local (x,y) -455.26217129225, -1.6241932345234 - Layer[3] : time 39.905618518339 (nsec) --- local (x,y) -520.61619503141, -1.8022987381915 - Layer[4] : time 41.587620465371 (nsec) --- local (x,y) -585.95787527518, -1.9974042191237 -EM Calorimeter has 17 hits. Total Edep is 8572.0632815154 (MeV) -Hadron Calorimeter has 2 hits. Total Edep is 0.58633521636629 (MeV) + Layer[0] : time 34.851655008621 (nsec) --- local (x,y) -146.3980959007, 4.0019929557807 + Layer[1] : time 36.522402544855 (nsec) --- local (x,y) -176.03330285709, 4.1892269088456 + Layer[2] : time 38.193149768811 (nsec) --- local (x,y) -205.66680819147, 4.394565147932 + Layer[3] : time 39.86389393307 (nsec) --- local (x,y) -235.28471804977, 4.6121444793681 + Layer[4] : time 41.534640001204 (nsec) --- local (x,y) -264.91214049875, 4.8476396056941 +EM Calorimeter has 15 hits. Total Edep is 9603.0575910575 (MeV) +Hadron Calorimeter has 3 hits. Total Edep is 2.5048694513192 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1286,23 +1250,23 @@ Hadron Calorimeter has 2 hits. Total Edep is 0.58633521636629 (MeV) >>> Event 0 >>> Simulation truth : proton (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.8404969894099 (nsec) + Hodoscope[7] 6.839307405055 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.375923623088 (nsec) + Hodoscope[9] 59.409749504545 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.1553076589262 (nsec) --- local (x,y) -1.6929652148303, -5.7091360488551 - Layer[1] : time 11.447960468074 (nsec) --- local (x,y) -2.3419547890363, -7.9016238607817 - Layer[2] : time 13.74083543237 (nsec) --- local (x,y) -2.5638030808702, -10.317266298763 - Layer[3] : time 16.033895156997 (nsec) --- local (x,y) -2.9216744773845, -12.664221279455 - Layer[4] : time 18.327178376945 (nsec) --- local (x,y) -3.4136138861673, -15.217082831743 + Layer[0] : time 9.1543962184373 (nsec) --- local (x,y) -1.2065357844235, -0.52211063188947 + Layer[1] : time 11.447259783876 (nsec) --- local (x,y) -1.8180499982614, -1.5680557417753 + Layer[2] : time 13.740309399543 (nsec) --- local (x,y) -2.4514180152068, -2.8048220877035 + Layer[3] : time 16.033556127771 (nsec) --- local (x,y) -3.1579383760823, -4.3338495840796 + Layer[4] : time 18.326999717054 (nsec) --- local (x,y) -3.6290380762273, -5.9704280650574 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.894116558768 (nsec) --- local (x,y) -167.72187924283, -32.566489682848 - Layer[1] : time 50.194665048673 (nsec) --- local (x,y) -198.96518311334, -33.783333404985 - Layer[2] : time 52.495353328915 (nsec) --- local (x,y) -229.99465639818, -35.629565418799 - Layer[3] : time 54.796190488981 (nsec) --- local (x,y) -260.87775052467, -37.263801878705 - Layer[4] : time 57.097213707617 (nsec) --- local (x,y) -291.65864654475, -39.086614029131 -EM Calorimeter has 1 hits. Total Edep is 296.50032832861 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 47.925404835662 (nsec) --- local (x,y) -146.81900258051, -28.98445661692 + Layer[1] : time 50.226152083058 (nsec) --- local (x,y) -177.80823877557, -31.158208645504 + Layer[2] : time 52.527216763016 (nsec) --- local (x,y) -209.10072977013, -33.263006832241 + Layer[3] : time 54.828707838009 (nsec) --- local (x,y) -240.78260955991, -35.545701195824 + Layer[4] : time 57.130443482516 (nsec) --- local (x,y) -272.60549462285, -38.001160805675 +EM Calorimeter has 7 hits. Total Edep is 372.11741215346 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 1.3867200765056 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1317,29 +1281,19 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (-0,0,1000) +>>> Event 0 >>> Simulation truth : pi+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0351333254013 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 43.147361784842 (nsec) + Hodoscope[7] 5.0351325594242 (nsec) +Hodoscope 2 has 0 hits. Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7357002393968 (nsec) --- local (x,y) 1.403054821702, -2.0300980448904 - Layer[1] : time 8.4197664336677 (nsec) --- local (x,y) 2.6314680393983, -3.0115742900775 - Layer[2] : time 10.103832125501 (nsec) --- local (x,y) 3.6325597517103, -3.73766727203 - Layer[3] : time 11.787903389636 (nsec) --- local (x,y) 4.5024724838869, -4.6026452482534 - Layer[4] : time 13.471977780492 (nsec) --- local (x,y) 5.5281668522208, -4.7655797915379 -Drift Chamber 2 has 9 hits. - Layer[0] : time 34.73636070506 (nsec) --- local (x,y) -90.244772844079, -15.699739219058 - Layer[1] : time 36.42187338331 (nsec) --- local (x,y) -110.54421555139, -16.996474424229 - Layer[1] : time 36.422311164929 (nsec) --- local (x,y) -110.54947146332, -16.996733662971 - Layer[1] : time 36.422311164929 (nsec) --- local (x,y) -110.54947146332, -16.996733662971 - Layer[1] : time 36.423470128621 (nsec) --- local (x,y) -110.52433194548, -17.019852291994 - Layer[1] : time 36.424678157501 (nsec) --- local (x,y) -110.51662566869, -17.054330945122 - Layer[2] : time 38.107390262517 (nsec) --- local (x,y) -130.86908700026, -17.848165749128 - Layer[3] : time 39.792909381578 (nsec) --- local (x,y) -151.20403678734, -18.451871337781 - Layer[4] : time 41.478409233334 (nsec) --- local (x,y) -171.35636441898, -19.269663023791 -EM Calorimeter has 3 hits. Total Edep is 178.15823375337 (MeV) -Hadron Calorimeter has 2 hits. Total Edep is 23.812697590249 (MeV) + Layer[0] : time 6.7356839693392 (nsec) --- local (x,y) 1.00337368462, -2.2283876808188 + Layer[1] : time 8.4197344667151 (nsec) --- local (x,y) 1.3539249287424, -3.089066754209 + Layer[2] : time 10.103786052866 (nsec) --- local (x,y) 1.708741195911, -3.7373761142023 + Layer[3] : time 11.787840681386 (nsec) --- local (x,y) 1.9574729449871, -4.5472477265237 + Layer[4] : time 13.471897486677 (nsec) --- local (x,y) 2.2906886508009, -5.232252399317 +Drift Chamber 2 has 0 hits. +EM Calorimeter has 0 hits. Total Edep is 0 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done @@ -1356,23 +1310,22 @@ Hadron Calorimeter has 2 hits. Total Edep is 23.812697590249 (MeV) >>> Event 0 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867843621864 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 43.198872804479 (nsec) - Hodoscope[11] 339.49750014424 (nsec) + Hodoscope[7] 4.9867844012223 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.166246428738 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709534152651 (nsec) --- local (x,y) -1.3238319647763, -0.95890350055006 - Layer[1] : time 8.3387765546036 (nsec) --- local (x,y) -1.7720308511042, -1.7223515788165 - Layer[2] : time 10.006599780114 (nsec) --- local (x,y) -2.0562308860004, -2.5830080178486 - Layer[3] : time 11.674423322826 (nsec) --- local (x,y) -2.105171886712, -3.5204674049499 - Layer[4] : time 13.342248066494 (nsec) --- local (x,y) -1.6528433173052, -4.5187468244154 + Layer[0] : time 6.6709548267412 (nsec) --- local (x,y) -1.893880659789, -0.88243507827056 + Layer[1] : time 8.3387785757587 (nsec) --- local (x,y) -2.7894324066329, -1.30110659956 + Layer[2] : time 10.006601383772 (nsec) --- local (x,y) -3.5702204800556, -1.5913265653949 + Layer[3] : time 11.674424780232 (nsec) --- local (x,y) -4.4913713282755, -1.5340449008143 + Layer[4] : time 13.342247752488 (nsec) --- local (x,y) -5.3339674286131, -1.3450081549838 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.859511463551 (nsec) --- local (x,y) -153.01856237232, -13.892895410658 - Layer[1] : time 36.530771459711 (nsec) --- local (x,y) -185.14623913488, -13.932679715637 - Layer[2] : time 38.201913458571 (nsec) --- local (x,y) -216.70423119237, -13.012116594602 - Layer[3] : time 39.873062889848 (nsec) --- local (x,y) -248.29460251796, -11.992883736508 - Layer[4] : time 41.544158974461 (nsec) --- local (x,y) -279.6276773147, -10.903351881781 -EM Calorimeter has 10 hits. Total Edep is 965.10165267599 (MeV) + Layer[0] : time 34.827944308765 (nsec) --- local (x,y) -166.2123855287, -0.13863845450075 + Layer[1] : time 36.498904505291 (nsec) --- local (x,y) -196.90648553304, -0.22683592471634 + Layer[2] : time 38.169895113697 (nsec) --- local (x,y) -227.74906842514, -0.32828482182389 + Layer[3] : time 39.840799013293 (nsec) --- local (x,y) -258.1666479774, -0.41877488429128 + Layer[4] : time 41.511714410872 (nsec) --- local (x,y) -288.64069287519, -0.29972129283062 +EM Calorimeter has 7 hits. Total Edep is 969.71073513552 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out index dc265e5a083..c04b2cb03c7 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -865,7 +865,7 @@ See commands in /vis/modeling/trajectories/ for other options. mean Energy in Absorber : 452.725 MeV +- 15.8845 MeV mean Energy in Gap : 24.7025 MeV +- 7.34604 MeV - mean trackLength in Absorber : 32.576 cm +- 1.26658 cm + mean trackLength in Absorber : 32.576 cm +- 1.26659 cm mean trackLength in Gap : 12.2313 cm +- 3.75875 cm ------------------------------------------------------------ @@ -874,7 +874,7 @@ See commands in /vis/modeling/trajectories/ for other options. EAbs: mean = 452.725 MeV rms = 15.8845 MeV EGap: mean = 24.7025 MeV rms = 7.34604 MeV -LAbs: mean = 32.576 cm rms = 1.26658 cm +LAbs: mean = 32.576 cm rms = 1.26659 cm LGap: mean = 12.2313 cm rms = 3.75875 cm ... write file : AnaEx01.root - done ... close file : AnaEx01.root - done diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index 17c7fb71103..c6fdd4bd3e4 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -862,7 +862,7 @@ See commands in /vis/modeling/trajectories/ for other options. mean Energy in Absorber : 452.725 MeV +- 15.8845 MeV mean Energy in Gap : 24.7025 MeV +- 7.34604 MeV - mean trackLength in Absorber : 32.576 cm +- 1.26658 cm + mean trackLength in Absorber : 32.576 cm +- 1.26659 cm mean trackLength in Gap : 12.2313 cm +- 3.75875 cm ------------------------------------------------------------ @@ -871,7 +871,7 @@ See commands in /vis/modeling/trajectories/ for other options. EAbs: mean = 452.725 MeV rms = 15.8845 MeV EGap: mean = 24.7025 MeV rms = 7.34604 MeV -LAbs: mean = 32.576 cm rms = 1.26658 cm +LAbs: mean = 32.576 cm rms = 1.26659 cm LGap: mean = 12.2313 cm rms = 3.75875 cm ----> Histograms and ntuples are saved diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index 10bcf5f5b4b..896f57c3b7a 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -493,11 +493,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -509,7 +509,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -521,7 +521,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -630,7 +630,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -774,7 +774,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -901,53 +901,53 @@ i/16 till_ith mean var sd r vov ---> Begin of event: 900 G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.642 - MEAN = 5.14718e-12 - VAR = 2.08772e-23 - SD = 4.56916e-12 - R = 0.0280716 - SHIFT = -9.60659e-14 - VOV = 0.000195338 - FOM = 4880.82 -THE LARGEST SCORE = 1.06991e-11 and it happened at 20th event - Affected Mean = 5.15273e-12 and its ratio to original is 1.00108 - Affected VAR = 2.08872e-23 and its ratio to original is 1.00047 - Affected R = 0.028034 and its ratio to original is 0.998662 - Affected SHIFT = -1.00143e-13 and its ratio to original is 1.04244 - Affected FOM = 4880.82 and its ratio to original is 1 -MEAN distribution is not RANDOM + EFFICIENCY = 0.643 + MEAN = 5.0758e-12 + VAR = 2.12811e-23 + SD = 4.61314e-12 + R = 0.0287404 + SHIFT = -2.35477e-14 + VOV = 0.000169324 + FOM = 5044.34 +THE LARGEST SCORE = 1.06635e-11 and it happened at 111th event + Affected Mean = 5.08139e-12 and its ratio to original is 1.0011 + Affected VAR = 2.1291e-23 and its ratio to original is 1.00047 + Affected R = 0.0287011 and its ratio to original is 0.998635 + Affected SHIFT = -2.7785e-14 and its ratio to original is 1.17995 + Affected FOM = 5044.34 and its ratio to original is 1 +MEAN distribution is RANDOM r follows 1/std::sqrt(N) r is monotonically decrease -r is less than 0.1. r = 0.0280716 +r is less than 0.1. r = 0.0287404 VOV follows 1/std::sqrt(N) VOV is monotonically decrease FOM distribution is not RANDOM SLOPE is not large enough -This result passes 5 / 8 Convergence Test. +This result passes 6 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 4.5253e-12 2.34085e-23 4.83823e-12 0.1347 0.0022136 211.977 5.15321e-13 0.603175 0.0104428 0.00741344 - 2 124 5.07914e-12 2.24777e-23 4.74106e-12 0.0834893 0.00110103 551.779 -2.27529e-14 0.648 0.00434568 0.00256902 - 3 187 5.00811e-12 2.20288e-23 4.69348e-12 0.0683506 0.000830051 823.27 3.22726e-14 0.62234 0.00322786 0.00141909 - 4 249 4.92216e-12 2.15564e-23 4.64289e-12 0.0596572 0.000658972 1080.69 8.75362e-14 0.612 0.00253595 0.0010088 - 5 312 5.06441e-12 2.17141e-23 4.65984e-12 0.052008 0.000521823 1421.96 -2.82951e-14 0.619808 0.00195975 0.00073644 - 6 374 5.10571e-12 2.16318e-23 4.651e-12 0.0470408 0.000439654 1738.11 -6.06809e-14 0.626667 0.00158865 0.000618279 - 7 437 5.11358e-12 2.142e-23 4.62817e-12 0.0432461 0.000391003 2056.52 -8.02445e-14 0.625571 0.00136653 0.000499424 - 8 499 5.04846e-12 2.12203e-23 4.60654e-12 0.0408067 0.000357707 2309.74 -2.29392e-14 0.624 0.00120513 0.000456729 - 9 562 4.84078e-12 2.11742e-23 4.60154e-12 0.0400621 0.000326485 2396.39 1.70206e-13 0.605684 0.00115635 0.000445772 - 10 624 4.87931e-12 2.10272e-23 4.58554e-12 0.0375917 0.000301029 2721.71 1.34783e-13 0.6128 0.00101097 0.00039991 - 11 687 4.95198e-12 2.09917e-23 4.58167e-12 0.0352737 0.000273146 3091.19 7.24355e-14 0.619186 0.000893929 0.000348493 - 12 749 4.97479e-12 2.1078e-23 4.59108e-12 0.0336984 0.00024486 3386.94 5.48528e-14 0.621333 0.000812589 0.000321481 - 13 812 5.07739e-12 2.11261e-23 4.59632e-12 0.0317486 0.000223897 3815.73 -3.22864e-14 0.630996 0.000719305 0.000287428 - 14 874 5.10773e-12 2.09814e-23 4.58054e-12 0.0303169 0.000215807 4184.63 -5.5276e-14 0.636571 0.000652475 0.000265589 - 15 937 5.112e-12 2.09475e-23 4.57684e-12 0.0292331 0.000203931 4500.68 -5.62272e-14 0.636461 0.000608944 0.000244717 - 16 999 5.14718e-12 2.08772e-23 4.56916e-12 0.0280716 0.000195338 4880.82 -9.60659e-14 0.642 0.000557632 0.000229594 + 1 62 4.37449e-12 2.16748e-23 4.65562e-12 0.134085 0.00314837 231.755 5.98369e-13 0.603175 0.0104428 0.0072506 + 2 124 5.30852e-12 2.19309e-23 4.68304e-12 0.0789041 0.00122164 669.252 -2.23085e-13 0.656 0.00419512 0.00198092 + 3 187 5.21472e-12 2.1841e-23 4.67344e-12 0.0653622 0.000779056 975.293 -1.60104e-13 0.643617 0.00294531 0.00130418 + 4 249 5.23485e-12 2.14264e-23 4.62887e-12 0.0559242 0.000667286 1332.26 -1.88309e-13 0.656 0.00209756 0.00101745 + 5 312 5.26538e-12 2.15932e-23 4.64685e-12 0.0498836 0.000522109 1674.46 -1.93913e-13 0.664537 0.0016128 0.000867615 + 6 374 5.20583e-12 2.14579e-23 4.63226e-12 0.0459502 0.000449323 1973.39 -1.38156e-13 0.658667 0.00138192 0.000723876 + 7 437 5.17281e-12 2.11817e-23 4.60236e-12 0.0425125 0.000416551 2305.44 -1.06981e-13 0.659817 0.0011771 0.000626087 + 8 499 5.19066e-12 2.12951e-23 4.61466e-12 0.0397587 0.000352038 2635.88 -1.26331e-13 0.658 0.00103951 0.000538077 + 9 562 5.17133e-12 2.12575e-23 4.61059e-12 0.0375751 0.000314757 2951.13 -1.13654e-13 0.653641 0.000941192 0.000468186 + 10 624 5.11484e-12 2.14343e-23 4.62972e-12 0.0362062 0.000266212 3178.51 -6.11577e-14 0.6432 0.000887562 0.000421226 + 11 687 5.10216e-12 2.12589e-23 4.61073e-12 0.0344526 0.000252678 3510.31 -4.92328e-14 0.645349 0.000798764 0.00038649 + 12 749 5.10234e-12 2.12147e-23 4.60595e-12 0.0329624 0.00023361 3834.88 -4.77397e-14 0.646667 0.000728522 0.000356546 + 13 812 5.08453e-12 2.13209e-23 4.61746e-12 0.0318498 0.000207767 4107.48 -3.23568e-14 0.642066 0.000685697 0.000327464 + 14 874 5.11715e-12 2.13103e-23 4.61631e-12 0.0304974 0.000195137 4479.85 -5.8673e-14 0.645714 0.000627054 0.000301973 + 15 937 5.08501e-12 2.12979e-23 4.61497e-12 0.029633 0.000180768 4745.02 -3.26192e-14 0.643923 0.000589531 0.000287647 + 16 999 5.0758e-12 2.12811e-23 4.61314e-12 0.0287404 0.000169324 5044.34 -2.35477e-14 0.643 0.00055521 0.000269972 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.14718 nanoGy +- 144.417 picoGy + Dose in scoring volume : 5.0758 nanoGy +- 145.807 picoGy ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index b77f45e29f3..e0b3e15d9ae 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -832,24 +832,24 @@ Max 2J for sampling of angular correlations 10 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 43 | 135 | 43 | 43 | 0.0265346 | 3.26696 | 1 | 8600.56 | 8600.56 | 33965.6 | 28097.7 | 901.263 | - cell_01 | 160 | 193 | 709 | 709 | 0.00714699 | 3.69104 | 1 | 26890.5 | 26890.5 | 401920 | 99253.9 | 2872.52 | - cell_02 | 167 | 276 | 1360 | 680 | 0.00966465 | 2.47181 | 0.5 | 47653 | 23826.5 | 199903 | 58894.5 | 1931.99 | - cell_03 | 204 | 313 | 1802 | 450.5 | 0.00470968 | 2.00375 | 0.25 | 54143.5 | 13535.9 | 192468 | 27122.5 | 906.464 | - cell_04 | 251 | 340 | 2078 | 259.75 | 0.00471143 | 1.86693 | 0.125 | 65163.4 | 8145.43 | 113148 | 15206.9 | 533.088 | - cell_05 | 250 | 381 | 2426 | 151.625 | 0.00384781 | 1.52464 | 0.0625 | 73185.4 | 4574.09 | 67826 | 6973.82 | 260.982 | - cell_06 | 221 | 339 | 2042 | 63.8125 | 0.00356722 | 1.34279 | 0.03125 | 58814.9 | 1837.97 | 26895.1 | 2468.01 | 95.9407 | - cell_07 | 179 | 291 | 1586 | 24.7812 | 0.00433113 | 1.42051 | 0.015625 | 49959.6 | 780.618 | 10490.9 | 1108.88 | 45.4374 | - cell_08 | 175 | 243 | 1585 | 12.3828 | 0.00330705 | 1.10187 | 0.0078125 | 48082.8 | 375.647 | 5697.56 | 413.916 | 18.8421 | - cell_09 | 182 | 263 | 1949 | 7.61328 | 0.00278889 | 0.856874 | 0.00390625 | 56004.5 | 218.768 | 3404.26 | 187.456 | 9.49412 | - cell_10 | 167 | 232 | 1628 | 3.17969 | 0.00259748 | 0.867633 | 0.00195312 | 49097.4 | 95.8933 | 1655.54 | 83.2002 | 4.30023 | - cell_11 | 162 | 234 | 1615 | 1.57715 | 0.00213198 | 0.712255 | 0.000976562 | 44714.2 | 43.6662 | 755.673 | 31.1015 | 1.61108 | - cell_12 | 132 | 180 | 1331 | 0.649902 | 0.00277106 | 0.725705 | 0.000488281 | 38332.5 | 18.717 | 276.055 | 13.583 | 0.764966 | - cell_13 | 100 | 145 | 1035 | 0.252686 | 0.00141925 | 0.528448 | 0.000244141 | 25831.1 | 6.30643 | 136.507 | 3.33262 | 0.193738 | - cell_14 | 79 | 104 | 810 | 0.098877 | 0.00192308 | 0.630622 | 0.00012207 | 22260.9 | 2.71739 | 50.8406 | 1.71365 | 0.0977703 | - cell_15 | 75 | 98 | 732 | 0.0446777 | 0.00135246 | 0.443984 | 6.10352e-05 | 20917.3 | 1.27669 | 27.2311 | 0.56683 | 0.0368291 | - cell_16 | 47 | 70 | 465 | 0.0141907 | 0.000991746 | 0.441644 | 3.05176e-05 | 11676.5 | 0.356337 | 10.0858 | 0.157374 | 0.0100025 | - cell_17 | 18 | 29 | 197 | 0.00300598 | 0.00165601 | 0.579703 | 1.52588e-05 | 5085.96 | 0.0776056 | 1.53803 | 0.0449882 | 0.00254699 | - cell_18 | 6 | 12 | 61 | 0.000465393 | 0.00297842 | 0.905377 | 7.62939e-06 | 1516.71 | 0.0115716 | 0.195658 | 0.0104766 | 0.000582751 | - cell_19 | 2 | 2 | 2 | 1.52588e-05 | 2.74336 | 2.92761 | 7.62939e-06 | 206.53 | 0.0015757 | 7.00956e-05 | 0.00461303 | 0.000192298 | + cell_00 | 41 | 133 | 41 | 41 | 0.035689 | 2.89118 | 1 | 7844.25 | 7844.25 | 21722.9 | 22679.1 | 775.269 | + cell_01 | 145 | 176 | 498 | 498 | 0.0184015 | 4.41251 | 1 | 22158.5 | 22158.5 | 147695 | 97774.3 | 2717.8 | + cell_02 | 160 | 268 | 1165 | 582.5 | 0.0120834 | 2.97607 | 0.5 | 43742 | 21871 | 170271 | 65089.6 | 2057.45 | + cell_03 | 211 | 330 | 1725 | 431.25 | 0.00882102 | 2.17717 | 0.25 | 60187.1 | 15046.8 | 128092 | 32759.3 | 1129.9 | + cell_04 | 274 | 403 | 2524 | 315.5 | 0.00382076 | 1.60321 | 0.125 | 77393.8 | 9674.23 | 147613 | 15509.9 | 563.993 | + cell_05 | 291 | 449 | 2762 | 172.625 | 0.00546828 | 1.61634 | 0.0625 | 85818.8 | 5363.67 | 59556.8 | 8669.5 | 325.673 | + cell_06 | 297 | 461 | 2722 | 85.0625 | 0.00331763 | 1.39466 | 0.03125 | 82985.3 | 2593.29 | 41778.3 | 3616.77 | 138.605 | + cell_07 | 270 | 400 | 2390 | 37.3438 | 0.00429577 | 1.4622 | 0.015625 | 75048.6 | 1172.63 | 15272.8 | 1714.62 | 65.6085 | + cell_08 | 233 | 363 | 2341 | 18.2891 | 0.00295776 | 1.39597 | 0.0078125 | 68665.7 | 536.451 | 9756.82 | 748.872 | 28.8584 | + cell_09 | 232 | 352 | 2154 | 8.41406 | 0.00454696 | 1.46807 | 0.00390625 | 68036.3 | 265.767 | 3451.77 | 390.163 | 15.6951 | + cell_10 | 257 | 368 | 2469 | 4.82227 | 0.00465319 | 1.26371 | 0.00195312 | 73627.5 | 143.804 | 1642.74 | 181.725 | 7.64397 | + cell_11 | 228 | 348 | 2338 | 2.2832 | 0.00308991 | 1.29483 | 0.000976562 | 68040.6 | 66.4459 | 1111.58 | 86.036 | 3.43468 | + cell_12 | 197 | 317 | 2024 | 0.988281 | 0.00295427 | 1.23837 | 0.000488281 | 57155.3 | 27.9079 | 463.147 | 34.5604 | 1.36826 | + cell_13 | 199 | 289 | 1817 | 0.443604 | 0.00232076 | 1.34599 | 0.000244141 | 52621.6 | 12.8471 | 295.488 | 17.292 | 0.685756 | + cell_14 | 167 | 254 | 1599 | 0.19519 | 0.00311863 | 1.15896 | 0.00012207 | 47438.2 | 5.79079 | 89.0521 | 6.71129 | 0.27772 | + cell_15 | 164 | 243 | 1484 | 0.0905762 | 0.0046512 | 1.46923 | 6.10352e-05 | 47391 | 2.89252 | 35.2865 | 4.24977 | 0.164125 | + cell_16 | 185 | 281 | 1700 | 0.0518799 | 0.00403125 | 1.31117 | 3.05176e-05 | 50289.1 | 1.5347 | 19.9617 | 2.01225 | 0.0804705 | + cell_17 | 180 | 277 | 1755 | 0.0267792 | 0.00304722 | 1.32023 | 1.52588e-05 | 53864.6 | 0.821908 | 14.0298 | 1.08511 | 0.0427518 | + cell_18 | 110 | 218 | 1098 | 0.00837708 | 0.00488417 | 1.68138 | 7.62939e-06 | 36069.7 | 0.27519 | 3.61455 | 0.462698 | 0.0176541 | + cell_19 | 82 | 82 | 82 | 0.00062561 | 0.00636231 | 2.37287 | 7.62939e-06 | 12140.2 | 0.0926223 | 1.23287 | 0.219781 | 0.00784393 | ============================================= diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index 768f9e48ffc..da11cce3722 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -859,24 +859,24 @@ Max 2J for sampling of angular correlations 10 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 34 | 128 | 0 | 0 | 0.0121994 | 2.84693 | 1 | 6087.68 | 6087.68 | 45991.2 | 17331.2 | 561.065 | - cell_01 | 141 | 160 | 455 | 455 | 0.0285801 | 4.84519 | 1 | 22969.6 | 22969.6 | 106983 | 111292 | 3057.59 | - cell_02 | 190 | 298 | 1297 | 648.5 | 0.0126788 | 3.1286 | 0.5 | 51321.7 | 25660.8 | 193526 | 80282.5 | 2453.68 | - cell_03 | 277 | 429 | 2366 | 591.5 | 0.00675282 | 2.14138 | 0.25 | 73783.5 | 18445.9 | 193128 | 39499.6 | 1304.16 | - cell_04 | 301 | 461 | 2621 | 327.625 | 0.00415471 | 1.8577 | 0.125 | 83305.8 | 10413.2 | 161506 | 19344.6 | 671.01 | - cell_05 | 334 | 481 | 2533 | 158.312 | 0.00487269 | 1.9127 | 0.0625 | 83384.5 | 5211.53 | 72698 | 9968.12 | 354.235 | - cell_06 | 396 | 561 | 3568 | 111.5 | 0.00423494 | 1.44554 | 0.03125 | 109664 | 3427 | 45543.8 | 4953.88 | 192.875 | - cell_07 | 419 | 605 | 3870 | 60.4688 | 0.00353646 | 1.22324 | 0.015625 | 113973 | 1780.82 | 25157.5 | 2178.37 | 88.9683 | - cell_08 | 409 | 589 | 3808 | 29.75 | 0.00276421 | 1.06666 | 0.0078125 | 111241 | 869.069 | 14298.1 | 927.001 | 39.523 | - cell_09 | 346 | 520 | 3407 | 13.3086 | 0.00225956 | 1.01633 | 0.00390625 | 94399.6 | 368.748 | 7158.37 | 374.771 | 16.1748 | - cell_10 | 309 | 422 | 3220 | 6.28906 | 0.00245712 | 0.988833 | 0.00195312 | 89796.7 | 175.384 | 3175.84 | 173.426 | 7.80342 | - cell_11 | 271 | 390 | 2687 | 2.62402 | 0.00275 | 1.03314 | 0.000976562 | 76617.6 | 74.8219 | 1232.76 | 77.3015 | 3.39008 | - cell_12 | 235 | 354 | 2121 | 1.03564 | 0.00293566 | 0.981251 | 0.000488281 | 60092.3 | 29.342 | 434.672 | 28.7918 | 1.27605 | - cell_13 | 214 | 314 | 2003 | 0.489014 | 0.0023436 | 1.00819 | 0.000244141 | 57793.6 | 14.1098 | 259.76 | 14.2254 | 0.608773 | - cell_14 | 206 | 302 | 1906 | 0.232666 | 0.00229392 | 0.981399 | 0.00012207 | 56141.8 | 6.85324 | 134.413 | 6.72576 | 0.308332 | - cell_15 | 200 | 273 | 1803 | 0.110046 | 0.00240158 | 0.856882 | 6.10352e-05 | 52415 | 3.19916 | 56.1727 | 2.7413 | 0.134903 | - cell_16 | 162 | 230 | 1597 | 0.0487366 | 0.00244791 | 0.808782 | 3.05176e-05 | 45532.3 | 1.38954 | 23.073 | 1.12383 | 0.0564807 | - cell_17 | 142 | 216 | 1396 | 0.0213013 | 0.00255549 | 1.00471 | 1.52588e-05 | 41172.6 | 0.628245 | 10.9254 | 0.631205 | 0.0279199 | - cell_18 | 95 | 179 | 1120 | 0.00854492 | 0.00387415 | 1.21765 | 7.62939e-06 | 36134 | 0.27568 | 3.94027 | 0.335682 | 0.0152652 | - cell_19 | 75 | 75 | 0 | 0 | 0.0268231 | 1.84002 | 7.62939e-06 | 13788.5 | 0.105198 | 0.28126 | 0.193566 | 0.00754426 | + cell_00 | 45 | 139 | 0 | 0 | 0.00857927 | 2.51129 | 1 | 8009.81 | 8009.81 | 83285.1 | 20115 | 714.525 | + cell_01 | 148 | 172 | 494 | 494 | 0.0311879 | 4.70215 | 1 | 24807.4 | 24807.4 | 105277 | 116648 | 3283.35 | + cell_02 | 194 | 285 | 1390 | 695 | 0.0127932 | 2.93384 | 0.5 | 52870.5 | 26435.3 | 192124 | 77556.9 | 2457.87 | + cell_03 | 264 | 404 | 2335 | 583.75 | 0.00598524 | 2.0972 | 0.25 | 73657.6 | 18414.4 | 215918 | 38618.8 | 1292.32 | + cell_04 | 272 | 414 | 2338 | 292.25 | 0.00548476 | 1.99217 | 0.125 | 73947.7 | 9243.47 | 115292 | 18414.6 | 632.35 | + cell_05 | 301 | 446 | 2489 | 155.562 | 0.00463676 | 1.798 | 0.0625 | 77402.4 | 4837.65 | 65705.3 | 8698.11 | 304.66 | + cell_06 | 312 | 475 | 3145 | 98.2812 | 0.00361072 | 1.4819 | 0.03125 | 92620.9 | 2894.4 | 43808.3 | 4289.22 | 158.18 | + cell_07 | 297 | 462 | 2972 | 46.4375 | 0.00317216 | 1.39354 | 0.015625 | 87029.3 | 1359.83 | 21811.1 | 1894.99 | 69.1884 | + cell_08 | 332 | 484 | 2969 | 23.1953 | 0.00292959 | 1.43197 | 0.0078125 | 90049.6 | 703.513 | 12904.4 | 1007.41 | 37.8046 | + cell_09 | 294 | 461 | 2584 | 10.0938 | 0.00408266 | 1.65131 | 0.00390625 | 80354.3 | 313.884 | 4745.85 | 518.319 | 19.3757 | + cell_10 | 288 | 424 | 2611 | 5.09961 | 0.00327842 | 1.41534 | 0.00195312 | 77934 | 152.215 | 2518.88 | 215.436 | 8.25793 | + cell_11 | 292 | 419 | 2649 | 2.58691 | 0.00356193 | 1.32707 | 0.000976562 | 79563.4 | 77.6987 | 1150.11 | 103.111 | 4.09662 | + cell_12 | 279 | 408 | 2507 | 1.22412 | 0.00397392 | 1.45629 | 0.000488281 | 76900.3 | 37.549 | 527.013 | 54.682 | 2.09431 | + cell_13 | 285 | 416 | 2651 | 0.647217 | 0.00312866 | 1.19073 | 0.000244141 | 78974.6 | 19.2809 | 301.475 | 22.9583 | 0.943215 | + cell_14 | 280 | 417 | 2580 | 0.314941 | 0.0031579 | 1.14882 | 0.00012207 | 74797.7 | 9.13058 | 143.285 | 10.4894 | 0.452482 | + cell_15 | 286 | 419 | 2631 | 0.160583 | 0.00277366 | 1.08006 | 6.10352e-05 | 75851.7 | 4.62962 | 75.444 | 5.00026 | 0.209256 | + cell_16 | 268 | 384 | 2664 | 0.0812988 | 0.00267912 | 1.02055 | 3.05176e-05 | 76833.6 | 2.34478 | 39.4307 | 2.39296 | 0.10564 | + cell_17 | 240 | 379 | 2511 | 0.0383148 | 0.00282159 | 1.14976 | 1.52588e-05 | 70846.3 | 1.08103 | 17.8053 | 1.24293 | 0.0502395 | + cell_18 | 139 | 267 | 1734 | 0.0132294 | 0.00352327 | 1.28376 | 7.62939e-06 | 50999.3 | 0.389094 | 5.80018 | 0.499503 | 0.0204356 | + cell_19 | 106 | 106 | 0 | 0 | 0.017527 | 2.19557 | 7.62939e-06 | 19549.3 | 0.14915 | 0.68906 | 0.327468 | 0.0120772 | ============================================= diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index 619e2811175..3882f337e82 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -571,24 +571,24 @@ ipre_over_ipost = 1024. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 50 | 150 | 0 | 0 | 0.000572435 | 1.13863 | 1 | 8289.91 | 8289.91 | 853622 | 9439.1 | 488.643 | - cell_01 | 151 | 201 | 385 | 385 | 0.00155376 | 4.02942 | 1 | 25476.8 | 25476.8 | 1.86856e+06 | 102657 | 2903.28 | - cell_02 | 182 | 272 | 872 | 436 | 0.000576059 | 2.48285 | 0.5 | 50561.7 | 25280.9 | 3.39266e+06 | 62768.6 | 1954.37 | - cell_03 | 297 | 435 | 1681 | 420.25 | 0.000512095 | 1.81689 | 0.25 | 85195.9 | 21299 | 2.44471e+06 | 38697.8 | 1251.92 | - cell_04 | 420 | 608 | 2355 | 294.375 | 0.000409911 | 1.72758 | 0.125 | 123340 | 15417.5 | 2.17919e+06 | 26635 | 893.277 | - cell_05 | 549 | 789 | 3242 | 202.625 | 0.000221909 | 1.40566 | 0.0625 | 160853 | 10053.3 | 2.21366e+06 | 14131.5 | 491.23 | - cell_06 | 694 | 993 | 3992 | 124.75 | 0.000247495 | 1.23858 | 0.03125 | 196787 | 6149.58 | 1.12124e+06 | 7616.72 | 277.502 | - cell_07 | 944 | 1272 | 5369 | 83.8906 | 0.000221925 | 0.965789 | 0.015625 | 258873 | 4044.89 | 690296 | 3906.51 | 153.194 | - cell_08 | 1156 | 1605 | 7132 | 55.7188 | 0.000142652 | 0.868004 | 0.0078125 | 325050 | 2539.45 | 617169 | 2204.25 | 88.0406 | - cell_09 | 1367 | 1908 | 8293 | 32.3945 | 0.000126322 | 0.733395 | 0.00390625 | 382405 | 1493.77 | 366140 | 1095.52 | 46.2516 | - cell_10 | 1687 | 2322 | 10416 | 20.3438 | 0.000131752 | 0.722761 | 0.00195312 | 480030 | 937.56 | 219100 | 677.631 | 28.8669 | - cell_11 | 2035 | 2820 | 12556 | 12.2617 | 0.000121446 | 0.672399 | 0.000976562 | 577253 | 563.724 | 135865 | 379.047 | 16.5002 | - cell_12 | 2385 | 3274 | 14531 | 7.09521 | 0.000106975 | 0.584826 | 0.000488281 | 659911 | 322.222 | 80305.6 | 188.444 | 8.59073 | - cell_13 | 2748 | 3794 | 17686 | 4.31787 | 8.78157e-05 | 0.527393 | 0.000244141 | 780803 | 190.626 | 54017.8 | 100.535 | 4.74362 | - cell_14 | 3099 | 4233 | 19665 | 2.40051 | 9.0948e-05 | 0.490706 | 0.00012207 | 874376 | 106.735 | 27849.6 | 52.3757 | 2.53287 | - cell_15 | 3558 | 4921 | 22657 | 1.38287 | 7.60335e-05 | 0.476441 | 6.10352e-05 | 992197 | 60.5589 | 18275.4 | 28.8527 | 1.38954 | - cell_16 | 3853 | 5352 | 24988 | 0.762573 | 6.59712e-05 | 0.429342 | 3.05176e-05 | 1.09127e+06 | 33.3029 | 10747.2 | 14.2983 | 0.709006 | - cell_17 | 3835 | 5606 | 25812 | 0.39386 | 6.59833e-05 | 0.42243 | 1.52588e-05 | 1.12673e+06 | 17.1926 | 5441.49 | 7.26266 | 0.359048 | - cell_18 | 2770 | 5208 | 21406 | 0.163315 | 8.16843e-05 | 0.504267 | 7.62939e-06 | 948924 | 7.23972 | 2164.34 | 3.65075 | 0.176793 | - cell_19 | 2425 | 2425 | 0 | 0 | 0.000134196 | 0.728058 | 7.62939e-06 | 385053 | 2.93772 | 730.039 | 2.13883 | 0.0979681 | + cell_00 | 45 | 145 | 0 | 0 | 0.000551284 | 1.30764 | 1 | 7552.27 | 7552.27 | 849403 | 9875.63 | 468.262 | + cell_01 | 159 | 204 | 384 | 384 | 0.00140752 | 4.24505 | 1 | 24729.7 | 24729.7 | 2.08821e+06 | 104979 | 2939.21 | + cell_02 | 198 | 298 | 928 | 464 | 0.000596288 | 2.53888 | 0.5 | 54452.7 | 27226.3 | 3.60981e+06 | 69124.4 | 2152.49 | + cell_03 | 317 | 462 | 1780 | 445 | 0.000539381 | 1.85847 | 0.25 | 90719.4 | 22679.8 | 2.52689e+06 | 42149.8 | 1362.96 | + cell_04 | 460 | 670 | 2620 | 327.5 | 0.00037911 | 1.66914 | 0.125 | 134734 | 16841.7 | 2.52629e+06 | 28111.2 | 957.741 | + cell_05 | 610 | 865 | 3547 | 221.688 | 0.000263689 | 1.40527 | 0.0625 | 175209 | 10950.6 | 2.03217e+06 | 15388.5 | 535.861 | + cell_06 | 838 | 1186 | 5152 | 161 | 0.000227679 | 1.15362 | 0.03125 | 242759 | 7586.22 | 1.39207e+06 | 8751.61 | 316.946 | + cell_07 | 1086 | 1503 | 6657 | 104.016 | 0.000184877 | 0.884108 | 0.015625 | 310108 | 4845.44 | 908912 | 4283.89 | 168.037 | + cell_08 | 1295 | 1780 | 8085 | 63.1641 | 0.000124794 | 0.808462 | 0.0078125 | 362552 | 2832.44 | 718055 | 2289.92 | 89.6091 | + cell_09 | 1499 | 2109 | 9426 | 36.8203 | 0.000117783 | 0.760441 | 0.00390625 | 425987 | 1664.01 | 433184 | 1265.38 | 51.0218 | + cell_10 | 1787 | 2485 | 11222 | 21.918 | 0.000117969 | 0.742782 | 0.00195312 | 508682 | 993.52 | 254646 | 737.969 | 30.0403 | + cell_11 | 2114 | 2944 | 13230 | 12.9199 | 0.000111288 | 0.692888 | 0.000976562 | 607029 | 592.802 | 154022 | 410.746 | 17.1408 | + cell_12 | 2386 | 3289 | 14859 | 7.25537 | 9.93052e-05 | 0.610255 | 0.000488281 | 671212 | 327.74 | 88736.2 | 200.005 | 8.81197 | + cell_13 | 2669 | 3746 | 16845 | 4.11255 | 8.85235e-05 | 0.57494 | 0.000244141 | 752417 | 183.695 | 53506.3 | 105.614 | 4.73656 | + cell_14 | 3010 | 4136 | 18985 | 2.3175 | 8.37327e-05 | 0.539994 | 0.00012207 | 846747 | 103.363 | 30307 | 55.8152 | 2.53768 | + cell_15 | 3373 | 4693 | 21414 | 1.30701 | 8.38929e-05 | 0.539843 | 6.10352e-05 | 945456 | 57.7061 | 17152.9 | 31.1522 | 1.439 | + cell_16 | 3691 | 5142 | 23853 | 0.727936 | 7.38363e-05 | 0.495779 | 3.05176e-05 | 1.04602e+06 | 31.922 | 10253.6 | 15.8263 | 0.757086 | + cell_17 | 3719 | 5483 | 24567 | 0.374863 | 7.73824e-05 | 0.46524 | 1.52588e-05 | 1.08801e+06 | 16.6017 | 4903.43 | 7.72375 | 0.379439 | + cell_18 | 2747 | 5142 | 21250 | 0.162125 | 8.30381e-05 | 0.506341 | 7.62939e-06 | 942877 | 7.19358 | 2116.73 | 3.6424 | 0.175769 | + cell_19 | 2361 | 2361 | 0 | 0 | 0.000154435 | 0.79481 | 7.62939e-06 | 376035 | 2.86892 | 658.219 | 2.28024 | 0.101652 | ============================================= diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index 8376e77dd0a..4523cc5814b 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -3850,10 +3850,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -2.39 -4.97 34.7 2.53 0 0 0 test.phys initStep - 1 -2.27 -5.03 34.8 0.678 1.85 0.141 0.141 test.phys hIoni - 2 -2.25 -5.04 34.8 0.0442 0.633 0.0194 0.161 test.phys hIoni - 3 -2.25 -5.04 34.8 0.019 0.0252 0.00135 0.162 test.phys hIoni - 4 -2.25 -5.04 34.8 0.00881 0.0102 0.000831 0.163 test.phys hIoni + 1 -2.27 -5.03 34.8 0.679 1.85 0.141 0.141 test.phys hIoni + 2 -2.25 -5.04 34.8 0.0443 0.635 0.0194 0.161 test.phys hIoni + 3 -2.25 -5.04 34.8 0.019 0.0253 0.00135 0.162 test.phys hIoni + 4 -2.25 -5.04 34.8 0.00881 0.0102 0.000832 0.163 test.phys hIoni 5 -2.25 -5.04 34.8 0.00721 0.0016 0.000579 0.164 test.phys hIoni 6 -2.25 -5.04 34.8 0 0.00721 0.000526 0.164 test.phys hIoni @@ -3863,30 +3863,30 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 38 81.7 0 0 0 test.phys initStep - 1 1.47 8.36 50.5 71.9 9.86 15.2 15.2 test.phys hIoni + 1 1.47 8.36 50.6 71.9 9.86 15.2 15.2 test.phys hIoni 2 2.63 15.1 60.5 63.3 8.55 12.1 27.2 test.phys hIoni 3 3.54 20.5 68.5 56.1 7.24 9.66 36.9 test.phys hIoni - 4 4.18 24.7 75 49.3 6.78 7.79 44.7 test.phys hIoni - 5 4.54 28.1 80.2 43.5 5.76 6.21 50.9 test.phys hIoni - 6 4.72 30.8 84.4 38.3 5.21 5 55.9 test.phys hIoni + 4 4.18 24.8 75 49.3 6.78 7.8 44.7 test.phys hIoni + 5 4.54 28.1 80.2 43.5 5.77 6.21 50.9 test.phys hIoni + 6 4.72 30.8 84.4 38.3 5.22 5 55.9 test.phys hIoni 7 4.85 33 87.7 33.5 4.77 4 59.9 test.phys hIoni 8 4.88 34.8 90.3 29.1 4.43 3.18 63.1 test.phys hIoni 9 4.87 36.2 92.4 25.4 3.67 2.5 65.6 test.phys hIoni 10 4.85 37.4 94 22.3 3.11 1.99 67.6 test.phys hIoni - 11 4.8 38.3 95.3 19.4 2.91 1.61 69.2 test.phys hIoni + 11 4.81 38.3 95.4 19.4 2.91 1.61 69.2 test.phys hIoni 12 4.79 39 96.4 16.9 2.54 1.29 70.5 test.phys hIoni - 13 4.79 39.4 97 15.2 1.5 0.673 71.1 test.phys hadElastic - 14 5.1 40 97.5 13.1 2.06 0.882 72 test.phys hIoni - 15 5.37 40.5 97.9 11.1 1.96 0.714 72.7 test.phys hIoni - 16 5.58 40.9 98.3 9.22 1.91 0.573 73.3 test.phys hIoni - 17 5.74 41.2 98.6 7.5 1.72 0.453 73.8 test.phys hIoni - 18 5.87 41.5 98.8 5.85 1.66 0.36 74.1 test.phys hIoni - 19 5.96 41.7 99 4.29 1.56 0.282 74.4 test.phys hIoni - 20 6.05 41.8 99.1 2.63 1.65 0.218 74.6 test.phys hIoni - 21 6.11 41.9 99.2 0.717 1.92 0.147 74.8 test.phys hIoni - 22 6.11 41.9 99.2 0.0392 0.678 0.0211 74.8 test.phys hIoni - 23 6.11 41.9 99.2 0.00515 0.034 0.00126 74.8 test.phys hIoni - 24 6.11 41.9 99.2 0 0.00515 0.000444 74.8 test.phys hIoni + 13 4.79 39.4 97 15.2 1.46 0.654 71.1 test.phys hadElastic + 14 5.11 40 97.5 13.1 2.07 0.886 72 test.phys hIoni + 15 5.37 40.5 97.9 11.2 1.97 0.717 72.7 test.phys hIoni + 16 5.58 40.9 98.3 9.24 1.92 0.576 73.3 test.phys hIoni + 17 5.75 41.2 98.6 7.52 1.72 0.455 73.8 test.phys hIoni + 18 5.87 41.5 98.8 5.86 1.66 0.362 74.1 test.phys hIoni + 19 5.97 41.7 99 4.31 1.56 0.283 74.4 test.phys hIoni + 20 6.05 41.8 99.1 2.67 1.64 0.219 74.6 test.phys hIoni + 21 6.11 41.9 99.2 0.759 1.91 0.149 74.8 test.phys hIoni + 22 6.12 41.9 99.2 0.0408 0.718 0.023 74.8 test.phys hIoni + 23 6.12 41.9 99.2 0.00505 0.0358 0.00129 74.8 test.phys hIoni + 24 6.12 41.9 99.2 0 0.00505 0.00044 74.8 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 20, Parent ID = 2 @@ -4030,7 +4030,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 60.7 4.46 0 0 0 test.phys initStep - 1 0.023 -0.0272 60.7 0 4.46 0.0408 0.0408 test.phys ionIoni + 1 0.023 -0.0273 60.7 0 4.46 0.0408 0.0408 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = alpha, Track ID = 6, Parent ID = 1 @@ -4038,8 +4038,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 60.7 10.2 0 0 0 test.phys initStep - 1 -0.0255 0.13 60.8 2.49 7.76 0.143 0.143 test.phys ionIoni - 2 -0.0287 0.145 60.8 0 2.49 0.0169 0.16 test.phys ionIoni + 1 -0.0255 0.13 60.8 2.5 7.75 0.143 0.143 test.phys ionIoni + 2 -0.0288 0.146 60.8 0 2.5 0.017 0.16 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 @@ -4110,13 +4110,13 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 2.1 -2.44 65.8 5.9 0 0 0 test.phys initStep - 1 2.01 -2.63 66 4.28 1.62 0.284 0.284 test.phys hIoni - 2 1.95 -2.76 66.2 2.66 1.62 0.218 0.502 test.phys hIoni - 3 1.9 -2.85 66.3 0.846 1.82 0.149 0.651 test.phys hIoni - 4 1.9 -2.87 66.3 0.0612 0.785 0.0271 0.678 test.phys hIoni - 5 1.9 -2.87 66.3 0.0141 0.0471 0.00164 0.679 test.phys hIoni - 6 1.9 -2.87 66.3 0.014 0.000114 0.00071 0.68 test.phys hIoni - 7 1.9 -2.87 66.3 0 0.014 0.000707 0.681 test.phys hIoni + 1 2.01 -2.63 66 4.28 1.62 0.285 0.285 test.phys hIoni + 2 1.95 -2.76 66.2 2.67 1.61 0.218 0.503 test.phys hIoni + 3 1.9 -2.85 66.3 0.864 1.81 0.149 0.652 test.phys hIoni + 4 1.9 -2.87 66.3 0.0621 0.802 0.028 0.68 test.phys hIoni + 5 1.9 -2.87 66.3 0.0141 0.048 0.00166 0.682 test.phys hIoni + 6 1.9 -2.87 66.3 0.014 0.000119 0.000711 0.683 test.phys hIoni + 7 1.9 -2.87 66.3 0 0.014 0.000708 0.684 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 1 @@ -4287,19 +4287,19 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 60.7 30.3 0 0 0 test.phys initStep 1 -0.409 1.31 63 26.6 3.65 2.67 2.67 test.phys hIoni - 2 -0.719 2.41 64.8 23.4 3.25 2.15 4.82 test.phys hIoni - 3 -0.95 3.32 66.3 20.2 3.2 1.74 6.56 test.phys hIoni - 4 -1.13 4.03 67.4 17.7 2.48 1.37 7.93 test.phys hIoni - 5 -1.27 4.59 68.4 15.5 2.19 1.11 9.04 test.phys hIoni - 6 -1.38 5.06 69.2 13.4 2.13 0.912 9.95 test.phys hIoni - 7 -1.45 5.45 69.8 11.3 2.05 0.736 10.7 test.phys hIoni - 8 -1.54 5.76 70.3 9.46 1.88 0.586 11.3 test.phys hIoni - 9 -1.6 5.99 70.7 7.72 1.73 0.467 11.7 test.phys hIoni + 2 -0.72 2.41 64.8 23.4 3.25 2.15 4.83 test.phys hIoni + 3 -0.95 3.32 66.3 20.2 3.2 1.74 6.57 test.phys hIoni + 4 -1.13 4.03 67.4 17.7 2.48 1.37 7.94 test.phys hIoni + 5 -1.28 4.59 68.4 15.5 2.2 1.12 9.05 test.phys hIoni + 6 -1.38 5.07 69.2 13.4 2.14 0.913 9.96 test.phys hIoni + 7 -1.45 5.46 69.8 11.3 2.05 0.737 10.7 test.phys hIoni + 8 -1.54 5.77 70.3 9.45 1.88 0.587 11.3 test.phys hIoni + 9 -1.6 6 70.7 7.72 1.73 0.467 11.8 test.phys hIoni 10 -1.65 6.19 71 6.11 1.61 0.371 12.1 test.phys hIoni - 11 -1.68 6.34 71.2 4.45 1.66 0.294 12.4 test.phys hIoni - 12 -1.69 6.44 71.4 2.88 1.57 0.224 12.6 test.phys hIoni - 13 -1.71 6.52 71.6 1.11 1.77 0.159 12.8 test.phys hIoni - 14 -1.71 6.54 71.6 0 1.11 0.0413 12.8 test.phys hIoni + 11 -1.68 6.34 71.2 4.44 1.66 0.294 12.4 test.phys hIoni + 12 -1.7 6.45 71.4 2.88 1.56 0.225 12.6 test.phys hIoni + 13 -1.71 6.53 71.6 1.12 1.77 0.16 12.8 test.phys hIoni + 14 -1.71 6.55 71.6 0 1.12 0.0418 12.8 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index f02f6c23784..220510ad63d 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -4062,10 +4062,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 21.7 5.19 0 0 0 test.phys initStep - 1 -0.133 -0.147 21.6 3.56 1.63 0.254 0.254 test.phys hIoni - 2 -0.237 -0.26 21.5 1.9 1.66 0.189 0.443 test.phys hIoni - 3 -0.293 -0.315 21.4 0.225 1.68 0.0987 0.542 test.phys hIoni - 4 -0.295 -0.318 21.4 0 0.225 0.0046 0.546 test.phys hIoni + 1 -0.133 -0.148 21.6 3.56 1.62 0.255 0.255 test.phys hIoni + 2 -0.238 -0.261 21.5 1.92 1.65 0.189 0.444 test.phys hIoni + 3 -0.294 -0.317 21.4 0.226 1.69 0.1 0.544 test.phys hIoni + 4 -0.297 -0.319 21.4 0 0.226 0.00463 0.549 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 @@ -4262,28 +4262,28 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 109 76.3 0 0 0 test.phys initStep - 1 -3.63 -2.38 122 67 9.37 13.4 13.4 test.phys hIoni - 2 -6.74 -4.3 132 58.8 8.15 10.7 24.1 test.phys hIoni - 3 -9.17 -5.78 140 51.8 7.05 8.48 32.6 test.phys hIoni - 4 -11.2 -6.98 146 45.7 6.03 6.77 39.3 test.phys hIoni + 1 -3.64 -2.38 122 67 9.37 13.4 13.4 test.phys hIoni + 2 -6.75 -4.3 132 58.8 8.15 10.7 24.1 test.phys hIoni + 3 -9.18 -5.79 140 51.8 7.05 8.48 32.6 test.phys hIoni + 4 -11.2 -6.98 146 45.7 6.03 6.77 39.4 test.phys hIoni 5 -12.9 -7.86 151 40.2 5.53 5.45 44.8 test.phys hIoni - 6 -14.1 -8.52 155 35.2 4.97 4.35 49.1 test.phys hIoni + 6 -14.1 -8.53 155 35.2 4.97 4.35 49.2 test.phys hIoni 7 -15.2 -9.03 158 31.1 4.13 3.46 52.6 test.phys hIoni - 8 -16.1 -9.41 161 27.4 3.69 2.8 55.4 test.phys hIoni - 9 -16.9 -9.72 163 24 3.41 2.26 57.7 test.phys hIoni + 8 -16.1 -9.42 161 27.4 3.69 2.8 55.4 test.phys hIoni + 9 -16.9 -9.73 163 24 3.41 2.26 57.7 test.phys hIoni 10 -17.5 -10 165 21 3.04 1.81 59.5 test.phys hIoni 11 -17.9 -10.2 166 18.2 2.75 1.45 60.9 test.phys hIoni 12 -18.3 -10.4 167 15.8 2.4 1.16 62.1 test.phys hIoni - 13 -18.6 -10.5 168 13.6 2.27 0.939 63 test.phys hIoni - 14 -18.8 -10.6 169 11.6 1.96 0.749 63.8 test.phys hIoni - 15 -19 -10.7 169 9.71 1.88 0.604 64.4 test.phys hIoni - 16 -19.1 -10.8 170 7.92 1.79 0.482 64.9 test.phys hIoni - 17 -19.2 -10.9 170 6.36 1.56 0.381 65.2 test.phys hIoni - 18 -19.3 -10.9 170 4.8 1.56 0.305 65.5 test.phys hIoni - 19 -19.4 -11 171 3.19 1.61 0.238 65.8 test.phys hIoni - 20 -19.4 -11.1 171 1.43 1.76 0.173 66 test.phys hIoni - 21 -19.5 -11.1 171 0.0206 1.4 0.0617 66 test.phys hIoni - 22 -19.5 -11.1 171 0.0104 0.0102 0.000867 66 test.phys hIoni + 13 -18.6 -10.5 168 13.5 2.27 0.939 63.1 test.phys hIoni + 14 -18.8 -10.6 169 11.6 1.96 0.75 63.8 test.phys hIoni + 15 -19 -10.7 169 9.7 1.88 0.605 64.4 test.phys hIoni + 16 -19.1 -10.8 170 7.91 1.79 0.482 64.9 test.phys hIoni + 17 -19.2 -10.9 170 6.35 1.56 0.382 65.3 test.phys hIoni + 18 -19.3 -11 171 4.79 1.56 0.305 65.6 test.phys hIoni + 19 -19.4 -11 171 3.18 1.6 0.238 65.8 test.phys hIoni + 20 -19.4 -11.1 171 1.43 1.75 0.173 66 test.phys hIoni + 21 -19.5 -11.1 171 0.0206 1.41 0.062 66 test.phys hIoni + 22 -19.5 -11.1 171 0.0104 0.0102 0.000868 66 test.phys hIoni 23 -19.5 -11.1 171 0.00822 0.00218 0.000616 66 test.phys hIoni 24 -19.5 -11.1 171 0 0.00822 0.000562 66 test.phys hIoni @@ -4387,7 +4387,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 7.12 14.9 173 96.4 0 0 0 test.phys initStep 1 10.8 6.78 192 85.1 11.3 20.3 20.3 test.phys hIoni - 2 12.6 3.13 200 79.6 5.52 9.34 29.6 World Transportation + 2 12.6 3.13 200 79.6 5.51 9.33 29.6 World Transportation 3 2.29e+03 -4.19e+03 1e+04 79.6 1.4e-21 1.09e+04 1.09e+04 OutOfWorld Transportation ********************************************************************************************************* @@ -4457,16 +4457,16 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 17.9 9.48 0 0 0 test.phys initStep - 1 0.303 -0.206 18.2 7.64 1.84 0.468 0.468 test.phys hIoni - 2 0.534 -0.363 18.5 6.06 1.58 0.367 0.835 test.phys hIoni - 3 0.723 -0.479 18.6 4.44 1.62 0.291 1.13 test.phys hIoni - 4 0.864 -0.572 18.8 2.81 1.63 0.224 1.35 test.phys hIoni - 5 0.96 -0.639 18.9 1.05 1.76 0.156 1.51 test.phys hIoni - 6 0.984 -0.656 18.9 0.0598 0.991 0.038 1.54 test.phys hIoni - 7 0.985 -0.657 18.9 0.0158 0.044 0.00162 1.55 test.phys hIoni - 8 0.985 -0.657 18.9 0.0145 0.0013 0.000754 1.55 test.phys hIoni - 9 0.985 -0.657 18.9 0.00442 0.0101 0.000721 1.55 test.phys hIoni - 10 0.985 -0.657 18.9 0 0.00442 0.000412 1.55 test.phys hIoni + 1 0.303 -0.207 18.2 7.64 1.84 0.469 0.469 test.phys hIoni + 2 0.535 -0.364 18.5 6.06 1.58 0.367 0.837 test.phys hIoni + 3 0.725 -0.48 18.7 4.44 1.62 0.292 1.13 test.phys hIoni + 4 0.866 -0.574 18.8 2.82 1.62 0.225 1.35 test.phys hIoni + 5 0.962 -0.64 18.9 1.07 1.75 0.157 1.51 test.phys hIoni + 6 0.987 -0.658 18.9 0.0606 1.01 0.039 1.55 test.phys hIoni + 7 0.988 -0.659 18.9 0.0159 0.0448 0.00163 1.55 test.phys hIoni + 8 0.988 -0.659 18.9 0.0146 0.00132 0.000755 1.55 test.phys hIoni + 9 0.988 -0.659 18.9 0.00445 0.0101 0.000722 1.55 test.phys hIoni + 10 0.988 -0.659 18.9 0 0.00445 0.000413 1.55 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 @@ -4679,11 +4679,11 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1 -7.66 -2.65 158 76.3 11.1 17.1 17.1 test.phys hIoni 2 -14 -4.75 169 67 9.25 13.4 30.5 test.phys hIoni 3 -19 -6.44 179 59 8.08 10.7 41.2 test.phys hIoni - 4 -23 -7.82 186 52.1 6.89 8.51 49.7 test.phys hIoni - 5 -26.1 -9.1 192 45.9 6.2 6.84 56.5 test.phys hIoni - 6 -28.7 -10.3 197 40.3 5.61 5.47 62 test.phys hIoni - 7 -30.5 -11 200 36 4.23 3.87 65.9 World Transportation - 8 -5.48e+03 -1.93e+03 1e+04 36 2.86e-21 1.14e+04 1.14e+04 OutOfWorld Transportation + 4 -23 -7.82 186 52.1 6.89 8.52 49.7 test.phys hIoni + 5 -26.2 -9.1 192 45.9 6.2 6.84 56.5 test.phys hIoni + 6 -28.7 -10.3 197 40.3 5.61 5.48 62 test.phys hIoni + 7 -30.5 -11 200 36.1 4.2 3.85 65.9 World Transportation + 8 -5.48e+03 -1.93e+03 1e+04 36.1 2.86e-21 1.14e+04 1.14e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index 01299e27b2f..1902b40e285 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -866,7 +866,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.110000s Real=0.181399s Sys=0.000000s + User=0.100000s Real=0.099628s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -929,7 +929,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.130000s Real=0.142235s Sys=0.000000s + User=0.110000s Real=0.115526s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index 62b854415fe..0322c9e10c1 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1159,7 +1159,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002431s Sys=0.000000s + User=0.000000s Real=0.002200s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -2269,7 +2269,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016643s Sys=0.000000s + User=0.000000s Real=0.007326s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -3645,7 +3645,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.006459s Sys=0.000000s + User=0.010000s Real=0.008273s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index ccec227d993..a8cd458d702 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -974,7 +974,7 @@ See commands in /vis/modeling/trajectories/ for other options. neutron, kinetic energy (MeV) = 0.0168236, position (cm) = (93.4372,66.8323,200), weight = 1.90735e-06 gamma, kinetic energy (MeV) = 0.510999, position (cm) = (57.6172,75.8376,200), weight = 1.90735e-06 gamma, kinetic energy (MeV) = 0.767346, position (cm) = (83.5827,63.857,200), weight = 7.62939e-06 - proton, kinetic energy (MeV) = 16.3032, position (cm) = (121.453,51.3382,200), weight = 1.90735e-06 + proton, kinetic energy (MeV) = 16.2964, position (cm) = (121.453,51.3382,200), weight = 1.90735e-06 gamma, kinetic energy (MeV) = 2.40401, position (cm) = (106.254,61.5852,200), weight = 1.90735e-06 gamma, kinetic energy (MeV) = 0.449591, position (cm) = (114.158,57.7061,200), weight = 9.53674e-07 neutron, kinetic energy (MeV) = 13.5254, position (cm) = (115.695,53.0977,200), weight = 1.19209e-07 @@ -1038,1514 +1038,1173 @@ See commands in /vis/modeling/trajectories/ for other options. neutron, kinetic energy (MeV) = 0.00335974, position (cm) = (-119.224,121.533,200), weight = 3.05176e-05 neutron, kinetic energy (MeV) = 6.63128e-07, position (cm) = (-57.2783,119.217,200), weight = 1.52588e-05 gamma, kinetic energy (MeV) = 0.117696, position (cm) = (-81.1821,84.0755,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.62444, position (cm) = (17.4505,37.8555,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0221184, position (cm) = (1.35193,11.3256,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00601778, position (cm) = (19.8162,65.2878,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.10875, position (cm) = (15.5844,70.9474,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.0656, position (cm) = (-24.8385,46.6698,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.220004, position (cm) = (16.3595,28.2562,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 9.16967e-05, position (cm) = (-4.18717,21.9316,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.3332, position (cm) = (24.1193,2.30197,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.21485, position (cm) = (23.0611,2.00638,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.206317, position (cm) = (21.2875,2.30865,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.287521, position (cm) = (21.084,9.75615,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 4.36949, position (cm) = (33.57,13.0905,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.06539, position (cm) = (-4.56615,27.912,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.608411, position (cm) = (17.3065,-11.3814,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 19.5618, position (cm) = (-98.4302,38.8108,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.92227, position (cm) = (-100.065,46.5394,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 14.6144, position (cm) = (-99.7317,46.3441,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 21.2136, position (cm) = (-119.563,24.2615,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 21.5794, position (cm) = (-121.916,24.8827,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.50731, position (cm) = (-110.205,21.216,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.86654, position (cm) = (-85.993,18.4961,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00203269, position (cm) = (-110.781,-4.72827,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.541286, position (cm) = (-112.965,-23.3205,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 10.0742, position (cm) = (-107.742,-26.7172,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.0742, position (cm) = (-107.742,-26.7172,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.137949, position (cm) = (-92.6089,28.0672,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.538599, position (cm) = (-51.6422,24.2391,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.88464, position (cm) = (-65.1347,29.0086,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.0349735, position (cm) = (-66.5774,-4.80993,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.27293, position (cm) = (-82.5758,41.7623,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.3545, position (cm) = (-35.7143,21.0581,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.225174, position (cm) = (-32.0885,23.9167,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.00801979, position (cm) = (-16.9591,9.78704,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.128489, position (cm) = (-36.615,18.2039,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.00127376, position (cm) = (-31.7551,14.8726,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.181433, position (cm) = (-40.0438,3.7632,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 8.87619, position (cm) = (-27.9088,-6.1926,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.888096, position (cm) = (-31.6079,-17.5575,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.53582, position (cm) = (-32.0482,-0.224694,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 5.70527e-06, position (cm) = (-38.9823,39.5025,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 5.71784, position (cm) = (-31.8828,37.7393,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.630415, position (cm) = (-45.5135,40.4685,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.5814, position (cm) = (-46.622,39.7105,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 5.48354, position (cm) = (-46.4635,40.1133,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 31.9464, position (cm) = (-42.4829,41.3591,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.272466, position (cm) = (-5.76032,49.1846,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.0650703, position (cm) = (1.67406,46.214,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.31289, position (cm) = (1.76682,39.9332,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.482708, position (cm) = (-4.90289,43.1048,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 98.167, position (cm) = (-34.0392,32.365,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 55.812, position (cm) = (-31.3401,16.6456,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 83.2757, position (cm) = (-128.191,50.5957,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 83.2757, position (cm) = (-128.191,50.5957,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 84.9089, position (cm) = (-142.09,34.6346,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 84.9089, position (cm) = (-142.09,34.6346,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 83.9004, position (cm) = (-121.285,48.4175,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 83.9004, position (cm) = (-121.285,48.4175,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 83.5878, position (cm) = (-121.755,46.8878,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 97.8896, position (cm) = (-40.6657,25.3823,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.0710913, position (cm) = (-26.0905,-39.0198,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.390202, position (cm) = (-14.3133,-1.47191,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.04783, position (cm) = (-33.0869,-4.1801,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0832469, position (cm) = (-37.5067,8.2029,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.4798, position (cm) = (-31.2125,-4.55343,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 10.5781, position (cm) = (-23.8375,-10.4423,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 10.5781, position (cm) = (-23.8375,-10.4423,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.10883, position (cm) = (17.3603,-21.5531,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0926759, position (cm) = (35.6314,-29.4354,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 55.5421, position (cm) = (24.8171,-29.49,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 73.8689, position (cm) = (23.3033,-25.9171,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.69395, position (cm) = (-3.08135,-15.3783,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.115362, position (cm) = (24.8659,-44.9872,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.109221, position (cm) = (45.3596,-8.23986,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.13186, position (cm) = (42.0746,-41.2098,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 7.0894, position (cm) = (53.7506,-47.5974,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.69233, position (cm) = (64.289,-72.4846,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.20374, position (cm) = (45.1055,-55.7715,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.395241, position (cm) = (55.0874,-62.9901,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.583107, position (cm) = (40.5802,-67.5482,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 3.14358, position (cm) = (34.409,-74.1854,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.204987, position (cm) = (45.9446,-57.6612,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.318, position (cm) = (42.0955,-53.0895,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 72.7041, position (cm) = (15.2189,-21.3439,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.45924, position (cm) = (14.372,-22.7818,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 39.4706, position (cm) = (-12.7692,-33.3114,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.4703, position (cm) = (-19.129,-30.1372,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 6.14151, position (cm) = (-30.036,-27.5579,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.098966, position (cm) = (38.9375,-2.11672,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.93933, position (cm) = (17.0793,-11.1618,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.274426, position (cm) = (-19.3842,-32.0209,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.105786, position (cm) = (-45.9871,-38.7954,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.99787, position (cm) = (-30.3707,-32.6414,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0171966, position (cm) = (-33.7729,-13.7677,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 29.3233, position (cm) = (12.2581,-63.9349,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.398966, position (cm) = (-11.3887,-7.02843,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.26133, position (cm) = (-11.1855,-7.65016,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 78.4624, position (cm) = (-11.901,-9.45741,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.12531, position (cm) = (-18.9322,16.6349,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 49.7382, position (cm) = (-6.1909,14.6919,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0423496, position (cm) = (40.3009,19.4091,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.287216, position (cm) = (41.1394,-11.8674,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.308795, position (cm) = (51.8888,-12.8698,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 5.1767, position (cm) = (48.7941,32.8847,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 25.1092, position (cm) = (39.6023,-15.8394,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0846366, position (cm) = (38.4461,-14.7318,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.248718, position (cm) = (35.0171,-13.4418,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.251068, position (cm) = (62.5295,-9.12507,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 24.9684, position (cm) = (41.8356,-17.775,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 25.0295, position (cm) = (40.5507,-13.781,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.844953, position (cm) = (42.4949,-16.0663,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.52915, position (cm) = (39.8406,-13.1784,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.65185, position (cm) = (-22.1182,-29.8648,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 70.9254, position (cm) = (-12.2295,-8.34763,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.7594, position (cm) = (-13.3054,-6.34236,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.30994, position (cm) = (-15.3848,-6.9072,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.95454, position (cm) = (-14.5041,-7.12389,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 69.3208, position (cm) = (-14.4732,-7.22206,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.186537, position (cm) = (-7.11952,-21.5706,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.673855, position (cm) = (14.7428,-9.28704,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.21807, position (cm) = (-11.7809,-13.0821,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.2623, position (cm) = (-12.9215,-13.0266,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 71.2298, position (cm) = (-12.1808,-13.3365,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 5.84646, position (cm) = (-17.78,37.3993,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 22.6603, position (cm) = (-31.6886,18.3783,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 22.6603, position (cm) = (-31.6886,18.3783,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 20.1906, position (cm) = (-28.6141,17.9913,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 22.1758, position (cm) = (-26.3335,17.5268,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.1758, position (cm) = (-26.3335,17.5268,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 35.463, position (cm) = (2.23128,0.752075,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 35.1137, position (cm) = (2.56352,1.40853,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 35.5671, position (cm) = (1.29692,1.07768,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 37.7248, position (cm) = (-20.6219,3.41797,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 63.8705, position (cm) = (12.7463,-50.6144,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 63.8705, position (cm) = (12.7463,-50.6144,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 63.8619, position (cm) = (7.86021,-67.8537,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.20989, position (cm) = (-0.831942,-32.3444,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.38876, position (cm) = (-0.228709,-41.6034,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.27158, position (cm) = (4.09969,-44.2803,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.99298, position (cm) = (25.3107,12.8991,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.24173, position (cm) = (-8.17834,-24.5195,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.42876, position (cm) = (13.8724,-2.76001,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.97025, position (cm) = (-26.312,-15.0558,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 17.5351, position (cm) = (28.0327,17.8242,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 17.5351, position (cm) = (28.0327,17.8242,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 16.9449, position (cm) = (26.2073,0.57334,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00244013, position (cm) = (22.4227,-15.4482,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 85.613, position (cm) = (33.9994,-40.5252,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.00849, position (cm) = (17.8103,-46.5418,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0909735, position (cm) = (37.3743,-25.8527,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.44582, position (cm) = (27.1686,-29.7079,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 85.1961, position (cm) = (39.1007,-42.9111,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 84.9946, position (cm) = (38.5858,-41.9281,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 82.1412, position (cm) = (34.0743,-59.2372,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 82.537, position (cm) = (36.7911,-61.7303,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.57352, position (cm) = (26.7171,-10.3277,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.74839, position (cm) = (55.1556,-29.4868,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 86.2641, position (cm) = (11.8419,-38.2059,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.433181, position (cm) = (58.5175,-40.3265,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.62326, position (cm) = (29.9921,-10.7382,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.00048431, position (cm) = (29.1433,-21.9464,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.72141, position (cm) = (54.0146,-17.7637,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 59.6483, position (cm) = (55.0493,-41.6227,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 34.757, position (cm) = (46.2434,-35.9799,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 59.2694, position (cm) = (52.7864,-51.8381,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 59.1901, position (cm) = (52.3723,-51.7157,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 59.3555, position (cm) = (50.9502,-48.7866,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.19387, position (cm) = (32.2614,-49.6316,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.232921, position (cm) = (46.3791,-41.8748,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.52844, position (cm) = (1.15597,-34.7139,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.230553, position (cm) = (27.6986,-18.7957,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.147753, position (cm) = (20.5821,42.0462,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (28.3394,-9.20573,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.49448, position (cm) = (1.94052,-3.74905,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.03677, position (cm) = (-14.0778,-20.5865,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.150138, position (cm) = (-26.7346,-10.7358,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 14.7646, position (cm) = (-18.9801,-25.7724,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.495802, position (cm) = (-6.1059,-51.012,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.33305, position (cm) = (-5.34422,-48.5646,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.25408, position (cm) = (22.2105,-10.0241,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 15.609, position (cm) = (29.7598,-3.25068,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 15.489, position (cm) = (27.2673,-0.0658268,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.722832, position (cm) = (32.3937,-29.4619,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 5.61276, position (cm) = (10.548,8.86645,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.09284, position (cm) = (0.71655,-16.1811,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.170835, position (cm) = (12.7146,-56.0214,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.174446, position (cm) = (8.49544,-58.4869,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000727032, position (cm) = (14.1632,-22.8022,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.00159519, position (cm) = (-14.4674,-21.8344,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.399467, position (cm) = (16.8264,25.6936,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.16312, position (cm) = (6.80885,27.5032,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 99.5996, position (cm) = (10.8394,27.6275,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 99.2947, position (cm) = (-9.63936,-7.20444,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 99.2947, position (cm) = (-9.63936,-7.20444,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.106792, position (cm) = (-13.0352,-18.6935,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0538778, position (cm) = (-11.7694,-7.39661,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 52.125, position (cm) = (-10.2588,-1.44342,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.35714, position (cm) = (-34.223,0.853892,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.435724, position (cm) = (-27.1566,19.8528,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.301558, position (cm) = (-33.766,-0.0826215,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.3388, position (cm) = (-19.7736,-1.08126,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 54.8286, position (cm) = (-26.1183,-2.45801,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 99.2023, position (cm) = (-26.2945,-2.13402,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.084468, position (cm) = (-15.4923,-2.11743,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 46.1076, position (cm) = (-79.8841,13.5586,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.134, position (cm) = (-74.1466,10.8953,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 5.12459, position (cm) = (-84.6692,11.3341,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 34.1298, position (cm) = (-84.7164,8.78503,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 34.1298, position (cm) = (-84.7164,8.78503,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 45.3698, position (cm) = (-85.0058,9.74241,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 46.3338, position (cm) = (-85.9527,10.5451,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.00081e-05, position (cm) = (-46.4461,11.6042,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0962061, position (cm) = (-63.2576,27.7753,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0138753, position (cm) = (-76.5008,42.7961,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.33729, position (cm) = (-85.4015,30.505,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.96112, position (cm) = (-77.762,26.1758,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 27.1531, position (cm) = (-89.1571,33.4477,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 46.0082, position (cm) = (-90.1477,41.9097,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 46.0082, position (cm) = (-90.1477,41.9097,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 78.6394, position (cm) = (2.10042,-17.965,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 78.6394, position (cm) = (2.10042,-17.965,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.166401, position (cm) = (-103.238,12.3871,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 99.5682, position (cm) = (4.96036,7.567,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.208298, position (cm) = (0.845395,-0.573218,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.113733, position (cm) = (35.7712,-3.83598,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 10.1695, position (cm) = (44.8955,0.135735,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.76631, position (cm) = (39.8003,0.741954,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.1695, position (cm) = (44.8955,0.135735,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.44294, position (cm) = (10.1465,14.5243,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 96.4768, position (cm) = (3.556,8.39062,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.160948, position (cm) = (3.16615,1.72159,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 91.5733, position (cm) = (4.35094,7.87003,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0916155, position (cm) = (-50.2382,73.5834,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0635558, position (cm) = (-63.9983,79.8681,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.311458, position (cm) = (-45.9175,61.752,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.31732, position (cm) = (-53.8086,94.393,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.12813e-06, position (cm) = (-62.8706,25.906,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.543855, position (cm) = (-71.4726,88.2531,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.45138, position (cm) = (-63.424,84.7486,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 6.87033, position (cm) = (-65.7669,84.7738,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 6.87033, position (cm) = (-65.7669,84.7738,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 6.87033, position (cm) = (-65.7669,84.7738,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 6.87033, position (cm) = (-65.7669,84.7738,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.0668223, position (cm) = (-65.6566,89.0785,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 2.76868, position (cm) = (-65.3029,89.8111,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.0109308, position (cm) = (-51.777,35.544,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.114076, position (cm) = (-69.4428,75.8114,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 17.985, position (cm) = (-80.173,78.4962,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.619209, position (cm) = (-91.1667,100.861,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 4.34467, position (cm) = (-99.4188,79.0111,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 4.34467, position (cm) = (-99.4188,79.0111,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 7.59499, position (cm) = (-99.6562,80.7896,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 16.4284, position (cm) = (-108.513,78.1179,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 16.4284, position (cm) = (-108.513,78.1179,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.503126, position (cm) = (-100.609,75.701,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 4.7926, position (cm) = (-100.087,82.1303,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 6.21832, position (cm) = (-102.971,71.7154,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.171051, position (cm) = (-111.392,91.1012,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.02395, position (cm) = (-100.121,82.2892,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.192743, position (cm) = (-110.126,77.5,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.628267, position (cm) = (-106.783,80.0905,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 3.04474, position (cm) = (-105.938,78.5698,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 14.5649, position (cm) = (-104.335,80.2237,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0947728, position (cm) = (-94.1462,86.7295,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 98.7527, position (cm) = (-30.4784,17.4595,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.262915, position (cm) = (-71.6705,58.2312,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.000167195, position (cm) = (-71.0781,67.3582,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 2.08536, position (cm) = (-74.3162,61.0658,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0733853, position (cm) = (-71.1597,57.1094,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0385918, position (cm) = (-70.3645,59.9745,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.150029, position (cm) = (-71.6901,62.3322,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 9.0822, position (cm) = (-80.8742,73.7754,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 4.49933, position (cm) = (-65.9847,45.5917,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 2.46209, position (cm) = (-18.4198,52.9352,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 9.14655e-05, position (cm) = (-41.392,42.3556,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 20.7505, position (cm) = (-19.572,71.9792,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.149042, position (cm) = (-4.68957,84.191,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.239458, position (cm) = (-5.66853,84.4588,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 9.0593, position (cm) = (-9.26966,80.5965,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 3.76378, position (cm) = (-21.4179,83.2967,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 11.54, position (cm) = (-21.3144,83.6064,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.897638, position (cm) = (-18.9271,63.273,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.36269, position (cm) = (-18.4681,46.2624,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.190154, position (cm) = (-10.4835,46.6979,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.198932, position (cm) = (-19.5122,49.4455,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 1.7056e-07, position (cm) = (-39.0339,10.8461,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 3.00361, position (cm) = (-32.4232,45.8149,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 4.47621, position (cm) = (-41.6175,23.7413,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.61749, position (cm) = (-55.3274,-4.41546,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0496012, position (cm) = (3.4263,-4.33634,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 97.198, position (cm) = (8.12738,-2.80645,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 97.198, position (cm) = (8.12738,-2.80645,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 97.198, position (cm) = (8.12738,-2.80645,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 99.6925, position (cm) = (-4.45797,15.64,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.0155225, position (cm) = (-39.5344,-0.936312,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.3177, position (cm) = (-14.4687,87.3408,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (169.903,-225.17,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.16894, position (cm) = (-49.267,-35.5479,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.56871, position (cm) = (-24.7484,-38.2688,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 3.46889, position (cm) = (-53.6631,-36.8013,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 88.2802, position (cm) = (-59.7946,-26.0699,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.87161, position (cm) = (-47.7295,-61.9809,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.280356, position (cm) = (-101.857,75.352,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.26451, position (cm) = (-91.5253,62.9834,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.70355, position (cm) = (-77.9451,64.0304,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 9.72538e-07, position (cm) = (-111.524,59.9516,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.13143, position (cm) = (-125.756,57.4401,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 37.6262, position (cm) = (-87.6001,194.818,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 37.6262, position (cm) = (-87.6001,194.818,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.730162, position (cm) = (-78.4994,209.04,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 36.6429, position (cm) = (-101.115,183.522,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 75.522, position (cm) = (-136.76,-63.3299,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 75.522, position (cm) = (-136.76,-63.3299,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 75.522, position (cm) = (-136.76,-63.3299,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.207606, position (cm) = (-206.317,-93.0706,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.538636, position (cm) = (-193.877,-91.6644,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.57049, position (cm) = (-200.716,-84.9139,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0834951, position (cm) = (-175.187,-69.003,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.81776, position (cm) = (-168.645,-62.4969,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.852419, position (cm) = (-206.078,-81.409,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 5.06529, position (cm) = (-189.942,-75.8479,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.162831, position (cm) = (-176.791,-90.5058,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.0656782, position (cm) = (-207.996,-51.423,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.43169, position (cm) = (-184.523,-79.0608,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.888782, position (cm) = (-195.114,-79.7306,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.311393, position (cm) = (-181.671,-96.8634,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.666892, position (cm) = (-181.936,-98.1459,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.072421, position (cm) = (-177.21,-99.258,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 13.8247, position (cm) = (-199.636,-91.4269,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 12.8719, position (cm) = (-197.39,-79.1117,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.96111, position (cm) = (-199.282,-93.4892,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 4.95529, position (cm) = (-187.352,-85.3799,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 8.93382, position (cm) = (-123.651,18.0029,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.171432, position (cm) = (-51.9846,-13.2924,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 69.1004, position (cm) = (-46.8995,11.3726,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 69.5671, position (cm) = (-65.2473,-7.76308,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.8115, position (cm) = (-41.5932,-52.3175,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 33.0086, position (cm) = (-76.8932,-48.3104,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 33.2961, position (cm) = (-76.0677,-48.3945,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.000186281, position (cm) = (-64.8786,-54.4776,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.108928, position (cm) = (-63.4351,-57.1192,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.293133, position (cm) = (-64.0023,-57.6057,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.10516, position (cm) = (-63.4079,-57.5359,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 32.8577, position (cm) = (-56.7495,-43.5205,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.210613, position (cm) = (-65.5999,-47.7318,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.104895, position (cm) = (-41.1966,-29.7117,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 4.52519e-05, position (cm) = (-46.1012,-25.3857,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 5.78923, position (cm) = (-74.7516,-2.97701,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 28.163, position (cm) = (-79.5988,8.60637,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 28.328, position (cm) = (-100.754,10.7953,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.120319, position (cm) = (-102.488,18.7969,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.495311, position (cm) = (-102.331,17.8051,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.59174, position (cm) = (-85.4651,15.4593,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.423236, position (cm) = (-60.5529,-39.2657,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.124111, position (cm) = (-82.37,-58.0963,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.183563, position (cm) = (-92.5347,-42.8062,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0775981, position (cm) = (-87.5898,-58.0352,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 6.55656, position (cm) = (-83.324,-51.0423,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.338763, position (cm) = (-76.3161,-51.8981,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.101366, position (cm) = (-106.801,-48.8427,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 33.3772, position (cm) = (-82.3386,-53.3434,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 33.3772, position (cm) = (-82.3386,-53.3434,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.168159, position (cm) = (-64.8604,-41.3964,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.264645, position (cm) = (-44.0008,-47.4664,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 8.88892, position (cm) = (-96.1427,-32.0044,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.00499, position (cm) = (-75.014,0.102979,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0109565, position (cm) = (-19.1099,48.7328,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.468629, position (cm) = (-74.1474,6.16489,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.124372, position (cm) = (-84.8818,11.7107,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.559445, position (cm) = (-71.4706,8.7156,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.120947, position (cm) = (-57.4895,-1.32787,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.22308, position (cm) = (-88.4125,-16.3508,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.95125, position (cm) = (-68.3554,-1.1216,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.155718, position (cm) = (-67.8288,9.33878,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 5.39901, position (cm) = (-80.7476,15.5026,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 96.8757, position (cm) = (-103.408,-51.3893,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.63883, position (cm) = (-46.4724,13.6591,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 18.7244, position (cm) = (-55.5984,46.1855,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 18.3302, position (cm) = (-42.4526,43.5041,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.8437, position (cm) = (-55.1644,64.3987,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 13.6524, position (cm) = (-42.0844,60.0215,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 13.6524, position (cm) = (-42.0844,60.0215,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 13.6006, position (cm) = (-42.6188,59.7325,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 7.50174, position (cm) = (-42.0904,60.0245,200), weight = 5.96046e-08 - proton, kinetic energy (MeV) = 4.90202, position (cm) = (-42.078,60.0182,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 13.6524, position (cm) = (-42.0844,60.0215,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 13.6524, position (cm) = (-42.0844,60.0215,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 13.6524, position (cm) = (-42.0844,60.0215,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.152803, position (cm) = (-41.7662,60.3514,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 10.4446, position (cm) = (-42.1745,59.9011,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 13.6524, position (cm) = (-42.0844,60.0215,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.75406e-05, position (cm) = (-59.5518,38.4774,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0456987, position (cm) = (-71.9003,59.4121,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 21.0191, position (cm) = (-50.5352,89.2646,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.149203, position (cm) = (-61.0476,27.1205,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.98969, position (cm) = (-78.5385,40.5569,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 7.5856, position (cm) = (-72.3134,38.3243,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 7.5856, position (cm) = (-72.3134,38.3243,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.88078, position (cm) = (-70.9126,16.9845,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 5.85176, position (cm) = (-71.8065,25.6069,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.128969, position (cm) = (-74.2349,34.7861,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.64471, position (cm) = (-94.0581,-25.6261,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.63098, position (cm) = (-94.0902,-25.0949,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 1.94103e-06, position (cm) = (-180.655,-46.9757,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 4.29606, position (cm) = (-172.919,-32.8026,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 0.25303, position (cm) = (-206.577,-27.5448,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 8.27437, position (cm) = (-108.865,-8.66363,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 11.3687, position (cm) = (-99.1612,-8.67864,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.282872, position (cm) = (-105.446,-20.3553,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.10529, position (cm) = (-102.743,3.29911,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 5.41648, position (cm) = (-105.862,-48.6793,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.83916, position (cm) = (-103.524,-66.1827,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-125.459,-50.9663,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.101812, position (cm) = (-95.841,-49.4928,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.33341, position (cm) = (-57.6474,-29.6236,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0550035, position (cm) = (-46.7575,-4.36387,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.95286, position (cm) = (-31.5819,-14.3542,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 2.89613, position (cm) = (-34.8429,-13.2193,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.359183, position (cm) = (-31.2694,-26.125,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.093947, position (cm) = (-33.3174,-12.3091,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.84508, position (cm) = (-33.1536,-29.5232,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.0638, position (cm) = (-60.2231,-8.48516,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.69761, position (cm) = (-82.0327,-4.09365,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 6.591, position (cm) = (-120.492,10.3701,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0916457, position (cm) = (-51.0491,21.1846,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.73528, position (cm) = (-50.6778,16.7067,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 45.2191, position (cm) = (-48.6028,12.343,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 45.2191, position (cm) = (-48.6028,12.343,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 45.2191, position (cm) = (-48.6028,12.343,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.1189, position (cm) = (-52.3054,8.30955,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.53416, position (cm) = (-73.3286,-15.2943,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 99.2581, position (cm) = (-99.5659,-35.6598,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.8863, position (cm) = (-99.0356,-38.3274,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.8863, position (cm) = (-99.0356,-38.3274,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.8814, position (cm) = (-101.636,-36.005,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 99.1532, position (cm) = (-89.3177,-31.7073,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 88.3738, position (cm) = (-85.7758,-32.3558,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 90.3793, position (cm) = (-98.5837,-15.8512,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.27707, position (cm) = (-27.7187,-5.83703,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.180982, position (cm) = (-10.4678,-40.6625,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 57.5805, position (cm) = (-172.949,-17.776,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 57.3078, position (cm) = (-184.282,-9.41384,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.142053, position (cm) = (-179.083,-22.5919,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 45.8983, position (cm) = (-194.445,-46.829,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.804227, position (cm) = (-167.971,-33.602,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.46631, position (cm) = (-182.242,-31.0863,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.2866, position (cm) = (-6.64219,63.2753,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.5066, position (cm) = (-3.58314,58.0067,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 3.08599e-05, position (cm) = (6.65804,69.4207,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0912938, position (cm) = (15.4687,74.6716,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 7.47648, position (cm) = (-12.953,53.0013,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0944577, position (cm) = (-10.3122,62.8621,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.914211, position (cm) = (-11.8873,42.7886,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.97139, position (cm) = (-8.26749,49.1001,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.53351, position (cm) = (-13.1435,53.1282,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.25924, position (cm) = (-15.5869,52.8162,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.226709, position (cm) = (-12.9719,51.4281,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 92.2873, position (cm) = (-63.3545,30.7737,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 92.2993, position (cm) = (-63.208,30.8444,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 92.0849, position (cm) = (-70.9251,36.7479,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.07145, position (cm) = (-117.786,79.1731,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.58548, position (cm) = (-111.796,82.3767,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.525403, position (cm) = (-118.688,68.9113,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 18.945, position (cm) = (-73.5219,-33.1025,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.14212, position (cm) = (-60.4125,-23.3589,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.110362, position (cm) = (-63.9106,-4.01916,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 92.9039, position (cm) = (-108.835,-7.31982,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 92.9039, position (cm) = (-108.835,-7.31982,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 92.9039, position (cm) = (-108.835,-7.31982,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 3.74468, position (cm) = (-102.391,-0.0877308,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0924418, position (cm) = (-44.9894,6.67391,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.153295, position (cm) = (-66.5846,-4.62816,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.180666, position (cm) = (-96.1772,41.1949,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.79235, position (cm) = (-104.348,42.8574,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 42.1771, position (cm) = (-89.1904,51.4338,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 40.4309, position (cm) = (-99.8341,23.1242,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.692719, position (cm) = (-88.2074,3.73295,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 42.377, position (cm) = (-93.2527,13.1124,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.122491, position (cm) = (-77.5298,-18.0227,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 67.0856, position (cm) = (-97.3392,-42.982,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0886919, position (cm) = (-75.044,-5.88828,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 84.8837, position (cm) = (-89.297,-16.2064,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.64476, position (cm) = (-15.7553,-5.8101,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 83.0059, position (cm) = (-72.4048,13.8015,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.11523, position (cm) = (-87.7417,34.3523,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.415244, position (cm) = (-100.467,32.6057,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.181856, position (cm) = (-93.693,35.5852,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.02141, position (cm) = (-94.5345,31.0884,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 8.19748, position (cm) = (-96.7831,32.1599,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 7.39163, position (cm) = (-96.1064,38.8848,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.855604, position (cm) = (-123.443,32.0146,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.558378, position (cm) = (-100.991,-0.0419339,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 5.08844, position (cm) = (-84.7685,-1.86694,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 34.8362, position (cm) = (-97.9771,-11.9944,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 34.7887, position (cm) = (-97.5514,-11.8696,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.04802, position (cm) = (-92.1223,-1.20281,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.7608, position (cm) = (-91.8397,-1.91055,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 28.7416, position (cm) = (-91.8213,-1.80774,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.00570883, position (cm) = (-76.547,1.22755,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0824287, position (cm) = (-84.676,20.093,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.44798, position (cm) = (-75.3367,16.4193,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.44448, position (cm) = (-74.2556,16.2668,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.301394, position (cm) = (-73.976,-2.3286,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.98882, position (cm) = (-76.8275,3.23213,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 91.9462, position (cm) = (-68.7171,28.2466,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.188516, position (cm) = (-81.7194,4.70161,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.466577, position (cm) = (-81.9908,4.22542,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.237077, position (cm) = (-60.8546,29.2642,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.133442, position (cm) = (-77.4056,-0.407082,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.24061, position (cm) = (-77.9818,0.911163,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.26593, position (cm) = (-76.9829,-10.5647,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.208405, position (cm) = (-84.2414,7.422,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.331895, position (cm) = (-82.3081,-3.60917,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.113144, position (cm) = (-44.6541,-17.8364,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.16234, position (cm) = (-21.9128,19.3838,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 43.3153, position (cm) = (-22.5155,-29.201,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.135756, position (cm) = (-20.1042,-24.4765,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.138421, position (cm) = (-18.725,-24.0172,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 8.57498, position (cm) = (-19.4668,-23.526,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.159054, position (cm) = (-20.3026,3.65525,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 4.25965, position (cm) = (-44.4364,-25.0657,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 16.9787, position (cm) = (-43.4485,-16.6528,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 16.9787, position (cm) = (-43.4485,-16.6528,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 16.9787, position (cm) = (-43.4485,-16.6528,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00424176, position (cm) = (-36.5857,-65.4633,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.07885, position (cm) = (79.2544,19.4496,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 7.16765, position (cm) = (32.3402,-136.532,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.378178, position (cm) = (32.5169,-138.505,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.576771, position (cm) = (25.9542,-146.933,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.500534, position (cm) = (56.8736,-171.446,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0635728, position (cm) = (23.3,-157.072,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 27.2689, position (cm) = (30.8382,-156.381,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 6.39524, position (cm) = (20.4864,-153.106,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 42.8643, position (cm) = (19.7101,-166.93,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 42.8643, position (cm) = (19.7101,-166.93,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 55.0858, position (cm) = (18.6747,-181.257,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.41366, position (cm) = (31.1107,-143.776,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 54.6546, position (cm) = (28.5382,-173.705,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 51.3277, position (cm) = (26.028,-175.852,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 2.10833, position (cm) = (10.9926,-72.9084,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 5.79699, position (cm) = (28.0086,-79.3685,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.39312, position (cm) = (13.724,-79.6365,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.116273, position (cm) = (3.102,-73.4944,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.70436, position (cm) = (13.7435,-69.5521,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 21.6619, position (cm) = (8.21752,-75.3464,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.732543, position (cm) = (39.4977,-66.7568,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 63.7738, position (cm) = (49.2651,-89.8877,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.21842, position (cm) = (24.6738,-87.7547,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.108893, position (cm) = (41.4938,-75.0023,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 43.0879, position (cm) = (39.2486,-80.3759,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.00735, position (cm) = (47.4926,-29.3183,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.52911, position (cm) = (29.1895,-40.8382,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 29.3758, position (cm) = (37.5944,-36.7063,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 29.835, position (cm) = (36.7975,-37.5293,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.96032, position (cm) = (56.084,-103.256,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.100545, position (cm) = (45.3084,-102.05,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.30459, position (cm) = (51.4647,-128.528,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 48.935, position (cm) = (74.1253,-99.9906,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.227e-05, position (cm) = (90.8258,-96.3138,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.60556, position (cm) = (74.6814,-92.0418,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 12.9763, position (cm) = (104.335,-108.592,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 13.0037, position (cm) = (104.328,-108.588,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.01509, position (cm) = (93.4664,-105.257,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00181899, position (cm) = (100.418,-111.087,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.24598, position (cm) = (99.7728,-112.696,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 8.63357, position (cm) = (98.2704,-116.901,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.167429, position (cm) = (95.5476,-115.06,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.11288, position (cm) = (97.8857,-111.31,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.9017, position (cm) = (97.4253,-113.679,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.198833, position (cm) = (86.531,-122.198,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.41654, position (cm) = (62.9844,-95.3061,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 70.8922, position (cm) = (61.9729,-127.338,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.726339, position (cm) = (40.0421,-134.56,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 9.24035, position (cm) = (54.7883,-113.802,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0711121, position (cm) = (82.1462,-74.291,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 30.7249, position (cm) = (63.1024,-118.309,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 30.7026, position (cm) = (63.1353,-118.381,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.997996, position (cm) = (-60.6273,29.2549,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.18261, position (cm) = (-51.6354,-9.12757,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.11255, position (cm) = (-105.025,83.6406,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.178504, position (cm) = (-76.5091,-3.70339,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.59891, position (cm) = (-39.6676,-10.5338,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 23.4719, position (cm) = (-89.2613,-35.6479,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.78733e-05, position (cm) = (-80.481,-25.0338,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.162601, position (cm) = (-76.0256,-14.4715,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.126572, position (cm) = (-81.1321,-23.7142,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 3.82915, position (cm) = (-84.0879,-22.0391,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 16.4619, position (cm) = (-83.8578,-29.8063,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 16.4619, position (cm) = (-83.8578,-29.8063,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 23.3501, position (cm) = (-92.6004,-32.5838,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 23.679, position (cm) = (-86.6946,-23.4129,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 23.679, position (cm) = (-86.6946,-23.4129,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.257954, position (cm) = (-84.1602,-29.2125,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 2.62855, position (cm) = (-81.9773,-31.4147,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.304173, position (cm) = (-87.7874,-32.6238,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 24.3584, position (cm) = (-82.7668,-32.4629,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0706211, position (cm) = (-81.6851,-31.8743,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 6.38735, position (cm) = (-85.3235,-34.9869,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 4.53659, position (cm) = (-54.7166,-25.3766,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.895123, position (cm) = (-58.9358,-19.9971,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 3.93008, position (cm) = (-52.7942,-17.3409,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 8.39855, position (cm) = (-72.1525,-18.9712,200), weight = 4.76837e-07 - proton, kinetic energy (MeV) = 13.1145, position (cm) = (-72.214,-18.9674,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 24.058, position (cm) = (-72.1913,-18.9688,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 24.0041, position (cm) = (-72.5676,-17.8337,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.1256, position (cm) = (-57.2695,-17.5268,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.19096, position (cm) = (-53.8174,9.67809,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 3.05792, position (cm) = (-68.6642,-25.9622,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.08452, position (cm) = (-56.7198,-35.1193,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.33619, position (cm) = (-52.9994,-23.8331,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.117272, position (cm) = (-8.02281,-7.68091,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.30309, position (cm) = (-15.5533,-10.8025,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.40797, position (cm) = (-23.685,-8.44868,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 18.9197, position (cm) = (-56.6967,34.3823,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 18.9936, position (cm) = (-54.6864,35.2059,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 19.0413, position (cm) = (-56.3777,35.3059,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 18.626, position (cm) = (-48.1333,26.3591,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.01338, position (cm) = (-43.2696,23.1273,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.405857, position (cm) = (-35.4319,13.8817,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.41579, position (cm) = (-72.0128,13.1917,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.499385, position (cm) = (5.3,33.8276,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 20.2385, position (cm) = (-38.8114,19.7714,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 20.2385, position (cm) = (-38.8114,19.7714,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0922241, position (cm) = (-27.587,67.8214,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.297019, position (cm) = (-82.6786,5.26757,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.09662, position (cm) = (33.2762,35.7251,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 54.4835, position (cm) = (-122.56,-171.052,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.115591, position (cm) = (-121.073,-187.147,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 39.0825, position (cm) = (-130.331,-198.116,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 54.4497, position (cm) = (-123.172,-182.102,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 54.158, position (cm) = (-121.642,-184.512,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 54.158, position (cm) = (-121.642,-184.512,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 8.12456e-05, position (cm) = (39.6257,-168.694,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 34.2926, position (cm) = (62.6607,-118.053,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.120737, position (cm) = (82.6106,-227.082,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 11.7005, position (cm) = (73.8088,-239.709,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 11.7005, position (cm) = (73.8088,-239.709,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.383534, position (cm) = (85.1152,-235.545,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.15872, position (cm) = (45.849,-182.753,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 15.2896, position (cm) = (87.7318,-234.035,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.00849115, position (cm) = (82.6931,-228.593,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 5.64854, position (cm) = (49.5011,-305.102,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.17295e-05, position (cm) = (54.0571,-275.098,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.68804, position (cm) = (57.5747,-280.568,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.145268, position (cm) = (50.6815,-294.261,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.05351, position (cm) = (48.2471,-303.55,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.84026, position (cm) = (50.0556,-300.689,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.230565, position (cm) = (39.1674,-305.013,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.617442, position (cm) = (37.9339,-302.148,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 1.65773, position (cm) = (40.4302,-304.627,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 14.6244, position (cm) = (38.857,-303.809,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.237792, position (cm) = (36.3626,-310.916,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 8.23952, position (cm) = (43.7809,-294.48,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 15.2499, position (cm) = (52.348,-284.482,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 15.0652, position (cm) = (52.6152,-286.484,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 15.2499, position (cm) = (52.348,-284.482,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 15.2499, position (cm) = (52.348,-284.482,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 15.2499, position (cm) = (52.348,-284.482,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 15.2499, position (cm) = (52.348,-284.482,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.000194855, position (cm) = (67.6828,-261.073,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.84642e-06, position (cm) = (126.025,-281.473,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.43027, position (cm) = (110.811,-234.299,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 6.98989, position (cm) = (-28.2046,-164.324,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.94704, position (cm) = (-16.3501,-122.667,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 6.2295, position (cm) = (-7.57121,-171.074,200), weight = 7.27596e-12 - gamma, kinetic energy (MeV) = 2.12812, position (cm) = (-18.8536,-174.949,200), weight = 7.27596e-12 - neutron, kinetic energy (MeV) = 5.07859, position (cm) = (-10.5082,-186.317,200), weight = 3.63798e-12 - gamma, kinetic energy (MeV) = 9.96612, position (cm) = (-24.7385,-165.549,200), weight = 2.91038e-11 - neutron, kinetic energy (MeV) = 1.56848, position (cm) = (-19.1495,-150.15,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 16.5827, position (cm) = (-25.1446,-149.562,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 1.39143, position (cm) = (29.2705,-124.627,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 5.28698, position (cm) = (21.8547,-140.127,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.179131, position (cm) = (-23.9951,-111.404,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 2.36085, position (cm) = (-23.3624,-113.152,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-27.0655,-109.1,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.215312, position (cm) = (21.6717,-124.233,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 1.65223, position (cm) = (-10.6506,-98.9124,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 24.6307, position (cm) = (-24.8695,-126.908,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.0551146, position (cm) = (-24.8941,-121.251,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.165524, position (cm) = (-16.0422,-126.615,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 1.65534, position (cm) = (-23.198,-121.315,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 5.35579, position (cm) = (-23.791,-120.522,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 4.10835, position (cm) = (-37.4889,-110.598,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.200344, position (cm) = (-46.5176,-102.875,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.476925, position (cm) = (49.4651,-18.2141,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 97.0674, position (cm) = (-115.08,155.351,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.00001, position (cm) = (-114.14,152.039,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 97.328, position (cm) = (-115.845,155.318,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 79.7596, position (cm) = (-113.859,140.396,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.5565, position (cm) = (-127.82,155.833,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.40231, position (cm) = (-86.7171,129.215,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.5363, position (cm) = (-108.053,176.778,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 3.55037, position (cm) = (-77.5511,150.283,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 72.0012, position (cm) = (-133.828,147.42,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.17426, position (cm) = (-65.1416,174.341,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 82.6713, position (cm) = (-99.2326,144.062,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 82.6713, position (cm) = (-99.2326,144.062,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.55274, position (cm) = (-114.381,172.037,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.96824e-05, position (cm) = (-137.025,167.31,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.129602, position (cm) = (-141.736,161.946,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.78, position (cm) = (-116.559,132.802,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.44851, position (cm) = (-132.322,135.628,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.152076, position (cm) = (-132.163,159.105,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00120188, position (cm) = (-130.295,173.936,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.588548, position (cm) = (-133.746,162.737,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 64.5003, position (cm) = (-143.438,142.998,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.288217, position (cm) = (-103.875,155.391,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.127483, position (cm) = (-115.718,180.612,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.911553, position (cm) = (-112.732,118.233,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0692169, position (cm) = (-128.454,151.964,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.745479, position (cm) = (-136.884,142.562,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.148695, position (cm) = (-134.84,149.455,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.883352, position (cm) = (-133.869,144.226,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.61603, position (cm) = (-129.865,144.15,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 9.3051, position (cm) = (-129.194,149.772,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.112921, position (cm) = (-180.24,110.328,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.0436827, position (cm) = (-138.969,157.709,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.87075, position (cm) = (-118.103,157.173,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 48.8149, position (cm) = (-129.802,157.918,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.112025, position (cm) = (-128.913,157.187,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.58068, position (cm) = (-127.616,156.631,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.30157, position (cm) = (-126.462,156.741,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.9778, position (cm) = (-128.996,157.908,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 96.7524, position (cm) = (-118.164,147.003,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 68.7646, position (cm) = (-129.763,120.833,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 97.1153, position (cm) = (-130.838,157.058,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.28624, position (cm) = (-111.971,159.377,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.28624, position (cm) = (-111.971,159.377,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.68264, position (cm) = (-111.249,157.286,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 65.6365, position (cm) = (-170.396,217.626,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.45162, position (cm) = (-169.057,209.001,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.06037, position (cm) = (-170.921,212.705,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 49.5535, position (cm) = (-171.741,215.462,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 49.5535, position (cm) = (-171.741,215.462,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 49.5535, position (cm) = (-171.741,215.462,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.96849, position (cm) = (-172.293,187.806,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 3.19296, position (cm) = (-135.278,207.273,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 19.3379, position (cm) = (-132.301,183.506,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 19.6478, position (cm) = (-132.305,183.544,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 19.5467, position (cm) = (-132.249,183.574,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 32.2385, position (cm) = (-102.48,159.442,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 32.1985, position (cm) = (-102.374,159.326,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 97.328, position (cm) = (-115.845,155.318,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.129423, position (cm) = (-96.1773,130.122,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.9663, position (cm) = (-114.147,152.929,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 97.0051, position (cm) = (-109.347,152.901,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 97.1233, position (cm) = (-111.096,154.992,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 97.0189, position (cm) = (-111.079,155.028,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 93.7806, position (cm) = (-104.047,150.164,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.169722, position (cm) = (-79.9494,125.067,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 96.2206, position (cm) = (-127.452,151.385,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.73056, position (cm) = (-72.3686,128.627,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.0029, position (cm) = (-75.6114,121.435,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.0029, position (cm) = (-75.6114,121.435,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.53529, position (cm) = (-59.3635,174.157,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 9.02147, position (cm) = (-59.8852,170.807,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 26.563, position (cm) = (-59.5605,171.685,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 37.9443, position (cm) = (-58.407,173.254,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.173618, position (cm) = (-53.4186,159.764,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.624815, position (cm) = (-60.7043,167.716,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.663709, position (cm) = (-61.1023,168.95,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.545957, position (cm) = (-68.0686,184.165,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 43.2984, position (cm) = (-54.9401,175.06,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.159811, position (cm) = (-64.4288,162.134,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 96.6135, position (cm) = (-77.0482,149.915,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 95.9274, position (cm) = (-74.231,146.848,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.4738, position (cm) = (-71.9401,155.375,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.3938, position (cm) = (-71.0044,156.442,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.4738, position (cm) = (-71.9401,155.375,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.893622, position (cm) = (-174.389,-67.726,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.99428, position (cm) = (-172.077,-58.1193,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.188697, position (cm) = (-157.156,-52.1472,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.80008, position (cm) = (-198.127,-60.9889,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.82623, position (cm) = (-88.9689,-55.0225,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.01359, position (cm) = (-90.6623,-72.8815,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0192426, position (cm) = (-163.724,-72.4416,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 18.2066, position (cm) = (-108.41,-38.051,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 18.2066, position (cm) = (-108.41,-38.051,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.135287, position (cm) = (-101.363,-34.312,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.2437, position (cm) = (-104.053,-36.0484,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.22096, position (cm) = (-120.79,22.95,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.05584, position (cm) = (-104.534,-4.39239,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.103932, position (cm) = (-77.3084,6.47845,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.109749, position (cm) = (-110.258,-0.995121,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000200145, position (cm) = (-97.9479,-15.9119,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.30322, position (cm) = (-88.858,6.52444,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.57315, position (cm) = (-107.824,-40.3185,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 39.6374, position (cm) = (-85.9297,-54.5618,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 39.3337, position (cm) = (-101.811,-57.759,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.8963, position (cm) = (-90.8588,-55.0224,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.34995, position (cm) = (-25.0572,27.5808,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.195571, position (cm) = (-20.0315,36.4935,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 21.471, position (cm) = (-19.7085,29.173,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 35.212, position (cm) = (-48.4724,71.8332,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 83.0156, position (cm) = (-48.338,72.4836,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 83.8085, position (cm) = (-50.0717,58.6441,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.427686, position (cm) = (-45.7838,27.8516,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.03877e-05, position (cm) = (-45.1552,66.4571,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.233462, position (cm) = (-56.4156,42.1507,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.02503, position (cm) = (-56.4986,44.9497,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.00117304, position (cm) = (-3.83574,63.7851,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 8.86642, position (cm) = (-15.24,0.834649,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.42808, position (cm) = (-12.9384,-11.3253,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.721512, position (cm) = (-18.1917,-12.0701,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 32.0471, position (cm) = (-57.8382,54.0347,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 31.7578, position (cm) = (-55.8981,43.7444,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.70359, position (cm) = (-49.3001,30.7479,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0953408, position (cm) = (-51.0857,18.0941,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.24827, position (cm) = (-42.7463,20.994,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 22.445, position (cm) = (-43.8217,23.3549,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.311227, position (cm) = (-48.2453,27.3813,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.55255, position (cm) = (-46.4411,15.8746,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0838114, position (cm) = (-96.6407,45.5119,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 51.1736, position (cm) = (-97.385,45.52,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 62.6065, position (cm) = (-93.8823,30.773,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.306656, position (cm) = (-98.6518,34.4691,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 62.8519, position (cm) = (-104.784,37.3992,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 63.0028, position (cm) = (-104.477,37.348,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.722005, position (cm) = (-74.221,53.7899,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.264714, position (cm) = (-76.8342,68.008,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.556, position (cm) = (-48.2109,57.3576,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.556, position (cm) = (-48.2109,57.3576,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.89012, position (cm) = (-47.2592,56.346,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 31.0614, position (cm) = (-49.3287,58.9569,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 43.5019, position (cm) = (-46.8447,55.8156,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.4399, position (cm) = (-48.5301,55.646,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 72.5858, position (cm) = (-46.1876,50.2462,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 67.0297, position (cm) = (-11.3736,-48.8201,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 66.5893, position (cm) = (-12.1097,-49.7255,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 66.9595, position (cm) = (-8.89049,-49.0618,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 67.0568, position (cm) = (-11.9831,-48.9012,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 66.4466, position (cm) = (-10.721,-52.7267,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 66.4466, position (cm) = (-10.721,-52.7267,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.565436, position (cm) = (-3.611,-47.3694,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.86175, position (cm) = (-16.8431,0.732604,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0673937, position (cm) = (-11.4647,-11.8487,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.140309, position (cm) = (-12.172,-49.3198,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 16.4977, position (cm) = (-7.29557,-40.0589,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.521272, position (cm) = (6.03076,-51.095,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0323903, position (cm) = (4.83624,-55.5867,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.59426, position (cm) = (2.10209,-55.0889,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 66.7415, position (cm) = (-4.96541,-47.5516,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 66.7415, position (cm) = (-4.96541,-47.5516,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 66.7415, position (cm) = (-4.96541,-47.5516,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.138402, position (cm) = (-6.88063,-43.2168,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.7046, position (cm) = (-12.6968,-47.5712,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.38639, position (cm) = (-0.561879,-41.6231,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0789546, position (cm) = (5.76587,-34.3204,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.14216, position (cm) = (2.6485,-31.9513,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 7.93418, position (cm) = (11.7693,-45.4238,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.1696, position (cm) = (13.6759,-35.7336,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 20.8028, position (cm) = (-2.8931,69.4051,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.000678423, position (cm) = (18.2594,55.2167,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.28244e-05, position (cm) = (4.22546,18.1268,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 8.48627, position (cm) = (-5.77966,56.5871,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 24.5429, position (cm) = (2.31946,60.9581,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 24.5429, position (cm) = (2.31946,60.9581,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0668481, position (cm) = (-17.8791,67.5608,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.131516, position (cm) = (-17.4137,61.0953,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 12.7235, position (cm) = (-12.9225,67.5311,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.20695, position (cm) = (8.60761,70.349,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.9953, position (cm) = (-12.21,55.5083,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.11938, position (cm) = (-34.7452,83.8044,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 21.8818, position (cm) = (-15.5737,82.3239,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 3.83458e-06, position (cm) = (4.78861,-15.542,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 5.01322e-07, position (cm) = (25.2523,-57.379,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 26.9178, position (cm) = (0.0159479,-37.0776,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.47386, position (cm) = (-45.3686,-40.8888,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.88977, position (cm) = (-77.0199,-41.9857,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.83135, position (cm) = (-89.4665,-39.4341,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.239362, position (cm) = (-13.9528,-74.5295,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 17.4384, position (cm) = (-3.02644,-75.7573,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 17.4384, position (cm) = (-3.02644,-75.7573,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 17.4384, position (cm) = (-3.02644,-75.7573,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.299527, position (cm) = (-4.17732,-88.9462,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.594522, position (cm) = (-13.2103,-76.3318,200), weight = 0.00195312 - e-, kinetic energy (MeV) = 1.22701, position (cm) = (-13.2292,-76.2906,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.12425, position (cm) = (-9.98465,-76.3483,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 79.1219, position (cm) = (-4.62973,-73.2617,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 79.1769, position (cm) = (9.06605,-74.2492,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 79.1769, position (cm) = (9.06605,-74.2492,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.103905, position (cm) = (-2.01188,-59.4103,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 64.4284, position (cm) = (12.0614,-66.9625,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 64.4284, position (cm) = (12.0614,-66.9625,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 64.4284, position (cm) = (12.0614,-66.9625,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 64.4284, position (cm) = (12.0614,-66.9625,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 63.917, position (cm) = (12.2542,-66.8033,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 40.1008, position (cm) = (-17.879,-61.7767,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 39.2051, position (cm) = (-28.4194,-66.6307,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 39.2051, position (cm) = (-28.4194,-66.6307,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 34.6073, position (cm) = (-11.8977,-73.7803,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 4.46293, position (cm) = (7.1145,-46.3906,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.347698, position (cm) = (-87.0399,-62.3404,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.86013, position (cm) = (-34.4704,-49.567,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.29521, position (cm) = (-81.5873,-91.3596,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.75327, position (cm) = (-85.4041,-90.8113,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.88934, position (cm) = (-82.2565,-95.8709,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.000102998, position (cm) = (-101.661,-87.6309,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.272374, position (cm) = (-82.9224,-94.941,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-82.1551,-98.6258,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.737184, position (cm) = (-108.898,-91.0597,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 8.39385, position (cm) = (-169.698,-48.7069,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.5547, position (cm) = (-181.691,-37.083,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 22.7406, position (cm) = (-215.456,-25.7425,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.40127, position (cm) = (-181.14,-7.39781,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 4.36834, position (cm) = (-186.677,-18.3167,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 4.14536e-06, position (cm) = (-208.814,-31.6892,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.64139e-06, position (cm) = (-188.734,-27.8059,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 5.25861, position (cm) = (-175.959,-36.133,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.3481, position (cm) = (-179.459,-36.4735,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.147483, position (cm) = (-140.104,-49.9102,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0725487, position (cm) = (-134.079,-58.5109,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.34128, position (cm) = (-129.888,-60.3845,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.179858, position (cm) = (-125.277,-60.1763,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.153986, position (cm) = (-121.022,-55.267,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.09711, position (cm) = (-128.507,-52.5667,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.205337, position (cm) = (-50.3012,-74.1964,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 5.93671, position (cm) = (-119.027,-71.9305,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.727157, position (cm) = (38.9112,-30.2841,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.219698, position (cm) = (20.3329,-43.0519,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.37289e-05, position (cm) = (37.7421,-60.7088,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 3.13772, position (cm) = (44.8343,-57.823,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.1566, position (cm) = (42.2067,-35.5895,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 99.1848, position (cm) = (42.3304,-35.8915,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.1848, position (cm) = (42.3304,-35.8915,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.1848, position (cm) = (42.3304,-35.8915,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 99.1977, position (cm) = (-6.78078,23.7126,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 88.1077, position (cm) = (34.9514,-0.915831,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 4.12348, position (cm) = (25.4418,-8.52807,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.190552, position (cm) = (27.4616,7.0886,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0767316, position (cm) = (27.2053,7.42357,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.50599, position (cm) = (38.4239,98.1878,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 88.1436, position (cm) = (33.7567,6.71044,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 88.1436, position (cm) = (33.7567,6.71044,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.366292, position (cm) = (72.5284,4.48654,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.4967, position (cm) = (79.8638,-2.75474,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 1.30394, position (cm) = (119.777,-1.29555,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.148381, position (cm) = (150.2,-36.0713,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.745928, position (cm) = (113.074,-0.860712,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.20032, position (cm) = (95.0721,-25.374,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 10.3907, position (cm) = (110.554,1.15455,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 64.7098, position (cm) = (114.853,-0.304675,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.76698, position (cm) = (113.564,-0.977103,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 81.812, position (cm) = (176.591,38.5082,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.848573, position (cm) = (190.22,46.3934,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.131882, position (cm) = (184.715,-4.71541,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.64146, position (cm) = (141.995,20.553,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.495, position (cm) = (130.239,35.1917,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 6.36037, position (cm) = (130.811,8.77454,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.121693, position (cm) = (157.294,44.0151,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 7.36633, position (cm) = (157.565,2.38201,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 81.6467, position (cm) = (182.811,21.4584,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.21738, position (cm) = (190.022,-1.74548,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.76246, position (cm) = (178.753,31.9065,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.16796, position (cm) = (181.672,29.1278,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.101565, position (cm) = (182.898,34.0159,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.13779, position (cm) = (183.385,30.0131,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.10734, position (cm) = (229.235,56.3732,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.72989, position (cm) = (196.062,34.665,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.64614, position (cm) = (183.553,27.8852,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.637585, position (cm) = (187.651,53.4284,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 82.7344, position (cm) = (184.886,13.2959,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 33.8086, position (cm) = (181.544,8.12622,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.199645, position (cm) = (2.50883,21.9009,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 1.20921, position (cm) = (16.641,18.5232,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 0.779016, position (cm) = (-15.229,0.175424,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 3.00896e-05, position (cm) = (86.4707,85.787,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 6.22143, position (cm) = (-2.33519,-41.3128,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 61.4827, position (cm) = (-21.5961,-67.5782,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 60.8849, position (cm) = (-26.2351,-68.2331,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 91.4134, position (cm) = (26.6408,23.507,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 98.5716, position (cm) = (39.7574,16.8365,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.3192, position (cm) = (43.1677,18.7154,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.148766, position (cm) = (4.88108,23.7516,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.195229, position (cm) = (6.81503,6.60663,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 31.2093, position (cm) = (-12.1797,-4.86062,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 30.5102, position (cm) = (-17.9805,-0.709869,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 99.3097, position (cm) = (15.2781,10.1866,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.57348, position (cm) = (8.31861,2.33827,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 68.2438, position (cm) = (-0.925676,22.2013,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 68.2438, position (cm) = (-0.925676,22.2013,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 68.1849, position (cm) = (-0.989549,22.255,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 68.2438, position (cm) = (-0.925676,22.2013,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 98.7758, position (cm) = (13.1787,8.76207,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.221, position (cm) = (11.5299,10.3737,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.240919, position (cm) = (-24.0823,-37.2277,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.811399, position (cm) = (-16.0992,-47.3216,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 1.2647e-05, position (cm) = (31.0874,10.9711,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.528384, position (cm) = (8.16762,-16.122,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.409097, position (cm) = (-33.8629,21.675,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 22.4169, position (cm) = (-30.5146,16.3922,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 28.8058, position (cm) = (1.94773,16,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 72.5042, position (cm) = (-7.41788,10.5438,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 5.71603, position (cm) = (0.185445,-35.3368,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.0952207, position (cm) = (-22.6299,-29.1061,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.106723, position (cm) = (-14.4916,-40.4937,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 15.7659, position (cm) = (-35.0032,-27.7966,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.768871, position (cm) = (-36.4214,-23.478,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.334835, position (cm) = (-25.2112,-31.0185,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 22.5711, position (cm) = (-35.8041,-40.4092,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 22.5711, position (cm) = (-35.8041,-40.4092,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 22.7814, position (cm) = (-37.5748,-47.1451,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 22.7814, position (cm) = (-37.5748,-47.1451,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 22.7814, position (cm) = (-37.5748,-47.1451,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.34233, position (cm) = (-34.6755,-40.9992,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.362461, position (cm) = (-29.443,-42.0781,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.08798, position (cm) = (-34.2984,-54.7498,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.2888, position (cm) = (-36.6084,-45.336,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.198957, position (cm) = (-31.6919,-37.9414,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.89045, position (cm) = (-35.206,-40.0412,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.7136, position (cm) = (-33.9468,-38.7683,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 19.1914, position (cm) = (-32.3011,-37.2226,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.735652, position (cm) = (-19.6803,-18.1426,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 9.69344, position (cm) = (-15.1493,-17.0015,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 11.8748, position (cm) = (-8.36006,-15.5925,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 28.3696, position (cm) = (1.85503,-0.641241,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.065349, position (cm) = (1.09353,-170.801,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 2.53625, position (cm) = (-16.1522,-117.299,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.339023, position (cm) = (-4.10691,-90.0417,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 27.8589, position (cm) = (-12.1697,-86.7572,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 37.6744, position (cm) = (-10.9629,-93.2818,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 37.6744, position (cm) = (-10.9629,-93.2818,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 37.4283, position (cm) = (-11.4463,-93.5354,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 36.3548, position (cm) = (-14.4771,-92.4482,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.04421, position (cm) = (105.063,-64.4798,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.517242, position (cm) = (95.7545,60.0699,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.113385, position (cm) = (106.946,55.4204,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.30884, position (cm) = (134.469,54.982,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 3.99, position (cm) = (117.702,64.1549,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.36117, position (cm) = (71.7319,39.9718,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.143165, position (cm) = (-10.1213,-61.1378,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.07383, position (cm) = (22.5551,-65.2367,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.25113, position (cm) = (55.6536,-80.3349,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.523249, position (cm) = (34.8071,-88.3387,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0721058, position (cm) = (34.8814,-75.7046,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.496753, position (cm) = (30.5847,-103.954,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.84966e-05, position (cm) = (79.4708,-94.0763,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.05241e-07, position (cm) = (39.9589,-6.61803,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.79396, position (cm) = (58.1668,-53.8443,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 7.35088, position (cm) = (117.139,-56.6199,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.84755, position (cm) = (108.781,-65.2544,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 51.9517, position (cm) = (115.905,-60.8741,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.000734688, position (cm) = (118.908,-59.6752,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.133113, position (cm) = (120.311,-76.093,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.279947, position (cm) = (76.2263,-58.9801,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.809871, position (cm) = (87.2173,-89.0052,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 23.2699, position (cm) = (97.9697,-99.7448,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 22.0999, position (cm) = (97.907,-99.6917,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 23.2699, position (cm) = (97.9697,-99.7448,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 23.2699, position (cm) = (97.9697,-99.7448,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.323904, position (cm) = (81.5495,-98.1366,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (87.181,-47.0407,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.139501, position (cm) = (90.8894,-55.6325,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.7018, position (cm) = (95.5698,-101.322,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.21695e-07, position (cm) = (110.42,-124.891,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.87269, position (cm) = (71.0815,-76.7415,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.86449, position (cm) = (72.3314,-63.3623,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00166769, position (cm) = (79.8693,-47.3107,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.799822, position (cm) = (118.872,-25.2737,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.452046, position (cm) = (-20.7745,44.1215,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.12596, position (cm) = (-24.2317,30.7498,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.0161, position (cm) = (-19.4725,68.3942,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 99.0161, position (cm) = (-19.4725,68.3942,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 98.8763, position (cm) = (-18.5705,68.3881,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 98.8763, position (cm) = (-18.5705,68.3881,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 98.8763, position (cm) = (-18.5705,68.3881,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 99.0161, position (cm) = (-19.4725,68.3942,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 99.0161, position (cm) = (-19.4725,68.3942,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.101899, position (cm) = (-23.7489,69.0357,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.327852, position (cm) = (-20.0645,68.4423,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 18.3646, position (cm) = (-17.3818,66.882,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.56904, position (cm) = (-8.2732,58.9228,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 67.3468, position (cm) = (-1.65328,73.6338,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 67.3468, position (cm) = (-1.65328,73.6338,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 68.0494, position (cm) = (-2.27452,74.1434,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 14.4932, position (cm) = (2.00504,77.0436,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.142754, position (cm) = (-37.386,24.805,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.0951507, position (cm) = (-47.1425,40.779,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 11.8015, position (cm) = (-42.6613,38.8872,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.10943, position (cm) = (-69.3257,106.799,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.49992, position (cm) = (-50.905,104.416,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.559093, position (cm) = (-61.2992,115.567,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 18.1833, position (cm) = (-62.5647,88.343,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 39.3724, position (cm) = (-81.2372,81.9482,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.378247, position (cm) = (8.88559,87.5979,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0881831, position (cm) = (5.38401,61.256,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0640097, position (cm) = (-11.7777,68.7081,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 18.1141, position (cm) = (-6.48588,74.1849,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 15.4551, position (cm) = (-5.60899,71.4824,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 18.339, position (cm) = (-7.77506,71.4211,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 18.339, position (cm) = (-7.77506,71.4211,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 18.339, position (cm) = (-7.77506,71.4211,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 17.9742, position (cm) = (-8.95398,71.4205,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 18.2917, position (cm) = (-3.86219,72.6851,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 18.1751, position (cm) = (-6.5727,73.5479,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0626467, position (cm) = (-25.655,93.5866,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0127972, position (cm) = (-23.7136,171.938,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.675174, position (cm) = (-35.846,176.535,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0581427, position (cm) = (3.72575,112.826,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.755186, position (cm) = (1.58728,113.682,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (4.20821,113.718,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.29441, position (cm) = (3.32096,115.646,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.944733, position (cm) = (0.908822,131.55,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.74995, position (cm) = (0.804339,132.278,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.443146, position (cm) = (16.3108,100.405,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.489534, position (cm) = (14.7498,117.461,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.497093, position (cm) = (36.0588,118.821,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.994538, position (cm) = (29.2333,108.817,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.84434, position (cm) = (11.3043,123.439,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.68677, position (cm) = (10.1787,123.905,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.68677, position (cm) = (10.1787,123.905,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.141459, position (cm) = (5.2642,75.5139,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 59.8509, position (cm) = (82.8609,76.9898,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 59.9422, position (cm) = (81.1211,75.417,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 59.5749, position (cm) = (74.3851,71.4352,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 59.1174, position (cm) = (76.7322,73.3177,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 41.0487, position (cm) = (58.0629,75.9756,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 59.5938, position (cm) = (66.8582,65.1611,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 47.9954, position (cm) = (68.2518,65.2514,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 59.0739, position (cm) = (66.9138,64.7174,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 59.5938, position (cm) = (66.8582,65.1611,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.000377128, position (cm) = (61.2282,104.844,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.61898, position (cm) = (-189.504,61.2261,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.904462, position (cm) = (-177.48,83.2108,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.8301, position (cm) = (-140.858,87.4888,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 95.7719, position (cm) = (-139.707,87.0177,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.37161e-06, position (cm) = (-91.9306,58.6519,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.366521, position (cm) = (-107.296,52.0839,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.32745, position (cm) = (-116.395,72.7338,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.12816, position (cm) = (-107.898,64.2648,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.677524, position (cm) = (-103.561,45.8392,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 8.68557, position (cm) = (-95.7911,63.399,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 8.68557, position (cm) = (-95.7911,63.399,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 8.57869, position (cm) = (-93.0802,65.8156,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 8.57869, position (cm) = (-93.0802,65.8156,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 8.68557, position (cm) = (-95.7911,63.399,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 9.05629, position (cm) = (-86.8874,92.8187,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 9.05629, position (cm) = (-86.8874,92.8187,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 9.05629, position (cm) = (-86.8874,92.8187,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 5.00244, position (cm) = (-95.0334,51.7142,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 6.6437e-06, position (cm) = (-102.836,82.5013,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 7.41337, position (cm) = (-82.0539,16.5652,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.000133052, position (cm) = (-89.3749,15.4971,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.272652, position (cm) = (-129.468,-29.4522,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.191512, position (cm) = (-130.994,-29.1384,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.87086, position (cm) = (-138.39,-26.7631,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.168379, position (cm) = (-89.3938,8.67267,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 81.5305, position (cm) = (-96.7347,-0.214312,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 98.2477, position (cm) = (-87.7741,45.266,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 83.7347, position (cm) = (-92.075,38.8607,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 98.2477, position (cm) = (-87.7741,45.266,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 98.5801, position (cm) = (-86.6698,31.7024,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 39.5476, position (cm) = (-99.2174,9.8042,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.98192, position (cm) = (-54.639,29.7205,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 3.25609, position (cm) = (-52.2965,35.2691,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.102629, position (cm) = (-54.2021,36.7703,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.554457, position (cm) = (-52.6068,33.0271,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.49702, position (cm) = (-60.2212,39.7116,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.285511, position (cm) = (-58.9197,53.9056,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.196082, position (cm) = (-66.2545,54.3073,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.9106, position (cm) = (-33.6633,30.6631,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.9106, position (cm) = (-33.6633,30.6631,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 22.7235, position (cm) = (-33.6146,30.3643,200), weight = 4.76837e-07 - e-, kinetic energy (MeV) = 5.34612, position (cm) = (-59.9626,7.0331,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0536229, position (cm) = (-60.2414,6.98782,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 14.1808, position (cm) = (-93.8164,-23.2973,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0712669, position (cm) = (-95.4153,-23.4551,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.18506, position (cm) = (-144.039,15.1528,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 25.8392, position (cm) = (-82.027,19.7803,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 25.8392, position (cm) = (-82.027,19.7803,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.045414, position (cm) = (-83.5753,21.2082,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.66272, position (cm) = (-77.8683,15.0335,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.60279, position (cm) = (-78.1684,23.3633,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.605709, position (cm) = (-94.2567,20.2183,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.135312, position (cm) = (-90.232,18.6634,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.262115, position (cm) = (-95.7501,15.2168,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.340837, position (cm) = (-96.7076,23.2852,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 3.57527, position (cm) = (-94.6532,20.5372,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.165899, position (cm) = (-91.7844,19.7774,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.124173, position (cm) = (-97.689,5.10078,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.163876, position (cm) = (-98.8884,5.86242,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 3.98062, position (cm) = (-99.3649,5.73185,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 5.23431, position (cm) = (-99.8811,5.75343,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 34.474, position (cm) = (-78.457,8.39481,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 34.474, position (cm) = (-78.457,8.39481,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.493281, position (cm) = (-14.4844,-55.6904,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.60815, position (cm) = (-46.9156,-50.2479,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.11813, position (cm) = (4.2792,-16.2078,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 39.9252, position (cm) = (-29.3811,76.2735,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 39.9252, position (cm) = (-29.3811,76.2735,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 39.5733, position (cm) = (-31.7784,73.2022,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.91269, position (cm) = (-37.0613,73.1459,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.211137, position (cm) = (-32.4086,75.0745,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.451027, position (cm) = (-25.7124,76.9128,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.83382, position (cm) = (-32.3245,75.32,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 37.8811, position (cm) = (-38.0564,73.0067,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 38.5645, position (cm) = (-38.9264,72.0727,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.60377, position (cm) = (-70.1053,115.969,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0835144, position (cm) = (-58.2868,60.3415,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.334938, position (cm) = (-41.8096,48.8145,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.127959, position (cm) = (-44.9516,109.869,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 36.6382, position (cm) = (-46.6159,115.994,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 4.3835, position (cm) = (-22.6119,104.545,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 5.3984, position (cm) = (-27.0163,98.0796,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 12.4592, position (cm) = (-36.7075,99.0593,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.86188, position (cm) = (-0.875549,29.1597,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 63.4527, position (cm) = (-4.74997,23.2687,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 63.4527, position (cm) = (-4.74997,23.2687,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.26818, position (cm) = (-5.53515,23.8464,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.56748, position (cm) = (-4.8325,22.2364,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.65764, position (cm) = (-5.3974,22.6051,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.109336, position (cm) = (-16.12,16.5366,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 2.57666, position (cm) = (-12.0123,3.69645,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 63.4527, position (cm) = (-4.74997,23.2687,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 97.6271, position (cm) = (-13.9262,16.5116,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.24945, position (cm) = (-11.7124,15.8163,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 54.1813, position (cm) = (-22.8008,21.842,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 55.1878, position (cm) = (-21.5773,18.3495,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 97.5432, position (cm) = (-10.1809,14.8974,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 18.2171, position (cm) = (47.6023,37.4774,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 3.98365, position (cm) = (1.8948,4.65669,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 87.1764, position (cm) = (-9.33752,39.4256,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 86.1384, position (cm) = (17.1666,45.8075,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 86.242, position (cm) = (17.396,46.1362,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 86.6576, position (cm) = (15.5489,39.3524,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 86.6576, position (cm) = (15.5489,39.3524,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 86.6576, position (cm) = (15.5489,39.3524,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.09606e-06, position (cm) = (24.7923,40.546,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 26.8045, position (cm) = (6.89313,32.6451,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.111031, position (cm) = (-6.61782,44.4761,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.108606, position (cm) = (6.88238,40.8465,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.62297, position (cm) = (5.93396,40.2808,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.75874, position (cm) = (7.67837,45.6003,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 26.8664, position (cm) = (3.73831,28.1216,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 26.8664, position (cm) = (3.73831,28.1216,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.65489, position (cm) = (18.9107,36.4384,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 42.0311, position (cm) = (29.9465,8.10689,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.571041, position (cm) = (33.2443,-8.20706,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 72.0397, position (cm) = (28.8574,16.1764,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 72.0397, position (cm) = (28.8574,16.1764,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 71.3889, position (cm) = (25.2063,18.4229,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 71.6863, position (cm) = (31.3628,16.6081,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 71.8365, position (cm) = (33.0029,18.5493,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 71.4562, position (cm) = (36.3933,17.404,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 71.7277, position (cm) = (32.581,17.6132,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.268003, position (cm) = (-12.8798,-47.9445,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.275754, position (cm) = (-44.1057,-50.8278,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.960566, position (cm) = (-46.3373,-44.7098,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.30915, position (cm) = (22.1753,-46.4046,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 52.0587, position (cm) = (-19.3572,-61.4345,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.826014, position (cm) = (20.2464,-8.58449,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 1.36833, position (cm) = (18.1538,-88.25,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 5.00068, position (cm) = (22.4876,-80.7861,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.00068, position (cm) = (22.4876,-80.7861,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 42.6865, position (cm) = (-37.9319,-67.3401,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.163485, position (cm) = (-48.8103,-48.6428,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.243486, position (cm) = (-62.1714,-66.2092,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 6.96429, position (cm) = (-57.4768,-72.8621,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 12.329, position (cm) = (-54.0139,-35.0167,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.310938, position (cm) = (-49.8374,-38.1943,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 9.24938, position (cm) = (-56.4092,-36.9527,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.72878, position (cm) = (-53.2861,28.5219,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.82698, position (cm) = (-46.8774,24.6821,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.03905e-05, position (cm) = (-54.4696,-11.3087,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.48052, position (cm) = (-55.4086,-38.9812,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.6599, position (cm) = (-96.8505,-26.9019,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 10.6599, position (cm) = (-96.8505,-26.9019,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 10.6599, position (cm) = (-96.8505,-26.9019,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 12.2449, position (cm) = (-108.869,-20.1158,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 32.1465, position (cm) = (-49.959,-56.7313,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 32.1465, position (cm) = (-49.959,-56.7313,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 31.9316, position (cm) = (-44.642,-56.7409,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 32.2547, position (cm) = (-44.3541,-56.4095,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.139579, position (cm) = (-39.2369,-82.719,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.168539, position (cm) = (-59.2694,-70.1494,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.304382, position (cm) = (-55.1829,-81.1887,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 32.1844, position (cm) = (-57.7933,-49.6953,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 32.1844, position (cm) = (-57.7933,-49.6953,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 31.9294, position (cm) = (-54.4506,-45.0088,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 1.29284e-06, position (cm) = (-88.332,-36.3446,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 1.36061, position (cm) = (-88.7971,-39.112,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 2.66584, position (cm) = (-83.4605,-67.8053,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 7.14513, position (cm) = (-105.862,-42.0209,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 5.34584, position (cm) = (-66.0317,-37.2064,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 11.1073, position (cm) = (-76.6987,-64.575,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.142006, position (cm) = (-52.8927,-44.1927,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 3.04566, position (cm) = (-55.5185,-46.7012,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 18.2019, position (cm) = (-55.6261,-47.7525,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.110183, position (cm) = (-13.5318,-42.7073,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.271554, position (cm) = (-38.8128,-41.8473,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.8809, position (cm) = (-69.68,-26.4005,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.04501, position (cm) = (-52.2721,31.8298,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.1925, position (cm) = (-63.7433,-59.5275,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 40.7396, position (cm) = (-15.9069,-15.2676,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.183032, position (cm) = (-22.6702,-30.564,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 24.7232, position (cm) = (-58.3557,-52.0502,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.36784, position (cm) = (-29.1007,-50.4722,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 43.1349, position (cm) = (-36.9867,-57.5928,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.21627, position (cm) = (63.6821,4.05216,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 11.3873, position (cm) = (66.66,-21.581,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0810757, position (cm) = (119.76,-42.1234,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 3.25228e-05, position (cm) = (123.107,-14.1999,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.560289, position (cm) = (116.179,-22.7487,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.122004, position (cm) = (112.241,-24.6801,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.82037, position (cm) = (112.281,-77.4853,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.91989, position (cm) = (103.714,-33.5315,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 9.36982, position (cm) = (109.078,-37.7242,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.0870189, position (cm) = (92.0325,-12.8533,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.13912, position (cm) = (92.2737,-12.8001,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.65983, position (cm) = (92.8992,-15.0207,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.200704, position (cm) = (109.968,-9.11731,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.307266, position (cm) = (110.669,-24.0029,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.09202, position (cm) = (98.2633,-22.6448,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.34537, position (cm) = (116.596,-28.7683,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.50314, position (cm) = (113.996,-17.4582,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.3156, position (cm) = (121.925,-22.7316,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.37472, position (cm) = (127.317,-11.4329,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.44099, position (cm) = (140.601,13.0323,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 15.2783, position (cm) = (202.818,-43.0658,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 4.14044, position (cm) = (168.312,2.52172,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 3.52638, position (cm) = (192.583,-42.3487,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 1.96656e-05, position (cm) = (126.754,-73.3872,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 1.30609e-05, position (cm) = (126.473,-71.3837,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 8.86481, position (cm) = (166.272,-54.0199,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.139769, position (cm) = (173.432,-65.1436,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 0.001058, position (cm) = (166.029,-54.931,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 1.94553, position (cm) = (170.508,-56.0693,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 5.07353, position (cm) = (169.062,-56.3787,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.468518, position (cm) = (159.39,-79.8464,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 4.58899, position (cm) = (154.44,-62.5635,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.0946695, position (cm) = (154.006,-50.8714,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 10.7853, position (cm) = (150.994,-64.5872,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.353567, position (cm) = (168.728,-49.0951,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 2.52479, position (cm) = (128.786,-44.4466,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0771133, position (cm) = (122.515,-35.0297,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0413237, position (cm) = (119.941,-40.0082,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 24.4765, position (cm) = (128.657,-61.3992,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.13703, position (cm) = (114.31,-45.5943,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.17134, position (cm) = (109.687,2.62953,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0751062, position (cm) = (122,11.3581,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 7.36907, position (cm) = (138.528,17.783,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 10.449, position (cm) = (140.928,13.1675,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.863687, position (cm) = (126.631,-37.7539,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.50112, position (cm) = (89.6696,-8.53404,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.23245, position (cm) = (116.651,-35.4341,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 4.01554, position (cm) = (114.198,-14.5387,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.0826935, position (cm) = (99.1951,16.0518,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 2.50071, position (cm) = (103.289,2.53276,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 5.88994, position (cm) = (122.928,-16.1648,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0490922, position (cm) = (81.9316,6.74931,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.0256849, position (cm) = (97.322,13.9465,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 25.8207, position (cm) = (92.0897,7.25166,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.153727, position (cm) = (100.665,5.53547,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.11152, position (cm) = (92.2455,-13.8692,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.924546, position (cm) = (93.2191,-2.92831,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 16.1294, position (cm) = (106.666,6.48715,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 16.1889, position (cm) = (119.644,16.2373,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 16.8835, position (cm) = (87.4042,10.3197,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 22.8381, position (cm) = (91.4435,11.9977,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 22.7184, position (cm) = (91.4043,11.9959,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.224621, position (cm) = (93.4633,11.4258,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.258858, position (cm) = (97.4028,-8.19885,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.0350557, position (cm) = (100.942,12.2407,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 9.31381, position (cm) = (147.772,-70.3428,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 6.57961, position (cm) = (80.7674,-78.1708,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.00665054, position (cm) = (93.632,-38.225,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.65043, position (cm) = (100.629,-97.5081,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.15336, position (cm) = (128.306,-61.5855,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.538188, position (cm) = (6.92957,-19.8849,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 22.9713, position (cm) = (13.739,-8.33623,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.000277775, position (cm) = (12.2793,19.0007,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.0611081, position (cm) = (38.9545,29.8049,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.01577, position (cm) = (-39.4523,10.2528,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.47292, position (cm) = (-22.3743,31.43,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.49872, position (cm) = (-11.2529,-28.3604,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 50.8334, position (cm) = (-9.92369,-26.899,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 50.8341, position (cm) = (-11.4396,-24.8678,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 50.4056, position (cm) = (-11.0179,-24.9552,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 50.5227, position (cm) = (-10.9063,-24.9401,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.23891, position (cm) = (31.7637,-15.0177,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 99.2221, position (cm) = (6.16899,-37.0764,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.070906, position (cm) = (5.87385,-41.3191,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.100946, position (cm) = (3.00945,-74.3103,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.472679, position (cm) = (-25.9407,-45.0729,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.537934, position (cm) = (55.6406,-93.4772,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.3362, position (cm) = (28.6224,-81.8334,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 16.5289, position (cm) = (74.5248,-91.8782,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 18.2518, position (cm) = (70.2665,-95.5002,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.22333e-05, position (cm) = (14.9599,-87.8769,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.644492, position (cm) = (45.1334,-112.622,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.136508, position (cm) = (-49.152,-146.023,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.56332, position (cm) = (25.6605,-87.114,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.76757, position (cm) = (35.6108,47.6909,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 38.5624, position (cm) = (32.0723,45.5515,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 37.1497, position (cm) = (31.444,46.4414,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 38.5624, position (cm) = (32.0723,45.5515,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 38.3766, position (cm) = (32.4743,45.7053,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.41848, position (cm) = (30.6149,59.0128,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 6.71654, position (cm) = (43.0598,67.3946,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 39.5891, position (cm) = (48.4935,55.887,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 38.7532, position (cm) = (48.1713,66.3873,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 39.6752, position (cm) = (41.7477,60.7443,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 70.3906, position (cm) = (62.1218,44.2958,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 70.3906, position (cm) = (62.1218,44.2958,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 70.3906, position (cm) = (62.1218,44.2958,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.49154, position (cm) = (43.3133,21.5649,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.188537, position (cm) = (49.8662,9.63991,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.000322684, position (cm) = (42.2799,41.4153,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.19222, position (cm) = (83.5714,55.3741,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.866921, position (cm) = (82.8247,60.2385,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 70.5294, position (cm) = (99.8311,70.4505,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 70.5294, position (cm) = (99.8311,70.4505,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 70.3253, position (cm) = (94.4392,66.2803,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.15488, position (cm) = (99.8334,63.3696,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.215832, position (cm) = (93.7192,67.0659,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.251649, position (cm) = (74.2506,49.0597,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.84466, position (cm) = (81.6418,57.2797,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.35056, position (cm) = (67.0054,55.7165,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 70.5452, position (cm) = (108.516,63.5832,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.522808, position (cm) = (47.4756,11.9096,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.91685, position (cm) = (86.3863,3.73486,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.116401, position (cm) = (42.3181,26.0897,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.59029, position (cm) = (42.7494,32.1126,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.79225, position (cm) = (46.6299,31.2633,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.436347, position (cm) = (41.6649,64.0961,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 70.3034, position (cm) = (27.5033,11.1352,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 70.3034, position (cm) = (27.5033,11.1352,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 70.3034, position (cm) = (27.5033,11.1352,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.134856, position (cm) = (8.73676,52.9219,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.75208, position (cm) = (51.4263,-87.0788,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (25.1859,-92.7679,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 4.12562, position (cm) = (-11.4904,-104.828,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.257917, position (cm) = (25.8927,-85.6156,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 6.3762, position (cm) = (22.6078,-31.7369,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 46.7249, position (cm) = (27.1085,-37.9554,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.760326, position (cm) = (29.1296,-29.1424,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.47461, position (cm) = (51.0834,-33.8164,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.210348, position (cm) = (15.8577,-49.2188,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 72.0105, position (cm) = (16.163,-51.4225,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 72.0105, position (cm) = (16.163,-51.4225,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 96.9396, position (cm) = (17.5661,-48.8855,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.9785, position (cm) = (18.8767,-47.9546,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.9785, position (cm) = (18.8767,-47.9546,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.370692, position (cm) = (30.8059,-27.8839,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.0074, position (cm) = (33.3195,-28.7672,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 3.34236, position (cm) = (35.1551,-32.8337,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 4.43007, position (cm) = (11.7838,-9.56213,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 8.67478, position (cm) = (20.5924,-28.7874,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 8.4695, position (cm) = (20.8301,-29.4963,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 8.67478, position (cm) = (20.5924,-28.7874,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 8.67478, position (cm) = (20.5924,-28.7874,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.000131921, position (cm) = (19.6902,-27.4199,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.83603, position (cm) = (17.1748,-37.2033,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.361841, position (cm) = (34.1379,-25.9667,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.76993e-05, position (cm) = (31.4521,-29.57,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 38.1881, position (cm) = (39.0858,-30.9065,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 98.9081, position (cm) = (42.5788,-56.722,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 64.3574, position (cm) = (52.2086,-51.2438,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.00154991, position (cm) = (46.9905,-50.1487,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.50708, position (cm) = (41.6676,-35.106,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.142445, position (cm) = (56.7368,-56.7204,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.656593, position (cm) = (50.1675,-50.2241,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.21727, position (cm) = (46.0205,-62.8837,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.60253, position (cm) = (40.2616,-70.1668,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.248489, position (cm) = (43.1288,-62.9285,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.26191, position (cm) = (60.2985,-64.416,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.452, position (cm) = (59.1087,-52.6176,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.716605, position (cm) = (22.3696,-64.5676,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0871733, position (cm) = (41.8749,-55.5982,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 72.3319, position (cm) = (60.2943,-49.2735,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 97.3937, position (cm) = (73.4218,-54.0086,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 97.0286, position (cm) = (73.2985,-52.9523,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 97.4465, position (cm) = (73.1733,-52.5348,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 98.531, position (cm) = (61.294,-65.5035,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 97.2194, position (cm) = (67.5439,-62.5995,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 97.2194, position (cm) = (67.5439,-62.5995,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 85.9784, position (cm) = (60.7175,-66.8708,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.1075, position (cm) = (60.8196,-68.3963,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.1075, position (cm) = (60.8196,-68.3963,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.1075, position (cm) = (60.8196,-68.3963,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.0556, position (cm) = (47.3796,-45.7848,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.0556, position (cm) = (47.3796,-45.7848,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.9911, position (cm) = (47.8678,-46.1608,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 84.3791, position (cm) = (49.9402,-55.3445,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 84.3791, position (cm) = (49.9402,-55.3445,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 98.9312, position (cm) = (45.97,-50.2947,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.124847, position (cm) = (58.3341,-49.0861,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 6.07661, position (cm) = (35.5112,-43.1788,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 3.53454, position (cm) = (41.2306,-34.9888,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 4.6714, position (cm) = (51.8272,-63.9754,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.28847, position (cm) = (46.592,-39.2795,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.74515, position (cm) = (35.3224,-48.7133,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 6.74515, position (cm) = (35.3224,-48.7133,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 6.74515, position (cm) = (35.3224,-48.7133,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 12.7629, position (cm) = (48.1731,-48.6997,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.85845, position (cm) = (51.3739,-33.1609,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.59769, position (cm) = (50.2581,-34.818,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.120245, position (cm) = (23.3016,-26,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 3.30076, position (cm) = (25.0613,-23.8805,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 20.4562, position (cm) = (15.1308,-27.418,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 48.018, position (cm) = (25.1569,-10.8856,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.550858, position (cm) = (-35.4122,52.1845,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 5.75561, position (cm) = (183.331,-27.3325,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.000101898, position (cm) = (97.8846,56.8084,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0874805, position (cm) = (110.388,33.8724,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.04326, position (cm) = (96.5812,44.2932,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 67.3856, position (cm) = (12.7697,85.2335,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 67.3856, position (cm) = (12.7697,85.2335,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 48.7362, position (cm) = (19.1999,79.8879,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 43.1507, position (cm) = (12.2579,83.307,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.325199, position (cm) = (59.9612,90.2972,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 47.3509, position (cm) = (141.475,134.859,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 86.3631, position (cm) = (162.106,108.048,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.41273, position (cm) = (168.832,114.769,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.159304, position (cm) = (113.733,78.1823,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.130284, position (cm) = (141.979,102.591,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0802133, position (cm) = (169.37,110.603,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.244038, position (cm) = (169.572,109.789,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.225621, position (cm) = (168.791,110.146,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.34733, position (cm) = (169.404,110.407,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.26091, position (cm) = (171.128,111.345,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.72734, position (cm) = (169.671,109.232,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.9687, position (cm) = (168.487,111.19,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 88.1138, position (cm) = (170.992,110.784,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.321378, position (cm) = (140.032,103.198,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.353486, position (cm) = (157.141,121.522,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 52.2615, position (cm) = (169.106,77.3922,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.107558, position (cm) = (168.834,28.0635,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.247392, position (cm) = (169.724,36.9533,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.831348, position (cm) = (171.209,35.9357,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.0211, position (cm) = (176.512,37.7488,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (169.916,39.126,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.11452, position (cm) = (167.681,41.6278,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.95464, position (cm) = (164.002,39.6483,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 4.17983, position (cm) = (178.532,73.5588,200), weight = 6.10352e-05 + e-, kinetic energy (MeV) = 1.34242, position (cm) = (177.217,61.9871,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.177149, position (cm) = (177.161,62.0007,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.133836, position (cm) = (176.541,61.6968,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.10498, position (cm) = (173.449,88.2831,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 88.4216, position (cm) = (158.735,100.016,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.251803, position (cm) = (121.738,129.578,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 4.27021, position (cm) = (132.306,88.7815,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 40.0369, position (cm) = (120.663,65.7115,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 40.2685, position (cm) = (125.184,68.3093,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 40.2685, position (cm) = (125.184,68.3093,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 40.2685, position (cm) = (125.184,68.3093,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.00955, position (cm) = (143.855,141.853,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 49.8052, position (cm) = (151.396,136.927,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0556843, position (cm) = (139.707,125.483,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0214579, position (cm) = (141.914,133.075,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 49.3071, position (cm) = (172.155,185.311,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 49.6441, position (cm) = (172.657,185.701,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 14.4257, position (cm) = (163.852,168.824,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.058337, position (cm) = (169.527,164.755,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.105837, position (cm) = (169.433,173.494,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 11.6423, position (cm) = (153.14,173.492,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 13.0667, position (cm) = (153.05,172.928,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 47.8186, position (cm) = (157.808,212.226,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.232335, position (cm) = (151.381,222.724,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0750895, position (cm) = (158.387,210.519,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.283559, position (cm) = (149.732,215.871,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 5.39376, position (cm) = (156.371,212.063,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.8991, position (cm) = (157.151,210.14,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.664617, position (cm) = (74.1888,45.2401,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.660105, position (cm) = (44.4876,47.6692,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 4.06238, position (cm) = (41.4992,42.9772,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.259231, position (cm) = (37.0646,40.1098,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 17.4565, position (cm) = (36.4494,36.9115,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 23.724, position (cm) = (34.3676,36.1055,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 23.9533, position (cm) = (36.1923,37.355,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 23.9533, position (cm) = (36.1923,37.355,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 10.2101, position (cm) = (25.8436,15.9996,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.652889, position (cm) = (38.3297,68.4566,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 3.22947, position (cm) = (32.2832,60.2057,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.74949, position (cm) = (63.5939,41.5586,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 78.4319, position (cm) = (75.8178,50.5502,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 2.49015, position (cm) = (91.811,57.4548,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0863255, position (cm) = (82.4499,43.0067,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.204142, position (cm) = (78.833,26.6593,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.482916, position (cm) = (88.4384,41.8604,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.07649, position (cm) = (110.709,59.9981,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.542801, position (cm) = (105.32,47.0206,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.31159, position (cm) = (109.632,26.8175,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.53516e-07, position (cm) = (97.4917,62.9435,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.301093, position (cm) = (103.812,56.8142,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (113.453,40.8912,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.32745, position (cm) = (71.549,29.0074,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.075804, position (cm) = (71.1665,28.3809,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.32524, position (cm) = (72.2788,44.3034,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.64694, position (cm) = (58.0463,51.4633,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.257725, position (cm) = (28.4106,52.7279,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.353903, position (cm) = (46.1291,37.9402,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 5.21526, position (cm) = (53.5141,48.719,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.58656, position (cm) = (104.966,62.4454,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.46459, position (cm) = (100.105,58.1688,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.19275, position (cm) = (97.3053,64.5536,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.16424, position (cm) = (95.6842,59.2794,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.220964, position (cm) = (100.18,70.3773,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.549397, position (cm) = (89.6722,64.4407,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.45709, position (cm) = (91.1275,63.251,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.42795, position (cm) = (111.093,72.1685,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.169949, position (cm) = (82.6688,37.643,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.65961, position (cm) = (80.3002,31.6383,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.04484, position (cm) = (71.7823,46.696,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.0191472, position (cm) = (91.9915,50.2606,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.90173, position (cm) = (69.7109,31.1054,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.25289, position (cm) = (66.5871,42.1061,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.25065, position (cm) = (97.6476,33.817,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.245353, position (cm) = (56.7674,63.8848,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 42.3296, position (cm) = (49.2825,78.8723,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 44.0336, position (cm) = (40.9756,90.5069,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 44.1549, position (cm) = (40.6926,84.8357,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 44.1549, position (cm) = (40.6926,84.8357,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 44.0233, position (cm) = (49.535,81.1609,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0884869, position (cm) = (45.6243,96.3211,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 7.46276, position (cm) = (52.6574,55.8848,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 88.6297, position (cm) = (113.441,84.6592,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 88.6297, position (cm) = (113.441,84.6592,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 88.8207, position (cm) = (105.829,89.8707,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 88.2472, position (cm) = (113.941,87.4664,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.137065, position (cm) = (88.9798,76.8635,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 45.4677, position (cm) = (101.495,90.8703,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.60267, position (cm) = (86.019,48.0795,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 88.2481, position (cm) = (107.336,72.3694,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 88.2481, position (cm) = (107.336,72.3694,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 88.0483, position (cm) = (115.902,74.0793,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 89.0921, position (cm) = (119.678,87.6132,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 88.5581, position (cm) = (112.578,80.5214,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 88.4129, position (cm) = (111.956,82.9253,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 88.5222, position (cm) = (113.441,80.7005,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 88.5222, position (cm) = (113.441,80.7005,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.74196, position (cm) = (62.9547,55.1405,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 6.8379e-06, position (cm) = (94.2647,157.103,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.583266, position (cm) = (101.051,175.921,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.44886, position (cm) = (104.018,199.814,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.00157429, position (cm) = (110.889,178.401,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.01962, position (cm) = (80.613,193.765,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.311169, position (cm) = (-32.7197,-13.085,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.0543641, position (cm) = (-56.319,-21.3763,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 35.6541, position (cm) = (-22.6713,12.3491,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 39.2601, position (cm) = (-23.9687,18.3293,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.067656, position (cm) = (-35.9538,15.2653,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.52327, position (cm) = (-31.8656,20.5622,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.92914, position (cm) = (-25.1286,19.3873,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 24.6183, position (cm) = (-42.7335,1.90758,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 24.6183, position (cm) = (-42.7335,1.90758,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 24.6183, position (cm) = (-42.7335,1.90758,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.91206, position (cm) = (-34.1731,-40.9592,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.00538965, position (cm) = (-46.8755,-53.786,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.7638, position (cm) = (-24.2846,-9.25551,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 66.9207, position (cm) = (-22.1182,-38.4845,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.08635, position (cm) = (-24.1597,-32.747,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.370721, position (cm) = (-41.6808,-37.0578,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.10191, position (cm) = (-53.0205,-37.102,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.50241, position (cm) = (-31.7828,-37.5914,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.0561856, position (cm) = (-12.4758,-36.7219,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.59159, position (cm) = (-53.0355,-51.2938,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.288594, position (cm) = (-42.9365,-51.5105,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 7.39357, position (cm) = (-45.4456,-48.6348,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.497333, position (cm) = (-59.3696,-41.6419,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 63.2799, position (cm) = (-15.1471,-45.7816,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 2.50147e-07, position (cm) = (-21.7152,-44.5383,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.0507663, position (cm) = (-27.6232,-17.8722,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.00289986, position (cm) = (-28.6427,-32.8242,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 35.9155, position (cm) = (-23.2418,-39.1933,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.322209, position (cm) = (-12.1107,-38.836,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 4.30057, position (cm) = (-6.93949,-23.7477,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 0.00241302, position (cm) = (-19.5979,-30.6031,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 0.0056286, position (cm) = (-17.5837,-34.7746,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 63.7951, position (cm) = (-28.3138,-16.6002,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 63.8186, position (cm) = (-28.2893,-16.6007,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.820948, position (cm) = (-24.9773,-33.5004,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.482583, position (cm) = (-9.99816,-33.2711,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 19.7459, position (cm) = (-14.0065,-47.639,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 19.5079, position (cm) = (-14.5746,-49.5991,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.91093, position (cm) = (-14.5191,-49.6394,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 51.3409, position (cm) = (-27.4824,-53.9498,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 51.5742, position (cm) = (-27.895,-55.412,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 51.5742, position (cm) = (-27.895,-55.412,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 51.556, position (cm) = (-27.9861,-55.7375,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 51.1239, position (cm) = (-24.9287,-50.821,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 51.1239, position (cm) = (-24.9287,-50.821,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 98.3548, position (cm) = (-14.919,-49.8881,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 98.491, position (cm) = (-18.2243,-49.7017,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 98.5831, position (cm) = (-11.4625,-52.7813,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 97.6835, position (cm) = (-7.8615,-50.7167,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.258544, position (cm) = (-63.3253,-104.463,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 45.0972, position (cm) = (-65.2022,-108.17,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.825923, position (cm) = (-75.4147,-122.72,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.18896e-06, position (cm) = (-37.3334,-136.106,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.820424, position (cm) = (-54.435,-101.013,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.160381, position (cm) = (-55.3339,-118.511,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 6.05121, position (cm) = (-54.4642,-112.162,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0636672, position (cm) = (-69.4623,-138.272,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 21.5462, position (cm) = (-70.018,-152.111,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 21.6189, position (cm) = (-69.3921,-151.768,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.616385, position (cm) = (-65.0397,-143.875,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.204606, position (cm) = (-54.9544,-135.605,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 24.4722, position (cm) = (-63.946,-141.175,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 24.6317, position (cm) = (-64.4212,-139.768,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.09551, position (cm) = (-105.454,-150.257,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.92191, position (cm) = (-102.121,-136.134,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.179872, position (cm) = (-88.9045,-92.5247,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00188537, position (cm) = (-91.6562,-162.41,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 24.0482, position (cm) = (-85.4014,-144.254,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 23.9549, position (cm) = (-84.315,-144.155,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 23.9549, position (cm) = (-84.315,-144.155,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 23.6329, position (cm) = (-86.7549,-141.244,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.08343, position (cm) = (-84.9632,-141.694,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 2.35623, position (cm) = (-81.7661,-120.082,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.0606, position (cm) = (-75.5769,-143.816,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 3.93024, position (cm) = (-73.9583,-143.169,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 16.2079, position (cm) = (-74.0692,-142.521,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 25.1735, position (cm) = (-73.92,-143.422,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 24.676, position (cm) = (-69.4995,-136.529,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 24.373, position (cm) = (-69.5068,-136.562,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.85551, position (cm) = (-22.4876,-110.815,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 9.4341, position (cm) = (-20.3067,-113.63,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 36.4666, position (cm) = (-81.4788,-150.093,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 17.853, position (cm) = (-77.7343,-141.582,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 14.4143, position (cm) = (-63.1444,-150.619,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.157055, position (cm) = (-100.106,-141.983,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.233911, position (cm) = (-81.8497,-149.37,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.63819, position (cm) = (-78.006,-155.298,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 3.15073, position (cm) = (-77.8165,-155.057,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.116798, position (cm) = (-69.0832,-164.184,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0756847, position (cm) = (-71.6379,-167.847,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0737682, position (cm) = (-65.3054,-157.917,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.33039, position (cm) = (-71.4614,-164.617,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.41236, position (cm) = (-80.987,-170.641,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 33.9457, position (cm) = (-83.7869,-132.899,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 36.0587, position (cm) = (-90.1993,-143.454,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 36.6702, position (cm) = (-85.1107,-139.179,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.538562, position (cm) = (-84.6783,-136.485,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 4.71263, position (cm) = (-84.906,-142.476,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 7.49485, position (cm) = (-99.2729,-110.094,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.568029, position (cm) = (-77.0792,-125.203,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.176613, position (cm) = (-95.986,-109.589,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.16362, position (cm) = (-47.2068,-148.295,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 29.783, position (cm) = (-27.7619,-149.427,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 1.19394, position (cm) = (-28.2313,-148.399,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.141956, position (cm) = (-16.9283,-159.866,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 25.4014, position (cm) = (-27.5623,-148.632,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 29.9276, position (cm) = (-28.0432,-148.178,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 1.87974, position (cm) = (-45.9529,-156.363,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.473369, position (cm) = (-32.2912,-145.03,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.0888133, position (cm) = (-40.28,-140.546,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.0843849, position (cm) = (-21.2738,-153.173,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 2.11761, position (cm) = (-22.1082,-158.855,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 28.6341, position (cm) = (-42.5946,-162.616,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 1.2557, position (cm) = (-36.5661,-152.237,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 2.13516, position (cm) = (-36.0796,-151.991,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 9.72673, position (cm) = (-35.2303,-156.547,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.624737, position (cm) = (-20.651,-156.402,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 1.35066, position (cm) = (-23.544,-159.472,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.0746778, position (cm) = (-19.88,-150.127,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 3.14938, position (cm) = (-33.3569,-158.336,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.263345, position (cm) = (-15.3537,-151.172,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 19.6619, position (cm) = (-63.4778,-127.045,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 5.54906, position (cm) = (-208.727,-90.5881,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 9.77164, position (cm) = (-157.838,-117.944,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 14.3096, position (cm) = (-151.992,-91.881,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.130099, position (cm) = (-137.589,-117.316,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.12843, position (cm) = (-136.785,-119.028,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 3.49937, position (cm) = (-134.71,-116.606,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 6.97001, position (cm) = (-134.626,-118.066,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 7.05701, position (cm) = (-134.618,-117.959,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.312446, position (cm) = (-123.685,-118.168,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-123.327,-114.197,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.86507, position (cm) = (-115.284,-128.463,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 3.0082, position (cm) = (-133.381,-74.3977,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.12058, position (cm) = (-105.128,-81.978,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.09204, position (cm) = (-131.207,-24.4879,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.43457e-05, position (cm) = (-130.944,-29.1016,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.414229, position (cm) = (-117.728,-93.6237,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.290892, position (cm) = (-150.483,-48.0032,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.507745, position (cm) = (-27.6654,34.4072,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 2.25864, position (cm) = (-18.3689,45.6179,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.186981, position (cm) = (-50.9933,12.6709,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.94324, position (cm) = (-51.6713,21.2565,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.704968, position (cm) = (-7.67412,77.5855,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.32584, position (cm) = (-19.4088,87.0144,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 4.09178, position (cm) = (-17.9519,85.6382,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.0496864, position (cm) = (-18.248,84.8699,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 85.8775, position (cm) = (-20.378,88.8536,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 68.0843, position (cm) = (-19.4593,88.7159,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 68.021, position (cm) = (-17.5587,88.5636,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 68.0843, position (cm) = (-19.4593,88.7159,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 68.0843, position (cm) = (-19.4593,88.7159,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.226944, position (cm) = (-4.9221,55.1313,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.72112, position (cm) = (-11.2153,55.2242,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.44212, position (cm) = (-4.90298,35.9559,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0595864, position (cm) = (0.593754,78.684,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.09491e-07, position (cm) = (0.0872434,91.4308,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.303595, position (cm) = (-3.76151,80.7029,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.7853, position (cm) = (-15.1028,93.6697,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.50148, position (cm) = (-16.9051,96.0033,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.73068, position (cm) = (22.9504,84.1097,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.545036, position (cm) = (25.5646,91.2625,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 73.0172, position (cm) = (44.9934,81.7832,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 69.3149, position (cm) = (45.436,81.0036,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.157391, position (cm) = (0.810057,73.2188,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.232873, position (cm) = (4.04078,63.9877,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.364791, position (cm) = (-1.70721,72.4131,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.64859, position (cm) = (-2.71754,77.6947,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.408985, position (cm) = (8.29906,76.6645,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 18.5638, position (cm) = (4.1522,90.0263,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 18.5638, position (cm) = (4.1522,90.0263,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.30597, position (cm) = (10.0126,74.8898,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.8804, position (cm) = (-16.4009,147.553,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 98.4506, position (cm) = (-15.2013,147.612,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.4919, position (cm) = (-17.9342,150.72,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.8804, position (cm) = (-16.4009,147.553,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 98.8804, position (cm) = (-16.4009,147.553,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0983008, position (cm) = (-15.1325,23.2369,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.756294, position (cm) = (-26.411,22.202,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.223397, position (cm) = (11.0004,15.8051,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 44.0091, position (cm) = (19.162,20.3278,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.102922, position (cm) = (17.985,41.9208,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 5.9076, position (cm) = (-6.47507,73.4456,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.11981, position (cm) = (-6.21274,74.7881,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.11981, position (cm) = (-6.21274,74.7881,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 6.17018, position (cm) = (-8.11586,65.9229,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.02536, position (cm) = (13.7702,86.0026,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.413218, position (cm) = (63.3246,110.324,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 21.8758, position (cm) = (66.9004,119.511,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.239112, position (cm) = (54.5638,116.15,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 6.72381, position (cm) = (43.0662,132.853,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.33433, position (cm) = (55.1381,112.577,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.484564, position (cm) = (-72.4068,78.101,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 8.11744, position (cm) = (28.9146,92.9931,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.272653, position (cm) = (85.2616,96.4299,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 3.56929, position (cm) = (-13.501,109.601,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.726755, position (cm) = (-32.7065,105.829,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.26597e-07, position (cm) = (-53.986,96.1983,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.0126525, position (cm) = (-50.3492,109.419,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.68238, position (cm) = (9.47225,111.809,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 9.32792, position (cm) = (52.1837,117.45,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 5.44459, position (cm) = (-93.3954,19.6932,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.162634, position (cm) = (-70.8183,53.4376,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 5.29281, position (cm) = (-66.0956,35.9468,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.0055375, position (cm) = (-144.291,53.4217,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.762902, position (cm) = (48.8619,40.513,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0994436, position (cm) = (49.4219,38.7631,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 4.46124, position (cm) = (48.1314,41.2764,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.213278, position (cm) = (47.6654,59.9286,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 63.372, position (cm) = (51.608,43.3948,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.7372, position (cm) = (51.9547,44.143,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 63.372, position (cm) = (51.608,43.3948,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.7332, position (cm) = (60.247,40.4434,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 63.2737, position (cm) = (56.0322,41.952,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 63.2539, position (cm) = (56.1726,40.7515,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.174304, position (cm) = (79.2559,62.5931,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 17.0406, position (cm) = (77.1903,56.4769,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 2.86749e-06, position (cm) = (61.785,43.3927,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.183399, position (cm) = (50.9681,56.6854,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.255537, position (cm) = (39.4724,26.3424,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.23784e-05, position (cm) = (27.5959,52.3075,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.733053, position (cm) = (18.4907,2.09981,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.221677, position (cm) = (3.9185,36.7688,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.68072, position (cm) = (-18.5674,117.142,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 20.3172, position (cm) = (-1.96066,126.76,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.24443, position (cm) = (78.1243,39.3533,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.851507, position (cm) = (76.685,30.2091,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 2.69391, position (cm) = (91.0888,35.2955,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 16.4995, position (cm) = (86.6521,27.972,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.62544, position (cm) = (86.3145,23.2419,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.14353, position (cm) = (78.1414,32.4189,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 4.42217e-06, position (cm) = (42.3463,46.0439,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.28288, position (cm) = (62.3259,61.0856,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 3.03284, position (cm) = (38.0156,58.0599,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.7467, position (cm) = (94.2229,52.6358,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.23505, position (cm) = (50.101,64.2426,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.371762, position (cm) = (59.0701,59.07,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.625004, position (cm) = (200.361,91.9959,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.44753, position (cm) = (191.358,98.8677,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.166215, position (cm) = (209.977,91.4368,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 78.5055, position (cm) = (222.266,92.4602,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.5055, position (cm) = (222.266,92.4602,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.2792, position (cm) = (219.847,92.4348,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 52.0897, position (cm) = (206.568,94.2297,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.189815, position (cm) = (156.26,68.4314,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.56636, position (cm) = (167.69,52.9036,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 44.6593, position (cm) = (157.996,57.2249,200), weight = 1.90735e-06 + proton, kinetic energy (MeV) = 19.0775, position (cm) = (157.752,57.8718,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00014299, position (cm) = (164.63,94.4919,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00110321, position (cm) = (188.397,76.6568,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.26223, position (cm) = (191.276,59.5394,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 5.26223, position (cm) = (191.276,59.5394,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.172314, position (cm) = (162.014,50.753,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 43.8499, position (cm) = (176.238,65.1415,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 43.4043, position (cm) = (172.801,66.2409,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.544597, position (cm) = (71.8946,45.5751,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (50.2095,99.8151,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0832646, position (cm) = (25.6955,111.182,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 70.0681, position (cm) = (59.1969,103.735,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 87.4413, position (cm) = (50.738,106.066,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.19306, position (cm) = (130.512,47.5381,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.763555, position (cm) = (161.455,73.7083,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 29.1479, position (cm) = (118.417,18.2844,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 29.0492, position (cm) = (118.243,18.2812,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 29.2885, position (cm) = (119.493,19.1768,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.67323, position (cm) = (171.196,42.3674,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 30.9877, position (cm) = (167.236,-0.555301,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.77527, position (cm) = (145.874,-14.0465,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.66679, position (cm) = (118.49,45.6101,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.66679, position (cm) = (118.49,45.6101,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 30.9368, position (cm) = (157.535,29.6163,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 5.18907e-07, position (cm) = (134.985,45.1333,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 4.4713e-05, position (cm) = (134.359,11.0083,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.3914, position (cm) = (114.974,26.6575,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 5.51641, position (cm) = (195.637,23.6195,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.0788687, position (cm) = (195.532,27.7012,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 3.16594, position (cm) = (179.701,-20.3972,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (187.506,14.2317,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.724481, position (cm) = (179.098,4.32946,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.28685, position (cm) = (186.05,15.1577,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.55379, position (cm) = (227.33,14.1045,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 3.52826, position (cm) = (201.159,17.1984,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.148511, position (cm) = (195.925,19.6543,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 2.92466, position (cm) = (196.267,21.3062,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 2.20091, position (cm) = (203.083,37.7261,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 30.3019, position (cm) = (232.387,31.903,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 30.3019, position (cm) = (232.387,31.903,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 30.6286, position (cm) = (224.888,31.2269,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 2.08668, position (cm) = (207.423,30.1088,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 1.3462, position (cm) = (170.325,31.4388,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 10.9107, position (cm) = (252.504,27.0961,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 1.49081, position (cm) = (204.902,28.5268,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 2.43091e-06, position (cm) = (241.718,22.2628,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 2.46869, position (cm) = (245.133,24.1027,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.608515, position (cm) = (184.817,31.7909,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.741435, position (cm) = (188.791,16.2575,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.287816, position (cm) = (176.892,29.3655,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0114854, position (cm) = (172.14,24.9964,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0903947, position (cm) = (178.391,-20.172,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 2.57868, position (cm) = (97.906,-26.6275,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.379605, position (cm) = (110.614,32.9098,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0870382, position (cm) = (134.627,24.4601,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.83152, position (cm) = (110.177,33.6028,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.000126946, position (cm) = (139.623,37.6207,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0908906, position (cm) = (114.609,15.5598,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (116.811,20.9682,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.68692, position (cm) = (116.012,20.5013,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 34.9001, position (cm) = (116.322,20.3088,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.216994, position (cm) = (117.113,14.8924,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.93644, position (cm) = (114.127,23.4253,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 14.2892, position (cm) = (111.204,26.7861,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 35.0365, position (cm) = (117.123,18.1279,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 35.0365, position (cm) = (117.123,18.1279,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.468938, position (cm) = (116.501,22.5948,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.659823, position (cm) = (110.462,17.146,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 35.0365, position (cm) = (117.123,18.1279,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 34.9653, position (cm) = (119.765,13.8268,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.94317e-06, position (cm) = (128.992,24.2283,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.67674e-07, position (cm) = (125.201,9.76874,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (112.358,21.214,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.136153, position (cm) = (120.796,13.5647,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.15573, position (cm) = (110.964,19.7265,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.288036, position (cm) = (108.47,50.0027,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 4.30155e-07, position (cm) = (99.7861,66.1706,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 26.4182, position (cm) = (104.501,34.2058,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.192258, position (cm) = (104.623,36.1352,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.56955, position (cm) = (110.719,28.2058,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0857844, position (cm) = (118.91,41.3892,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.0674, position (cm) = (121.908,44.5192,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.866534, position (cm) = (114.63,38.5934,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.56464, position (cm) = (5.23455,-4.95571,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 59.4015, position (cm) = (7.96724,0.955571,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 64.8519, position (cm) = (2.80218,-1.70168,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 64.8519, position (cm) = (2.80218,-1.70168,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 65.3014, position (cm) = (8.2274,-7.84284,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 65.3014, position (cm) = (8.2274,-7.84284,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0991154, position (cm) = (30.5905,-16.3827,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.0350305, position (cm) = (24.8327,-19.6997,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.207038, position (cm) = (31.9538,-9.69277,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 52.6996, position (cm) = (9.65932,82.1531,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 51.7689, position (cm) = (20.9941,80.1847,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 52.3574, position (cm) = (18.8292,79.0215,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 52.823, position (cm) = (13.644,80.3815,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.0626, position (cm) = (19.4047,59.9171,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.152213, position (cm) = (32.5653,73.1346,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.67966, position (cm) = (88.4832,47.0083,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 6.11013, position (cm) = (51.4849,17.1054,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.112308, position (cm) = (-22.1527,50.1432,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.811959, position (cm) = (-21.6613,60.1581,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 21.8587, position (cm) = (38.7806,4.17703,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.130051, position (cm) = (38.1143,10.0437,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 29.1234, position (cm) = (68.3599,36.3328,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 28.5865, position (cm) = (67.974,36.3332,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 29.3731, position (cm) = (63.8289,34.1133,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.0024843, position (cm) = (66.4241,33.099,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 7.63113, position (cm) = (52.765,67.7521,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.53868, position (cm) = (67.2172,34.5212,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.193137, position (cm) = (47.3531,41.0883,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 4.17547, position (cm) = (47.8038,41.0529,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.00120532, position (cm) = (60.1676,38.964,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.142014, position (cm) = (51.0416,44.2248,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 2.31718e-06, position (cm) = (5.78803,115.157,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 22.9181, position (cm) = (7.01917,131.197,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.37877, position (cm) = (13.1082,129.503,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0859045, position (cm) = (48.8294,62.3039,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.0527665, position (cm) = (25.0057,-1.54077,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.2628, position (cm) = (47.802,-9.33371,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 3.79705, position (cm) = (28.5372,-27.1458,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0897203, position (cm) = (-25.443,-90.0551,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.51681, position (cm) = (-42.298,-14.045,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 9.33914e-07, position (cm) = (46.403,19.2276,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0716513, position (cm) = (27.0643,12.4656,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.126155, position (cm) = (40.0647,-14.2784,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.65816, position (cm) = (50.4273,-10.0245,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 38.3673, position (cm) = (45.8378,-28.5194,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 38.3673, position (cm) = (45.8378,-28.5194,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 36.514, position (cm) = (46.0378,-28.5653,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 62.2099, position (cm) = (97.2537,-23.923,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 61.1916, position (cm) = (90.6097,-24.488,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 61.1916, position (cm) = (90.6097,-24.488,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0595744, position (cm) = (109.032,-49.5634,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.49747, position (cm) = (120.19,-32.6596,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.33346, position (cm) = (116.589,-28.6774,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 7.41444, position (cm) = (121.869,-31.6849,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.760182, position (cm) = (116.153,-39.2241,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.525161, position (cm) = (116.467,-44.5351,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.439303, position (cm) = (115.007,-49.1056,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.823176, position (cm) = (100.108,-42.0965,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.33474, position (cm) = (83.9346,-30.1964,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.86332, position (cm) = (45.0642,26.1446,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.235647, position (cm) = (58.785,17.3589,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.219082, position (cm) = (52.7388,19.4061,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.57451, position (cm) = (63.4785,27.4458,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.333885, position (cm) = (51.7561,28.1737,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.310647, position (cm) = (61.4495,26.7927,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 28.6118, position (cm) = (27.6128,33.4044,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.59654, position (cm) = (20.9473,1.41527,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.445999, position (cm) = (26.5859,35.432,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 9.33468, position (cm) = (32.4413,34.1625,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 9.33468, position (cm) = (32.4413,34.1625,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 9.33468, position (cm) = (32.4413,34.1625,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.351818, position (cm) = (18.9634,33.9969,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.102757, position (cm) = (30.9595,19.5917,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.4839, position (cm) = (52.5257,13.6509,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.124154, position (cm) = (5.28824,16.7902,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.05221, position (cm) = (11.598,3.35742,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.73342, position (cm) = (-6.90039,18.1551,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.98507, position (cm) = (-13.7515,79.1309,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.179695, position (cm) = (89.8515,98.1788,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.12546, position (cm) = (92.0956,92.6207,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.89502, position (cm) = (89.1951,98.7002,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.240912, position (cm) = (82.6096,91.9818,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 56.5163, position (cm) = (-48.0287,-22.7186,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.418914, position (cm) = (-24.202,-76.2588,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.32189, position (cm) = (-30.5011,-72.5134,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 55.8641, position (cm) = (-12.6011,-76.6317,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 56.2691, position (cm) = (-12.5821,-76.6288,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.234557, position (cm) = (-39.9697,-72.5262,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.12801, position (cm) = (-43.3773,-52.9528,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.681561, position (cm) = (-33.3364,-60.5426,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 8.8676, position (cm) = (-33.7951,-60.3662,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 11.4793, position (cm) = (-33.2492,-60.7621,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.4192, position (cm) = (-54.0342,-58.9231,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0942589, position (cm) = (-8.85167,-50.3279,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.84961, position (cm) = (-5.81178,-20.1378,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0703678, position (cm) = (-23.1231,-66.8515,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 38.631, position (cm) = (-30.4973,-56.2652,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.123699, position (cm) = (-38.5955,-52.7236,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.02587, position (cm) = (-32.0638,-62.2758,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.742218, position (cm) = (-25.4727,-54.5899,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 16.2783, position (cm) = (-26.0039,-61.5421,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.5884, position (cm) = (-22.9193,4.40132,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 25.9341, position (cm) = (-46.1188,14.2553,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 25.9341, position (cm) = (-46.1188,14.2553,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 25.8242, position (cm) = (-43.4948,13.5422,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.435093, position (cm) = (-43.155,32.5626,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.25882, position (cm) = (-25.5402,56.755,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 25.5514, position (cm) = (-46.3833,12.2019,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 55.9951, position (cm) = (-13.7347,5.46609,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.16019, position (cm) = (-5.43703,13.841,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.400091, position (cm) = (45.4989,-36.7832,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 52.6773, position (cm) = (-55.1005,31.6779,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 3.49451, position (cm) = (-72.4852,28.1,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.18819, position (cm) = (-90.1949,40.0211,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 53.15, position (cm) = (-57.548,39.6337,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.327218, position (cm) = (-60.0718,46.8147,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.04966, position (cm) = (-60.5925,50.9538,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 53.0166, position (cm) = (-60.954,45.6948,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 53.1081, position (cm) = (-55.7368,38.0582,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 53.1081, position (cm) = (-55.7368,38.0582,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 53.2217, position (cm) = (-49.7591,23.4115,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.147964, position (cm) = (-53.1964,16.0785,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 7.25978, position (cm) = (-56.4075,22.9414,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.367985, position (cm) = (-45.7057,25.9276,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 6.59352, position (cm) = (-55.8137,14.7948,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.25978, position (cm) = (-56.4075,22.9414,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.25978, position (cm) = (-56.4075,22.9414,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.11644, position (cm) = (-67.1485,22.0255,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 8.05862, position (cm) = (-112.287,15.6434,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.17961, position (cm) = (-100.745,9.38796,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.93208, position (cm) = (-107.673,11.214,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0266043, position (cm) = (-70.4695,38.8142,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.89369, position (cm) = (-77.3209,7.18444,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.76287, position (cm) = (-74.7303,5.16982,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 6.77587, position (cm) = (-75.6806,8.20431,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.69192, position (cm) = (-75.71,5.2837,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.59473, position (cm) = (-66.6189,-17.5212,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.02478, position (cm) = (-81.3147,-12.8926,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 53.4907, position (cm) = (-68.3663,25.8918,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.33129, position (cm) = (23.5661,-24.5985,200), weight = 0.125 + gamma, kinetic energy (MeV) = 4.28213, position (cm) = (-126.375,-49.0187,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 7.21486, position (cm) = (-198.772,-174.197,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 10.6008, position (cm) = (-206.299,-164.157,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.201215, position (cm) = (-215.607,-164.508,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 6.57805, position (cm) = (-188.434,-178.226,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.35547, position (cm) = (-196.998,-179.661,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 10.1478, position (cm) = (-196.051,-180.217,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.41429, position (cm) = (-198.16,-157.083,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.68598, position (cm) = (-192.867,-170.085,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.00272032, position (cm) = (-199.419,-187.471,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0460094, position (cm) = (-180.291,-177.817,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.42256, position (cm) = (-173.906,-183.874,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.000605853, position (cm) = (-174.031,-162.665,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0895495, position (cm) = (-237.335,-132.442,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.000171491, position (cm) = (-249.169,-118.376,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.00684994, position (cm) = (-234.337,-110.926,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.817885, position (cm) = (-256.704,-151.644,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.2356e-05, position (cm) = (-261.487,-155.658,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.670472, position (cm) = (-276.152,-80.5171,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0122119, position (cm) = (-319.41,-131.274,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 19.0504, position (cm) = (-244.357,-161.768,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.14694, position (cm) = (-259.66,-142.049,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.59306, position (cm) = (-251.229,-127.319,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0909383, position (cm) = (-253.487,-126.284,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 2.2421, position (cm) = (-259.006,-128.133,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.250085, position (cm) = (-240.076,-136.431,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.45182, position (cm) = (-245.008,-122.791,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.726, position (cm) = (-264.23,-131.816,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.160261, position (cm) = (-245.688,-172.855,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0269515, position (cm) = (-277.064,-154.5,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.00412695, position (cm) = (-265.241,-157.284,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.0208994, position (cm) = (-237.272,-158.463,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.65592, position (cm) = (-239.251,-143.365,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 5.81111e-07, position (cm) = (-240.462,-146.298,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.146411, position (cm) = (-246.706,-152.957,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 8.92428, position (cm) = (-253.813,-154.408,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 17.4761, position (cm) = (-243.967,-163.822,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.3095, position (cm) = (-252.885,-152.37,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 32.3095, position (cm) = (-252.885,-152.37,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.74034, position (cm) = (-295.012,-123.127,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-291.556,-155.986,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.203464, position (cm) = (-295.134,-148.83,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.00555, position (cm) = (-293.248,-148.867,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.6193, position (cm) = (-298.95,-148.546,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.597415, position (cm) = (-299.256,-147.895,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 15.8496, position (cm) = (-275.496,-153.034,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 15.6772, position (cm) = (-275.838,-152.797,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 15.8496, position (cm) = (-275.496,-153.034,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 3.11262, position (cm) = (-308.617,-158.145,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 39.0867, position (cm) = (-306.215,-153.714,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 39.0867, position (cm) = (-306.215,-153.714,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.223241, position (cm) = (-283.856,-131.817,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000417448, position (cm) = (-265.29,-147.637,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.345135, position (cm) = (-252.512,-138.464,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 9.55048, position (cm) = (-244.216,-142.814,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 13.9796, position (cm) = (-249.599,-144.807,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.118502, position (cm) = (-258.277,-139.461,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.000105398, position (cm) = (-255.76,-148.633,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 7.95985, position (cm) = (-252.74,-147.203,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.81539, position (cm) = (-252.899,-137.543,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 11.5259, position (cm) = (-252.972,-144.758,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.33841, position (cm) = (-251.337,-142.807,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.61649, position (cm) = (-249.793,-145.083,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.1991, position (cm) = (-252.786,-140.599,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.4688, position (cm) = (-261.261,-108.071,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 10.4688, position (cm) = (-261.261,-108.071,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.265001, position (cm) = (-262.4,-115.536,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 2.67065, position (cm) = (-259.067,-114.03,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 3.20268, position (cm) = (-256.562,-114.903,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.0880039, position (cm) = (-255.685,-112.943,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.7401, position (cm) = (-265.829,-125.116,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.364021, position (cm) = (-253.097,-109.522,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 4.73291e-05, position (cm) = (-263.046,-135.191,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0961826, position (cm) = (-272.342,-118.164,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.406999, position (cm) = (-272.936,-106.616,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 38.9988, position (cm) = (-284.641,-122.657,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.6179, position (cm) = (-288.938,-155.63,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.085615, position (cm) = (-272.639,-103.83,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.756364, position (cm) = (-276.368,-121.157,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.926838, position (cm) = (-284.335,-140.431,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.412312, position (cm) = (-266.996,-139.499,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 34.4279, position (cm) = (-275.994,-125.662,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 39.9103, position (cm) = (-275.738,-125.778,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.65879, position (cm) = (-240.749,-133.572,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0513397, position (cm) = (-110.316,-97.6862,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 8.20019, position (cm) = (-66.9213,-83.0722,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.139635, position (cm) = (-105.374,-143.391,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.06199, position (cm) = (-115.599,-141.105,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 24.3825, position (cm) = (-120.539,-146.373,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.356601, position (cm) = (-123.076,-147.078,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.234666, position (cm) = (-101.235,-142.114,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 24.3202, position (cm) = (-121.921,-147.623,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 20.6179, position (cm) = (-124.936,-146.913,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.539602, position (cm) = (-147.449,-240.006,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 21.4199, position (cm) = (-129.924,-202.092,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 22.7212, position (cm) = (-128.99,-201.012,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.7598, position (cm) = (-127.094,-184.797,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.23439, position (cm) = (-152.498,-201.957,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.48063, position (cm) = (-105.798,-167.98,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.637045, position (cm) = (-101.148,-150.665,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.164951, position (cm) = (-105.931,-147.867,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 4.58279, position (cm) = (-99.4307,-152.761,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.55101, position (cm) = (-106.513,-165.373,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.77282, position (cm) = (-122.707,-157.87,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.136035, position (cm) = (-80.6843,-173.498,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.738576, position (cm) = (-82.7548,-177.853,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.141315, position (cm) = (-171.862,-150.727,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 2.31601, position (cm) = (-173.083,-149.854,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.70806, position (cm) = (-181.83,-144.728,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0929035, position (cm) = (-176.017,-146.788,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0679144, position (cm) = (-181.235,-153.978,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.99379, position (cm) = (-179.865,-140.177,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.5474e-07, position (cm) = (-176.896,-142.181,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.119975, position (cm) = (-176.7,-156.103,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 17.0312, position (cm) = (-175.99,-124.619,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 8.94629, position (cm) = (-182.559,-148.644,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 8.73078, position (cm) = (-183.026,-148.797,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.99617, position (cm) = (-160.187,-60.6523,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 16.1845, position (cm) = (-147.319,-64.4712,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.518055, position (cm) = (-150.942,-64.0097,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 2.91511, position (cm) = (-149.94,-64.5389,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 11.7599, position (cm) = (-149.936,-65.5783,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.242499, position (cm) = (-164.511,-52.4733,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 4.2622, position (cm) = (-166.72,-67.0563,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 6.40167, position (cm) = (-168.47,-62.0192,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 13.4416, position (cm) = (-171.638,-63.2573,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 2.40632, position (cm) = (-170.143,-64.6478,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 4.60576, position (cm) = (-170.054,-59.8887,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.000136076, position (cm) = (-180.199,-65.0908,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.861732, position (cm) = (-183.623,-44.7972,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.106334, position (cm) = (-147.419,-60.0575,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.385587, position (cm) = (-137.216,-47.9435,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0178516, position (cm) = (-141.379,-72.0325,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 4.93253, position (cm) = (-176.834,-62.6044,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 2.52753e-05, position (cm) = (-180.521,-38.9042,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 6.54093, position (cm) = (-105.452,-58.8635,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.239293, position (cm) = (-94.2418,-70.5552,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.54261, position (cm) = (-108.784,-62.837,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.391257, position (cm) = (-108.45,-68.7412,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.222043, position (cm) = (-101.288,-69.8692,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.95169, position (cm) = (-109.26,-65.2125,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 23.5841, position (cm) = (-110.506,-62.4417,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 21.5665, position (cm) = (-128.131,-60.9049,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.277656, position (cm) = (-131.783,-57.6868,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.000131383, position (cm) = (-162.863,-35.3332,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 3.78908, position (cm) = (-161.05,-22.4951,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.21215, position (cm) = (-160.118,-22.7143,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 2.73478, position (cm) = (-166.673,-69.996,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.0249614, position (cm) = (-194.737,-38.9872,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.401547, position (cm) = (-171.785,-37.0419,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 7.22771, position (cm) = (-171.569,-36.604,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 7.22771, position (cm) = (-171.569,-36.604,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 6.50066, position (cm) = (-157.758,-50.8562,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 6.50066, position (cm) = (-157.758,-50.8562,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.21293, position (cm) = (-168.664,-35.1746,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.00100052, position (cm) = (-178.517,-19.7139,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.32169, position (cm) = (-165.498,-51.7288,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.14867, position (cm) = (-89.1567,-76.0891,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000173285, position (cm) = (-117.953,-78.079,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.203367, position (cm) = (-165.02,-162.985,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-4.34781,-26.6338,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0771197, position (cm) = (29.4354,-27.9754,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 6.39489, position (cm) = (-3.09061,-22.4074,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 22.8518, position (cm) = (-10.0652,-26.3683,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 22.8518, position (cm) = (-10.0652,-26.3683,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 19.4689, position (cm) = (11.0051,25.5992,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.13542, position (cm) = (-32.3304,5.74747,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0789816, position (cm) = (-42.8197,27.6654,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.64949, position (cm) = (-36.9232,57.7802,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.151614, position (cm) = (-50.6354,-17.1393,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.73651, position (cm) = (-49.7093,11.51,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.77835, position (cm) = (-40.5889,-12.9877,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.000231791, position (cm) = (-67.1068,-0.986238,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00584067, position (cm) = (-48.0686,-2.16407,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.27177, position (cm) = (-38.0376,-27.9594,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.27177, position (cm) = (-38.0376,-27.9594,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.81563, position (cm) = (17.2918,68.8707,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0547316, position (cm) = (-14.2562,85.6454,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 8.81176, position (cm) = (-8.93709,75.428,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.91489, position (cm) = (-7.96266,64.9359,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000216674, position (cm) = (-5.33972,82.4096,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.249266, position (cm) = (-102.513,44.6345,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0884373, position (cm) = (-103.88,38.0329,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.44262, position (cm) = (-79.6595,30.6575,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 40.3486, position (cm) = (-61.1634,42.7044,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.066148, position (cm) = (-60.3263,40.7295,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.34658, position (cm) = (-66.4952,52.0731,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.09526, position (cm) = (-68.7769,35.2317,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 40.0707, position (cm) = (-59.3813,40.889,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 40.0707, position (cm) = (-59.3813,40.889,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.45085e-07, position (cm) = (-63.9994,66.8078,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.63284, position (cm) = (-56.21,59.713,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.94791, position (cm) = (-71.9236,39.0268,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.775408, position (cm) = (-71.2879,43.524,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.14589, position (cm) = (-53.4959,58.3078,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 40.0409, position (cm) = (-65.427,47.809,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 40.0409, position (cm) = (-65.427,47.809,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 39.9447, position (cm) = (-67.3771,46.3579,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.127121, position (cm) = (-64.4476,36.5549,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.99798, position (cm) = (-58.9298,31.9844,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 39.836, position (cm) = (-60.1533,37.4915,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 88.7517, position (cm) = (-58.644,45.0473,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.147014, position (cm) = (-57.1731,45.0089,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 51.7611, position (cm) = (-58.0191,45.0443,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 2.28016, position (cm) = (-26.7599,45.1077,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 0.365076, position (cm) = (-90.9559,43.882,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 10.4131, position (cm) = (-82.3761,43.7215,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.4131, position (cm) = (-82.3761,43.7215,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.7182, position (cm) = (-65.8696,42.1142,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 16.3776, position (cm) = (-73.995,45.6456,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 8.24598, position (cm) = (-70.2576,13.0894,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.209432, position (cm) = (-82.1264,22.5156,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.295311, position (cm) = (-84.5912,12.4015,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.83659, position (cm) = (-95.9294,36.4716,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 7.00442e-06, position (cm) = (-74.7565,28.0438,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.04015, position (cm) = (-77.0707,31.71,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 3.75184, position (cm) = (-76.5118,30.7284,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.193486, position (cm) = (-89.9495,58.1352,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 88.778, position (cm) = (-75.8638,23.5331,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 88.778, position (cm) = (-75.8638,23.5331,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 88.778, position (cm) = (-75.8638,23.5331,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 29.8212, position (cm) = (-54.4614,61.9325,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 6.78671, position (cm) = (-36.0667,-19.8516,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 4.04897, position (cm) = (-37.1064,3.38834,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.27176, position (cm) = (-12.3973,23.4822,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 16.1676, position (cm) = (-30.4514,6.73103,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.513907, position (cm) = (-33.3088,-5.30532,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.81206e-05, position (cm) = (-24.2697,35.0702,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.850865, position (cm) = (-146.821,-34.9498,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.70529e-05, position (cm) = (-66.1664,-92.6072,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.208632, position (cm) = (-60.7291,-33.3467,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 4.2299, position (cm) = (-54.2854,-33.2113,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 8.04643, position (cm) = (-63.1815,-31.1042,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 16.0839, position (cm) = (-57.5,-46.7737,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 16.0839, position (cm) = (-57.5,-46.7737,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 16.0839, position (cm) = (-57.5,-46.7737,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0917283, position (cm) = (-57.1731,-47.1459,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.000717105, position (cm) = (-60.3483,-30.6983,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 4.72642, position (cm) = (-71.5137,-96.6261,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 3.99954, position (cm) = (-70.7521,-75.2211,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.00702386, position (cm) = (-68.4549,-99.5847,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.73533, position (cm) = (-75.2409,-138.543,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 83.5646, position (cm) = (-25.1212,28.9365,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.517651, position (cm) = (-61.0403,62.5914,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 6.21574, position (cm) = (-26.1565,26.0851,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 24.4235, position (cm) = (-23.6271,29.6178,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 84.6897, position (cm) = (-26.6192,28.8777,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 84.6897, position (cm) = (-26.6192,28.8777,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.879002, position (cm) = (-32.2478,57.2684,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 98.8027, position (cm) = (-25.3113,37.4727,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 11.363, position (cm) = (-30.6446,22.4163,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.511604, position (cm) = (-6.68804,18.9124,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 90.7641, position (cm) = (-29.3902,37.1726,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 81.9392, position (cm) = (-26.7566,36.7405,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.429, position (cm) = (-25.128,38.1413,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.116753, position (cm) = (62.2735,6.03196,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0799662, position (cm) = (54.641,6.54486,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.101864, position (cm) = (32.4733,30.6528,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 70.0816, position (cm) = (50.4281,44.3333,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 70.441, position (cm) = (45.5323,40.5263,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 70.4136, position (cm) = (44.9949,40.6424,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 68.8465, position (cm) = (16.7984,27.451,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.920348, position (cm) = (22.4728,27.4114,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.540781, position (cm) = (8.89879,15.277,200), weight = 0.00195312 + e-, kinetic energy (MeV) = 1.58169, position (cm) = (9.06021,14.5147,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0726999, position (cm) = (8.069,-15.6537,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 61.0674, position (cm) = (19.5303,27.94,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (25.8805,33.2694,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 16.3486, position (cm) = (20.2731,28.5531,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.182247, position (cm) = (29.8038,29.2605,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.000755506, position (cm) = (28.1635,26.0114,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.140232, position (cm) = (29.2574,34.0838,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 62.526, position (cm) = (32.4361,29.2366,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 63.079, position (cm) = (29.7186,30.3459,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 71.7194, position (cm) = (38.1648,41.6057,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 71.7194, position (cm) = (38.1648,41.6057,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.056755, position (cm) = (35.8091,41.0655,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.510629, position (cm) = (36.4826,39.9184,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 20.4944, position (cm) = (36.5467,40.0796,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.213484, position (cm) = (42.8301,14.7286,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 23.4276, position (cm) = (42.7588,14.013,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 23.4276, position (cm) = (42.7588,14.013,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 98.601, position (cm) = (-36.0682,-42.9794,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.601, position (cm) = (-36.0682,-42.9794,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.601, position (cm) = (-36.0682,-42.9794,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.601211, position (cm) = (-46.389,-41.0795,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 6.00455, position (cm) = (1.66412,-34.1442,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.616466, position (cm) = (-50.0187,-19.7508,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 3.53317, position (cm) = (56.8301,-81.2995,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.15981e-05, position (cm) = (63.4077,-59.9537,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (16.0356,-85.2681,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 64.2342, position (cm) = (164.437,-35.1241,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.7217, position (cm) = (188.278,2.05644,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.82967e-07, position (cm) = (157.793,-35.0527,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.96191, position (cm) = (141.719,-19.8298,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.69991, position (cm) = (115.598,6.00668,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.321209, position (cm) = (143.474,-7.13108,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 11.4868, position (cm) = (170.706,3.99995,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 11.9186, position (cm) = (156.9,-2.54896,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 11.9186, position (cm) = (156.9,-2.54896,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 11.9186, position (cm) = (156.9,-2.54896,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 12.2933, position (cm) = (166.694,-13.0773,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 12.2933, position (cm) = (166.694,-13.0773,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 11.8121, position (cm) = (164.439,-3.8476,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.399501, position (cm) = (73.7365,-17.7908,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.569109, position (cm) = (71.9452,-3.89841,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.81997, position (cm) = (107.148,-28.9412,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.1853, position (cm) = (113.568,-8.63735,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.48295, position (cm) = (119.394,-29.8512,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.157379, position (cm) = (78.6913,-27.3708,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.355186, position (cm) = (38.6961,-34.5148,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.20543, position (cm) = (39.4644,-38.4459,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0837616, position (cm) = (35.9198,-30.6809,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 9.86578e-06, position (cm) = (62.9778,-24.1518,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.108885, position (cm) = (40.258,-8.09619,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.86329, position (cm) = (48.9989,-40.8462,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.67399, position (cm) = (2.67639,-89.9514,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 3.93929, position (cm) = (44.0429,-48.604,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 30.3093, position (cm) = (37.0932,-55.1542,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 30.3093, position (cm) = (37.0932,-55.1542,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.155319, position (cm) = (41.8911,-64.2831,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 30.4016, position (cm) = (37.3373,-55.8453,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.119873, position (cm) = (39.3735,-33.342,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.59861, position (cm) = (-16.0315,-55.1476,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.376, position (cm) = (-19.9739,-56.6998,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.138167, position (cm) = (3.84921,-66.5193,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 26.5775, position (cm) = (99.0993,-53.2392,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 72.92, position (cm) = (74.4879,-34.056,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 72.92, position (cm) = (74.4879,-34.056,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.00907375, position (cm) = (-38.5952,10.4792,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 31.6609, position (cm) = (7.41365,-46.6368,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 31.6609, position (cm) = (7.41365,-46.6368,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.0949, position (cm) = (46.1106,-78.9092,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 27.8404, position (cm) = (46.1994,-50.9732,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 27.6779, position (cm) = (45.7294,-49.7464,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 19.6058, position (cm) = (67.6475,-27.8653,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 19.6058, position (cm) = (67.6475,-27.8653,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0288114, position (cm) = (11.7665,-35.9466,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 73.9498, position (cm) = (-18.4245,-86.2321,200), weight = 0.25 + gamma, kinetic energy (MeV) = 0.0502195, position (cm) = (-44.369,-54.5959,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 9.78283e-06, position (cm) = (-62.3279,-44.7489,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 10.7826, position (cm) = (-63.8389,-55.5203,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 9.10815, position (cm) = (-57.6451,-48.7601,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000107657, position (cm) = (-118.5,40.2301,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.74911, position (cm) = (-108.889,112.275,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.143807, position (cm) = (-132.469,79.0432,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.4151, position (cm) = (-125.558,65.0053,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.20547, position (cm) = (-89.7327,19.6532,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.116188, position (cm) = (-49.6464,0.747176,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.67476e-06, position (cm) = (-43.2977,-0.150861,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.000460526, position (cm) = (-63.7874,-3.09782,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.210242, position (cm) = (-37.4185,-93.3936,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 5.27499, position (cm) = (-29.5614,-14.3753,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.80817, position (cm) = (2.87793,58.7841,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 44.4017, position (cm) = (-33.4193,10.6914,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 44.2129, position (cm) = (-27.5105,16.9737,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 44.2129, position (cm) = (-27.5105,16.9737,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0736438, position (cm) = (-29.9745,8.07637,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 4.15276, position (cm) = (-54.1497,-15.4858,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 15.943, position (cm) = (-62.904,-12.8574,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 16.298, position (cm) = (-68.1857,-12.5333,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.11996, position (cm) = (-57.7202,-12.0209,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.7494, position (cm) = (49.8899,1.39341,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 1.6164, position (cm) = (42.7107,-16.8126,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 1.43449, position (cm) = (30.3591,4.98197,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.0693181, position (cm) = (65.4949,-43.6551,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 3.18951, position (cm) = (79.2628,-44.2112,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 3.16738, position (cm) = (81.8075,-43.3098,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 3.18086, position (cm) = (79.2782,-45.9079,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 0.091837, position (cm) = (54.7752,7.29703,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 14.5291, position (cm) = (43.2985,-44.3425,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 14.5291, position (cm) = (43.2985,-44.3425,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.114577, position (cm) = (40.8644,-36.365,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 1.01787, position (cm) = (41.6262,-51.9256,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 3.07202, position (cm) = (44.2603,-56.5267,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.174821, position (cm) = (43.2396,-49.4613,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 3.61392, position (cm) = (43.3735,-49.6349,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.402738, position (cm) = (43.5841,-55.6808,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 1.92791, position (cm) = (44.4793,-46.4071,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 3.06539, position (cm) = (44.1323,-46.3903,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (72.654,-53.7802,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 14.1944, position (cm) = (47.6634,-54.5566,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 0.0236456, position (cm) = (35.1077,-51.4502,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 13.1704, position (cm) = (44.3576,-49.5002,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 14.4437, position (cm) = (46.5202,-47.3732,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 14.4437, position (cm) = (46.5202,-47.3732,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 2.8983, position (cm) = (44.2596,-36.4581,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.176823, position (cm) = (38.8096,-19.901,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.0799758, position (cm) = (24.7933,-48.2634,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 3.90665, position (cm) = (-5.21114,-40.9388,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 8.13173, position (cm) = (49.8434,2.02034,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 3.3288, position (cm) = (65.6522,-18.6846,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 3.3288, position (cm) = (65.6522,-18.6846,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.0772616, position (cm) = (70.5008,-26.8059,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.0831963, position (cm) = (60.4305,-27.5386,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.41219, position (cm) = (75.3067,-22.9117,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 1.93073, position (cm) = (86.1084,12.9688,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.451445, position (cm) = (78.5121,18.7292,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 2.65332, position (cm) = (88.6648,6.10409,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 12.3189, position (cm) = (73.9363,7.31414,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 4.10458e-05, position (cm) = (68.2686,-30.3063,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.10831, position (cm) = (72.4079,-17.8735,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 2.44449, position (cm) = (80.8426,3.10976,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 52.7063, position (cm) = (-41.8532,-17.3542,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 52.7068, position (cm) = (-41.8484,-17.3495,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0574408, position (cm) = (-44.3267,-14.4631,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.192268, position (cm) = (-46.7462,-23.4466,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.8673, position (cm) = (-33.5177,1.289,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.771249, position (cm) = (-41.6487,-14.7796,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 52.5685, position (cm) = (-40.7763,-18.4223,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 51.5451, position (cm) = (-42.1,-16.5401,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.504158, position (cm) = (72.7763,14.085,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.93533, position (cm) = (77.068,29.4116,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.406893, position (cm) = (41.5867,75.0275,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 8.33921, position (cm) = (36.2969,79.3369,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 43.5351, position (cm) = (71.8376,42.8078,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 70.8788, position (cm) = (59.4776,39.9253,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 70.8788, position (cm) = (59.4776,39.9253,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 51.0878, position (cm) = (-12.5034,15.7928,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 51.4231, position (cm) = (-7.75456,14.698,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 51.3092, position (cm) = (-4.75681,13.8644,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 51.3092, position (cm) = (-4.75681,13.8644,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 51.3766, position (cm) = (-6.3698,17.766,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 51.3766, position (cm) = (-6.3698,17.766,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 51.2743, position (cm) = (-7.3313,17.5552,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 51.2743, position (cm) = (-7.3313,17.5552,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.42196, position (cm) = (27.4454,3.99684,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.166649, position (cm) = (35.5775,5.95272,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 13.289, position (cm) = (25.1515,12.5496,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 69.4578, position (cm) = (57.3653,6.7546,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 55.224, position (cm) = (30.5013,-16.2747,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 69.6025, position (cm) = (26.6377,-11.3243,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 49.9731, position (cm) = (25.02,-8.59277,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.94286e-07, position (cm) = (43.1769,29.3442,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.361225, position (cm) = (52.9386,20.8571,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.530013, position (cm) = (52.3495,21.159,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.27732, position (cm) = (36.0819,42.9078,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.92492, position (cm) = (8.81044,-48.9345,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.21739, position (cm) = (30.776,-0.765702,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 6.47281, position (cm) = (20.5438,-17.931,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.439403, position (cm) = (16.0616,-17.9666,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.0875606, position (cm) = (8.27124,-17.7151,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.207005, position (cm) = (18.6863,-19.6192,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.120368, position (cm) = (25.4165,-20.1847,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.73177, position (cm) = (28.4738,8.41892,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 7.21205, position (cm) = (25.0402,-7.6681,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 14.1145, position (cm) = (16.6089,-2.35728,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 13.6423, position (cm) = (19.2357,-3.53765,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 13.6423, position (cm) = (19.2357,-3.53765,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0794868, position (cm) = (30.7987,-8.81672,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.19273, position (cm) = (23.5516,-8.78882,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (22.0762,-9.75048,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 12.2039, position (cm) = (24.5642,-9.15909,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.2331, position (cm) = (17.1642,-1.96453,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.02734, position (cm) = (-25.8898,38.8668,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0849974, position (cm) = (57.5209,-73.325,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 7.5048, position (cm) = (90.3847,-89.7011,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 36.13, position (cm) = (91.187,-58.8964,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 9.57271e-05, position (cm) = (97.387,-40.7403,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.739457, position (cm) = (49.3082,-52.1333,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 35.8932, position (cm) = (92.2075,-56.3703,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.232073, position (cm) = (110.906,-69.7036,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.0744478, position (cm) = (104.816,-62.2571,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.203874, position (cm) = (102.841,-68.0654,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.11552, position (cm) = (106.055,-61.5814,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0589294, position (cm) = (71.5307,-80.0436,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.44984e-05, position (cm) = (96.5439,-23.1835,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 1.3218, position (cm) = (79.1444,-31.8456,200), weight = 1.49012e-08 + e-, kinetic energy (MeV) = 4.20916, position (cm) = (79.2503,-31.7685,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.678733, position (cm) = (114.63,6.05885,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 12.4905, position (cm) = (118.752,12.3379,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 8.55894, position (cm) = (118.741,12.3062,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.119104, position (cm) = (99.0928,0.451056,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 2.10925e-07, position (cm) = (151.844,-35.5569,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.323968, position (cm) = (143.083,-28.3781,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.155238, position (cm) = (108.935,-30.3085,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 26.1241, position (cm) = (112.728,-19.6693,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.000377793, position (cm) = (102.535,-18.4006,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 4.74076, position (cm) = (85.1262,-20.7902,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 1.1188, position (cm) = (82.5481,-23.9824,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.0984046, position (cm) = (82.3398,-24.6834,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.194676, position (cm) = (96.253,-22.3685,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 1.68303, position (cm) = (89.5349,-25.9641,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.0521163, position (cm) = (114.691,-26.2012,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 8.59898, position (cm) = (86.7917,-37.349,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.123672, position (cm) = (84.6371,-35.0288,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.0657721, position (cm) = (93.6995,-30.2607,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.00181945, position (cm) = (100.591,-22.9173,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.00161804, position (cm) = (89.2079,-95.9419,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.00277093, position (cm) = (4.57562,-113.158,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.485537, position (cm) = (7.76464,-112.7,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 33.6415, position (cm) = (17.3076,-109.079,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 42.4232, position (cm) = (7.88948,-102.287,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.18834, position (cm) = (18.0066,-60.7995,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.185445, position (cm) = (15.45,-45.5367,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.271185, position (cm) = (-18.5777,-91.6456,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.69058, position (cm) = (-25.2815,-85.5215,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 6.83401, position (cm) = (10.3103,-73.4055,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.15265, position (cm) = (13.2006,-71.041,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.102132, position (cm) = (17.2924,-66.8761,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 5.18542, position (cm) = (7.08387,-66.932,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 17.9331, position (cm) = (9.73943,-66.5266,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 18.4418, position (cm) = (20.0865,-78.2268,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.16018, position (cm) = (8.64822,-72.5805,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 18.7143, position (cm) = (16.5651,-76.3056,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 18.4349, position (cm) = (16.1921,-78.2801,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 18.6228, position (cm) = (16.8539,-75.1638,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 3.97352, position (cm) = (18.7823,-75.0945,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 18.7143, position (cm) = (16.5651,-76.3056,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 16.0603, position (cm) = (175.559,82.2537,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 32.9671, position (cm) = (166.926,87.8857,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.04693, position (cm) = (173.813,61.7054,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 32.8144, position (cm) = (183.669,88.7212,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 34.6316, position (cm) = (169.209,87.5876,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.26825, position (cm) = (129.147,34.01,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 7.02476e-06, position (cm) = (2.26346,47.1777,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 11.221, position (cm) = (-26.0254,50.215,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0783863, position (cm) = (-24.6725,43.2745,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 3.78207, position (cm) = (-20.1396,42.3579,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.263336, position (cm) = (-25.1389,37.5933,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 4.58383, position (cm) = (-23.4796,55.2846,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.447187, position (cm) = (-12.6239,53.6551,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.295261, position (cm) = (-34.9786,56.7921,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 1.5673, position (cm) = (-14.4611,19.6446,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.261488, position (cm) = (25.9655,40.9878,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 1.59352, position (cm) = (4.74239,64.0993,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 5.97585, position (cm) = (-18.922,40.6602,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0723798, position (cm) = (-23.7432,48.1053,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.520378, position (cm) = (71.2672,-42.927,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.94083, position (cm) = (65.4641,-92.7914,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.09923, position (cm) = (66.0485,-96.7054,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 46.6144, position (cm) = (68.7434,-99.8867,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.28445, position (cm) = (53.7986,-98.0858,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 36.6293, position (cm) = (67.4378,-94.751,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 69.7409, position (cm) = (59.0558,-79.7602,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 68.7089, position (cm) = (53.1707,-77.6107,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 31.0137, position (cm) = (196.285,72.2871,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 31.0137, position (cm) = (196.285,72.2871,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0628361, position (cm) = (197.025,72.5677,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.11833, position (cm) = (193.203,74.2402,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0473945, position (cm) = (190.377,68.7825,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 31.7918, position (cm) = (200.781,73.9687,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 31.7918, position (cm) = (200.781,73.9687,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 34.2242, position (cm) = (128.908,59.693,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 34.2242, position (cm) = (128.908,59.693,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 44.8233, position (cm) = (134.115,59.1823,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.24657, position (cm) = (133.883,52.981,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.194299, position (cm) = (133.077,69.3296,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.826789, position (cm) = (138.169,53.1252,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.528577, position (cm) = (149.414,55.1081,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.168467, position (cm) = (148.081,54.0246,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.85136, position (cm) = (131.028,54.9479,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.98256, position (cm) = (141.849,81.4994,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 44.622, position (cm) = (136.962,57.3784,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.2741, position (cm) = (140.377,61.1782,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.154326, position (cm) = (135.399,58.7446,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 2.64926, position (cm) = (123.025,59.8178,200), weight = 0.0078125 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index 1006782fdeb..1dd3d77f3fe 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -905,198 +905,251 @@ See commands in /vis/modeling/trajectories/ for other options. neutron, kinetic energy (MeV) = 36.5444, position (cm) = (18.093,-23.0131,500), weight = 1.90735e-06 neutron, kinetic energy (MeV) = 35.6515, position (cm) = (9.43235,-16.3068,500), weight = 1.90735e-06 gamma, kinetic energy (MeV) = 7.00634, position (cm) = (-133.068,37.6346,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.140266, position (cm) = (-86.8871,114.269,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.741197, position (cm) = (-90.1457,108.569,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.54199, position (cm) = (-91.5792,113.017,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.189765, position (cm) = (-93.5402,118.701,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.25138, position (cm) = (-91.887,118.41,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.40002, position (cm) = (-93.4914,125.238,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00180304, position (cm) = (-97.4856,113.277,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.85095, position (cm) = (-91.4698,114.81,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.94666, position (cm) = (-90.5971,112.848,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.20643, position (cm) = (-93.2718,106.2,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.234302, position (cm) = (-98.6074,132.514,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.33745e-06, position (cm) = (-55.2799,90.9239,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 79.2589, position (cm) = (-101.696,123.628,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.164731, position (cm) = (-77.5766,109.465,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.25657, position (cm) = (-104.911,84.8053,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00796669, position (cm) = (47.0284,-114.633,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.46948, position (cm) = (144.89,-133.801,500), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 74.4637, position (cm) = (113.877,-116.402,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 73.4213, position (cm) = (141.609,-112.545,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 78.1049, position (cm) = (-27.0619,-102.857,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.352376, position (cm) = (-13.7394,-101.663,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0583845, position (cm) = (-9.1709,-104.035,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.200616, position (cm) = (-7.16072,-101.025,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0962154, position (cm) = (-51.0591,-75.2406,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.70262, position (cm) = (35.9984,-69.1106,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 75.6254, position (cm) = (-83.8098,-0.0869977,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.75808, position (cm) = (-48.6671,-70.3474,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.811314, position (cm) = (-69.2231,-53.9733,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.94302, position (cm) = (-63.9206,-67.2034,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.29389, position (cm) = (-67.5016,-55.8743,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.353891, position (cm) = (-51.7188,-72.9788,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.456521, position (cm) = (-31.6668,-109.551,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.741631, position (cm) = (-54.3923,-90.2974,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.124942, position (cm) = (-55.7817,-84.0729,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.55329, position (cm) = (-57.5752,-85.5576,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.71973, position (cm) = (-58.411,-85.5962,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.857401, position (cm) = (-1.54652,-18.9678,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 62.5649, position (cm) = (-2.48942,-44.5934,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.197001, position (cm) = (21.4525,-41.9632,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.43959, position (cm) = (-3.82082,-42.1668,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.12769, position (cm) = (-9.2345,-26.988,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 54.3379, position (cm) = (14.5449,-19.8315,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 67.1668, position (cm) = (12.2484,-37.0492,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.14502, position (cm) = (0.633118,76.8,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00378502, position (cm) = (33.1862,68.303,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0617276, position (cm) = (15.5466,74.7144,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.02647, position (cm) = (-0.109115,59.0027,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0788408, position (cm) = (-6.34341,51.627,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 85.7497, position (cm) = (-5.33715,49.7166,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00825623, position (cm) = (-59.8088,74.0176,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 73.2103, position (cm) = (-47.066,56.2491,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.21589, position (cm) = (-44.238,52.1233,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.460548, position (cm) = (-36.5809,105.298,500), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 60.6311, position (cm) = (-42.8237,126.13,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 78.4671, position (cm) = (-30.0125,89.5887,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 78.3876, position (cm) = (-20.332,104.835,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 78.738, position (cm) = (-20.02,108.587,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.7043, position (cm) = (17.4251,134.51,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.95744, position (cm) = (-4.20811,140.846,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 61.0057, position (cm) = (-54.1889,43.0762,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0835954, position (cm) = (-104.23,-4.57756,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.38715, position (cm) = (-25.0031,12.7836,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.328, position (cm) = (-17.2171,12.9128,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.179114, position (cm) = (-33.5447,29.2242,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 19.5391, position (cm) = (-27.3544,27.114,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.18709, position (cm) = (-38.0728,9.14094,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.3212, position (cm) = (-45.2936,21.0072,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.1265, position (cm) = (-1.8033,19.0092,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.3704, position (cm) = (-3.79368,10.24,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.40354, position (cm) = (-27.7116,10.8148,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.685357, position (cm) = (-28.7408,15.78,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 18.5237, position (cm) = (-25.3173,9.90241,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.64489e-05, position (cm) = (-55.1529,-10.0393,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 30.2747, position (cm) = (-37.0796,12.219,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.43134, position (cm) = (-8.68839,2.93237,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22455, position (cm) = (-45.5311,13.202,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 55.6451, position (cm) = (-17.435,113.694,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.148123, position (cm) = (-19.1393,76.5436,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.45796, position (cm) = (-107.649,39.4305,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00079923, position (cm) = (24.4061,46.8457,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.50904, position (cm) = (28.8647,27.1153,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.68819, position (cm) = (-11.3927,37.7699,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 31.3114, position (cm) = (-13.6508,38.0261,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 54.5221, position (cm) = (-2.59691,39.9243,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.158785, position (cm) = (77.2997,39.4874,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.447676, position (cm) = (70.4525,65.3927,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 22.0395, position (cm) = (84.6409,-4.90098,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.69169, position (cm) = (116.119,10.401,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 15.6456, position (cm) = (102.564,-9.7192,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.963031, position (cm) = (80.5989,2.12419,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.358108, position (cm) = (76.4396,-0.389241,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.120232, position (cm) = (89.5324,-20.4989,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.898715, position (cm) = (65.8176,-1.18168,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.3886, position (cm) = (69.4156,20.204,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.140245, position (cm) = (70.2975,9.16221,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22305, position (cm) = (76.806,100.797,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.23779, position (cm) = (56.5274,89.0454,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.5377, position (cm) = (64.9263,142.648,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.614788, position (cm) = (107.269,132.387,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.32974, position (cm) = (101.787,137.237,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.95693, position (cm) = (-134.407,-97.894,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 63.6501, position (cm) = (111.068,20.618,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.399102, position (cm) = (122.709,12.9871,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.4534, position (cm) = (98.3732,30.6102,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.364823, position (cm) = (-94.0562,-40.0382,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.225969, position (cm) = (-97.9486,-43.5543,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 45.9556, position (cm) = (33.6363,-83.5267,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.124725, position (cm) = (4.24166,-82.6664,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.04235e-06, position (cm) = (9.43655,-73.472,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.589198, position (cm) = (-1.00575,-77.4012,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 11.9745, position (cm) = (25.4112,-83.0829,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0391018, position (cm) = (66.667,-10.7262,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.26074, position (cm) = (50.4986,-32.1246,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 66.2366, position (cm) = (52.1285,-47.7817,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.267639, position (cm) = (3.44574,-7.90013,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.51865, position (cm) = (9.19819,17.9985,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.1768, position (cm) = (80.3844,38.5272,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.85588, position (cm) = (78.3658,38.2986,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.43375, position (cm) = (71.5394,37.1557,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.83165, position (cm) = (1.46423,-2.22651,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 65.0491, position (cm) = (58.9841,-4.59886,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.08576, position (cm) = (9.52526,-39.2211,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.90562, position (cm) = (39.5463,-89.1447,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.15036, position (cm) = (34.5827,-95.7524,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.22263, position (cm) = (3.94171,-49.2991,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 32.9631, position (cm) = (40.2989,-61.8989,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 40.3076, position (cm) = (41.3757,-54.6807,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.207456, position (cm) = (-72.9046,-83.812,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.1021, position (cm) = (81.2641,-122.597,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.6719, position (cm) = (82.0222,-94.905,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 86.3579, position (cm) = (125.256,-110.359,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.755743, position (cm) = (127.996,-107.124,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.20851, position (cm) = (122.053,-106.031,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 15.3873, position (cm) = (124.714,-111.15,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.414058, position (cm) = (138.654,-108.684,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.723892, position (cm) = (-25.5858,-90.8814,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.93291, position (cm) = (-8.87922,-108.387,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.74882, position (cm) = (5.09155,-113.326,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 32.6469, position (cm) = (-19.0241,-94.66,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.54383e-05, position (cm) = (0.0506394,-143.963,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 41.3908, position (cm) = (-0.817772,-132.705,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 47.3005, position (cm) = (-58.8984,-125.392,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.0904, position (cm) = (-64.3907,-128.457,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.11117, position (cm) = (-5.16719,-119.83,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.268189, position (cm) = (-5.95676,-120.3,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.118757, position (cm) = (-5.11108,-120.107,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 70.928, position (cm) = (1.56742,-127.411,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 82.1287, position (cm) = (-37.5273,-122.782,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0895505, position (cm) = (-39.3261,-104.83,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.157805, position (cm) = (-29.4958,-100.135,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 75.5764, position (cm) = (-12.812,-126.099,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.445138, position (cm) = (9.3862,-81.0817,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.159984, position (cm) = (-1.46289,-127.516,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 74.0343, position (cm) = (-28.2419,-114.284,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 74.6306, position (cm) = (-15.2973,-114.499,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 75.028, position (cm) = (-11.0035,-120.496,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0775395, position (cm) = (30.4671,-136.052,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0800591, position (cm) = (-1.75344,-72.1743,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 39.4357, position (cm) = (13.7316,21.825,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.66513, position (cm) = (8.68105,24.4116,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.85506, position (cm) = (24.6502,-3.20907,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.17181, position (cm) = (21.9921,0.363178,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0673287, position (cm) = (28.0123,-0.164477,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.260558, position (cm) = (-19.6477,33.96,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 16.2084, position (cm) = (9.6735,31.6694,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0485432, position (cm) = (-2.29431,-20.7069,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.246523, position (cm) = (-15.1824,27.7816,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.05168, position (cm) = (-37.2279,26.5569,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.575923, position (cm) = (-1.21356,35.7014,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.075279, position (cm) = (8.76327,-116.698,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.85506, position (cm) = (7.6226,-109.117,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0866945, position (cm) = (13.7792,-102.43,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.864611, position (cm) = (11.7915,-102.58,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.75192, position (cm) = (5.90111,-90.0575,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 30.8574, position (cm) = (4.74639,-138.198,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.361087, position (cm) = (-3.78604,-99.1869,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.176892, position (cm) = (-4.15714,-89.3218,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.690912, position (cm) = (-13.6369,-89.1682,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00165956, position (cm) = (93.2127,-59.2764,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.116554, position (cm) = (63.7372,-70.9673,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 6.97355e-09, position (cm) = (73.4477,-42.2169,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.6485, position (cm) = (49.0255,-19.4276,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.76855, position (cm) = (58.3438,-50.895,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.788392, position (cm) = (72.8726,-55.8395,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0644889, position (cm) = (76.0227,-70.9543,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.552571, position (cm) = (68.8104,-70.3221,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.295702, position (cm) = (71.4652,-67.105,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.157142, position (cm) = (56.8129,-19.3375,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 36.1489, position (cm) = (72.5443,-47.0942,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.633954, position (cm) = (76.3932,2.6359,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 53.5083, position (cm) = (-94.6165,-76.5466,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.648331, position (cm) = (-47.423,21.3802,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.1049, position (cm) = (-82.6104,121.726,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 16.403, position (cm) = (-98.6579,110.085,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.8422, position (cm) = (-88.3023,138.328,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.06396, position (cm) = (-88.4741,139.866,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.29694, position (cm) = (-111.296,125.453,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.04618, position (cm) = (-113.374,55.4978,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.3157, position (cm) = (-121.064,69.6969,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000332875, position (cm) = (141.289,-88.7741,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.121524, position (cm) = (91.2276,-131.641,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.148561, position (cm) = (121.819,-127.749,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.15731, position (cm) = (86.5288,-138.36,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.946184, position (cm) = (134.422,-68.3782,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.153768, position (cm) = (110.347,-68.4716,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000148128, position (cm) = (101.496,-107.242,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.408906, position (cm) = (46.3696,-95.8863,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 3.38321, position (cm) = (7.69697,-90.5819,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.14655, position (cm) = (-2.97876,-100.066,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.697217, position (cm) = (13.6087,-123.267,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.275355, position (cm) = (17.6359,-103.436,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.16977e-06, position (cm) = (8.91868,-80.1425,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.182477, position (cm) = (8.76418,-107.139,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.04725, position (cm) = (17.3541,-90.3785,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0931695, position (cm) = (52.8147,-105.068,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.696981, position (cm) = (26.4995,-138.502,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 86.0702, position (cm) = (31.4905,-94.0431,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.08112, position (cm) = (33.605,-97.9527,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.23068, position (cm) = (32.1021,-97.4124,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.206176, position (cm) = (40.0353,-96.3426,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 18.2439, position (cm) = (37.813,-108.173,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 86.0702, position (cm) = (31.4905,-94.0431,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.01677, position (cm) = (32.0828,-93.6042,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 26.4128, position (cm) = (29.6486,-92.3537,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 84.9869, position (cm) = (85.241,-138.44,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 84.6233, position (cm) = (86.2339,-127.12,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.85585, position (cm) = (-98.9649,-130.899,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 64.7859, position (cm) = (-32.5634,-139.904,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.77439, position (cm) = (-29.5098,-147.541,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.109401, position (cm) = (-39.4346,-134.827,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0649692, position (cm) = (-11.6922,-132.336,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.781164, position (cm) = (-10.4698,-124.948,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.72863, position (cm) = (-11.6151,-127.695,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 52.1131, position (cm) = (-25.3254,-123.27,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.137853, position (cm) = (23.1229,-134.551,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 81.4534, position (cm) = (-98.9251,-54.725,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.766515, position (cm) = (-83.6153,-9.66834,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.13551, position (cm) = (-93.627,33.4017,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 64.431, position (cm) = (-62.5806,-36.0344,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.147875, position (cm) = (-16.2863,-130.678,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.170635, position (cm) = (-16.1594,-128.357,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 55.2832, position (cm) = (-12.0848,-118.522,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 88.3785, position (cm) = (-3.28647,-149.504,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 89.0564, position (cm) = (-23.4311,-133.51,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 64.1217, position (cm) = (-24.0783,-126.993,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 88.9208, position (cm) = (-31.6337,-136.523,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.194852, position (cm) = (-50.8953,-140.399,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 54.8666, position (cm) = (-42.6638,-133.365,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 60.7731, position (cm) = (3.85903,-23.2633,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.178173, position (cm) = (5.02277,-26.3181,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.68959, position (cm) = (6.28761,-27.3591,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.13415, position (cm) = (35.7911,-5.07658,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.46297, position (cm) = (-5.64534,-54.008,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 61.7158, position (cm) = (19.4682,-31.3299,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.801538, position (cm) = (22.5289,43.1609,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 65.07, position (cm) = (21.3599,47.1426,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 65.361, position (cm) = (19.5906,47.3045,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0609698, position (cm) = (-95.2599,-29.3966,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.7218, position (cm) = (-104.062,-23.025,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0879862, position (cm) = (-60.229,-24.2788,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.86069, position (cm) = (-77.8181,-37.1908,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.55781, position (cm) = (-48.1397,-32.6303,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.249491, position (cm) = (-34.3465,-27.6672,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0867745, position (cm) = (-30.8746,-19.765,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.115566, position (cm) = (-49.6158,-25.6432,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.44511, position (cm) = (-30.1423,-18.6613,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.27852, position (cm) = (-37.9147,-14.144,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.769104, position (cm) = (-92.9579,16.4134,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.414866, position (cm) = (-112.991,8.68056,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.3485, position (cm) = (-101.699,20.1677,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.174619, position (cm) = (-100.735,20.1046,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.213143, position (cm) = (-122.051,-8.79805,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.792031, position (cm) = (-139.81,17.0882,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.14546, position (cm) = (-133.061,45.7558,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.35529, position (cm) = (-122.553,-3.49537,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.52963, position (cm) = (-134.429,-28.0457,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.31203e-06, position (cm) = (-115.588,17.9207,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.18648, position (cm) = (-104.025,-6.22148,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.71304, position (cm) = (-107.386,-5.86032,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 36.684, position (cm) = (-83.5695,-36.2497,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 37.2378, position (cm) = (-84.3475,-34.6733,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.703188, position (cm) = (-20.2292,-13.4644,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.13833, position (cm) = (-24.6177,-8.86502,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.36273e-06, position (cm) = (-18.5101,-21.0488,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.36, position (cm) = (-23.8626,-15.7835,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.64778, position (cm) = (-45.4775,-19.1085,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.6494, position (cm) = (17.9512,15.8317,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.239528, position (cm) = (32.7296,35.5136,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.526727, position (cm) = (25.707,21.7946,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.430711, position (cm) = (27.2425,33.9609,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.8835, position (cm) = (18.0035,28.3395,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.8242, position (cm) = (14.6427,27.7241,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.36153, position (cm) = (34.3461,17.7398,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.779888, position (cm) = (-5.74734,81.4177,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 76.6483, position (cm) = (54.3654,80.1626,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 76.6909, position (cm) = (48.3913,66.2636,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.84245e-08, position (cm) = (-15.3573,33.7504,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 92.0686, position (cm) = (0.995072,-22.2712,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.466, position (cm) = (-5.03299,-12.2313,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 67.9481, position (cm) = (-10.5667,-0.798321,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.43024, position (cm) = (-10.0502,-3.48037,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.90481, position (cm) = (13.8959,0.689755,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 43.91, position (cm) = (-9.37399,-1.85668,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.15682e-07, position (cm) = (-19.8512,-10.0879,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.265505, position (cm) = (6.3319,-0.948721,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.207201, position (cm) = (1.74269,-8.59924,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.94196e-07, position (cm) = (-16.3739,-16.0518,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.112872, position (cm) = (-2.84498,12.4508,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000624108, position (cm) = (14.232,-4.56992,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0913903, position (cm) = (12.461,3.43149,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.5594, position (cm) = (4.58286,-7.82462,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.5051, position (cm) = (4.43732,-8.19624,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 93.9661, position (cm) = (7.45749,-2.72252,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.860034, position (cm) = (24.0469,-35.9097,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.4242, position (cm) = (28.9231,-30.3274,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0538608, position (cm) = (15.7013,-31.5147,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.697829, position (cm) = (113.263,-116.543,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000138887, position (cm) = (113.572,-118.317,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.39832, position (cm) = (106.435,-122.21,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.83983, position (cm) = (119.634,-116.143,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.21667, position (cm) = (134.16,-132.785,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.188292, position (cm) = (118.657,-123.345,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.77942, position (cm) = (130.663,-123.582,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.92954, position (cm) = (123.13,-118.794,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.406494, position (cm) = (103.599,-70.5102,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 68.2023, position (cm) = (105.447,-106.029,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.553165, position (cm) = (73.7929,-60.9813,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 23.9514, position (cm) = (22.659,59.0507,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.90873, position (cm) = (-7.51766,55.4748,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0734428, position (cm) = (28.1893,16.1316,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.37871, position (cm) = (24.5969,16.3118,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 97.3583, position (cm) = (14.5242,27.9735,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.8026, position (cm) = (-0.213336,36.4042,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.80781, position (cm) = (-28.1908,32.4681,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.9414, position (cm) = (-43.0751,35.7523,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.61397, position (cm) = (-71.5282,44.2313,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 97.265, position (cm) = (4.24119,35.4507,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 97.265, position (cm) = (4.24119,35.4507,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.66064, position (cm) = (-25.7616,64.2866,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.01867, position (cm) = (27.5987,-2.92038,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.36898e-07, position (cm) = (15.3979,7.17369,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22305, position (cm) = (-9.03318,27.7361,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.129249, position (cm) = (25.2333,-12.1795,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.0473, position (cm) = (20.8629,-18.7336,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (91.2887,-22.2106,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.140181, position (cm) = (33.9463,-34.6061,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.66235, position (cm) = (39.9397,-45.2584,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.581481, position (cm) = (22.3879,-20.1192,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.298727, position (cm) = (11.5886,-22.0191,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0963863, position (cm) = (18.7711,-13.3805,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.101948, position (cm) = (-9.93393,-43.5486,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.05954e-08, position (cm) = (-9.04247,-17.689,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.69388, position (cm) = (40.5601,-11.8433,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.05136, position (cm) = (36.3756,-27.2572,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.39336, position (cm) = (36.6425,-26.9904,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.0307, position (cm) = (-1.04358,-11.1412,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00123783, position (cm) = (17.5918,0.0647508,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.50924, position (cm) = (35.387,-28.0867,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 19.9267, position (cm) = (29.9659,-22.1505,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.4948, position (cm) = (32.9948,-12.9352,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.01266, position (cm) = (26.1523,-3.21258,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.48479, position (cm) = (16.9574,-8.08798,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.142099, position (cm) = (41.7371,87.1589,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.2643, position (cm) = (27.2142,75.6588,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 91.8618, position (cm) = (39.8968,32.8144,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 92.1556, position (cm) = (39.6807,33.1978,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 92.0256, position (cm) = (26.8778,24.5551,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 77.5927, position (cm) = (26.7554,21.7761,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.3396, position (cm) = (5.92206,140.905,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 69.8382, position (cm) = (7.82782,134.983,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.5969, position (cm) = (0.74147,122.904,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (12.761,130.771,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.117856, position (cm) = (10.3862,118.268,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 67.3525, position (cm) = (-21.9061,146.049,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.21, position (cm) = (-16.2027,137.181,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.841, position (cm) = (-30.0233,134.278,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 56.1224, position (cm) = (-35.417,137.46,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.3131, position (cm) = (-31.1958,146.647,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.07523e-07, position (cm) = (-10.1939,114.305,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.45664, position (cm) = (-2.61881,108.831,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 46.5756, position (cm) = (-47.6472,110.986,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.115078, position (cm) = (-46.0419,104.823,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.4077, position (cm) = (-47.7372,116.304,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.449283, position (cm) = (-33.428,130.188,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.53298, position (cm) = (-31.8097,112.504,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.613564, position (cm) = (-40.7241,118.983,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.39077, position (cm) = (-19.6118,131.177,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0591101, position (cm) = (29.8376,31.5927,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0938814, position (cm) = (30.1668,61.4893,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.3067, position (cm) = (28.847,61.3403,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.49689, position (cm) = (35.3231,63.7048,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.08294e-10, position (cm) = (7.35236,-33.3543,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 19.7361, position (cm) = (66.8688,-15.2116,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 64.4951, position (cm) = (65.7949,-8.18845,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.99738, position (cm) = (4.99447,114.263,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.931255, position (cm) = (44.6485,107.958,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.7309, position (cm) = (41.5907,108.79,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 76.4893, position (cm) = (51.9262,123.241,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0715896, position (cm) = (-7.01057,87.0583,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.523748, position (cm) = (-42.9483,94.5013,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 8.77886, position (cm) = (-10.1191,94.7235,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.546223, position (cm) = (23.586,106.927,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.382008, position (cm) = (-44.0456,127.466,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.401764, position (cm) = (-47.3779,89.4641,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.695616, position (cm) = (-44.3179,98.5539,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 14.306, position (cm) = (-53.0802,107.97,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.173868, position (cm) = (-47.1955,114.951,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 86.1527, position (cm) = (-46.7853,108.603,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.6718, position (cm) = (-47.678,118.048,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.04252, position (cm) = (49.4306,116.004,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.25543, position (cm) = (48.8405,89.6611,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.91604, position (cm) = (46.0131,73.5764,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 82.3708, position (cm) = (-8.8913,110.118,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.130613, position (cm) = (-55.3679,125.704,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 36.499, position (cm) = (-10.916,117.224,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.7834, position (cm) = (-0.89277,127.986,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.6758, position (cm) = (-0.996055,127.839,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.73946, position (cm) = (-54.6041,122.23,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.74876, position (cm) = (-7.78144,-6.60264,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.18638, position (cm) = (1.48387,2.98227,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.816854, position (cm) = (-4.59952,3.74594,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.26531, position (cm) = (7.63962,-27.8335,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.92618, position (cm) = (-14.7962,-40.3848,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 74.0207, position (cm) = (19.9949,-20.9553,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.332949, position (cm) = (17.9754,-24.5631,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.75859, position (cm) = (37.0332,-18.6234,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000290872, position (cm) = (61.5434,-11.923,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 33.0814, position (cm) = (19.3792,-23.952,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.192788, position (cm) = (47.0939,-30.8709,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.61888, position (cm) = (39.1294,-30.6576,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 67.0615, position (cm) = (57.146,-23.9225,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 72.3824, position (cm) = (39.4597,-17.452,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.02832, position (cm) = (2.3876,-14.3866,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.82092, position (cm) = (-8.17552,-26.5076,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.186063, position (cm) = (12.6306,-39.4128,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 60.6009, position (cm) = (15.8571,-47.4046,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 59.9046, position (cm) = (14.358,-47.5265,500), weight = 1.90735e-06 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index 2cb07e84274..96ddd08ba88 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -329,7 +329,7 @@ nb event 170000 Run terminated. Run Summary Run Aborted after 173590 events processed. - User=72.770000s Real=78.555971s Sys=0.110000s + User=64.670000s Real=68.937973s Sys=0.180000s Results of reverse/adjoint simulation! normalised edep [MeV] = 0.00165068 error[MeV] = 1.65068e-05 diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index f809b065d53..c2174e8445a 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -375,7 +375,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000471s Sys=0.000000s + User=0.000000s Real=0.000556s Sys=0.000000s ========= Table of registered couples ============================ @@ -430,7 +430,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000242s Sys=0.000000s + User=0.000000s Real=0.000208s 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 1c4d43eb468..ebbdc53fab5 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -425,7 +425,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.610000s Real=1.619178s Sys=0.000000s + User=1.100000s Real=1.126079s Sys=0.000000s ======================== run summary ====================== @@ -494,37 +494,37 @@ N=17 V[N]={511862276547668598, 1471172288461575206, 1128851390031159049, 9861769 Run terminated. Run Summary Number of events processed : 2000 - User=0.070000s Real=0.071886s Sys=0.000000s + User=0.060000s Real=0.064040s Sys=0.000000s ======================== run summary ====================== The run is: 2000 proton of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 ) Total energy deposit: 100 MeV - NIEL energy calculated: 230.53 eV + NIEL energy calculated: 226.62 eV - Nb tracks/event neutral: 0 charged: 1.011 - Nb steps/event neutral: 0 charged: 19.311 + Nb tracks/event neutral: 0 charged: 1.0095 + Nb steps/event neutral: 0 charged: 19.299 Process calls frequency : - CoulombScat= 55 RadioactiveDecayBase= 22 hIoni= 38524 - ionIoni= 22 + CoulombScat= 50 RadioactiveDecayBase= 19 hIoni= 38509 + ionIoni= 19 --------------------------------------------------------- Primary particle : - true Range = 3.7132 cm rms = 412.14 um - proj Range = 3.7048 cm rms = 425.83 um - proj/true = 0.99775 - transverse dispersion at end = 1.1239 mm + true Range = 3.7133 cm rms = 409.61 um + proj Range = 3.7049 cm rms = 435.36 um + proj/true = 0.99774 + transverse dispersion at end = 1.1429 mm mass true Range from simulation = 10.026 g/cm2 - from PhysicsTable (csda range) = 10.013 g/cm2 + from PhysicsTable (csda range) = 10.011 g/cm2 --------------------------------------------------------- ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2242478760734191844, 367404330490087245, 45194397492864290, 1268791187056359920, 1662323814748851017, 1464932188731583832, 562075691796711105, 1863622584876278003, 1704574723025588234, 963592955979266590, 543515433432620312, 464598867962878693, 641770506223233834, 2042532019127553785, 346259490809042034, 998315733089559582, 244586720294023349} counter= 8sumtot= 1285668341374836012 +N=17 V[N]={913425094942195650, 1669804377416371868, 676410091410990968, 1285517587114154658, 125323819510907687, 1370135114624171332, 1168103701194230878, 2238977698225572169, 1302655875947126391, 2300980640291497885, 1798177981595136014, 402371273733732173, 1760031994401657307, 997255217082257182, 1964862088753589191, 1126655732531703662, 431701229884682265} counter= 7sumtot= 779802435736731721 --------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index d4751ca4dab..06562706a79 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -145,7 +145,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 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -232,7 +232,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 @@ -563,7 +563,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.230000s Real=0.229898s Sys=0.000000s + User=0.200000s Real=0.261069s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 Mean energy deposit in absorber = 0.0488395 +-0.0194561 MeV diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index 0c0cbbb6afa..2ab95199f7f 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -432,7 +432,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20000 - User=0.670000s Real=0.712145s Sys=0.000000s + User=0.600000s Real=0.612273s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 05039ffaead..38e727572c5 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -160,7 +160,7 @@ Screening factor 1 Run terminated. Run Summary Number of events processed : 10000 - User=0.770000s Real=0.834812s Sys=0.000000s + User=0.680000s Real=0.733497s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 1743fd50708..6953b1d51ae 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -176,7 +176,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.120000s Real=2.315627s Sys=0.000000s + User=2.010000s Real=2.025244s Sys=0.010000s ======================== run summary ====================== @@ -243,7 +243,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.300000s Real=2.517891s Sys=0.000000s + User=2.100000s Real=2.110349s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 4d672650544..c73cc2f63c6 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -176,7 +176,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.770000s Real=3.872863s Sys=0.000000s + User=3.770000s Real=3.859980s Sys=0.000000s ======================== run summary ====================== @@ -246,7 +246,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.920000s Real=2.958576s Sys=0.000000s + User=2.940000s Real=2.998871s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 4086f929949..2d1603cf0b2 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -490,7 +490,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.040000s Real=0.039196s Sys=0.000000s + User=0.040000s Real=0.034457s 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.057450s Sys=0.000000s + User=0.050000s Real=0.050836s 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 b86828080e0..ad6c697b20a 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -270,7 +270,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.200000s Real=0.238092s Sys=0.000000s + User=0.150000s Real=0.154824s 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 220ba128c69..380a3b5faa0 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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.530000s Real=1.635862s Sys=0.010000s + User=1.300000s Real=1.323472s Sys=0.010000s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -246,13 +246,13 @@ N=17 V[N]={390989001462590597, 2165133204863311347, 854974819548217897, 21264851 Run terminated. Run Summary Number of events processed : 10000 - User=1.330000s Real=1.421897s Sys=0.000000s + User=1.270000s Real=1.345879s Sys=0.000000s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hIoni : 428839 hPairProd : 59634 CoulombScat : 5677 hBrems : 339 + Number of process calls ---> hIoni : 434607 hPairProd : 59197 CoulombScat : 5635 hBrems : 365 - Simulation: total CrossSection = 0.49449 /cm MeanFreePath = 2.0223 cm massicCrossSection = 0.062832 cm2/g + Simulation: total CrossSection = 0.4998 /cm MeanFreePath = 2.0008 cm massicCrossSection = 0.063507 cm2/g # /gun/particle proton /run/beamOn 10000 @@ -287,7 +287,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={189834841800119698, 933698143446158285, 303366963357487890, 1657727968765643003, 1931848314084735928, 528222828093349202, 2266763837204729526, 844778916719660478, 1553452260019614839, 701305615943610690, 1877080332352109664, 482776174036698067, 1692678699103286550, 1672171112634157092, 1348922200906541837, 2269046978341506103, 1319329630900893632} counter= 17sumtot= 820417734787056925 +N=17 V[N]={2298238080532625205, 1178087240650624566, 1997045959359451701, 1839152004624977817, 17394026815102248, 750372274557854376, 1884977897583905302, 992851946312358541, 2003537805941153099, 1052213940802144931, 1875254901294267785, 667592037758835967, 830020360070016604, 582202057381135542, 1032263805990655081, 2204166422926943861, 1021198113789617211} counter= 8sumtot= 1473981793468424278 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -302,13 +302,13 @@ N=17 V[N]={189834841800119698, 933698143446158285, 303366963357487890, 165772796 Run terminated. Run Summary Number of events processed : 10000 - User=1.240000s Real=1.400102s Sys=0.000000s + User=1.110000s Real=1.126027s Sys=0.000000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hIoni : 427382 hPairProd : 33807 CoulombScat : 5516 hBrems : 10 + Number of process calls ---> hIoni : 435051 hPairProd : 34071 CoulombScat : 5507 hBrems : 6 - Simulation: total CrossSection = 0.46671 /cm MeanFreePath = 2.1426 cm massicCrossSection = 0.059303 cm2/g + Simulation: total CrossSection = 0.47463 /cm MeanFreePath = 2.1069 cm massicCrossSection = 0.060309 cm2/g # G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index 674b71768e5..13dd869f732 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -212,7 +212,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.490000s Real=0.560180s Sys=0.000000s + User=0.440000s Real=0.445556s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index 919399c4f68..6b4d56318c0 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -542,7 +542,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.420000s Real=2.458125s Sys=0.000000s + User=2.120000s Real=2.163868s Sys=0.000000s LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE bin Mean rms bin Mean rms diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index 48377bf9d5f..bc1ee64bb9b 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -510,7 +510,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100 - User=1.570000s Real=1.583600s Sys=0.000000s + User=1.340000s Real=1.355080s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen @@ -962,7 +962,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.250000s Real=1.255681s Sys=0.000000s + User=1.120000s Real=1.160115s 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 b732817a720..b790bab2ede 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -142,7 +142,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.650000s Real=0.655895s Sys=0.000000s + User=0.580000s Real=0.658346s Sys=0.010000s --------- Ranecu engine status --------- Initial seed (index) = 0 diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index d2ceece3f04..8d5e3db58df 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,68 +12,404 @@ WWW : http://geant4.org/ ************************************************************** +/control/cout/ignoreThreadsExcept 0 +/run/numberOfThreads 2 +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. /run/verbose 1 # -/testem/det/setWorldMat Aluminium -/testem/det/setWorldX 5 cm -/testem/det/setWorldYZ 3 cm +/testem/det/setAbsMat Silicon +/testem/det/setAbsThick 20 um +/testem/det/setAbsYZ 50 um +/testem/det/setAbsXpos 0 um # -/testem/det/setAbsMat H2Liq -/testem/det/setAbsThick 3 cm -/testem/det/setAbsYZ 2 cm +/testem/phys/addPhysics emstandard_opt3 +PhysicsList::AddPhysicsList: # -/testem/det/setAbsXpos 5 mm +/run/setCut 7 um # -/process/em/verbose 0 +#/process/em/verbose 1 +/process/em/workerVerbose 0 /run/physicsModified -# -##/control/execute vis.mac -##/vis/viewer/zoom 0.8 +#/process/eLoss/fluct false # /run/initialize - Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.880 cm - Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole - ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: H2Liq density: 70.800 mg/cm3 RadL: 8.904 m Nucl.Int.Length: 4.944 m - Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm + Material: Silicon density: 2.330 g/cm3 RadL: 9.366 cm Nucl.Int.Length: 45.660 cm + Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm - ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole - ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % - ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - The WORLD is made of 5 cm of Aluminium. The transverse size (YZ) of the world is 3 cm - The ABSORBER is made of 3 cm of H2Liq. The transverse size (YZ) is 2 cm - X position of the middle of the absorber 5 mm + The WORLD is made of 30 um of G4_Galactic. The transverse size (YZ) of the world is 60 um + The ABSORBER is made of 20 um of Silicon. The transverse size (YZ) is 50 um + X position of the middle of the absorber 0 fm # /testem/gun/setDefault -/gun/particle geantino -/gun/position -20 0 0 mm -/gun/energy 1 eV +/gun/particle pi+ +/gun/energy 5 GeV # -/tracking/verbose 2 -/run/beamOn 1 +/run/printProgress 10000 +# +/run/beamOn 100000 + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+, integral:1 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for GenericIon SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for alpha SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for anti_proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes - Material : Aluminium - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Material : G4_Galactic + Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes - Material : H2Liq - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 990 eV e- 109.289 keV e+ 107.83 keV proton 100 keV + Material : Silicon + Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um + Energy thresholds : gamma 990 eV e- 21.4886 keV e+ 20.8954 keV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -86,43 +422,890 @@ Index : 1 used in the geometry : Yes mixmax state, file version 1.0 N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 --------------------------------------- +--> Event 0 starts. +--> Event 10000 starts. +--> Event 20000 starts. +--> Event 30000 starts. +--> Event 40000 starts. +--> Event 50000 starts. +--> Event 60000 starts. +--> Event 70000 starts. +--> Event 80000 starts. +--> Event 90000 starts. + Run terminated. +Run Summary + Number of events processed : 100000 + User=0.740000s Real=0.739939s Sys=0.000000s + + ======================== run summary ====================== + + The run was 100000 pi+ of 5 GeV through 20 um of Silicon (density: 2.33 g/cm3 ) + + Total energy deposit in absorber per event = 6.352 keV +- 16.21 eV + + -----> Mean dE/dx = 3.176 MeV/cm (1.363 MeV*cm2/g) + + From formulas : + restricted dEdx = 2.963 MeV/cm (1.272 MeV*cm2/g) + full dEdx = 4.726 MeV/cm (2.028 MeV*cm2/g) + + Leakage : primary = 5 GeV +- 1.905 keV secondaries = 5.35 keV +- 1.904 keV + Energy balance : edep + eleak = 5 GeV + + Total track length (charged) in absorber per event = 20.26 um +- 7.691 nm + Total track length (neutral) in absorber per event = 5.833 Ang +- 2.462 Ang + + Number of steps (charged) in absorber per event = 1.113 +- 0.003315 + Number of steps (neutral) in absorber per event = 8e-05 +- 2.828e-05 + + Number of secondaries per event : Gammas = 8e-05 electrons = 0.01704 positrons = 0 + + Number of events with the primary particle transmitted = 100 % + Number of events with at least 1 particle transmitted (same charge as primary) = 100 % + + Number of events with the primary particle reflected = 0 % + Number of events with at least 1 particle reflected (same charge as primary) = 0 % + + MultipleScattering: + rms proj angle of transmit primary particle = 0.02506 mrad (central part only) + computed theta0 (Highland formula) = 0.02627 mrad + central part defined as +- 0.07881 mrad Tail ratio = 1.965 % + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1007875564090939120, 1313595051137071682, 2271136363708012510, 1205543295172096119, 333608786128586692, 519834888049985647, 196952897570231707, 781901413246906815, 1751504221529670823, 101619353087760830, 1828002143350535433, 1343701631994650053, 1058866737847284988, 2293781394596450391, 2079458933078674454, 584633581195413310, 39676618238707507} counter= 11sumtot= 264948800313426473 +--------------------------------------- +# +/testem/det/setAbsMat Gold +/testem/det/setAbsThick 9.658 um +/testem/det/setAbsYZ 1 mm +/testem/gun/setDefault +# Field Should be issued after /run/initialize +#/testem/det/setField 1 tesla +/gun/particle e- +/gun/energy 15.7 MeV +/run/beamOn 50000 + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+, integral:1 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi -********************************************************************************************************* -* G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 -********************************************************************************************************* +hPairProd: for proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2 cm 0 fm 0 fm 1 eV 0 eV 0 fm 0 fm World initStep - 1 -1 cm 0 fm 0 fm 1 eV 0 eV 1 cm 1 cm World Transportation - 2 2 cm 0 fm 0 fm 1 eV 0 eV 3 cm 4 cm Absorber Transportation - 3 2.5 cm 0 fm 0 fm 1 eV 0 eV 5 mm 4.5 cm World OutOfWorld +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for GenericIon SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for alpha SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for anti_proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 700 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : No + Material : Silicon + Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um + Energy thresholds : gamma 990 eV e- 21.4886 keV e+ 20.8954 keV proton 700 eV + +Index : 2 used in the geometry : Yes + Material : Gold + Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um + Energy thresholds : gamma 6.54229 keV e- 65.1406 keV e+ 63.8405 keV proton 700 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1007875564090939120, 1313595051137071682, 2271136363708012510, 1205543295172096119, 333608786128586692, 519834888049985647, 196952897570231707, 781901413246906815, 1751504221529670823, 101619353087760830, 1828002143350535433, 1343701631994650053, 1058866737847284988, 2293781394596450391, 2079458933078674454, 584633581195413310, 39676618238707507} counter= 11sumtot= 264948800313426473 +--------------------------------------- +--> Event 0 starts. +--> Event 10000 starts. +--> Event 20000 starts. +--> Event 30000 starts. +--> Event 40000 starts. Run terminated. Run Summary - Number of events processed : 1 - User=0.000000s Real=0.000552s Sys=0.000000s + Number of events processed : 50000 + User=0.780000s Real=0.824261s Sys=0.000000s ======================== run summary ====================== - The run was 1 geantino of 1 eV through 3 cm of H2Liq (density: 70.8 mg/cm3) + The run was 50000 e- of 15.7 MeV through 9.66 um of Gold (density: 19.3 g/cm3 ) - Total energy deposit in absorber per event = 0 eV +- 0 eV + Total energy deposit in absorber per event = 18.41 keV +- 63.63 eV - -----> Mean dE/dx = 0 MeV/cm (0 MeV*cm2/g) + -----> Mean dE/dx = 19.06 MeV/cm (0.9867 MeV*cm2/g) From formulas : - restricted dEdx = 0 MeV/cm (0 MeV*cm2/g) - full dEdx = 0 MeV/cm (0 MeV*cm2/g) + restricted dEdx = 17.91 MeV/cm (0.9269 MeV*cm2/g) + full dEdx = 61.41 MeV/cm (3.179 MeV*cm2/g) + + Leakage : primary = 15.64 MeV +- 2.357 keV secondaries = 44.51 keV +- 2.354 keV + Energy balance : edep + eleak = 15.7 MeV + + Total track length (charged) in absorber per event = 9.916 um +- 11.26 nm + Total track length (neutral) in absorber per event = 128.4 nm +- 5.478 nm + + Number of steps (charged) in absorber per event = 4.765 +- 0.006611 + Number of steps (neutral) in absorber per event = 0.02766 +- 0.0007612 + + Number of secondaries per event : Gammas = 0.02752 electrons = 0.02134 positrons = 0 + + Number of events with the primary particle transmitted = 99.98 % + Number of events with at least 1 particle transmitted (same charge as primary) = 99.98 % + + Number of events with the primary particle reflected = 0.018 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.344 % + + MultipleScattering: + rms proj angle of transmit primary particle = 35.52 mrad (central part only) + computed theta0 (Highland formula) = 35.1 mrad + central part defined as +- 105.3 mrad Tail ratio = 2.95 % + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1095849266663840428, 1412903884643669791, 604203444021072217, 135935102521856752, 1471526738798672943, 536220313767476283, 294557951141903562, 1049755633418427879, 2304465933139364874, 560689292639859154, 1370355945198133691, 552459594632528656, 2129610848465034475, 1480655180004016769, 59125540323893810, 219978749080640008, 2113383570931709728} counter= 9sumtot= 1250775924896243363 +--------------------------------------- +# +/run/setCut 10 um +# +/testem/det/setAbsMat G4_POLYETHYLENE +/testem/det/setAbsThick 4.74 mm +/testem/det/setAbsYZ 50 mm +/testem/gun/setDefault +/gun/particle mu+ +/gun/energy 96.2 MeV +/run/beamOn 50000 + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+, integral:1 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for GenericIon SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for alpha SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for anti_proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi - Leakage : primary = 1 eV +- 0 eV secondaries = 0 eV +- 0 eV - Energy balance : edep + eleak = 1 eV +muPairProd: for mu+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi - Total track length (charged) in absorber per event = 0 fm +- 0 fm - Total track length (neutral) in absorber per event = 3 cm +- 0 fm +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 - Number of steps (charged) in absorber per event = 0 +- 0 - Number of steps (neutral) in absorber per event = 1 +- 0 +muIoni: for mu- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - Number of secondaries per event : Gammas = 0 electrons = 0 positrons = 0 +muBrems: for mu- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : No + Material : Silicon + Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um + Energy thresholds : gamma 990 eV e- 31.9516 keV e+ 31.7376 keV proton 1 keV + +Index : 2 used in the geometry : No + Material : Gold + Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um + Energy thresholds : gamma 8.27707 keV e- 80.7687 keV e+ 79.1567 keV proton 1 keV + +Index : 3 used in the geometry : Yes + Material : G4_POLYETHYLENE + Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um + Energy thresholds : gamma 990 eV e- 14.1748 keV e+ 13.7548 keV proton 1 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 2 starts. + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1095849266663840428, 1412903884643669791, 604203444021072217, 135935102521856752, 1471526738798672943, 536220313767476283, 294557951141903562, 1049755633418427879, 2304465933139364874, 560689292639859154, 1370355945198133691, 552459594632528656, 2129610848465034475, 1480655180004016769, 59125540323893810, 219978749080640008, 2113383570931709728} counter= 9sumtot= 1250775924896243363 +--------------------------------------- +--> Event 0 starts. +--> Event 10000 starts. +--> Event 20000 starts. +--> Event 30000 starts. +--> Event 40000 starts. + Run terminated. +Run Summary + Number of events processed : 50000 + User=1.510000s Real=1.557970s Sys=0.000000s + + ======================== run summary ====================== + + The run was 50000 mu+ of 96.2 MeV through 4.74 mm of G4_POLYETHYLENE (density: 940 mg/cm3) + + Total energy deposit in absorber per event = 1.05 MeV +- 1.013 keV + + -----> Mean dE/dx = 2.215 MeV/cm (2.356 MeV*cm2/g) + + From formulas : + restricted dEdx = 1.753 MeV/cm (1.865 MeV*cm2/g) + full dEdx = 2.265 MeV/cm (2.409 MeV*cm2/g) + + Leakage : primary = 95.12 MeV +- 2.337 keV secondaries = 30.61 keV +- 2.939 keV + Energy balance : edep + eleak = 96.2 MeV + + Total track length (charged) in absorber per event = 5.179 mm +- 3.857 um + Total track length (neutral) in absorber per event = 22.39 um +- 2.33 um + + Number of steps (charged) in absorber per event = 10.96 +- 0.02823 + Number of steps (neutral) in absorber per event = 0.00918 +- 0.0004547 + + Number of secondaries per event : Gammas = 0.0087 electrons = 4.053 positrons = 2e-05 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -131,72 +1314,863 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 0 mrad (central part only) - computed theta0 (Highland formula) = 0 mrad - central part defined as +- 0 mrad Tail ratio = 0 % + rms proj angle of transmit primary particle = 7.38 mrad (central part only) + computed theta0 (Highland formula) = 7.636 mrad + central part defined as +- 22.91 mrad Tail ratio = 1.322 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 +N=17 V[N]={824133761074100479, 1581663593172274191, 267509655693491446, 2154529026825090011, 1897762487269300123, 89825253425613497, 278506023945521668, 2203550018594933860, 1330175641876674355, 1740064748584969387, 2298117445405190983, 1691431185486632393, 1915643675138837382, 1317946721866279749, 141903453246510817, 531309246658997602, 887456542227110413} counter= 6sumtot= 398941397568282797 --------------------------------------- -/tracking/verbose 0 # -/testem/gun/rndm 0.8 -/run/beamOn 6 +/run/setCut 1 mm +# +/testem/stack/killSecondaries +# +/testem/det/setAbsMat Aluminium +/testem/det/setAbsThick 8.004 mm +/testem/gun/setDefault +/gun/particle proton +/gun/energy 174.664 GeV +/run/beamOn 50000 + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+, integral:1 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for GenericIon SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for alpha SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for anti_proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : No + Material : Silicon + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 6.95018 keV e- 548.291 keV e+ 526.624 keV proton 100 keV + +Index : 2 used in the geometry : No + Material : Gold + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 112.644 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + +Index : 3 used in the geometry : No + Material : G4_POLYETHYLENE + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.26261 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + +Index : 4 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm Energy thresholds : gamma 6.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -Index : 1 used in the geometry : Yes - Material : H2Liq +================================================================== + +### Run 3 starts. + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={824133761074100479, 1581663593172274191, 267509655693491446, 2154529026825090011, 1897762487269300123, 89825253425613497, 278506023945521668, 2203550018594933860, 1330175641876674355, 1740064748584969387, 2298117445405190983, 1691431185486632393, 1915643675138837382, 1317946721866279749, 141903453246510817, 531309246658997602, 887456542227110413} counter= 6sumtot= 398941397568282797 +--------------------------------------- +--> Event 0 starts. +--> Event 10000 starts. +--> Event 20000 starts. +--> Event 30000 starts. +--> Event 40000 starts. + Run terminated. +Run Summary + Number of events processed : 50000 + User=0.400000s Real=0.476517s Sys=0.000000s + + ======================== run summary ====================== + + The run was 50000 proton of 175 GeV through 8 mm of Aluminium (density: 2.7 g/cm3 ) + + Total energy deposit in absorber per event = 5.326 MeV +- 371.1 keV + + -----> Mean dE/dx = 6.654 MeV/cm (2.465 MeV*cm2/g) + + From formulas : + restricted dEdx = 4.024 MeV/cm (1.49 MeV*cm2/g) + full dEdx = 6.048 MeV/cm (2.24 MeV*cm2/g) + + Leakage : primary = 174.7 GeV +- 371.1 keV secondaries = 0 eV +- 0 eV + Energy balance : edep + eleak = 174.7 GeV + + Total track length (charged) in absorber per event = 8.004 mm +- 0 fm + Total track length (neutral) in absorber per event = 0 fm +- 0 fm + + Number of steps (charged) in absorber per event = 1.27 +- 0.002323 + Number of steps (neutral) in absorber per event = 0 +- 0 + + Number of secondaries per event : Gammas = 0 electrons = 0.2702 positrons = 0.00074 + + Number of events with the primary particle transmitted = 100 % + Number of events with at least 1 particle transmitted (same charge as primary) = 100 % + + Number of events with the primary particle reflected = 0 % + Number of events with at least 1 particle reflected (same charge as primary) = 0 % + + MultipleScattering: + rms proj angle of transmit primary particle = 0.02055 mrad (central part only) + computed theta0 (Highland formula) = 0.02111 mrad + central part defined as +- 0.06333 mrad Tail ratio = 1.342 % + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={196150898939908849, 1222465849760770760, 1517015184078320544, 1375564055274027379, 1506082001538568970, 488855380956185915, 721539390075906479, 331663745868629246, 255735826423826979, 1319904416460359384, 1716864481721619536, 855793267640329253, 2212042848135246194, 1312979160459785963, 2057109711051350985, 812894434665325299, 180495629074896096} counter= 9sumtot= 1942255217629200174 +--------------------------------------- +# +/testem/det/setAbsMat Iron +/testem/det/setAbsThick 1 m +/testem/gun/setDefault +/gun/particle mu+ +/gun/energy 100 GeV +/run/beamOn 50000 + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +eIoni: for e+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+, integral:1 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for GenericIon SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +ionIoni: for alpha SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for anti_proton SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for kaon- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +muIoni: for mu- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi+ SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 + +hIoni: for pi- SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 990 eV e- 109.289 keV e+ 107.83 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : No + Material : Silicon + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 6.95018 keV e- 548.291 keV e+ 526.624 keV proton 100 keV + +Index : 2 used in the geometry : No + Material : Gold + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 112.644 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + +Index : 3 used in the geometry : No + Material : G4_POLYETHYLENE + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.26261 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + +Index : 4 used in the geometry : No + Material : Aluminium + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 6.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + +Index : 5 used in the geometry : Yes + Material : Iron + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 20.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld ================================================================== -### Run 1 starts. +### Run 4 starts. ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 +N=17 V[N]={196150898939908849, 1222465849760770760, 1517015184078320544, 1375564055274027379, 1506082001538568970, 488855380956185915, 721539390075906479, 331663745868629246, 255735826423826979, 1319904416460359384, 1716864481721619536, 855793267640329253, 2212042848135246194, 1312979160459785963, 2057109711051350985, 812894434665325299, 180495629074896096} counter= 9sumtot= 1942255217629200174 --------------------------------------- +--> Event 0 starts. +--> Event 10000 starts. +--> Event 20000 starts. +--> Event 30000 starts. +--> Event 40000 starts. Run terminated. Run Summary - Number of events processed : 6 - User=0.000000s Real=0.000085s Sys=0.000000s + Number of events processed : 50000 + User=6.510000s Real=6.826618s Sys=0.000000s ======================== run summary ====================== - The run was 6 geantino of 1 eV through 3 cm of H2Liq (density: 70.8 mg/cm3) + The run was 50000 mu+ of 100 GeV through 1 m of Iron (density: 7.87 g/cm3 ) - Total energy deposit in absorber per event = 0 eV +- 0 eV + Total energy deposit in absorber per event = 2.143 GeV +- 14.3 MeV - -----> Mean dE/dx = 0 MeV/cm (0 MeV*cm2/g) + -----> Mean dE/dx = 21.43 MeV/cm (2.723 MeV*cm2/g) From formulas : - restricted dEdx = 0 MeV/cm (0 MeV*cm2/g) - full dEdx = 0 MeV/cm (0 MeV*cm2/g) + restricted dEdx = 11.22 MeV/cm (1.425 MeV*cm2/g) + full dEdx = 21.6 MeV/cm (2.745 MeV*cm2/g) - Leakage : primary = 1 eV +- 0 eV secondaries = 0 eV +- 0 eV - Energy balance : edep + eleak = 1 eV + Leakage : primary = 97.86 GeV +- 14.17 MeV secondaries = 0 eV +- 0 eV + Energy balance : edep + eleak = 100 GeV - Total track length (charged) in absorber per event = 0 fm +- 0 fm - Total track length (neutral) in absorber per event = 3 cm +- 0 fm + Total track length (charged) in absorber per event = 100 cm +- 3.03 um + Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 0 +- 0 - Number of steps (neutral) in absorber per event = 1 +- 0 + Number of steps (charged) in absorber per event = 47.35 +- 0.03042 + Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0 electrons = 0 positrons = 0 + Number of secondaries per event : Gammas = 0.05028 electrons = 46.3 positrons = 1.27 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -205,18 +2179,19 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 0 mrad (central part only) - computed theta0 (Highland formula) = 0 mrad - central part defined as +- 0 mrad Tail ratio = 0 % + rms proj angle of transmit primary particle = 1.173 mrad (central part only) + computed theta0 (Highland formula) = 1.182 mrad + central part defined as +- 3.546 mrad Tail ratio = 0.543 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1977567618660788324, 300890354879745607, 1424437069285335120, 2296497209797367902, 1143472681269825295, 260370018537989708, 668395878522115384, 1090766064544254753, 1931418983504702790, 828618339300030337, 2137373994898626588, 1263575693625627220, 316400124824195510, 274418011581707120, 1512294095604459534, 166310252540771229, 2260588327282429663} counter= 13sumtot= 1406650644950420476 +N=17 V[N]={2127362590021495480, 657468452759310807, 336588824987272102, 473853815476371639, 1372368994374094873, 2006293149301166200, 1205062540930062012, 896181723450694366, 1239844586867951439, 2237327093667842977, 1502962358685193682, 920596530709032775, 1330568085651009312, 1261675066565848673, 810538273317423607, 772074649252014820, 2074977822874689797} counter= 7sumtot= 473157475968229002 --------------------------------------- +# G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.017 MB +Dynamic pools deleted: 9 / Total memory freed: 0.054 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 3a94e20c5ad..279acde9e0f 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -194,7 +194,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.002540s Sys=0.000000s + User=0.000000s Real=0.000762s Sys=0.000000s Number of process calls ---> GammaToMuPair : 5... write file : testem6_0.root - done ... write files - done @@ -301,7 +301,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000677s Sys=0.000000s + User=0.000000s Real=0.000562s Sys=0.000000s Number of process calls ---> ee2hadr : 5 AnnihiToMuPair : 1... write file : testem6_1.root - done ... write files - done diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index c6b5740567f..0354b0ca5e2 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -504,28 +504,28 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=4.810000s Real=5.187354s Sys=0.000000s + User=4.500000s Real=5.022504s Sys=0.000000s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 17.5295 cm rms= 3.2213 mm - Mean number of primary steps = 186.178 - Total energy deposit= 159.994 MeV - niel energy deposit = 123.79 eV + Projected Range= 17.5344 cm rms= 2.55406 mm + Mean number of primary steps = 186.222 + Total energy deposit= 159.997 MeV + niel energy deposit = 130.222 eV --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose - tally 0: 4.66235 GeV 0.291397 % 9.33739e-05 Gy - tally 1: 4.95252 GeV 0.309533 % 9.91852e-05 Gy - tally 2: 3.01408 GeV 0.18838 % 6.03635e-05 Gy - tally 3: 1.81309 GeV 0.113318 % 3.63111e-05 Gy + tally 0: 4.5701 GeV 0.285631 % 9.15263e-05 Gy + tally 1: 4.8993 GeV 0.306206 % 9.81192e-05 Gy + tally 2: 3.08891 GeV 0.193057 % 6.18623e-05 Gy + tally 3: 1.91816 GeV 0.119885 % 3.84153e-05 Gy --------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1392699262, 2045459836 + Current couple of seeds = 468391201, 748130611 ---------------------------------------- /gun/particle ion /gun/ion 6 12 6 @@ -556,34 +556,34 @@ Index : 1 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1392699262, 2045459836 + Current couple of seeds = 468391201, 748130611 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=1.640000s Real=1.944537s Sys=0.010000s + User=1.550000s Real=1.643049s Sys=0.010000s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 16.4816 cm rms= 469.313 um - Mean number of primary steps = 149.781 - Total energy deposit= 3.49998 GeV - niel energy deposit = 202.639 keV + Projected Range= 16.4826 cm rms= 481.505 um + Mean number of primary steps = 149.738 + Total energy deposit= 3.49997 GeV + niel energy deposit = 202.622 keV --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose - tally 0: 11.6014 GeV 0.33147 % 0.000232344 Gy - tally 1: 13.3449 GeV 0.381282 % 0.000267261 Gy - tally 2: 16.3974 GeV 0.468498 % 0.000328395 Gy - tally 3: 23.4595 GeV 0.67027 % 0.000469827 Gy + tally 0: 11.3614 GeV 0.324612 % 0.000227537 Gy + tally 1: 13.1037 GeV 0.374391 % 0.00026243 Gy + tally 2: 16.165 GeV 0.461858 % 0.000323741 Gy + tally 3: 23.3353 GeV 0.666723 % 0.000467341 Gy --------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 691829801, 1496686629 + Current couple of seeds = 250781368, 278382690 ---------------------------------------- /testem/det/tallyNumber 0 /testem/det/setMat G4_Cu @@ -952,24 +952,24 @@ Index : 2 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 691829801, 1496686629 + Current couple of seeds = 250781368, 278382690 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=1.140000s Real=1.414891s Sys=0.000000s + User=0.870000s Real=0.883063s Sys=0.000000s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) - Projected Range= 2.15117 cm rms= 1.68877 mm - Mean number of primary steps = 20.041 - Total energy deposit= 288.099 MeV + Projected Range= 2.14096 cm rms= 1.9424 mm + Mean number of primary steps = 20.081 + Total energy deposit= 284.869 MeV niel energy deposit = 0 eV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1858636379, 1175175466 + Current couple of seeds = 2126551535, 898419559 ---------------------------------------- /testem/det/setMat TechVacuum /gun/particle alpha @@ -1342,13 +1342,13 @@ Index : 3 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1858636379, 1175175466 + Current couple of seeds = 2126551535, 898419559 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000418s Sys=0.000000s + User=0.000000s Real=0.000420s Sys=0.000000s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3) @@ -1359,7 +1359,7 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1895685533, 835558847 + Current couple of seeds = 1033050473, 1846758419 ---------------------------------------- /testem/det/setMat G4_WATER /gun/particle alpha @@ -1730,24 +1730,24 @@ Index : 3 used in the geometry : No --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1895685533, 835558847 + Current couple of seeds = 1033050473, 1846758419 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.012698s Sys=0.000000s + User=0.010000s Real=0.006600s Sys=0.000000s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 2.84785 mm rms= 14.4282 um - Mean number of primary steps = 23.39 + Projected Range= 2.8433 mm rms= 13.7499 um + Mean number of primary steps = 23.31 Total energy deposit= 100 MeV - niel energy deposit = 1.17913 keV + niel energy deposit = 1.13112 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1952693323, 1405646907 + Current couple of seeds = 1730152157, 434008448 ---------------------------------------- /testem/det/setMat G4_Si /gun/particle ion @@ -2127,24 +2127,24 @@ Index : 4 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1952693323, 1405646907 + Current couple of seeds = 1730152157, 434008448 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=5.080000s Real=5.670416s Sys=0.040000s + User=2.810000s Real=2.993660s Sys=0.030000s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 108.692 um rms= 27.3643 um - Mean number of primary steps = 78490.6 - Total energy deposit= 1.21695 GeV - niel energy deposit = 1.9309 MeV + Projected Range= 86.5055 um rms= 22.5072 um + Mean number of primary steps = 45837.4 + Total energy deposit= 1.21692 GeV + niel energy deposit = 1.66291 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1472728336, 1304828150 + Current couple of seeds = 1743431246, 151870296 ---------------------------------------- /testem/det/setMat Water_1.05 /gun/particle proton @@ -2530,28 +2530,28 @@ Index : 5 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1472728336, 1304828150 + Current couple of seeds = 1743431246, 151870296 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=0.510000s Real=0.566470s Sys=0.000000s + User=0.450000s Real=0.480069s Sys=0.000000s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) - Projected Range= 16.7007 cm rms= 1.79408 mm - Mean number of primary steps = 177.839 + Projected Range= 16.6909 cm rms= 1.88527 mm + Mean number of primary steps = 177.732 Total energy deposit= 160 MeV - niel energy deposit = 122.2 eV + niel energy deposit = 100.234 eV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1069193241, 357105894 + Current couple of seeds = 1350910630, 1651845335 ---------------------------------------- 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: 46 MB +Dynamic pools deleted: 10 / Total memory freed: 45 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index 6cb95904720..d1a53d283b4 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -548,8 +548,8 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.070000s Real=0.189282s Sys=0.000000s -RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166175 + User=0.060000s Real=0.064127s Sys=0.000000s +RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0162092 ==================================================== Beam Particle: proton Ekin(MeV) = 200000 @@ -558,31 +558,31 @@ RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166175 End of Run TotNbofEvents = 1000 Energy(keV) per ADC channel = 3.0769 - Mean energy deposit in absorber = 16.618 +- 0.44107 keV RMS/Emean = 0.83934 - Mean number of steps in absorber= 1.255 mean number of ion-clusters = 829.9 MeanCluster= 830.82 + Mean energy deposit in absorber = 16.209 +- 0.39819 keV RMS/Emean = 0.77684 + Mean number of steps in absorber= 1.255 mean number of ion-clusters = 810.07 MeanCluster= 810.39 - ====== Energy deposit distribution Noverflows= 0.017 ====== + ====== Energy deposit distribution Noverflows= 0.01 ====== bin nb Elow entries normalized 0 0 0 0 - 1 3 3 0.003 - 2 6 93 0.093 - 3 9 259 0.259 - 4 12 268 0.268 + 1 3 2 0.002 + 2 6 87 0.087 + 3 9 271 0.271 + 4 12 259 0.259 5 15 143 0.143 - 6 18 84 0.084 + 6 18 91 0.091 7 21 42 0.042 8 24 28 0.028 - 9 27 20 0.02 - 10 30 10 0.01 - 11 33 3 0.003 + 9 27 23 0.023 + 10 30 5 0.005 + 11 33 10 0.01 12 36 5 0.005 - 13 39 2 0.002 - 14 42 5 0.005 - 15 45 6 0.006 - 16 48 7 0.007 - 17 51 2 0.002 - 18 54 2 0.002 - 19 57 1 0.001 + 13 39 3 0.003 + 14 42 10 0.01 + 15 45 4 0.004 + 16 48 4 0.004 + 17 51 3 0.003 + 18 54 0 0 + 19 57 0 0 ================== run end ========================== ... write file : testem8.root - done ... close file : testem8.root - done diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index 7ce4879b636..4019dd7cc32 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -517,38 +517,39 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.830000s Real=0.844588s Sys=0.000000s + User=0.600000s Real=0.610035s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= Number of events 100 -Average number of e- 403.4 -Average number of gamma 636.7 -Average number of e+ 47.52 -Average number of steps 2951 -Edep 1x1 = 0.8356 +- 0.002941 res= 3.519 % 100 -Edep 3x3 = 0.9609 +- 0.001152 res= 1.198 % 100 -Edep 5x5 = 0.9814 +- 0.0009949 res= 1.014 % 100 +Average number of e- 401.8 +Average number of gamma 639.1 +Average number of e+ 48.23 +Average number of steps 2973 +Edep 1x1 = 0.8298 +- 0.003446 res= 4.153 % 100 +Edep 3x3 = 0.9566 +- 0.002515 res= 2.629 % 100 +Edep 5x5 = 0.977 +- 0.00228 res= 2.333 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8695 +- 0.002724 - E1/E25 = 0.8515 +- 0.002911 - E9/E25 = 0.9792 +- 0.0007693 + E1/E9 = 0.8674 +- 0.00272 + E1/E25 = 0.8493 +- 0.002768 + E9/E25 = 0.9791 +- 0.0007921 Beam Energy 1 GeV ================================================================== <<<<>>>> 100 events for Crystal Calorimeter -Edep1x1: 0.8356 delEdep1x1= -0.1644 nrms= -1.644 -Erms1x1: 0.02941 delErms1x1= -0.9706 nrms= -9.706 -Edep3x3: 0.9609 delEdep3x3= -0.03906 nrms= -0.3906 -Erms3x3: 0.01152 delErms3x3= -0.9885 nrms= -9.885 -Edep5x5: 0.9814 delEdep5x5= -0.01859 nrms= -0.1859 -Erms5x5: 0.009949 delErms5x5= -0.9901 nrms= -9.901 +Edep1x1: 0.8298 delEdep1x1= -0.1702 nrms= -1.702 +Erms1x1: 0.03446 delErms1x1= -0.9655 nrms= -9.655 +Edep3x3: 0.9566 delEdep3x3= -0.04342 nrms= -0.4342 +Erms3x3: 0.02515 delErms3x3= -0.9748 nrms= -9.748 +Edep5x5: 0.977 delEdep5x5= -0.02302 nrms= -0.2302 +Erms5x5: 0.0228 delErms5x5= -0.9772 nrms= -9.772 <<<<>>>> IS ACCEPTED Z bremsstrahlung photoeffect compton conversion - 53 255 0 0 0 - 55 285 0 0 0 + 26 1 0 0 0 + 53 263 0 0 0 + 55 278 0 0 0 # /testem/det/acceptance1 0.0136 0.0001 500 /testem/det/acceptance9 0.0139 0.0001 500 @@ -626,22 +627,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.240000s Real=1.364826s Sys=0.000000s + User=1.000000s Real=1.150900s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= Number of events 1000 -Average number of e- 77.11 -Average number of gamma 74.12 -Average number of e+ 4.251 -Average number of steps 484.4 -Edep 1x1 = 0.01495 +- 0.0005982 -Edep 3x3 = 0.0154 +- 0.000655 -Edep 5x5 = 0.01548 +- 0.0006657 +Average number of e- 72.94 +Average number of gamma 67.13 +Average number of e+ 3.748 +Average number of steps 451.6 +Edep 1x1 = 0.01448 +- 0.0002165 +Edep 3x3 = 0.01487 +- 0.0002446 +Edep 5x5 = 0.01494 +- 0.0002489 =========== Ratios without trancating =========================== - E1/E9 = 0.9822 +- 0.0007694 - E1/E25 = 0.9792 +- 0.0008629 - E9/E25 = 0.9969 +- 0.0001996 + E1/E9 = 0.9823 +- 0.0007515 + E1/E25 = 0.9795 +- 0.0008452 + E9/E25 = 0.9971 +- 0.0001699 Beam Energy 20 GeV ================================================================== @@ -722,7 +723,7 @@ msc: for e- SubType= 10 StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llimit=1 ===== EM models for the G4Region MuonDetector ====== UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1 + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1 @@ -1150,22 +1151,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.480000s Real=0.481198s Sys=0.000000s + User=0.400000s Real=0.448526s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= Number of events 100 -Average number of e- 172.2 -Average number of gamma 220 -Average number of e+ 46.86 -Average number of steps 1844 -Edep 1x1 = 0.8319 +- 0.004461 res= 5.362 % 100 -Edep 3x3 = 0.9546 +- 0.003086 res= 3.233 % 100 -Edep 5x5 = 0.9768 +- 0.002906 res= 2.975 % 100 +Average number of e- 171.5 +Average number of gamma 220.6 +Average number of e+ 47.14 +Average number of steps 1829 +Edep 1x1 = 0.8346 +- 0.003747 res= 4.489 % 100 +Edep 3x3 = 0.9589 +- 0.003572 res= 3.725 % 100 +Edep 5x5 = 0.9806 +- 0.003573 res= 3.644 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8715 +- 0.003802 - E1/E25 = 0.8519 +- 0.004131 - E9/E25 = 0.9773 +- 0.001253 + E1/E9 = 0.8706 +- 0.002647 + E1/E25 = 0.8513 +- 0.002762 + E9/E25 = 0.9779 +- 0.001249 Beam Energy 1 GeV ================================================================== @@ -1674,22 +1675,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.740000s Real=0.876265s Sys=0.000000s + User=0.610000s Real=0.654097s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= Number of events 100 -Average number of e- 173.5 -Average number of gamma 363 -Average number of e+ 47.79 -Average number of steps 2012 -Edep 1x1 = 0.8332 +- 0.003619 res= 4.344 % 100 -Edep 3x3 = 0.9575 +- 0.003176 res= 3.317 % 100 -Edep 5x5 = 0.9788 +- 0.003053 res= 3.119 % 100 +Average number of e- 170.8 +Average number of gamma 361.3 +Average number of e+ 47.01 +Average number of steps 1988 +Edep 1x1 = 0.8354 +- 0.003587 res= 4.294 % 100 +Edep 3x3 = 0.9587 +- 0.003249 res= 3.389 % 100 +Edep 5x5 = 0.9798 +- 0.003233 res= 3.3 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8703 +- 0.002709 - E1/E25 = 0.8513 +- 0.002835 - E9/E25 = 0.9783 +- 0.001052 + E1/E9 = 0.8716 +- 0.003055 + E1/E25 = 0.853 +- 0.003365 + E9/E25 = 0.9785 +- 0.00107 Beam Energy 1 GeV ================================================================== @@ -1697,6 +1698,6 @@ Beam Energy 1 GeV G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.085 MB +Dynamic pools deleted: 9 / Total memory freed: 0.081 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/errorpropagation/errorprop.out b/examples/extended/errorpropagation/errorprop.out index 038a9890344..a2bdb780615 100644 --- a/examples/extended/errorpropagation/errorprop.out +++ b/examples/extended/errorpropagation/errorprop.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** - creating G4RunManagerKernel 0x931080 + creating G4RunManagerKernel 0x1997040 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 -0xb45610G4ErrorPhysicsList:: particle process manager e+ = 0xb47d60 -0xb45480G4ErrorPhysicsList:: particle process manager e- = 0xb49930 -0xb44f10G4ErrorPhysicsList:: particle process manager gamma = 0xb49b60 -0xb46a90G4ErrorPhysicsList:: particle process manager geantino = 0xb49db0 -0xb457f0G4ErrorPhysicsList:: particle process manager mu+ = 0xb4a000 -0xb45be0G4ErrorPhysicsList:: particle process manager mu- = 0xb4a250 -0xb45ff0G4ErrorPhysicsList:: particle process manager pi+ = 0xb4a4a0 -0xb46440G4ErrorPhysicsList:: particle process manager pi- = 0xb4a6f0 -0xb46860G4ErrorPhysicsList:: particle process manager proton = 0xb4a940 +0x1bab570G4ErrorPhysicsList:: particle process manager e+ = 0x1badbf0 +0x1bab390G4ErrorPhysicsList:: particle process manager e- = 0x1baf7c0 +0x1bab1f0G4ErrorPhysicsList:: particle process manager gamma = 0x1baf9f0 +0x1bac920G4ErrorPhysicsList:: particle process manager geantino = 0x1bafc40 +0x1bab750G4ErrorPhysicsList:: particle process manager mu+ = 0x1bafe90 +0x1baba70G4ErrorPhysicsList:: particle process manager mu- = 0x1bb00e0 +0x1babe80G4ErrorPhysicsList:: particle process manager pi+ = 0x1bb0330 +0x1bac2d0G4ErrorPhysicsList:: particle process manager pi- = 0x1bb0580 +0x1bac6f0G4ErrorPhysicsList:: particle process manager proton = 0x1bb07d0 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 ab286c89575..cecec589197 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 df1f250b32d..e3c97f03ccf 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -60,7 +60,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000417s Sys=0.000000s + User=0.000000s Real=0.000393s 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.000035s Sys=0.000000s + User=0.000000s Real=0.000030s 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 182d75c441b..6a892021853 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,7 +41,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.170000s Real=0.181199s Sys=0.000000s + User=0.160000s Real=0.167688s Sys=0.000000s ... write file : run2.root - done ... close 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 f28d3ae7561..822f06fbd3a 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -42,7 +42,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.180000s Real=0.247204s Sys=0.000000s + User=0.190000s Real=0.186943s Sys=0.000000s ... write file : run3.root - done ... close 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 a21ddb8dffc..a44ba1821fd 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -57,7 +57,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.850000s Real=2.899118s Sys=0.000000s + User=3.470000s Real=3.857087s Sys=0.000000s ... write file : run4.root - done ... close 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 fc98b002b94..521716dcdbf 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,7 +44,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.350000s Real=0.385281s Sys=0.000000s + User=0.320000s Real=0.321742s 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 d40c975214c..76eef86e27f 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/channeling.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index 523d59e8962..7b5613181c0 100644 --- a/examples/extended/exoticphysics/dmparticle/dmparticle.out +++ b/examples/extended/exoticphysics/dmparticle/dmparticle.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -496,563 +496,572 @@ See commands in /vis/modeling/trajectories/ for other options. ... open analysis file : dmp.root - done --> Event 0 starts. Event = 0 z0 = -779.999 Primary direction = (0,0,1) -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28053 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.660779 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.81904 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61947 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40892 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.2161 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.62645 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.60981 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.18863 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.36675 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.771707 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.07085 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.647446 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00583 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05336 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04346 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20809 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7523 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42822 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.3965 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36512 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9649 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36994 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.68063 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.858724 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37826 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.3747 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.945271 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.88175 Mass(GeV)= 0.5 TrackId= 84 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.01884 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.71194 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.554 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.704855 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.27546 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.51764 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69685 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.72839 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.860553 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90303 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71291 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.655921 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.3785 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.7383 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.4125 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.3299 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.742705 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.824611 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3407 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.875 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.4934 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.91244 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 33.0696 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.77503 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.9452 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.55694 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.92688 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.96147 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.11025 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.27964 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.67245 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.948286 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.6115 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.749138 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.80663 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.36897 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.5251 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.824054 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.85819 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28052 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.676 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.81322 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.24448 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.9035 Mass(GeV)= 0.5 TrackId= 78 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.31452 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.4655 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.923013 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.81356 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09476 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.677705 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.742833 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.82078 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.88119 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 36.1537 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.39008 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.6571 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19442 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.59888 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34283 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 28.7552 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.728849 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.39479 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.871714 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.57667 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34761 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.12056 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.743827 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46774 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.91251 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.03 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.41011 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3368 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01951 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.38963 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.749668 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14834 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.813737 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.8166 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36268 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.84025 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.67885 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.5705 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.4635 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67646 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63977 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.11539 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.781779 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.654464 Mass(GeV)= 0.5 TrackId= 78 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.666977 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.863657 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.1652 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.88718 Mass(GeV)= 0.5 TrackId= 55 --> Event 10 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.4444 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.39191 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.881599 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.978884 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.660242 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49486 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.91736 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 40.0838 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57752 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01281 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.41998 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.95422 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48758 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.86468 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.34958 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.850829 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.03589 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.794867 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.1493 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.844029 Mass(GeV)= 0.5 TrackId= 85 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.996759 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.354 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.0507 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.941736 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.2419 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.882204 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74131 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.40291 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.80576 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.44585 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.87811 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42799 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47823 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24855 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.72304 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.661284 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.953377 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.45618 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.71599 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.720441 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78302 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 48.0819 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42094 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.8915 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.602221 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5826 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.93447 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.86193 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18934 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.670822 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.25274 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63491 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.600013 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.604987 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.52962 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 56.6432 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.809267 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.672468 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35651 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.2895 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21698 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5791 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.691384 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.696523 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.984392 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.79004 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.19616 Mass(GeV)= 0.5 TrackId= 89 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.30882 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.3773 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.66155 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.773282 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17624 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.7238 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.64007 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.771803 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.73362 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.46178 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.41859 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48755 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.1558 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.52074 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20005 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.01837 Mass(GeV)= 0.5 TrackId= 97 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5449 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.90747 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.67681 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66167 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.783468 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692144 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20009 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.816876 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54666 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.64041 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.821487 Mass(GeV)= 0.5 TrackId= 82 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15738 Mass(GeV)= 0.5 TrackId= 100 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15881 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.20492 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02505 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.22123 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.59667 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.58817 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.53665 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01132 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.4092 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.28816 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27478 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.667714 Mass(GeV)= 0.5 TrackId= 86 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76385 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.02286 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.24958 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.667787 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.44716 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.0613 Mass(GeV)= 0.5 TrackId= 63 --> Event 20 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.7647 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.08606 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.39068 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.665978 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53203 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77026 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.707708 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.639723 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02589 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.5249 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.93382 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.0838 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1253 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.92118 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.80247 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.935698 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.09175 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.97054 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54378 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.42434 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.642376 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.873602 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0839 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.89001 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.22572 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.39437 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.774226 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.614429 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48561 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.3056 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.923722 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.616969 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.74592 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.6939 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.643892 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692817 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.796 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35259 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62536 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14362 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63334 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04308 Mass(GeV)= 0.5 TrackId= 86 -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.9302 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.75263 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.665424 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.839487 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.83128 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.99396 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.30962 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.54555 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.43741 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28931 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.59266 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.8958 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.6423 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.664568 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.707881 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.52698 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.6325 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79173 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.08907 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.99933 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.858317 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.98325 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.89483 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.719613 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.9826 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.00471 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.71912 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.819388 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.81413 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43793 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.716194 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1 Mass(GeV)= 0.5 TrackId= 89 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.0339 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.714252 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.644174 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.1184 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.712026 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.63891 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.133 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.05334 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2573 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89538 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.6564 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85683 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14085 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78279 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.868038 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.80534 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.852937 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.44403 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.1369 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.526 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.28696 Mass(GeV)= 0.5 TrackId= 82 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.698232 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13984 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.81465 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.38235 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.57056 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.28088 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.34053 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.0928 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01051 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79297 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 42.8198 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20579 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.609494 Mass(GeV)= 0.5 TrackId= 76 --> Event 30 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.55081 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.881499 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.860743 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.1914 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74952 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52727 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.11596 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.11724 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.2539 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.682796 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40155 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.50486 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.72718 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70032 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.725436 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.45427 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.99701 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.759458 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.831948 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01039 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 32.2817 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.04564 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42839 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.935377 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14846 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.982034 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67012 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.93032 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 46.6904 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.895373 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09062 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.13066 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 29.0094 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73861 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.6432 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.7462 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 33.8491 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.8991 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.44745 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.825204 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.957856 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.93589 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.74163 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.7831 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09351 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.768828 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04489 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.53064 Mass(GeV)= 0.5 TrackId= 85 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.52208 Mass(GeV)= 0.5 TrackId= 86 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.08056 Mass(GeV)= 0.5 TrackId= 88 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15671 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0342 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.1837 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.934438 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42255 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.78205 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.81192 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.745246 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00356 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4656 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.78182 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.75702 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06668 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.96045 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.626678 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.627601 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.5369 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.91294 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.29119 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 60.0577 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.90282 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.849273 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74703 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34259 Mass(GeV)= 0.5 TrackId= 97 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.32047 Mass(GeV)= 0.5 TrackId= 104 +### New exotic particle produced: ldmphoton Ekin(GeV)= 33.3964 Mass(GeV)= 0.5 TrackId= 106 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.951857 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.08005 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.606566 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.765514 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.842366 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.39875 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.630941 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.602353 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.79034 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.71806 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.91894 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.20798 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84335 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.07039 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.63144 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.633744 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.28432 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84866 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77582 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25335 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 31.2726 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.68615 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37019 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.292 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.42206 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.951757 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.913114 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2029 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.078 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.93587 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.708476 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.08208 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.739846 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.690866 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49984 Mass(GeV)= 0.5 TrackId= 45 --> Event 40 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.6085 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.03505 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.20043 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.606732 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.3191 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.57788 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43157 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8612 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.92592 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27577 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.30129 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02859 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0881 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.12204 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.845851 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62397 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.55562 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0563 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 41.0503 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64358 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.884771 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.794906 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2434 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.68212 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.6675 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.845155 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 40.6221 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.821491 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2741 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.62122 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13278 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.11125 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.787059 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05594 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.51534 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.41259 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.90577 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63558 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53901 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.34288 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.03174 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06205 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3241 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.77556 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15849 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.0803 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.648831 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.41295 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.71092 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.00255 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.53717 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10566 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.40422 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.05268 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14907 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.13728 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 29.3277 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48698 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.09651 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04899 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61338 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.737905 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 26.0506 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 45.0044 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52748 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.3168 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.736145 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73382 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.9693 Mass(GeV)= 0.5 TrackId= 89 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.40648 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0426 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.875211 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.38022 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.950337 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.00066 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2865 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69263 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14685 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12359 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.51575 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.57754 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.6877 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78197 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.6959 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.23122 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.04866 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.4038 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.91278 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66216 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.628899 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47146 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.60161 Mass(GeV)= 0.5 TrackId= 72 --> Event 50 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.5638 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35987 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.855917 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.67754 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.279 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2198 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.88106 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.86538 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 45.8661 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.666149 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.29672 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.819896 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.84935 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.06171 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48598 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.951129 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 49.3796 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.16915 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.616241 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.829731 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.33808 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13042 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.878469 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 63.8933 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.48464 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.36688 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61677 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.890503 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.96124 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.3402 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.58137 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.16059 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17757 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.714827 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.09264 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96997 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.28112 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.727777 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.90639 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.60441 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.7884 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4866 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21078 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.52133 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61532 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.2321 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17362 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76339 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.24952 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4364 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.83437 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.747891 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4577 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.524 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.872726 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.06206 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.30012 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23614 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35633 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.26739 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2443 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.50796 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.05682 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.16188 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0392 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.76068 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.66596 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.15903 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05631 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12118 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.935818 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.48574 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19478 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.44787 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.5037 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03891 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.51323 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.12114 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.48527 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18733 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.29337 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66271 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37737 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15775 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.803179 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36079 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 38.5054 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.738615 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9134 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4272 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.51541 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.688153 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.5603 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.778175 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.646848 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84864 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.29473 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23328 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42159 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5392 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03187 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58994 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48485 Mass(GeV)= 0.5 TrackId= 84 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.4558 Mass(GeV)= 0.5 TrackId= 89 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.75243 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3584 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.58185 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.65174 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.33593 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.4703 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.947748 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.41292 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.59702 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.34166 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.94736 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.863798 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 58.0497 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.80684 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.611694 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 23.9367 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.931618 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.785064 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.744875 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.17676 Mass(GeV)= 0.5 TrackId= 70 --> Event 60 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.15536 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27671 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05808 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.3804 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 29.9727 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.741947 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15137 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.860604 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63845 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.2709 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.74665 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.820908 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.75058 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.07783 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.1965 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43145 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.806311 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.90037 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57941 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.52896 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71572 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.02704 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.06698 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.874485 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17046 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4008 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.922376 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.0177 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.13179 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21942 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.83676 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.646457 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.38714 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.865746 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.4628 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.760802 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32665 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63481 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.66224 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.685648 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.88945 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14114 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.9157 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.4446 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.94329 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.56191 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.95314 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.34019 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.711379 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.1605 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47039 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.45307 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.934824 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.88156 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84811 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.29071 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.49774 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.693135 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00461 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.2693 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.28311 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.65634 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61232 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.637545 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.05131 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.726982 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.74515 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67935 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.9198 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60918 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34406 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.52849 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25938 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.75886 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.7035 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.35674 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22034 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.750468 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.967641 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.81323 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.38545 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.0774 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.0913 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 38.6868 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79588 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.72569 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 60.7736 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38125 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.98184 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.76008 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20087 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 47.3466 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.92312 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 29.7291 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3834 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.00548 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.869885 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.605142 Mass(GeV)= 0.5 TrackId= 47 --> Event 70 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.67389 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.69369 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.92831 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09806 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.9618 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60866 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.33524 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.8876 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.3351 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.4934 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.633214 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.8216 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 45.8006 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.03395 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.47146 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.865051 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.27664 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.7096 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.5724 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.797648 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.46816 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.24141 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.766611 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0539 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.70217 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.639123 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.98352 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 58.1742 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.668525 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28564 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.0569 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85422 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.892348 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.68104 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.7405 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.0823 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.5866 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3101 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.9022 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.52461 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.74709 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06834 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.80928 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4327 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.753784 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.02398 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.403 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.69408 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.98359 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.79718 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.86976 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.77181 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.805247 Mass(GeV)= 0.5 TrackId= 87 +### New exotic particle produced: ldmphoton Ekin(GeV)= 48.6178 Mass(GeV)= 0.5 TrackId= 90 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.823144 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71221 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.89575 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.989623 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.9857 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.93338 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.58886 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.903835 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.09026 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.75328 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.13345 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.48509 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.25428 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.58415 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.928573 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.785146 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.86725 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.818721 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57261 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.69656 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.9011 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.720349 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47498 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.0299 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.63388 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34628 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.841923 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.76537 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.679728 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.35101 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.6028 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 30.3447 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52999 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.7573 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.0727 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.5471 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05293 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54963 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.16147 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.676334 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.663336 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.0891 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.92253 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97236 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.5145 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18901 Mass(GeV)= 0.5 TrackId= 79 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.1808 Mass(GeV)= 0.5 TrackId= 92 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.78087 Mass(GeV)= 0.5 TrackId= 97 --> Event 80 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.39988 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.844995 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4545 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.6943 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.82341 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 77.7411 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.3681 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 25.6568 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.09067 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.657891 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.79691 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.635434 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.08489 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.44997 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.9485 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.45623 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.945133 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.52716 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.718338 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 58.0495 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.73752 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.972557 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17059 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.803543 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15806 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.20724 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.9201 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.087 Mass(GeV)= 0.5 TrackId= 82 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.6759 Mass(GeV)= 0.5 TrackId= 84 -### New exotic particle produced: ldmphoton Ekin(GeV)= 44.3252 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.07746 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.5315 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.95124 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.20832 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96801 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00855 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.78074 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.83433 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20021 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.45344 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.25072 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.11184 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47545 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.15645 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0119 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.646039 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.2001 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10845 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.1387 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.62718 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.53774 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67476 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.86347 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.29116 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.950421 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.93639 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 23.8067 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.668649 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9337 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.90039 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.913552 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.72983 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0363 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 47.4657 Mass(GeV)= 0.5 TrackId= 82 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00604 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.02814 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.50654 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06397 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 45.0222 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.928386 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.10053 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.19906 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.2791 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77507 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 57.5521 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.96975 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.5024 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.602037 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09743 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.4192 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.23255 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59494 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 59.2181 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.54776 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.35359 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63854 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.20022 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.05705 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.8749 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.992975 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.712969 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.17639 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.77973 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53904 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.12156 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.72826 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70491 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.813692 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.63459 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21116 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.661201 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.6012 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.35395 Mass(GeV)= 0.5 TrackId= 40 --> Event 90 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1234 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 41.5735 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.69959 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2556 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.82483 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.91475 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.31209 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.6372 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37415 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.90431 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.07196 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.732592 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.31898 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.610454 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.688881 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.800941 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.095 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16636 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97942 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63386 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73944 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.56721 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.58548 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.37294 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.34924 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.666899 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.63638 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.601891 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.24806 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.5358 Mass(GeV)= 0.5 TrackId= 82 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13064 Mass(GeV)= 0.5 TrackId= 86 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.17042 Mass(GeV)= 0.5 TrackId= 97 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.18951 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76867 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.86543 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.49152 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97768 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.8332 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.18726 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.57895 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.04413 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.36351 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.94856 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.4178 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.56567 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.64997 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74093 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.656276 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96586 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.6057 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.40371 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21352 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16691 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 43.9982 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.71488 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.21092 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.643754 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19489 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.908198 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24107 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.4496 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.05108 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.56534 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 50.2361 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.685911 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.60758 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9787 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.5197 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.95814 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.20542 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.8933 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.746986 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.639023 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.729416 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33719 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.25113 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52575 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.1449 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.9009 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.53237 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.93873 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05231 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.25273 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.57939 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.1442 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54647 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.3526 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.620326 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.57081 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9269 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.1562 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.870043 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11541 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.689989 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.6654 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01179 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16437 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.62327 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.34631 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.95726 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 38.8387 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.51297 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.756367 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.10338 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.609406 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09816 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.0912 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.20946 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.786828 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.647233 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.95745 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13224 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.95783 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.8395 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.03381 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07511 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4261 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.54005 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.55172 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.854798 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.658752 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3915 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85746 Mass(GeV)= 0.5 TrackId= 79 Run terminated. Run Summary Number of events processed : 100 - User=0.530000s Real=0.548254s Sys=0.010000s -RunAction: End of run actions are started 1 Nevt= 100 Edep= 3720.57 + User=0.760000s Real=0.886060s Sys=0.000000s +RunAction: End of run actions are started 1 Nevt= 100 Edep= 4211.27 ==================================================== Beam Particle: proton Ekin(GeV) = 100 @@ -1060,8 +1069,8 @@ RunAction: End of run actions are started 1 Nevt= 100 Edep= 3720.57 ================== run summary ===================== End of Run TotNbofEvents = 100 - Mean energy deposit in absorber = 3.7206 +- 0.024186 GeV RMS/Emean = 0.065006 - Mean number of steps in absorber= 84.64 + Mean energy deposit in absorber = 4.2113 +- 0.10468 GeV RMS/Emean = 0.24857 + Mean number of steps in absorber= 86.24 ================== run end ========================== ... write file : dmp.root - done @@ -1074,6 +1083,6 @@ Visualization Manager deleting... 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.063 MB +Dynamic pools deleted: 10 / Total memory freed: 0.083 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index 148482cae7f..a3d0227304c 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -870,19 +870,19 @@ Index : 1 used in the geometry : Yes 31. 1.26 35.3 35.3 22.5-1.43e-14 0 0 32. 1.58 30.4 30.4 25.2-1.61e-14 0 0 33. 2 26.1 26.1 28.3-1.81e-14 0 0 -34. 2.51 22.2 22.3 31.7-2.03e-14 0 0 -35. 3.16 18.9 18.9 35.6-2.27e-14 0 0 -36. 3.98 16.1 16 39.9-2.55e-14 0 0 +34. 2.51 22.3 22.3 31.7-2.03e-14 0 0 +35. 3.16 19 19 35.6-2.27e-14 0 0 +36. 3.98 16.1 16.1 39.9-2.55e-14 0 0 37. 5.01 13.6 13.6 44.5 0.0264 0 0 38. 6.31 11.4 11.4 47.7 3.1 0 0 -39. 7.94 9.59 9.61 50.4 7.11 0 0 +39. 7.94 9.6 9.6 50.4 7.11 0 0 40. 10 8.05 8.05 54.9 12.2 0 0 -41. 12.6 6.7 6.69 60.4 18.5 0 0 -42. 15.8 5.57 5.58 67.1 26.3 0 0 -43. 20 4.66 4.66 75.6 35.8 0 0 +41. 12.6 6.72 6.74 60.4 18.5 0 0 +42. 15.8 5.6 5.59 67.1 26.3 0 0 +43. 20 4.66 4.67 75.6 35.8 0 0 44. 25.1 3.91 3.91 85.8 47.2 0 0 -45. 31.6 3.27 3.27 98 60.8 0 0 -46. 39.8 2.74 2.74 113 77 0 0 +45. 31.6 3.28 3.27 98 60.8 0 0 +46. 39.8 2.73 2.74 113 77 0 0 47. 50.1 2.29 2.29 130 96.2 0 0 48. 63.1 1.92 1.92 151 119 0 0 49. 79.4 1.61 1.61 175 145 0 0 @@ -900,7 +900,7 @@ Index : 1 used in the geometry : Yes 61. 1.26e+03 0.369 0.405 748 747 0.0373 0 62. 1.58e+03 0.355 0.395 785 786 0.0379 0 63. 2e+03 0.346 0.39 825 825 0.0385 0 -64. 2.51e+03 0.34 0.388 864 864 0.0391 0 +64. 2.51e+03 0.34 0.389 864 864 0.0391 0 65. 3.16e+03 0.337 0.39 902 903 0.0396 0 66. 3.98e+03 0.336 0.395 942 942 0.0401 0 67. 5.01e+03 0.336 0.401 981 981 0.0406 0 @@ -910,32 +910,32 @@ Index : 1 used in the geometry : Yes 71. 1.26e+04 0.342 0.435 1.14e+03 1.14e+03 0.0416 0 72. 1.58e+04 0.344 0.445 1.18e+03 1.18e+03 0.0417 0 73. 2e+04 0.346 0.454 1.22e+03 1.22e+03 0.0418 8.23 -74. 2.51e+04 0.348 0.457 1.24e+03 1.26e+03 0.0418 50.2 -75. 3.16e+04 0.349 0.459 1.25e+03 1.3e+03 0.0417 83.6 -76. 3.98e+04 0.351 0.46 1.28e+03 1.35e+03 0.0417 111 -77. 5.01e+04 0.352 0.462 1.3e+03 1.39e+03 0.0417 132 -78. 6.31e+04 0.353 0.463 1.32e+03 1.43e+03 0.0417 148 -79. 7.94e+04 0.354 0.464 1.34e+03 1.48e+03 0.0417 160 -80. 1e+05 0.354 0.466 1.36e+03 1.52e+03 0.0417 170 -81. 1.26e+05 0.355 0.467 1.38e+03 1.57e+03 0.0417 177 -82. 1.58e+05 0.355 0.469 1.4e+03 1.62e+03 0.0417 183 -83. 2e+05 0.355 0.471 1.41e+03 1.66e+03 0.0417 187 -84. 2.51e+05 0.355 0.474 1.43e+03 1.71e+03 0.0417 190 -85. 3.16e+05 0.356 0.478 1.44e+03 1.75e+03 0.0417 192 -86. 3.98e+05 0.356 0.482 1.45e+03 1.79e+03 0.0417 194 -87. 5.01e+05 0.356 0.489 1.46e+03 1.83e+03 0.0417 195 -88. 6.31e+05 0.356 0.497 1.46e+03 1.86e+03 0.0417 196 -89. 7.94e+05 0.356 0.507 1.46e+03 1.9e+03 0.0417 196 -90. 1e+06 0.356 0.521 1.45e+03 1.93e+03 0.0417 196 -91. 1.26e+06 0.356 0.539 1.44e+03 1.95e+03 0.0417 197 -92. 1.58e+06 0.356 0.562 1.43e+03 1.98e+03 0.0417 197 -93. 2e+06 0.356 0.591 1.42e+03 2e+03 0.0417 197 -94. 2.51e+06 0.356 0.63 1.4e+03 2.02e+03 0.0417 197 -95. 3.16e+06 0.356 0.679 1.38e+03 2.04e+03 0.0417 197 -96. 3.98e+06 0.356 0.741 1.36e+03 2.05e+03 0.0417 197 -97. 5.01e+06 0.356 0.821 1.33e+03 2.06e+03 0.0417 197 -98. 6.31e+06 0.356 0.924 1.3e+03 2.07e+03 0.0417 197 -99. 7.94e+06 0.356 1.05 1.27e+03 2.08e+03 0.0417 197 +74. 2.51e+04 0.348 0.464 1.24e+03 1.26e+03 0.0418 50.2 +75. 3.16e+04 0.349 0.473 1.25e+03 1.3e+03 0.0419 83.6 +76. 3.98e+04 0.351 0.483 1.28e+03 1.35e+03 0.0419 111 +77. 5.01e+04 0.352 0.492 1.3e+03 1.39e+03 0.0419 132 +78. 6.31e+04 0.353 0.501 1.32e+03 1.43e+03 0.042 148 +79. 7.94e+04 0.354 0.51 1.34e+03 1.48e+03 0.042 160 +80. 1e+05 0.354 0.52 1.36e+03 1.52e+03 0.042 170 +81. 1.26e+05 0.355 0.529 1.38e+03 1.57e+03 0.042 177 +82. 1.58e+05 0.355 0.538 1.4e+03 1.62e+03 0.042 183 +83. 2e+05 0.355 0.548 1.41e+03 1.66e+03 0.042 187 +84. 2.51e+05 0.355 0.558 1.43e+03 1.71e+03 0.042 190 +85. 3.16e+05 0.356 0.569 1.44e+03 1.75e+03 0.042 192 +86. 3.98e+05 0.356 0.581 1.45e+03 1.79e+03 0.042 194 +87. 5.01e+05 0.356 0.594 1.46e+03 1.83e+03 0.042 195 +88. 6.31e+05 0.356 0.609 1.46e+03 1.86e+03 0.042 196 +89. 7.94e+05 0.356 0.626 1.46e+03 1.9e+03 0.042 196 +90. 1e+06 0.356 0.646 1.45e+03 1.93e+03 0.042 196 +91. 1.26e+06 0.356 0.67 1.44e+03 1.95e+03 0.042 197 +92. 1.58e+06 0.356 0.699 1.43e+03 1.98e+03 0.042 197 +93. 2e+06 0.356 0.735 1.42e+03 2e+03 0.042 197 +94. 2.51e+06 0.356 0.776 1.4e+03 2.02e+03 0.042 197 +95. 3.16e+06 0.356 0.828 1.38e+03 2.04e+03 0.042 197 +96. 3.98e+06 0.356 0.893 1.36e+03 2.05e+03 0.042 197 +97. 5.01e+06 0.356 0.975 1.33e+03 2.06e+03 0.042 197 +98. 6.31e+06 0.356 1.08 1.3e+03 2.07e+03 0.042 197 +99. 7.94e+06 0.356 1.21 1.27e+03 2.08e+03 0.042 197 ################################################################## ... write file : monopole.root - done ... close file : monopole.root - done diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index b8fe18f5474..5dd96966996 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1488,7 +1488,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.030000s Real=0.037779s Sys=0.000000s + User=0.020000s Real=0.029114s 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 5757ab489fd..89cec276164 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -664,7 +664,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001360s Sys=0.000000s + User=0.000000s Real=0.000877s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -698,7 +698,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000168s Sys=0.000000s + User=0.000000s Real=0.000151s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -732,7 +732,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000144s Sys=0.000000s + User=0.000000s Real=0.000143s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -766,7 +766,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000185s Sys=0.000000s + User=0.000000s Real=0.000139s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -800,7 +800,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000136s Sys=0.000000s + User=0.010000s Real=0.000133s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -841,7 +841,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000161s Sys=0.000000s + User=0.000000s Real=0.000127s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -875,7 +875,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.008762s Sys=0.000000s + User=0.000000s Real=0.007030s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -945,7 +945,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.008322s Sys=0.000000s + User=0.000000s Real=0.006071s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index e4974eb18fc..da97e9015c2 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -5588,7 +5588,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.043931s Sys=0.020000s + User=0.030000s Real=0.044414s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -6051,7 +6051,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000504s Sys=0.000000s + User=0.000000s Real=0.000492s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index 3add484708a..c091aece81c 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1035,7 +1035,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001946s Sys=0.000000s + User=0.000000s Real=0.001075s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1057,7 +1057,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.009951s Sys=0.000000s + User=0.010000s Real=0.009208s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1079,7 +1079,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001373s Sys=0.000000s + User=0.000000s Real=0.001254s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1125,7 +1125,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000285s Sys=0.000000s + User=0.000000s Real=0.000245s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1568,7 +1568,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.270000s Real=0.347599s Sys=0.000000s + User=0.270000s Real=0.282041s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 7b67690f10a..20f9b2ae96b 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1214,9 +1214,9 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -1.21 cm 2.27 mm 7.4 cm 66.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.5095745 cm 2.2385785 mm 7.4733532 cm 58.397296 MeV 8.5410516 MeV 3.0732981 mm 3.0732981 mm Target hIoni - 2 -1.6553994 cm 2.2932208 mm 7.5008755 cm 53.858277 MeV 4.5390189 MeV 1.4910723 mm 4.5643704 mm Target Transportation - 3 3.4833513 cm 2.9266987 mm 27.396831 cm 53.858302 MeV9.7785279e-17 eV 2.1936296 m 2.1981939 m CaptureMgnt Decay + 1 -1.509593 cm 2.238578 mm 7.4733586 cm 58.400764 MeV 8.5387896 MeV 3.0734925 mm 3.0734925 mm Target hIoni + 2 -1.6554 cm 2.2932163 mm 7.5008775 cm 53.863261 MeV 4.5375025 MeV 1.4908889 mm 4.5643814 mm Target Transportation + 3 3.4836127 cm 2.9272677 mm 27.400428 cm 53.863286 MeV9.7785617e-17 eV 2.1937476 m 2.1983119 m CaptureMgnt Decay Track (trackID 4, parentID 1) is processed with stopping code 2 ********************************************************************************************************* @@ -1225,223 +1225,223 @@ Track (trackID 4, parentID 1) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 3.48 cm 2.93 mm 27.4 cm 18.2 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 3.3665425 cm 2.7541408 mm 2 m 18.21887 MeV8.0801997e-16 eV 10.843833 m 10.843833 m CaptureMgnt Transportation - 2 1.5833046 cm 212.03044 um 2.002899 m 18.212225 MeV 6.6493057 keV 1.8244611 cm 10.862077 m World muIoni - 3 -1.5173001 mm -2.3763007 mm 2.0056852 m 18.204659 MeV 6.3401403 keV 1.776227 cm 10.879839 m World muIoni - 4 -4.4927631 cm -8.8553537 mm 2.0126469 m 18.187736 MeV 15.47131 keV 4.4440034 cm 10.924279 m World muIoni - 5 -6.2433117 cm -1.1497631 cm 2.0156327 m 18.177891 MeV 8.5860362 keV 1.7953816 cm 10.942233 m World muIoni - 6 -7.9820111 cm -1.4122649 cm 2.0186098 m 18.155005 MeV 6.1039455 keV 1.7834319 cm 10.960068 m World muIoni - 7 -8.4205473 cm -1.4797335 cm 2.019367 m 18.152679 MeV 2.3264168 keV 4.5011049 mm 10.964569 m World muIoni - 8 -9.8060156 cm -1.6917703 cm 2.0217445 m 18.147577 MeV 5.1015713 keV 1.4216224 cm 10.978785 m World muIoni - 9 -10.884453 cm -1.857397 cm 2.0235938 m 18.142767 MeV 3.2087223 keV 1.1066434 cm 10.989851 m World muIoni - 10 -11.332542 cm -1.9257071 cm 2.024354 m 18.138853 MeV 1.0271922 keV 4.5959797 mm 10.994447 m World muIoni - 11 -15.237391 cm -2.5226613 cm 2.0309572 m 18.117027 MeV 19.367488 keV 4.0050404 cm 11.034498 m World muIoni - 12 -17.576088 cm -2.8775831 cm 2.0349633 m 18.10838 MeV 7.4601954 keV 2.3991626 cm 11.058489 m World muIoni - 13 -18.362104 cm -2.994612 cm 2.0363206 m 18.104548 MeV 2.5950193 keV 8.0618911 mm 11.066551 m World muIoni - 14 -21.089025 cm -3.3979478 cm 2.0410662 m 18.094134 MeV 8.2053533 keV 2.7971454 cm 11.094523 m World muIoni - 15 -25.587607 cm -4.0484351 cm 2.0485896 m 18.075676 MeV 15.256651 keV 4.6072949 cm 11.140596 m World muIoni - 16 -27.189093 cm -4.2816267 cm 2.0512433 m 18.070084 MeV 4.3402795 keV 1.6399893 cm 11.156996 m World muIoni - 17 -27.237488 cm -4.288611 cm 2.0513235 m 18.068288 MeV 219.59683 eV 495.49745 um 11.157491 m World muIoni - 18 -27.266666 cm -4.292804 cm 2.0513718 m 18.066594 MeV 117.39777 eV 298.7036 um 11.15779 m World muIoni - 19 -28.163523 cm -4.4214752 cm 2.0528616 m 18.06188 MeV 3.362399 keV 9.1820797 mm 11.166972 m World muIoni - 20 -28.843534 cm -4.5193176 cm 2.0539956 m 18.049515 MeV 1.7398112 keV 6.9631097 mm 11.173935 m World muIoni - 21 -31.592319 cm -4.9163147 cm 2.0585543 m 18.036004 MeV 10.411923 keV 2.8144779 cm 11.20208 m World muIoni - 22 -31.84351 cm -4.952789 cm 2.0589718 m 18.032887 MeV 1.1014406 keV 2.5723427 mm 11.204652 m World muIoni - 23 -41.729309 cm -6.391106 cm 2.0753364 m 17.986326 MeV 35.165888 keV 10.12315 cm 11.305884 m World muIoni - 24 -45.565423 cm -6.9521856 cm 2.0816349 m 17.972275 MeV 12.856942 keV 3.9277742 cm 11.345161 m World muIoni - 25 -49.730237 cm -7.5609537 cm 2.0883662 m 17.95069 MeV 20.203315 keV 4.2625728 cm 11.387787 m World muIoni - 26 -52.837978 cm -8.0103617 cm 2.0932164 m 17.941855 MeV 7.8386476 keV 3.1773161 cm 11.41956 m World muIoni - 27 -52.990785 cm -8.0325921 cm 2.093461 m 17.93956 MeV 253.29968 eV 1.5634015 mm 11.421124 m World muIoni - 28 -55.331105 cm -8.3744105 cm 2.0972155 m 17.928397 MeV 9.6900684 keV 2.3947698 cm 11.445071 m World muIoni - 29 -55.763797 cm -8.4376574 cm 2.0979241 m 17.924914 MeV 2.0794763 keV 4.4299537 mm 11.449501 m World muIoni - 30 -56.143685 cm -8.4927855 cm 2.0985509 m 17.923306 MeV 419.49983 eV 3.8895119 mm 11.453391 m World muIoni - 31 -56.203254 cm -8.5014531 cm 2.0986489 m 17.863623 MeV 244.08474 eV 609.887 um 11.454001 m World muIoni - 32 -65.082789 cm -9.7724097 cm 2.1129995 m 17.833971 MeV 29.651839 keV 9.0841924 cm 11.544843 m World muIoni - 33 -66.314401 cm -9.9521434 cm 2.1149415 m 17.828401 MeV 2.8933403 keV 1.2597187 cm 11.55744 m World muIoni - 34 -66.651702 cm -10.001529 cm 2.115483 m 17.813334 MeV 1.2167897 keV 3.4517089 mm 11.560891 m World muIoni - 35 -67.247791 cm -10.088844 cm 2.1164304 m 17.811366 MeV 1.9677591 keV 6.0985409 mm 11.56699 m World muIoni - 36 -70.289639 cm -10.530137 cm 2.1212718 m 17.799724 MeV 11.641984 keV 3.1115964 cm 11.598106 m World muIoni - 37 -82.688712 cm -12.245697 cm 2.1409301 m 17.754476 MeV 44.250363 keV 12.670815 cm 11.724814 m World muIoni - 38 -84.613866 cm -12.512277 cm 2.1438433 m 17.744221 MeV 9.0516509 keV 1.965239 cm 11.744467 m World muIoni - 39 -88.177918 cm -12.99566 cm 2.1492879 m 17.73112 MeV 11.383195 keV 3.6376725 cm 11.780843 m World muIoni - 40 -96.804109 cm -14.152723 cm 2.1625001 m 17.698227 MeV 31.133029 keV 8.8032459 cm 11.868876 m World muIoni - 41 -98.983834 cm -14.447679 cm 2.1656721 m 17.689737 MeV 8.4898692 keV 2.2223656 cm 11.891099 m World muIoni - 42 -99.951979 cm -14.578348 cm 2.1670706 m 17.682637 MeV 6.0661938 keV 9.8688304 mm 11.900968 m World muIoni - 43 -1.0286386 m -14.968947 cm 2.171242 m 17.675056 MeV 7.5817238 keV 2.9674368 cm 11.930643 m World muIoni - 44 -1.0753726 m -15.609002 cm 2.1778648 m 17.652304 MeV 20.768788 keV 4.7633112 cm 11.978276 m World muIoni - 45 -1.1004536 m -15.947071 cm 2.1812963 m 17.642518 MeV 8.7536866 keV 2.553947 cm 12.003815 m World muIoni - 46 -1.1059434 m -16.019239 cm 2.1820236 m 17.63851 MeV 2.7547708 keV 5.5846277 mm 12.0094 m World muIoni - 47 -1.2017023 m -17.28613 cm 2.1946395 m 17.530749 MeV 41.666126 keV 9.7414787 cm 12.106815 m World muIoni - 48 -1.2031794 m -17.306342 cm 2.1948307 m 17.530506 MeV 243.33903 eV 1.5031339 mm 12.108318 m World muIoni - 49 -1.2225254 m -17.570307 cm 2.1973329 m 17.522101 MeV 7.1203975 keV 1.9684938 cm 12.128003 m World muIoni - 50 -1.2352358 m -17.743769 cm 2.1989609 m 17.518205 MeV 2.8475867 keV 1.2931143 cm 12.140934 m World muIoni - 51 -1.2429692 m -17.852112 cm 2.1999616 m 17.510349 MeV 5.8502674 keV 7.8728107 mm 12.148807 m World muIoni - 52 -1.2858824 m -18.454492 cm 2.2054217 m 17.492784 MeV 15.95293 keV 4.3676691 cm 12.192483 m World muIoni - 53 -1.2859093 m -18.454847 cm 2.2054252 m 17.491457 MeV 0 eV 27.397136 um 12.192511 m World muIoni - 54 -1.2898269 m -18.506324 cm 2.2059221 m 17.488526 MeV 1.6336983 keV 3.982424 mm 12.196493 m World muIoni - 55 -1.3292945 m -19.02235 cm 2.21091 m 17.468104 MeV 12.645619 keV 4.011499 cm 12.236608 m World muIoni - 56 -1.3371785 m -19.124282 cm 2.2118768 m 17.464567 MeV 2.4636924 keV 8.0081968 mm 12.244616 m World muIoni - 57 -1.3428449 m -19.197658 cm 2.2125535 m 17.459136 MeV 1.2908583 keV 5.7536507 mm 12.25037 m World muIoni - 58 -1.3536231 m -19.3377 cm 2.2138473 m 17.452918 MeV 2.2404903 keV 1.0945564 cm 12.261316 m World muIoni - 59 -1.3627312 m -19.453953 cm 2.2149384 m 17.448066 MeV 3.5255989 keV 9.246564 mm 12.270562 m World muIoni - 60 -1.440638 m -20.440186 cm 2.2242387 m 17.414698 MeV 26.923315 keV 7.9078085 cm 12.34964 m World muIoni - 61 -1.4539239 m -20.600166 cm 2.225912 m 17.408033 MeV 5.5370194 keV 1.3486126 cm 12.363126 m World muIoni - 62 -1.4772994 m -20.883156 cm 2.2289141 m 17.39792 MeV 8.7397411 keV 2.3736827 cm 12.386863 m World muIoni - 63 -1.4886742 m -21.022429 cm 2.2303839 m 17.392581 MeV 3.8124443 keV 1.1553617 cm 12.398417 m World muIoni - 64 -1.4935653 m -21.08232 cm 2.2310136 m 17.390433 MeV 2.1484745 keV 4.9677524 mm 12.403384 m World muIoni - 65 -1.4977665 m -21.134216 cm 2.2315557 m 17.387164 MeV 2.1257995 keV 4.2676318 mm 12.407652 m World muIoni - 66 -1.5761625 m -22.106495 cm 2.2417216 m 17.342101 MeV 32.420181 keV 7.9648837 cm 12.487301 m World muIoni - 67 -1.580707 m -22.161894 cm 2.2423117 m 17.340405 MeV 1.6963356 keV 4.6160341 mm 12.491917 m World muIoni - 68 -1.6243586 m -22.694527 cm 2.2479719 m 17.324471 MeV 14.205289 keV 4.4338337 cm 12.536255 m World muIoni - 69 -1.6519238 m -23.037007 cm 2.2514913 m 17.312566 MeV 10.493517 keV 2.7999286 cm 12.564255 m World muIoni - 70 -1.6748404 m -23.317573 cm 2.2544543 m 17.303544 MeV 7.291069 keV 2.3277392 cm 12.587532 m World muIoni - 71 -1.6836291 m -23.437098 cm 2.2557144 m 17.300187 MeV 2.3618254 keV 8.9586398 mm 12.596491 m World muIoni - 72 -1.6866951 m -23.478052 cm 2.2561596 m 17.297901 MeV 1.2361193 keV 3.1251074 mm 12.599616 m World muIoni - 73 -1.6990451 m -23.64159 cm 2.2579687 m 17.287835 MeV 5.5743968 keV 1.2588566 cm 12.612204 m World muIoni - 74 -1.7036276 m -23.69643 cm 2.2586826 m 17.285022 MeV 1.6411122 keV 4.670088 mm 12.616874 m World muIoni - 75 -1.7144753 m -23.826475 cm 2.2603812 m 17.278194 MeV 5.453449 keV 1.1056635 cm 12.627931 m World muIoni - 76 -1.7433361 m -24.173409 cm 2.2649106 m 17.266781 MeV 11.412991 keV 2.9419389 cm 12.65735 m World muIoni - 77 -1.7502915 m -24.249883 cm 2.265998 m 17.259441 MeV 4.3067075 keV 7.0813332 mm 12.664432 m World muIoni - 78 -1.771948 m -24.484688 cm 2.2693371 m 17.249323 MeV 8.8675948 keV 2.2037872 cm 12.68647 m World muIoni - 79 -1.7730259 m -24.496019 cm 2.2695024 m 17.247275 MeV 210.89506 eV 1.096377 mm 12.687566 m World muIoni - 80 -1.8653612 m -25.462802 cm 2.283609 m 17.203018 MeV 34.792284 keV 9.3906757 cm 12.781473 m World muIoni - 81 -1.8684715 m -25.495417 cm 2.2840957 m 17.197471 MeV 1.4590901 keV 3.1650202 mm 12.784638 m World muIoni - 82 -1.9102442 m -25.933124 cm 2.2906689 m 17.182621 MeV 14.849879 keV 4.251279 cm 12.827151 m World muIoni - 83 -1.9107463 m -25.938265 cm 2.2907473 m 17.134623 MeV 217.79668 eV 510.81063 um 12.827661 m World muIoni - 84 -1.9164845 m -25.996455 cm 2.2916242 m 17.128891 MeV 2.202384 keV 5.8338819 mm 12.833495 m World muIoni - 85 -1.978903 m -26.622327 cm 2.3011889 m 17.100063 MeV 22.989614 keV 6.3456923 cm 12.896952 m World muIoni - 86 -1.9901182 m -26.744528 cm 2.3030031 m 17.091759 MeV 4.9427513 keV 1.1426606 cm 12.908379 m World muIoni - 87 -1.9931535 m -26.777315 cm 2.303496 m 17.090593 MeV 1.1662758 keV 3.0924924 mm 12.911471 m World muIoni - 88 -2.0399301 m -27.285022 cm 2.3110531 m 17.069379 MeV 17.744365 keV 4.7654587 cm 12.959126 m World muIoni - 89 -2.0924434 m -27.891422 cm 2.3196933 m 17.048807 MeV 20.572343 keV 5.3563977 cm 13.01269 m World muIoni - 90 -2.0944304 m -27.914248 cm 2.320026 m 17.046435 MeV 636.6812 eV 2.0275527 mm 13.014717 m World muIoni - 91 -2.1635822 m -28.704673 cm 2.3315727 m 17.020964 MeV 25.471038 keV 7.0553992 cm 13.085271 m World muIoni - 92 -2.17877 m -28.878419 cm 2.3341549 m 17.016207 MeV 4.7573647 keV 1.5503394 cm 13.100775 m World muIoni - 93 -2.2030482 m -29.157295 cm 2.3382879 m 17.00239 MeV 9.6034453 keV 2.4785001 cm 13.12556 m World muIoni - 94 -2.2315803 m -29.489077 cm 2.3430738 m 16.988551 MeV 10.713279 keV 2.9120349 cm 13.15468 m World muIoni - 95 -2.2784518 m -30.023364 cm 2.3510224 m 16.968661 MeV 18.525778 keV 4.7840258 cm 13.20252 m World muIoni - 96 -2.2814545 m -30.058081 cm 2.3515349 m 16.967785 MeV 876.42209 eV 3.0658915 mm 13.205586 m World muIoni - 97 -2.3181243 m -30.4873 cm 2.3577831 m 16.954592 MeV 11.245463 keV 3.744525 cm 13.243032 m World muIoni - 98 -2.370894 m -31.057758 cm 2.3667596 m 16.932483 MeV 20.876403 keV 5.3831738 cm 13.296863 m World muIoni - 99 -2.4034293 m -31.388133 cm 2.3721843 m 16.917343 MeV 13.279478 keV 3.3149599 cm 13.330013 m World muIoni - 100 -2.4214999 m -31.577722 cm 2.37518 m 16.910663 MeV 4.969595 keV 1.8415076 cm 13.348428 m World muIoni - 101 -2.4247445 m -31.611825 cm 2.3757164 m 16.902913 MeV 1.2694586 keV 3.3062622 mm 13.351734 m World muIoni - 102 -2.4309428 m -31.676387 cm 2.3767395 m 16.898841 MeV 3.003196 keV 6.3152933 mm 13.35805 m World muIoni - 103 -2.4315648 m -31.682838 cm 2.3768424 m 16.897672 MeV 33.034364 eV 633.71685 um 13.358683 m World muIoni - 104 -2.4440195 m -31.81167 cm 2.3788972 m 16.8908 MeV 5.7911119 keV 1.2688697 cm 13.371372 m World muIoni - 105 -2.4997949 m -32.400241 cm 2.3882069 m 16.866717 MeV 19.482756 keV 5.6852878 cm 13.428225 m World muIoni - 106 -2.5156156 m -32.577242 cm 2.3908064 m 16.858614 MeV 6.8711779 keV 1.6130274 cm 13.444355 m World muIoni - 107 -2.5570969 m -33.035802 cm 2.3977056 m 16.843904 MeV 14.71044 keV 4.230059 cm 13.486656 m World muIoni - 108 -2.6087006 m -33.590187 cm 2.4059912 m 16.816777 MeV 17.912808 keV 5.2558151 cm 13.539214 m World muIoni - 109 -2.6146146 m -33.651861 cm 2.406907 m 16.813127 MeV 2.2812247 keV 6.0162592 mm 13.54523 m World muIoni - 110 -2.6961674 m -34.489002 cm 2.4195437 m 16.768098 MeV 31.787835 keV 8.2950372 cm 13.62818 m World muIoni - 111 -2.7575414 m -35.149051 cm 2.4291926 m 16.706315 MeV 21.708819 keV 6.2477949 cm 13.690658 m World muIoni - 112 -2.7699024 m -35.28398 cm 2.4311768 m 16.673517 MeV 3.7565332 keV 1.2591779 cm 13.70325 m World muIoni - 113 -2.7723513 m -35.310969 cm 2.4315618 m 16.670907 MeV 485.10029 eV 2.493636 mm 13.705744 m World muIoni - 114 -2.7884284 m -35.488858 cm 2.4340749 m 16.662459 MeV 6.9506113 keV 1.6369309 cm 13.722113 m World muIoni - 115 -2.793918 m -35.549145 cm 2.4349259 m 16.659986 MeV 1.168241 keV 5.5878194 mm 13.727701 m World muIoni - 116 -2.8092794 m -35.713103 cm 2.4373984 m 16.652756 MeV 5.2242479 keV 1.5645222 cm 13.743346 m World muIoni - 117 -2.8457971 m -36.104601 cm 2.4431892 m 16.638212 MeV 12.009417 keV 3.7180848 cm 13.780527 m World muIoni - 118 -2.8646371 m -36.303935 cm 2.4461697 m 16.62482 MeV 9.5702698 keV 1.9178219 cm 13.799705 m World muIoni - 119 -2.8679566 m -36.339752 cm 2.4467025 m 16.622749 MeV 736.00084 eV 3.3809752 mm 13.803086 m World muIoni - 120 -2.8831158 m -36.504166 cm 2.4491203 m 16.614055 MeV 8.693972 keV 1.5438659 cm 13.818525 m World muIoni - 121 -2.8844337 m -36.518301 cm 2.4493283 m 16.611606 MeV 63.395864 eV 1.3416944 mm 13.819867 m World muIoni - 122 -2.9343772 m -37.050507 cm 2.4572087 m 16.589652 MeV 20.73917 keV 5.0841013 cm 13.870708 m World muIoni - 123 -2.9543595 m -37.25868 cm 2.4604257 m 16.575643 MeV 12.058988 keV 2.0346396 cm 13.891054 m World muIoni - 124 -2.9716565 m -37.444023 cm 2.4632584 m 16.561191 MeV 5.9493429 keV 1.7625165 cm 13.908679 m World muIoni - 125 -2.9819064 m -37.552756 cm 2.4649353 m 16.554969 MeV 4.8914387 keV 1.0442987 cm 13.919122 m World muIoni - 126 -2.9923487 m -37.663514 cm 2.4666337 m 16.54792 MeV 3.4013317 keV 1.0637365 cm 13.929759 m World muIoni - 127 -3.0473827 m -38.24352 cm 2.4755711 m 16.524525 MeV 21.889654 keV 5.6056228 cm 13.985816 m World muIoni - 128 -3.0698722 m -38.474507 cm 2.4792528 m 16.513457 MeV 11.067792 keV 2.2905707 cm 14.008721 m World muIoni - 129 -3.1076422 m -38.865119 cm 2.4856799 m 16.50025 MeV 13.20732 keV 3.8511723 cm 14.047233 m World muIoni - 130 -3.1107528 m -38.896696 cm 2.4862171 m 16.447713 MeV 666.16089 eV 3.1723794 mm 14.050406 m World muIoni - 131 -3.1295943 m -39.092754 cm 2.4894521 m 16.434747 MeV 8.9262711 keV 1.9217535 cm 14.069623 m World muIoni - 132 -3.1367284 m -39.166994 cm 2.4906741 m 16.432106 MeV 2.6410112 keV 7.2759665 mm 14.076899 m World muIoni - 133 -3.1501171 m -39.309686 cm 2.4929448 m 16.425348 MeV 5.0130286 keV 1.3654636 cm 14.090554 m World muIoni - 134 -3.1629305 m -39.445809 cm 2.4951447 m 16.419239 MeV 4.467117 keV 1.307196 cm 14.103626 m World muIoni - 135 -3.1679037 m -39.496965 cm 2.4959949 m 16.415976 MeV 1.8091147 keV 5.071252 mm 14.108697 m World muIoni - 136 -3.1783144 m -39.603668 cm 2.497787 m 16.411027 MeV 4.9488488 keV 1.0617568 cm 14.119314 m World muIoni - 137 -3.1796639 m -39.617519 cm 2.4980197 m 16.405492 MeV 1.5077976 keV 1.376424 mm 14.120691 m World muIoni - 138 -3.2249609 m -40.094537 cm 2.5059028 m 16.386268 MeV 16.957168 keV 4.6224876 cm 14.166916 m World muIoni - 139 -3.2410092 m -40.25896 cm 2.508644 m 16.376662 MeV 3.3932054 keV 1.6363524 cm 14.183279 m World muIoni - 140 -3.3033069 m -40.891902 cm 2.5192918 m 16.348373 MeV 28.28868 keV 6.3517811 cm 14.246797 m World muIoni - 141 -3.3312977 m -41.162681 cm 2.524196 m 16.335065 MeV 10.017503 keV 2.8545946 cm 14.275343 m World muIoni - 142 -3.3322788 m -41.172349 cm 2.5243662 m 16.329748 MeV 147.32119 eV 1.0004146 mm 14.276343 m World muIoni - 143 -3.3745 m -41.585518 cm 2.5317343 m 16.303322 MeV 21.712749 keV 4.3058271 cm 14.319402 m World muIoni - 144 -3.4070392 m -41.879175 cm 2.5374465 m 16.285856 MeV 15.096166 keV 3.3167101 cm 14.352569 m World muIoni - 145 -3.4263226 m -42.051842 cm 2.5408412 m 16.277443 MeV 8.4129314 keV 1.965602 cm 14.372225 m World muIoni - 146 -3.5174715 m -42.884869 cm 2.5570332 m 16.235382 MeV 38.535506 keV 9.295112 cm 14.465176 m World muIoni - 147 -3.5271066 m -42.97107 cm 2.558797 m 16.229966 MeV 3.1338008 keV 9.8330502 mm 14.475009 m World muIoni - 148 -3.5410329 m -43.093169 cm 2.5614034 m 16.219471 MeV 5.5926055 keV 1.4220718 cm 14.48923 m World muIoni - 149 -3.556408 m -43.228934 cm 2.5642814 m 16.212719 MeV 6.7526097 keV 1.5700953 cm 14.504931 m World muIoni - 150 -3.5955086 m -43.564314 cm 2.5716224 m 16.195211 MeV 14.442619 keV 3.9924996 cm 14.544856 m World muIoni - 151 -3.610522 m -43.700795 cm 2.5744357 m 16.184736 MeV 4.4447899 keV 1.5335599 cm 14.560191 m World muIoni - 152 -3.6376025 m -43.939877 cm 2.5794811 m 16.174907 MeV 8.5448548 keV 2.7650205 cm 14.587841 m World muIoni - 153 -3.6463166 m -44.017102 cm 2.5810935 m 16.16876 MeV 4.6848267 keV 8.8955682 mm 14.596737 m World muIoni - 154 -3.6761747 m -44.283041 cm 2.58662 m 16.158834 MeV 8.4872544 keV 3.0481606 cm 14.627219 m World muIoni - 155 -3.700219 m -44.500578 cm 2.5910743 m 16.150912 MeV 6.8424405 keV 2.4550048 cm 14.651769 m World muIoni - 156 -3.7236899 m -44.710277 cm 2.5954686 m 16.136923 MeV 10.376656 keV 2.3970643 cm 14.675739 m World muIoni - 157 -3.777636 m -45.214056 cm 2.6054843 m 16.104031 MeV 21.928651 keV 5.5099239 cm 14.730839 m World muIoni - 158 -3.7955765 m -45.394689 cm 2.608801 m 16.095521 MeV 7.1374083 keV 1.833367 cm 14.749172 m World muIoni - 159 -3.8514631 m -45.939527 cm 2.6192486 m 16.07007 MeV 22.173326 keV 5.7115682 cm 14.806288 m World muIoni - 160 -3.8690694 m -46.117252 cm 2.622614 m 16.062495 MeV 7.5744309 keV 1.8012983 cm 14.824301 m World muIoni - 161 -3.899286 m -46.427676 cm 2.6283668 m 16.045433 MeV 14.568043 keV 3.0915756 cm 14.855217 m World muIoni - 162 -3.9187594 m -46.638461 cm 2.632065 m 16.037799 MeV 7.6337236 keV 1.993322 cm 14.87515 m World muIoni - 163 -3.9271817 m -46.730742 cm 2.6336597 m 16.030871 MeV 2.2650504 keV 8.6214975 mm 14.883771 m World muIoni - 164 -3.9291332 m -46.751877 cm 2.6340321 m 16.030124 MeV 746.84065 eV 1.9979509 mm 14.885769 m World muIoni - 165 -3.9308085 m -46.770151 cm 2.6343528 m 16.014535 MeV 732.63633 eV 1.7154081 mm 14.887485 m World muIoni - 166 -3.9557125 m -47.040007 cm 2.6391677 m 15.998594 MeV 12.055994 keV 2.5508477 cm 14.912993 m World muIoni - 167 -3.9989065 m -47.528886 cm 2.6473514 m 15.982158 MeV 13.642746 keV 4.4233658 cm 14.957227 m World muIoni - 168 -4.0174869 m -47.736116 cm 2.6507971 m 15.971227 MeV 7.7940021 keV 1.901049 cm 14.976237 m World muIoni - 169 -4.027045 m -47.841914 cm 2.6525784 m 15.966121 MeV 3.9033427 keV 9.780057 mm 14.986017 m World muIoni - 170 -4.0477564 m -48.075534 cm 2.6564202 m 15.958661 MeV 6.1485764 keV 2.1193924 cm 15.007211 m World muIoni - 171 -4.0928648 m -48.592998 cm 2.6643789 m 15.937691 MeV 20.969645 keV 4.6096817 cm 15.053308 m World muIoni - 172 -4.1339327 m -49.071954 cm 2.671629 m 15.917224 MeV 18.549362 keV 4.197734 cm 15.095285 m World muIoni - 173 -4.1613025 m -49.383267 cm 2.6764674 m 15.904531 MeV 10.787209 keV 2.7967986 cm 15.123253 m World muIoni - 174 -4.2081785 m -49.913473 cm 2.6846284 m 15.881122 MeV 22.214433 keV 4.787592 cm 15.171129 m World muIoni - 175 -4.2151594 m -49.997609 cm 2.6858466 m 15.876621 MeV 2.3885684 keV 7.1361784 mm 15.178266 m World muIoni - 176 -4.2233555 m -50.096156 cm 2.6872906 m 15.871426 MeV 3.9766152 keV 8.3805268 mm 15.186646 m World muIoni - 177 -4.2424221 m -50.319127 cm 2.6906528 m 15.8603 MeV 8.4840471 keV 1.948876 cm 15.206135 m World muIoni - 178 -4.2824811 m -50.78604 cm 2.6978102 m 15.843721 MeV 14.9254 keV 4.0960627 cm 15.247095 m World muIoni - 179 -4.283701 m -50.800243 cm 2.6980294 m 15.841934 MeV 435.67722 eV 1.2475445 mm 15.248343 m World muIoni - 180 -4.2873559 m -50.842673 cm 2.6986842 m 15.837354 MeV 756.21571 eV 3.7372379 mm 15.25208 m World muIoni - 181 -4.3134968 m -51.149426 cm 2.7033499 m 15.826006 MeV 10.300371 keV 2.673064 cm 15.278811 m World muIoni - 182 -4.3320041 m -51.366502 cm 2.7066002 m 15.818181 MeV 7.8245851 keV 1.8915633 cm 15.297727 m World muIoni - 183 -4.3718509 m -51.825323 cm 2.7134849 m 15.794324 MeV 16.028765 keV 4.0696895 cm 15.338423 m World muIoni - 184 -4.3737158 m -51.845665 cm 2.7138034 m 15.788811 MeV 922.23035 eV 1.9027794 mm 15.340326 m World muIoni - 185 -4.3891447 m -52.013089 cm 2.7164536 m 15.777639 MeV 9.30307 keV 1.5744146 cm 15.35607 m World muIoni - 186 -4.4154614 m -52.304344 cm 2.7209491 m 15.764368 MeV 12.126478 keV 2.6856327 cm 15.382927 m World muIoni - 187 -4.4580609 m -52.761208 cm 2.7280395 m 15.742465 MeV 15.166034 keV 4.3429375 cm 15.426356 m World muIoni - 188 -4.4640338 m -52.817899 cm 2.7289577 m 15.73762 MeV 1.8921629 keV 6.0695733 mm 15.432426 m World muIoni - 189 -4.5212218 m -53.358974 cm 2.7376585 m 15.707924 MeV 27.543146 keV 5.8099052 cm 15.490525 m World muIoni - 190 -4.5260818 m -53.401596 cm 2.7384058 m 15.703533 MeV 994.22477 eV 4.93557 mm 15.49546 m World muIoni - 191 -4.5284286 m -53.422285 cm 2.7387708 m 15.699337 MeV 1.5321332 keV 2.3840565 mm 15.497844 m World muIoni - 192 -4.528773 m -53.425356 cm 2.7388247 m 15.690914 MeV 35.196046 eV 349.93149 um 15.498194 m World muIoni - 193 -4.5372428 m -53.499761 cm 2.7401332 m 15.679601 MeV 2.4523257 keV 8.6024483 mm 15.506797 m World muIoni - 194 -4.5416984 m -53.540094 cm 2.7408073 m 15.676494 MeV 1.1775367 keV 4.5244208 mm 15.511321 m World muIoni - 195 -4.5672816 m -53.769967 cm 2.7446357 m 15.665917 MeV 10.576579 keV 2.5970048 cm 15.537291 m World muIoni - 196 -4.5709151 m -53.803006 cm 2.7451781 m 15.662903 MeV 3.0142683 keV 3.6885657 mm 15.54098 m World muIoni - 197 -4.5806709 m -53.892373 cm 2.7466389 m 15.655857 MeV 5.9519275 keV 9.9049784 mm 15.550885 m World muIoni - 198 -4.5833358 m -53.91716 cm 2.7470375 m 15.655258 MeV 598.88801 eV 2.7059123 mm 15.553591 m World muIoni - 199 -4.6314046 m -54.351543 cm 2.7542388 m 15.633312 MeV 21.946331 keV 4.8799815 cm 15.60239 m World muIoni - 200 -4.6430385 m -54.453175 cm 2.7560247 m 15.621034 MeV 7.254615 keV 1.1814006 cm 15.614204 m World muIoni - 201 -4.7112898 m -55.052959 cm 2.7665868 m 15.59113 MeV 26.169026 keV 6.9324385 cm 15.683529 m World muIoni - 202 -4.7323651 m -55.232649 cm 2.7700054 m 15.583256 MeV 7.8735302 keV 2.1426257 cm 15.704955 m World muIoni - 203 -4.7777587 m -55.595664 cm 2.777048 m 15.56037 MeV 21.774357 keV 4.608045 cm 15.751036 m World muIoni - 204 -4.781277 m -55.623977 cm 2.7775852 m 15.557571 MeV 572.06954 eV 3.5703764 mm 15.754606 m World muIoni - 205 -4.7839779 m -55.645397 cm 2.7779959 m 15.552372 MeV 838.21758 eV 2.7403325 mm 15.757346 m World muIoni - 206 -4.7898355 m -55.691724 cm 2.7788924 m 15.550119 MeV 1.0911758 keV 5.9438542 mm 15.76329 m World muIoni - 207 -4.8082825 m -55.836665 cm 2.7816949 m 15.537809 MeV 7.977731 keV 1.8714934 cm 15.782005 m World muIoni - 208 -4.82834 m -55.995352 cm 2.7847611 m 15.5262 MeV 10.430478 keV 2.0352557 cm 15.802358 m World muIoni - 209 -4.8316573 m -56.021606 cm 2.7852702 m 15.523697 MeV 675.12921 eV 3.3663398 mm 15.805724 m World muIoni - 210 -4.8447549 m -56.123825 cm 2.7872832 m 15.512495 MeV 5.5968304 keV 1.3290811 cm 15.819015 m World muIoni - 211 -4.8534828 m -56.191061 cm 2.7886085 m 15.50338 MeV 3.531377 keV 8.8535064 mm 15.827868 m World muIoni - 212 -4.87511 m -56.350823 cm 2.7919056 m 15.495213 MeV 7.1579685 keV 2.1935348 cm 15.849804 m World muIoni - 213 -4.8815981 m -56.397132 cm 2.7929022 m 15.48733 MeV 2.5997341 keV 6.5805172 mm 15.856384 m World muIoni - 214 -4.9058661 m -56.571764 cm 2.7966614 m 15.477522 MeV 8.0540556 keV 2.4619608 cm 15.881004 m World muIoni - 215 -4.9150727 m -56.63878 cm 2.7980607 m 15.472882 MeV 3.3969103 keV 9.336375 mm 15.89034 m World muIoni - 216 -4.961541 m -56.982909 cm 2.8050526 m 15.451969 MeV 19.389244 keV 4.7117525 cm 15.937458 m World muIoni - 217 -4.9673684 m -57.03083 cm 2.8059358 m 15.449436 MeV 2.5328877 keV 5.9133586 mm 15.943371 m OutOfWorld Transportation + 1 3.5432534 cm 3.0217668 mm 2 m 18.221319 MeV8.0786618e-16 eV 10.842811 m 10.842811 m CaptureMgnt Transportation + 2 1.765541 cm 106.23472 um 2.0028995 m 18.214673 MeV 6.6494536 keV 1.8246625 cm 10.861058 m World muIoni + 3 361.23257 um -2.8454038 mm 2.0056863 m 18.207107 MeV 6.3403052 keV 1.7764231 cm 10.878822 m World muIoni + 4 -4.2908502 cm -1.0233447 cm 2.0126492 m 18.190184 MeV 15.471716 keV 4.4444942 cm 10.923267 m World muIoni + 5 -6.0356675 cm -1.3242275 cm 2.0156355 m 18.180339 MeV 8.5861989 keV 1.79558 cm 10.941223 m World muIoni + 6 -7.7686731 cm -1.6231362 cm 2.0186133 m 18.157452 MeV 6.1041134 keV 1.7836291 cm 10.959059 m World muIoni + 7 -8.2057469 cm -1.6997873 cm 2.0193706 m 18.155126 MeV 2.3264535 keV 4.5016033 mm 10.963561 m World muIoni + 8 -9.5866184 cm -1.9408342 cm 2.0217485 m 18.150024 MeV 5.1017088 keV 1.4217798 cm 10.977779 m World muIoni + 9 -10.661465 cm -2.129042 cm 2.0235981 m 18.145213 MeV 3.2087953 keV 1.106766 cm 10.988846 m World muIoni + 10 -11.108074 cm -2.2067346 cm 2.0243585 m 18.1413 MeV 1.0272106 keV 4.5964889 mm 10.993443 m World muIoni + 11 -14.999981 cm -2.8854521 cm 2.0309628 m 18.119474 MeV 19.367878 keV 4.0054843 cm 11.033498 m World muIoni + 12 -17.330982 cm -3.2893442 cm 2.0349696 m 18.110826 MeV 7.4604072 keV 2.3994288 cm 11.057492 m World muIoni + 13 -18.114458 cm -3.422832 cm 2.0363272 m 18.106994 MeV 2.5950711 keV 8.0627859 mm 11.065555 m World muIoni + 14 -20.832625 cm -3.883269 cm 2.0410736 m 18.09658 MeV 8.2056047 keV 2.7974559 cm 11.093529 m World muIoni + 15 -25.317078 cm -4.6279585 cm 2.0485984 m 18.078122 MeV 15.257079 keV 4.6078067 cm 11.139607 m World muIoni + 16 -26.913501 cm -4.8946855 cm 2.0512525 m 18.072529 MeV 4.3404142 keV 1.6401716 cm 11.156009 m World muIoni + 17 -26.961745 cm -4.9026833 cm 2.0513327 m 18.070733 MeV 219.59751 eV 495.55255 um 11.156504 m World muIoni + 18 -26.990831 cm -4.9074872 cm 2.051381 m 18.06904 MeV 117.3985 eV 298.73682 um 11.156803 m World muIoni + 19 -27.884893 cm -5.0549392 cm 2.0528711 m 18.064325 MeV 3.3624507 keV 9.183101 mm 11.165986 m World muIoni + 20 -28.562779 cm -5.1670215 cm 2.0540054 m 18.051961 MeV 1.7398496 keV 6.9638844 mm 11.17295 m World muIoni + 21 -31.302941 cm -5.6215795 cm 2.0585649 m 18.038449 MeV 10.412165 keV 2.8147913 cm 11.201098 m World muIoni + 22 -31.55334 cm -5.6633138 cm 2.0589824 m 18.035332 MeV 1.1014443 keV 2.5726293 mm 11.203671 m World muIoni + 23 -41.407909 cm -7.3086426 cm 2.0753501 m 17.98877 MeV 35.166816 keV 10.124278 cm 11.304914 m World muIoni + 24 -45.231844 cm -7.9500513 cm 2.0816497 m 17.974719 MeV 12.857289 keV 3.9282129 cm 11.344196 m World muIoni + 25 -49.383443 cm -8.6460317 cm 2.0883822 m 17.953133 MeV 20.203726 keV 4.2630493 cm 11.386826 m World muIoni + 26 -52.481426 cm -9.1605175 cm 2.0932334 m 17.944298 MeV 7.8388933 keV 3.1776716 cm 11.418603 m World muIoni + 27 -52.633751 cm -9.1859478 cm 2.093478 m 17.942003 MeV 253.3006 eV 1.5635765 mm 11.420166 m World muIoni + 28 -54.966651 cm -9.5767732 cm 2.0972332 m 17.93084 MeV 9.6902756 keV 2.395038 cm 11.444117 m World muIoni + 29 -55.39797 cm -9.6490808 cm 2.097942 m 17.927357 MeV 2.0795077 keV 4.4304499 mm 11.448547 m World muIoni + 30 -55.776661 cm -9.712164 cm 2.0985689 m 17.925749 MeV 419.51007 eV 3.8899477 mm 11.452437 m World muIoni + 31 -55.836042 cm -9.722079 cm 2.0986669 m 17.866064 MeV 244.08592 eV 609.95534 um 11.453047 m World muIoni + 32 -64.687973 cm -11.178981 cm 2.1130201 m 17.836412 MeV 29.65265 keV 9.0852134 cm 11.543899 m World muIoni + 33 -65.915685 cm -11.384505 cm 2.1149625 m 17.830841 MeV 2.8934086 keV 1.2598605 cm 11.556498 m World muIoni + 34 -66.251914 cm -11.440953 cm 2.1155041 m 17.815774 MeV 1.2168092 keV 3.4520975 mm 11.55995 m World muIoni + 35 -66.846108 cm -11.54075 cm 2.1164517 m 17.813806 MeV 1.9677932 keV 6.099228 mm 11.566049 m World muIoni + 36 -69.878377 cm -12.045742 cm 2.1212941 m 17.802164 MeV 11.642266 keV 3.1119471 cm 11.597169 m World muIoni + 37 -82.24015 cm -14.02096 cm 2.1409561 m 17.756915 MeV 44.251497 keV 12.672243 cm 11.723891 m World muIoni + 38 -84.159508 cm -14.327857 cm 2.1438699 m 17.74666 MeV 9.0518302 keV 1.9654611 cm 11.743546 m World muIoni + 39 -87.713044 cm -14.885879 cm 2.1493155 m 17.733558 MeV 11.383504 keV 3.6380837 cm 11.779927 m World muIoni + 40 -96.314051 cm -16.223596 cm 2.1625302 m 17.700665 MeV 31.133786 keV 8.8042418 cm 11.867969 m World muIoni + 41 -98.487359 cm -16.564201 cm 2.1657029 m 17.692175 MeV 8.4900736 keV 2.2226174 cm 11.890195 m World muIoni + 42 -99.452661 cm -16.715145 cm 2.1671017 m 17.685075 MeV 6.0662712 keV 9.8699491 mm 11.900065 m World muIoni + 43 -1.0235604 m -17.166727 cm 2.171274 m 17.677493 MeV 7.5819514 keV 2.9677733 cm 11.929743 m World muIoni + 44 -1.0701552 m -17.904652 cm 2.1778982 m 17.654741 MeV 20.769229 keV 4.7638515 cm 11.977381 m World muIoni + 45 -1.0951626 m -18.295247 cm 2.1813303 m 17.644954 MeV 8.7539256 keV 2.554237 cm 12.002924 m World muIoni + 46 -1.1006367 m -18.378913 cm 2.1820579 m 17.640946 MeV 2.7548086 keV 5.5852622 mm 12.008509 m World muIoni + 47 -1.1961198 m -19.846351 cm 2.1946765 m 17.533183 MeV 41.667092 keV 9.7425857 cm 12.105935 m World muIoni + 48 -1.1975926 m -19.869656 cm 2.1948678 m 17.53294 MeV 243.33903 eV 1.5033055 mm 12.107438 m World muIoni + 49 -1.2168811 m -20.174137 cm 2.1973705 m 17.524534 MeV 7.1205817 keV 1.9687186 cm 12.127125 m World muIoni + 50 -1.2295539 m -20.374217 cm 2.1989989 m 17.520639 MeV 2.8476554 keV 1.2932621 cm 12.140058 m World muIoni + 51 -1.2372637 m -20.498755 cm 2.1999998 m 17.512782 MeV 5.8503253 keV 7.8737105 mm 12.147932 m World muIoni + 52 -1.280046 m -21.191003 cm 2.2054612 m 17.495217 MeV 15.953328 keV 4.3681685 cm 12.191613 m World muIoni + 53 -1.2800729 m -21.191415 cm 2.2054646 m 17.49389 MeV 0 eV 27.400271 um 12.191641 m World muIoni + 54 -1.2839793 m -21.251097 cm 2.2059617 m 17.490959 MeV 1.6337171 keV 3.9828797 mm 12.195624 m World muIoni + 55 -1.3233345 m -21.849782 cm 2.2109507 m 17.470537 MeV 12.645974 keV 4.0119581 cm 12.235743 m World muIoni + 56 -1.3311963 m -21.968226 cm 2.2119177 m 17.466999 MeV 2.4637415 keV 8.0091143 mm 12.243752 m World muIoni + 57 -1.3368467 m -22.053469 cm 2.2125946 m 17.461568 MeV 1.2908837 keV 5.7543101 mm 12.249507 m World muIoni + 58 -1.3475945 m -22.216084 cm 2.2138887 m 17.45535 MeV 2.2405425 keV 1.0946819 cm 12.260453 m World muIoni + 59 -1.3566772 m -22.351413 cm 2.2149801 m 17.450499 MeV 3.5256621 keV 9.2476243 mm 12.269701 m World muIoni + 60 -1.434369 m -23.500817 cm 2.2242826 m 17.417129 MeV 26.923983 keV 7.9087156 cm 12.348788 m World muIoni + 61 -1.44762 m -23.688624 cm 2.2259562 m 17.410465 MeV 5.5371408 keV 1.3487675 cm 12.362276 m World muIoni + 62 -1.4709336 m -24.020575 cm 2.2289591 m 17.400351 MeV 8.7399481 keV 2.3739555 cm 12.386015 m World muIoni + 63 -1.482278 m -24.183672 cm 2.2304291 m 17.395013 MeV 3.8125189 keV 1.1554945 cm 12.39757 m World muIoni + 64 -1.4871561 m -24.253807 cm 2.2310591 m 17.392864 MeV 2.1484924 keV 4.9683238 mm 12.402539 m World muIoni + 65 -1.4913459 m -24.314503 cm 2.2316013 m 17.389595 MeV 2.1258209 keV 4.2681227 mm 12.406807 m World muIoni + 66 -1.5695299 m -25.45098 cm 2.2417694 m 17.344531 MeV 32.420922 keV 7.9658 cm 12.486465 m World muIoni + 67 -1.5740623 m -25.515898 cm 2.2423597 m 17.342835 MeV 1.6963611 keV 4.6165664 mm 12.491081 m World muIoni + 68 -1.6175976 m -26.13996 cm 2.2480211 m 17.326902 MeV 14.205665 keV 4.434345 cm 12.535425 m World muIoni + 69 -1.6450881 m -26.540174 cm 2.2515413 m 17.314996 MeV 10.493762 keV 2.8002517 cm 12.563427 m World muIoni + 70 -1.6679435 m -26.868739 cm 2.254505 m 17.305974 MeV 7.2912383 keV 2.328008 cm 12.586707 m World muIoni + 71 -1.6767062 m -27.00667 cm 2.2557653 m 17.302617 MeV 2.361874 keV 8.9596747 mm 12.595667 m World muIoni + 72 -1.6797633 m -27.054045 cm 2.2562106 m 17.300331 MeV 1.2361365 keV 3.1254685 mm 12.598793 m World muIoni + 73 -1.6920777 m -27.243449 cm 2.2580201 m 17.290264 MeV 5.5744868 keV 1.2590021 cm 12.611383 m World muIoni + 74 -1.6966482 m -27.307886 cm 2.2587341 m 17.287451 MeV 1.641139 keV 4.6706279 mm 12.616053 m World muIoni + 75 -1.7074675 m -27.460653 cm 2.2604331 m 17.280624 MeV 5.4535453 keV 1.1057914 cm 12.627111 m World muIoni + 76 -1.7362525 m -27.868037 cm 2.2649634 m 17.26921 MeV 11.413257 keV 2.9422792 cm 12.656534 m World muIoni + 77 -1.7431912 m -27.95908 cm 2.266051 m 17.261871 MeV 4.3067521 keV 7.0821528 mm 12.663616 m World muIoni + 78 -1.7647962 m -28.23925 cm 2.2693907 m 17.251752 MeV 8.8677877 keV 2.2040423 cm 12.685657 m World muIoni + 79 -1.7658716 m -28.252839 cm 2.2695561 m 17.249704 MeV 210.89605 eV 1.096504 mm 12.686753 m World muIoni + 80 -1.8579945 m -29.413049 cm 2.2836654 m 17.205446 MeV 34.793153 keV 9.3917637 cm 12.780671 m World muIoni + 81 -1.8610977 m -29.45218 cm 2.2841522 m 17.199899 MeV 1.4591091 keV 3.1653877 mm 12.783836 m World muIoni + 82 -1.9027742 m -29.977393 cm 2.2907268 m 17.185049 MeV 14.85021 keV 4.2517728 cm 12.826354 m World muIoni + 83 -1.9032752 m -29.983586 cm 2.2908051 m 17.137049 MeV 217.79797 eV 510.87 um 12.826865 m World muIoni + 84 -1.9090006 m -30.053797 cm 2.2916822 m 17.131318 MeV 2.2024168 keV 5.8345617 mm 12.832699 m World muIoni + 85 -1.9712813 m -30.810429 cm 2.3012488 m 17.102489 MeV 22.990159 keV 6.3464321 cm 12.896164 m World muIoni + 86 -1.9824698 m -30.956124 cm 2.3030633 m 17.094185 MeV 4.942843 keV 1.142794 cm 12.907592 m World muIoni + 87 -1.9854979 m -30.995269 cm 2.3035563 m 17.093019 MeV 1.1662931 keV 3.0928536 mm 12.910684 m World muIoni + 88 -2.0321632 m -31.600962 cm 2.3111148 m 17.071805 MeV 17.744741 keV 4.7660154 cm 12.958345 m World muIoni + 89 -2.0845438 m -32.317358 cm 2.3197567 m 17.051232 MeV 20.572805 keV 5.3570241 cm 13.011915 m World muIoni + 90 -2.0865258 m -32.344347 cm 2.3200894 m 17.048861 MeV 636.68435 eV 2.0277901 mm 13.013943 m World muIoni + 91 -2.1555048 m -33.279622 cm 2.3316383 m 17.023389 MeV 25.471643 keV 7.0562253 cm 13.084505 m World muIoni + 92 -2.1706545 m -33.485181 cm 2.334221 m 17.018631 MeV 4.7574874 keV 1.5505212 cm 13.10001 m World muIoni + 93 -2.1948718 m -33.814912 cm 2.3383547 m 17.004814 MeV 9.6036727 keV 2.4787908 cm 13.124798 m World muIoni + 94 -2.2233314 m -34.206458 cm 2.3431415 m 16.990975 MeV 10.713518 keV 2.9123767 cm 13.153922 m World muIoni + 95 -2.270086 m -34.838926 cm 2.3510915 m 16.971085 MeV 18.526222 keV 4.7845877 cm 13.201768 m World muIoni + 96 -2.2730812 m -34.879932 cm 2.3516041 m 16.970208 MeV 876.4345 eV 3.0662521 mm 13.204834 m World muIoni + 97 -2.3096572 m -35.38596 cm 2.3578535 m 16.957015 MeV 11.245769 keV 3.7449654 cm 13.242283 m World muIoni + 98 -2.3623019 m -36.06696 cm 2.3668316 m 16.934906 MeV 20.876863 keV 5.3838074 cm 13.296122 m World muIoni + 99 -2.3947646 m -36.465493 cm 2.3722573 m 16.919766 MeV 13.279771 keV 3.3153505 cm 13.329275 m World muIoni + 100 -2.4127935 m -36.692937 cm 2.3752536 m 16.913086 MeV 4.969738 keV 1.8417248 cm 13.347692 m World muIoni + 101 -2.4160306 m -36.733837 cm 2.3757901 m 16.905336 MeV 1.269475 keV 3.3066523 mm 13.350999 m World muIoni + 102 -2.4222148 m -36.811384 cm 2.3768134 m 16.901264 MeV 3.0032303 keV 6.3160388 mm 13.357315 m World muIoni + 103 -2.4228353 m -36.819137 cm 2.3769163 m 16.900094 MeV 33.034444 eV 633.79167 um 13.357949 m World muIoni + 104 -2.4352618 m -36.974061 cm 2.3789715 m 16.893222 MeV 5.7912116 keV 1.2690195 cm 13.370639 m World muIoni + 105 -2.490908 m -37.679472 cm 2.3882829 m 16.869138 MeV 19.483245 keV 5.6859593 cm 13.427499 m World muIoni + 106 -2.50669 m -37.889613 cm 2.3908829 m 16.861036 MeV 6.8713013 keV 1.6132182 cm 13.443631 m World muIoni + 107 -2.5480709 m -38.435066 cm 2.3977834 m 16.846325 MeV 14.710808 keV 4.2305596 cm 13.485936 m World muIoni + 108 -2.5995531 m -39.097551 cm 2.4060706 m 16.819197 MeV 17.913258 keV 5.2564376 cm 13.538501 m World muIoni + 109 -2.6054536 m -39.171614 cm 2.4069866 m 16.815548 MeV 2.2812608 keV 6.0169728 mm 13.544518 m World muIoni + 110 -2.6868225 m -40.179598 cm 2.4196257 m 16.770518 MeV 31.788608 keV 8.2960214 cm 13.627478 m World muIoni + 111 -2.7480519 m -40.968214 cm 2.4292766 m 16.708733 MeV 21.709334 keV 6.2485382 cm 13.689963 m World muIoni + 112 -2.7603833 m -41.129038 cm 2.4312611 m 16.675935 MeV 3.7566094 keV 1.2593282 cm 13.702557 m World muIoni + 113 -2.7628263 m -41.161157 cm 2.4316462 m 16.673326 MeV 485.10161 eV 2.4939344 mm 13.705051 m World muIoni + 114 -2.7788645 m -41.372723 cm 2.4341598 m 16.664877 MeV 6.9507211 keV 1.6371268 cm 13.721422 m World muIoni + 115 -2.784341 m -41.444509 cm 2.435011 m 16.662404 MeV 1.1682648 keV 5.5884886 mm 13.72701 m World muIoni + 116 -2.7996664 m -41.640648 cm 2.4374839 m 16.655173 MeV 5.2243532 keV 1.5647096 cm 13.742657 m World muIoni + 117 -2.8360983 m -42.108644 cm 2.4432759 m 16.64063 MeV 12.009724 keV 3.7185303 cm 13.779843 m World muIoni + 118 -2.8548946 m -42.347445 cm 2.4462569 m 16.627237 MeV 9.570465 keV 1.9180519 cm 13.799023 m World muIoni + 119 -2.8582062 m -42.390216 cm 2.4467899 m 16.625166 MeV 736.01365 eV 3.3813811 mm 13.802405 m World muIoni + 120 -2.8733295 m -42.586386 cm 2.4492081 m 16.616472 MeV 8.6941195 keV 1.5440513 cm 13.817845 m World muIoni + 121 -2.8746443 m -42.603281 cm 2.4494162 m 16.614024 MeV 63.395864 eV 1.3418556 mm 13.819187 m World muIoni + 122 -2.9244712 m -43.240111 cm 2.4572981 m 16.592068 MeV 20.739585 keV 5.0847121 cm 13.870034 m World muIoni + 123 -2.9444078 m -43.490145 cm 2.4605158 m 16.57806 MeV 12.05919 keV 2.0348843 cm 13.890383 m World muIoni + 124 -2.9616642 m -43.711722 cm 2.463349 m 16.563607 MeV 5.949479 keV 1.7627288 cm 13.90801 m World muIoni + 125 -2.9718903 m -43.841927 cm 2.4650262 m 16.557385 MeV 4.8915169 keV 1.0444246 cm 13.918454 m World muIoni + 126 -2.9823084 m -43.974561 cm 2.466725 m 16.550336 MeV 3.4013957 keV 1.0638647 cm 13.929093 m World muIoni + 127 -3.0372152 m -44.669856 cm 2.4756641 m 16.526941 MeV 21.890169 keV 5.606299 cm 13.985156 m World muIoni + 128 -3.0596541 m -44.947957 cm 2.4793465 m 16.515873 MeV 11.068014 keV 2.2908474 cm 14.008065 m World muIoni + 129 -3.0973384 m -45.417694 cm 2.4857748 m 16.502665 MeV 13.207641 keV 3.8516379 cm 14.046581 m World muIoni + 130 -3.1004421 m -45.455787 cm 2.4863121 m 16.450127 MeV 666.17132 eV 3.1727632 mm 14.049754 m World muIoni + 131 -3.1192406 m -45.691316 cm 2.4895477 m 16.437161 MeV 8.9264447 keV 1.9219868 cm 14.068974 m World muIoni + 132 -3.1263584 m -45.780502 cm 2.4907699 m 16.43452 MeV 2.6410611 keV 7.2768505 mm 14.07625 m World muIoni + 133 -3.1397158 m -45.951242 cm 2.493041 m 16.427761 MeV 5.0131229 keV 1.3656295 cm 14.089907 m World muIoni + 134 -3.1524994 m -46.114207 cm 2.4952414 m 16.421652 MeV 4.4672194 keV 1.307355 cm 14.10298 m World muIoni + 135 -3.1574614 m -46.175782 cm 2.4960917 m 16.418389 MeV 1.8091382 keV 5.0718687 mm 14.108052 m World muIoni + 136 -3.1678487 m -46.304294 cm 2.4978841 m 16.413441 MeV 4.9489116 keV 1.0618859 cm 14.118671 m World muIoni + 137 -3.1691952 m -46.320973 cm 2.4981169 m 16.407906 MeV 1.5077987 keV 1.3765914 mm 14.120048 m World muIoni + 138 -3.2143877 m -46.892884 cm 2.5060014 m 16.388681 MeV 16.957589 keV 4.6230503 cm 14.166278 m World muIoni + 139 -3.2303999 m -47.090927 cm 2.5087431 m 16.379075 MeV 3.3933094 keV 1.6365518 cm 14.182644 m World muIoni + 140 -3.2925588 m -47.85438 cm 2.5193929 m 16.350786 MeV 28.28927 keV 6.3525558 cm 14.246169 m World muIoni + 141 -3.32049 m -48.183801 cm 2.524298 m 16.337477 MeV 10.017744 keV 2.8549434 cm 14.274719 m World muIoni + 142 -3.3214689 m -48.195525 cm 2.5244682 m 16.33216 MeV 147.32214 eV 1.0005369 mm 14.275719 m World muIoni + 143 -3.3635994 m -48.697149 cm 2.5318377 m 16.305733 MeV 21.7132 keV 4.3063539 cm 14.318783 m World muIoni + 144 -3.3960738 m -49.05898 cm 2.537551 m 16.288268 MeV 15.096482 keV 3.3171166 cm 14.351954 m World muIoni + 145 -3.4153191 m -49.272049 cm 2.5409463 m 16.279854 MeV 8.4131043 keV 1.9658432 cm 14.371612 m World muIoni + 146 -3.5062844 m -50.296048 cm 2.5571412 m 16.237792 MeV 38.536372 keV 9.2962532 cm 14.464575 m World muIoni + 147 -3.5159005 m -50.402436 cm 2.5589053 m 16.232377 MeV 3.1338624 keV 9.8342608 mm 14.474409 m World muIoni + 148 -3.5297999 m -50.553713 cm 2.5615122 m 16.221881 MeV 5.5927261 keV 1.422247 cm 14.488632 m World muIoni + 149 -3.545145 m -50.721692 cm 2.5643907 m 16.215129 MeV 6.7527349 keV 1.5702888 cm 14.504334 m World muIoni + 150 -3.5841714 m -51.138997 cm 2.571733 m 16.19762 MeV 14.44294 keV 3.992992 cm 14.544264 m World muIoni + 151 -3.5991547 m -51.306935 cm 2.5745467 m 16.187146 MeV 4.4449138 keV 1.5337492 cm 14.559602 m World muIoni + 152 -3.6261825 m -51.602756 cm 2.579593 m 16.177316 MeV 8.5450652 keV 2.7653621 cm 14.587255 m World muIoni + 153 -3.6348795 m -51.698239 cm 2.5812057 m 16.171169 MeV 4.6849027 keV 8.896668 mm 14.596152 m World muIoni + 154 -3.664679 m -52.026736 cm 2.5867332 m 16.161243 MeV 8.4874883 keV 3.0485377 cm 14.626637 m World muIoni + 155 -3.6886754 m -52.294651 cm 2.5911883 m 16.153321 MeV 6.8426383 keV 2.4553086 cm 14.651191 m World muIoni + 156 -3.7121 m -52.553525 cm 2.5955834 m 16.139332 MeV 10.376874 keV 2.3973611 cm 14.675164 m World muIoni + 157 -3.7659353 m -53.170329 cm 2.6056009 m 16.106439 MeV 21.929161 keV 5.5106069 cm 14.73027 m World muIoni + 158 -3.7838361 m -53.388547 cm 2.6089181 m 16.097929 MeV 7.1375753 keV 1.8335947 cm 14.748606 m World muIoni + 159 -3.8396031 m -54.050472 cm 2.6193676 m 16.072477 MeV 22.173851 keV 5.7122782 cm 14.805729 m World muIoni + 160 -3.8571704 m -54.265082 cm 2.6227336 m 16.064902 MeV 7.5745946 keV 1.8015226 cm 14.823744 m World muIoni + 161 -3.8873191 m -54.638809 cm 2.6284874 m 16.04784 MeV 14.568335 keV 3.0919608 cm 14.854664 m World muIoni + 162 -3.9067464 m -54.890388 cm 2.6321862 m 16.040206 MeV 7.6339017 keV 1.9935706 cm 14.8746 m World muIoni + 163 -3.9151485 m -55.000313 cm 2.6337812 m 16.033277 MeV 2.265098 keV 8.6225735 mm 14.883222 m World muIoni + 164 -3.9170955 m -55.025536 cm 2.6341537 m 16.03253 MeV 746.8447 eV 1.9982004 mm 14.88522 m World muIoni + 165 -3.9187667 m -55.04732 cm 2.6344745 m 16.016941 MeV 732.63665 eV 1.7156223 mm 14.886936 m World muIoni + 166 -3.9436118 m -55.369346 cm 2.6392902 m 16.001001 MeV 12.056258 keV 2.5511666 cm 14.912448 m World muIoni + 167 -3.9866992 m -55.948709 cm 2.6474754 m 15.984563 MeV 13.643129 keV 4.4239194 cm 14.956687 m World muIoni + 168 -4.0052343 m -56.194861 cm 2.6509216 m 15.973632 MeV 7.7941703 keV 1.9012872 cm 14.9757 m World muIoni + 169 -4.0147693 m -56.320682 cm 2.6527033 m 15.968526 MeV 3.903391 keV 9.7812834 mm 14.985481 m World muIoni + 170 -4.0354297 m -56.597688 cm 2.6565457 m 15.961067 MeV 6.1487662 keV 2.1196583 cm 15.006678 m World muIoni + 171 -4.0804254 m -57.209645 cm 2.6645059 m 15.940096 MeV 20.970096 keV 4.6102603 cm 15.05278 m World muIoni + 172 -4.121389 m -57.774628 cm 2.6717574 m 15.919628 MeV 18.549736 keV 4.1982617 cm 15.094763 m World muIoni + 173 -4.1486909 m -58.143276 cm 2.6765966 m 15.906935 MeV 10.787465 keV 2.7971507 cm 15.122734 m World muIoni + 174 -4.1954513 m -58.771678 cm 2.6847592 m 15.883526 MeV 22.214917 keV 4.7881952 cm 15.170616 m World muIoni + 175 -4.2024139 m -58.870437 cm 2.6859776 m 15.879025 MeV 2.3886134 keV 7.1370789 mm 15.177753 m World muIoni + 176 -4.2105886 m -58.986152 cm 2.6874219 m 15.87383 MeV 3.9766667 keV 8.3815847 mm 15.186135 m World muIoni + 177 -4.2296066 m -59.249063 cm 2.6907848 m 15.862704 MeV 8.4842503 keV 1.9491221 cm 15.205626 m World muIoni + 178 -4.269564 m -59.79989 cm 2.6979435 m 15.846124 MeV 14.925801 keV 4.0965804 cm 15.246592 m World muIoni + 179 -4.2707808 m -59.816649 cm 2.6981627 m 15.844337 MeV 435.67941 eV 1.2477023 mm 15.24784 m World muIoni + 180 -4.2744264 m -59.866735 cm 2.6988177 m 15.839757 MeV 756.2309 eV 3.7377108 mm 15.251577 m World muIoni + 181 -4.3005005 m -60.228246 cm 2.7034842 m 15.828409 MeV 10.300611 keV 2.6734024 cm 15.278311 m World muIoni + 182 -4.3189606 m -60.48409 cm 2.7067351 m 15.820584 MeV 7.8247733 keV 1.8918029 cm 15.297229 m World muIoni + 183 -4.3587075 m -61.026382 cm 2.7136212 m 15.796726 MeV 16.029149 keV 4.0702054 cm 15.337931 m World muIoni + 184 -4.360568 m -61.050631 cm 2.7139396 m 15.791213 MeV 922.2327 eV 1.903021 mm 15.339834 m World muIoni + 185 -4.3759603 m -61.250377 cm 2.7165903 m 15.780041 MeV 9.3032487 keV 1.5746146 cm 15.355581 m World muIoni + 186 -4.4022134 m -61.596762 cm 2.7210867 m 15.76677 MeV 12.126745 keV 2.6859742 cm 15.38244 m World muIoni + 187 -4.4447132 m -62.142869 cm 2.7281786 m 15.744866 MeV 15.166458 keV 4.3434901 cm 15.425875 m World muIoni + 188 -4.4506736 m -62.212074 cm 2.7290969 m 15.740021 MeV 1.8921945 keV 6.0703469 mm 15.431946 m World muIoni + 189 -4.5077428 m -62.872967 cm 2.7377996 m 15.710325 MeV 27.543755 keV 5.810646 cm 15.490052 m World muIoni + 190 -4.5125935 m -62.925772 cm 2.738547 m 15.705934 MeV 994.24905 eV 4.9362007 mm 15.494988 m World muIoni + 191 -4.5149357 m -62.951378 cm 2.7389121 m 15.701738 MeV 1.5321367 keV 2.3843612 mm 15.497373 m World muIoni + 192 -4.5152795 m -62.955171 cm 2.738966 m 15.693315 MeV 35.196169 eV 349.97623 um 15.497723 m World muIoni + 193 -4.5237328 m -63.047322 cm 2.7402747 m 15.682001 MeV 2.4523778 keV 8.603549 mm 15.506326 m World muIoni + 194 -4.5281796 m -63.09699 cm 2.740949 m 15.678894 MeV 1.1775584 keV 4.5250002 mm 15.510851 m World muIoni + 195 -4.5537122 m -63.380466 cm 2.7447782 m 15.668317 MeV 10.576834 keV 2.5973374 cm 15.536824 m World muIoni + 196 -4.5573384 m -63.421119 cm 2.7453207 m 15.665303 MeV 3.0142929 keV 3.6890385 mm 15.540514 m World muIoni + 197 -4.5670746 m -63.530926 cm 2.7467819 m 15.658257 MeV 5.9520126 keV 9.9062485 mm 15.55042 m World muIoni + 198 -4.569734 m -63.561297 cm 2.7471805 m 15.657658 MeV 598.89883 eV 2.7062594 mm 15.553126 m World muIoni + 199 -4.6177073 m -64.096395 cm 2.7543834 m 15.635712 MeV 21.946835 keV 4.8806076 cm 15.601932 m World muIoni + 200 -4.6293188 m -64.222403 cm 2.7561696 m 15.623433 MeV 7.2547211 keV 1.1815524 cm 15.613748 m World muIoni + 201 -4.6974381 m -64.965193 cm 2.7667339 m 15.593529 MeV 26.169729 keV 6.9333302 cm 15.683081 m World muIoni + 202 -4.7184737 m -65.189042 cm 2.7701532 m 15.585655 MeV 7.8737319 keV 2.1429019 cm 15.70451 m World muIoni + 203 -4.763787 m -65.647175 cm 2.7771972 m 15.562768 MeV 21.774876 keV 4.6086392 cm 15.750596 m World muIoni + 204 -4.7672991 m -65.682861 cm 2.7777346 m 15.559969 MeV 572.08315 eV 3.5708375 mm 15.754167 m World muIoni + 205 -4.7699953 m -65.70994 cm 2.7781454 m 15.55477 MeV 838.23058 eV 2.7406866 mm 15.756908 m World muIoni + 206 -4.7758426 m -65.768541 cm 2.7790421 m 15.552517 MeV 1.0912008 keV 5.9446225 mm 15.762852 m World muIoni + 207 -4.7942575 m -65.952137 cm 2.7818451 m 15.540207 MeV 7.9779299 keV 1.8717353 cm 15.78157 m World muIoni + 208 -4.8142799 m -66.152853 cm 2.784912 m 15.528598 MeV 10.430669 keV 2.0355191 cm 15.801925 m World muIoni + 209 -4.8175914 m -66.186058 cm 2.7854212 m 15.526094 MeV 675.14255 eV 3.3667757 mm 15.805292 m World muIoni + 210 -4.8306664 m -66.315723 cm 2.7874347 m 15.514893 MeV 5.5969504 keV 1.3292533 cm 15.818584 m World muIoni + 211 -4.8393794 m -66.401248 cm 2.7887602 m 15.505778 MeV 3.5314418 keV 8.8546542 mm 15.827439 m World muIoni + 212 -4.860971 m -66.606331 cm 2.792058 m 15.49761 MeV 7.1581771 keV 2.1938194 cm 15.849377 m World muIoni + 213 -4.8674488 m -66.666235 cm 2.7930548 m 15.489727 MeV 2.5997821 keV 6.5813715 mm 15.855959 m World muIoni + 214 -4.8916781 m -66.891723 cm 2.7968148 m 15.479919 MeV 8.0543008 keV 2.4622806 cm 15.880581 m World muIoni + 215 -4.9008698 m -66.978032 cm 2.7982144 m 15.475279 MeV 3.3969591 keV 9.3375886 mm 15.889919 m World muIoni + 216 -4.9472617 m -67.419537 cm 2.8052078 m 15.454365 MeV 19.389722 keV 4.7123652 cm 15.937043 m World muIoni + 217 -4.9542393 m -67.491668 cm 2.8062675 m 15.451533 MeV 2.8325358 keV 7.0944503 mm 15.944137 m OutOfWorld Transportation Track (trackID 11, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. @@ -1457,7 +1457,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.141368(mm),-0.95309374(mm),78.211643(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.080364(mm),3.2164351(mm),78.398727(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 @@ -1466,7 +1466,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.084175(mm),2.6958051(mm),78.398055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.516905(mm),2.2058041(mm),78.850734(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 @@ -1475,7 +1475,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.455735(mm),-0.68986223(mm),78.508866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.8209(mm),2.6043342(mm),78.797131(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 @@ -1484,7 +1484,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.82163(mm),3.3731817(mm),78.97333(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.438234(mm),1.2030384(mm),78.335625(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 @@ -1493,7 +1493,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.174986(mm),2.8086845(mm),79.08735(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.193332(mm),2.8478803(mm),78.731461(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 @@ -1502,7 +1502,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.658111(mm),-1.7947277(mm),78.825835(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.55836(mm),-1.7654315(mm),79.372405(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 @@ -1511,7 +1511,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.707564(mm),-2.3792161(mm),78.288135(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.49772(mm),-0.44651546(mm),79.383098(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 @@ -1520,7 +1520,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.1564(mm),0.77273062(mm),78.208993(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.107077(mm),-1.9582472(mm),79.099325(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 @@ -1529,7 +1529,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.327176(mm),1.5511178(mm),79.413169(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.793238(mm),0.20345331(mm),78.449355(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 @@ -1538,7 +1538,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.699254(mm),2.5118615(mm),78.818581(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.877737(mm),-2.8354332(mm),78.434456(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 @@ -1547,7 +1547,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.629801(mm),2.9320185(mm),78.830827(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.51674(mm),2.4183711(mm),78.850763(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 @@ -1556,7 +1556,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.338963(mm),2.1125182(mm),78.529456(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.40293(mm),1.087588(mm),79.047158(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 @@ -1565,7 +1565,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.867409(mm),-0.43923487(mm),79.317912(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.367412(mm),1.9506149(mm),78.348113(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 @@ -1574,7 +1574,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.077803(mm),2.5402915(mm),78.928159(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.047599(mm),-2.9167846(mm),78.757158(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 @@ -1583,7 +1583,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.770354(mm),3.0940321(mm),79.158698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.895304(mm),2.6191671(mm),78.607685(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 @@ -1592,7 +1592,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.979422(mm),2.5660137(mm),78.416526(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.617722(mm),-1.4243685(mm),79.185611(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 @@ -1601,7 +1601,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.853163(mm),1.3112075(mm),78.967769(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.239423(mm),2.8699113(mm),78.723334(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 @@ -1610,7 +1610,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.864153(mm),-1.3055087(mm),78.789505(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.742503(mm),-2.3248019(mm),79.339936(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 @@ -1619,7 +1619,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.072088(mm),-1.1864349(mm),78.929167(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.674152(mm),1.9601777(mm),78.294026(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 @@ -1628,7 +1628,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.367043(mm),0.26686804(mm),78.348178(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.69384(mm),-0.021280869(mm),78.643209(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 @@ -1637,7 +1637,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.910124(mm),1.366897(mm),79.31038(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.35083(mm),0.0018343929(mm),78.70369(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 @@ -1646,7 +1646,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.481357(mm),2.8419889(mm),79.033329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.979153(mm),0.14906977(mm),78.240246(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 @@ -1655,7 +1655,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.426207(mm),2.4094806(mm),79.21938(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.225879(mm),-0.10845468(mm),78.725723(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 @@ -1664,7 +1664,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.71839(mm),1.885693(mm),78.63888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.725614(mm),-2.0366538(mm),78.461279(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 @@ -1673,7 +1673,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.505355(mm),-2.6876148(mm),78.676444(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.914526(mm),0.55939455(mm),78.604296(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 @@ -1682,7 +1682,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.785079(mm),-2.2957328(mm),78.627121(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.833375(mm),2.7707135(mm),78.442278(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 @@ -1691,7 +1691,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.172366(mm),-0.67593445(mm),79.264139(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.325247(mm),-0.1165874(mm),78.179221(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 @@ -1700,7 +1700,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.683753(mm),0.73161667(mm),78.644987(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.808689(mm),0.87513101(mm),78.622958(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 @@ -1709,7 +1709,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.559295(mm),1.8649594(mm),79.37224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.594585(mm),-0.11885128(mm),78.66071(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 @@ -1718,7 +1718,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.219889(mm),1.5353022(mm),78.726779(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.732862(mm),-0.32770611(mm),78.812655(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 @@ -1727,7 +1727,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.741583(mm),2.8462796(mm),78.458463(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.042178(mm),-3.7832064(mm),78.581787(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 @@ -1736,7 +1736,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.556732(mm),3.5052938(mm),78.491057(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.389109(mm),2.3322307(mm),78.520614(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 @@ -1745,7 +1745,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.160873(mm),-3.2741343(mm),78.913512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.589159(mm),2.1135162(mm),79.366975(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 @@ -1754,7 +1754,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.487911(mm),-0.82561706(mm),79.032173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.608526(mm),2.277356(mm),78.834579(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 @@ -1763,7 +1763,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.765201(mm),-1.8864091(mm),79.335934(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.716222(mm),-0.16393028(mm),78.110281(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 @@ -1772,7 +1772,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.445094(mm),-2.1386603(mm),79.039723(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.892887(mm),-0.90560898(mm),78.960765(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 @@ -1781,7 +1781,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.801979(mm),0.83862531(mm),78.800468(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.921241(mm),2.3133752(mm),78.426785(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 @@ -1790,7 +1790,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.64326(mm),-1.585801(mm),79.181108(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.520129(mm),-2.7538675(mm),78.321185(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 @@ -1799,7 +1799,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.253334(mm),1.6699819(mm),78.191901(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.916271(mm),-3.7416141(mm),78.780315(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 @@ -1808,7 +1808,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.914377(mm),-2.6805052(mm),79.133303(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.492662(mm),2.6824595(mm),79.207663(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 @@ -1817,7 +1817,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.558112(mm),-1.7734477(mm),79.019795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.243329(mm),1.0041486(mm),78.722646(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 @@ -1826,7 +1826,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.405939(mm),3.5840566(mm),78.693973(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.51427(mm),3.3297714(mm),78.851198(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 @@ -1835,7 +1835,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.42578(mm),1.7730191(mm),78.690475(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.341596(mm),3.3311365(mm),78.705319(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 @@ -1844,7 +1844,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.998948(mm),1.1462971(mm),79.294718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.851194(mm),0.67872026(mm),78.79179(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 @@ -1853,7 +1853,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.283586(mm),-1.4090293(mm),78.891874(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.599246(mm),0.72366879(mm),78.307234(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 @@ -1862,7 +1862,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.473496(mm),1.2482484(mm),78.858388(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.879446(mm),-1.0124424(mm),78.786808(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 @@ -1871,7 +1871,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.561229(mm),-3.4921007(mm),78.666591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.225549(mm),1.3461102(mm),79.431089(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 @@ -1880,7 +1880,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.991958(mm),-3.8718007(mm),78.766969(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.861131(mm),-2.5906759(mm),78.261057(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 @@ -1889,7 +1889,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.905734(mm),2.9365773(mm),78.782173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.283106(mm),-1.5700403(mm),78.891959(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 @@ -1898,7 +1898,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.505267(mm),1.5375123(mm),78.676459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.024255(mm),2.133799(mm),78.584947(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 @@ -1907,7 +1907,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.526043(mm),1.6294506(mm),78.496469(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.021821(mm),2.5028392(mm),78.938031(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 @@ -1916,7 +1916,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.568605(mm),0.37778932(mm),79.370599(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.990686(mm),-2.6804711(mm),78.767193(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 @@ -1925,7 +1925,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.088441(mm),-1.7125683(mm),78.926284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.386345(mm),2.0034059(mm),78.521101(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 @@ -1934,7 +1934,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.402971(mm),0.74293207(mm),78.51817(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.70132(mm),0.67921468(mm),78.818216(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 @@ -1943,7 +1943,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.692011(mm),0.25459442(mm),78.996185(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.054709(mm),3.1453456(mm),78.403251(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 @@ -1952,7 +1952,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.748753(mm),2.1762653(mm),79.162507(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.141085(mm),0.76535323(mm),78.917001(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 @@ -1961,7 +1961,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.177099(mm),-1.9145351(mm),78.910651(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.83444(mm),-1.8000665(mm),78.265763(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 @@ -1970,7 +1970,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.545554(mm),-0.33499536(mm),79.198336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.159924(mm),-3.0295793(mm),78.384698(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 @@ -1979,7 +1979,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.060474(mm),-2.3833525(mm),78.931215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.674783(mm),-2.0497079(mm),78.646569(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 @@ -1988,7 +1988,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.255418(mm),-0.30476164(mm),78.720514(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.508203(mm),-3.6856074(mm),78.675941(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 @@ -1997,7 +1997,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.31742(mm),3.5270944(mm),78.709581(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.311849(mm),-1.2593243(mm),79.239545(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 @@ -2006,7 +2006,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.756099(mm),0.82568925(mm),78.455904(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.34991(mm),0.82271389(mm),78.351199(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 @@ -2015,7 +2015,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.560865(mm),-0.8423289(mm),78.842983(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.985136(mm),-2.8640274(mm),79.120826(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 @@ -2024,7 +2024,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.39223(mm),2.8738916(mm),78.343737(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.487634(mm),-3.512421(mm),78.855895(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 @@ -2033,7 +2033,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.067706(mm),-2.6008898(mm),79.106267(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.593709(mm),3.7450754(mm),79.013518(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 @@ -2042,7 +2042,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.797033(mm),0.56534293(mm),79.330321(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.839994(mm),-0.9407853(mm),78.264784(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 @@ -2051,7 +2051,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.02916(mm),-3.1881829(mm),78.407756(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.265443(mm),0.38804562(mm),78.366093(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 @@ -2060,7 +2060,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.08673(mm),1.4384553(mm),78.397604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.628135(mm),0.041868821(mm),78.654794(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 @@ -2069,7 +2069,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.359008(mm),-1.526025(mm),79.231229(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.759927(mm),-2.5426126(mm),78.278902(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 @@ -2078,7 +2078,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.95259(mm),-1.8405948(mm),78.24493(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.199406(mm),2.8070455(mm),79.259372(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 @@ -2087,7 +2087,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.280103(mm),0.17945199(mm),78.716162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.240619(mm),0.89726146(mm),79.428432(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 @@ -2096,7 +2096,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.560405(mm),-3.3058811(mm),78.49041(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.397205(mm),-0.22364075(mm),78.166532(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 @@ -2105,7 +2105,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.818894(mm),-3.2997822(mm),78.973812(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.388598(mm),3.3836821(mm),79.049685(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 @@ -2114,7 +2114,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.718846(mm),-0.14822658(mm),78.991453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.385351(mm),-1.6037199(mm),79.050257(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 @@ -2123,7 +2123,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.103286(mm),-2.9235638(mm),78.923666(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.591493(mm),0.76140457(mm),78.308601(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 @@ -2132,7 +2132,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.852322(mm),1.2420481(mm),79.144245(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.000632(mm),-0.99315817(mm),79.294421(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 @@ -2141,34 +2141,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.091344(mm),0.062552934(mm),79.278426(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 (-12.582064(mm),-0.56444192(mm),79.015572(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 (-11.614127(mm),-2.0319042(mm),79.186245(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 (-10.902039(mm),2.4878216(mm),79.311805(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.565509(mm),1.0369157(mm),79.018491(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 @@ -2313,64 +2286,64 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 cm -2.53 mm 7 cm 86.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.4637692 cm -2.9861237 mm 6.7688066 cm 79.436785 MeV 6.8108731 MeV 2.5664454 mm 2.5664454 mm Target Transportation - 2 1.18203 cm 17.227838 cm -2 m 79.436791 MeV9.2257026e-17 eV 2.5021177 m 2.5046841 m CaptureMgnt Transportation - 3 2.5595244 cm 15.960713 cm -2.0274664 m 79.428195 MeV 6.9733772 keV 3.3237262 cm 2.5379214 m World hIoni - 4 6.5885602 cm 12.259085 cm -2.1079853 m 79.40638 MeV 18.847152 keV 9.7348975 cm 2.6352704 m World hIoni - 5 7.7101418 cm 11.237004 cm -2.1302459 m 79.402391 MeV 2.8772053 keV 2.694054 cm 2.6622109 m World hIoni - 6 9.9854677 cm 9.1676058 cm -2.1753776 m 79.379729 MeV 11.129053 keV 5.4615259 cm 2.7168262 m World hIoni - 7 10.164919 cm 9.0046212 cm -2.1789216 m 79.377849 MeV 565.79577 eV 4.2937421 mm 2.7211199 m World hIoni - 8 12.941053 cm 6.4820139 cm -2.2337341 m 79.344651 MeV 12.772671 keV 6.6418862 cm 2.7875388 m World hIoni - 9 13.857119 cm 5.6575521 cm -2.2517266 m 79.342301 MeV 2.3499622 keV 2.1808741 cm 2.8093475 m World hIoni - 10 17.561267 cm 2.3189856 cm -2.3244644 m 79.327042 MeV 14.238845 keV 8.8189923 cm 2.8975374 m World hIoni - 11 19.570191 cm 5.0462504 mm -2.3639524 m 79.318668 MeV 8.3740526 keV 4.7875653 cm 2.9454131 m World hIoni - 12 19.676015 cm 4.0912809 mm -2.3660317 m 79.314997 MeV 2.0190736 keV 2.5209187 mm 2.947934 m World hIoni - 13 23.226367 cm -2.7923105 cm -2.4357424 m 79.296212 MeV 17.024411 keV 8.4528222 cm 3.0324622 m World hIoni - 14 24.04544 cm -3.5303215 cm -2.4518723 m 79.291305 MeV 3.6093897 keV 1.9537808 cm 3.052 m World hIoni - 15 24.726326 cm -4.143856 cm -2.4652966 m 79.283322 MeV 2.9224751 keV 1.6254688 cm 3.0682547 m World hIoni - 16 28.159739 cm -7.2358753 cm -2.5329482 m 79.271355 MeV 11.967036 keV 8.1924556 cm 3.1501793 m World hIoni - 17 28.942081 cm -7.9447197 cm -2.5483994 m 79.267382 MeV 2.3406529 keV 1.8713469 cm 3.1688928 m World hIoni - 18 30.105614 cm -8.999041 cm -2.5713747 m 79.253549 MeV 6.208565 keV 2.7828078 cm 3.1967208 m World hIoni - 19 30.207414 cm -9.0915967 cm -2.573393 m 79.252289 MeV 165.4238 eV 2.44267 mm 3.1991635 m World hIoni - 20 30.572289 cm -9.4234423 cm -2.5806278 m 79.249152 MeV 1.9593399 keV 8.7560296 mm 3.2079195 m World hIoni - 21 32.721101 cm -11.378275 cm -2.6232569 m 79.241224 MeV 6.8847922 keV 5.1585985 cm 3.2595055 m World hIoni - 22 33.874654 cm -12.426553 cm -2.6461108 m 79.23608 MeV 4.0856457 keV 2.7663326 cm 3.2871688 m World hIoni - 23 36.66242 cm -14.952413 cm -2.7012657 m 79.219221 MeV 12.887198 keV 6.6762481 cm 3.3539313 m World hIoni - 24 37.347648 cm -15.568651 cm -2.7147814 m 79.213252 MeV 4.3332535 keV 1.6358549 cm 3.3702899 m World hIoni - 25 38.146553 cm -16.287412 cm -2.7305553 m 79.209368 MeV 3.8835347 keV 1.9086716 cm 3.3893766 m World hIoni - 26 39.140732 cm -17.179698 cm -2.7501523 m 79.203889 MeV 4.1056216 keV 2.3717122 cm 3.4130937 m World hIoni - 27 39.536559 cm -17.534786 cm -2.7579624 m 79.189062 MeV 1.7966859 keV 9.4484376 mm 3.4225422 m World hIoni - 28 41.223188 cm -19.044375 cm -2.7912586 m 79.184492 MeV 4.5701733 keV 4.0261621 cm 3.4628038 m World hIoni - 29 41.937682 cm -19.684785 cm -2.805388 m 79.180502 MeV 2.8498066 keV 1.7079282 cm 3.4798831 m World hIoni - 30 46.494469 cm -23.760499 cm -2.8955357 m 79.156288 MeV 22.339851 keV 10.892297 cm 3.588806 m World hIoni - 31 49.961756 cm -26.848232 cm -2.9640006 m 79.137861 MeV 18.426664 keV 8.2722922 cm 3.6715289 m World hIoni - 32 51.177098 cm -27.924171 cm -2.9879825 m 79.132357 MeV 4.4367808 keV 2.8958596 cm 3.7004875 m World hIoni - 33 51.864674 cm -28.531088 cm -3.0015515 m 79.128757 MeV 2.2260566 keV 1.6377669 cm 3.7168652 m World hIoni - 34 53.197355 cm -29.707481 cm -3.0278374 m 79.121851 MeV 5.8978953 keV 3.1732379 cm 3.7485976 m World hIoni - 35 54.199807 cm -30.589376 cm -3.0475214 m 79.115942 MeV 4.4199449 keV 2.3784952 cm 3.7723825 m World hIoni - 36 58.413114 cm -34.30809 cm -3.1303461 m 79.099474 MeV 15.380918 keV 10.009013 cm 3.8724727 m World hIoni - 37 62.588814 cm -38.002771 cm -3.2127344 m 79.082453 MeV 15.205428 keV 9.9481433 cm 3.9719541 m World hIoni - 38 64.497555 cm -39.68948 cm -3.250327 m 79.073707 MeV 6.4977677 keV 4.5409604 cm 4.0173637 m World hIoni - 39 65.708396 cm -40.763429 cm -3.2742246 m 79.066849 MeV 5.621295 keV 2.8862514 cm 4.0462262 m World hIoni - 40 66.781663 cm -41.714286 cm -3.295443 m 79.064532 MeV 2.3163718 keV 2.5609116 cm 4.0718353 m World hIoni - 41 66.859652 cm -41.783174 cm -3.2969832 m 79.058004 MeV 291.62444 eV 1.8587053 mm 4.073694 m World hIoni - 42 68.934647 cm -43.614467 cm -3.3378974 m 79.049205 MeV 7.3462231 keV 4.9395293 cm 4.1230893 m World hIoni - 43 70.286989 cm -44.809426 cm -3.3645441 m 79.042818 MeV 6.3864207 keV 3.2182678 cm 4.155272 m World hIoni - 44 72.369679 cm -46.647953 cm -3.4056696 m 79.030165 MeV 10.596484 keV 4.9629541 cm 4.2049016 m World hIoni - 45 75.097016 cm -49.054365 cm -3.4595384 m 79.015881 MeV 10.634555 keV 6.4998209 cm 4.2698998 m World hIoni - 46 78.409294 cm -51.985567 cm -3.5252431 m 78.93932 MeV 13.941744 keV 7.920498 cm 4.3491047 m World hIoni - 47 78.815869 cm -52.343727 cm -3.5332616 m 78.936905 MeV 2.4155454 keV 9.6775411 mm 4.3587823 m World hIoni - 48 82.268251 cm -55.382671 cm -3.6012909 m 78.920566 MeV 16.339164 keV 8.2118175 cm 4.4409005 m World hIoni - 49 84.556421 cm -57.394145 cm -3.6463716 m 78.906497 MeV 12.658399 keV 5.4410027 cm 4.4953105 m World hIoni - 50 93.777774 cm -65.492231 cm -3.8279657 m 78.864038 MeV 39.342936 keV 21.917532 cm 4.7144858 m World hIoni - 51 96.970066 cm -68.297014 cm -3.8909822 m 78.846855 MeV 14.812598 keV 7.6005468 cm 4.7904913 m World hIoni - 52 99.674104 cm -70.688537 cm -3.9442869 m 78.833159 MeV 7.6228294 keV 6.4377948 cm 4.8548692 m World hIoni - 53 1.0060889 m -71.517968 cm -3.9626964 m 78.826409 MeV 4.8021905 keV 2.2250533 cm 4.8771198 m World hIoni - 54 1.0089626 m -71.7733 cm -3.9683584 m 78.814683 MeV 1.0517007 keV 6.8436866 mm 4.8839634 m World hIoni - 55 1.0110859 m -71.962384 cm -3.9725487 m 78.811724 MeV 960.23597 eV 5.0638613 mm 4.8890273 m World hIoni - 56 1.0167858 m -72.469734 cm -3.9837903 m 78.807676 MeV 2.5776264 keV 1.3586836 cm 4.9026141 m World hIoni - 57 1.0219216 m -72.927747 cm -3.9939328 m 78.805989 MeV 1.6874375 keV 1.2256648 cm 4.9148708 m World Decay + 0 -1.35 cm -2.53 mm 7 cm 86.3 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.46377 cm -2.9861188 mm 6.7688082 cm 79.441886 MeV 6.8099023 MeV 2.5664327 mm 2.5664327 mm Target Transportation + 2 1.1787699 cm 17.231258 cm -2 m 79.441893 MeV9.2254377e-17 eV 2.5021156 m 2.504682 m CaptureMgnt Transportation + 3 2.5571605 cm 15.965015 cm -2.0274674 m 79.433297 MeV 6.9732968 keV 3.3238445 cm 2.5379205 m World hIoni + 4 6.5888147 cm 12.265964 cm -2.1079893 m 79.411482 MeV 18.846927 keV 9.7352441 cm 2.6352729 m World hIoni + 5 7.7111193 cm 11.244602 cm -2.1302507 m 79.407493 MeV 2.8771692 keV 2.69415 cm 2.6622144 m World hIoni + 6 9.9879094 cm 9.1766595 cm -2.175384 m 79.384831 MeV 11.128907 keV 5.4617204 cm 2.7168316 m World hIoni + 7 10.167476 cm 9.0137898 cm -2.1789281 m 79.382951 MeV 565.79402 eV 4.2938951 mm 2.7211255 m World hIoni + 8 12.945394 cm 6.4929596 cm -2.2337426 m 79.349753 MeV 12.772502 keV 6.6421228 cm 2.7875468 m World hIoni + 9 13.862044 cm 5.6690842 cm -2.2517358 m 79.347403 MeV 2.3499345 keV 2.1809519 cm 2.8093563 m World hIoni + 10 17.568554 cm 2.3328893 cm -2.3244762 m 79.332145 MeV 14.238653 keV 8.8193068 cm 2.8975493 m World hIoni + 11 19.578762 cm 5.1981481 mm -2.3639657 m 79.323771 MeV 8.3739467 keV 4.7877361 cm 2.9454267 m World hIoni + 12 19.684653 cm 4.2438561 mm -2.366045 m 79.320099 MeV 2.0190724 keV 2.5210086 mm 2.9479477 m World hIoni + 13 23.237271 cm -2.77478 cm -2.4357584 m 79.301315 MeV 17.024188 keV 8.4531238 cm 3.0324789 m World hIoni + 14 24.056866 cm -3.5122666 cm -2.4518888 m 79.296407 MeV 3.6093615 keV 1.9538505 cm 3.0520175 m World hIoni + 15 24.738186 cm -4.1253653 cm -2.4653136 m 79.288425 MeV 2.9224561 keV 1.6255268 cm 3.0682727 m World hIoni + 16 28.173787 cm -7.2151868 cm -2.5329676 m 79.276458 MeV 11.966857 keV 8.1927482 cm 3.1502002 m World hIoni + 17 28.956631 cm -7.9235305 cm -2.5484195 m 79.272485 MeV 2.3406264 keV 1.8714137 cm 3.1689143 m World hIoni + 18 30.12091 cm -8.9771071 cm -2.5713955 m 79.258652 MeV 6.2084941 keV 2.7829072 cm 3.1967434 m World hIoni + 19 30.222776 cm -9.0695977 cm -2.5734139 m 79.257392 MeV 165.4238 eV 2.4427573 mm 3.1991862 m World hIoni + 20 30.587886 cm -9.4012097 cm -2.580649 m 79.254255 MeV 1.9593243 keV 8.7563425 mm 3.2079425 m World hIoni + 21 32.738081 cm -11.354668 cm -2.6232796 m 79.246328 MeV 6.8846806 keV 5.1587828 cm 3.2595303 m World hIoni + 22 33.892375 cm -12.402207 cm -2.6461344 m 79.241183 MeV 4.0855834 keV 2.7664315 cm 3.2871947 m World hIoni + 23 36.681929 cm -14.926283 cm -2.7012913 m 79.224324 MeV 12.88704 keV 6.6764868 cm 3.3539595 m World hIoni + 24 37.367593 cm -15.542083 cm -2.7148075 m 79.218355 MeV 4.333224 keV 1.6359134 cm 3.3703187 m World hIoni + 25 38.167007 cm -16.260333 cm -2.730582 m 79.214472 MeV 3.8834966 keV 1.9087399 cm 3.3894061 m World hIoni + 26 39.161817 cm -17.151982 cm -2.7501798 m 79.208993 MeV 4.1055861 keV 2.371797 cm 3.413124 m World hIoni + 27 39.557897 cm -17.506817 cm -2.7579901 m 79.194166 MeV 1.7966711 keV 9.4487756 mm 3.4225728 m World hIoni + 28 41.245594 cm -19.015326 cm -2.7912875 m 79.189596 MeV 4.5700961 keV 4.0263062 cm 3.4628359 m World hIoni + 29 41.960541 cm -19.655279 cm -2.8054174 m 79.185606 MeV 2.8497786 keV 1.7079893 cm 3.4799158 m World hIoni + 30 46.520215 cm -23.728076 cm -2.8955685 m 79.161392 MeV 22.339567 keV 10.892687 cm 3.5888426 m World hIoni + 31 49.989689 cm -26.813591 cm -2.9640359 m 79.142965 MeV 18.426467 keV 8.2725885 cm 3.6715685 m World hIoni + 32 51.205793 cm -27.888752 cm -2.9880186 m 79.137461 MeV 4.4367205 keV 2.8959634 cm 3.7005281 m World hIoni + 33 51.893799 cm -28.495229 cm -3.0015881 m 79.133861 MeV 2.2260333 keV 1.6378256 cm 3.7169064 m World hIoni + 34 53.227313 cm -29.670768 cm -3.027875 m 79.126956 MeV 5.8978151 keV 3.1733516 cm 3.7486399 m World hIoni + 35 54.23039 cm -30.552022 cm -3.0475597 m 79.121046 MeV 4.4199091 keV 2.3785804 cm 3.7724257 m World hIoni + 36 58.446332 cm -34.268039 cm -3.1303874 m 79.104578 MeV 15.380679 keV 10.009372 cm 3.8725194 m World hIoni + 37 62.624649 cm -37.960048 cm -3.2127787 m 79.087558 MeV 15.205207 keV 9.9484999 cm 3.9720044 m World hIoni + 38 64.534585 cm -39.645534 cm -3.2503727 m 79.078812 MeV 6.4976667 keV 4.5411233 cm 4.0174157 m World hIoni + 39 65.746188 cm -40.718708 cm -3.2742712 m 79.071954 MeV 5.6212234 keV 2.8863549 cm 4.0462792 m World hIoni + 40 66.820128 cm -41.668879 cm -3.2954904 m 79.069637 MeV 2.3163448 keV 2.5610034 cm 4.0718893 m World hIoni + 41 66.898166 cm -41.737717 cm -3.2970306 m 79.063109 MeV 291.62343 eV 1.858772 mm 4.073748 m World hIoni + 42 68.974458 cm -43.567682 cm -3.3379463 m 79.05431 MeV 7.3461099 keV 4.9397066 cm 4.1231451 m World hIoni + 43 70.327647 cm -44.761775 cm -3.364594 m 79.047923 MeV 6.3863493 keV 3.2183833 cm 4.1553289 m World hIoni + 44 72.41164 cm -46.598969 cm -3.405721 m 79.035271 MeV 10.596361 keV 4.9631323 cm 4.2049603 m World hIoni + 45 75.140682 cm -49.003636 cm -3.4595918 m 79.020986 MeV 10.634405 keV 6.5000543 cm 4.2699608 m World hIoni + 46 78.455038 cm -51.932719 cm -3.5252989 m 78.944426 MeV 13.941559 keV 7.9207825 cm 4.3491686 m World hIoni + 47 78.861866 cm -52.290619 cm -3.5333177 m 78.94201 MeV 2.4155338 keV 9.6778892 mm 4.3588465 m World hIoni + 48 82.316403 cm -55.327353 cm -3.6013494 m 78.925671 MeV 16.338978 keV 8.2121129 cm 4.4409676 m World hIoni + 49 84.605998 cm -57.337363 cm -3.6464318 m 78.911602 MeV 12.658244 keV 5.4411985 cm 4.4953796 m World hIoni + 50 93.833091 cm -65.429548 cm -3.8280326 m 78.869145 MeV 39.342401 keV 21.918321 cm 4.7145628 m World hIoni + 51 97.027372 cm -68.232288 cm -3.8910514 m 78.851961 MeV 14.812402 keV 7.6008207 cm 4.790571 m World hIoni + 52 99.733105 cm -70.622081 cm -3.9443581 m 78.838265 MeV 7.6226987 keV 6.4380269 cm 4.8549513 m World hIoni + 53 1.0066848 m -71.450914 cm -3.9627682 m 78.831515 MeV 4.8021498 keV 2.2251336 cm 4.8772026 m World hIoni + 54 1.0095603 m -71.706062 cm -3.9684305 m 78.819789 MeV 1.0516924 keV 6.8439334 mm 4.8840466 m World hIoni + 55 1.0116849 m -71.895011 cm -3.972621 m 78.816831 MeV 960.23405 eV 5.064044 mm 4.8891106 m World hIoni + 56 1.0173885 m -72.401996 cm -3.9838629 m 78.812783 MeV 2.5776027 keV 1.3587326 cm 4.9026979 m World hIoni + 57 1.0225729 m -72.863726 cm -3.9940955 m 78.811086 MeV 1.6974706 keV 1.2365446 cm 4.9150634 m World Decay Track (trackID 3, parentID 1) is processed with stopping code 2 ********************************************************************************************************* @@ -2379,173 +2352,173 @@ Track (trackID 3, parentID 1) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 1.02 m -72.9 cm -3.99 m 65.1 MeV 0 eV 0 fm 0 fm World initStep - 1 1.0381994 m -73.873929 cm -4.0393669 m 65.111957 MeV 7.8587522 keV 4.9180732 cm 4.9180732 cm World muIoni - 2 1.0486845 m -74.487257 cm -4.068728 m 65.09594 MeV 7.5903224 keV 3.1774735 cm 8.0955467 cm World muIoni - 3 1.0789445 m -76.239306 cm -4.1531376 m 65.080748 MeV 13.531933 keV 9.1365291 cm 17.232076 cm World muIoni - 4 1.0957914 m -77.204438 cm -4.200172 m 65.066236 MeV 10.839704 keV 5.088429 cm 22.320505 cm World muIoni - 5 1.0974896 m -77.302612 cm -4.204933 m 65.063155 MeV 900.70267 eV 5.1492516 mm 22.83543 cm World muIoni - 6 1.1094585 m -77.993359 cm -4.2384824 m 65.055138 MeV 5.6276956 keV 3.6283966 cm 26.463827 cm World muIoni - 7 1.1163322 m -78.391969 cm -4.2577311 m 65.050088 MeV 3.2064062 keV 2.0824242 cm 28.546251 cm World muIoni - 8 1.1193661 m -78.568746 cm -4.2662363 m 65.04687 MeV 2.0727817 keV 9.2015081 mm 29.466402 cm World muIoni - 9 1.1281006 m -79.077571 cm -4.2907679 m 65.034722 MeV 5.1252331 keV 2.6532685 cm 32.11967 cm World muIoni - 10 1.149197 m -80.307123 cm -4.3502519 m 65.028139 MeV 6.5833268 keV 6.430082 cm 38.549752 cm World muIoni - 11 1.154516 m -80.613828 cm -4.3652546 m 65.025256 MeV 1.7532571 keV 1.621041 cm 40.170793 cm World muIoni - 12 1.1754496 m -81.833606 cm -4.4249625 m 65.015289 MeV 8.3532343 keV 6.4436361 cm 46.614429 cm World muIoni - 13 1.2177448 m -84.29755 cm -4.545516 m 64.990962 MeV 23.290192 keV 13.01122 cm 59.62565 cm World muIoni - 14 1.2501677 m -86.171368 cm -4.6378052 m 64.968108 MeV 17.956087 keV 9.9597596 cm 69.585409 cm World muIoni - 15 1.2592611 m -86.698251 cm -4.6637869 m 64.949559 MeV 5.3153905 keV 2.8026776 cm 72.388087 cm World muIoni - 16 1.2742175 m -87.568652 cm -4.7068976 m 64.931193 MeV 6.4686979 keV 4.6454127 cm 77.0335 cm World muIoni - 17 1.286421 m -88.272054 cm -4.7419128 m 64.922337 MeV 5.9437383 keV 3.7742121 cm 80.807712 cm World muIoni - 18 1.3088532 m -89.575229 cm -4.8060855 m 64.90391 MeV 14.677457 keV 6.9218333 cm 87.729545 cm World muIoni - 19 1.3380513 m -91.294641 cm -4.8900016 m 64.888688 MeV 13.29471 keV 9.049912 cm 96.779457 cm World muIoni - 20 1.3632994 m -92.780579 cm -4.9625045 m 64.875987 MeV 12.700341 keV 7.8198084 cm 1.0459927 m World muIoni - 21 1.36975 m -93.156812 cm -4.9809767 m 64.870477 MeV 1.8195304 keV 1.9924616 cm 1.0659173 m World muIoni - 22 1.4105169 m -95.531776 cm -5.0977531 m 64.849799 MeV 20.678221 keV 12.59474 cm 1.1918647 m World muIoni - 23 1.5142943 m -1.0161832 m -5.3943583 m 64.79613 MeV 53.66868 keV 32.007778 cm 1.5119425 m World muIoni - 24 1.5369057 m -1.0293145 m -5.4581847 m 64.770212 MeV 12.998127 keV 6.8974767 cm 1.5809172 m World muIoni - 25 1.5463829 m -1.0348563 m -5.4852127 m 64.763814 MeV 5.0114277 keV 2.9172638 cm 1.6100899 m World muIoni - 26 1.5565464 m -1.0407915 m -5.5141748 m 64.758819 MeV 3.9719871 keV 3.1262212 cm 1.6413521 m World muIoni - 27 1.6075808 m -1.0707064 m -5.6599935 m 64.734902 MeV 22.083921 keV 15.736176 cm 1.7987138 m World muIoni - 28 1.6294751 m -1.0838401 m -5.7234607 m 64.719604 MeV 13.840448 keV 6.841012 cm 1.8671239 m World muIoni - 29 1.6522746 m -1.0977312 m -5.7900219 m 64.707948 MeV 8.6414215 keV 7.171597 cm 1.9388399 m World muIoni - 30 1.6990095 m -1.1266811 m -5.9273487 m 64.684355 MeV 20.837475 keV 14.792222 cm 2.0867621 m World muIoni - 31 1.7466815 m -1.1564068 m -6.0667523 m 64.657926 MeV 24.115272 keV 15.029859 cm 2.2370607 m World muIoni - 32 1.831704 m -1.2101732 m -6.3173063 m 64.618091 MeV 38.637174 keV 26.999525 cm 2.507056 m World muIoni - 33 1.8376795 m -1.2139096 m -6.3348117 m 64.583568 MeV 3.257284 keV 1.8870744 cm 2.5259267 m World muIoni - 34 1.8549927 m -1.2246403 m -6.385441 m 64.575026 MeV 8.5416119 keV 5.4573145 cm 2.5804999 m World muIoni - 35 1.8843628 m -1.2428829 m -6.4717296 m 64.55888 MeV 16.146041 keV 9.2957636 cm 2.6734575 m World muIoni - 36 1.8890069 m -1.2457959 m -6.4854202 m 64.548771 MeV 2.1825427 keV 1.4747396 cm 2.6882049 m World muIoni - 37 1.9362591 m -1.2755403 m -6.6243248 m 64.523299 MeV 23.910653 keV 14.970663 cm 2.8379115 m World muIoni - 38 1.950199 m -1.2843435 m -6.6653499 m 64.513459 MeV 7.511599 keV 4.4214034 cm 2.8821256 m World muIoni - 39 1.9540053 m -1.2867533 m -6.6766005 m 64.509231 MeV 1.1934461 keV 1.2119 cm 2.8942446 m World muIoni - 40 1.9668178 m -1.294889 m -6.7145293 m 64.500541 MeV 7.4810457 keV 4.0852684 cm 2.9350972 m World muIoni - 41 1.9806247 m -1.3036192 m -6.7553293 m 64.489714 MeV 9.6303401 keV 4.3948685 cm 2.9790459 m World muIoni - 42 1.9958406 m -1.3132699 m -6.8003719 m 64.479866 MeV 8.6095727 keV 4.8512938 cm 3.0275589 m World muIoni - 43 2.0095375 m -1.3218651 m -6.8408799 m 64.472247 MeV 6.3605551 keV 4.3616266 cm 3.0711751 m World muIoni - 44 2.0235987 m -1.3307314 m -6.8825318 m 64.462829 MeV 7.6857292 keV 4.4846512 cm 3.1160216 m World muIoni - 45 2.0320149 m -1.3360508 m -6.9074582 m 64.455594 MeV 4.5556431 keV 2.6841352 cm 3.142863 m World muIoni - 46 2.0422051 m -1.3424966 m -6.9376654 m 64.449164 MeV 5.31972 keV 3.252481 cm 3.1753878 m World muIoni - 47 2.0550455 m -1.3506055 m -6.9756635 m 64.428646 MeV 10.099151 keV 4.0920493 cm 3.2163083 m World muIoni - 48 2.0578076 m -1.3523441 m -6.9838179 m 64.424059 MeV 1.0989249 keV 8.7832643 mm 3.2250916 m World muIoni - 49 2.058926 m -1.3530503 m -6.9871185 m 64.422042 MeV 819.08468 eV 3.5557494 mm 3.2286473 m World muIoni - 50 2.0887698 m -1.3719242 m -7.0752141 m 64.402696 MeV 17.917325 keV 9.4909073 cm 3.3235564 m World muIoni - 51 2.0953919 m -1.3760985 m -7.094735 m 64.398398 MeV 2.945617 keV 2.1031971 cm 3.3445884 m World muIoni - 52 2.096372 m -1.3767125 m -7.0976232 m 64.395663 MeV 994.07773 eV 3.1111324 mm 3.3476995 m World muIoni - 53 2.0989404 m -1.3783219 m -7.1051908 m 64.394606 MeV 1.0572637 keV 8.1520365 mm 3.3558515 m World muIoni - 54 2.1035365 m -1.3812012 m -7.1187318 m 64.384962 MeV 4.2425965 keV 1.4586691 cm 3.3704382 m World muIoni - 55 2.1303696 m -1.3981599 m -7.1980683 m 64.364119 MeV 19.524724 keV 8.5451222 cm 3.4558894 m World muIoni - 56 2.1430766 m -1.4061974 m -7.2353154 m 64.35585 MeV 7.0681529 keV 4.016733 cm 3.4960568 m World muIoni - 57 2.1671993 m -1.4214722 m -7.3062033 m 64.338632 MeV 14.610875 keV 7.6422073 cm 3.5724788 m World muIoni - 58 2.1719804 m -1.4244988 m -7.3203118 m 64.335688 MeV 1.8989926 keV 1.5200925 cm 3.5876798 m World muIoni - 59 2.1818526 m -1.4307382 m -7.3493848 m 64.325055 MeV 9.0470507 keV 3.1331032 cm 3.6190108 m World muIoni - 60 2.1900147 m -1.4359031 m -7.373373 m 64.306847 MeV 6.4248159 keV 2.5859761 cm 3.6448706 m World muIoni - 61 2.2146565 m -1.4516665 m -7.4463191 m 64.289871 MeV 15.717791 keV 7.8592963 cm 3.7234635 m World muIoni - 62 2.2388149 m -1.467046 m -7.5180805 m 64.27736 MeV 11.312656 keV 7.7264884 cm 3.8007284 m World muIoni - 63 2.2841188 m -1.496249 m -7.6532571 m 64.252034 MeV 23.174935 keV 14.552674 cm 3.9462551 m World muIoni - 64 2.3014635 m -1.5073055 m -7.7051411 m 64.241178 MeV 9.8594306 keV 5.5812535 cm 4.0020677 m World muIoni - 65 2.3057456 m -1.5100386 m -7.7179309 m 64.237699 MeV 1.3830664 keV 1.3761766 cm 4.0158294 m World muIoni - 66 2.3073043 m -1.5110308 m -7.7225851 m 64.23541 MeV 357.74774 eV 5.0075396 mm 4.020837 m World muIoni - 67 2.3106825 m -1.5131784 m -7.7326638 m 64.234581 MeV 829.09629 eV 1.0844575 cm 4.0316816 m World muIoni - 68 2.3124953 m -1.5143327 m -7.7380775 m 64.233385 MeV 1.1965106 keV 5.8246577 mm 4.0375062 m World muIoni - 69 2.3506385 m -1.5386278 m -7.8520104 m 64.211121 MeV 20.852496 keV 12.25802 cm 4.1600864 m World muIoni - 70 2.3750047 m -1.5539766 m -7.9244787 m 64.193597 MeV 15.889351 keV 7.7980525 cm 4.2380669 m World muIoni - 71 2.3763301 m -1.5548004 m -7.9284062 m 64.191166 MeV 1.0297845 keV 4.2261522 mm 4.2422931 m World muIoni - 72 2.3857148 m -1.560639 m -7.9562246 m 64.050125 MeV 5.7538758 keV 2.9933713 cm 4.2722268 m World muIoni - 73 2.420704 m -1.5826373 m -8.0596027 m 64.02913 MeV 20.995254 keV 11.133386 cm 4.3835607 m World muIoni - 74 2.4425388 m -1.5964558 m -8.1242751 m 64.012999 MeV 14.183145 keV 6.9643599 cm 4.4532043 m World muIoni - 75 2.4535597 m -1.6034143 m -8.1567113 m 64.000447 MeV 7.0881553 keV 3.4956998 cm 4.4881613 m World muIoni - 76 2.4581317 m -1.6063127 m -8.1701411 m 63.997053 MeV 1.8810597 keV 1.447968 cm 4.5026409 m World muIoni - 77 2.4639141 m -1.6099874 m -8.1871824 m 63.99404 MeV 3.0130502 keV 1.8367026 cm 4.521008 m World muIoni - 78 2.4704544 m -1.6141446 m -8.2064078 m 63.990535 MeV 2.1342116 keV 2.0728544 cm 4.5417365 m World muIoni - 79 2.497009 m -1.6309584 m -8.2841015 m 63.976465 MeV 14.070167 keV 8.381034 cm 4.6255469 m World muIoni - 80 2.5002336 m -1.6330038 m -8.2935606 m 63.970515 MeV 2.0751264 keV 1.0200828 cm 4.6357477 m World muIoni - 81 2.5104244 m -1.6396055 m -8.3237225 m 63.966389 MeV 2.3104339 keV 3.2514326 cm 4.668262 m World muIoni - 82 2.5557859 m -1.6690311 m -8.4581562 m 63.941916 MeV 23.071892 keV 14.489995 cm 4.813162 m World muIoni - 83 2.568951 m -1.6775245 m -8.4972334 m 63.929573 MeV 9.78873 keV 4.2100941 cm 4.8552629 m World muIoni - 84 2.5893496 m -1.6906352 m -8.5578265 m 63.913309 MeV 11.304015 keV 6.5265027 cm 4.9205279 m World muIoni - 85 2.5950977 m -1.6942483 m -8.5745394 m 63.908364 MeV 3.5197321 keV 1.8039759 cm 4.9385677 m World muIoni - 86 2.5957572 m -1.6946493 m -8.5763927 m 63.871511 MeV 99.877613 eV 2.0075354 mm 4.9405752 m World muIoni - 87 2.6213323 m -1.7102991 m -8.6481962 m 63.854526 MeV 12.305078 keV 7.781235 cm 5.0183876 m World muIoni - 88 2.7535101 m -1.7907724 m -9.0187695 m 63.790341 MeV 63.079862 keV 40.158831 cm 5.4199759 m World muIoni - 89 2.7667277 m -1.7987856 m -9.0553095 m 63.781392 MeV 7.1341569 keV 3.9674786 cm 5.4596507 m World muIoni - 90 2.7882168 m -1.8118319 m -9.1147496 m 63.769025 MeV 11.325803 keV 6.45377 cm 5.5241884 m World muIoni - 91 2.8284485 m -1.8356255 m -9.2220894 m 63.745301 MeV 22.513228 keV 11.707519 cm 5.6412636 m World muIoni - 92 2.835378 m -1.8397448 m -9.240585 m 63.74199 MeV 3.3101881 keV 2.0176048 cm 5.6614396 m World muIoni - 93 2.8387684 m -1.8417621 m -9.2496274 m 63.73591 MeV 2.8412998 keV 9.8655399 mm 5.6713051 m World muIoni - 94 2.8475969 m -1.8470066 m -9.2731528 m 63.728288 MeV 5.3819905 keV 2.5668934 cm 5.6969741 m World muIoni - 95 2.8754006 m -1.8634536 m -9.3471571 m 63.710311 MeV 16.860224 keV 8.0747741 cm 5.7777218 m World muIoni - 96 2.8775839 m -1.8647409 m -9.3529564 m 63.706685 MeV 1.672528 keV 6.3288885 mm 5.7840507 m World muIoni - 97 2.8865556 m -1.8700367 m -9.3767859 m 63.702427 MeV 2.6686372 keV 2.6007428 cm 5.8100581 m World muIoni - 98 2.900711 m -1.8784099 m -9.4143545 m 63.69508 MeV 6.2661621 keV 4.1010782 cm 5.8510689 m World muIoni - 99 2.9216383 m -1.8907495 m -9.4697786 m 63.685066 MeV 8.9406522 keV 6.051494 cm 5.9115839 m World muIoni - 100 2.9416835 m -1.9025857 m -9.5227936 m 63.667616 MeV 11.441091 keV 5.7900761 cm 5.9694846 m World muIoni - 101 2.9828121 m -1.9271184 m -9.6320655 m 63.651919 MeV 15.696247 keV 11.930544 cm 6.0887901 m World muIoni - 102 3.0241874 m -1.951957 m -9.7420713 m 63.631662 MeV 18.906598 keV 12.012575 cm 6.2089158 m World muIoni - 103 3.0364778 m -1.9594439 m -9.7748139 m 63.62068 MeV 7.1789748 keV 3.5765733 cm 6.2446815 m World muIoni - 104 3.0614658 m -1.9746335 m -9.8414241 m 63.592953 MeV 14.97274 keV 7.274648 cm 6.317428 m World muIoni - 105 3.0837872 m -1.9882301 m -9.900775 m 63.578322 MeV 13.568834 keV 6.4850926 cm 6.3822789 m World muIoni - 106 3.0966192 m -1.9960272 m -9.9347105 m 63.570226 MeV 6.3258626 keV 3.7108973 cm 6.4193879 m World muIoni - 107 3.1153744 m -2.0074221 m -9.9842319 m 63.549567 MeV 9.3995631 keV 5.416619 cm 6.4735541 m World muIoni - 108 3.1684056 m -2.0394559 m -10.123631 m 63.519003 MeV 29.316352 keV 15.254751 cm 6.6261016 m World muIoni - 109 3.2103521 m -2.0643801 m -10.23461 m 63.492002 MeV 25.001214 keV 12.123133 cm 6.747333 m World muIoni - 110 3.2191799 m -2.0695697 m -10.257918 m 63.4868 MeV 3.776912 keV 2.545794 cm 6.7727909 m World muIoni - 111 3.2331232 m -2.0777772 m -10.294736 m 63.476978 MeV 7.2342153 keV 4.0216899 cm 6.8130078 m World muIoni - 112 3.2333085 m -2.0778869 m -10.295226 m 63.456567 MeV 43.379101 eV 535.15704 um 6.8135429 m World muIoni - 113 3.3077709 m -2.1221682 m -10.491954 m 63.41649 MeV 38.78804 keV 21.49596 cm 7.0285025 m World muIoni - 114 3.3354033 m -2.1387275 m -10.565093 m 63.365137 MeV 12.487974 keV 7.991929 cm 7.1084218 m World muIoni - 115 3.3578152 m -2.1522019 m -10.624735 m 63.350926 MeV 11.671137 keV 6.5123203 cm 7.173545 m World muIoni - 116 3.3832851 m -2.1673002 m -10.692111 m 63.334811 MeV 14.778053 keV 7.3594566 cm 7.2471396 m World muIoni - 117 3.3891166 m -2.1707595 m -10.707506 m 63.330122 MeV 1.4873012 keV 1.6821682 cm 7.2639613 m World muIoni - 118 3.396492 m -2.1751219 m -10.726924 m 63.327191 MeV 2.9304792 keV 2.122494 cm 7.2851862 m World muIoni - 119 3.4151775 m -2.1861703 m -10.776122 m 63.316174 MeV 9.8705561 keV 5.3774376 cm 7.3389606 m World muIoni - 120 3.4299068 m -2.1949296 m -10.814888 m 63.306906 MeV 7.3932119 keV 4.2384804 cm 7.3813454 m World muIoni - 121 3.430939 m -2.1955391 m -10.817599 m 63.305308 MeV 281.95834 eV 2.9643335 mm 7.3843097 m World muIoni - 122 3.4336598 m -2.1971428 m -10.82474 m 63.301916 MeV 1.1565775 keV 7.8079369 mm 7.3921177 m World muIoni - 123 3.4567013 m -2.2106682 m -10.885209 m 63.282815 MeV 13.399952 keV 6.6108458 cm 7.4582261 m World muIoni - 124 3.457722 m -2.2112672 m -10.887885 m 63.280745 MeV 683.62027 eV 2.9259482 mm 7.4611521 m World muIoni - 125 3.4835423 m -2.226417 m -10.955521 m 63.267348 MeV 11.861122 keV 7.3965779 cm 7.5351179 m World muIoni - 126 3.4921667 m -2.2315168 m -10.978164 m 63.26246 MeV 3.6395472 keV 2.476081 cm 7.5598787 m World muIoni - 127 3.5151352 m -2.2452301 m -11.038666 m 63.245171 MeV 16.114456 keV 6.6151719 cm 7.6260304 m World muIoni - 128 3.5313262 m -2.254794 m -11.081278 m 63.238862 MeV 5.2357021 keV 4.6576662 cm 7.6726071 m World muIoni - 129 3.5401653 m -2.2599891 m -11.104535 m 63.233399 MeV 4.0917027 keV 2.541671 cm 7.6980238 m World muIoni - 130 3.5550765 m -2.2687708 m -11.143815 m 63.219467 MeV 8.6479744 keV 4.2923105 cm 7.7409469 m World muIoni - 131 3.5654749 m -2.2748671 m -11.171067 m 63.210094 MeV 6.3724116 keV 2.9798983 cm 7.7707459 m World muIoni - 132 3.6177862 m -2.305729 m -11.308438 m 63.185587 MeV 24.506538 keV 15.019857 cm 7.9209444 m World muIoni - 133 3.6224253 m -2.3084506 m -11.320564 m 63.156012 MeV 1.98029 keV 1.3265916 cm 7.9342103 m World muIoni - 134 3.6453171 m -2.3219505 m -11.380603 m 63.134686 MeV 9.6606325 keV 6.5657292 cm 7.9998676 m World muIoni - 135 3.6905212 m -2.3487685 m -11.498919 m 63.045066 MeV 18.014115 keV 12.946571 cm 8.1293333 m World muIoni - 136 3.6989848 m -2.3538866 m -11.521086 m 63.037765 MeV 5.9733979 keV 2.4273622 cm 8.153607 m World muIoni - 137 3.7206864 m -2.3669822 m -11.577745 m 63.02777 MeV 8.0299236 keV 6.207 cm 8.215677 m World muIoni - 138 3.7406533 m -2.3790962 m -11.62993 m 63.015447 MeV 9.4593796 keV 5.7172583 cm 8.2728495 m World muIoni - 139 3.7680681 m -2.395658 m -11.701895 m 63.000519 MeV 13.937327 keV 7.8770862 cm 8.3516204 m World muIoni - 140 3.7837692 m -2.4051057 m -11.742999 m 62.985376 MeV 11.341394 keV 4.5004075 cm 8.3966245 m World muIoni - 141 3.8503392 m -2.4451431 m -11.9174 m 62.946357 MeV 35.081932 keV 19.091977 cm 8.5875443 m World muIoni - 142 3.8551379 m -2.4480291 m -11.93 m 62.942582 MeV 1.9871447 keV 1.3788651 cm 8.6013329 m World muIoni - 143 3.8562937 m -2.4487205 m -11.933028 m 62.940107 MeV 623.91636 eV 3.3138486 mm 8.6046468 m World muIoni - 144 3.8696801 m -2.456735 m -11.968136 m 62.927767 MeV 6.1217834 keV 3.8418516 cm 8.6430653 m World muIoni - 145 3.8807404 m -2.4633945 m -11.997226 m 62.92147 MeV 6.2967726 keV 3.182623 cm 8.6748915 m World muIoni - 146 3.889164 m -2.4684224 m -12.019351 m 62.91623 MeV 5.2406441 keV 2.4202142 cm 8.6990936 m World muIoni - 147 3.8948034 m -2.4717881 m -12.034159 m 62.910317 MeV 4.5084223 keV 1.6199478 cm 8.7152931 m World muIoni - 148 3.8984372 m -2.4739551 m -12.043691 m 62.907036 MeV 938.3031 eV 1.042873 cm 8.7257218 m World muIoni - 149 3.9361765 m -2.4965257 m -12.142717 m 62.884133 MeV 21.090739 keV 10.835058 cm 8.8340724 m World muIoni - 150 3.9366712 m -2.4968185 m -12.14401 m 62.882113 MeV 49.053225 eV 1.4149262 mm 8.8354873 m World muIoni - 151 3.9432326 m -2.5007001 m -12.16115 m 62.875947 MeV 3.013899 keV 1.8758935 cm 8.8542463 m World muIoni - 152 3.9668434 m -2.5146589 m -12.22287 m 62.859908 MeV 14.501321 keV 6.754019 cm 8.9217865 m World muIoni - 153 3.9859767 m -2.5259901 m -12.272905 m 62.84831 MeV 11.597573 keV 5.4753981 cm 8.9765405 m World muIoni - 154 3.9861733 m -2.5261059 m -12.273419 m 62.846758 MeV 0 eV 562.41012 um 8.9771029 m World muIoni - 155 4.0427975 m -2.5594451 m -12.42111 m 62.816427 MeV 29.334545 keV 16.164981 cm 9.1387527 m World muIoni - 156 4.0430763 m -2.5596098 m -12.421831 m 62.814698 MeV 328.78334 eV 789.88379 um 9.1395426 m World muIoni - 157 4.0623551 m -2.571017 m -12.471724 m 62.798899 MeV 9.1999947 keV 5.4691597 cm 9.1942342 m World muIoni - 158 4.0751776 m -2.5785878 m -12.504958 m 62.790445 MeV 6.0264846 keV 3.6416933 cm 9.2306511 m World muIoni - 159 4.0799565 m -2.5814108 m -12.517344 m 62.786244 MeV 2.630841 keV 1.3573483 cm 9.2442246 m World muIoni - 160 4.0915774 m -2.5882903 m -12.547414 m 62.780791 MeV 5.4527895 keV 3.2963277 cm 9.2771879 m World muIoni - 161 4.1046254 m -2.5959934 m -12.581018 m 62.775948 MeV 4.8426735 keV 3.6861352 cm 9.3140492 m World muIoni - 162 4.1275282 m -2.6095453 m -12.640237 m 62.762942 MeV 10.735499 keV 6.492384 cm 9.378973 m World muIoni - 163 4.1339023 m -2.6132757 m -12.656668 m 62.757978 MeV 2.3100289 keV 1.8015119 cm 9.3969882 m World muIoni - 164 4.1589857 m -2.6279906 m -12.721422 m 62.743735 MeV 12.408884 keV 7.0984411 cm 9.4679726 m World muIoni - 165 4.1861911 m -2.6438366 m -12.791167 m 62.728325 MeV 13.53442 keV 7.6521212 cm 9.5444938 m World muIoni - 166 4.2041824 m -2.6543944 m -12.837205 m 62.706625 MeV 7.29769 keV 5.0544375 cm 9.5950382 m World muIoni - 167 4.2283694 m -2.6685 m -12.898875 m 62.691456 MeV 15.168827 keV 6.7728171 cm 9.6627663 m OutOfWorld Transportation + 1 1.0388637 m -73.808639 cm -4.0395313 m 65.120631 MeV 7.8589345 keV 4.9184227 cm 4.9184227 cm World muIoni + 2 1.0493573 m -74.42115 cm -4.0688936 m 65.104614 MeV 7.5904664 keV 3.1776994 cm 8.0961221 cm World muIoni + 3 1.0796413 m -76.170841 cm -4.1533064 m 65.089422 MeV 13.532237 keV 9.1371789 cm 17.233301 cm World muIoni + 4 1.0965016 m -77.134661 cm -4.2003427 m 65.07491 MeV 10.8399 keV 5.088791 cm 22.322092 cm World muIoni + 5 1.0982011 m -77.232703 cm -4.2051039 m 65.071828 MeV 900.70705 eV 5.149618 mm 22.837054 cm World muIoni + 6 1.1101796 m -77.922518 cm -4.2386546 m 65.063811 MeV 5.6278032 keV 3.6286548 cm 26.465709 cm World muIoni + 7 1.1170587 m -78.320592 cm -4.257904 m 65.058762 MeV 3.2064601 keV 2.0825723 cm 28.548281 cm World muIoni + 8 1.120095 m -78.497134 cm -4.2664095 m 65.055544 MeV 2.072803 keV 9.202163 mm 29.468497 cm World muIoni + 9 1.1288365 m -79.005279 cm -4.2909421 m 65.043396 MeV 5.1252886 keV 2.6534574 cm 32.121955 cm World muIoni + 10 1.1499499 m -80.23319 cm -4.3504285 m 65.036812 MeV 6.5834992 keV 6.4305398 cm 38.552494 cm World muIoni + 11 1.1552731 m -80.539482 cm -4.3654317 m 65.033929 MeV 1.7532889 keV 1.6211565 cm 40.173651 cm World muIoni + 12 1.1762236 m -81.757635 cm -4.425142 m 65.023962 MeV 8.3534263 keV 6.4440949 cm 46.617746 cm World muIoni + 13 1.2185528 m -84.218297 cm -4.5457003 m 64.999635 MeV 23.290693 keV 13.012147 cm 59.629893 cm World muIoni + 14 1.2510017 m -86.089598 cm -4.6379931 m 64.97678 MeV 17.95643 keV 9.9604693 cm 69.590362 cm World muIoni + 15 1.2601024 m -86.615776 cm -4.6639759 m 64.958232 MeV 5.3155069 keV 2.8028774 cm 72.393239 cm World muIoni + 16 1.2750709 m -87.485019 cm -4.7070882 m 64.939865 MeV 6.468846 keV 4.6457439 cm 77.038983 cm World muIoni + 17 1.2872842 m -88.187475 cm -4.7421048 m 64.931009 MeV 5.9438479 keV 3.7744813 cm 80.813465 cm World muIoni + 18 1.3097344 m -89.488911 cm -4.8062801 m 64.912582 MeV 14.677719 keV 6.9223272 cm 87.735792 cm World muIoni + 19 1.3389562 m -91.206061 cm -4.8901995 m 64.897359 MeV 13.295016 keV 9.0505579 cm 96.78635 cm World muIoni + 20 1.3642249 m -92.690042 cm -4.9627052 m 64.884658 MeV 12.700604 keV 7.8203667 cm 1.0460672 m World muIoni + 21 1.3706807 m -93.065776 cm -4.9811783 m 64.879148 MeV 1.8195656 keV 1.9926039 cm 1.0659932 m World muIoni + 22 1.4114805 m -95.437579 cm -5.0979593 m 64.858469 MeV 20.678681 keV 12.595639 cm 1.1919496 m World muIoni + 23 1.515342 m -1.0151608 m -5.3945762 m 64.804799 MeV 53.669857 keV 32.010065 cm 1.5120502 m World muIoni + 24 1.5379715 m -1.0282745 m -5.4584051 m 64.778881 MeV 12.998378 keV 6.8979699 cm 1.5810299 m World muIoni + 25 1.5474564 m -1.033809 m -5.4854342 m 64.772483 MeV 5.0115418 keV 2.9174725 cm 1.6102047 m World muIoni + 26 1.557628 m -1.0397362 m -5.5143974 m 64.767488 MeV 3.9720831 keV 3.1264449 cm 1.6414691 m World muIoni + 27 1.6087038 m -1.0696116 m -5.6602219 m 64.74357 MeV 22.084418 keV 15.737302 cm 1.7988421 m World muIoni + 28 1.6306161 m -1.0827283 m -5.7236917 m 64.728272 MeV 13.840693 keV 6.8415017 cm 1.8672572 m World muIoni + 29 1.6534348 m -1.0966018 m -5.7902555 m 64.716616 MeV 8.6416384 keV 7.1721106 cm 1.9389783 m World muIoni + 30 1.7002093 m -1.1255157 m -5.9275879 m 64.693023 MeV 20.837987 keV 14.793281 cm 2.0869111 m World muIoni + 31 1.7479218 m -1.1552046 m -6.0669971 m 64.666593 MeV 24.115811 keV 15.030936 cm 2.2372204 m World muIoni + 32 1.8330176 m -1.2089054 m -6.3175611 m 64.626757 MeV 38.638042 keV 27.001461 cm 2.507235 m World muIoni + 33 1.8389982 m -1.2126372 m -6.3350672 m 64.592234 MeV 3.2573352 keV 1.8872098 cm 2.5261071 m World muIoni + 34 1.856326 m -1.2233546 m -6.3856986 m 64.583692 MeV 8.5417982 keV 5.4577063 cm 2.5806842 m World muIoni + 35 1.8857211 m -1.2415745 m -6.4719906 m 64.567545 MeV 16.146352 keV 9.2964311 cm 2.6736485 m World muIoni + 36 1.8903692 m -1.2444839 m -6.4856817 m 64.557436 MeV 2.1825778 keV 1.4748456 cm 2.688397 m World muIoni + 37 1.9376619 m -1.2741919 m -6.624592 m 64.531964 MeV 23.911149 keV 14.971739 cm 2.8381144 m World muIoni + 38 1.9516139 m -1.2829843 m -6.6656187 m 64.522124 MeV 7.5117435 keV 4.4217212 cm 2.8823316 m World muIoni + 39 1.9554234 m -1.2853912 m -6.6768698 m 64.517895 MeV 1.1934672 keV 1.2119871 cm 2.8944514 m World muIoni + 40 1.968247 m -1.293517 m -6.7148001 m 64.509206 MeV 7.4812093 keV 4.0855621 cm 2.9353071 m World muIoni + 41 1.9820658 m -1.3022366 m -6.7556017 m 64.498378 MeV 9.6304899 keV 4.3951845 cm 2.9792589 m World muIoni + 42 1.9972948 m -1.3118756 m -6.8006462 m 64.48853 MeV 8.609747 keV 4.8516427 cm 3.0277753 m World muIoni + 43 2.0110035 m -1.3204603 m -6.8411558 m 64.480911 MeV 6.3607062 keV 4.3619404 cm 3.0713947 m World muIoni + 44 2.0250768 m -1.3293158 m -6.8828094 m 64.471493 MeV 7.6859056 keV 4.4849739 cm 3.1162445 m World muIoni + 45 2.0335003 m -1.3346287 m -6.9077368 m 64.464258 MeV 4.5557127 keV 2.6843283 cm 3.1430878 m World muIoni + 46 2.0436993 m -1.3410666 m -6.9379453 m 64.457828 MeV 5.3198226 keV 3.2527151 cm 3.1756149 m World muIoni + 47 2.0565508 m -1.3491656 m -6.9759449 m 64.43731 MeV 10.099315 keV 4.0923438 cm 3.2165384 m World muIoni + 48 2.0593152 m -1.3509021 m -6.9840996 m 64.432722 MeV 1.0989413 keV 8.7838967 mm 3.2253222 m World muIoni + 49 2.0604346 m -1.3516075 m -6.9874003 m 64.430706 MeV 819.08783 eV 3.5560054 mm 3.2288783 m World muIoni + 50 2.0903041 m -1.3704584 m -7.0754995 m 64.411359 MeV 17.917671 keV 9.4915908 cm 3.3237942 m World muIoni + 51 2.0969319 m -1.3746276 m -7.0950212 m 64.407061 MeV 2.9456648 keV 2.1033486 cm 3.3448276 m World muIoni + 52 2.0979128 m -1.3752408 m -7.0979095 m 64.404326 MeV 994.07872 eV 3.1113566 mm 3.347939 m World muIoni + 53 2.1004834 m -1.3768482 m -7.1054774 m 64.403269 MeV 1.0572779 keV 8.1526238 mm 3.3560916 m World muIoni + 54 2.1050835 m -1.3797239 m -7.1190189 m 64.393625 MeV 4.2426317 keV 1.4587742 cm 3.3706794 m World muIoni + 55 2.1319397 m -1.396662 m -7.1983587 m 64.372781 MeV 19.525069 keV 8.545738 cm 3.4561367 m World muIoni + 56 2.1446577 m -1.4046898 m -7.2356072 m 64.364512 MeV 7.068305 keV 4.0170226 cm 3.496307 m World muIoni + 57 2.1688011 m -1.4199459 m -7.3064981 m 64.347294 MeV 14.611173 keV 7.6427584 cm 3.5727346 m World muIoni + 58 2.1735863 m -1.4229689 m -7.3206071 m 64.34435 MeV 1.8990206 keV 1.5202021 cm 3.5879366 m World muIoni + 59 2.183467 m -1.4292007 m -7.3496813 m 64.333717 MeV 9.0471719 keV 3.1333292 cm 3.6192699 m World muIoni + 60 2.1916362 m -1.4343592 m -7.3736704 m 64.315509 MeV 6.4248946 keV 2.5861627 cm 3.6451315 m World muIoni + 61 2.2162994 m -1.4501037 m -7.4466196 m 64.298533 MeV 15.718089 keV 7.8598636 cm 3.7237301 m World muIoni + 62 2.2404788 m -1.4654646 m -7.5183839 m 64.286022 MeV 11.312915 keV 7.7270463 cm 3.8010006 m World muIoni + 63 2.2858224 m -1.4946328 m -7.6535659 m 64.260695 MeV 23.175417 keV 14.553725 cm 3.9465378 m World muIoni + 64 2.3031822 m -1.505676 m -7.7054521 m 64.249839 MeV 9.8596297 keV 5.5816568 cm 4.0023544 m World muIoni + 65 2.307468 m -1.5084058 m -7.7182425 m 64.24636 MeV 1.3830906 keV 1.3762761 cm 4.0161172 m World muIoni + 66 2.3090281 m -1.5093968 m -7.7228968 m 64.244071 MeV 357.74996 eV 5.0079015 mm 4.0211251 m World muIoni + 67 2.3124093 m -1.5115418 m -7.7329759 m 64.243242 MeV 829.11412 eV 1.0845359 cm 4.0319704 m World muIoni + 68 2.3142236 m -1.5126947 m -7.7383899 m 64.242045 MeV 1.1965241 keV 5.8250786 mm 4.0377955 m World muIoni + 69 2.3524 m -1.5369605 m -7.8523274 m 64.219781 MeV 20.852949 keV 12.258906 cm 4.1603846 m World muIoni + 70 2.3767872 m -1.5522905 m -7.9247987 m 64.202257 MeV 15.889645 keV 7.7986164 cm 4.2383707 m World muIoni + 71 2.3781137 m -1.5531133 m -7.9287263 m 64.199826 MeV 1.0297868 keV 4.2264579 mm 4.2425972 m World muIoni + 72 2.3875064 m -1.5589448 m -7.9565459 m 64.058783 MeV 5.7539838 keV 2.9935878 cm 4.2725331 m World muIoni + 73 2.4225257 m -1.5809161 m -8.0599282 m 64.037787 MeV 20.995687 keV 11.134194 cm 4.383875 m World muIoni + 74 2.4443793 m -1.5947178 m -8.1246033 m 64.021656 MeV 14.183417 keV 6.9648653 cm 4.4535237 m World muIoni + 75 2.4554097 m -1.6016678 m -8.1570409 m 64.009104 MeV 7.0882697 keV 3.4959535 cm 4.4884832 m World muIoni + 76 2.4599856 m -1.6045627 m -8.1704711 m 64.00571 MeV 1.8810895 keV 1.4480731 cm 4.5029639 m World muIoni + 77 2.4657731 m -1.6082329 m -8.1875132 m 64.002697 MeV 3.0130991 keV 1.836836 cm 4.5213323 m World muIoni + 78 2.4723191 m -1.6123851 m -8.2067393 m 63.999192 MeV 2.1342524 keV 2.0730049 cm 4.5420623 m World muIoni + 79 2.4988965 m -1.6291785 m -8.2844362 m 63.985122 MeV 14.070465 keV 8.3816427 cm 4.6258788 m World muIoni + 80 2.5021239 m -1.6312213 m -8.2938957 m 63.979171 MeV 2.0751542 keV 1.0201569 cm 4.6360803 m World muIoni + 81 2.5123237 m -1.6378152 m -8.3240589 m 63.975045 MeV 2.3105067 keV 3.2516689 cm 4.668597 m World muIoni + 82 2.557725 m -1.6672059 m -8.458498 m 63.950572 MeV 23.072383 keV 14.491047 cm 4.8135075 m World muIoni + 83 2.5709017 m -1.6756892 m -8.4975768 m 63.938229 MeV 9.7889013 keV 4.2104001 cm 4.8556115 m World muIoni + 84 2.5913181 m -1.6887842 m -8.5581724 m 63.921964 MeV 11.304235 keV 6.5269773 cm 4.9208813 m World muIoni + 85 2.5970711 m -1.6923928 m -8.5748861 m 63.91702 MeV 3.5197842 keV 1.8041071 cm 4.9389223 m World muIoni + 86 2.5977311 m -1.6927933 m -8.5767394 m 63.880166 MeV 99.878008 eV 2.0076815 mm 4.94093 m World muIoni + 87 2.6233275 m -1.7084233 m -8.6485458 m 63.863181 MeV 12.305337 keV 7.7818015 cm 5.018748 m World muIoni + 88 2.7556146 m -1.7887937 m -9.0191342 m 63.798995 MeV 63.081406 keV 40.161756 cm 5.4203656 m World muIoni + 89 2.7688431 m -1.7967966 m -9.0556756 m 63.790045 MeV 7.1343028 keV 3.9677678 cm 5.4600433 m World muIoni + 90 2.7903499 m -1.8098261 m -9.1151181 m 63.777679 MeV 11.326036 keV 6.4542406 cm 5.5245857 m World muIoni + 91 2.8306137 m -1.8335882 m -9.2224621 m 63.753954 MeV 22.513646 keV 11.708373 cm 5.6416694 m World muIoni + 92 2.8375488 m -1.837702 m -9.2409584 m 63.750643 MeV 3.3102416 keV 2.017752 cm 5.6618469 m World muIoni + 93 2.8409418 m -1.8397166 m -9.2500012 m 63.744563 MeV 2.8413342 keV 9.8662599 mm 5.6717132 m World muIoni + 94 2.8497774 m -1.8449543 m -9.2735276 m 63.736941 MeV 5.3820548 keV 2.5670808 cm 5.697384 m World muIoni + 95 2.8776034 m -1.8613793 m -9.3475348 m 63.718964 MeV 16.860547 keV 8.0753636 cm 5.7781376 m World muIoni + 96 2.8797883 m -1.8626649 m -9.3533343 m 63.715337 MeV 1.6725412 keV 6.3293507 mm 5.784467 m World muIoni + 97 2.8887672 m -1.8679537 m -9.3771648 m 63.711079 MeV 2.6686913 keV 2.6009327 cm 5.8104763 m World muIoni + 98 2.9029339 m -1.8763157 m -9.4147349 m 63.703732 MeV 6.2663034 keV 4.1013778 cm 5.8514901 m World muIoni + 99 2.9238778 m -1.8886389 m -9.4701612 m 63.693718 MeV 8.9408538 keV 6.0519361 cm 5.9120094 m World muIoni + 100 2.9439391 m -1.9004593 m -9.5231783 m 63.676267 MeV 11.441293 keV 5.7904992 cm 5.9699144 m World muIoni + 101 2.9851007 m -1.9249597 m -9.6324545 m 63.660571 MeV 15.696611 keV 11.931416 cm 6.0892286 m World muIoni + 102 3.0265093 m -1.9497659 m -9.7424647 m 63.640313 MeV 18.906977 keV 12.013453 cm 6.2093631 m World muIoni + 103 3.0388097 m -1.957243 m -9.7752086 m 63.629331 MeV 7.1791046 keV 3.5768349 cm 6.2451315 m World muIoni + 104 3.0638181 m -1.9724131 m -9.8418215 m 63.601604 MeV 14.973016 keV 7.2751802 cm 6.3178833 m World muIoni + 105 3.0861576 m -1.9859921 m -9.9011747 m 63.586973 MeV 13.569079 keV 6.4855673 cm 6.3827389 m World muIoni + 106 3.0990001 m -1.9937791 m -9.9351116 m 63.578876 MeV 6.325979 keV 3.711169 cm 6.4198506 m World muIoni + 107 3.1177705 m -2.0051593 m -9.9846349 m 63.558217 MeV 9.3997507 keV 5.4170156 cm 6.4740208 m World muIoni + 108 3.1708446 m -2.0371513 m -10.12404 m 63.527653 MeV 29.316916 keV 15.255869 cm 6.6265795 m World muIoni + 109 3.2128245 m -2.0620426 m -10.235023 m 63.500651 MeV 25.001644 keV 12.124022 cm 6.7478197 m World muIoni + 110 3.2216594 m -2.0672252 m -10.258332 m 63.495449 MeV 3.7769825 keV 2.5459807 cm 6.7732795 m World muIoni + 111 3.2356137 m -2.0754217 m -10.295152 m 63.485627 MeV 7.2343608 keV 4.0219849 cm 6.8134994 m World muIoni + 112 3.2357992 m -2.0755313 m -10.295642 m 63.465216 MeV 43.379101 eV 535.19631 um 6.8140346 m World muIoni + 113 3.3103212 m -2.119754 m -10.492378 m 63.425138 MeV 38.788804 keV 21.497538 cm 7.0290099 m World muIoni + 114 3.3379758 m -2.1362916 m -10.56552 m 63.373785 MeV 12.488238 keV 7.9925161 cm 7.1089351 m World muIoni + 115 3.3604058 m -2.1497484 m -10.625164 m 63.359574 MeV 11.671342 keV 6.5127993 cm 7.1740631 m World muIoni + 116 3.3858961 m -2.1648267 m -10.692542 m 63.343459 MeV 14.778316 keV 7.3599981 cm 7.2476631 m World muIoni + 117 3.3917322 m -2.1682814 m -10.707938 m 63.338769 MeV 1.4873285 keV 1.682292 cm 7.264486 m World muIoni + 118 3.3991135 m -2.172638 m -10.727357 m 63.335838 MeV 2.9305307 keV 2.1226502 cm 7.2857125 m World muIoni + 119 3.4178138 m -2.1836716 m -10.776557 m 63.324821 MeV 9.8707451 keV 5.3778334 cm 7.3394908 m World muIoni + 120 3.432555 m -2.1924194 m -10.815324 m 63.315553 MeV 7.3933553 keV 4.2387925 cm 7.3818787 m World muIoni + 121 3.433588 m -2.1930281 m -10.818036 m 63.313955 MeV 281.96009 eV 2.9645518 mm 7.3848433 m World muIoni + 122 3.4363109 m -2.1946296 m -10.825177 m 63.310562 MeV 1.1565932 keV 7.8085118 mm 7.3926518 m World muIoni + 123 3.4593706 m -2.2081369 m -10.885648 m 63.291462 MeV 13.400184 keV 6.6113326 cm 7.4587651 m World muIoni + 124 3.4603921 m -2.2087351 m -10.888324 m 63.289391 MeV 683.62202 eV 2.9261638 mm 7.4616913 m World muIoni + 125 3.4862328 m -2.2238646 m -10.955963 m 63.275995 MeV 11.861391 keV 7.3971229 cm 7.5356625 m World muIoni + 126 3.4948642 m -2.2289576 m -10.978607 m 63.271106 MeV 3.6396075 keV 2.4762635 cm 7.5604252 m World muIoni + 127 3.517851 m -2.2426528 m -11.039111 m 63.253817 MeV 16.114729 keV 6.6156595 cm 7.6265818 m World muIoni + 128 3.5340549 m -2.252204 m -11.081725 m 63.247508 MeV 5.2358379 keV 4.6580096 cm 7.6731619 m World muIoni + 129 3.542901 m -2.2573921 m -11.104983 m 63.242045 MeV 4.0917679 keV 2.5418584 cm 7.6985804 m World muIoni + 130 3.5578241 m -2.2661621 m -11.144264 m 63.228112 MeV 8.6481435 keV 4.292627 cm 7.7415067 m World muIoni + 131 3.5682307 m -2.2722502 m -11.171518 m 63.218739 MeV 6.372539 keV 2.9801181 cm 7.7713079 m World muIoni + 132 3.6205836 m -2.3030709 m -11.308894 m 63.194232 MeV 24.507086 keV 15.020965 cm 7.9215175 m World muIoni + 133 3.6252263 m -2.3057889 m -11.321021 m 63.164657 MeV 1.9803166 keV 1.3266895 cm 7.9347844 m World muIoni + 134 3.6481363 m -2.3192708 m -11.381061 m 63.143331 MeV 9.6608579 keV 6.5662142 cm 8.0004466 m World muIoni + 135 3.6933764 m -2.3460531 m -11.499382 m 63.053709 MeV 18.014548 keV 12.947528 cm 8.1299219 m World muIoni + 136 3.7018469 m -2.3511646 m -11.52155 m 63.046409 MeV 5.9734761 keV 2.4275419 cm 8.1541973 m World muIoni + 137 3.7235659 m -2.3642431 m -11.578212 m 63.036413 MeV 8.0301149 keV 6.2074597 cm 8.2162719 m World muIoni + 138 3.743549 m -2.3763414 m -11.630399 m 63.024091 MeV 9.4595788 keV 5.7176818 cm 8.2734487 m World muIoni + 139 3.7709859 m -2.3928816 m -11.702367 m 63.009162 MeV 13.937608 keV 7.8776699 cm 8.3522254 m World muIoni + 140 3.7866997 m -2.402317 m -11.743473 m 62.994019 MeV 11.341563 keV 4.5007411 cm 8.3972328 m World muIoni + 141 3.8533233 m -2.442302 m -11.917881 m 62.954999 MeV 35.082642 keV 19.093393 cm 8.5881667 m World muIoni + 142 3.8581258 m -2.4451841 m -11.930482 m 62.951224 MeV 1.9871756 keV 1.3789674 cm 8.6019564 m World muIoni + 143 3.8592826 m -2.4458747 m -11.933509 m 62.948748 MeV 623.91844 eV 3.3140946 mm 8.6052705 m World muIoni + 144 3.8726797 m -2.4538786 m -11.968619 m 62.936409 MeV 6.1219127 keV 3.8421367 cm 8.6436919 m World muIoni + 145 3.8837489 m -2.4605294 m -11.99771 m 62.930112 MeV 6.2968974 keV 3.1828592 cm 8.6755205 m World muIoni + 146 3.8921793 m -2.4655507 m -12.019836 m 62.924871 MeV 5.2407107 keV 2.4203939 cm 8.6997244 m World muIoni + 147 3.8978232 m -2.468912 m -12.034645 m 62.918959 MeV 4.5084578 keV 1.6200681 cm 8.7159251 m World muIoni + 148 3.9014599 m -2.4710761 m -12.044177 m 62.915677 MeV 938.31919 eV 1.0429505 cm 8.7263546 m World muIoni + 149 3.9392295 m -2.493617 m -12.143207 m 62.892774 MeV 21.091128 keV 10.835862 cm 8.8347132 m World muIoni + 150 3.9397245 m -2.4939094 m -12.1445 m 62.890754 MeV 49.053225 eV 1.4150313 mm 8.8361282 m World muIoni + 151 3.9462912 m -2.4977858 m -12.161641 m 62.884588 MeV 3.0139469 keV 1.8760329 cm 8.8548886 m World muIoni + 152 3.9699208 m -2.5117261 m -12.223363 m 62.868549 MeV 14.501587 keV 6.7545209 cm 8.9224338 m World muIoni + 153 3.9890693 m -2.5230422 m -12.2734 m 62.856951 MeV 11.597802 keV 5.4758052 cm 8.9771918 m World muIoni + 154 3.9892661 m -2.5231579 m -12.273914 m 62.855399 MeV 0 eV 562.45194 um 8.9777543 m World muIoni + 155 4.0459352 m -2.5564524 m -12.421611 m 62.825067 MeV 29.335143 keV 16.166183 cm 9.1394161 m World muIoni + 156 4.0462141 m -2.5566169 m -12.422332 m 62.823338 MeV 328.78419 eV 789.94256 um 9.1402061 m World muIoni + 157 4.0655082 m -2.5680089 m -12.472228 m 62.807538 MeV 9.2001938 keV 5.4695667 cm 9.1949017 m World muIoni + 158 4.0783409 m -2.5755696 m -12.505462 m 62.799085 MeV 6.0266025 keV 3.6419644 cm 9.2313214 m World muIoni + 159 4.0831236 m -2.5783888 m -12.51785 m 62.794883 MeV 2.6308776 keV 1.3574494 cm 9.2448959 m World muIoni + 160 4.0947537 m -2.5852591 m -12.547921 m 62.78943 MeV 5.452885 keV 3.2965731 cm 9.2778616 m World muIoni + 161 4.107812 m -2.5929519 m -12.581525 m 62.784588 MeV 4.8427721 keV 3.6864097 cm 9.3147257 m World muIoni + 162 4.130733 m -2.6064858 m -12.640747 m 62.771581 MeV 10.735724 keV 6.4928675 cm 9.3796544 m World muIoni + 163 4.1371121 m -2.6102111 m -12.657179 m 62.766617 MeV 2.3100671 keV 1.8016461 cm 9.3976708 m World muIoni + 164 4.1622152 m -2.6249062 m -12.721936 m 62.752374 MeV 12.40914 keV 7.09897 cm 9.4686605 m World muIoni + 165 4.1894419 m -2.6407308 m -12.791683 m 62.736964 MeV 13.534691 keV 7.6526915 cm 9.5451874 m World muIoni + 166 4.2074474 m -2.6512744 m -12.837723 m 62.715263 MeV 7.2978464 keV 5.0548143 cm 9.5957356 m World muIoni + 167 4.2306988 m -2.6648054 m -12.896964 m 62.700604 MeV 14.659591 keV 6.5062362 cm 9.6607979 m OutOfWorld Transportation Track (trackID 58, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. @@ -3553,9 +3526,9 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -8.19 mm -2.7 mm 4.18 cm 33.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.4747761 mm -3.7675499 mm 4.1965047 cm 28.530549 MeV 5.1903102 MeV 1.1303736 mm 1.1303736 mm Target hIoni - 2 -8.5017875 mm -3.8500743 mm 4.1968556 cm 28.122492 MeV 408.05747 keV 86.961642 um 1.2173352 mm Target Transportation - 3 -4.1888064 cm -6.3075961 cm 15.174854 cm 28.122507 MeV2.1272867e-16 eV 3.1860851 m 3.1873024 m CaptureMgnt Decay + 1 -8.4746425 mm -3.7681726 mm 4.1965165 cm 28.536747 MeV 5.1930973 MeV 1.1309184 mm 1.1309184 mm Target hIoni + 2 -8.5014628 mm -3.8501689 mm 4.1968649 cm 28.131673 MeV 405.07329 keV 86.398963 um 1.2173174 mm Target Transportation + 3 -4.1896662 cm -6.3085207 cm 15.173736 cm 28.131688 MeV2.1271835e-16 eV 3.186653 m 3.1878703 m CaptureMgnt Decay Track (trackID 2, parentID 1) is processed with stopping code 2 ********************************************************************************************************* @@ -3564,717 +3537,708 @@ Track (trackID 2, parentID 1) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -4.19 cm -6.31 cm 15.2 cm 9.06 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -9.7932036 cm 2.3584842 cm 2 m 9.0580447 MeV8.9151566e-16 eV 6.9837141 m 6.9837141 m CaptureMgnt Transportation - 2 -9.1629787 cm 2.4320499 cm 2.0017413 m 9.0540178 MeV 4.0433514 keV 6.5796566 mm 6.9902937 m World muIoni - 3 -8.6079664 cm 2.498816 cm 2.0033005 m 9.0488725 MeV 2.8978342 keV 5.8035307 mm 6.9960973 m World muIoni - 4 -6.7649094 cm 2.7126202 cm 2.0084809 m 9.031954 MeV 13.404866 keV 1.9263917 cm 7.0153612 m World muIoni - 5 -5.4975496 cm 2.8610556 cm 2.0120414 m 9.0245477 MeV 7.4063535 keV 1.3247707 cm 7.0286089 m World muIoni - 6 -3.6788293 cm 3.0731116 cm 2.0171272 m 9.005274 MeV 7.887184 keV 1.900374 cm 7.0476126 m World muIoni - 7 -2.4823545 cm 3.2083295 cm 2.0205133 m 8.9965378 MeV 8.7361721 keV 1.2508021 cm 7.0601207 m World muIoni - 8 -1.6664099 cm 3.305045 cm 2.0228771 m 8.9788376 MeV 6.5274996 keV 8.5498479 mm 7.0686705 m World muIoni - 9 -1.914953 mm 3.4877972 cm 2.0271846 m 8.9664115 MeV 11.386263 keV 1.5473641 cm 7.0841441 m World muIoni - 10 1.9464098 cm 3.7415825 cm 2.0334318 m 8.9518335 MeV 13.560342 keV 2.2417416 cm 7.1065616 m World muIoni - 11 2.6729955 cm 3.8300667 cm 2.0355728 m 8.9446877 MeV 5.2948077 keV 7.6262497 mm 7.1141878 m World muIoni - 12 3.5012061 cm 3.9340965 cm 2.0379967 m 8.9375275 MeV 7.1602418 keV 8.6920213 mm 7.1228798 m World muIoni - 13 3.6584077 cm 3.9542123 cm 2.0384617 m 8.9365201 MeV 1.0073644 keV 1.6516492 mm 7.1245315 m World muIoni - 14 4.1696044 cm 4.020178 cm 2.0399744 m 8.9294873 MeV 2.6792637 keV 5.3717442 mm 7.1299032 m World muIoni - 15 6.7700023 cm 4.3501987 cm 2.0477251 m 8.9139896 MeV 15.497604 keV 2.7334745 cm 7.157238 m World muIoni - 16 7.5641902 cm 4.4488983 cm 2.0501326 m 8.907745 MeV 5.2493181 keV 8.3572666 mm 7.1655952 m World muIoni - 17 8.3164649 cm 4.5442985 cm 2.0524359 m 8.9030697 MeV 4.6753152 keV 7.9251105 mm 7.1735203 m World muIoni - 18 8.3475001 cm 4.5481458 cm 2.0525314 m 8.9030402 MeV 29.505074 eV 326.99152 um 7.1738473 m World muIoni - 19 8.7235135 cm 4.5948234 cm 2.0536899 m 8.8970971 MeV 3.865217 keV 3.9621408 mm 7.1778095 m World muIoni - 20 9.1796719 cm 4.6525619 cm 2.0550698 m 8.8913183 MeV 3.0081468 keV 4.8006371 mm 7.1826101 m World muIoni - 21 11.898954 cm 4.9998285 cm 2.0632895 m 8.8671306 MeV 22.144422 keV 2.8619761 cm 7.2112299 m World muIoni - 22 12.578112 cm 5.0844849 cm 2.0653321 m 8.8642931 MeV 2.8374835 keV 7.1424581 mm 7.2183723 m World muIoni - 23 12.785656 cm 5.109693 cm 2.0659548 m 8.8610918 MeV 1.2891753 keV 2.1814496 mm 7.2205538 m World muIoni - 24 14.105587 cm 5.2694698 cm 2.0699283 m 8.8516065 MeV 8.2977589 keV 1.3876804 cm 7.2344306 m World muIoni - 25 14.825513 cm 5.3581865 cm 2.0721149 m 8.8465416 MeV 5.0649128 keV 7.5761463 mm 7.2420067 m World muIoni - 26 17.160046 cm 5.6493083 cm 2.0792605 m 8.828256 MeV 15.576632 keV 2.4587603 cm 7.2665943 m World muIoni - 27 17.356196 cm 5.673594 cm 2.0798634 m 8.8240086 MeV 875.7319 eV 2.0663924 mm 7.2686607 m World muIoni - 28 19.714176 cm 5.9659959 cm 2.0870764 m 8.8088454 MeV 13.953107 keV 2.4831338 cm 7.2934921 m World muIoni - 29 19.720393 cm 5.9667952 cm 2.087096 m 8.8011764 MeV 0 eV 65.684036 um 7.2935577 m World muIoni - 30 19.970082 cm 5.9984034 cm 2.0878876 m 8.7982487 MeV 1.6422183 keV 2.6383574 mm 7.2961961 m World muIoni - 31 20.060169 cm 6.0098047 cm 2.0881749 m 8.7946891 MeV 998.73269 eV 952.44654 um 7.2971486 m World muIoni - 32 20.439316 cm 6.0578948 cm 2.089381 m 8.7913769 MeV 1.213247 keV 4.0076328 mm 7.3011562 m World muIoni - 33 21.57337 cm 6.1981256 cm 2.0929937 m 8.7807947 MeV 6.1736335 keV 1.1984442 cm 7.3131406 m World muIoni - 34 22.214324 cm 6.2750828 cm 2.0950267 m 8.7766096 MeV 2.4509369 keV 6.7681477 mm 7.3199088 m World muIoni - 35 28.77074 cm 7.0687961 cm 2.1158969 m 8.7267495 MeV 47.054644 keV 6.9264188 cm 7.389173 m World muIoni - 36 32.658758 cm 7.4918478 cm 2.1277169 m 8.6900208 MeV 26.424238 keV 4.0857519 cm 7.4300305 m World muIoni - 37 33.673191 cm 7.5943329 cm 2.1308447 m 8.678011 MeV 10.90233 keV 1.0664984 cm 7.4406955 m World muIoni - 38 35.224724 cm 7.7513984 cm 2.1356461 m 8.6673996 MeV 8.6661098 keV 1.6317143 cm 7.4570126 m World muIoni - 39 36.166388 cm 7.8465109 cm 2.1385525 m 8.6585393 MeV 4.7867339 keV 9.9007746 mm 7.4669134 m World muIoni - 40 36.471898 cm 7.8786181 cm 2.1395031 m 8.6543035 MeV 4.2357555 keV 3.2156504 mm 7.470129 m World muIoni - 41 36.535491 cm 7.8852252 cm 2.1397005 m 8.6527591 MeV 533.23113 eV 669.11985 um 7.4707982 m World muIoni - 42 39.802563 cm 8.1906069 cm 2.1497948 m 8.6278988 MeV 23.481405 keV 3.433183 cm 7.50513 m World muIoni - 43 41.876939 cm 8.3872382 cm 2.1559818 m 8.6123855 MeV 14.251563 keV 2.1736094 cm 7.5268661 m World muIoni - 44 42.003536 cm 8.3990892 cm 2.1563559 m 8.6095334 MeV 775.16714 eV 1.3253976 mm 7.5281915 m World muIoni - 45 43.890585 cm 8.5751418 cm 2.1619172 m 8.5929854 MeV 14.452914 keV 1.9751688 cm 7.5479432 m World muIoni - 46 45.66275 cm 8.7509448 cm 2.1671032 m 8.5815705 MeV 11.414988 keV 1.8548517 cm 7.5664917 m World muIoni - 47 47.793298 cm 8.9592271 cm 2.1731761 m 8.5675602 MeV 12.20617 keV 2.2251976 cm 7.5887437 m World muIoni - 48 50.502887 cm 9.2318631 cm 2.1811528 m 8.5456072 MeV 18.657981 keV 2.8377215 cm 7.6171209 m World muIoni - 49 51.650125 cm 9.3490975 cm 2.1846062 m 8.5295828 MeV 8.2912539 keV 1.2038164 cm 7.629159 m World muIoni - 50 54.270113 cm 9.6342736 cm 2.1925727 m 8.5047619 MeV 14.129578 keV 2.7532704 cm 7.6566917 m World muIoni - 51 55.702898 cm 9.7911509 cm 2.1969534 m 8.4935665 MeV 11.195468 keV 1.5064559 cm 7.6717563 m World muIoni - 52 55.731721 cm 9.7942913 cm 2.1970408 m 8.4913804 MeV 266.34363 eV 302.81882 um 7.6720591 m World muIoni - 53 56.954258 cm 9.926175 cm 2.200746 m 8.4795809 MeV 8.1032136 keV 1.2842476 cm 7.6849016 m World muIoni - 54 60.353985 cm 10.277322 cm 2.2108972 m 8.4576621 MeV 18.606546 keV 3.5654343 cm 7.7205559 m World muIoni - 55 62.43653 cm 10.490668 cm 2.2171479 m 8.440311 MeV 14.3078 keV 2.184791 cm 7.7424038 m World muIoni - 56 63.316568 cm 10.575449 cm 2.2197409 m 8.4347808 MeV 4.5021906 keV 9.2137044 mm 7.7516176 m World muIoni - 57 63.680623 cm 10.609708 cm 2.2208144 m 8.4293913 MeV 3.9018774 keV 3.810932 mm 7.7554285 m World muIoni - 58 63.721694 cm 10.613572 cm 2.220935 m 8.4264391 MeV 374.53915 eV 429.79756 um 7.7558583 m World muIoni - 59 66.959037 cm 10.917115 cm 2.2304833 m 8.4014994 MeV 20.559938 keV 3.38889 cm 7.7897472 m World muIoni - 60 66.966914 cm 10.917851 cm 2.2305065 m 8.4003677 MeV 40.144967 eV 82.449654 um 7.7898296 m World muIoni - 61 69.20537 cm 11.128747 cm 2.2371008 m 8.3858024 MeV 12.759435 keV 2.3431013 cm 7.8132606 m World muIoni - 62 70.090066 cm 11.215165 cm 2.2397211 m 8.3685548 MeV 9.4792901 keV 9.2672423 mm 7.8225279 m World muIoni - 63 70.213394 cm 11.227013 cm 2.2400863 m 8.3663663 MeV 791.41424 eV 1.2916731 mm 7.8238196 m World muIoni - 64 70.706792 cm 11.273295 cm 2.241546 m 8.3548615 MeV 3.1850144 keV 5.1661531 mm 7.8289857 m World muIoni - 65 72.372156 cm 11.427736 cm 2.2464799 m 8.3382833 MeV 13.736829 keV 1.7437789 cm 7.8464235 m World muIoni - 66 72.664496 cm 11.454815 cm 2.2473442 m 8.33607 MeV 561.02532 eV 3.0605027 mm 7.849484 m World muIoni - 67 75.010655 cm 11.676829 cm 2.2542606 m 8.3151794 MeV 20.890568 keV 2.4560635 cm 7.8740446 m World muIoni - 68 75.261918 cm 11.700466 cm 2.2550032 m 8.3102414 MeV 1.6832889 keV 2.6307202 mm 7.8766754 m World muIoni - 69 77.305859 cm 11.891056 cm 2.2610615 m 8.2713446 MeV 18.360632 keV 2.1403592 cm 7.898079 m World muIoni - 70 79.210726 cm 12.073274 cm 2.2666791 m 8.2503332 MeV 18.006368 keV 1.9943309 cm 7.9180223 m World muIoni - 71 80.809616 cm 12.229237 cm 2.2713487 m 8.2414949 MeV 7.7986373 keV 1.6729818 cm 7.9347521 m World muIoni - 72 81.794207 cm 12.329197 cm 2.2742583 m 8.2336433 MeV 6.3576017 keV 1.0315397 cm 7.9450675 m World muIoni - 73 84.34301 cm 12.583474 cm 2.2818957 m 8.2150133 MeV 18.630047 keV 2.6729259 cm 7.9717967 m World muIoni - 74 84.423098 cm 12.590992 cm 2.2821377 m 8.2123392 MeV 586.79243 eV 840.02403 um 7.9726368 m World muIoni - 75 86.112428 cm 12.744177 cm 2.2872453 m 8.1994555 MeV 11.854739 keV 1.7715032 cm 7.9903518 m World muIoni - 76 89.553689 cm 13.078438 cm 2.2975607 m 8.1589314 MeV 22.437358 keV 3.6082219 cm 8.026434 m World muIoni - 77 89.98907 cm 13.13136 cm 2.2988798 m 8.1538717 MeV 2.2102932 keV 4.5799352 mm 8.0310139 m World muIoni - 78 90.379249 cm 13.178204 cm 2.3000576 m 8.1511819 MeV 2.689752 keV 4.1025342 mm 8.0351165 m World muIoni - 79 90.863357 cm 13.236489 cm 2.3015133 m 8.1442456 MeV 3.9144067 keV 5.0887171 mm 8.0402052 m World muIoni - 80 90.882743 cm 13.238869 cm 2.301572 m 8.1442032 MeV 42.382555 eV 203.93702 um 8.0404091 m World muIoni - 81 91.530526 cm 13.318401 cm 2.3035327 m 8.1409236 MeV 2.2092295 keV 6.814645 mm 8.0472238 m World muIoni - 82 91.798883 cm 13.351705 cm 2.3043482 m 8.1373691 MeV 1.4509898 keV 2.8244565 mm 8.0500482 m World muIoni - 83 92.957042 cm 13.492832 cm 2.3078436 m 8.1286823 MeV 7.4208177 keV 1.2179645 cm 8.0622279 m World muIoni - 84 93.153048 cm 13.517046 cm 2.3084388 m 8.1017868 MeV 909.50886 eV 2.0626939 mm 8.0642906 m World muIoni - 85 93.685553 cm 13.580948 cm 2.3100467 m 8.0967405 MeV 3.9880084 keV 5.5990987 mm 8.0698897 m World muIoni - 86 93.981641 cm 13.617387 cm 2.3109437 m 8.0902089 MeV 1.734044 keV 3.1151791 mm 8.0730049 m World muIoni - 87 96.36073 cm 13.905825 cm 2.3180649 m 8.0733317 MeV 16.877167 keV 2.5001026 cm 8.0980059 m World muIoni - 88 96.664642 cm 13.939977 cm 2.3189357 m 8.0676889 MeV 2.806591 keV 3.1798514 mm 8.1011857 m World muIoni - 89 96.898044 cm 13.966016 cm 2.319588 m 8.0606205 MeV 2.1366344 keV 2.4374169 mm 8.1036231 m World muIoni - 90 98.00444 cm 14.092506 cm 2.3226884 m 8.0470757 MeV 6.6151731 keV 1.1559612 cm 8.1151828 m World muIoni - 91 98.455705 cm 14.141915 cm 2.3239557 m 8.0304366 MeV 5.6325355 keV 4.7132192 mm 8.119896 m World muIoni - 92 98.609652 cm 14.159194 cm 2.3243889 m 8.0299854 MeV 451.19386 eV 1.6085585 mm 8.1215045 m World muIoni - 93 99.471988 cm 14.255876 cm 2.326812 m 8.0226642 MeV 5.836576 keV 9.0093957 mm 8.1305139 m World muIoni - 94 1.0003742 m 14.319955 cm 2.3284545 m 8.0164867 MeV 4.3569338 keV 5.9228896 mm 8.1364368 m World muIoni - 95 1.0120917 m 14.458214 cm 2.3318716 m 8.0036837 MeV 8.0180647 keV 1.2283651 cm 8.1487205 m World muIoni - 96 1.0148755 m 14.490904 cm 2.3326896 m 8.0000945 MeV 2.3178854 keV 2.9198704 mm 8.1516403 m World muIoni - 97 1.0190525 m 14.538923 cm 2.3339149 m 7.9950859 MeV 2.4120559 keV 4.3794256 mm 8.1560198 m World muIoni - 98 1.0269927 m 14.628885 cm 2.3362498 m 7.9891806 MeV 4.8370471 keV 8.3251896 mm 8.164345 m World muIoni - 99 1.033461 m 14.702884 cm 2.3381323 m 7.9846401 MeV 4.5405703 keV 6.7772138 mm 8.1711222 m World muIoni - 100 1.0465674 m 14.857447 cm 2.3419227 m 7.9760079 MeV 7.1531574 keV 1.3730877 cm 8.184853 m World muIoni - 101 1.0609432 m 15.026825 cm 2.3460865 m 7.9617053 MeV 13.267175 keV 1.5062212 cm 8.1999153 m World muIoni - 102 1.0823551 m 15.276604 cm 2.3522776 m 7.9472126 MeV 14.492694 keV 2.242883 cm 8.2223441 m World muIoni - 103 1.0844408 m 15.299766 cm 2.3528809 m 7.9420923 MeV 1.0740408 keV 2.1834657 mm 8.2245276 m World muIoni - 104 1.090604 m 15.370883 cm 2.3546663 m 7.9369912 MeV 5.1011298 keV 6.4559306 mm 8.2309835 m World muIoni - 105 1.0959825 m 15.431818 cm 2.3562265 m 7.9335931 MeV 3.3980671 keV 5.6332569 mm 8.2366167 m World muIoni - 106 1.105659 m 15.544164 cm 2.3590195 m 7.9266815 MeV 5.7395746 keV 1.013403 cm 8.2467508 m World muIoni - 107 1.112037 m 15.617408 cm 2.3608288 m 7.9215605 MeV 3.9707707 keV 6.6700388 mm 8.2534208 m World muIoni - 108 1.1130732 m 15.629443 cm 2.3611281 m 7.9182695 MeV 1.2717944 keV 1.0853153 mm 8.2545061 m World muIoni - 109 1.1230597 m 15.746581 cm 2.3640092 m 7.90942 MeV 7.0879402 keV 1.0459584 cm 8.2649657 m World muIoni - 110 1.1248905 m 15.767975 cm 2.3645285 m 7.9028624 MeV 597.96496 eV 1.9150392 mm 8.2668807 m World muIoni - 111 1.126329 m 15.785043 cm 2.3649286 m 7.8892866 MeV 467.83459 eV 1.5028001 mm 8.2683835 m World muIoni - 112 1.1277128 m 15.80132 cm 2.3653103 m 7.8874151 MeV 651.4065 eV 1.4446594 mm 8.2698282 m World muIoni - 113 1.1285188 m 15.810737 cm 2.3655325 m 7.8854436 MeV 864.13092 eV 841.33498 um 8.2706695 m World muIoni - 114 1.1748824 m 16.349115 cm 2.3783438 m 7.8472342 MeV 33.819539 keV 4.8402739 cm 8.3190723 m World muIoni - 115 1.1948178 m 16.576866 cm 2.3837416 m 7.8322041 MeV 15.030124 keV 2.0778679 cm 8.339851 m World muIoni - 116 1.1989146 m 16.622205 cm 2.3848492 m 7.8273219 MeV 1.7145475 keV 4.2680302 mm 8.344119 m World muIoni - 117 1.2000775 m 16.635004 cm 2.3851653 m 7.8209946 MeV 409.34859 eV 1.2118136 mm 8.3453308 m World muIoni - 118 1.2011157 m 16.646391 cm 2.3854457 m 7.8168113 MeV 167.46084 eV 1.0814487 mm 8.3464123 m World muIoni - 119 1.201835 m 16.654223 cm 2.385639 m 7.8166443 MeV 166.96519 eV 748.89908 um 8.3471612 m World muIoni - 120 1.2023578 m 16.659664 cm 2.3857769 m 7.8143784 MeV 258.48957 eV 543.40938 um 8.3477046 m World muIoni - 121 1.2027334 m 16.663553 cm 2.3858757 m 7.8128909 MeV 82.856258 eV 390.36403 um 8.3480949 m World muIoni - 122 1.2073345 m 16.711381 cm 2.3870894 m 7.8061523 MeV 5.241173 keV 4.7825087 mm 8.3528774 m World muIoni - 123 1.2457426 m 17.105865 cm 2.3973072 m 7.7743324 MeV 25.748076 keV 3.9940126 cm 8.3928176 m World muIoni - 124 1.2499682 m 17.154006 cm 2.3984761 m 7.768647 MeV 3.5955798 keV 4.4106563 mm 8.3972282 m World muIoni - 125 1.2548228 m 17.210222 cm 2.3998209 m 7.7646949 MeV 2.7956001 keV 5.0686385 mm 8.4022969 m World muIoni - 126 1.2642988 m 17.318105 cm 2.402484 m 7.7551586 MeV 7.6932031 keV 9.9021899 mm 8.412199 m World muIoni - 127 1.2689601 m 17.372356 cm 2.4038298 m 7.7498242 MeV 3.3096792 keV 4.8818539 mm 8.4170809 m World muIoni - 128 1.2866927 m 17.580007 cm 2.4089376 m 7.7295659 MeV 16.292022 keV 1.8570252 cm 8.4356512 m World muIoni - 129 1.3008411 m 17.740151 cm 2.4129954 m 7.7175944 MeV 10.105209 keV 1.4805754 cm 8.4504569 m World muIoni - 130 1.311263 m 17.856085 cm 2.4161036 m 7.7093849 MeV 8.2094558 keV 1.0937583 cm 8.4613945 m World muIoni - 131 1.3222489 m 17.985952 cm 2.4196469 m 7.7014513 MeV 6.7360633 keV 1.1616073 cm 8.4730106 m World muIoni - 132 1.3328287 m 18.111257 cm 2.4230486 m 7.6883206 MeV 11.716914 keV 1.1183697 cm 8.4841943 m World muIoni - 133 1.3401796 m 18.195715 cm 2.4253938 m 7.6812436 MeV 4.0707685 keV 7.7620397 mm 8.4919563 m World muIoni - 134 1.3548414 m 18.371909 cm 2.4299806 m 7.6616174 MeV 10.31497 keV 1.5463378 cm 8.5074197 m World muIoni - 135 1.3562626 m 18.388836 cm 2.4304451 m 7.6592151 MeV 802.89492 eV 1.5047817 mm 8.5089245 m World muIoni - 136 1.3745548 m 18.608356 cm 2.4364218 m 7.6447019 MeV 13.263864 keV 1.9368849 cm 8.5282933 m World muIoni - 137 1.3796983 m 18.675015 cm 2.4380676 m 7.6380254 MeV 5.6623057 keV 5.4413574 mm 8.5337347 m World muIoni - 138 1.3878211 m 18.779115 cm 2.4406313 m 7.6296504 MeV 7.2446084 keV 8.5811973 mm 8.5423159 m World muIoni - 139 1.3895128 m 18.800503 cm 2.4411643 m 7.6263976 MeV 1.9891379 keV 1.7864721 mm 8.5441023 m World muIoni - 140 1.4056482 m 19.003416 cm 2.4462498 m 7.6142767 MeV 10.776007 keV 1.7039291 cm 8.5611416 m World muIoni - 141 1.4223818 m 19.213337 cm 2.4515982 m 7.6044935 MeV 8.1889417 keV 1.7692687 cm 8.5788343 m World muIoni - 142 1.4330491 m 19.347844 cm 2.4550645 m 7.5959719 MeV 8.5215895 keV 1.1296802 cm 8.5901311 m World muIoni - 143 1.455772 m 19.648159 cm 2.4623747 m 7.5830612 MeV 12.910707 keV 2.405831 cm 8.6141894 m World muIoni - 144 1.4652199 m 19.776806 cm 2.4654448 m 7.5765633 MeV 5.1787545 keV 1.0017129 cm 8.6242066 m World muIoni - 145 1.4696008 m 19.834453 cm 2.4668592 m 7.5744741 MeV 2.0891978 keV 4.6395414 mm 8.6288461 m World muIoni - 146 1.4908995 m 20.109798 cm 2.4737255 m 7.5517756 MeV 18.756993 keV 2.2547193 cm 8.6513933 m World muIoni - 147 1.4919316 m 20.122602 cm 2.4740595 m 7.5490945 MeV 866.28121 eV 1.0923386 mm 8.6524856 m World muIoni - 148 1.5027397 m 20.255946 cm 2.4775706 m 7.5418469 MeV 5.4145269 keV 1.1442146 cm 8.6639278 m World muIoni - 149 1.5140604 m 20.386902 cm 2.4812399 m 7.5097409 MeV 6.9353101 keV 1.1972371 cm 8.6759001 m World muIoni - 150 1.5238522 m 20.498409 cm 2.4843769 m 7.4996306 MeV 8.5856359 keV 1.0342338 cm 8.6862425 m World muIoni - 151 1.5297427 m 20.569126 cm 2.486234 m 7.4965767 MeV 3.0538565 keV 6.2166485 mm 8.6924591 m World muIoni - 152 1.5343376 m 20.622699 cm 2.4876727 m 7.4914326 MeV 3.8321369 keV 4.8446429 mm 8.6973038 m World muIoni - 153 1.5465795 m 20.768836 cm 2.4915335 m 7.4784095 MeV 12.016132 keV 1.2919274 cm 8.710223 m World muIoni - 154 1.5529098 m 20.844559 cm 2.493536 m 7.466174 MeV 4.3624282 keV 6.6825358 mm 8.7169056 m World muIoni - 155 1.5635591 m 20.96878 cm 2.4969759 m 7.4498131 MeV 6.4142077 keV 1.1259857 cm 8.7281654 m World muIoni - 156 1.5687862 m 21.03057 cm 2.4986719 m 7.4441825 MeV 4.0793446 keV 5.5300173 mm 8.7336955 m World muIoni - 157 1.5816106 m 21.178393 cm 2.502839 m 7.432067 MeV 10.544547 keV 1.3565282 cm 8.7472607 m World muIoni - 158 1.604443 m 21.437885 cm 2.5103125 m 7.4191825 MeV 12.884468 keV 2.4164464 cm 8.7714252 m World muIoni - 159 1.6054528 m 21.449642 cm 2.5106518 m 7.4147474 MeV 931.16507 eV 1.0717791 mm 8.772497 m World muIoni - 160 1.6167622 m 21.579566 cm 2.5144534 m 7.4049045 MeV 8.1886046 keV 1.2001891 cm 8.7844989 m World muIoni - 161 1.6210301 m 21.628622 cm 2.5159057 m 7.3998302 MeV 2.7743853 keV 4.5347689 mm 8.7890336 m World muIoni - 162 1.6292079 m 21.72539 cm 2.5186508 m 7.3904006 MeV 7.7085227 keV 8.6804157 mm 8.7977141 m World muIoni - 163 1.6501993 m 21.964865 cm 2.5257353 m 7.3724909 MeV 16.905295 keV 2.2283938 cm 8.819998 m World muIoni - 164 1.6694836 m 22.190652 cm 2.5322343 m 7.3582932 MeV 14.197761 keV 2.0475119 cm 8.8404731 m World muIoni - 165 1.6724961 m 22.223123 cm 2.5332328 m 7.3558891 MeV 2.4041004 keV 3.1902799 mm 8.8436634 m World muIoni - 166 1.6805317 m 22.308102 cm 2.5358703 m 7.3491473 MeV 5.2098132 keV 8.4999919 mm 8.8521634 m World muIoni - 167 1.6887024 m 22.394682 cm 2.5385621 m 7.3444945 MeV 4.6527544 keV 8.6461044 mm 8.8608095 m World muIoni - 168 1.6895956 m 22.404287 cm 2.5388568 m 7.3412222 MeV 416.37442 eV 945.53821 um 8.861755 m World muIoni - 169 1.694908 m 22.461074 cm 2.5406033 m 7.3373981 MeV 2.7677962 keV 5.6208629 mm 8.8673759 m World muIoni - 170 1.7176115 m 22.723875 cm 2.5478214 m 7.321235 MeV 15.038155 keV 2.3968479 cm 8.8913444 m World muIoni - 171 1.7277725 m 22.837019 cm 2.5510276 m 7.3090914 MeV 9.1337223 keV 1.0714763 cm 8.9020591 m World muIoni - 172 1.7301247 m 22.864563 cm 2.5517669 m 7.3025539 MeV 803.25784 eV 2.4809795 mm 8.9045401 m World muIoni - 173 1.7422641 m 23.008339 cm 2.5555544 m 7.2906485 MeV 10.659137 keV 1.2797629 cm 8.9173377 m World muIoni - 174 1.745259 m 23.043236 cm 2.5564908 m 7.2877891 MeV 2.859367 keV 3.1572722 mm 8.920495 m World muIoni - 175 1.7490007 m 23.087188 cm 2.5576601 m 7.2847291 MeV 3.0599764 keV 3.9447668 mm 8.9244398 m World muIoni - 176 1.7588828 m 23.199071 cm 2.5607088 m 7.2732547 MeV 8.6150565 keV 1.0402037 cm 8.9348418 m World muIoni - 177 1.7728838 m 23.354132 cm 2.5649798 m 7.2651767 MeV 8.0779731 keV 1.4719925 cm 8.9495617 m World muIoni - 178 1.7782874 m 23.417184 cm 2.566705 m 7.2606169 MeV 3.0478792 keV 5.7072969 mm 8.955269 m World muIoni - 179 1.7979281 m 23.648582 cm 2.5730013 m 7.2190629 MeV 12.423317 keV 2.075486 cm 8.9760239 m World muIoni - 180 1.8039969 m 23.718848 cm 2.5749347 m 7.2121726 MeV 6.8903753 keV 6.4079915 mm 8.9824319 m World muIoni - 181 1.8327213 m 24.039629 cm 2.5841225 m 7.1849 MeV 20.932346 keV 3.0328796 cm 9.0127607 m World muIoni - 182 1.8427663 m 24.141276 cm 2.5873451 m 7.1685224 MeV 9.5836549 keV 1.0598101 cm 9.0233588 m World muIoni - 183 1.8449553 m 24.164305 cm 2.5880448 m 7.1627878 MeV 3.2810299 keV 2.3096295 mm 9.0256684 m World muIoni - 184 1.862966 m 24.354043 cm 2.59381 m 7.1408552 MeV 20.675544 keV 1.9006055 cm 9.0446745 m World muIoni - 185 1.8679087 m 24.403887 cm 2.5953856 m 7.1341584 MeV 3.2262442 keV 5.2117362 mm 9.0498862 m World muIoni - 186 1.8709095 m 24.434872 cm 2.5963227 m 7.1303015 MeV 2.1309688 keV 3.1591918 mm 9.0530454 m World muIoni - 187 1.8714754 m 24.440954 cm 2.5964873 m 7.1144162 MeV 310.16035 eV 592.43598 um 9.0536378 m World muIoni - 188 1.8952287 m 24.687702 cm 2.6033506 m 7.0967595 MeV 16.29228 keV 2.4848233 cm 9.0784861 m World muIoni - 189 1.8961845 m 24.698371 cm 2.6036277 m 7.0951062 MeV 137.80761 eV 1.0008458 mm 9.0794869 m World muIoni - 190 1.9051912 m 24.798458 cm 2.6062291 m 7.0880756 MeV 5.5843288 keV 9.4281604 mm 9.0889151 m World muIoni - 191 1.9152882 m 24.912983 cm 2.6091769 m 7.077728 MeV 6.5404663 keV 1.0580755 cm 9.0994958 m World muIoni - 192 1.9176418 m 24.93607 cm 2.6098658 m 7.07286 MeV 3.027745 keV 2.4631739 mm 9.101959 m World muIoni - 193 1.9263195 m 25.019321 cm 2.6124206 m 7.0541373 MeV 7.2902084 keV 9.0842557 mm 9.1110433 m World muIoni - 194 1.9284274 m 25.038949 cm 2.6130477 m 7.053583 MeV 554.35433 eV 2.2079563 mm 9.1132512 m World muIoni - 195 1.9317626 m 25.07062 cm 2.6140371 m 7.0494396 MeV 2.1187545 keV 3.4932072 mm 9.1167444 m World muIoni - 196 1.9431796 m 25.179697 cm 2.6173983 m 7.0414948 MeV 7.9447613 keV 1.1951487 cm 9.1286959 m World muIoni - 197 1.943183 m 25.179729 cm 2.6173993 m 7.0376421 MeV 2.6323995 eV 3.5493925 um 9.1286995 m World muIoni - 198 1.9484609 m 25.229458 cm 2.6189174 m 7.0324555 MeV 5.1866009 keV 5.5143723 mm 9.1342138 m World muIoni - 199 1.9488644 m 25.233193 cm 2.6190339 m 7.0313302 MeV 124.08635 eV 421.63468 um 9.1346355 m World muIoni - 200 1.9497515 m 25.241321 cm 2.6192901 m 7.0298628 MeV 445.51714 eV 926.92496 um 9.1355624 m World muIoni - 201 1.9606364 m 25.340489 cm 2.6224455 m 7.02119 MeV 6.9795833 keV 1.1376382 cm 9.1469388 m World muIoni - 202 1.9626451 m 25.358705 cm 2.6230272 m 7.0181371 MeV 1.8936776 keV 2.0992101 mm 9.149038 m World muIoni - 203 2.0006563 m 25.707462 cm 2.634029 m 6.9878975 MeV 28.005432 keV 3.9725818 cm 9.1887638 m World muIoni - 204 2.0180336 m 25.849573 cm 2.6390975 m 6.9731429 MeV 13.739892 keV 1.8157267 cm 9.2069211 m World muIoni - 205 2.0190297 m 25.856881 cm 2.6393891 m 6.9711215 MeV 552.66964 eV 1.0404864 mm 9.2079616 m World muIoni - 206 2.0379715 m 25.99622 cm 2.6449429 m 6.9550819 MeV 13.650721 keV 1.9788533 cm 9.2277501 m World muIoni - 207 2.0383758 m 25.999729 cm 2.6450596 m 6.9550269 MeV 54.953354 eV 422.22466 um 9.2281723 m World muIoni - 208 2.0427958 m 26.038226 cm 2.6463343 m 6.9357949 MeV 4.0396688 keV 4.616298 mm 9.2327886 m World muIoni - 209 2.0503909 m 26.105914 cm 2.6485468 m 6.9296014 MeV 5.0397015 keV 7.9397094 mm 9.2407283 m World muIoni - 210 2.0524834 m 26.124116 cm 2.6491526 m 6.9254709 MeV 1.2833266 keV 2.1860343 mm 9.2429144 m World muIoni - 211 2.0589758 m 26.181544 cm 2.6510307 m 6.9147452 MeV 6.2223555 keV 6.7828989 mm 9.2496973 m World muIoni - 212 2.1048087 m 26.601589 cm 2.6645152 m 6.8780605 MeV 33.283868 keV 4.7961365 cm 9.2976586 m World muIoni - 213 2.1106135 m 26.648102 cm 2.6662557 m 6.8738127 MeV 3.2408412 keV 6.07796 mm 9.3037366 m World muIoni - 214 2.1172609 m 26.700745 cm 2.6682337 m 6.8658219 MeV 5.2505091 keV 6.9554411 mm 9.310692 m World muIoni - 215 2.1401146 m 26.873412 cm 2.6751357 m 6.8461098 MeV 17.182176 keV 2.3936064 cm 9.3346281 m World muIoni - 216 2.1519375 m 26.974658 cm 2.6789587 m 6.8330793 MeV 11.762155 keV 1.2466832 cm 9.3470949 m World muIoni - 217 2.1520625 m 26.975765 cm 2.6790002 m 6.829498 MeV 0 eV 132.18377 um 9.3472271 m World muIoni - 218 2.1632378 m 27.07611 cm 2.6826969 m 6.8213132 MeV 8.1848227 keV 1.181364 cm 9.3590407 m World muIoni - 219 2.1671067 m 27.112492 cm 2.6839582 m 6.8185567 MeV 2.7565104 keV 4.0855844 mm 9.3631263 m World muIoni - 220 2.1674713 m 27.115935 cm 2.6840751 m 6.8144512 MeV 322.31238 eV 384.40666 um 9.3635107 m World muIoni - 221 2.169889 m 27.138854 cm 2.6848543 m 6.810806 MeV 2.546317 keV 2.5504397 mm 9.3660612 m World muIoni - 222 2.1825676 m 27.25821 cm 2.6889446 m 6.8012774 MeV 8.1031307 keV 1.337556 cm 9.3794367 m World muIoni - 223 2.1974292 m 27.396503 cm 2.693718 m 6.7830875 MeV 12.476717 keV 1.5670654 cm 9.3951074 m World muIoni - 224 2.2006851 m 27.425222 cm 2.694754 m 6.7326005 MeV 2.5664643 keV 3.4288548 mm 9.3985362 m World muIoni - 225 2.2154368 m 27.556503 cm 2.699537 m 6.7105954 MeV 11.001874 keV 1.5563321 cm 9.4140996 m World muIoni - 226 2.2268004 m 27.653943 cm 2.7032816 m 6.6997612 MeV 10.834175 keV 1.2004376 cm 9.4261039 m World muIoni - 227 2.2321779 m 27.701186 cm 2.7050169 m 6.6958735 MeV 3.887719 keV 5.6702528 mm 9.4317742 m World muIoni - 228 2.2389278 m 27.758504 cm 2.7072231 m 6.6889415 MeV 5.8825052 keV 7.1244945 mm 9.4388987 m World muIoni - 229 2.2452259 m 27.810049 cm 2.7093014 m 6.6820734 MeV 5.8131515 keV 6.6521098 mm 9.4455508 m World muIoni - 230 2.2487254 m 27.839207 cm 2.71046 m 6.6749033 MeV 2.1582041 keV 3.6978666 mm 9.4492487 m World muIoni - 231 2.2528004 m 27.873935 cm 2.7118112 m 6.669196 MeV 3.6058972 keV 4.3071784 mm 9.4535558 m World muIoni - 232 2.258882 m 27.924035 cm 2.7138252 m 6.6478361 MeV 5.174488 keV 6.4260658 mm 9.4599819 m World muIoni - 233 2.2616029 m 27.947175 cm 2.7147261 m 6.641719 MeV 3.6006606 keV 2.8754599 mm 9.4628574 m World muIoni - 234 2.2674118 m 27.998146 cm 2.7166557 m 6.6369932 MeV 4.7258857 keV 6.142186 mm 9.4689996 m World muIoni - 235 2.2828458 m 28.130248 cm 2.7217727 m 6.6210997 MeV 14.134385 keV 1.6313923 cm 9.4853135 m World muIoni - 236 2.2867209 m 28.164004 cm 2.7230532 m 6.6176512 MeV 2.1364188 keV 4.0950702 mm 9.4894085 m World muIoni - 237 2.2924098 m 28.213265 cm 2.7249356 m 6.6113068 MeV 5.1803952 keV 6.0125454 mm 9.4954211 m World muIoni - 238 2.2927397 m 28.216317 cm 2.7250475 m 6.6111636 MeV 143.14231 eV 349.64262 um 9.4957707 m World muIoni - 239 2.2960721 m 28.247137 cm 2.7261783 m 6.6076519 MeV 3.5117179 keV 3.5325824 mm 9.4993033 m World muIoni - 240 2.3142757 m 28.41202 cm 2.7323553 m 6.5912984 MeV 15.283364 keV 1.9293834 cm 9.5185971 m World muIoni - 241 2.3202493 m 28.468532 cm 2.7344391 m 6.5863839 MeV 4.9145661 keV 6.3518442 mm 9.524949 m World muIoni - 242 2.3260227 m 28.525841 cm 2.7364679 m 6.5675334 MeV 4.8276195 keV 6.1462797 mm 9.5310953 m World muIoni - 243 2.3261636 m 28.52726 cm 2.7365165 m 6.5664677 MeV 23.306628 eV 149.75701 um 9.531245 m World muIoni - 244 2.3290897 m 28.556761 cm 2.7375221 m 6.5639448 MeV 1.49151 keV 3.1080542 mm 9.5343531 m World muIoni - 245 2.3307811 m 28.573894 cm 2.7381033 m 6.561715 MeV 986.44555 eV 1.7967026 mm 9.5361498 m World muIoni - 246 2.3320738 m 28.587054 cm 2.7385486 m 6.5602177 MeV 391.05111 eV 1.3735082 mm 9.5375233 m World muIoni - 247 2.3343564 m 28.610674 cm 2.7393356 m 6.5475942 MeV 2.3099462 keV 2.4260581 mm 9.5399494 m World muIoni - 248 2.3384515 m 28.652351 cm 2.7407364 m 6.5313634 MeV 4.0247874 keV 4.3481041 mm 9.5442975 m World muIoni - 249 2.3399868 m 28.66785 cm 2.7412611 m 6.5274745 MeV 853.802 eV 1.6298588 mm 9.5459273 m World muIoni - 250 2.3543513 m 28.809984 cm 2.7461814 m 6.5133522 MeV 12.899601 keV 1.5250346 cm 9.5611777 m World muIoni - 251 2.3610142 m 28.877453 cm 2.7484301 m 6.5004823 MeV 5.8015439 keV 7.0643807 mm 9.568242 m World muIoni - 252 2.3629151 m 28.896866 cm 2.7490767 m 6.4993656 MeV 1.1167663 keV 2.0172683 mm 9.5702593 m World muIoni - 253 2.3747239 m 29.032736 cm 2.7538051 m 6.4874757 MeV 11.88991 keV 1.2798695 cm 9.583058 m World muIoni - 254 2.3791878 m 29.083762 cm 2.7556678 m 6.4807044 MeV 5.4305836 keV 4.8638647 mm 9.5879219 m World muIoni - 255 2.3896917 m 29.198723 cm 2.7600978 m 6.4702474 MeV 9.3812598 keV 1.1457716 cm 9.5993796 m World muIoni - 256 2.3981491 m 29.289618 cm 2.7636842 m 6.4615337 MeV 6.5356717 keV 9.231294 mm 9.6086109 m World muIoni - 257 2.4030602 m 29.341356 cm 2.7657759 m 6.4547414 MeV 5.3101714 keV 5.3630256 mm 9.6139739 m World muIoni - 258 2.4078334 m 29.39161 cm 2.767794 m 6.4495439 MeV 4.1163871 keV 5.2066362 mm 9.6191805 m World muIoni - 259 2.4166087 m 29.481902 cm 2.7714798 m 6.4399483 MeV 6.1921039 keV 9.5607046 mm 9.6287412 m World muIoni - 260 2.423911 m 29.55565 cm 2.7745412 m 6.4324245 MeV 6.4072272 keV 7.9523913 mm 9.6366936 m World muIoni - 261 2.4322483 m 29.642887 cm 2.7780283 m 6.418338 MeV 8.6977262 keV 9.0792088 mm 9.6457728 m World muIoni - 262 2.4509534 m 29.837668 cm 2.7859074 m 6.4005994 MeV 15.834616 keV 2.039041 cm 9.6661633 m World muIoni - 263 2.4523798 m 29.853441 cm 2.7865314 m 6.3972401 MeV 2.3249991 keV 1.5648975 mm 9.6677282 m World muIoni - 264 2.4537879 m 29.868824 cm 2.7871464 m 6.3954081 MeV 818.97875 eV 1.5442063 mm 9.6692724 m World muIoni - 265 2.480205 m 30.156916 cm 2.7987207 m 6.3683759 MeV 27.032227 keV 2.8985568 cm 9.6982579 m World muIoni - 266 2.4813284 m 30.168915 cm 2.7992098 m 6.3665061 MeV 610.3648 eV 1.2311661 mm 9.6994891 m World muIoni - 267 2.4814792 m 30.170502 cm 2.7992753 m 6.364067 MeV 216.28684 eV 165.20848 um 9.6996543 m World muIoni - 268 2.4920623 m 30.280652 cm 2.8038661 m 6.3488308 MeV 10.953517 keV 1.1588411 cm 9.7112427 m World muIoni - 269 2.517576 m 30.567861 cm 2.8147472 m 6.3277814 MeV 18.266494 keV 2.7886001 cm 9.7391287 m World muIoni - 270 2.5195987 m 30.587286 cm 2.815605 m 6.325334 MeV 2.4474911 keV 2.2056771 mm 9.7413344 m World muIoni - 271 2.5200368 m 30.5915 cm 2.8157898 m 6.2684812 MeV 138.13274 eV 477.3241 um 9.7418117 m World muIoni - 272 2.5374367 m 30.755652 cm 2.8232225 m 6.2531062 MeV 15.37495 keV 1.8992272 cm 9.760804 m World muIoni - 273 2.5420717 m 30.802502 cm 2.8251725 m 6.2444047 MeV 7.3766274 keV 5.0503137 mm 9.7658543 m World muIoni - 274 2.5468857 m 30.85322 cm 2.8272082 m 6.2378058 MeV 4.5531496 keV 5.2512467 mm 9.7711055 m World muIoni - 275 2.5662969 m 31.055194 cm 2.8354219 m 6.2182876 MeV 18.469588 keV 2.1174385 cm 9.7922799 m World muIoni - 276 2.58033 m 31.206978 cm 2.84135 m 6.2018919 MeV 14.752142 keV 1.5309437 cm 9.8075894 m World muIoni - 277 2.6054551 m 31.48648 cm 2.8519729 m 6.1755422 MeV 22.403992 keV 2.7421993 cm 9.8350114 m World muIoni - 278 2.6183656 m 31.641123 cm 2.8573705 m 6.1636775 MeV 10.285504 keV 1.4078737 cm 9.8490901 m World muIoni - 279 2.6263056 m 31.740254 cm 2.8607141 m 6.1569733 MeV 6.7042885 keV 8.6721461 mm 9.8577622 m World muIoni - 280 2.6492042 m 32.030094 cm 2.8704324 m 6.1330464 MeV 20.911502 keV 2.5044323 cm 9.8828066 m World muIoni - 281 2.6627097 m 32.210946 cm 2.8762466 m 6.1195183 MeV 12.232488 keV 1.4814876 cm 9.8976214 m World muIoni - 282 2.6643487 m 32.232402 cm 2.8769585 m 6.1156179 MeV 2.2125689 keV 1.7997283 mm 9.8994212 m World muIoni - 283 2.6669513 m 32.266074 cm 2.878089 m 6.1120994 MeV 2.5221474 keV 2.8574941 mm 9.9022787 m World muIoni - 284 2.6770803 m 32.394915 cm 2.8824818 m 6.1040436 MeV 6.9741524 keV 1.1115506 cm 9.9133942 m World muIoni - 285 2.6991679 m 32.641358 cm 2.8920311 m 6.083458 MeV 20.585617 keV 2.4189824 cm 9.937584 m World muIoni - 286 2.7049007 m 32.716768 cm 2.8944836 m 6.0770012 MeV 4.0960373 keV 6.2807981 mm 9.9438648 m World muIoni - 287 2.708403 m 32.761329 cm 2.8959837 m 6.0662624 MeV 2.4538782 keV 3.8360471 mm 9.9477008 m World muIoni - 288 2.7129764 m 32.81958 cm 2.8979647 m 6.0606784 MeV 4.5067025 keV 5.0179251 mm 9.9527188 m World muIoni - 289 2.7135129 m 32.826317 cm 2.8982002 m 6.057426 MeV 508.30942 eV 589.78374 um 9.9533086 m World muIoni - 290 2.7352195 m 33.095731 cm 2.9077443 m 6.0339196 MeV 22.445013 keV 2.3865169 cm 9.9771737 m World muIoni - 291 2.7383361 m 33.13617 cm 2.9091259 m 6.0288907 MeV 4.0349127 keV 3.4330674 mm 9.9806068 m World muIoni - 292 2.7391122 m 33.146119 cm 2.9094664 m 6.0262093 MeV 285.81279 eV 853.33999 um 9.9814601 m World muIoni - 293 2.7430456 m 33.196474 cm 2.9111986 m 6.0153627 MeV 2.6643946 keV 4.3273089 mm 9.9857874 m World muIoni - 294 2.7584783 m 33.395715 cm 2.9179684 m 5.9971688 MeV 17.160815 keV 1.6969837 cm 10.002757 m World muIoni - 295 2.7747197 m 33.601211 cm 2.9250877 m 5.9827015 MeV 12.922937 keV 1.7852202 cm 10.020609 m World muIoni - 296 2.7796624 m 33.66498 cm 2.9273 m 5.9750748 MeV 6.5476501 keV 5.4526551 mm 10.026062 m World muIoni - 297 2.7912488 m 33.818431 cm 2.9325014 m 5.9567065 MeV 12.026166 keV 1.2792854 cm 10.038855 m World muIoni - 298 2.8032859 m 33.96988 cm 2.9380973 m 5.9427408 MeV 11.027231 keV 1.3360445 cm 10.052215 m World muIoni - 299 2.8300263 m 34.291999 cm 2.9501253 m 5.9125498 MeV 28.926169 keV 2.9498296 cm 10.081714 m World muIoni - 300 2.8323549 m 34.319779 cm 2.9511863 m 5.9079932 MeV 2.4342575 keV 2.5739384 mm 10.084288 m World muIoni - 301 2.8387594 m 34.395751 cm 2.9541051 m 5.9024745 MeV 4.4437844 keV 7.0791294 mm 10.091367 m World muIoni - 302 2.8401187 m 34.411753 cm 2.9547281 m 5.9001876 MeV 886.24676 eV 1.5038117 mm 10.092871 m World muIoni - 303 2.8468231 m 34.491461 cm 2.9577912 m 5.8862811 MeV 6.5176072 keV 7.4140503 mm 10.100285 m World muIoni - 304 2.8477963 m 34.502665 cm 2.9582321 m 5.8785555 MeV 2.6673805 keV 1.074222 mm 10.101359 m World muIoni - 305 2.8687665 m 34.743246 cm 2.9677877 m 5.8604878 MeV 16.805853 keV 2.3170507 cm 10.124529 m World muIoni - 306 2.8740024 m 34.804475 cm 2.9701786 m 5.8537583 MeV 5.3061508 keV 5.7884436 mm 10.130318 m World muIoni - 307 2.8833624 m 34.911756 cm 2.9744499 m 5.8220136 MeV 7.5478765 keV 1.034439 cm 10.140662 m World muIoni - 308 2.8859319 m 34.942787 cm 2.9756287 m 5.8176746 MeV 2.0702468 keV 2.843928 mm 10.143506 m World muIoni - 309 2.8958199 m 35.063198 cm 2.9801888 m 5.8075883 MeV 8.7645469 keV 1.0955392 cm 10.154462 m World muIoni - 310 2.9013713 m 35.130719 cm 2.9827255 m 5.7964981 MeV 5.0531469 keV 6.1407678 mm 10.160602 m World muIoni - 311 2.9025145 m 35.14367 cm 2.983249 m 5.794263 MeV 542.28528 eV 1.2640063 mm 10.161866 m World muIoni - 312 2.9092137 m 35.219685 cm 2.9863252 m 5.7846704 MeV 8.4339676 keV 7.4108316 mm 10.169277 m World muIoni - 313 2.9165681 m 35.303728 cm 2.9896722 m 5.7715099 MeV 7.1436519 keV 8.123868 mm 10.177401 m World muIoni - 314 2.9191164 m 35.332959 cm 2.9908199 m 5.7671442 MeV 3.0932052 keV 2.8100046 mm 10.180211 m World muIoni - 315 2.9265774 m 35.419177 cm 2.9941714 m 5.7594561 MeV 4.9527908 keV 8.224574 mm 10.188436 m World muIoni - 316 2.9415512 m 35.585862 cm 3.0008958 m 5.7401559 MeV 17.221465 keV 1.6499017 cm 10.204935 m World muIoni - 317 2.9531014 m 35.720242 cm 3.00613 m 5.7195637 MeV 12.160772 keV 1.2752037 cm 10.217687 m World muIoni - 318 2.9553721 m 35.744426 cm 3.0071535 m 5.7148605 MeV 3.620658 keV 2.5024001 mm 10.220189 m World muIoni - 319 2.97538 m 35.962164 cm 3.016159 m 5.6983088 MeV 15.01632 keV 2.204944 cm 10.242238 m World muIoni - 320 2.9760918 m 35.969314 cm 3.0164804 m 5.6942463 MeV 816.53879 eV 784.21854 um 10.243023 m World muIoni - 321 2.9796034 m 36.004198 cm 3.0180702 m 5.690293 MeV 2.7512282 keV 3.8705269 mm 10.246893 m World muIoni - 322 2.9803239 m 36.011537 cm 3.0183955 m 5.6864013 MeV 449.64554 eV 793.8715 um 10.247687 m World muIoni - 323 2.9901194 m 36.112424 cm 3.0228191 m 5.6750911 MeV 9.2757867 keV 1.0795423 cm 10.258483 m World muIoni - 324 3.0000476 m 36.219592 cm 3.0273586 m 5.6656649 MeV 8.2422367 keV 1.0969341 cm 10.269452 m World muIoni - 325 3.0058514 m 36.282598 cm 3.0300544 m 5.6547466 MeV 5.9217564 keV 6.4302782 mm 10.275882 m World muIoni - 326 3.0088174 m 36.315471 cm 3.0314533 m 5.6498844 MeV 3.5029237 keV 3.295795 mm 10.279178 m World muIoni - 327 3.0102173 m 36.330693 cm 3.0321178 m 5.6459924 MeV 918.81927 eV 1.5571178 mm 10.280735 m World muIoni - 328 3.0111674 m 36.340754 cm 3.0325681 m 5.6455349 MeV 457.50867 eV 1.0561391 mm 10.281791 m World muIoni - 329 3.0172195 m 36.404694 cm 3.035436 m 5.6381764 MeV 4.3490179 keV 6.7277645 mm 10.288519 m World muIoni - 330 3.0184519 m 36.417289 cm 3.0360174 m 5.6294352 MeV 599.21091 eV 1.3684345 mm 10.289887 m World muIoni - 331 3.0193495 m 36.426571 cm 3.0364413 m 5.6290992 MeV 336.00481 eV 997.00977 um 10.290884 m World muIoni - 332 3.0199366 m 36.432451 cm 3.0367207 m 5.6265134 MeV 510.97702 eV 652.84694 um 10.291537 m World muIoni - 333 3.022394 m 36.456651 cm 3.0378907 m 5.6174626 MeV 3.9696021 keV 2.7324665 mm 10.29427 m World muIoni - 334 3.0283143 m 36.517593 cm 3.0406943 m 5.6032969 MeV 7.0282645 keV 6.5789306 mm 10.300849 m World muIoni - 335 3.0285769 m 36.520401 cm 3.0408192 m 5.5993047 MeV 215.94036 eV 292.09869 um 10.301141 m World muIoni - 336 3.0303463 m 36.539096 cm 3.0416652 m 5.5964481 MeV 1.6669626 keV 1.9701881 mm 10.303111 m World muIoni - 337 3.0341229 m 36.578422 cm 3.0434742 m 5.5861329 MeV 3.6787489 keV 4.2059137 mm 10.307317 m World muIoni - 338 3.04183 m 36.65838 cm 3.0471686 m 5.5730019 MeV 12.137061 keV 8.5841836 mm 10.315901 m World muIoni - 339 3.0477148 m 36.723903 cm 3.0499646 m 5.5694028 MeV 3.5990627 keV 6.5481026 mm 10.322449 m World muIoni - 340 3.0522715 m 36.774551 cm 3.0521086 m 5.5615218 MeV 6.6033111 keV 5.0614036 mm 10.327511 m World muIoni - 341 3.0550309 m 36.804553 cm 3.0533993 m 5.5588074 MeV 2.7144434 keV 3.0610065 mm 10.330572 m World muIoni - 342 3.0572989 m 36.828814 cm 3.054458 m 5.5562607 MeV 1.2232142 keV 2.514765 mm 10.333086 m World muIoni - 343 3.06174 m 36.875887 cm 3.056501 m 5.5502045 MeV 3.5751551 keV 4.9110338 mm 10.337997 m World muIoni - 344 3.066664 m 36.927447 cm 3.0587752 m 5.5451558 MeV 5.0486778 keV 5.4482962 mm 10.343446 m World muIoni - 345 3.0793415 m 37.05705 cm 3.0645819 m 5.5147417 MeV 13.665853 keV 1.4004391 cm 10.35745 m World muIoni - 346 3.079481 m 37.058421 cm 3.0646461 m 5.5131169 MeV 429.09497 eV 154.17116 um 10.357604 m World muIoni - 347 3.0833533 m 37.096143 cm 3.066425 m 5.5056366 MeV 5.4657591 keV 4.2780161 mm 10.361882 m World muIoni - 348 3.0871499 m 37.133726 cm 3.0681494 m 5.4995407 MeV 5.0031765 keV 4.1867474 mm 10.366069 m World muIoni - 349 3.0911746 m 37.172455 cm 3.0699881 m 5.4933673 MeV 4.527474 keV 4.4417757 mm 10.370511 m World muIoni - 350 3.1053647 m 37.306238 cm 3.0764764 m 5.4741191 MeV 11.665045 keV 1.5660622 cm 10.386171 m World muIoni - 351 3.1152923 m 37.394926 cm 3.0810971 m 5.4639667 MeV 8.8310822 keV 1.0986144 cm 10.397158 m World muIoni - 352 3.1199004 m 37.434381 cm 3.0832379 m 5.4577961 MeV 5.0670027 keV 5.0964582 mm 10.402254 m World muIoni - 353 3.1207406 m 37.441826 cm 3.0836285 m 5.4560914 MeV 640.68418 eV 929.52852 um 10.403183 m World muIoni - 354 3.1222533 m 37.456502 cm 3.0843274 m 5.4533858 MeV 1.5755326 keV 1.6728255 mm 10.404856 m World muIoni - 355 3.1410433 m 37.638481 cm 3.0930145 m 5.4311879 MeV 17.431645 keV 2.0781265 cm 10.425638 m World muIoni - 356 3.1412786 m 37.640582 cm 3.0931232 m 5.4006552 MeV 172.155 eV 260.01233 um 10.425898 m World muIoni - 357 3.1451508 m 37.673493 cm 3.0949094 m 5.3969206 MeV 2.5618141 keV 4.2770649 mm 10.430175 m World muIoni - 358 3.1599446 m 37.789302 cm 3.1017405 m 5.3760009 MeV 14.680924 keV 1.6336148 cm 10.446511 m World muIoni - 359 3.1629819 m 37.811502 cm 3.1031476 m 5.3682051 MeV 1.4822344 keV 3.3547137 mm 10.449866 m World muIoni - 360 3.1636944 m 37.816497 cm 3.1034795 m 5.3637978 MeV 524.45045 eV 787.63217 um 10.450653 m World muIoni - 361 3.2109605 m 38.149706 cm 3.1253936 m 5.3138356 MeV 48.335488 keV 5.2208801 cm 10.502862 m World muIoni - 362 3.2130037 m 38.165487 cm 3.126294 m 5.3115881 MeV 2.2475502 keV 2.2383073 mm 10.5051 m World muIoni - 363 3.2178107 m 38.204335 cm 3.1284114 m 5.3042201 MeV 5.0590716 keV 5.2671239 mm 10.510367 m World muIoni - 364 3.2194756 m 38.218523 cm 3.1291475 m 5.3015128 MeV 1.5446301 keV 1.8258232 mm 10.512193 m World muIoni - 365 3.2375654 m 38.372406 cm 3.1371765 m 5.2840822 MeV 17.43055 keV 1.9851762 cm 10.532045 m World muIoni - 366 3.2429862 m 38.42016 cm 3.1395806 m 5.2768679 MeV 5.9050209 keV 5.9491714 mm 10.537994 m World muIoni - 367 3.2484839 m 38.46599 cm 3.1420257 m 5.2702696 MeV 6.5982727 keV 6.0343809 mm 10.544029 m World muIoni - 368 3.258712 m 38.547517 cm 3.1465209 m 5.2578523 MeV 9.0555291 keV 1.1202168 cm 10.555231 m World muIoni - 369 3.2629644 m 38.579426 cm 3.1483777 m 5.2514649 MeV 5.0867991 keV 4.6510697 mm 10.559882 m World muIoni - 370 3.3037948 m 38.856651 cm 3.1664756 m 5.2128441 MeV 37.039204 keV 4.4750038 cm 10.604632 m World muIoni - 371 3.3062746 m 38.875242 cm 3.1676113 m 5.2114352 MeV 1.4088286 keV 2.7338242 mm 10.607366 m World muIoni - 372 3.3130779 m 38.926037 cm 3.1707285 m 5.2016916 MeV 4.8868358 keV 7.5007297 mm 10.614866 m World muIoni - 373 3.3158416 m 38.944056 cm 3.1719878 m 5.1985539 MeV 3.1377087 keV 3.0423903 mm 10.617909 m World muIoni - 374 3.3176997 m 38.956712 cm 3.1728279 m 5.1937653 MeV 4.788581 keV 2.0431732 mm 10.619952 m World muIoni - 375 3.3225624 m 38.990458 cm 3.1750407 m 5.1563102 MeV 3.8374847 keV 5.3531385 mm 10.625305 m World muIoni - 376 3.3244402 m 39.003807 cm 3.1758987 m 5.1531845 MeV 2.0680754 keV 2.0688711 mm 10.627374 m World muIoni - 377 3.3463022 m 39.16031 cm 3.1859421 m 5.1291648 MeV 22.54036 keV 2.4110121 cm 10.651484 m World muIoni - 378 3.3626846 m 39.279537 cm 3.1933858 m 5.1135074 MeV 15.657407 keV 1.8034022 cm 10.669518 m World muIoni - 379 3.3707106 m 39.337517 cm 3.1969919 m 5.1004943 MeV 11.908042 keV 8.8180484 mm 10.678336 m World muIoni - 380 3.3790136 m 39.398435 cm 3.2007882 m 5.0877267 MeV 10.757313 keV 9.1501315 mm 10.687486 m World muIoni - 381 3.3812975 m 39.414672 cm 3.2018258 m 5.0786134 MeV 1.8346962 keV 2.513771 mm 10.69 m World muIoni - 382 3.3815942 m 39.416746 cm 3.2019608 m 5.0756393 MeV 268.28061 eV 326.6952 um 10.690327 m World muIoni - 383 3.3844749 m 39.436806 cm 3.2032769 m 5.0706189 MeV 1.8446259 keV 3.1734058 mm 10.6935 m World muIoni - 384 3.3857072 m 39.444967 cm 3.2038328 m 5.0672838 MeV 1.0071226 keV 1.3543534 mm 10.694854 m World muIoni - 385 3.3917635 m 39.486527 cm 3.2065554 m 5.0567174 MeV 7.9963352 keV 6.6531321 mm 10.701508 m World muIoni - 386 3.3955171 m 39.514757 cm 3.2082425 m 5.0533213 MeV 2.1697498 keV 4.1250402 mm 10.705633 m World muIoni - 387 3.408575 m 39.604742 cm 3.2141388 m 5.0271239 MeV 15.986029 keV 1.435589 cm 10.719989 m World muIoni - 388 3.4245835 m 39.711765 cm 3.2214408 m 5.0051946 MeV 19.848505 keV 1.7628043 cm 10.737617 m World muIoni - 389 3.4291399 m 39.746308 cm 3.2235262 m 4.9925449 MeV 7.9818848 keV 5.0229126 mm 10.742639 m World muIoni - 390 3.4458935 m 39.872774 cm 3.2311979 m 4.9724258 MeV 18.904007 keV 1.847031 cm 10.76111 m World muIoni - 391 3.4535504 m 39.926261 cm 3.2345379 m 4.9430752 MeV 8.8130371 keV 8.3708537 mm 10.769481 m World muIoni - 392 3.4715122 m 40.053863 cm 3.2424806 m 4.9238246 MeV 16.96779 keV 1.9681514 cm 10.789162 m World muIoni - 393 3.4746079 m 40.076389 cm 3.2438502 m 4.919138 MeV 2.7520181 keV 3.3925857 mm 10.792555 m World muIoni - 394 3.5110477 m 40.356061 cm 3.2600041 m 4.8769546 MeV 37.774488 keV 3.9960094 cm 10.832515 m World muIoni - 395 3.5156196 m 40.385188 cm 3.2620045 m 4.865691 MeV 9.0098558 keV 4.9989244 mm 10.837514 m World muIoni - 396 3.5156324 m 40.385267 cm 3.2620101 m 4.8569208 MeV 0 eV 13.968523 um 10.837528 m World muIoni - 397 3.5228899 m 40.428897 cm 3.2651348 m 4.8470928 MeV 6.1652966 keV 7.9136518 mm 10.845441 m World muIoni - 398 3.5304947 m 40.471176 cm 3.2683301 m 4.8316508 MeV 8.4347543 keV 8.2597287 mm 10.853701 m World muIoni - 399 3.5467961 m 40.550338 cm 3.2752939 m 4.8130872 MeV 18.563572 keV 1.7744624 cm 10.871446 m World muIoni - 400 3.5536741 m 40.586905 cm 3.2782671 m 4.8023199 MeV 8.0714401 keV 7.5020956 mm 10.878948 m World muIoni - 401 3.5581574 m 40.609452 cm 3.2802162 m 4.7920604 MeV 6.3123977 keV 4.8938504 mm 10.883842 m World muIoni - 402 3.5632371 m 40.637203 cm 3.2824227 m 4.7878723 MeV 4.1880955 keV 5.5452063 mm 10.889387 m World muIoni - 403 3.5787679 m 40.720862 cm 3.2892253 m 4.7663022 MeV 17.739432 keV 1.6976252 cm 10.906363 m World muIoni - 404 3.587883 m 40.775429 cm 3.2931302 m 4.7578739 MeV 7.0656669 keV 9.9314426 mm 10.916295 m World muIoni - 405 3.5888996 m 40.78051 cm 3.2935732 m 4.7562822 MeV 1.5916745 keV 1.110075 mm 10.917405 m World muIoni - 406 3.5892637 m 40.782323 cm 3.293732 m 4.7535346 MeV 1.6840019 keV 397.72458 um 10.917802 m World muIoni - 407 3.5903961 m 40.787974 cm 3.2942236 m 4.7440149 MeV 1.6865014 keV 1.2357743 mm 10.919038 m World muIoni - 408 3.5926921 m 40.798905 cm 3.2952255 m 4.7411026 MeV 2.9123128 keV 2.5075 mm 10.921546 m World muIoni - 409 3.6026266 m 40.850736 cm 3.2994106 m 4.7286161 MeV 11.34474 keV 1.0793029 cm 10.932339 m World muIoni - 410 3.6137434 m 40.90664 cm 3.3040616 m 4.7179103 MeV 10.705808 keV 1.2063633 cm 10.944402 m World muIoni - 411 3.6218305 m 40.943792 cm 3.3074152 m 4.7067563 MeV 10.080411 keV 8.762875 mm 10.953165 m World muIoni - 412 3.6280699 m 40.973449 cm 3.3099329 m 4.6926817 MeV 6.6837506 keV 6.7347801 mm 10.9599 m World muIoni - 413 3.6297574 m 40.980537 cm 3.3106137 m 4.6903404 MeV 848.28513 eV 1.8210266 mm 10.961721 m World muIoni - 414 3.6460492 m 41.04788 cm 3.3172044 m 4.672006 MeV 18.334404 keV 1.7587751 cm 10.979309 m World muIoni - 415 3.6512531 m 41.072248 cm 3.319347 m 4.6653537 MeV 5.2983141 keV 5.6330675 mm 10.984942 m World muIoni - 416 3.66681 m 41.154649 cm 3.3257482 m 4.6468195 MeV 17.22907 keV 1.6842928 cm 11.001785 m World muIoni - 417 3.6830878 m 41.219204 cm 3.3324836 m 4.6294394 MeV 16.024204 keV 1.762919 cm 11.019414 m World muIoni - 418 3.6922126 m 41.252267 cm 3.336162 m 4.6203321 MeV 9.1072544 keV 9.8439753 mm 11.029258 m World muIoni - 419 3.7000926 m 41.284413 cm 3.3393246 m 4.6093172 MeV 6.9177178 keV 8.4971882 mm 11.037755 m World muIoni - 420 3.7158198 m 41.362564 cm 3.345691 m 4.5924843 MeV 15.596595 keV 1.698527 cm 11.05474 m World muIoni - 421 3.7180725 m 41.374816 cm 3.3466184 m 4.588952 MeV 2.3049161 keV 2.4391957 mm 11.05718 m World muIoni - 422 3.7370356 m 41.470684 cm 3.3544675 m 4.5585673 MeV 23.879862 keV 2.0546402 cm 11.077726 m World muIoni - 423 3.7408099 m 41.488802 cm 3.3560252 m 4.5537779 MeV 3.502262 keV 4.0871451 mm 11.081813 m World muIoni - 424 3.7538567 m 41.542476 cm 3.3614515 m 4.5348367 MeV 16.948352 keV 1.4140626 cm 11.095954 m World muIoni - 425 3.7557129 m 41.549495 cm 3.3622256 m 4.530918 MeV 1.9085209 keV 2.0124299 mm 11.097966 m World muIoni - 426 3.7673259 m 41.59229 cm 3.3670079 m 4.5170734 MeV 13.844594 keV 1.2566662 cm 11.110533 m World muIoni - 427 3.7711833 m 41.612762 cm 3.3686193 m 4.50951 MeV 4.7065415 keV 4.1854321 mm 11.114718 m World muIoni - 428 3.7722174 m 41.618209 cm 3.3690505 m 4.5082522 MeV 1.2578182 keV 1.1217238 mm 11.11584 m World muIoni - 429 3.7758185 m 41.637135 cm 3.3705525 m 4.5019073 MeV 5.2202117 keV 3.9064527 mm 11.119746 m World muIoni - 430 3.7768216 m 41.642035 cm 3.3709695 m 4.4996635 MeV 681.99726 eV 1.0874256 mm 11.120834 m World muIoni - 431 3.7823736 m 41.66949 cm 3.3732812 m 4.4916878 MeV 7.9756882 keV 6.0203445 mm 11.126854 m World muIoni - 432 3.7834421 m 41.674181 cm 3.3737295 m 4.4900245 MeV 649.23473 eV 1.1596681 mm 11.128014 m World muIoni - 433 3.7836185 m 41.674959 cm 3.3738037 m 4.4181611 MeV 125.9102 eV 191.50975 um 11.128205 m World muIoni - 434 3.7903845 m 41.705034 cm 3.3766806 m 4.4115395 MeV 6.6215194 keV 7.3584108 mm 11.135564 m World muIoni - 435 3.7929557 m 41.716942 cm 3.3777828 m 4.3910402 MeV 4.4259603 keV 2.8000423 mm 11.138364 m World muIoni - 436 3.7942041 m 41.72252 cm 3.378319 m 4.3833369 MeV 309.21945 eV 1.3598977 mm 11.139724 m World muIoni - 437 3.7994417 m 41.743892 cm 3.3805704 m 4.3752264 MeV 6.696321 keV 5.7051144 mm 11.145429 m World muIoni - 438 3.8130814 m 41.791623 cm 3.3863077 m 4.3556183 MeV 18.327759 keV 1.4805272 cm 11.160234 m World muIoni - 439 3.8152159 m 41.799251 cm 3.3871945 m 4.3506415 MeV 2.8953972 keV 2.3126304 mm 11.162547 m World muIoni - 440 3.8201426 m 41.817016 cm 3.3892144 m 4.3437277 MeV 5.2214079 keV 5.3277195 mm 11.167874 m World muIoni - 441 3.8278794 m 41.843019 cm 3.3923659 m 4.3350539 MeV 7.5165172 keV 8.3581717 mm 11.176233 m World muIoni - 442 3.8302063 m 41.852798 cm 3.3933172 m 4.3306126 MeV 2.1562245 keV 2.5157861 mm 11.178748 m World muIoni - 443 3.8355375 m 41.876551 cm 3.3954765 m 4.3242043 MeV 6.4082534 keV 5.7568285 mm 11.184505 m World muIoni - 444 3.8378392 m 41.888183 cm 3.3964259 m 4.3230702 MeV 1.1341562 keV 2.4924519 mm 11.186998 m World muIoni - 445 3.8382215 m 41.890332 cm 3.3965843 m 4.3200699 MeV 157.82052 eV 414.41148 um 11.187412 m World muIoni - 446 3.8482957 m 41.945333 cm 3.4007767 m 4.306219 MeV 12.737434 keV 1.0925762 cm 11.198338 m World muIoni - 447 3.8521055 m 41.965814 cm 3.4023608 m 4.3000377 MeV 4.1292045 keV 4.131116 mm 11.202469 m World muIoni - 448 3.8528969 m 41.970465 cm 3.4026862 m 4.2983985 MeV 469.90163 eV 856.94023 um 11.203326 m World muIoni - 449 3.8555825 m 41.986381 cm 3.403784 m 4.2956685 MeV 2.7300147 keV 2.9056581 mm 11.206232 m World muIoni - 450 3.8811509 m 42.137745 cm 3.4141985 m 4.2670092 MeV 26.042872 keV 2.765087 cm 11.233882 m World muIoni - 451 3.8830853 m 42.149747 cm 3.4149959 m 4.2636117 MeV 1.2492664 keV 2.0957355 mm 11.235978 m World muIoni - 452 3.8851881 m 42.162789 cm 3.4158611 m 4.2582538 MeV 3.799036 keV 2.2775661 mm 11.238256 m World muIoni - 453 3.886953 m 42.173486 cm 3.4165902 m 4.2547044 MeV 1.454447 keV 1.9125791 mm 11.240168 m World muIoni - 454 3.8897626 m 42.191367 cm 3.4177572 m 4.2477313 MeV 2.6055336 keV 3.0476135 mm 11.243216 m World muIoni - 455 3.9039445 m 42.279767 cm 3.4236931 m 4.2295737 MeV 15.121206 keV 1.5399803 cm 11.258616 m World muIoni - 456 3.9127629 m 42.353116 cm 3.427505 m 4.2189702 MeV 9.5472288 keV 9.6353785 mm 11.268251 m World muIoni - 457 3.9160379 m 42.383041 cm 3.4289148 m 4.2105293 MeV 4.8068027 keV 3.5780946 mm 11.271829 m World muIoni - 458 3.916429 m 42.386675 cm 3.4290835 m 4.2082212 MeV 234.77541 eV 427.57296 um 11.272257 m World muIoni - 459 3.9230165 m 42.448196 cm 3.4319357 m 4.1973664 MeV 8.5640257 keV 7.2047478 mm 11.279462 m World muIoni - 460 3.9266253 m 42.481506 cm 3.4335131 m 4.1934514 MeV 2.6640429 keV 3.952651 mm 11.283414 m World muIoni - 461 3.9333293 m 42.538891 cm 3.4364329 m 4.181881 MeV 9.5313049 keV 7.3347941 mm 11.290749 m World muIoni - 462 3.9472703 m 42.65804 cm 3.4424224 m 4.1631642 MeV 13.940084 keV 1.5220231 cm 11.305969 m World muIoni - 463 3.9504384 m 42.684536 cm 3.4437766 m 4.1596039 MeV 2.173793 keV 3.4555642 mm 11.309425 m World muIoni - 464 3.9563785 m 42.73546 cm 3.4462981 m 4.1517158 MeV 6.7887118 keV 6.4732861 mm 11.315898 m World muIoni - 465 3.9598256 m 42.768414 cm 3.4477563 m 4.1432715 MeV 4.7953593 keV 3.7573753 mm 11.319655 m World muIoni - 466 3.9603889 m 42.773269 cm 3.4479941 m 4.1410203 MeV 935.5287 eV 613.34136 um 11.320269 m World muIoni - 467 3.9693714 m 42.848967 cm 3.4518045 m 4.1303351 MeV 6.4587207 keV 9.7867721 mm 11.330056 m World muIoni - 468 3.9717009 m 42.869457 cm 3.4528015 m 4.1276849 MeV 1.4944037 keV 2.5421597 mm 11.332598 m World muIoni - 469 3.9717644 m 42.870023 cm 3.4528284 m 4.1275179 MeV 166.9782 eV 69.137284 um 11.332667 m World muIoni - 470 3.974206 m 42.891802 cm 3.453863 m 4.1236015 MeV 2.7127722 keV 2.6607326 mm 11.335328 m World muIoni - 471 3.9766197 m 42.913939 cm 3.4548866 m 4.1134326 MeV 2.6600461 keV 2.6310602 mm 11.337959 m World muIoni - 472 3.9804685 m 42.948446 cm 3.4565099 m 4.1050333 MeV 3.133294 keV 4.1913936 mm 11.34215 m World muIoni - 473 3.9806543 m 42.950155 cm 3.4565887 m 4.1019583 MeV 187.06852 eV 202.58142 um 11.342353 m World muIoni - 474 3.9834511 m 42.975572 cm 3.4577699 m 4.0951704 MeV 3.0832501 keV 3.0466318 mm 11.345399 m World muIoni - 475 3.9887003 m 43.024902 cm 3.4599827 m 4.0869225 MeV 5.8787999 keV 5.7178619 mm 11.351117 m World muIoni - 476 3.9906591 m 43.045301 cm 3.4608007 m 4.0789498 MeV 1.8881829 keV 2.132568 mm 11.35325 m World muIoni - 477 4.0019714 m 43.163469 cm 3.4654702 m 4.0541446 MeV 13.333452 keV 1.2295374 cm 11.365545 m World muIoni - 478 4.0157523 m 43.29201 cm 3.4710088 m 4.0377247 MeV 14.293837 keV 1.4908103 cm 11.380453 m World muIoni - 479 4.0171723 m 43.304235 cm 3.4715746 m 3.9822737 MeV 1.7663965 keV 1.5334613 mm 11.381987 m World muIoni - 480 4.0308255 m 43.423364 cm 3.4769148 m 3.9611563 MeV 17.0646 keV 1.4709116 cm 11.396696 m World muIoni - 481 4.0325164 m 43.439772 cm 3.4775634 m 3.9538177 MeV 3.0738381 keV 1.8184597 mm 11.398514 m World muIoni - 482 4.0507352 m 43.611104 cm 3.4845591 m 3.9232819 MeV 27.180011 keV 1.9591566 cm 11.418106 m World muIoni - 483 4.0508858 m 43.612569 cm 3.4846156 m 3.9220662 MeV 15.856937 eV 161.49757 um 11.418267 m World muIoni - 484 4.0560773 m 43.662352 cm 3.4865618 m 3.9131387 MeV 7.6204373 keV 5.5667253 mm 11.423834 m World muIoni - 485 4.0625093 m 43.720268 cm 3.4889516 m 3.9002484 MeV 8.16902 keV 6.8860709 mm 11.43072 m World muIoni - 486 4.0669202 m 43.759835 cm 3.4905812 m 3.8919059 MeV 7.2781071 keV 4.718978 mm 11.435439 m World muIoni - 487 4.069029 m 43.778038 cm 3.4913533 m 3.8820207 MeV 3.8556715 keV 2.2530414 mm 11.437692 m World muIoni - 488 4.0698471 m 43.785208 cm 3.4916554 m 3.8793827 MeV 1.1360841 keV 875.01042 um 11.438567 m World muIoni - 489 4.0741631 m 43.823013 cm 3.4932561 m 3.8683184 MeV 3.3904 keV 4.6188306 mm 11.443186 m World muIoni - 490 4.0789261 m 43.866046 cm 3.4950135 m 3.8622266 MeV 4.768914 keV 5.095139 mm 11.448281 m World muIoni - 491 4.0871989 m 43.937447 cm 3.4980579 m 3.8435387 MeV 9.0208459 keV 8.8442296 mm 11.457125 m World muIoni - 492 4.087402 m 43.9393 cm 3.4981325 m 3.8417365 MeV 150.157 eV 217.12371 um 11.457342 m World muIoni - 493 4.0888219 m 43.952075 cm 3.498654 m 3.8387826 MeV 2.9539309 keV 1.5180125 mm 11.45886 m World muIoni - 494 4.1094335 m 44.139226 cm 3.5061416 m 3.8135935 MeV 23.391492 keV 2.2010221 cm 11.480871 m World muIoni - 495 4.1143047 m 44.176549 cm 3.5078874 m 3.7578239 MeV 7.1456582 keV 5.1880581 mm 11.486059 m World muIoni - 496 4.1146265 m 44.17899 cm 3.5080025 m 3.7576727 MeV 151.23505 eV 342.65006 um 11.486401 m World muIoni - 497 4.1212648 m 44.229204 cm 3.5103794 m 3.7418687 MeV 8.8481155 keV 7.0689622 mm 11.49347 m World muIoni - 498 4.1307717 m 44.308638 cm 3.5138458 m 3.7242589 MeV 13.125597 keV 1.0150542 cm 11.503621 m World muIoni - 499 4.1338581 m 44.335238 cm 3.5149856 m 3.7140784 MeV 4.1077308 keV 3.3008787 mm 11.506922 m World muIoni - 500 4.1427246 m 44.415714 cm 3.5183115 m 3.6996139 MeV 13.364782 keV 9.5040089 mm 11.516426 m World muIoni - 501 4.1470801 m 44.456316 cm 3.5199901 m 3.6928018 MeV 6.8120626 keV 4.6854538 mm 11.521111 m World muIoni - 502 4.1512837 m 44.496062 cm 3.5216011 m 3.6860549 MeV 5.6017694 keV 4.5193462 mm 11.525631 m World muIoni - 503 4.1526862 m 44.50928 cm 3.5221341 m 3.6818172 MeV 2.3975647 keV 1.5061314 mm 11.527137 m World muIoni - 504 4.159368 m 44.564142 cm 3.5246663 m 3.6704445 MeV 9.484328 keV 7.166718 mm 11.534303 m World muIoni - 505 4.1614413 m 44.580729 cm 3.5254458 m 3.6646766 MeV 3.5459471 keV 2.2211704 mm 11.536525 m World muIoni - 506 4.1689756 m 44.639968 cm 3.5282742 m 3.6504445 MeV 10.906742 keV 8.0695756 mm 11.544594 m World muIoni - 507 4.1712917 m 44.663753 cm 3.5291497 m 3.6456469 MeV 3.1828199 keV 2.4875302 mm 11.547082 m World muIoni - 508 4.1740545 m 44.692244 cm 3.5301807 m 3.6412866 MeV 3.1575134 keV 2.9625485 mm 11.550044 m World muIoni - 509 4.1903047 m 44.85989 cm 3.5361684 m 3.624717 MeV 15.397789 keV 1.7399907 cm 11.567444 m World muIoni - 510 4.2033203 m 44.974844 cm 3.5407713 m 3.6047321 MeV 19.984975 keV 1.385381 cm 11.581298 m World muIoni - 511 4.2035975 m 44.977505 cm 3.5408673 m 3.6021354 MeV 151.81149 eV 294.48463 um 11.581592 m World muIoni - 512 4.2120109 m 45.05686 cm 3.5437915 m 3.5916538 MeV 10.481642 keV 8.9426159 mm 11.590535 m World muIoni - 513 4.2316305 m 45.246998 cm 3.5505476 m 3.5696817 MeV 21.972132 keV 2.0838201 cm 11.611373 m World muIoni - 514 4.2317779 m 45.248276 cm 3.5505986 m 3.565964 MeV 173.37815 eV 156.4635 um 11.61153 m World muIoni - 515 4.2331877 m 45.260725 cm 3.5510837 m 3.5621279 MeV 2.8139816 keV 1.4961648 mm 11.613026 m World muIoni - 516 4.2431227 m 45.347514 cm 3.5545258 m 3.5456778 MeV 12.302669 keV 1.0550377 cm 11.623576 m World muIoni - 517 4.2524636 m 45.432775 cm 3.5577273 m 3.5290806 MeV 15.49384 keV 9.9112791 mm 11.633488 m World muIoni - 518 4.2528686 m 45.436457 cm 3.5578657 m 3.5264651 MeV 121.3072 eV 429.54409 um 11.633917 m World muIoni - 519 4.2544788 m 45.451127 cm 3.5584192 m 3.5215073 MeV 3.2079293 keV 1.709069 mm 11.635626 m World muIoni - 520 4.258309 m 45.48723 cm 3.5597222 m 3.5159892 MeV 5.5181771 keV 4.0618797 mm 11.639688 m World muIoni - 521 4.2627949 m 45.5319 cm 3.5612257 m 3.5066921 MeV 6.5744253 keV 4.7521869 mm 11.64444 m World muIoni - 522 4.2864776 m 45.76963 cm 3.5688039 m 3.4704429 MeV 34.020241 keV 2.4985141 cm 11.669425 m World muIoni - 523 4.2959076 m 45.892052 cm 3.5718835 m 3.4532474 MeV 15.965936 keV 9.9956327 mm 11.679421 m World muIoni - 524 4.302249 m 45.970103 cm 3.5739517 m 3.4458527 MeV 7.3947407 keV 6.7157755 mm 11.686137 m World muIoni - 525 4.3075645 m 46.033605 cm 3.5757204 m 3.4398677 MeV 4.9230931 keV 5.637891 mm 11.691775 m World muIoni - 526 4.315454 m 46.129322 cm 3.5783452 m 3.425843 MeV 12.403354 keV 8.3697893 mm 11.700144 m World muIoni - 527 4.3175664 m 46.15502 cm 3.5790405 m 3.4231672 MeV 2.6758252 keV 2.2387277 mm 11.702383 m World muIoni - 528 4.3219808 m 46.210794 cm 3.5804942 m 3.4163204 MeV 5.0523643 keV 4.6809385 mm 11.707064 m World muIoni - 529 4.3307281 m 46.32151 cm 3.5834697 m 3.4018904 MeV 13.393516 keV 9.3058898 mm 11.71637 m World muIoni - 530 4.3384153 m 46.422925 cm 3.5860604 m 3.3865174 MeV 12.619029 keV 8.1753329 mm 11.724545 m World muIoni - 531 4.3398175 m 46.441355 cm 3.5865332 m 3.3843268 MeV 811.12199 eV 1.4911735 mm 11.726037 m World muIoni - 532 4.3399869 m 46.443588 cm 3.5865906 m 3.3841316 MeV 195.21454 eV 180.24382 um 11.726217 m World muIoni - 533 4.3562892 m 46.653736 cm 3.5920916 m 3.3548803 MeV 28.047143 keV 1.7334084 cm 11.743551 m World muIoni - 534 4.3571674 m 46.665032 cm 3.5923902 m 3.3349766 MeV 1.1625368 keV 934.38189 um 11.744485 m World muIoni - 535 4.3639484 m 46.74951 cm 3.5946897 m 3.3229007 MeV 10.142674 keV 7.2101029 mm 11.751695 m World muIoni - 536 4.3652898 m 46.764345 cm 3.5951404 m 3.3205732 MeV 1.0503562 keV 1.4228447 mm 11.753118 m World muIoni - 537 4.3682814 m 46.787496 cm 3.5964574 m 3.3123771 MeV 4.2157526 keV 3.2874891 mm 11.756406 m World muIoni - 538 4.3696474 m 46.79405 cm 3.5971803 m 3.3060447 MeV 3.8108417 keV 1.5468404 mm 11.757953 m World muIoni - 539 4.3717839 m 46.806988 cm 3.5982981 m 3.3000025 MeV 4.962318 keV 2.4148878 mm 11.760367 m World muIoni - 540 4.3811973 m 46.882266 cm 3.603163 m 3.2874629 MeV 11.148502 keV 1.0623197 cm 11.770991 m World muIoni - 541 4.3817992 m 46.887069 cm 3.6034763 m 3.2847629 MeV 1.509905 keV 680.2565 um 11.771671 m World muIoni - 542 4.3853626 m 46.917097 cm 3.6053149 m 3.2811642 MeV 3.5986875 keV 4.0210622 mm 11.775692 m World muIoni - 543 4.3862084 m 46.923766 cm 3.6057607 m 3.2809038 MeV 260.37053 eV 958.40756 um 11.77665 m World muIoni - 544 4.3870115 m 46.930211 cm 3.606184 m 3.2751621 MeV 1.9640664 keV 910.07426 um 11.77756 m World muIoni - 545 4.3877373 m 46.9363 cm 3.6065683 m 3.2710203 MeV 1.1490406 keV 823.47562 um 11.778384 m World muIoni - 546 4.3894434 m 46.951172 cm 3.6074737 m 3.2651826 MeV 4.446999 keV 1.9372102 mm 11.780321 m World muIoni - 547 4.3953684 m 47.000472 cm 3.6106572 m 3.2516301 MeV 9.9264175 keV 6.7443132 mm 11.787065 m World muIoni - 548 4.408714 m 47.0989 cm 3.6176552 m 3.2176434 MeV 20.566727 keV 1.5101732 cm 11.802167 m World muIoni - 549 4.4243121 m 47.219641 cm 3.6260915 m 3.1677818 MeV 25.291347 keV 1.7775419 cm 11.819943 m World muIoni - 550 4.4247008 m 47.222982 cm 3.6263055 m 3.1658446 MeV 458.66953 eV 444.90857 um 11.820387 m World muIoni - 551 4.4257615 m 47.232246 cm 3.6268911 m 3.1626956 MeV 2.0329097 keV 1.2151687 mm 11.821603 m World muIoni - 552 4.4288129 m 47.259521 cm 3.628572 m 3.1551399 MeV 6.4967841 keV 3.4944979 mm 11.825097 m World muIoni - 553 4.4414794 m 47.371402 cm 3.6354488 m 3.1278291 MeV 24.757691 keV 1.4456842 cm 11.839554 m World muIoni - 554 4.4432192 m 47.386189 cm 3.6363754 m 3.1154205 MeV 3.2056518 keV 1.9766642 mm 11.841531 m World muIoni - 555 4.4460018 m 47.410142 cm 3.637875 m 3.1094035 MeV 4.5826012 keV 3.1701111 mm 11.844701 m World muIoni - 556 4.4505663 m 47.449421 cm 3.640353 m 3.0975959 MeV 8.7919001 keV 5.2086524 mm 11.849909 m World muIoni - 557 4.4524219 m 47.466943 cm 3.6413482 m 3.0942747 MeV 2.1701421 keV 2.1129093 mm 11.852022 m World muIoni - 558 4.4632797 m 47.574373 cm 3.6472407 m 3.0729198 MeV 19.130332 keV 1.2400763 cm 11.864423 m World muIoni - 559 4.4637491 m 47.578846 cm 3.6474956 m 3.0655056 MeV 540.67705 eV 536.03094 um 11.864959 m World muIoni - 560 4.4684441 m 47.623121 cm 3.6500609 m 3.0469031 MeV 9.372531 keV 5.3684803 mm 11.870328 m World muIoni - 561 4.4728073 m 47.668899 cm 3.6524415 m 3.0394172 MeV 7.4859865 keV 4.9915216 mm 11.875319 m World muIoni - 562 4.4786178 m 47.711155 cm 3.6557566 m 3.0263414 MeV 12.082847 keV 6.7051926 mm 11.882024 m World muIoni - 563 4.4900869 m 47.767422 cm 3.6625037 m 3.0002754 MeV 24.518905 keV 1.3318991 cm 11.895343 m World muIoni - 564 4.4930034 m 47.783707 cm 3.6642571 m 2.9938552 MeV 5.3772488 keV 3.4069114 mm 11.89875 m World muIoni - 565 4.5010662 m 47.83387 cm 3.6690833 m 2.9780065 MeV 14.496148 keV 9.4105437 mm 11.908161 m World muIoni - 566 4.5041597 m 47.855373 cm 3.6709116 m 2.9707916 MeV 5.2589622 keV 3.5998361 mm 11.911761 m World muIoni - 567 4.5049698 m 47.861 cm 3.6713865 m 2.9688585 MeV 848.65481 eV 940.73725 um 11.912701 m World muIoni - 568 4.5053902 m 47.864035 cm 3.6716323 m 2.9645263 MeV 314.39101 eV 487.88045 um 11.913189 m World muIoni - 569 4.5110375 m 47.903448 cm 3.6749301 m 2.9538361 MeV 10.690154 keV 6.5516652 mm 11.919741 m World muIoni - 570 4.5144172 m 47.92524 cm 3.6769074 m 2.9429666 MeV 8.602874 keV 3.9217104 mm 11.923663 m World muIoni - 571 4.5151107 m 47.929816 cm 3.677317 m 2.9402669 MeV 918.29059 eV 806.79583 um 11.924469 m World muIoni - 572 4.51971 m 47.959333 cm 3.6800278 m 2.9281584 MeV 10.969532 keV 5.3469538 mm 11.929816 m World muIoni - 573 4.5259586 m 48.002631 cm 3.6837681 m 2.9133186 MeV 13.122837 keV 7.2955128 mm 11.937112 m World muIoni - 574 4.5282857 m 48.018803 cm 3.6851663 m 2.9066924 MeV 4.19755 keV 2.7197109 mm 11.939832 m World muIoni - 575 4.5296584 m 48.026928 cm 3.685997 m 2.903278 MeV 2.1818261 keV 1.6065305 mm 11.941438 m World muIoni - 576 4.5343296 m 48.05395 cm 3.6887823 m 2.8910135 MeV 10.715646 keV 5.4454137 mm 11.946883 m World muIoni - 577 4.5358017 m 48.062962 cm 3.6896766 m 2.8786822 MeV 2.4644955 keV 1.7247437 mm 11.948608 m World muIoni - 578 4.5442117 m 48.082395 cm 3.6949539 m 2.8613686 MeV 17.31363 keV 9.9330246 mm 11.958541 m World muIoni - 579 4.5528762 m 48.085203 cm 3.7005633 m 2.8424351 MeV 15.688559 keV 1.0322101 cm 11.968863 m World muIoni - 580 4.5548681 m 48.086534 cm 3.7018838 m 2.8397247 MeV 2.7103872 keV 2.389958 mm 11.971253 m World muIoni - 581 4.5783583 m 48.098142 cm 3.717446 m 2.7926875 MeV 45.86912 keV 2.8180968 cm 11.999434 m World muIoni - 582 4.5899862 m 48.115289 cm 3.7249368 m 2.7683974 MeV 23.266031 keV 1.3833624 cm 12.013268 m World muIoni - 583 4.5905344 m 48.114797 cm 3.7252817 m 2.7666324 MeV 662.01112 eV 647.76374 um 12.013916 m World muIoni - 584 4.5916657 m 48.114034 cm 3.7259948 m 2.7620993 MeV 2.9163963 keV 1.3372823 mm 12.015253 m World muIoni - 585 4.5930359 m 48.11282 cm 3.7268571 m 2.7575025 MeV 2.2850253 keV 1.6190492 mm 12.016872 m World muIoni - 586 4.5954082 m 48.111956 cm 3.7283585 m 2.7479382 MeV 3.9811715 keV 2.8075083 mm 12.01968 m World muIoni - 587 4.5975507 m 48.109259 cm 3.7297087 m 2.7447714 MeV 3.1668173 keV 2.5326225 mm 12.022212 m World muIoni - 588 4.5991718 m 48.107141 cm 3.7307317 m 2.7381257 MeV 4.9978354 keV 1.9170186 mm 12.024129 m World muIoni - 589 4.6049561 m 48.101092 cm 3.7343636 m 2.7225966 MeV 12.194414 keV 6.8304222 mm 12.03096 m World muIoni - 590 4.613588 m 48.097441 cm 3.739673 m 2.7030905 MeV 15.061776 keV 1.0134561 cm 12.041094 m World muIoni - 591 4.613694 m 48.097322 cm 3.7397374 m 2.6728034 MeV 93.381055 eV 124.03198 um 12.041218 m World muIoni - 592 4.6159197 m 48.093599 cm 3.7410878 m 2.6691792 MeV 3.6241758 keV 2.6035885 mm 12.043822 m World muIoni - 593 4.6221869 m 48.079243 cm 3.7448255 m 2.6562584 MeV 10.787423 keV 7.2987835 mm 12.051121 m World muIoni - 594 4.6233629 m 48.076069 cm 3.7455521 m 2.6506873 MeV 2.1340626 keV 1.3827265 mm 12.052503 m World muIoni - 595 4.6261979 m 48.068564 cm 3.747285 m 2.6365257 MeV 8.5826805 keV 3.3235755 mm 12.055827 m World muIoni - 596 4.6304029 m 48.053083 cm 3.7499153 m 2.6226888 MeV 6.6983873 keV 4.9623889 mm 12.060789 m World muIoni - 597 4.6323736 m 48.048918 cm 3.7511617 m 2.6135848 MeV 5.0428122 keV 2.3321875 mm 12.063121 m World muIoni - 598 4.6349738 m 48.043551 cm 3.7527976 m 2.6051484 MeV 5.4442347 keV 3.0724779 mm 12.066194 m World muIoni - 599 4.6406081 m 48.030709 cm 3.7562767 m 2.586241 MeV 11.026121 keV 6.6232997 mm 12.072817 m World muIoni - 600 4.6481929 m 48.015752 cm 3.7611116 m 2.5703729 MeV 14.845026 keV 8.9963208 mm 12.081814 m World muIoni - 601 4.6577064 m 48.019932 cm 3.7671519 m 2.5483157 MeV 18.651357 keV 1.1269717 cm 12.093083 m World muIoni - 602 4.6637614 m 48.023548 cm 3.7710473 m 2.538795 MeV 9.5206636 keV 7.20009 mm 12.100283 m World muIoni - 603 4.6708662 m 48.030443 cm 3.7756377 m 2.524564 MeV 14.231029 keV 8.4593486 mm 12.108743 m World muIoni - 604 4.6768674 m 48.029816 cm 3.7796588 m 2.5104521 MeV 14.111897 keV 7.2241018 mm 12.115967 m World muIoni - 605 4.6790507 m 48.030697 cm 3.7811189 m 2.5049097 MeV 5.5423794 keV 2.6265184 mm 12.118593 m World muIoni - 606 4.682389 m 48.031864 cm 3.7833745 m 2.4951632 MeV 8.7102116 keV 4.028956 mm 12.122622 m World muIoni - 607 4.6901172 m 48.038619 cm 3.7886437 m 2.4755115 MeV 17.753646 keV 9.3542469 mm 12.131976 m World muIoni - 608 4.6901362 m 48.038639 cm 3.7886568 m 2.4739725 MeV 0 eV 23.079355 um 12.132 m World muIoni - 609 4.6913306 m 48.040155 cm 3.7894869 m 2.4705456 MeV 2.1692489 keV 1.4546072 mm 12.133454 m World muIoni - 610 4.6913861 m 48.040233 cm 3.7895255 m 2.4694432 MeV 0 eV 67.627879 um 12.133522 m World muIoni - 611 4.6925607 m 48.042089 cm 3.7903408 m 2.4641174 MeV 4.1007991 keV 1.4299634 mm 12.134952 m World muIoni - 612 4.6930165 m 48.042976 cm 3.7906556 m 2.4600786 MeV 349.50412 eV 553.98994 um 12.135506 m World muIoni - 613 4.6986464 m 48.053332 cm 3.7945191 m 2.4412983 MeV 15.317297 keV 6.8290595 mm 12.142335 m World muIoni - 614 4.7061706 m 48.07864 cm 3.7996315 m 2.424754 MeV 16.544282 keV 9.1006041 mm 12.151435 m World muIoni - 615 4.7068815 m 48.081512 cm 3.8001138 m 2.4197306 MeV 2.0009606 keV 859.58308 um 12.152295 m World muIoni - 616 4.7082797 m 48.087016 cm 3.8010559 m 2.4153192 MeV 4.411329 keV 1.6869071 mm 12.153982 m World muIoni - 617 4.7141738 m 48.10673 cm 3.8050271 m 2.4051761 MeV 7.7714004 keV 7.1100127 mm 12.161092 m World muIoni - 618 4.7302235 m 48.190817 cm 3.8157899 m 2.3373739 MeV 37.430691 keV 1.9344754 cm 12.180437 m World muIoni - 619 4.7310519 m 48.193863 cm 3.8163133 m 2.33469 MeV 1.2401803 keV 980.33678 um 12.181417 m World muIoni - 620 4.7417542 m 48.238002 cm 3.8231191 m 2.3058055 MeV 22.17308 keV 1.2691539 cm 12.194109 m World muIoni - 621 4.7530439 m 48.30542 cm 3.830604 m 2.2823004 MeV 22.504385 keV 1.3563404 cm 12.207672 m World muIoni - 622 4.7607726 m 48.364535 cm 3.8355959 m 2.2609955 MeV 19.608253 keV 9.2200494 mm 12.216892 m World muIoni - 623 4.7730649 m 48.408183 cm 3.8436296 m 2.236447 MeV 24.548496 keV 1.4698828 cm 12.231591 m World muIoni - 624 4.7745282 m 48.401844 cm 3.8445988 m 2.2317536 MeV 3.6991622 keV 1.7562966 mm 12.233347 m World muIoni - 625 4.7798338 m 48.379926 cm 3.848086 m 2.2164225 MeV 13.76587 keV 6.3530062 mm 12.2397 m World muIoni - 626 4.7808704 m 48.373376 cm 3.8487659 m 2.2110289 MeV 1.5984755 keV 1.2413999 mm 12.240942 m World muIoni - 627 4.7816437 m 48.368582 cm 3.8492733 m 2.2080075 MeV 1.2928615 keV 926.14054 um 12.241868 m World muIoni - 628 4.7842637 m 48.353303 cm 3.850998 m 2.1989106 MeV 9.096867 keV 3.1404656 mm 12.245008 m World muIoni - 629 4.7868155 m 48.338275 cm 3.8526917 m 2.1907965 MeV 6.7239113 keV 3.0664731 mm 12.248075 m World muIoni - 630 4.7884647 m 48.328226 cm 3.8537972 m 2.1858376 MeV 3.5052585 keV 1.9879876 mm 12.250063 m World muIoni - 631 4.7898257 m 48.319297 cm 3.8547042 m 2.1828718 MeV 2.965807 keV 1.63797 mm 12.251701 m World muIoni - 632 4.7929934 m 48.298932 cm 3.8567857 m 2.1653275 MeV 7.665272 keV 3.7959812 mm 12.255497 m World muIoni - 633 4.7978089 m 48.267571 cm 3.8598961 m 2.1412264 MeV 11.606154 keV 5.7414386 mm 12.261238 m World muIoni - 634 4.7993712 m 48.254094 cm 3.8608764 m 2.1337674 MeV 4.4578529 keV 1.8492662 mm 12.263087 m World muIoni - 635 4.7998193 m 48.25012 cm 3.8611595 m 2.1327914 MeV 976.01551 eV 531.55692 um 12.263619 m World muIoni - 636 4.8027138 m 48.224716 cm 3.862994 m 2.1255812 MeV 4.8872611 keV 3.4363532 mm 12.267055 m World muIoni - 637 4.8040411 m 48.214306 cm 3.8638659 m 2.1192239 MeV 3.3042887 keV 1.5914584 mm 12.268647 m World muIoni - 638 4.8127575 m 48.152542 cm 3.8695609 m 2.0976879 MeV 21.536024 keV 1.0431012 cm 12.279078 m World muIoni - 639 4.8191909 m 48.102437 cm 3.8736228 m 2.0752707 MeV 16.671446 keV 7.6252685 mm 12.286703 m World muIoni - 640 4.8233239 m 48.065878 cm 3.876255 m 2.0659079 MeV 7.291121 keV 4.91374 mm 12.291617 m World muIoni - 641 4.8241213 m 48.058002 cm 3.8767585 m 2.0598813 MeV 4.3121961 keV 946.30424 um 12.292563 m World muIoni - 642 4.8259107 m 48.039532 cm 3.877899 m 2.0541678 MeV 4.4098113 keV 2.1300728 mm 12.294693 m World muIoni - 643 4.8269685 m 48.030122 cm 3.878574 m 2.0499794 MeV 2.9787624 keV 1.2583439 mm 12.295951 m World muIoni - 644 4.8285322 m 48.016018 cm 3.8795685 m 2.044355 MeV 3.2671244 keV 1.8585062 mm 12.29781 m World muIoni - 645 4.8348291 m 47.954937 cm 3.8835563 m 2.0294154 MeV 13.72185 keV 7.478809 mm 12.305289 m World muIoni - 646 4.8400591 m 47.908888 cm 3.8867258 m 2.0177603 MeV 10.537933 keV 6.1329487 mm 12.311422 m World muIoni - 647 4.8422774 m 47.88863 cm 3.8880721 m 2.0112398 MeV 5.1275433 keV 2.6028763 mm 12.314025 m World muIoni - 648 4.8500187 m 47.816325 cm 3.8927212 m 1.9878666 MeV 23.373196 keV 9.0594948 mm 12.323084 m World muIoni - 649 4.8505281 m 47.811448 cm 3.893029 m 1.9852723 MeV 2.5943204 keV 597.16617 um 12.323681 m World muIoni - 650 4.8515763 m 47.801645 cm 3.8936613 m 1.9813491 MeV 2.0764416 keV 1.228116 mm 12.324909 m World muIoni - 651 4.8593573 m 47.728468 cm 3.8983058 m 1.9514842 MeV 23.218097 keV 9.0919056 mm 12.334001 m World muIoni - 652 4.860714 m 47.714796 cm 3.8990797 m 1.943359 MeV 3.2187444 keV 1.567877 mm 12.335569 m World muIoni - 653 4.8685782 m 47.637239 cm 3.9035741 m 1.9258221 MeV 16.431904 keV 9.0915579 mm 12.344661 m World muIoni - 654 4.8694416 m 47.628991 cm 3.9040614 m 1.916534 MeV 3.2671501 keV 994.92108 um 12.345656 m World muIoni - 655 4.8703399 m 47.620196 cm 3.9045609 m 1.9148404 MeV 1.6935856 keV 1.0315917 mm 12.346687 m World muIoni - 656 4.8752755 m 47.574368 cm 3.9072961 m 1.901807 MeV 13.033459 keV 5.6616727 mm 12.352349 m World muIoni - 657 4.8797253 m 47.535546 cm 3.9097265 m 1.8849895 MeV 11.712602 keV 5.0852877 mm 12.357434 m World muIoni - 658 4.8801092 m 47.531731 cm 3.9099384 m 1.8819665 MeV 1.4763244 keV 440.12394 um 12.357874 m World muIoni - 659 4.8802595 m 47.530234 cm 3.9100218 m 1.8804942 MeV 467.00127 eV 172.53488 um 12.358047 m World muIoni - 660 4.8853048 m 47.479263 cm 3.9128201 m 1.8618803 MeV 17.177627 keV 5.7921357 mm 12.363839 m World muIoni - 661 4.8857202 m 47.475344 cm 3.9130509 m 1.857117 MeV 2.1744996 keV 476.77576 um 12.364316 m World muIoni - 662 4.8959649 m 47.378139 cm 3.9187253 m 1.8277883 MeV 28.097399 keV 1.1752695 cm 12.376068 m World muIoni - 663 4.8981608 m 47.361106 cm 3.9199364 m 1.8199791 MeV 7.8092034 keV 2.5136216 mm 12.378582 m World muIoni - 664 4.9012084 m 47.335296 cm 3.9216195 m 1.8110921 MeV 8.8870004 keV 3.4911163 mm 12.382073 m World muIoni - 665 4.9097206 m 47.271829 cm 3.9263834 m 1.7877213 MeV 21.412866 keV 9.7760577 mm 12.391849 m World muIoni - 666 4.9107418 m 47.263844 cm 3.9269454 m 1.7796705 MeV 4.5239559 keV 1.1683761 mm 12.393018 m World muIoni - 667 4.911461 m 47.258609 cm 3.9273449 m 1.7756975 MeV 2.1934737 keV 824.33688 um 12.393842 m World muIoni - 668 4.9118286 m 47.25596 cm 3.9275487 m 1.768035 MeV 1.7731546 keV 421.17695 um 12.394263 m World muIoni - 669 4.9125344 m 47.251034 cm 3.9279398 m 1.7598287 MeV 3.0179015 keV 808.44794 um 12.395072 m World muIoni - 670 4.9129994 m 47.24762 cm 3.9281971 m 1.7586414 MeV 1.187242 keV 532.53378 um 12.395604 m World muIoni - 671 4.9133172 m 47.24536 cm 3.9283725 m 1.7552307 MeV 589.79545 eV 363.67329 um 12.395968 m World muIoni - 672 4.9163004 m 47.223629 cm 3.9300291 m 1.7451956 MeV 8.1884728 keV 3.419326 mm 12.399387 m World muIoni - 673 4.9167033 m 47.220557 cm 3.930249 m 1.7401674 MeV 2.7299981 keV 460.05659 um 12.399847 m World muIoni - 674 4.9192784 m 47.200951 cm 3.9316488 m 1.7326718 MeV 6.489749 keV 2.9375551 mm 12.402785 m World muIoni - 675 4.9234816 m 47.168948 cm 3.9339165 m 1.7197472 MeV 11.907815 keV 4.786814 mm 12.407571 m World muIoni - 676 4.924771 m 47.161319 cm 3.9346076 m 1.7137815 MeV 1.871348 keV 1.464938 mm 12.409036 m World muIoni - 677 4.9274321 m 47.146914 cm 3.9360766 m 1.7031258 MeV 9.4408604 keV 3.043094 mm 12.412079 m World muIoni - 678 4.9284647 m 47.140554 cm 3.9366267 m 1.698945 MeV 1.9652474 keV 1.1718185 mm 12.413251 m World muIoni - 679 4.9314729 m 47.121891 cm 3.9382493 m 1.6900855 MeV 7.2445331 keV 3.4230696 mm 12.416674 m World muIoni - 680 4.9326032 m 47.115441 cm 3.9388528 m 1.6851411 MeV 3.814979 keV 1.282925 mm 12.417957 m World muIoni - 681 4.9397806 m 47.069108 cm 3.942609 m 1.6674219 MeV 14.388794 keV 8.1148394 mm 12.426072 m World muIoni - 682 4.9417399 m 47.058986 cm 3.9436221 m 1.656809 MeV 6.107984 keV 2.20802 mm 12.42828 m World muIoni - 683 4.9421357 m 47.056978 cm 3.9438241 m 1.6545145 MeV 1.2279277 keV 444.82493 um 12.428725 m World muIoni - 684 4.9426318 m 47.05465 cm 3.9440779 m 1.6517684 MeV 1.2263219 keV 557.82929 um 12.429283 m World muIoni - 685 4.9464051 m 47.025584 cm 3.9460595 m 1.6418107 MeV 8.7333318 keV 4.273192 mm 12.433556 m World muIoni - 686 4.9502284 m 46.98514 cm 3.9481143 m 1.6238423 MeV 13.690687 keV 4.3595153 mm 12.437916 m World muIoni - 687 4.9503931 m 46.983704 cm 3.9482024 m 1.6211575 MeV 260.83924 eV 187.27703 um 12.438103 m World muIoni - 688 4.9505091 m 46.98265 cm 3.9482641 m 1.6192495 MeV 56.262622 eV 131.78074 um 12.438235 m World muIoni - 689 4.9531564 m 46.958215 cm 3.9496649 m 1.6113361 MeV 6.6410956 keV 3.0051022 mm 12.44124 m World muIoni - 690 4.9534677 m 46.95567 cm 3.9498314 m 1.6095888 MeV 713.51447 eV 353.94792 um 12.441594 m World muIoni - 691 4.9541253 m 46.950308 cm 3.950189 m 1.6075856 MeV 864.58621 eV 750.46927 um 12.442344 m World muIoni - 692 4.9543534 m 46.948526 cm 3.950313 m 1.604896 MeV 258.45017 eV 260.31412 um 12.442604 m World muIoni - 693 4.9631471 m 46.881912 cm 3.9550666 m 1.5771491 MeV 23.026965 keV 1.0019599 cm 12.452624 m World muIoni - 694 4.9640827 m 46.872308 cm 3.9555891 m 1.5732322 MeV 2.5791614 keV 1.0759495 mm 12.4537 m World muIoni - 695 4.964331 m 46.869792 cm 3.9557277 m 1.5696161 MeV 501.66566 eV 285.41913 um 12.453985 m World muIoni - 696 4.9644237 m 46.868854 cm 3.9557792 m 1.5694436 MeV 172.51036 eV 106.51996 um 12.454092 m World muIoni - 697 4.9655859 m 46.85705 cm 3.9564261 m 1.5576663 MeV 3.0494523 keV 1.3352913 mm 12.455427 m World muIoni - 698 4.967616 m 46.836451 cm 3.9575705 m 1.5499411 MeV 6.5349998 keV 2.339612 mm 12.457767 m World muIoni - 699 4.9695367 m 46.81609 cm 3.9586582 m 1.5439151 MeV 4.2810467 keV 2.2167208 mm 12.459984 m World muIoni - 700 4.9728664 m 46.77664 cm 3.9605707 m 1.5381722 MeV 5.7429241 keV 3.8602349 mm 12.463844 m World muIoni - 701 4.973532 m 46.769449 cm 3.9609627 m 1.5371706 MeV 1.0016278 keV 775.81719 um 12.46462 m World muIoni - 702 4.9753779 m 46.750676 cm 3.9620549 m 1.5323595 MeV 4.8110722 keV 2.1530292 mm 12.466773 m World muIoni - 703 4.9780992 m 46.723186 cm 3.9636652 m 1.523703 MeV 7.0519085 keV 3.1741102 mm 12.469947 m World muIoni - 704 4.9781218 m 46.722949 cm 3.9636789 m 1.5236143 MeV 88.681376 eV 26.503711 um 12.469973 m OutOfWorld Transportation + 1 -9.7747443 cm 2.3626196 cm 2 m 9.0617883 MeV8.9143513e-16 eV 6.9854191 m 6.9854191 m CaptureMgnt Transportation + 2 -9.1440182 cm 2.4339831 cm 2.0017415 m 9.0577612 MeV 4.0434874 keV 6.5820938 mm 6.9920012 m World muIoni + 3 -8.5885571 cm 2.4988101 cm 2.003301 m 9.0526158 MeV 2.8979617 keV 5.8056812 mm 6.9978069 m World muIoni + 4 -6.7440377 cm 2.7061741 cm 2.0084821 m 9.0356967 MeV 13.405526 keV 1.9271059 cm 7.0170779 m World muIoni + 5 -5.4756665 cm 2.8501812 cm 2.012043 m 9.0282899 MeV 7.4067546 keV 1.3252625 cm 7.0303305 m World muIoni + 6 -3.6554981 cm 3.0558823 cm 2.0171295 m 9.0090154 MeV 7.8877367 keV 1.90108 cm 7.0493413 m World muIoni + 7 -2.4580846 cm 3.1869189 cm 2.0205161 m 9.0002788 MeV 8.7365903 keV 1.2512676 cm 7.061854 m World muIoni + 8 -1.641483 cm 3.2807838 cm 2.0228802 m 8.982578 MeV 6.5277869 keV 8.5530324 mm 7.0704071 m World muIoni + 9 -1.6535113 mm 3.4583846 cm 2.0271882 m 8.9701514 MeV 11.386757 keV 1.5479414 cm 7.0858865 m World muIoni + 10 1.9742798 cm 3.7047013 cm 2.0334363 m 8.9555727 MeV 13.561013 keV 2.2425788 cm 7.1083123 m World muIoni + 11 2.7014605 cm 3.7906476 cm 2.0355776 m 8.9484268 MeV 5.2950158 keV 7.6291016 mm 7.1159414 m World muIoni + 12 3.5303607 cm 3.8917851 cm 2.0380018 m 8.9412662 MeV 7.1606208 keV 8.695274 mm 7.1246366 m World muIoni + 13 3.6876946 cm 3.9113519 cm 2.0384669 m 8.9402588 MeV 1.0073829 keV 1.6522676 mm 7.1262889 m World muIoni + 14 4.1993235 cm 3.9755328 cm 2.0399798 m 8.9332258 MeV 2.6793726 keV 5.3737559 mm 7.1316627 m World muIoni + 15 6.8019018 cm 4.296473 cm 2.0477316 m 8.9177273 MeV 15.498465 keV 2.7344989 cm 7.1590076 m World muIoni + 16 7.5967491 cm 4.3923992 cm 2.0501394 m 8.9114824 MeV 5.2495811 keV 8.3604029 mm 7.1673681 m World muIoni + 17 8.3496557 cm 4.4851726 cm 2.0524431 m 8.9068068 MeV 4.6755519 keV 7.9280863 mm 7.1752961 m World muIoni + 18 8.3807167 cm 4.4889116 cm 2.0525386 m 8.9067773 MeV 29.505278 eV 327.11435 um 7.1756233 m World muIoni + 19 8.7570424 cm 4.5342761 cm 2.0536972 m 8.9008341 MeV 3.8653118 keV 3.9636292 mm 7.1795869 m World muIoni + 20 9.2135835 cm 4.5904217 cm 2.0550773 m 8.8950552 MeV 3.0082435 keV 4.8024416 mm 7.1843893 m World muIoni + 21 11.935158 cm 4.9281937 cm 2.0632982 m 8.8708665 MeV 22.14544 keV 2.8630525 cm 7.2130198 m World muIoni + 22 12.614882 cm 5.0104785 cm 2.0653411 m 8.8680289 MeV 2.8376238 keV 7.1451507 mm 7.220165 m World muIoni + 23 12.822597 cm 5.0349617 cm 2.0659638 m 8.8648275 MeV 1.2892186 keV 2.1822722 mm 7.2223473 m World muIoni + 24 14.14361 cm 5.1901287 cm 2.069938 m 8.8553418 MeV 8.2981978 keV 1.3882039 cm 7.2362293 m World muIoni + 25 14.864134 cm 5.2763314 cm 2.0721249 m 8.8502767 MeV 5.065098 keV 7.5790068 mm 7.2438083 m World muIoni + 26 17.200615 cm 5.5593014 cm 2.0792715 m 8.8319903 MeV 15.577434 keV 2.4596891 cm 7.2684052 m World muIoni + 27 17.396928 cm 5.5829023 cm 2.0798745 m 8.8277428 MeV 875.76561 eV 2.0671744 mm 7.2704724 m World muIoni + 28 19.756873 cm 5.8670705 cm 2.0870885 m 8.8125789 MeV 13.953842 keV 2.484074 cm 7.2953131 m World muIoni + 29 19.763095 cm 5.8678481 cm 2.0871081 m 8.8049097 MeV 0 eV 65.708942 um 7.2953788 m World muIoni + 30 20.012994 cm 5.8985846 cm 2.0878998 m 8.801982 MeV 1.6422751 keV 2.6393586 mm 7.2980182 m World muIoni + 31 20.103158 cm 5.9096714 cm 2.0881872 m 8.7984224 MeV 998.73574 eV 952.8081 um 7.298971 m World muIoni + 32 20.482625 cm 5.9564378 cm 2.0893935 m 8.7951102 MeV 1.2133112 keV 4.0091548 mm 7.3029802 m World muIoni + 33 21.617626 cm 6.092709 cm 2.0930067 m 8.7845275 MeV 6.1740097 keV 1.1988995 cm 7.3149691 m World muIoni + 34 22.259107 cm 6.167428 cm 2.09504 m 8.7803422 MeV 2.4510528 keV 6.7707218 mm 7.3217399 m World muIoni + 35 28.820938 cm 6.938247 cm 2.1159133 m 8.7304799 MeV 47.05691 keV 6.9290543 cm 7.3910304 m World muIoni + 36 32.711999 cm 7.3477144 cm 2.1277351 m 8.6937497 MeV 26.425497 keV 4.0873147 cm 7.4319036 m World muIoni + 37 33.7272 cm 7.4466541 cm 2.1308633 m 8.6817395 MeV 10.902741 keV 1.0669079 cm 7.4425726 m World muIoni + 38 35.27991 cm 7.5982972 cm 2.1356655 m 8.6711277 MeV 8.6665392 keV 1.6323417 cm 7.4588961 m World muIoni + 39 36.222287 cm 7.6901188 cm 2.1385723 m 8.6622671 MeV 4.7869762 keV 9.9045862 mm 7.4688006 m World muIoni + 40 36.528033 cm 7.7211585 cm 2.139523 m 8.6580312 MeV 4.23582 keV 3.2168896 mm 7.4720175 m World muIoni + 41 36.591675 cm 7.7275435 cm 2.1397204 m 8.6564868 MeV 533.2317 eV 669.37783 um 7.4726869 m World muIoni + 42 39.861138 cm 8.0215036 cm 2.1498162 m 8.6316254 MeV 23.482533 keV 3.434507 cm 7.507032 m World muIoni + 43 41.937041 cm 8.2108832 cm 2.1560042 m 8.6161114 MeV 14.252279 keV 2.17445 cm 7.5287765 m World muIoni + 44 42.063731 cm 8.2222917 cm 2.1563784 m 8.6132593 MeV 775.17151 eV 1.3259111 mm 7.5301024 m World muIoni + 45 43.95216 cm 8.3917471 cm 2.1619405 m 8.5967106 MeV 14.453583 keV 1.9759342 cm 7.5498617 m World muIoni + 46 45.725659 cm 8.5613564 cm 2.1671274 m 8.585295 MeV 11.415597 keV 1.8555719 cm 7.5684175 m World muIoni + 47 47.857799 cm 8.7621917 cm 2.1732012 m 8.5712841 MeV 12.206814 keV 2.2260626 cm 7.5906781 m World muIoni + 48 50.569444 cm 9.0253586 cm 2.181179 m 8.5493301 MeV 18.658936 keV 2.8388265 cm 7.6190663 m World muIoni + 49 51.717562 cm 9.1385844 cm 2.184633 m 8.5333052 MeV 8.2915907 keV 1.2042863 cm 7.6311092 m World muIoni + 50 54.339623 cm 9.4146089 cm 2.1926008 m 8.5084833 MeV 14.130397 keV 2.7543474 cm 7.6586527 m World muIoni + 51 55.773546 cm 9.5664819 cm 2.1969821 m 8.4972873 MeV 11.196039 keV 1.5070469 cm 7.6737231 m World muIoni + 52 55.802392 cm 9.5695216 cm 2.1970695 m 8.4951012 MeV 266.34731 eV 302.93777 um 7.6740261 m World muIoni + 53 57.025895 cm 9.697135 cm 2.2007753 m 8.4833013 MeV 8.1036354 keV 1.2847523 cm 7.6868736 m World muIoni + 54 60.42825 cm 10.036404 cm 2.2109281 m 8.4613813 MeV 18.607589 keV 3.5668373 cm 7.722542 m World muIoni + 55 62.512402 cm 10.242474 cm 2.2171798 m 8.4440295 MeV 14.308533 keV 2.185653 cm 7.7443985 m World muIoni + 56 63.3931 cm 10.32418 cm 2.2197733 m 8.4384991 MeV 4.5024457 keV 9.2173472 mm 7.7536159 m World muIoni + 57 63.757425 cm 10.357167 cm 2.2208469 m 8.4331095 MeV 3.901951 keV 3.8124398 mm 7.7574283 m World muIoni + 58 63.798526 cm 10.360887 cm 2.2209676 m 8.4301573 MeV 374.5412 eV 429.96772 um 7.7578583 m World muIoni + 59 67.038269 cm 10.653115 cm 2.2305174 m 8.4052165 MeV 20.561011 keV 3.3902322 cm 7.7917606 m World muIoni + 60 67.046152 cm 10.653823 cm 2.2305406 m 8.4040848 MeV 40.144967 eV 82.48241 um 7.7918431 m World muIoni + 61 69.286274 cm 10.856897 cm 2.237136 m 8.3895187 MeV 12.760158 keV 2.3440323 cm 7.8152834 m World muIoni + 62 70.17164 cm 10.940222 cm 2.2397567 m 8.3722707 MeV 9.4795906 keV 9.2709312 mm 7.8245543 m World muIoni + 63 70.295061 cm 10.95164 cm 2.240122 m 8.3700822 MeV 791.42347 eV 1.2921884 mm 7.8258465 m World muIoni + 64 70.788827 cm 10.996197 cm 2.2415819 m 8.3585771 MeV 3.1851448 keV 5.1682148 mm 7.8310147 m World muIoni + 65 72.455426 cm 11.144819 cm 2.2465166 m 8.3419983 MeV 13.737377 keV 1.7444759 cm 7.8484595 m World muIoni + 66 72.747983 cm 11.170876 cm 2.247381 m 8.339785 MeV 561.05615 eV 3.0617285 mm 7.8515212 m World muIoni + 67 75.095899 cm 11.384691 cm 2.2542986 m 8.3188936 MeV 20.891402 keV 2.4570475 cm 7.8760917 m World muIoni + 68 75.34735 cm 11.40745 cm 2.2550413 m 8.3139554 MeV 1.6833445 keV 2.631777 mm 7.8787235 m World muIoni + 69 77.392815 cm 11.590898 cm 2.2611007 m 8.2750568 MeV 18.361401 keV 2.1412196 cm 7.9001357 m World muIoni + 70 79.299122 cm 11.76646 cm 2.2667192 m 8.2540446 MeV 18.007112 keV 1.9951366 cm 7.920087 m World muIoni + 71 80.899233 cm 11.916838 cm 2.2713896 m 8.2452059 MeV 7.7990944 keV 1.6736595 cm 7.9368236 m World muIoni + 72 81.88459 cm 12.013358 cm 2.2742996 m 8.237354 MeV 6.3578911 keV 1.031958 cm 7.9471432 m World muIoni + 73 84.435364 cm 12.258733 cm 2.2819384 m 8.218723 MeV 18.631018 keV 2.674011 cm 7.9738833 m World muIoni + 74 84.515513 cm 12.265971 cm 2.2821804 m 8.2160489 MeV 586.79656 eV 840.36587 um 7.9747237 m World muIoni + 75 86.206097 cm 12.413253 cm 2.2872889 m 8.2031646 MeV 11.855353 keV 1.7722244 cm 7.9924459 m World muIoni + 76 89.649993 cm 12.735493 cm 2.2976061 m 8.1626384 MeV 22.438563 keV 3.6096933 cm 8.0285429 m World muIoni + 77 90.085746 cm 12.786896 cm 2.2989254 m 8.1575786 MeV 2.2103831 keV 4.5818127 mm 8.0331247 m World muIoni + 78 90.476257 cm 12.832379 cm 2.3001034 m 8.1548887 MeV 2.6898563 keV 4.1042171 mm 8.0372289 m World muIoni + 79 90.960777 cm 12.888975 cm 2.3015594 m 8.1479522 MeV 3.9145492 keV 5.0908054 mm 8.0423197 m World muIoni + 80 90.98018 cm 12.891287 cm 2.3016181 m 8.1479098 MeV 42.383123 eV 204.02079 um 8.0425237 m World muIoni + 81 91.62852 cm 12.968559 cm 2.3035792 m 8.1446301 MeV 2.2093356 keV 6.8174442 mm 8.0493412 m World muIoni + 82 91.897109 cm 13.000928 cm 2.3043948 m 8.1410755 MeV 1.451048 keV 2.8256172 mm 8.0521668 m World muIoni + 83 93.056261 cm 13.138015 cm 2.3078908 m 8.1323883 MeV 7.421229 keV 1.2184653 cm 8.0643514 m World muIoni + 84 93.252437 cm 13.161545 cm 2.3084861 m 8.1054908 MeV 909.54684 eV 2.0635429 mm 8.066415 m World muIoni + 85 93.785395 cm 13.22359 cm 2.3100943 m 8.1004444 MeV 3.9881455 keV 5.6014112 mm 8.0720164 m World muIoni + 86 94.081739 cm 13.258996 cm 2.3109915 m 8.0939127 MeV 1.734117 keV 3.1164667 mm 8.0751328 m World muIoni + 87 96.462868 cm 13.539135 cm 2.3181139 m 8.0770347 MeV 16.878015 keV 2.5011369 cm 8.1001442 m World muIoni + 88 96.767031 cm 13.572226 cm 2.3189849 m 8.0713917 MeV 2.8066894 keV 3.1811699 mm 8.1033254 m World muIoni + 89 97.000624 cm 13.597451 cm 2.3196373 m 8.0643232 MeV 2.1367128 keV 2.4384283 mm 8.1057638 m World muIoni + 90 98.107941 cm 13.720079 cm 2.3227382 m 8.0507779 MeV 6.6155444 keV 1.1564413 cm 8.1173282 m World muIoni + 91 98.559574 cm 13.767913 cm 2.3240058 m 8.0341383 MeV 5.6327138 keV 4.7151806 mm 8.1220434 m World muIoni + 92 98.713648 cm 13.784655 cm 2.3244391 m 8.0336871 MeV 451.21211 eV 1.6092294 mm 8.1236526 m World muIoni + 93 99.576697 cm 13.878327 cm 2.3268627 m 8.0263655 MeV 5.83687 keV 9.0131539 mm 8.1326658 m World muIoni + 94 1.001426 m 13.940433 cm 2.3285054 m 8.020188 MeV 4.3570853 keV 5.9253628 mm 8.1385912 m World muIoni + 95 1.0131534 m 14.074605 cm 2.3319231 m 8.0073844 MeV 8.0185394 keV 1.2288785 cm 8.1508799 m World muIoni + 96 1.0159396 m 14.106324 cm 2.3327413 m 8.0037952 MeV 2.3179562 keV 2.9210928 mm 8.153801 m World muIoni + 97 1.0201201 m 14.152885 cm 2.3339668 m 7.9987864 MeV 2.4121692 keV 4.38126 mm 8.1581823 m World muIoni + 98 1.0280669 m 14.240077 cm 2.3363021 m 7.9928808 MeV 4.8373334 keV 8.3286792 mm 8.166511 m World muIoni + 99 1.0345406 m 14.311819 cm 2.338185 m 7.9883401 MeV 4.5407723 keV 6.7800568 mm 8.173291 m World muIoni + 100 1.0476582 m 14.46181 cm 2.3419761 m 7.9797074 MeV 7.1536366 keV 1.373664 cm 8.1870277 m World muIoni + 101 1.0620462 m 14.626173 cm 2.3461406 m 7.9654043 MeV 13.267784 keV 1.5068542 cm 8.2020962 m World muIoni + 102 1.0834763 m 14.868483 cm 2.3523329 m 7.9509107 MeV 14.493538 keV 2.2438274 cm 8.2245345 m World muIoni + 103 1.0855637 m 14.890917 cm 2.3529363 m 7.9457903 MeV 1.0740806 keV 2.1843869 mm 8.2267189 m World muIoni + 104 1.0917321 m 14.959884 cm 2.3547221 m 7.940689 MeV 5.101317 keV 6.4586562 mm 8.2331775 m World muIoni + 105 1.097115 m 15.018942 cm 2.3562826 m 7.9372908 MeV 3.3982255 keV 5.635637 mm 8.2388132 m World muIoni + 106 1.1067997 m 15.127912 cm 2.3590761 m 7.9303788 MeV 5.7399469 keV 1.0138314 cm 8.2489515 m World muIoni + 107 1.1131831 m 15.198932 cm 2.3608857 m 7.9252576 MeV 3.9709175 keV 6.6728609 mm 8.2556243 m World muIoni + 108 1.1142203 m 15.210605 cm 2.3611851 m 7.9219666 MeV 1.2718079 keV 1.0857748 mm 8.2567101 m World muIoni + 109 1.1242152 m 15.324259 cm 2.3640667 m 7.9131167 MeV 7.0883531 keV 1.0464014 cm 8.2671741 m World muIoni + 110 1.1260476 m 15.345015 cm 2.3645861 m 7.9065589 MeV 597.98791 eV 1.9158514 mm 8.26909 m World muIoni + 111 1.1274873 m 15.361581 cm 2.3649863 m 7.8929827 MeV 467.85581 eV 1.5034381 mm 8.2705934 m World muIoni + 112 1.1288723 m 15.377375 cm 2.3653681 m 7.8911112 MeV 651.4112 eV 1.4452738 mm 8.2720387 m World muIoni + 113 1.1296789 m 15.386512 cm 2.3655903 m 7.8891397 MeV 864.13419 eV 841.69292 um 8.2728804 m World muIoni + 114 1.1760819 m 15.908716 cm 2.3784041 m 7.8509283 MeV 33.821511 keV 4.8423338 cm 8.3213037 m World muIoni + 115 1.1960341 m 16.129512 cm 2.3838028 m 7.8358973 MeV 15.030993 keV 2.0787568 cm 8.3420913 m World muIoni + 116 1.2001343 m 16.173421 cm 2.3849107 m 7.831015 MeV 1.7146562 keV 4.2698597 mm 8.3463612 m World muIoni + 117 1.2012981 m 16.185815 cm 2.3852268 m 7.8246876 MeV 409.34946 eV 1.2123334 mm 8.3475735 m World muIoni + 118 1.2023372 m 16.196839 cm 2.3855072 m 7.8205042 MeV 167.46152 eV 1.0819131 mm 8.3486554 m World muIoni + 119 1.2030571 m 16.204421 cm 2.3857006 m 7.8203372 MeV 166.96591 eV 749.22083 um 8.3494046 m World muIoni + 120 1.2035803 m 16.209679 cm 2.3858386 m 7.8180713 MeV 258.49258 eV 543.64285 um 8.3499483 m World muIoni + 121 1.2039563 m 16.213437 cm 2.3859374 m 7.8165838 MeV 82.856762 eV 390.5318 um 8.3503388 m World muIoni + 122 1.2085611 m 16.259659 cm 2.3871513 m 7.809845 MeV 5.241345 keV 4.7845647 mm 8.3551234 m World muIoni + 123 1.2470001 m 16.640736 cm 2.3973711 m 7.7780235 MeV 25.749641 keV 3.9957313 cm 8.3950807 m World muIoni + 124 1.2512292 m 16.687403 cm 2.3985402 m 7.7723379 MeV 3.5957363 keV 4.4125625 mm 8.3994932 m World muIoni + 125 1.2560879 m 16.741926 cm 2.3998852 m 7.7683857 MeV 2.7957437 keV 5.0708309 mm 8.4045641 m World muIoni + 126 1.265572 m 16.846504 cm 2.402549 m 7.7588489 MeV 7.6936977 keV 9.9064754 mm 8.4144705 m World muIoni + 127 1.2702373 m 16.899129 cm 2.4038949 m 7.7535143 MeV 3.3098384 keV 4.8839694 mm 8.4193545 m World muIoni + 128 1.2879851 m 17.100597 cm 2.4090038 m 7.7332552 MeV 16.29277 keV 1.8578306 cm 8.4379328 m World muIoni + 129 1.3021455 m 17.255806 cm 2.4130624 m 7.721283 MeV 10.105876 keV 1.4812193 cm 8.452745 m World muIoni + 130 1.3125762 m 17.368105 cm 2.4161713 m 7.7130731 MeV 8.2098982 keV 1.0942348 cm 8.4636874 m World muIoni + 131 1.3235717 m 17.494143 cm 2.4197152 m 7.705139 MeV 6.7365808 keV 1.1621139 cm 8.4753085 m World muIoni + 132 1.3341608 m 17.61576 cm 2.4231176 m 7.6920077 MeV 11.717511 keV 1.118858 cm 8.4864971 m World muIoni + 133 1.341518 m 17.697654 cm 2.4254633 m 7.6849304 MeV 4.0710598 keV 7.7654347 mm 8.4942625 m World muIoni + 134 1.3561927 m 17.868738 cm 2.430051 m 7.6653033 MeV 10.315603 keV 1.5470149 cm 8.5097327 m World muIoni + 135 1.3576152 m 17.885169 cm 2.4305156 m 7.6629009 MeV 802.93072 eV 1.5054423 mm 8.5112381 m World muIoni + 136 1.3759235 m 18.098313 cm 2.4364936 m 7.6483868 MeV 13.264748 keV 1.9377356 cm 8.5306155 m World muIoni + 137 1.3810717 m 18.16318 cm 2.4381398 m 7.6417101 MeV 5.6625091 keV 5.4437519 mm 8.5360592 m World muIoni + 138 1.3892019 m 18.264451 cm 2.4407039 m 7.6333347 MeV 7.2450481 keV 8.5849772 mm 8.5446442 m World muIoni + 139 1.3908951 m 18.285249 cm 2.441237 m 7.6300818 MeV 1.989184 keV 1.78726 mm 8.5464314 m World muIoni + 140 1.4070451 m 18.48254 cm 2.4463236 m 7.6179601 MeV 10.776766 keV 1.7046809 cm 8.5634783 m World muIoni + 141 1.4237938 m 18.686632 cm 2.4516732 m 7.6081762 MeV 8.1896601 keV 1.7700506 cm 8.5811788 m World muIoni + 142 1.4344709 m 18.817423 cm 2.4551402 m 7.5996541 MeV 8.5221074 keV 1.1301801 cm 8.5924806 m World muIoni + 143 1.4572149 m 19.109824 cm 2.4624519 m 7.5867424 MeV 12.911718 keV 2.4068968 cm 8.6165495 m World muIoni + 144 1.4666716 m 19.235181 cm 2.4655227 m 7.5802441 MeV 5.1791826 keV 1.0021574 cm 8.6265711 m World muIoni + 145 1.4710566 m 19.291303 cm 2.4669374 m 7.5781548 MeV 2.0893143 keV 4.6416021 mm 8.6312127 m World muIoni + 146 1.4923749 m 19.559229 cm 2.4738051 m 7.5554551 MeV 18.758145 keV 2.255721 cm 8.6537699 m World muIoni + 147 1.493408 m 19.571674 cm 2.4741392 m 7.552774 MeV 866.28993 eV 1.0928254 mm 8.6548627 m World muIoni + 148 1.5042258 m 19.701252 cm 2.477651 m 7.5455259 MeV 5.4150297 keV 1.1447247 cm 8.66631 m World muIoni + 149 1.5155564 m 19.828262 cm 2.4813211 m 7.5134173 MeV 6.9358109 keV 1.1977714 cm 8.6782877 m World muIoni + 150 1.5253567 m 19.936356 cm 2.4844587 m 7.5033065 MeV 8.5861389 keV 1.0346973 cm 8.6886347 m World muIoni + 151 1.5312524 m 20.00502 cm 2.4863162 m 7.5002524 MeV 3.0540472 keV 6.2194385 mm 8.6948541 m World muIoni + 152 1.5358513 m 20.056992 cm 2.4877553 m 7.4951081 MeV 3.8323345 keV 4.846818 mm 8.6997009 m World muIoni + 153 1.5481041 m 20.198863 cm 2.4916168 m 7.4820844 MeV 12.016802 keV 1.2925079 cm 8.712626 m World muIoni + 154 1.5544401 m 20.272381 cm 2.4936198 m 7.4698484 MeV 4.3626983 keV 6.6855437 mm 8.7193116 m World muIoni + 155 1.5650987 m 20.392891 cm 2.4970605 m 7.4534867 MeV 6.4146657 keV 1.1264934 cm 8.7305765 m World muIoni + 156 1.5703305 m 20.45286 cm 2.4987568 m 7.4478559 MeV 4.0795734 keV 5.5325165 mm 8.736109 m World muIoni + 157 1.5831661 m 20.596213 cm 2.5029248 m 7.4357396 MeV 10.545269 keV 1.3571418 cm 8.7496804 m World muIoni + 158 1.6060185 m 20.847747 cm 2.5104 m 7.4228541 MeV 12.885569 keV 2.4175412 cm 8.7738558 m World muIoni + 159 1.6070292 m 20.859153 cm 2.5107393 m 7.4184189 MeV 931.18682 eV 1.0722655 mm 8.7749281 m World muIoni + 160 1.6183486 m 20.985136 cm 2.5145418 m 7.4085754 MeV 8.1892191 keV 1.2007341 cm 8.7869354 m World muIoni + 161 1.6226202 m 21.032705 cm 2.5159944 m 7.4035009 MeV 2.7745593 keV 4.5368309 mm 8.7914723 m World muIoni + 162 1.6308053 m 21.126624 cm 2.5187401 m 7.3940709 MeV 7.7089892 keV 8.6843655 mm 8.8001566 m World muIoni + 163 1.6518151 m 21.358784 cm 2.5258262 m 7.3761599 MeV 16.906576 keV 2.2294091 cm 8.8224507 m World muIoni + 164 1.6711166 m 21.577853 cm 2.5323267 m 7.361961 MeV 14.198908 keV 2.048447 cm 8.8429352 m World muIoni + 165 1.6741318 m 21.609274 cm 2.5333254 m 7.3595567 MeV 2.4042228 keV 3.1917396 mm 8.8461269 m World muIoni + 166 1.6821742 m 21.691452 cm 2.5359635 m 7.3528145 MeV 5.2102657 keV 8.5038823 mm 8.8546308 m World muIoni + 167 1.6903518 m 21.775183 cm 2.5386558 m 7.3481614 MeV 4.653099 keV 8.6500652 mm 8.8632809 m World muIoni + 168 1.6912459 m 21.784477 cm 2.5389506 m 7.344889 MeV 416.37732 eV 945.97163 um 8.8642269 m World muIoni + 169 1.6965627 m 21.839412 cm 2.5406976 m 7.3410648 MeV 2.7679748 keV 5.6234407 mm 8.8698503 m World muIoni + 170 1.7192864 m 22.094302 cm 2.5479172 m 7.3249004 MeV 15.039479 keV 2.3979477 cm 8.8938298 m World muIoni + 171 1.7294562 m 22.203906 cm 2.5511241 m 7.3127561 MeV 9.1343689 keV 1.0719689 cm 8.9045495 m World muIoni + 172 1.7318105 m 22.23063 cm 2.5518636 m 7.3062184 MeV 803.32125 eV 2.4821221 mm 8.9070316 m World muIoni + 173 1.7439607 m 22.370177 cm 2.555652 m 7.2943122 MeV 10.659977 keV 1.2803529 cm 8.9198351 m World muIoni + 174 1.7469584 m 22.404031 cm 2.5565886 m 7.2914527 MeV 2.859509 keV 3.15873 mm 8.9229938 m World muIoni + 175 1.7507034 m 22.446679 cm 2.5577582 m 7.2883925 MeV 3.0601665 keV 3.946589 mm 8.9269404 m World muIoni + 176 1.7605942 m 22.555118 cm 2.5608076 m 7.2769173 MeV 8.6157112 keV 1.0406844 cm 8.9373473 m World muIoni + 177 1.7746073 m 22.7053 cm 2.5650795 m 7.2688386 MeV 8.0787638 keV 1.4726738 cm 8.952074 m World muIoni + 178 1.7800158 m 22.76647 cm 2.5668052 m 7.2642786 MeV 3.0480967 keV 5.709941 mm 8.957784 m World muIoni + 179 1.7996741 m 22.991027 cm 2.5731029 m 7.2227204 MeV 12.424498 keV 2.0764481 cm 8.9785484 m World muIoni + 180 1.8057483 m 23.059179 cm 2.5750367 m 7.2158297 MeV 6.8907226 keV 6.4109774 mm 8.9849594 m World muIoni + 181 1.834498 m 23.369951 cm 2.5842267 m 7.1885552 MeV 20.934175 keV 3.0342942 cm 9.0153024 m World muIoni + 182 1.8445514 m 23.468096 cm 2.58745 m 7.1721768 MeV 9.5843386 keV 1.0603061 cm 9.0259054 m World muIoni + 183 1.8467423 m 23.490363 cm 2.5881498 m 7.1664421 MeV 3.2811014 keV 2.3107129 mm 9.0282161 m World muIoni + 184 1.8647685 m 23.673823 cm 2.5939164 m 7.1445081 MeV 20.676958 keV 1.9014978 cm 9.0472311 m World muIoni + 185 1.8697154 m 23.721944 cm 2.5954924 m 7.137811 MeV 3.22648 keV 5.2141902 mm 9.0524453 m World muIoni + 186 1.8727188 m 23.751883 cm 2.5964297 m 7.133954 MeV 2.1311056 keV 3.1606807 mm 9.055606 m World muIoni + 187 1.8732851 m 23.757767 cm 2.5965944 m 7.1180678 MeV 310.16289 eV 592.71534 um 9.0561987 m World muIoni + 188 1.8970588 m 23.996235 cm 2.6034593 m 7.1004095 MeV 16.293885 keV 2.4859976 cm 9.0810587 m World muIoni + 189 1.8980154 m 24.006571 cm 2.6037365 m 7.0987561 MeV 137.81089 eV 1.0013198 mm 9.08206 m World muIoni + 190 1.90703 m 24.10352 cm 2.6063385 m 7.091725 MeV 5.5849357 keV 9.4326267 mm 9.0914926 m World muIoni + 191 1.917136 m 24.214528 cm 2.6092869 m 7.0813767 MeV 6.5410981 keV 1.0585771 cm 9.1020784 m World muIoni + 192 1.9194915 m 24.236795 cm 2.6099761 m 7.0765085 MeV 3.0278869 keV 2.4643434 mm 9.1045427 m World muIoni + 193 1.9281764 m 24.317019 cm 2.6125314 m 7.0577847 MeV 7.2908954 keV 9.0885716 mm 9.1136313 m World muIoni + 194 1.9302861 m 24.335913 cm 2.6131587 m 7.0572303 MeV 554.40455 eV 2.2090079 mm 9.1158403 m World muIoni + 195 1.933624 m 24.366421 cm 2.6141483 m 7.0530867 MeV 2.1189215 keV 3.494871 mm 9.1193352 m World muIoni + 196 1.9450505 m 24.471516 cm 2.6175104 m 7.0451412 MeV 7.9455566 keV 1.1957183 cm 9.1312924 m World muIoni + 197 1.9450539 m 24.471547 cm 2.6175114 m 7.0412885 MeV 2.6326825 eV 3.5510856 um 9.1312959 m World muIoni + 198 1.9503361 m 24.519436 cm 2.6190298 m 7.0361015 MeV 5.1869587 keV 5.5170043 mm 9.1368129 m World muIoni + 199 1.9507399 m 24.523029 cm 2.6191463 m 7.0349762 MeV 124.08635 eV 421.83606 um 9.1372348 m World muIoni + 200 1.9516277 m 24.530849 cm 2.6194026 m 7.0335087 MeV 445.52174 eV 927.36774 um 9.1381621 m World muIoni + 201 1.9625215 m 24.626219 cm 2.6225587 m 7.0248354 MeV 6.9802122 keV 1.1381817 cm 9.1495439 m World muIoni + 202 1.9645319 m 24.643735 cm 2.6231406 m 7.0217824 MeV 1.8937365 keV 2.1002142 mm 9.1516442 m World muIoni + 203 2.0025741 m 24.979235 cm 2.6341451 m 6.99154 MeV 28.008225 keV 3.9744829 cm 9.191389 m World muIoni + 204 2.019965 m 25.115282 cm 2.6392149 m 6.9767841 MeV 13.74119 keV 1.8165988 cm 9.209555 m World muIoni + 205 2.0209619 m 25.122242 cm 2.6395065 m 6.9747627 MeV 552.68423 eV 1.0409871 mm 9.210596 m World muIoni + 206 2.0399179 m 25.254967 cm 2.6450617 m 6.9587216 MeV 13.652197 keV 1.9798058 cm 9.230394 m World muIoni + 207 2.0403225 m 25.258336 cm 2.6451784 m 6.9586666 MeV 54.954203 eV 422.42828 um 9.2308164 m World muIoni + 208 2.0447461 m 25.295291 cm 2.6464534 m 6.9394335 MeV 4.0399084 keV 4.6185242 mm 9.235435 m World muIoni + 209 2.0523474 m 25.36033 cm 2.6486664 m 6.9332394 MeV 5.040253 keV 7.943548 mm 9.2433785 m World muIoni + 210 2.0544416 m 25.377802 cm 2.6492724 m 6.9291088 MeV 1.2834205 keV 2.1870919 mm 9.2455656 m World muIoni + 211 2.0609391 m 25.432966 cm 2.651151 m 6.9183826 MeV 6.2228193 keV 6.7861825 mm 9.2523518 m World muIoni + 212 2.1068098 m 25.837028 cm 2.6646389 m 6.8816942 MeV 33.28747 keV 4.7984618 cm 9.3003364 m World muIoni + 213 2.1126192 m 25.881516 cm 2.6663798 m 6.8774462 MeV 3.2411538 keV 6.0809193 mm 9.3064173 m World muIoni + 214 2.1192718 m 25.93184 cm 2.6683583 m 6.8694548 MeV 5.2509963 keV 6.9588295 mm 9.3133762 m World muIoni + 215 2.1421431 m 26.096529 cm 2.675262 m 6.8497409 MeV 17.184018 keV 2.3947736 cm 9.3373239 m World muIoni + 216 2.1539755 m 26.193652 cm 2.679086 m 6.8367093 MeV 11.763237 keV 1.2472926 cm 9.3497968 m World muIoni + 217 2.1541006 m 26.194715 cm 2.6791275 m 6.833128 MeV 0 eV 132.24849 um 9.3499291 m World muIoni + 218 2.1652851 m 26.291164 cm 2.6828252 m 6.8249422 MeV 8.1857618 keV 1.1819427 cm 9.3617485 m World muIoni + 219 2.1691573 m 26.326198 cm 2.6840868 m 6.8221856 MeV 2.7566427 keV 4.0875875 mm 9.3658361 m World muIoni + 220 2.1695222 m 26.329514 cm 2.6842037 m 6.81808 MeV 322.31508 eV 384.59519 um 9.3662207 m World muIoni + 221 2.1719419 m 26.35159 cm 2.684983 m 6.8144347 MeV 2.5464703 keV 2.5516913 mm 9.3687724 m World muIoni + 222 2.1846312 m 26.466526 cm 2.6890744 m 6.8049051 MeV 8.1041674 keV 1.3382127 cm 9.3821545 m World muIoni + 223 2.1995052 m 26.599639 cm 2.6938491 m 6.7867138 MeV 12.477932 keV 1.5678356 cm 9.3978329 m World muIoni + 224 2.2027639 m 26.627223 cm 2.6948853 m 6.7362173 MeV 2.5666709 keV 3.4305439 mm 9.4012634 m World muIoni + 225 2.2175277 m 26.753362 cm 2.6996695 m 6.7142105 MeV 11.003167 keV 1.5571023 cm 9.4168344 m World muIoni + 226 2.2289006 m 26.84684 cm 2.7034152 m 6.7033752 MeV 10.835271 keV 1.2010332 cm 9.4288448 m World muIoni + 227 2.2342825 m 26.892207 cm 2.7051509 m 6.6994871 MeV 3.8880556 keV 5.6730696 mm 9.4345178 m World muIoni + 228 2.241038 m 26.947171 cm 2.7073577 m 6.6925546 MeV 5.8830642 keV 7.1280353 mm 9.4416459 m World muIoni + 229 2.2473411 m 26.99652 cm 2.7094366 m 6.685686 MeV 5.8136472 keV 6.6554186 mm 9.4483013 m World muIoni + 230 2.2508435 m 27.024458 cm 2.7105954 m 6.6785156 MeV 2.1584101 keV 3.6997074 mm 9.452001 m World muIoni + 231 2.2549218 m 27.057765 cm 2.711947 m 6.672808 MeV 3.6061981 keV 4.3093246 mm 9.4563103 m World muIoni + 232 2.2610084 m 27.105745 cm 2.7139616 m 6.6514465 MeV 5.1750529 keV 6.4292701 mm 9.4627396 m World muIoni + 233 2.2637315 m 27.127936 cm 2.7148626 m 6.6453291 MeV 3.6008958 keV 2.8768973 mm 9.4656165 m World muIoni + 234 2.2695452 m 27.176882 cm 2.7167928 m 6.6406029 MeV 4.726245 keV 6.145259 mm 9.4717617 m World muIoni + 235 2.2849919 m 27.303603 cm 2.7219112 m 6.624708 MeV 14.135873 keV 1.6322089 cm 9.4880838 m World muIoni + 236 2.2888702 m 27.336009 cm 2.723192 m 6.6212592 MeV 2.13663 keV 4.0971238 mm 9.4921809 m World muIoni + 237 2.2945638 m 27.383286 cm 2.7250749 m 6.6149144 MeV 5.1807967 keV 6.0155619 mm 9.4981965 m World muIoni + 238 2.2948939 m 27.386224 cm 2.7251868 m 6.6147712 MeV 143.14231 eV 349.81817 um 9.4985463 m World muIoni + 239 2.2982292 m 27.415882 cm 2.726318 m 6.6112593 MeV 3.5119617 keV 3.5343561 mm 9.5020807 m World muIoni + 240 2.3164481 m 27.574421 cm 2.7324966 m 6.5949041 MeV 15.285111 keV 1.9303525 cm 9.5213842 m World muIoni + 241 2.3224269 m 27.628852 cm 2.734581 m 6.589989 MeV 4.9150951 keV 6.3550404 mm 9.5277393 m World muIoni + 242 2.3282053 m 27.684151 cm 2.7366103 m 6.5711373 MeV 4.8280482 keV 6.1493742 mm 9.5338886 m World muIoni + 243 2.3283464 m 27.685521 cm 2.7366589 m 6.5700715 MeV 23.307297 eV 149.83258 um 9.5340385 m World muIoni + 244 2.331275 m 27.714003 cm 2.7376648 m 6.5675486 MeV 1.4916623 keV 3.1096228 mm 9.5371481 m World muIoni + 245 2.3329679 m 27.730547 cm 2.7382462 m 6.5653186 MeV 986.52634 eV 1.7976096 mm 9.5389457 m World muIoni + 246 2.3342617 m 27.743257 cm 2.7386916 m 6.5638213 MeV 391.09254 eV 1.3742018 mm 9.5403199 m World muIoni + 247 2.3365464 m 27.766082 cm 2.7394788 m 6.5511973 MeV 2.3100582 keV 2.4272834 mm 9.5427472 m World muIoni + 248 2.3406452 m 27.806333 cm 2.74088 m 6.5349655 MeV 4.0251169 keV 4.3503038 mm 9.5470975 m World muIoni + 249 2.3421818 m 27.821298 cm 2.7414048 m 6.5310765 MeV 853.87254 eV 1.6306849 mm 9.5487282 m World muIoni + 250 2.3565589 m 27.958429 cm 2.7463265 m 6.5169528 MeV 12.901047 keV 1.525808 cm 9.5639862 m World muIoni + 251 2.3632277 m 28.023579 cm 2.7485757 m 6.504082 MeV 5.8022666 keV 7.0679688 mm 9.5710542 m World muIoni + 252 2.3651303 m 28.042329 cm 2.7492225 m 6.5029652 MeV 1.1168517 keV 2.0182945 mm 9.5730725 m World muIoni + 253 2.3769503 m 28.174092 cm 2.7539522 m 6.491074 MeV 11.891181 keV 1.2805207 cm 9.5858777 m World muIoni + 254 2.3814184 m 28.223567 cm 2.7558155 m 6.4843024 MeV 5.4309256 keV 4.8663423 mm 9.5907441 m World muIoni + 255 2.3919321 m 28.334874 cm 2.7602467 m 6.4738444 MeV 9.3822687 keV 1.1463558 cm 9.6022076 m World muIoni + 256 2.4003973 m 28.422827 cm 2.7638341 m 6.4651297 MeV 6.5365363 keV 9.2360055 mm 9.6114436 m World muIoni + 257 2.4053129 m 28.472856 cm 2.7659264 m 6.4583371 MeV 5.3105709 keV 5.3657654 mm 9.6168094 m World muIoni + 258 2.4100905 m 28.521449 cm 2.767945 m 6.4531393 MeV 4.1166878 keV 5.2092982 mm 9.6220187 m World muIoni + 259 2.4188738 m 28.608687 cm 2.7716319 m 6.443543 MeV 6.1927966 keV 9.5655958 mm 9.6315843 m World muIoni + 260 2.4261827 m 28.679895 cm 2.7746941 m 6.4360184 MeV 6.4079182 keV 7.9564642 mm 9.6395407 m World muIoni + 261 2.4345276 m 28.76423 cm 2.7781822 m 6.4219309 MeV 8.6986688 keV 9.0838629 mm 9.6486246 m World muIoni + 262 2.4532499 m 28.952503 cm 2.7860634 m 6.4041901 MeV 15.836732 keV 2.040088 cm 9.6690255 m World muIoni + 263 2.4546777 m 28.96778 cm 2.7866876 m 6.4008307 MeV 2.3251446 keV 1.5657026 mm 9.6705912 m World muIoni + 264 2.4560871 m 28.982674 cm 2.7873028 m 6.3989987 MeV 819.04739 eV 1.545001 mm 9.6721362 m World muIoni + 265 2.4825289 m 29.261579 cm 2.7988803 m 6.3719636 MeV 27.035091 keV 2.9000491 cm 9.7011367 m World muIoni + 266 2.4836535 m 29.273187 cm 2.7993696 m 6.3700938 MeV 610.38063 eV 1.231802 mm 9.7023685 m World muIoni + 267 2.4838044 m 29.274721 cm 2.7994351 m 6.3676546 MeV 216.28689 eV 165.29382 um 9.7025338 m World muIoni + 268 2.4943972 m 29.38119 cm 2.8040272 m 6.3524172 MeV 10.954623 keV 1.15944 cm 9.7141282 m World muIoni + 269 2.5199352 m 29.659529 cm 2.8149114 m 6.3313654 MeV 18.269028 keV 2.790044 cm 9.7420286 m World muIoni + 270 2.5219597 m 29.67825 cm 2.8157694 m 6.3289178 MeV 2.4476159 keV 2.2068221 mm 9.7442354 m World muIoni + 271 2.5223982 m 29.682311 cm 2.8159543 m 6.2720501 MeV 138.13433 eV 477.57196 um 9.744713 m World muIoni + 272 2.5398136 m 29.840406 cm 2.8233892 m 6.2566734 MeV 15.376743 keV 1.9002181 cm 9.7637152 m World muIoni + 273 2.5444529 m 29.885644 cm 2.8253397 m 6.2479714 MeV 7.3771159 keV 5.0529541 mm 9.7687681 m World muIoni + 274 2.5492713 m 29.934688 cm 2.827376 m 6.2413721 MeV 4.5534686 keV 5.2539957 mm 9.7740221 m World muIoni + 275 2.5687005 m 30.129909 cm 2.8355921 m 6.2218517 MeV 18.471819 keV 2.1185481 cm 9.7952076 m World muIoni + 276 2.5827468 m 30.276814 cm 2.841522 m 6.2054545 MeV 14.753659 keV 1.5317481 cm 9.8105251 m World muIoni + 277 2.6078959 m 30.54758 cm 2.852148 m 6.1791018 MeV 22.406868 keV 2.7436434 cm 9.8379615 m World muIoni + 278 2.6208192 m 30.697738 cm 2.8575473 m 6.1672358 MeV 10.286891 keV 1.4086179 cm 9.8520477 m World muIoni + 279 2.6287671 m 30.794111 cm 2.8608918 m 6.1605307 MeV 6.7051263 keV 8.6767373 mm 9.8607245 m World muIoni + 280 2.6516889 m 31.075999 cm 2.870613 m 6.1366015 MeV 20.9138 keV 2.5057594 cm 9.885782 m World muIoni + 281 2.6652086 m 31.252164 cm 2.876429 m 6.1230719 MeV 12.23393 keV 1.4822755 cm 9.9006048 m World muIoni + 282 2.6668492 m 31.273052 cm 2.8771411 m 6.1191714 MeV 2.2127332 keV 1.8006873 mm 9.9024055 m World muIoni + 283 2.6694545 m 31.30582 cm 2.878272 m 6.1156526 MeV 2.5223702 keV 2.8590177 mm 9.9052645 m World muIoni + 284 2.6795939 m 31.431145 cm 2.882666 m 6.1075958 MeV 6.9752017 keV 1.1121436 cm 9.9163859 m World muIoni + 285 2.7017028 m 31.669911 cm 2.8922183 m 6.0870077 MeV 20.588027 keV 2.4202744 cm 9.9405887 m World muIoni + 286 2.7074415 m 31.743332 cm 2.8946715 m 6.0805504 MeV 4.096625 keV 6.2841629 mm 9.9468729 m World muIoni + 287 2.7109474 m 31.786677 cm 2.896172 m 6.069811 MeV 2.4541507 keV 3.8381042 mm 9.950711 m World muIoni + 288 2.7155255 m 31.84334 cm 2.8981537 m 6.0642267 MeV 4.5070619 keV 5.0206208 mm 9.9557316 m World muIoni + 289 2.7160625 m 31.849891 cm 2.8983893 m 6.0609742 MeV 508.31337 eV 590.10087 um 9.9563217 m World muIoni + 290 2.7377911 m 32.111769 cm 2.9079362 m 6.0374651 MeV 22.447642 keV 2.3878009 cm 9.9801997 m World muIoni + 291 2.740911 m 32.151126 cm 2.9093183 m 6.032436 MeV 4.0351902 keV 3.4349211 mm 9.9836346 m World muIoni + 292 2.7416879 m 32.160806 cm 2.9096589 m 6.0297546 MeV 285.8146 eV 853.80115 um 9.9844884 m World muIoni + 293 2.7456254 m 32.209797 cm 2.9113916 m 6.0189074 MeV 2.6646957 keV 4.3296486 mm 9.9888181 m World muIoni + 294 2.7610741 m 32.403682 cm 2.9181635 m 6.0007116 MeV 17.16269 keV 1.6979029 cm 10.005797 m World muIoni + 295 2.7773322 m 32.603542 cm 2.9252851 m 5.9862424 MeV 12.924837 keV 1.78619 cm 10.023659 m World muIoni + 296 2.78228 m 32.665595 cm 2.9274981 m 5.9786153 MeV 6.5480901 keV 5.4556236 mm 10.029115 m World muIoni + 297 2.7938787 m 32.815028 cm 2.9327011 m 5.9602453 MeV 12.02763 keV 1.2799828 cm 10.041914 m World muIoni + 298 2.8059282 m 32.9623 cm 2.9382987 m 5.946278 MeV 11.028756 keV 1.336775 cm 10.055282 m World muIoni + 299 2.8326958 m 33.275138 cm 2.9503306 m 5.9160836 MeV 28.929626 keV 2.9514462 cm 10.084797 m World muIoni + 300 2.8350267 m 33.302109 cm 2.9513919 m 5.9115268 MeV 2.4344623 keV 2.5753558 mm 10.087372 m World muIoni + 301 2.8414376 m 33.375859 cm 2.9543117 m 5.9060074 MeV 4.4444536 keV 7.0830309 mm 10.094455 m World muIoni + 302 2.8427983 m 33.391389 cm 2.9549349 m 5.9037204 MeV 886.32533 eV 1.5046412 mm 10.09596 m World muIoni + 303 2.8495096 m 33.468769 cm 2.9579989 m 5.8898128 MeV 6.5184611 keV 7.4181418 mm 10.103378 m World muIoni + 304 2.8504837 m 33.479636 cm 2.95844 m 5.8820871 MeV 2.6673937 keV 1.0748162 mm 10.104453 m World muIoni + 305 2.871475 m 33.712937 cm 2.9679987 m 5.864017 MeV 16.808261 keV 2.3183343 cm 10.127636 m World muIoni + 306 2.8767161 m 33.772348 cm 2.9703903 m 5.8572868 MeV 5.3068442 keV 5.7916594 mm 10.133428 m World muIoni + 307 2.8860855 m 33.876381 cm 2.974663 m 5.825538 MeV 7.5489498 keV 1.0350143 cm 10.143778 m World muIoni + 308 2.8886576 m 33.906521 cm 2.9758422 m 5.8211988 MeV 2.0704519 keV 2.8455178 mm 10.146623 m World muIoni + 309 2.8985559 m 34.023501 cm 2.9804038 m 5.8111112 MeV 8.7657656 keV 1.0961522 cm 10.157585 m World muIoni + 310 2.904113 m 34.089097 cm 2.9829413 m 5.8000202 MeV 5.0537777 keV 6.1442092 mm 10.163729 m World muIoni + 311 2.9052574 m 34.101651 cm 2.983465 m 5.7977851 MeV 542.34139 eV 1.2647161 mm 10.164994 m World muIoni + 312 2.9119633 m 34.175342 cm 2.9865422 m 5.7881916 MeV 8.4348487 keV 7.4149948 mm 10.172409 m World muIoni + 313 2.9193251 m 34.256832 cm 2.9898903 m 5.77503 MeV 7.1445521 keV 8.1284393 mm 10.180537 m World muIoni + 314 2.921876 m 34.285178 cm 2.9910384 m 5.7706641 MeV 3.0934493 keV 2.8115895 mm 10.183349 m World muIoni + 315 2.9293445 m 34.368808 cm 2.994391 m 5.7629752 MeV 4.9535884 keV 8.2292166 mm 10.191578 m World muIoni + 316 2.9443333 m 34.530296 cm 3.0011176 m 5.743673 MeV 17.223391 keV 1.6508342 cm 10.208086 m World muIoni + 317 2.9558953 m 34.660669 cm 3.0063536 m 5.7230789 MeV 12.162283 keV 1.2759269 cm 10.220846 m World muIoni + 318 2.9581682 m 34.684065 cm 3.0073775 m 5.7183755 MeV 3.6208727 keV 2.5038244 mm 10.223349 m World muIoni + 319 2.978196 m 34.894858 cm 3.016386 m 5.7018216 MeV 15.018595 keV 2.2062002 cm 10.245411 m World muIoni + 320 2.9789085 m 34.901761 cm 3.0167075 m 5.697759 MeV 816.56627 eV 784.6665 um 10.246196 m World muIoni + 321 2.9824235 m 34.935425 cm 3.0182979 m 5.6938054 MeV 2.7515323 keV 3.8727396 mm 10.250069 m World muIoni + 322 2.9831446 m 34.942514 cm 3.0186233 m 5.6899136 MeV 449.64834 eV 794.32566 um 10.250863 m World muIoni + 323 2.9929497 m 35.039999 cm 3.0230484 m 5.6786022 MeV 9.2770066 keV 1.0801603 cm 10.261665 m World muIoni + 324 3.0028878 m 35.143721 cm 3.0275894 m 5.6691748 MeV 8.2434104 keV 1.0975634 cm 10.27264 m World muIoni + 325 3.0086974 m 35.204713 cm 3.0302861 m 5.6582556 MeV 5.9225525 keV 6.4339728 mm 10.279074 m World muIoni + 326 3.0116664 m 35.236557 cm 3.0316856 m 5.6533932 MeV 3.5031546 keV 3.2976923 mm 10.282372 m World muIoni + 327 3.0130678 m 35.251293 cm 3.0323503 m 5.649501 MeV 918.91302 eV 1.558015 mm 10.28393 m World muIoni + 328 3.0140188 m 35.261025 cm 3.0328007 m 5.6490435 MeV 457.51644 eV 1.0567482 mm 10.284987 m World muIoni + 329 3.020077 m 35.322864 cm 3.0356696 m 5.6416844 MeV 4.3496793 keV 6.7316446 mm 10.291718 m World muIoni + 330 3.0213105 m 35.335031 cm 3.0362512 m 5.6329427 MeV 599.26705 eV 1.3692248 mm 10.293088 m World muIoni + 331 3.022209 m 35.344002 cm 3.0366753 m 5.6326067 MeV 336.00481 eV 997.58648 um 10.294085 m World muIoni + 332 3.0227967 m 35.349678 cm 3.0369548 m 5.6300209 MeV 510.98696 eV 653.22459 um 10.294739 m World muIoni + 333 3.0252565 m 35.373024 cm 3.0381252 m 5.6209698 MeV 3.9698242 keV 2.734048 mm 10.297473 m World muIoni + 334 3.0311827 m 35.431912 cm 3.0409297 m 5.606803 MeV 7.029077 keV 6.5827451 mm 10.304055 m World muIoni + 335 3.0314455 m 35.434629 cm 3.0410547 m 5.6028107 MeV 215.94438 eV 292.26849 um 10.304348 m World muIoni + 336 3.0332167 m 35.452709 cm 3.041901 m 5.599954 MeV 1.6671164 keV 1.9713343 mm 10.306319 m World muIoni + 337 3.0369971 m 35.490726 cm 3.0437106 m 5.5896383 MeV 3.6791132 keV 4.2083619 mm 10.310527 m World muIoni + 338 3.0447119 m 35.568009 cm 3.0474063 m 5.5765061 MeV 12.138129 keV 8.5891902 mm 10.319116 m World muIoni + 339 3.0506026 m 35.631491 cm 3.0502033 m 5.5729065 MeV 3.5996503 keV 6.5519308 mm 10.325668 m World muIoni + 340 3.0551641 m 35.680559 cm 3.0523481 m 5.565025 MeV 6.6038358 keV 5.0643644 mm 10.330733 m World muIoni + 341 3.0579262 m 35.709604 cm 3.0536392 m 5.5623103 MeV 2.714677 keV 3.0627997 mm 10.333796 m World muIoni + 342 3.0601966 m 35.733078 cm 3.0546983 m 5.5597634 MeV 1.2233549 keV 2.5162389 mm 10.336312 m World muIoni + 343 3.064642 m 35.77861 cm 3.056742 m 5.5537069 MeV 3.5755268 keV 4.9139136 mm 10.341226 m World muIoni + 344 3.069571 m 35.828462 cm 3.059017 m 5.5486576 MeV 5.0492392 keV 5.4514947 mm 10.346677 m World muIoni + 345 3.0822611 m 35.953665 cm 3.0648258 m 5.5182403 MeV 13.667508 keV 1.401262 cm 10.36069 m World muIoni + 346 3.0824007 m 35.954988 cm 3.06489 m 5.5166154 MeV 429.09497 eV 154.26223 um 10.360844 m World muIoni + 347 3.0862768 m 35.991366 cm 3.0666696 m 5.5091347 MeV 5.4661832 keV 4.2805441 mm 10.365125 m World muIoni + 348 3.0900771 m 36.027631 cm 3.0683946 m 5.5030385 MeV 5.0034994 keV 4.189225 mm 10.369314 m World muIoni + 349 3.0941058 m 36.064962 cm 3.0702339 m 5.4968646 MeV 4.5278953 keV 4.4444073 mm 10.373758 m World muIoni + 350 3.1083096 m 36.193818 cm 3.0767246 m 5.4776144 MeV 11.666785 keV 1.5669911 cm 10.389428 m World muIoni + 351 3.1182466 m 36.279059 cm 3.0813469 m 5.4674608 MeV 8.8322934 keV 1.0992682 cm 10.400421 m World muIoni + 352 3.1228591 m 36.316913 cm 3.0834886 m 5.4612898 MeV 5.0674018 keV 5.0994968 mm 10.40552 m World muIoni + 353 3.1237001 m 36.324066 cm 3.0838793 m 5.4595851 MeV 640.70007 eV 930.08336 um 10.40645 m World muIoni + 354 3.1252143 m 36.338217 cm 3.0845785 m 5.4568794 MeV 1.5756654 keV 1.6738244 mm 10.408124 m World muIoni + 355 3.1440227 m 36.513674 cm 3.0932688 m 5.434679 MeV 17.434058 keV 2.079368 cm 10.428918 m World muIoni + 356 3.1442582 m 36.515693 cm 3.0933775 m 5.4041406 MeV 172.15917 eV 260.16827 um 10.429178 m World muIoni + 357 3.1481341 m 36.547259 cm 3.0951644 m 5.4004058 MeV 2.5620999 keV 4.2796422 mm 10.433458 m World muIoni + 358 3.1629416 m 36.657924 cm 3.1019979 m 5.3794839 MeV 14.682858 keV 1.6345998 cm 10.449804 m World muIoni + 359 3.1659816 m 36.679069 cm 3.1034056 m 5.3716877 MeV 1.4824003 keV 3.356744 mm 10.45316 m World muIoni + 360 3.1666947 m 36.683816 cm 3.1037376 m 5.3672804 MeV 524.47041 eV 788.10958 um 10.453949 m World muIoni + 361 3.2140033 m 37.000583 cm 3.12566 m 5.3173122 MeV 48.341503 keV 5.2240477 cm 10.506189 m World muIoni + 362 3.2160483 m 37.015653 cm 3.1265607 m 5.3150645 MeV 2.2476646 keV 2.2396769 mm 10.508429 m World muIoni + 363 3.2208599 m 37.05283 cm 3.1286789 m 5.3076959 MeV 5.0597106 keV 5.2703482 mm 10.513699 m World muIoni + 364 3.2225263 m 37.06644 cm 3.1294153 m 5.3049885 MeV 1.5447424 keV 1.8269424 mm 10.515526 m World muIoni + 365 3.2406334 m 37.214038 cm 3.1374474 m 5.2875557 MeV 17.432792 keV 1.9863938 cm 10.53539 m World muIoni + 366 3.2460594 m 37.25991 cm 3.1398524 m 5.2803406 MeV 5.9057207 keV 5.9528309 mm 10.541343 m World muIoni + 367 3.2515623 m 37.30383 cm 3.1422985 m 5.2737415 MeV 6.5990403 keV 6.0380975 mm 10.547381 m World muIoni + 368 3.2618 m 37.381802 cm 3.1467953 m 5.261323 MeV 9.0567039 keV 1.1209076 cm 10.55859 m World muIoni + 369 3.2660563 m 37.412232 cm 3.1486529 m 5.2549352 MeV 5.0872452 keV 4.6539439 mm 10.563244 m World muIoni + 370 3.3069234 m 37.675253 cm 3.1667578 m 5.2163096 MeV 37.043921 keV 4.4777726 cm 10.608022 m World muIoni + 371 3.3094055 m 37.692983 cm 3.167894 m 5.2149006 MeV 1.4089588 keV 2.7355267 mm 10.610757 m World muIoni + 372 3.3162151 m 37.741413 cm 3.1710124 m 5.2051563 MeV 4.8874326 keV 7.505402 mm 10.618263 m World muIoni + 373 3.3189812 m 37.75847 cm 3.1722722 m 5.2020183 MeV 3.1379736 keV 3.0442888 mm 10.621307 m World muIoni + 374 3.320841 m 37.770479 cm 3.1731127 m 5.1972295 MeV 4.7887775 keV 2.0444489 mm 10.623351 m World muIoni + 375 3.3257082 m 37.802534 cm 3.1753263 m 5.1597667 MeV 3.8378445 keV 5.3564839 mm 10.628708 m World muIoni + 376 3.3275877 m 37.815231 cm 3.1761847 m 5.1566408 MeV 2.0682376 keV 2.070171 mm 10.630778 m World muIoni + 377 3.3494698 m 37.964134 cm 3.1862321 m 5.1326184 MeV 22.543042 keV 2.412528 cm 10.654903 m World muIoni + 378 3.3658674 m 38.077668 cm 3.1936788 m 5.1169592 MeV 15.659209 keV 1.8045406 cm 10.672949 m World muIoni + 379 3.3739009 m 38.132858 cm 3.1972863 m 5.103945 MeV 11.909073 keV 8.8236297 mm 10.681772 m World muIoni + 380 3.3822117 m 38.19089 cm 3.2010842 m 5.0911763 MeV 10.758429 keV 9.1559366 mm 10.690928 m World muIoni + 381 3.3844976 m 38.206334 cm 3.2021222 m 5.0820626 MeV 1.8348706 keV 2.5153694 mm 10.693444 m World muIoni + 382 3.3847947 m 38.208304 cm 3.2022573 m 5.0790884 MeV 268.28475 eV 326.90328 um 10.69377 m World muIoni + 383 3.387678 m 38.227363 cm 3.2035739 m 5.0740678 MeV 1.8448078 keV 3.1754282 mm 10.696946 m World muIoni + 384 3.3889114 m 38.235095 cm 3.20413 m 5.0707326 MeV 1.0071963 keV 1.3552174 mm 10.698301 m World muIoni + 385 3.3949733 m 38.27455 cm 3.2068537 m 5.0601654 MeV 7.997101 keV 6.6573789 mm 10.704959 m World muIoni + 386 3.3987304 m 38.301476 cm 3.2085416 m 5.0567691 MeV 2.1699847 keV 4.1276782 mm 10.709086 m World muIoni + 387 3.4118004 m 38.386922 cm 3.2144403 m 5.0305693 MeV 15.987695 keV 1.4365077 cm 10.723451 m World muIoni + 388 3.4278236 m 38.488379 cm 3.2217452 m 5.008638 MeV 19.850449 keV 1.7639375 cm 10.741091 m World muIoni + 389 3.4323844 m 38.521339 cm 3.2238315 m 4.9959877 MeV 7.9824907 keV 5.0261537 mm 10.746117 m World muIoni + 390 3.449154 m 38.641984 cm 3.2315064 m 4.9758666 MeV 18.90597 keV 1.8482256 cm 10.764599 m World muIoni + 391 3.456818 m 38.69281 cm 3.2348478 m 4.9465122 MeV 8.8138392 keV 8.3762861 mm 10.772975 m World muIoni + 392 3.4747967 m 38.814169 cm 3.2427939 m 4.9272598 MeV 16.969552 keV 1.9694347 cm 10.79267 m World muIoni + 393 3.4778953 m 38.835619 cm 3.2441641 m 4.922573 MeV 2.7522304 keV 3.3948049 mm 10.796064 m World muIoni + 394 3.5143703 m 39.102634 cm 3.2603249 m 4.8803859 MeV 37.778076 keV 3.9986257 cm 10.836051 m World muIoni + 395 3.5189464 m 39.130171 cm 3.2623262 m 4.8691217 MeV 9.0104166 keV 5.0022206 mm 10.841053 m World muIoni + 396 3.5189592 m 39.130246 cm 3.2623317 m 4.860351 MeV 0 eV 13.977752 um 10.841067 m World muIoni + 397 3.5262232 m 39.17135 cm 3.2654578 m 4.8505224 MeV 6.1658808 keV 7.9188886 mm 10.848986 m World muIoni + 398 3.5338349 m 39.210983 cm 3.2686545 m 4.8350793 MeV 8.4355036 keV 8.2652037 mm 10.857251 m World muIoni + 399 3.5501504 m 39.284469 cm 3.2756214 m 4.8165141 MeV 18.565123 keV 1.7756418 cm 10.875007 m World muIoni + 400 3.5570345 m 39.318642 cm 3.2785959 m 4.8057462 MeV 8.0720186 keV 7.5070971 mm 10.882515 m World muIoni + 401 3.5615218 m 39.339628 cm 3.2805459 m 4.7954862 MeV 6.3128346 keV 4.8971191 mm 10.887412 m World muIoni + 402 3.566606 m 39.36561 cm 3.2827533 m 4.7912977 MeV 4.1884409 keV 5.5489168 mm 10.892961 m World muIoni + 403 3.5821508 m 39.443865 cm 3.2895589 m 4.7697261 MeV 17.740872 keV 1.698762 cm 10.909948 m World muIoni + 404 3.5912742 m 39.495261 cm 3.2934656 m 4.7612971 MeV 7.0663664 keV 9.9381169 mm 10.919886 m World muIoni + 405 3.5922917 m 39.499988 cm 3.2939087 m 4.7597053 MeV 1.5917507 keV 1.110822 mm 10.920997 m World muIoni + 406 3.5926562 m 39.501674 cm 3.2940676 m 4.7569577 MeV 1.6840058 keV 397.99231 um 10.921395 m World muIoni + 407 3.5937896 m 39.506931 cm 3.2945595 m 4.7474375 MeV 1.6865818 keV 1.2366066 mm 10.922632 m World muIoni + 408 3.5960876 m 39.517063 cm 3.2955618 m 4.7445251 MeV 2.9124376 keV 2.5091916 mm 10.925141 m World muIoni + 409 3.606031 m 39.565436 cm 3.2997488 m 4.7320376 MeV 11.345656 keV 1.0800314 cm 10.935941 m World muIoni + 410 3.6171576 m 39.61747 cm 3.3044019 m 4.7213308 MeV 10.706767 keV 1.2071792 cm 10.948013 m World muIoni + 411 3.6252518 m 39.651806 cm 3.307757 m 4.7101761 MeV 10.081099 keV 8.768812 mm 10.956782 m World muIoni + 412 3.6314966 m 39.679291 cm 3.3102759 m 4.6961007 MeV 6.6842498 keV 6.7393516 mm 10.963521 m World muIoni + 413 3.6331856 m 39.68579 cm 3.310957 m 4.6937593 MeV 848.34989 eV 1.8222656 mm 10.965343 m World muIoni + 414 3.6494913 m 39.747458 cm 3.3175508 m 4.6754237 MeV 18.335665 keV 1.7599722 cm 10.982943 m World muIoni + 415 3.6546998 m 39.770014 cm 3.3196943 m 4.6687709 MeV 5.2987528 keV 5.6369133 mm 10.98858 m World muIoni + 416 3.6702707 m 39.847001 cm 3.3260985 m 4.6502354 MeV 17.230395 keV 1.685444 cm 11.005435 m World muIoni + 417 3.6865625 m 39.905886 cm 3.3328369 m 4.632854 MeV 16.025496 keV 1.7641276 cm 11.023076 m World muIoni + 418 3.6956949 m 39.935769 cm 3.3365171 m 4.6237461 MeV 9.1079387 keV 9.850743 mm 11.032927 m World muIoni + 419 3.7035818 m 39.965169 cm 3.3396811 m 4.6127304 MeV 6.9182859 keV 8.5030389 mm 11.04143 m World muIoni + 420 3.719323 m 40.037846 cm 3.3460505 m 4.5958963 MeV 15.597819 keV 1.6996988 cm 11.058427 m World muIoni + 421 3.7215778 m 40.049314 cm 3.3469784 m 4.5923639 MeV 2.3050223 keV 2.4408834 mm 11.060867 m World muIoni + 422 3.740558 m 40.138581 cm 3.3548312 m 4.5619774 MeV 23.881426 keV 2.0560628 cm 11.081428 m World muIoni + 423 3.7443357 m 40.155386 cm 3.3563896 m 4.5571878 MeV 3.5024243 keV 4.0899909 mm 11.085518 m World muIoni + 424 3.7573938 m 40.204515 cm 3.3618185 m 4.5382455 MeV 16.949417 keV 1.4150482 cm 11.099669 m World muIoni + 425 3.7592517 m 40.210888 cm 3.362593 m 4.5343267 MeV 1.908589 keV 2.0138376 mm 11.101682 m World muIoni + 426 3.7708747 m 40.249636 cm 3.3673775 m 4.5204812 MeV 13.845447 keV 1.257546 cm 11.114258 m World muIoni + 427 3.7747356 m 40.268766 cm 3.3689897 m 4.5129176 MeV 4.7067963 keV 4.1883703 mm 11.118446 m World muIoni + 428 3.7757707 m 40.273854 cm 3.3694211 m 4.5116597 MeV 1.257871 keV 1.1225125 mm 11.119569 m World muIoni + 429 3.7793751 m 40.291526 cm 3.3709238 m 4.5053145 MeV 5.2204571 keV 3.9092001 mm 11.123478 m World muIoni + 430 3.7803792 m 40.296077 cm 3.371341 m 4.5030707 MeV 682.0272 eV 1.0881914 mm 11.124566 m World muIoni + 431 3.7859362 m 40.321601 cm 3.3736538 m 4.4950946 MeV 7.9761992 keV 6.0245863 mm 11.130591 m World muIoni + 432 3.7870056 m 40.325919 cm 3.3741023 m 4.4934311 MeV 649.26536 eV 1.1604865 mm 11.131751 m World muIoni + 433 3.7871822 m 40.326635 cm 3.3741766 m 4.4215225 MeV 125.91126 eV 191.64496 um 11.131943 m World muIoni + 434 3.7939542 m 40.354355 cm 3.3770548 m 4.4149005 MeV 6.6219726 keV 7.3636227 mm 11.139306 m World muIoni + 435 3.7965278 m 40.365368 cm 3.3781576 m 4.3943989 MeV 4.4260918 keV 2.8020284 mm 11.142109 m World muIoni + 436 3.7977774 m 40.370511 cm 3.3786941 m 4.3866951 MeV 309.24391 eV 1.3608664 mm 11.143469 m World muIoni + 437 3.8030196 m 40.390059 cm 3.3809466 m 4.3785842 MeV 6.6967036 keV 5.7091855 mm 11.149179 m World muIoni + 438 3.8166712 m 40.433037 cm 3.3866868 m 4.358975 MeV 18.328778 keV 1.4815857 cm 11.163994 m World muIoni + 439 3.8188076 m 40.439921 cm 3.3875739 m 4.3539981 MeV 2.895513 keV 2.3142913 mm 11.166309 m World muIoni + 440 3.8237386 m 40.45597 cm 3.3895949 m 4.347084 MeV 5.2217632 keV 5.3315505 mm 11.17164 m World muIoni + 441 3.8314821 m 40.479276 cm 3.392748 m 4.3384096 MeV 7.517061 keV 8.3641916 mm 11.180004 m World muIoni + 442 3.8338111 m 40.488244 cm 3.3936998 m 4.3339682 MeV 2.1563434 keV 2.5176017 mm 11.182522 m World muIoni + 443 3.8391471 m 40.510141 cm 3.3958602 m 4.3275595 MeV 6.4086832 keV 5.7609876 mm 11.188283 m World muIoni + 444 3.8414509 m 40.520972 cm 3.39681 m 4.3264252 MeV 1.1342304 keV 2.4942553 mm 11.190777 m World muIoni + 445 3.8418336 m 40.522989 cm 3.3969685 m 4.3234249 MeV 157.82243 eV 414.71141 um 11.191192 m World muIoni + 446 3.8519174 m 40.574485 cm 3.401163 m 4.3095731 MeV 12.738245 keV 1.0933676 cm 11.202126 m World muIoni + 447 3.8557308 m 40.593641 cm 3.4027479 m 4.3033917 MeV 4.1294066 keV 4.134118 mm 11.20626 m World muIoni + 448 3.8565229 m 40.598017 cm 3.4030735 m 4.3017524 MeV 469.90667 eV 857.5639 um 11.207117 m World muIoni + 449 3.8592111 m 40.612999 cm 3.4041718 m 4.2990223 MeV 2.7301691 keV 2.9077737 mm 11.210025 m World muIoni + 450 3.8848042 m 40.755474 cm 3.4145917 m 4.2703612 MeV 26.04468 keV 2.7671017 cm 11.237696 m World muIoni + 451 3.8867405 m 40.766804 cm 3.4153895 m 4.2669636 MeV 1.2493355 keV 2.097273 mm 11.239793 m World muIoni + 452 3.8888454 m 40.779115 cm 3.4162551 m 4.2616055 MeV 3.7991758 keV 2.2792384 mm 11.242073 m World muIoni + 453 3.890612 m 40.789199 cm 3.4169847 m 4.258056 MeV 1.4545298 keV 1.9139854 mm 11.243987 m World muIoni + 454 3.8934244 m 40.806104 cm 3.4181523 m 4.2510826 MeV 2.6056733 keV 3.0498563 mm 11.247037 m World muIoni + 455 3.9076203 m 40.889576 cm 3.4240912 m 4.2329239 MeV 15.122298 keV 1.5411156 cm 11.262448 m World muIoni + 456 3.9164481 m 40.959867 cm 3.4279051 m 4.2223197 MeV 9.5479068 keV 9.6425138 mm 11.27209 m World muIoni + 457 3.9197267 m 40.988657 cm 3.4293156 m 4.2138785 MeV 4.8069935 keV 3.5807512 mm 11.275671 m World muIoni + 458 3.9201183 m 40.992156 cm 3.4294845 m 4.2115703 MeV 234.77862 eV 427.89111 um 11.276099 m World muIoni + 459 3.9267131 m 41.051395 cm 3.4323381 m 4.200715 MeV 8.5646054 keV 7.2101121 mm 11.283309 m World muIoni + 460 3.930326 m 41.083456 cm 3.4339163 m 4.1967998 MeV 2.6642363 keV 3.955602 mm 11.287265 m World muIoni + 461 3.9370372 m 41.138517 cm 3.4368377 m 4.1852289 MeV 9.5318276 keV 7.3402757 mm 11.294605 m World muIoni + 462 3.9509933 m 41.252835 cm 3.4428304 m 4.1665107 MeV 13.941221 keV 1.5231639 cm 11.309836 m World muIoni + 463 3.9541648 m 41.278233 cm 3.4441852 m 4.1629502 MeV 2.1739373 keV 3.4581665 mm 11.313295 m World muIoni + 464 3.9601114 m 41.327099 cm 3.4467081 m 4.1550617 MeV 6.7891667 keV 6.4781656 mm 11.319773 m World muIoni + 465 3.9635624 m 41.35886 cm 3.4481671 m 4.146617 MeV 4.7956046 keV 3.7602132 mm 11.323533 m World muIoni + 466 3.9641264 m 41.36352 cm 3.448405 m 4.1443658 MeV 935.53457 eV 613.80563 um 11.324147 m World muIoni + 467 3.9731186 m 41.436105 cm 3.4522175 m 4.1336799 MeV 6.4593713 keV 9.7941849 mm 11.333941 m World muIoni + 468 3.9754507 m 41.455788 cm 3.453215 m 4.1310296 MeV 1.4945135 keV 2.5440904 mm 11.336485 m World muIoni + 469 3.9755142 m 41.456332 cm 3.4532419 m 4.1308626 MeV 166.98015 eV 69.189828 um 11.336554 m World muIoni + 470 3.9779586 m 41.477266 cm 3.4542771 m 4.126946 MeV 2.7129438 keV 2.6627548 mm 11.339217 m World muIoni + 471 3.9803749 m 41.498567 cm 3.4553012 m 4.1167764 MeV 2.6602064 keV 2.633062 mm 11.34185 m World muIoni + 472 3.984228 m 41.531741 cm 3.4569254 m 4.1083765 MeV 3.1335849 keV 4.1945908 mm 11.346045 m World muIoni + 473 3.9844141 m 41.533385 cm 3.4570042 m 4.1053015 MeV 187.07268 eV 202.73629 um 11.346247 m World muIoni + 474 3.987214 m 41.557834 cm 3.4581861 m 4.0985133 MeV 3.0834561 keV 3.0489628 mm 11.349296 m World muIoni + 475 3.9924691 m 41.605347 cm 3.4604001 m 4.0902648 MeV 5.8793119 keV 5.7222444 mm 11.355019 m World muIoni + 476 3.9944302 m 41.62507 cm 3.4612185 m 4.0822917 MeV 1.8883053 keV 2.134206 mm 11.357153 m World muIoni + 477 4.0057558 m 41.739326 cm 3.4658907 m 4.0574841 MeV 13.334542 keV 1.2304838 cm 11.369458 m World muIoni + 478 4.0195522 m 41.863097 cm 3.4714324 m 4.0410629 MeV 14.29516 keV 1.4919649 cm 11.384377 m World muIoni + 479 4.0209738 m 41.87483 cm 3.4719985 m 3.9855811 MeV 1.7665 keV 1.5346539 mm 11.385912 m World muIoni + 480 4.0346422 m 41.989232 cm 3.4773417 m 3.9644619 MeV 17.066239 keV 1.4720629 cm 11.400633 m World muIoni + 481 4.0363351 m 42.005056 cm 3.4779907 m 3.957123 MeV 3.0739975 keV 1.8198907 mm 11.402452 m World muIoni + 482 4.0545747 m 42.170086 cm 3.4849905 m 3.9265844 MeV 27.182779 keV 1.9607013 cm 11.42206 m World muIoni + 483 4.0547255 m 42.171498 cm 3.485047 m 3.9253687 MeV 15.856937 eV 161.62589 um 11.422221 m World muIoni + 484 4.0599231 m 42.219486 cm 3.4869943 m 3.9164404 MeV 7.6213132 keV 5.57115 mm 11.427792 m World muIoni + 485 4.0663624 m 42.275176 cm 3.4893855 m 3.903549 MeV 8.1699019 keV 6.8915567 mm 11.434684 m World muIoni + 486 4.0707783 m 42.313217 cm 3.491016 m 3.8952059 MeV 7.2786469 keV 4.7227498 mm 11.439407 m World muIoni + 487 4.0728895 m 42.330689 cm 3.4917886 m 3.8853201 MeV 3.8559018 keV 2.2548461 mm 11.441661 m World muIoni + 488 4.0737085 m 42.337577 cm 3.4920909 m 3.882682 MeV 1.136159 keV 875.71316 um 11.442537 m World muIoni + 489 4.0780294 m 42.373889 cm 3.4936925 m 3.8716167 MeV 3.3908995 keV 4.6225427 mm 11.44716 m World muIoni + 490 4.0827979 m 42.415274 cm 3.495451 m 3.8655242 MeV 4.7695709 keV 5.0992455 mm 11.452259 m World muIoni + 491 4.0910801 m 42.483812 cm 3.4984972 m 3.8468341 MeV 9.0220841 keV 8.8513685 mm 11.46111 m World muIoni + 492 4.0912834 m 42.485594 cm 3.4985719 m 3.8450318 MeV 150.16173 eV 217.29977 um 11.461328 m World muIoni + 493 4.0927049 m 42.497878 cm 3.4990937 m 3.8420778 MeV 2.9540643 keV 1.519244 mm 11.462847 m World muIoni + 494 4.1133402 m 42.6779 cm 3.5065859 m 3.8168855 MeV 23.394662 keV 2.2028093 cm 11.484875 m World muIoni + 495 4.1182168 m 42.713536 cm 3.5083327 m 3.7610873 MeV 7.1465123 keV 5.1922963 mm 11.490067 m World muIoni + 496 4.118539 m 42.715865 cm 3.5084479 m 3.760936 MeV 151.2395 eV 342.9319 um 11.49041 m World muIoni + 497 4.1251847 m 42.763782 cm 3.5108263 m 3.7451303 MeV 8.8494172 keV 7.0747771 mm 11.497485 m World muIoni + 498 4.1347025 m 42.839929 cm 3.5142948 m 3.7275182 MeV 13.127673 keV 1.0158924 cm 11.507644 m World muIoni + 499 4.1377924 m 42.865462 cm 3.5154354 m 3.7173368 MeV 4.1082031 keV 3.3036159 mm 11.510947 m World muIoni + 500 4.1466693 m 42.942875 cm 3.5187633 m 3.7028704 MeV 13.366657 keV 9.5119103 mm 11.520459 m World muIoni + 501 4.15103 m 42.981973 cm 3.5204429 m 3.6960573 MeV 6.8130399 keV 4.6893625 mm 11.525149 m World muIoni + 502 4.1552387 m 43.020267 cm 3.5220549 m 3.6893095 MeV 5.6026879 keV 4.5231223 mm 11.529672 m World muIoni + 503 4.1566428 m 43.033001 cm 3.5225883 m 3.6850716 MeV 2.3977907 keV 1.5073918 mm 11.531179 m World muIoni + 504 4.1633323 m 43.085553 cm 3.525122 m 3.6736974 MeV 9.4857459 keV 7.1727222 mm 11.538352 m World muIoni + 505 4.165408 m 43.101423 cm 3.5259021 m 3.6679292 MeV 3.5463014 keV 2.2230363 mm 11.540575 m World muIoni + 506 4.1729509 m 43.158056 cm 3.5287322 m 3.6536953 MeV 10.908364 keV 8.0763644 mm 11.548651 m World muIoni + 507 4.1752699 m 43.181043 cm 3.5296083 m 3.6488973 MeV 3.1831909 keV 2.48963 mm 11.551141 m World muIoni + 508 4.178036 m 43.208581 cm 3.5306399 m 3.6445366 MeV 3.158 keV 2.9650522 mm 11.554106 m World muIoni + 509 4.1943063 m 43.370623 cm 3.5366314 m 3.6279638 MeV 15.400986 keV 1.7414628 cm 11.571521 m World muIoni + 510 4.2073373 m 43.481081 cm 3.5412373 m 3.6079756 MeV 19.988207 keV 1.3865572 cm 11.585386 m World muIoni + 511 4.2076147 m 43.483646 cm 3.5413333 m 3.6053789 MeV 151.81737 eV 294.73576 um 11.585681 m World muIoni + 512 4.2160383 m 43.560097 cm 3.5442595 m 3.5948953 MeV 10.483649 keV 8.9502474 mm 11.594631 m World muIoni + 513 4.2356817 m 43.743466 cm 3.5510201 m 3.5729185 MeV 21.976789 keV 2.0856024 cm 11.615487 m World muIoni + 514 4.2358293 m 43.744693 cm 3.5510711 m 3.5692006 MeV 173.38514 eV 156.59792 um 11.615644 m World muIoni + 515 4.2372408 m 43.756654 cm 3.5515565 m 3.5653643 MeV 2.8142789 keV 1.4974514 mm 11.617141 m World muIoni + 516 4.2471875 m 43.840012 cm 3.5550009 m 3.5489112 MeV 12.305442 keV 1.0559458 cm 11.627701 m World muIoni + 517 4.2565397 m 43.922048 cm 3.5582045 m 3.5323113 MeV 15.49657 keV 9.9198402 mm 11.637621 m World muIoni + 518 4.2569452 m 43.925591 cm 3.558343 m 3.5296957 MeV 121.3072 eV 429.91644 um 11.638051 m World muIoni + 519 4.2585574 m 43.939705 cm 3.5588969 m 3.5247377 MeV 3.2081624 keV 1.7105515 mm 11.639761 m World muIoni + 520 4.2623922 m 43.974486 cm 3.5602008 m 3.5192183 MeV 5.5194189 keV 4.0654075 mm 11.643827 m World muIoni + 521 4.2668836 m 44.017609 cm 3.5617053 m 3.5099198 MeV 6.575788 keV 4.7563187 mm 11.648583 m World muIoni + 522 4.2905957 m 44.247172 cm 3.5692888 m 3.4736632 MeV 34.027586 keV 2.5006909 cm 11.67359 m World muIoni + 523 4.3000384 m 44.366356 cm 3.5723705 m 3.4564648 MeV 15.968917 keV 1.0004404 cm 11.683594 m World muIoni + 524 4.3063883 m 44.442227 cm 3.5744402 m 3.4490681 MeV 7.3966912 keV 6.7216898 mm 11.690316 m World muIoni + 525 4.3117107 m 44.503901 cm 3.57621 m 3.4430817 MeV 4.9245288 keV 5.6428626 mm 11.695959 m World muIoni + 526 4.3196107 m 44.596906 cm 3.5788367 m 3.4290543 MeV 12.405996 keV 8.3771781 mm 11.704336 m World muIoni + 527 4.321726 m 44.621878 cm 3.5795324 m 3.4263781 MeV 2.6762636 keV 2.2407095 mm 11.706577 m World muIoni + 528 4.3261463 m 44.676136 cm 3.5809872 m 3.4195299 MeV 5.0536638 keV 4.6850846 mm 11.711262 m World muIoni + 529 4.3349054 m 44.783847 cm 3.5839648 m 3.405097 MeV 13.396456 keV 9.3141436 mm 11.720576 m World muIoni + 530 4.3426032 m 44.882624 cm 3.5865572 m 3.3897214 MeV 12.621639 keV 8.1826041 mm 11.728758 m World muIoni + 531 4.3440073 m 44.900573 cm 3.5870304 m 3.3875306 MeV 811.28712 eV 1.4925038 mm 11.730251 m World muIoni + 532 4.344177 m 44.902748 cm 3.5870878 m 3.3873354 MeV 195.22486 eV 180.4047 um 11.730431 m World muIoni + 533 4.3605015 m 45.1073 cm 3.5925927 m 3.3580781 MeV 28.05305 keV 1.7349557 cm 11.747781 m World muIoni + 534 4.3613809 m 45.118294 cm 3.5928915 m 3.3381693 MeV 1.1626786 keV 935.22054 um 11.748716 m World muIoni + 535 4.3681711 m 45.200443 cm 3.5951926 m 3.3260909 MeV 10.145111 keV 7.2165964 mm 11.755933 m World muIoni + 536 4.3695143 m 45.214817 cm 3.5956436 m 3.3237632 MeV 1.0505623 keV 1.4241291 mm 11.757357 m World muIoni + 537 4.3725096 m 45.236936 cm 3.5969615 m 3.3155661 MeV 4.2165617 keV 3.2904584 mm 11.760647 m World muIoni + 538 4.3738771 m 45.243017 cm 3.5976848 m 3.3092333 MeV 3.8112781 keV 1.5482401 mm 11.762196 m World muIoni + 539 4.3760161 m 45.255216 cm 3.5988033 m 3.3031904 MeV 4.9629749 keV 2.4170764 mm 11.764613 m World muIoni + 540 4.3854413 m 45.327247 cm 3.6036714 m 3.2906472 MeV 11.152006 keV 1.0632839 cm 11.775245 m World muIoni + 541 4.386044 m 45.331843 cm 3.603985 m 3.2879472 MeV 1.5099728 keV 680.87535 um 11.775926 m World muIoni + 542 4.3896119 m 45.360642 cm 3.6058247 m 3.2843473 MeV 3.5998141 keV 4.024723 mm 11.779951 m World muIoni + 543 4.3904588 m 45.367019 cm 3.6062708 m 3.2840869 MeV 260.45911 eV 959.28067 um 11.78091 m World muIoni + 544 4.3912629 m 45.373187 cm 3.6066943 m 3.2802831 MeV 2.67372 keV 910.90337 um 11.781821 m World muIoni + 545 4.3922795 m 45.38094 cm 3.6072279 m 3.2789394 MeV 1.3436107 keV 1.1507389 mm 11.782972 m World muIoni + 546 4.3969234 m 45.415937 cm 3.6096627 m 3.2626289 MeV 9.6143468 keV 5.2552423 mm 11.788227 m World muIoni + 547 4.4072194 m 45.492849 cm 3.6151893 m 3.2459491 MeV 15.386986 keV 1.1711099 cm 11.799938 m World muIoni + 548 4.4160791 m 45.546739 cm 3.6200642 m 3.2254497 MeV 12.242669 keV 1.0126946 cm 11.810065 m World muIoni + 549 4.4195789 m 45.572291 cm 3.622009 m 3.2162917 MeV 6.4768248 keV 4.0120445 mm 11.814077 m World muIoni + 550 4.4287412 m 45.638137 cm 3.6270765 m 3.1994029 MeV 15.334449 keV 1.0491296 cm 11.824569 m World muIoni + 551 4.4315784 m 45.660901 cm 3.6287001 m 3.1949415 MeV 4.4614123 keV 3.2768984 mm 11.827845 m World muIoni + 552 4.4424576 m 45.746898 cm 3.6348617 m 3.1796963 MeV 15.245192 keV 1.2532804 cm 11.840378 m World muIoni + 553 4.4435194 m 45.756319 cm 3.6354553 m 3.1765467 MeV 2.0335601 keV 1.220159 mm 11.841598 m World muIoni + 554 4.4465742 m 45.784045 cm 3.6371591 m 3.1689883 MeV 6.4994576 keV 3.5088632 mm 11.845107 m World muIoni + 555 4.4592552 m 45.897804 cm 3.6441311 m 3.1416654 MeV 24.769477 keV 1.4516411 cm 11.859624 m World muIoni + 556 4.460997 m 45.912848 cm 3.6450707 m 3.1292501 MeV 3.206693 keV 1.9848766 mm 11.861609 m World muIoni + 557 4.4637831 m 45.937214 cm 3.6465913 m 3.123231 MeV 4.5846444 keV 3.1833316 mm 11.864792 m World muIoni + 558 4.468353 m 45.97717 cm 3.6491037 m 3.1114181 MeV 8.7966838 keV 5.2304164 mm 11.870022 m World muIoni + 559 4.4702109 m 45.994971 cm 3.6501129 m 3.108096 MeV 2.1710918 keV 2.1217708 mm 11.872144 m World muIoni + 560 4.4810818 m 46.104042 cm 3.6560875 m 3.0867307 MeV 19.140591 keV 1.245283 cm 11.884597 m World muIoni + 561 4.4815518 m 46.108586 cm 3.6563459 m 3.0793133 MeV 540.67705 eV 538.29676 um 11.885135 m World muIoni + 562 4.4862526 m 46.153566 cm 3.6589468 m 3.0607002 MeV 9.3772487 keV 5.3912285 mm 11.890526 m World muIoni + 563 4.4906212 m 46.200011 cm 3.6613607 m 3.0532107 MeV 7.4895454 keV 5.0127978 mm 11.895539 m World muIoni + 564 4.4964387 m 46.243115 cm 3.6647202 m 3.0401296 MeV 12.088216 keV 6.7338436 mm 11.902273 m World muIoni + 565 4.5079211 m 46.300984 cm 3.6715557 m 3.0140512 MeV 24.531129 keV 1.3376153 cm 11.915649 m World muIoni + 566 4.510841 m 46.31768 cm 3.6733317 m 3.0076286 MeV 5.3796069 keV 3.4216601 mm 11.919071 m World muIoni + 567 4.5189131 m 46.368991 cm 3.6782205 m 2.9917723 MeV 14.503808 keV 9.4513734 mm 11.928522 m World muIoni + 568 4.5220104 m 46.39094 cm 3.6800728 m 2.9845542 MeV 5.2619645 keV 3.615538 mm 11.932138 m World muIoni + 569 4.5228214 m 46.396684 cm 3.680554 m 2.9826207 MeV 849.0133 eV 944.85065 um 11.933083 m World muIoni + 570 4.5232423 m 46.39978 cm 3.680803 m 2.9782875 MeV 314.43687 eV 490.0152 um 11.933573 m World muIoni + 571 4.5288967 m 46.440008 cm 3.6841446 m 2.9675918 MeV 10.695628 keV 6.5803777 mm 11.940153 m World muIoni + 572 4.5322806 m 46.462285 cm 3.6861481 m 2.9567184 MeV 8.6066015 keV 3.9389593 mm 11.944092 m World muIoni + 573 4.5329751 m 46.46696 cm 3.6865632 m 2.9540182 MeV 918.66587 eV 810.35784 um 11.944902 m World muIoni + 574 4.5375802 m 46.497138 cm 3.6893098 m 2.9419049 MeV 10.974327 keV 5.3705845 mm 11.950273 m World muIoni + 575 4.5438366 m 46.541339 cm 3.693099 m 2.927058 MeV 13.129736 keV 7.3278921 mm 11.957601 m World muIoni + 576 4.5461667 m 46.557847 cm 3.6945155 m 2.9204301 MeV 4.1990508 keV 2.7318434 mm 11.960333 m World muIoni + 577 4.547541 m 46.566168 cm 3.695357 m 2.9170147 MeV 2.1827509 keV 1.6137143 mm 11.961946 m World muIoni + 578 4.5522184 m 46.593854 cm 3.6981789 m 2.9047447 MeV 10.721119 keV 5.4697939 mm 11.967416 m World muIoni + 579 4.5536923 m 46.603078 cm 3.6990848 m 2.8924047 MeV 2.4654853 keV 1.7324987 mm 11.969149 m World muIoni + 580 4.5621131 m 46.623641 cm 3.7044288 m 2.875082 MeV 17.322734 keV 9.9778711 mm 11.979127 m World muIoni + 581 4.5707882 m 46.627566 cm 3.7101076 m 2.8561389 MeV 15.697561 keV 1.0368983 cm 11.989496 m World muIoni + 582 4.5727826 m 46.629156 cm 3.7114442 m 2.8534272 MeV 2.7116579 keV 2.4008841 mm 11.991896 m World muIoni + 583 4.5963012 m 46.643805 cm 3.7271959 m 2.8063597 MeV 45.89932 keV 2.8309938 cm 12.020206 m World muIoni + 584 4.6079447 m 46.662484 cm 3.7347805 m 2.7820574 MeV 23.278328 keV 1.3897943 cm 12.034104 m World muIoni + 585 4.6084938 m 46.662061 cm 3.7351299 m 2.7802922 MeV 662.24684 eV 650.80081 um 12.034755 m World muIoni + 586 4.6096267 m 46.661442 cm 3.7358521 m 2.7757579 MeV 2.9174899 keV 1.3435564 mm 12.036099 m World muIoni + 587 4.610999 m 46.660401 cm 3.7367255 m 2.7711598 MeV 2.2859783 keV 1.6266579 mm 12.037725 m World muIoni + 588 4.6133748 m 46.65984 cm 3.738246 m 2.7615912 MeV 3.9829968 keV 2.8207242 mm 12.040546 m World muIoni + 589 4.6155205 m 46.657413 cm 3.7396134 m 2.7584229 MeV 3.1683073 keV 2.5445845 mm 12.043091 m World muIoni + 590 4.617144 m 46.655498 cm 3.7406496 m 2.7517757 MeV 4.9993066 keV 1.9260829 mm 12.045017 m World muIoni + 591 4.6229372 m 46.650178 cm 3.7443282 m 2.7362396 MeV 12.200636 keV 6.8627984 mm 12.05188 m World muIoni + 592 4.631583 m 46.647626 cm 3.7497071 m 2.7167228 MeV 15.070938 keV 1.0182861 cm 12.062062 m World muIoni + 593 4.6316892 m 46.647521 cm 3.7497723 m 2.6863484 MeV 93.391422 eV 124.62702 um 12.062187 m World muIoni + 594 4.6339186 m 46.644072 cm 3.7511407 m 2.6827225 MeV 3.625904 keV 2.6161429 mm 12.064803 m World muIoni + 595 4.6401969 m 46.630476 cm 3.7549287 m 2.6697944 MeV 10.79448 keV 7.3340226 mm 12.072137 m World muIoni + 596 4.6413749 m 46.627444 cm 3.7556649 m 2.6642218 MeV 2.1346508 keV 1.3894312 mm 12.073527 m World muIoni + 597 4.6442149 m 46.620281 cm 3.7574207 m 2.6500542 MeV 8.5860392 keV 3.3397236 mm 12.076866 m World muIoni + 598 4.6484271 m 46.605297 cm 3.7600854 m 2.6362085 MeV 6.7025567 keV 4.9866177 mm 12.081853 m World muIoni + 599 4.6504012 m 46.601372 cm 3.7613479 m 2.6271015 MeV 5.0446005 keV 2.343626 mm 12.084197 m World muIoni + 600 4.6530058 m 46.596322 cm 3.7630051 m 2.6186621 MeV 5.44659 keV 3.0875952 mm 12.087284 m World muIoni + 601 4.6586502 m 46.584164 cm 3.7665302 m 2.5997425 MeV 11.032481 keV 6.6559838 mm 12.09394 m World muIoni + 602 4.6662481 m 46.570136 cm 3.7714276 m 2.5838667 MeV 14.852754 keV 9.0409878 mm 12.102981 m World muIoni + 603 4.6757782 m 46.575536 cm 3.7775464 m 2.5617983 MeV 18.6617 keV 1.1325969 cm 12.114307 m World muIoni + 604 4.6818437 m 46.579931 cm 3.7814921 m 2.5522717 MeV 9.5265836 keV 7.2362887 mm 12.121543 m World muIoni + 605 4.688961 m 46.587747 cm 3.7861415 m 2.5380335 MeV 14.23819 keV 8.5020074 mm 12.130045 m World muIoni + 606 4.6949723 m 46.58788 cm 3.7902132 m 2.5239156 MeV 14.117871 keV 7.2607001 mm 12.137306 m World muIoni + 607 4.6971592 m 46.58904 cm 3.7916917 m 2.5183712 MeV 5.5444095 keV 2.6398863 mm 12.139946 m World muIoni + 608 4.7005032 m 46.590634 cm 3.7939754 m 2.5086209 MeV 8.7140324 keV 4.0494995 mm 12.143996 m World muIoni + 609 4.7082444 m 46.598388 cm 3.7993102 m 2.4889604 MeV 17.762227 keV 9.4020981 mm 12.153398 m World muIoni + 610 4.7082634 m 46.598411 cm 3.7993235 m 2.4874213 MeV 0 eV 23.198159 um 12.153421 m World muIoni + 611 4.7094598 m 46.600082 cm 3.8001638 m 2.4839935 MeV 2.1701164 keV 1.462099 mm 12.154883 m World muIoni + 612 4.7095154 m 46.600167 cm 3.8002029 m 2.4828911 MeV 0 eV 67.976587 um 12.154951 m World muIoni + 613 4.710692 m 46.602177 cm 3.8010283 m 2.4775643 MeV 4.1017476 keV 1.4373396 mm 12.156388 m World muIoni + 614 4.7111485 m 46.603124 cm 3.8013469 m 2.4735243 MeV 349.50412 eV 556.85272 um 12.156945 m World muIoni + 615 4.716788 m 46.614222 cm 3.8052585 m 2.4547369 MeV 15.323367 keV 6.8643977 mm 12.163809 m World muIoni + 616 4.7243254 m 46.640552 cm 3.8104351 m 2.4381854 MeV 16.551531 keV 9.1479824 mm 12.172957 m World muIoni + 617 4.7250376 m 46.643522 cm 3.8109236 m 2.4331609 MeV 2.0012757 keV 864.08114 um 12.173822 m World muIoni + 618 4.7264383 m 46.649218 cm 3.8118776 m 2.4287488 MeV 4.4121169 keV 1.6957491 mm 12.175517 m World muIoni + 619 4.732343 m 46.669735 cm 3.8158992 m 2.4186008 MeV 7.7758946 keV 7.1473358 mm 12.182665 m World muIoni + 620 4.7484219 m 46.756083 cm 3.8267994 m 2.3507314 MeV 37.383704 keV 1.9446625 cm 12.202111 m World muIoni + 621 4.749252 m 46.759244 cm 3.8273298 m 2.348047 MeV 1.2406022 keV 985.60364 um 12.203097 m World muIoni + 622 4.7599767 m 46.804872 cm 3.8342265 m 2.3192254 MeV 22.10501 keV 1.2759801 cm 12.215857 m World muIoni + 623 4.7712897 m 46.873917 cm 3.841809 m 2.2957964 MeV 22.428329 keV 1.3637587 cm 12.229494 m World muIoni + 624 4.7790352 m 46.934188 cm 3.8468677 m 2.2744851 MeV 19.614482 keV 9.2712839 mm 12.238766 m World muIoni + 625 4.7913554 m 46.979555 cm 3.8550084 m 2.2500175 MeV 24.467561 keV 1.478126 cm 12.253547 m World muIoni + 626 4.7928223 m 46.973387 cm 3.8559903 m 2.2453231 MeV 3.7002081 keV 1.7663181 mm 12.255313 m World muIoni + 627 4.7981409 m 46.952092 cm 3.859524 m 2.2299868 MeV 13.77092 keV 6.3893356 mm 12.261702 m World muIoni + 628 4.7991802 m 46.945657 cm 3.860213 m 2.2245911 MeV 1.5989442 keV 1.248548 mm 12.262951 m World muIoni + 629 4.7999554 m 46.940949 cm 3.8607273 m 2.2215692 MeV 1.2932227 keV 931.48643 um 12.263882 m World muIoni + 630 4.8025821 m 46.925962 cm 3.862475 m 2.2124694 MeV 9.0997677 keV 3.1586195 mm 12.267041 m World muIoni + 631 4.8051404 m 46.91122 cm 3.8641914 m 2.204353 MeV 6.7260697 keV 3.0842743 mm 12.270125 m World muIoni + 632 4.8067938 m 46.901353 cm 3.8653115 m 2.1993929 MeV 3.506427 keV 1.9995722 mm 12.272125 m World muIoni + 633 4.8081583 m 46.892573 cm 3.8662306 m 2.1964265 MeV 2.9663873 keV 1.6475374 mm 12.273772 m World muIoni + 634 4.8113344 m 46.872555 cm 3.8683402 m 2.1788656 MeV 7.6684682 keV 3.8181857 mm 12.277591 m World muIoni + 635 4.816163 m 46.841719 cm 3.8714931 m 2.154738 MeV 11.610421 keV 5.7752779 mm 12.283366 m World muIoni + 636 4.8177298 m 46.828401 cm 3.8724871 m 2.1472768 MeV 4.4591209 keV 1.8602774 mm 12.285226 m World muIoni + 637 4.8181792 m 46.824472 cm 3.8727743 m 2.1463005 MeV 976.25221 eV 534.73352 um 12.285761 m World muIoni + 638 4.821082 m 46.799359 cm 3.8746344 m 2.1390873 MeV 4.8897853 keV 3.4568995 mm 12.289218 m World muIoni + 639 4.8224131 m 46.789086 cm 3.8755181 m 2.1327279 MeV 3.3054153 keV 1.6010069 mm 12.290819 m World muIoni + 640 4.8311541 m 46.728246 cm 3.8812912 m 2.111182 MeV 21.545851 keV 1.0493796 cm 12.301313 m World muIoni + 641 4.8376067 m 46.678802 cm 3.8854104 m 2.0887529 MeV 16.678769 keV 7.6716446 mm 12.308984 m World muIoni + 642 4.8417523 m 46.642654 cm 3.8880797 m 2.0793851 MeV 7.2958236 keV 4.9439491 mm 12.313928 m World muIoni + 643 4.8425522 m 46.634854 cm 3.8885903 m 2.0733573 MeV 4.3131655 keV 952.14819 um 12.31488 m World muIoni + 644 4.8443472 m 46.616555 cm 3.8897469 m 2.0676419 MeV 4.4116139 keV 2.1432678 mm 12.317024 m World muIoni + 645 4.8454082 m 46.607249 cm 3.8904315 m 2.0634524 MeV 2.9798637 keV 1.2661612 mm 12.31829 m World muIoni + 646 4.8469768 m 46.593299 cm 3.8914401 m 2.0578261 MeV 3.2684601 keV 1.8700763 mm 12.32016 m World muIoni + 647 4.8532936 m 46.532822 cm 3.8954848 m 2.0428791 MeV 13.729186 keV 7.5255018 mm 12.327685 m World muIoni + 648 4.8585408 m 46.487283 cm 3.898701 m 2.0312176 MeV 10.544305 keV 6.1715193 mm 12.333857 m World muIoni + 649 4.8607666 m 46.467238 cm 3.9000672 m 2.024694 MeV 5.1305593 keV 2.6193384 mm 12.336476 m World muIoni + 650 4.868534 m 46.395669 cm 3.9047857 m 2.0013083 MeV 23.385768 keV 9.1169792 mm 12.345593 m World muIoni + 651 4.8690451 m 46.39084 cm 3.9050981 m 1.9987133 MeV 2.5949695 keV 600.99831 um 12.346194 m World muIoni + 652 4.870097 m 46.381135 cm 3.9057399 m 1.9947889 MeV 2.0774035 keV 1.2360076 mm 12.34743 m World muIoni + 653 4.8779051 m 46.308687 cm 3.9104545 m 1.9649043 MeV 23.230682 keV 9.1504471 mm 12.356581 m World muIoni + 654 4.8792668 m 46.295137 cm 3.9112405 m 1.9567738 MeV 3.2204794 keV 1.5781161 mm 12.358159 m World muIoni + 655 4.8871601 m 46.218289 cm 3.9158054 m 1.9392104 MeV 16.458423 keV 9.1511632 mm 12.36731 m World muIoni + 656 4.8880268 m 46.21012 cm 3.9163004 m 1.9299151 MeV 3.2684849 keV 1.0014902 mm 12.368311 m World muIoni + 657 4.8889286 m 46.201406 cm 3.916808 m 1.9282205 MeV 1.6946053 keV 1.0384322 mm 12.36935 m World muIoni + 658 4.8938831 m 46.156027 cm 3.9195874 m 1.9151775 MeV 13.043014 keV 5.6992473 mm 12.375049 m World muIoni + 659 4.8983503 m 46.117614 cm 3.9220575 m 1.8983472 MeV 11.721177 keV 5.1192407 mm 12.380168 m World muIoni + 660 4.8987357 m 46.113833 cm 3.9222728 m 1.895324 MeV 1.476437 keV 443.08505 um 12.380611 m World muIoni + 661 4.8988866 m 46.11235 cm 3.9223575 m 1.8938516 MeV 467.06582 eV 173.69745 um 12.380785 m World muIoni + 662 4.9039519 m 46.061819 cm 3.9252013 m 1.8752267 MeV 17.188419 keV 5.8311958 mm 12.386616 m World muIoni + 663 4.9043689 m 46.057937 cm 3.9254359 m 1.8704622 MeV 2.1749092 keV 480.01875 um 12.387096 m World muIoni + 664 4.9146549 m 45.96164 cm 3.9312029 m 1.8410454 MeV 28.185393 keV 1.1832831 cm 12.398929 m World muIoni + 665 4.9168598 m 45.944813 cm 3.9324338 m 1.8332305 MeV 7.8149397 keV 2.5308992 mm 12.40146 m World muIoni + 666 4.9199199 m 45.919281 cm 3.9341445 m 1.8243377 MeV 8.8928264 keV 3.5151961 mm 12.404975 m World muIoni + 667 4.9284669 m 45.856619 cm 3.938986 m 1.8008688 MeV 21.510543 keV 9.8437598 mm 12.414819 m World muIoni + 668 4.9294923 m 45.848729 cm 3.9395573 m 1.7928133 MeV 4.5266186 keV 1.1764995 mm 12.415996 m World muIoni + 669 4.9302145 m 45.843563 cm 3.9399633 m 1.7888389 MeV 2.1945364 keV 830.08872 um 12.416826 m World muIoni + 670 4.9305836 m 45.840948 cm 3.9401705 m 1.78117 MeV 1.7732518 keV 424.12105 um 12.41725 m World muIoni + 671 4.9312924 m 45.83609 cm 3.940568 m 1.7729574 MeV 3.0192473 keV 814.11733 um 12.418064 m World muIoni + 672 4.9317594 m 45.83272 cm 3.9408296 m 1.7717695 MeV 1.1879031 keV 536.28118 um 12.4186 m World muIoni + 673 4.9320785 m 45.830491 cm 3.9410079 m 1.7683575 MeV 589.9091 eV 366.23376 um 12.418966 m World muIoni + 674 4.9350743 m 45.809041 cm 3.9426918 m 1.758314 MeV 8.1964444 keV 3.443438 mm 12.42241 m World muIoni + 675 4.935479 m 45.806007 cm 3.9429154 m 1.7532847 MeV 2.7304783 keV 463.31408 um 12.422873 m World muIoni + 676 4.9380652 m 45.786639 cm 3.9443387 m 1.7457822 MeV 6.4965698 keV 2.9584033 mm 12.425832 m World muIoni + 677 4.9422867 m 45.755026 cm 3.9466448 m 1.7328457 MeV 11.919719 keV 4.8208898 mm 12.430652 m World muIoni + 678 4.9435817 m 45.747524 cm 3.9473477 m 1.7268754 MeV 1.8729734 keV 1.4754204 mm 12.432128 m World muIoni + 679 4.9462543 m 45.733384 cm 3.9488411 m 1.7162122 MeV 9.4482063 keV 3.0649249 mm 12.435193 m World muIoni + 680 4.9472916 m 45.727125 cm 3.9494007 m 1.7120292 MeV 1.9669154 keV 1.1802651 mm 12.436373 m World muIoni + 681 4.9503131 m 45.708753 cm 3.9510509 m 1.7031617 MeV 7.2522864 keV 3.4477928 mm 12.439821 m World muIoni + 682 4.9514485 m 45.702413 cm 3.9516648 m 1.6982154 MeV 3.816767 keV 1.2922282 mm 12.441113 m World muIoni + 683 4.9586586 m 45.656764 cm 3.9554866 m 1.6804251 MeV 14.457938 keV 8.1738379 mm 12.449287 m World muIoni + 684 4.9606268 m 45.646836 cm 3.9565175 m 1.6698037 MeV 6.1125257 keV 2.2241425 mm 12.451511 m World muIoni + 685 4.9610245 m 45.644866 cm 3.9567231 m 1.6675085 MeV 1.2286388 keV 448.09058 um 12.451959 m World muIoni + 686 4.961523 m 45.642588 cm 3.9569815 m 1.6647613 MeV 1.2271769 keV 561.92981 um 12.452521 m World muIoni + 687 4.9653138 m 45.613865 cm 3.9589978 m 1.6547938 MeV 8.7431019 keV 4.3046537 mm 12.456826 m World muIoni + 688 4.9691551 m 45.573723 cm 3.9610881 m 1.6368099 MeV 13.702404 keV 4.3917791 mm 12.461218 m World muIoni + 689 4.9693206 m 45.572301 cm 3.9611776 m 1.6341242 MeV 260.87696 eV 188.67661 um 12.461406 m World muIoni + 690 4.9694371 m 45.571257 cm 3.9612404 m 1.6322157 MeV 56.262622 eV 132.76716 um 12.461539 m World muIoni + 691 4.9720971 m 45.547042 cm 3.9626658 m 1.6242951 MeV 6.6482582 keV 3.0276236 mm 12.464567 m World muIoni + 692 4.9724099 m 45.544523 cm 3.9628352 m 1.6225477 MeV 713.65999 eV 356.61222 um 12.464923 m World muIoni + 693 4.9730706 m 45.539219 cm 3.963199 m 1.6205436 MeV 865.44189 eV 756.12455 um 12.465679 m World muIoni + 694 4.9732999 m 45.537456 cm 3.9633252 m 1.6178529 MeV 258.49298 eV 262.27813 um 12.465942 m World muIoni + 695 4.9792608 m 45.493038 cm 3.9665875 m 1.6036229 MeV 14.230005 keV 6.8102422 mm 12.472752 m OutOfWorld Transportation Track (trackID 24, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.759151162058(mm),0.92266678303658(mm),78.279038427217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.668287179982(mm),3.8351451195021(mm),78.824041140957(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 @@ -4283,7 +4247,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.960299(mm),-0.88826347(mm),79.301532(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.521144(mm),-1.2636(mm),78.144679(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 @@ -4292,7 +4256,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.614606(mm),1.9270826(mm),79.362488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.87476(mm),0.61904144(mm),79.316615(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 @@ -4301,7 +4265,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.014315(mm),2.167731(mm),78.234046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.010318(mm),1.9780174(mm),79.116386(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 @@ -4310,7 +4274,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.493072(mm),-3.3010068(mm),78.502282(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.936303(mm),-1.0215557(mm),78.600456(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 @@ -4319,7 +4283,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.527683(mm),2.0448646(mm),79.201487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.936791(mm),-0.83733415(mm),78.953024(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 @@ -4328,7 +4292,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.256643(mm),0.85210384(mm),79.425606(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.60186(mm),-1.4092959(mm),78.835754(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 @@ -4337,25 +4301,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.803717(mm),-1.4820351(mm),79.329142(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.113031(mm),-2.1165746(mm),78.921948(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 = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.74 mm -1.52 mm 5.63 cm 68 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.5518304 mm 980.58429 um 5.5022572 cm 0 eV 7.7779449 MeV 2.9594407 mm 2.9594407 mm Target pi+Inelastic -Track (trackID 4, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.06586(mm),-3.7483666(mm),78.753938(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.818347(mm),1.7419996(mm),78.621254(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 @@ -4364,7 +4319,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.399322(mm),3.2480695(mm),78.871467(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.88425(mm),0.19267461(mm),78.609634(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 @@ -4373,7 +4328,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.007579(mm),0.23828337(mm),79.116869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.243453(mm),1.2253664(mm),78.722624(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 @@ -4382,7 +4337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.659661(mm),2.1039428(mm),78.649235(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.506582(mm),2.4635564(mm),79.028881(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 @@ -4391,7 +4346,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.665451(mm),-2.3781389(mm),78.648214(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.562401(mm),1.8075006(mm),78.313731(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 @@ -4400,7 +4355,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.561399(mm),-1.2979397(mm),78.490234(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.430468(mm),0.066086015(mm),78.865975(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 @@ -4409,7 +4364,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.747922(mm),-2.6205231(mm),78.809999(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.111283(mm),1.4887484(mm),78.216948(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 @@ -4418,7 +4373,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.753895(mm),-2.9803988(mm),78.985273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.120157(mm),-0.32693137(mm),78.215383(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 @@ -4427,7 +4382,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.472679(mm),0.28280236(mm),78.858532(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.063952(mm),0.074275634(mm),78.930602(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 @@ -4436,7 +4391,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.409828(mm),2.4335952(mm),78.340633(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.213948(mm),2.9345661(mm),78.551499(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 @@ -4445,7 +4400,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.331387(mm),1.8248127(mm),78.354465(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.472103(mm),-3.5310158(mm),78.858634(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 @@ -4454,7 +4409,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.802271(mm),1.1782495(mm),78.447762(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.598173(mm),-1.1107686(mm),79.365385(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 @@ -4463,7 +4418,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.064291(mm),0.19383883(mm),78.754215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.066076(mm),-3.3168613(mm),78.7539(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 @@ -4472,7 +4427,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.807498(mm),-0.10106173(mm),78.623168(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.237737(mm),1.5117656(mm),78.547305(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 @@ -4481,7 +4436,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.053633(mm),-2.0324027(mm),78.756094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.066952(mm),-1.863271(mm),78.401092(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 @@ -4490,7 +4445,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.893211(mm),0.6919311(mm),78.431727(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.943249(mm),-2.2167836(mm),79.128212(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 @@ -4499,7 +4454,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.561145(mm),-2.3974793(mm),79.01926(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.73095(mm),0.49959054(mm),78.107684(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 @@ -4508,7 +4463,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.827775(mm),-1.3510922(mm),78.795919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.694839(mm),-1.0816408(mm),78.819359(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 @@ -4517,7 +4472,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.872245(mm),-0.46537893(mm),79.140732(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.547379(mm),-2.2962757(mm),78.669034(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 @@ -4526,7 +4481,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.765879(mm),-3.2588917(mm),78.454179(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.817464(mm),2.9405631(mm),78.445083(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 @@ -4535,7 +4490,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.351786(mm),0.95821198(mm),78.527195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.402992(mm),-2.1850417(mm),78.518166(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 @@ -4544,7 +4499,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.090417(mm),0.32073145(mm),78.925935(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.367371(mm),-0.17623998(mm),78.700774(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 @@ -4553,7 +4508,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.229937(mm),0.65796654(mm),79.253988(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.114904(mm),-0.75092094(mm),78.921618(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 @@ -4562,7 +4517,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.369935(mm),2.6748425(mm),78.347668(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.512853(mm),3.4302514(mm),78.851448(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 @@ -4571,7 +4526,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.835507(mm),0.44146002(mm),78.441902(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.754065(mm),1.4262412(mm),79.337897(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 @@ -4580,7 +4535,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.817063(mm),0.83613665(mm),78.621481(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.263501(mm),1.7875703(mm),78.190108(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 @@ -4589,7 +4544,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.033546(mm),1.5170245(mm),79.288617(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.403749(mm),-2.3622088(mm),78.518032(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 @@ -4598,7 +4553,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.324438(mm),1.621489(mm),79.413652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.230954(mm),-0.2494856(mm),79.253809(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 @@ -4607,7 +4562,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.87837(mm),3.0157734(mm),78.434344(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.856156(mm),2.7034131(mm),78.614588(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 @@ -4616,7 +4571,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.170851(mm),-0.49984784(mm),78.382772(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.98496(mm),-0.55372932(mm),78.768203(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 @@ -4625,7 +4580,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.504194(mm),2.1855576(mm),79.205629(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.716237(mm),0.45106395(mm),78.815586(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 @@ -4634,7 +4589,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.300486(mm),1.4083493(mm),78.712567(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.008796(mm),2.6673966(mm),78.764(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 @@ -4643,7 +4598,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.471999(mm),-3.3786115(mm),78.682325(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.442071(mm),-0.14923866(mm),78.863929(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 @@ -4652,7 +4607,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.570599(mm),0.70231247(mm),78.488612(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.581421(mm),1.9340579(mm),79.192012(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 @@ -4661,7 +4616,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.479247(mm),2.7050272(mm),78.857374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.898203(mm),3.0002579(mm),78.607174(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 @@ -4670,7 +4625,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.685507(mm),0.22007582(mm),78.115697(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.638451(mm),2.648887(mm),78.829302(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 @@ -4679,7 +4634,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.657499(mm),3.910728(mm),78.649616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.169979(mm),0.43890018(mm),78.206598(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 @@ -4688,7 +4643,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.778874(mm),1.0017993(mm),78.804542(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.09639(mm),1.0315345(mm),79.101209(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 @@ -4697,7 +4652,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.537298(mm),1.8282407(mm),79.199792(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.52809(mm),3.1797221(mm),79.201416(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 @@ -4706,7 +4661,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.269066(mm),1.0831772(mm),79.247089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.527649(mm),-0.077454536(mm),78.496185(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 @@ -4715,7 +4670,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.288895(mm),2.8397776(mm),79.243592(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.604597(mm),-1.9977736(mm),79.011598(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 @@ -4724,7 +4679,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.744456(mm),3.851386(mm),78.634284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.819002(mm),-0.85409159(mm),78.621139(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 @@ -4733,7 +4688,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.380345(mm),2.8974113(mm),79.227467(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.236317(mm),-2.6650665(mm),78.371228(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 @@ -4742,7 +4697,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.309989(mm),-2.1848392(mm),78.534565(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.648189(mm),0.15545679(mm),78.122277(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 @@ -4751,7 +4706,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.943305(mm),1.9377555(mm),78.599221(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.425831(mm),-2.9877873(mm),79.219447(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 @@ -4760,7 +4715,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.702267(mm),0.53002473(mm),78.81805(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.351474(mm),-2.4456187(mm),78.350923(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 @@ -4769,7 +4724,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.308687(mm),-2.9418527(mm),79.063775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.049655(mm),0.74351(mm),79.10945(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 @@ -4778,7 +4733,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.436689(mm),-2.8641953(mm),78.335897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.921786(mm),2.2927481(mm),79.308323(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 @@ -4787,7 +4742,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.520382(mm),0.25879268(mm),79.202775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.668255(mm),-1.9560182(mm),79.000374(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 @@ -4796,7 +4751,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.135518(mm),-3.5551105(mm),78.741656(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.433352(mm),0.15492335(mm),78.160159(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 @@ -4805,7 +4760,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.131638(mm),-0.74087718(mm),78.213359(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.827907(mm),-3.4539658(mm),78.795896(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 @@ -4814,7 +4769,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.549084(mm),-1.7722946(mm),78.316079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.452621(mm),-2.5502172(mm),78.333088(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 @@ -4823,7 +4778,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.506234(mm),0.4878844(mm),79.205269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.799173(mm),0.17010351(mm),78.095655(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 @@ -4832,7 +4787,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.110012(mm),1.825563(mm),79.275134(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.57423(mm),0.48254016(mm),79.016953(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 @@ -4841,7 +4796,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.140203(mm),1.5553977(mm),78.388176(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.768742(mm),-2.1779586(mm),78.630001(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 @@ -4850,7 +4805,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.371884(mm),-2.5262292(mm),78.876305(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.208732(mm),-1.5934589(mm),78.552419(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 @@ -4859,7 +4814,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.16724(mm),-1.8009227(mm),78.736062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.180937(mm),-0.25839372(mm),78.733647(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 @@ -4868,7 +4823,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.244425(mm),0.0058917026(mm),78.722453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.627387(mm),0.30201768(mm),78.654926(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 @@ -4877,7 +4832,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.623197(mm),-0.56441215(mm),79.008319(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.492359(mm),1.3284161(mm),79.384043(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 @@ -4886,7 +4841,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.268447(mm),-3.8575022(mm),78.894544(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.933168(mm),1.9841806(mm),78.953662(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 @@ -4895,7 +4850,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.858837(mm),2.7616112(mm),78.790442(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.619947(mm),0.19685591(mm),79.008892(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 @@ -4904,7 +4859,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.936762(mm),0.86799433(mm),79.129356(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.206951(mm),1.9144475(mm),78.200079(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 @@ -4913,7 +4868,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.966929(mm),1.0288238(mm),78.771382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.752008(mm),1.9672159(mm),79.161933(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 @@ -4922,7 +4877,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.392164(mm),0.11490142(mm),78.872729(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.854088(mm),-0.209539(mm),78.967606(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 @@ -4931,7 +4886,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.499183(mm),0.038030987(mm),78.677532(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.412839(mm),-1.5473302(mm),78.163776(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 @@ -4940,7 +4895,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.009226(mm),-0.012897823(mm),79.116578(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.475729(mm),0.37484708(mm),78.152687(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 @@ -4949,7 +4904,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.984955(mm),-0.78761478(mm),78.239223(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.13758(mm),-2.3248345(mm),78.388638(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 @@ -4958,7 +4913,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.871368(mm),1.4859541(mm),79.317213(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.89927(mm),0.34945185(mm),78.95964(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 @@ -4967,7 +4922,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.248236(mm),2.9815664(mm),79.074435(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.796196(mm),-0.65463164(mm),78.62516(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 @@ -4976,7 +4931,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.215228(mm),1.7384761(mm),78.551274(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.541034(mm),-1.6751735(mm),79.37546(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 @@ -4985,158 +4940,25 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.214831(mm),0.8915235(mm),78.903998(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.890987(mm),-2.046968(mm),78.432119(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 = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.26 mm 915 um 4.9 cm 54.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.5417379 mm 639.48177 um 4.6864017 cm 47.032351 MeV 7.8183464 MeV 2.294056 mm 2.294056 mm Target hIoni - 2 -6.8279391 mm 781.86322 um 4.519997 cm 40.924575 MeV 6.1077763 MeV 1.829897 mm 4.123953 mm Target hIoni - 3 -6.2621488 mm 888.48251 um 4.3834537 cm 34.784474 MeV 6.1401014 MeV 1.4933252 mm 5.6172782 mm Target hIoni - 4 -5.7569787 mm 890.43306 um 4.2777022 cm 29.283063 MeV 5.5014109 MeV 1.1814486 mm 6.7987268 mm Target hIoni - 5 -5.2391097 mm 764.19435 um 4.2027583 cm 24.919134 MeV 4.3639291 MeV 927.51358 um 7.7262404 mm Target hIoni - 6 -4.9074567 mm 555.36282 um 4.1401588 cm 20.89547 MeV 4.0236633 MeV 745.27496 um 8.4715153 mm Target hIoni - 7 -4.6838221 mm 425.40183 um 4.0873601 cm 17.433894 MeV 3.461576 MeV 593.74931 um 9.0652646 mm Target hIoni - 8 -4.4760079 mm 336.3901 um 4.0459442 cm 14.052086 MeV 3.3818085 MeV 477.02321 um 9.5422878 mm Target hIoni - 9 -4.3661279 mm 229.87775 um 4.0121232 cm 10.684107 MeV 3.3679785 MeV 375.96557 um 9.9182534 mm Target hIoni - 10 -4.3333496 mm 192.56578 um 3.9841925 cm 7.5452031 MeV 3.1389044 MeV 288.28963 um 1.0206543 cm Target hIoni - 11 -4.3311793 mm 232.26941 um 3.963461 cm 4.539266 MeV 3.0059371 MeV 216.00681 um 1.042255 cm Target hIoni - 12 -4.3903851 mm 229.52676 um 3.9510652 cm 1.2029128 MeV 3.3363532 MeV 142.90937 um 1.0565459 cm Target hIoni - 13 -4.3881262 mm 222.83225 um 3.9498361 cm 93.271278 keV 1.1096416 MeV 18.187521 um 1.0583647 cm Target hIoni - 14 -4.3882141 mm 222.80221 um 3.9498134 cm 0 eV 93.271278 keV 528.65772 nm 1.0584175 cm Target hIoni - 15 -4.3882141 mm 222.80221 um 3.9498134 cm 0 eV 0 eV 0 fm 1.0584175 cm Target Scintillation -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 14, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.39 mm 223 um 3.95 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.3731553 mm 339.55399 um 3.9451403 cm 1.4016435 MeV 2.7181691 MeV 143.92583 um 143.92583 um Target muIoni - 2 -4.3747093 mm 357.70753 um 3.9461009 cm 222.51355 keV 1.17913 MeV 27.298789 um 171.22462 um Target muIoni - 3 -4.3753087 mm 358.12672 um 3.9461435 cm 0 eV 222.51355 keV 1.7162008 um 172.94082 um Target muIoni - 4 -4.3753087 mm 358.12672 um 3.9461435 cm 0 eV 0 eV 0 fm 172.94082 um Target Scintillation -Track (trackID 14, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.792516(mm),-1.5385634(mm),78.802136(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.864173(mm),1.3036876(mm),78.789501(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 = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm -1.56 mm 6.01 cm 97.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0718769 cm -3.9966902 mm 5.9852284 cm 90.833488 MeV 6.3642387 MeV 2.4661059 mm 2.4661059 mm Target Transportation - 2 -44.13069 cm 11.146336 cm -14.129563 cm 90.833514 MeV1.3630955e-16 eV 3.906885 m 3.9093511 m CaptureMgnt Decay -Track (trackID 2, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 22, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.1 cm 11.1 cm -14.1 cm 64.5 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -32.218634 cm -5.8816156 cm -2 m 64.493911 MeV2.5253544e-16 eV 7.054928 m 7.054928 m CaptureMgnt Transportation - 2 -42.885611 cm -3.7879366 cm -2.0296885 m 64.470431 MeV 18.811843 keV 11.268642 cm 7.1676144 m World muIoni - 3 -50.330594 cm -2.3191361 cm -2.0503531 m 64.443224 MeV 14.453107 keV 7.8648237 cm 7.2462626 m World muIoni - 4 -55.150279 cm -1.3804672 cm -2.0636928 m 64.434567 MeV 7.129599 keV 5.088219 cm 7.2971448 m World muIoni - 5 -56.769224 cm -1.0660933 cm -2.0681792 m 64.431474 MeV 1.9980688 keV 1.7091205 cm 7.314236 m World muIoni - 6 -71.82641 cm 1.8622742 cm -2.109871 m 64.398327 MeV 31.717056 keV 15.895823 cm 7.4731942 m World muIoni - 7 -79.516324 cm 3.3359312 cm -2.1313447 m 64.379543 MeV 18.784016 keV 8.1189745 cm 7.554384 m World muIoni - 8 -84.973702 cm 4.3837741 cm -2.1464268 m 64.362086 MeV 8.7983857 keV 5.7580966 cm 7.6119649 m World muIoni - 9 -89.016149 cm 5.156386 cm -2.1576906 m 64.352451 MeV 8.1663843 keV 4.2669723 cm 7.6546347 m World muIoni - 10 -89.58265 cm 5.2646353 cm -2.1592747 m 64.349554 MeV 1.6679327 keV 5.9811072 mm 7.6606158 m World muIoni - 11 -98.646082 cm 6.9939363 cm -2.1846316 m 64.331139 MeV 17.359134 keV 9.5690215 cm 7.756306 m World muIoni - 12 -1.0010092 m 7.2737277 cm -2.1887055 m 64.328086 MeV 1.9417575 keV 1.5364901 cm 7.7716709 m World muIoni - 13 -1.1355374 m 9.8549104 cm -2.2263863 m 64.30098 MeV 25.305393 keV 14.207039 cm 7.9137413 m World muIoni - 14 -1.1358467 m 9.8607829 cm -2.2264727 m 64.245352 MeV 139.16919 eV 326.44434 um 7.9140677 m World muIoni - 15 -1.2030245 m 11.1427 cm -2.2451217 m 64.229725 MeV 13.041571 keV 7.0887145 cm 7.9849549 m World muIoni - 16 -1.280087 m 12.600762 cm -2.2663171 m 64.210745 MeV 17.033799 keV 8.1243277 cm 8.0661981 m World muIoni - 17 -1.4412987 m 15.654443 cm -2.3109251 m 64.179563 MeV 29.140091 keV 17.003436 cm 8.2362325 m World muIoni - 18 -1.504616 m 16.878178 cm -2.3285659 m 64.157056 MeV 15.632147 keV 6.6858403 cm 8.3030909 m World muIoni - 19 -1.5303518 m 17.375651 cm -2.3356988 m 64.152296 MeV 3.3494595 keV 2.7165397 cm 8.3302563 m World muIoni - 20 -1.5853047 m 18.431932 cm -2.3509456 m 64.140465 MeV 11.830993 keV 5.7998802 cm 8.3882551 m World muIoni - 21 -1.608832 m 18.883242 cm -2.3574524 m 64.132674 MeV 5.423996 keV 2.4824219 cm 8.4130793 m World muIoni - 22 -1.6125736 m 18.955304 cm -2.3584894 m 64.130991 MeV 686.46749 eV 3.9489209 mm 8.4170282 m World muIoni - 23 -1.6656817 m 19.978156 cm -2.3732098 m 64.119519 MeV 11.472219 keV 5.6051581 cm 8.4730798 m World muIoni - 24 -1.7849822 m 22.289969 cm -2.406408 m 64.100163 MeV 19.35523 keV 12.597316 cm 8.599053 m World muIoni - 25 -1.8741907 m 24.026036 cm -2.4311729 m 64.085132 MeV 12.887829 keV 9.41959 cm 8.6932489 m World muIoni - 26 -1.9010921 m 24.540549 cm -2.4386317 m 64.079292 MeV 4.6170322 keV 2.8386454 cm 8.7216353 m World muIoni - 27 -1.9424482 m 25.336003 cm -2.450074 m 64.068299 MeV 6.5434029 keV 4.3640877 cm 8.7652762 m World muIoni - 28 -1.9939777 m 26.328014 cm -2.4642786 m 64.055494 MeV 11.222959 keV 5.4364303 cm 8.8196405 m World muIoni - 29 -2.0418646 m 27.249245 cm -2.4775259 m 64.045317 MeV 7.9752638 keV 5.0532336 cm 8.8701729 m World muIoni - 30 -2.057235 m 27.545134 cm -2.4817629 m 64.041216 MeV 2.7119925 keV 1.6215933 cm 8.8863888 m World muIoni - 31 -2.1435147 m 29.213309 cm -2.5055376 m 64.023263 MeV 16.841718 keV 9.1036924 cm 8.9774257 m World muIoni - 32 -2.2284215 m 30.83984 cm -2.5290745 m 64.004527 MeV 17.47801 keV 8.9597476 cm 9.0670232 m World muIoni - 33 -2.2879047 m 31.975969 cm -2.5454399 m 63.994486 MeV 9.0251845 keV 6.2730873 cm 9.1297541 m World muIoni - 34 -2.3726996 m 33.59544 cm -2.5688824 m 63.91621 MeV 14.352951 keV 8.9454006 cm 9.2192081 m World muIoni - 35 -2.4198558 m 34.486803 cm -2.5819439 m 63.90829 MeV 6.2347257 keV 4.9736968 cm 9.268945 m World muIoni - 36 -2.5070971 m 36.150918 cm -2.606099 m 63.895981 MeV 10.777107 keV 9.2040513 cm 9.3609856 m World muIoni - 37 -2.5093595 m 36.194558 cm -2.6067297 m 63.893928 MeV 130.91771 eV 2.3888341 mm 9.3633744 m World muIoni - 38 -2.5929616 m 37.808288 cm -2.6300656 m 63.876866 MeV 17.062185 keV 8.8285406 cm 9.4516598 m World muIoni - 39 -2.6186986 m 38.30815 cm -2.6371885 m 63.870261 MeV 5.2491057 keV 2.716824 cm 9.478828 m World muIoni - 40 -2.6503367 m 38.925297 cm -2.6459418 m 63.858852 MeV 10.286093 keV 3.3401695 cm 9.5122297 m World muIoni - 41 -2.803671 m 41.916628 cm -2.6884509 m 63.825829 MeV 33.022885 keV 16.190535 cm 9.6741351 m World muIoni - 42 -2.8167783 m 42.165527 cm -2.6920365 m 63.821252 MeV 2.5008701 keV 1.3814961 cm 9.68795 m World muIoni - 43 -2.9573059 m 44.829162 cm -2.7303819 m 63.795287 MeV 24.728124 keV 14.808091 cm 9.836031 m World muIoni - 44 -3.0473426 m 46.534632 cm -2.7551302 m 63.769679 MeV 13.618488 keV 9.4920852 cm 9.9309518 m World muIoni - 45 -3.1178565 m 47.882044 cm -2.7743907 m 63.757619 MeV 10.769733 keV 7.4328495 cm 10.00528 m World muIoni - 46 -3.1286821 m 48.08798 cm -2.7773566 m 63.754605 MeV 1.9309517 keV 1.1411965 cm 10.016692 m World muIoni - 47 -3.1489827 m 48.473891 cm -2.7829196 m 63.748215 MeV 5.0934972 keV 2.1399838 cm 10.038092 m World muIoni - 48 -3.1959773 m 49.367089 cm -2.7957696 m 63.738566 MeV 8.2095461 keV 4.9531776 cm 10.087624 m World muIoni - 49 -3.2308131 m 50.034021 cm -2.8052556 m 63.727056 MeV 6.5333183 keV 3.6715095 cm 10.124339 m World muIoni - 50 -3.3106216 m 51.556805 cm -2.8269842 m 63.714672 MeV 10.968173 keV 8.4103678 cm 10.208443 m World muIoni - 51 -3.5480774 m 56.153092 cm -2.8916165 m 63.664015 MeV 45.854597 keV 25.035088 cm 10.458794 m World muIoni - 52 -3.6456763 m 58.037994 cm -2.9186742 m 63.634193 MeV 18.26651 keV 10.301972 cm 10.561813 m World muIoni - 53 -3.6685357 m 58.476927 cm -2.9250667 m 63.629249 MeV 3.8644319 keV 2.4138843 cm 10.585952 m World muIoni - 54 -3.6723348 m 58.549392 cm -2.9261314 m 63.626698 MeV 1.2071989 keV 4.0114358 mm 10.589964 m World muIoni - 55 -3.7279961 m 59.613769 cm -2.9417302 m 63.604719 MeV 16.890675 keV 5.8777578 cm 10.648741 m World muIoni - 56 -3.7863604 m 60.721424 cm -2.957991 m 63.587677 MeV 13.067533 keV 6.159131 cm 10.710332 m World muIoni - 57 -3.7948358 m 60.883128 cm -2.960356 m 63.584861 MeV 1.2801116 keV 8.9465674 mm 10.719279 m World muIoni - 58 -3.8889511 m 62.675616 cm -2.9866304 m 63.570052 MeV 13.412105 keV 9.9344676 cm 10.818624 m World muIoni - 59 -3.9703523 m 64.220245 cm -3.0094762 m 63.556027 MeV 14.025676 keV 8.5945785 cm 10.904569 m World muIoni - 60 -4.1544466 m 67.675583 cm -3.0615566 m 63.523113 MeV 31.547754 keV 19.441499 cm 11.098984 m World muIoni - 61 -4.163637 m 67.850631 cm -3.0641563 m 63.520434 MeV 1.2411362 keV 9.7101083 mm 11.108695 m World muIoni - 62 -4.1875784 m 68.305833 cm -3.0709075 m 63.514759 MeV 4.6230495 keV 2.5288164 cm 11.133983 m World muIoni - 63 -4.2287652 m 69.090842 cm -3.0825253 m 63.482761 MeV 8.3971276 keV 4.3508041 cm 11.177491 m World muIoni - 64 -4.2641129 m 69.762633 cm -3.0924933 m 63.464327 MeV 5.1403124 keV 3.7335724 cm 11.214826 m World muIoni - 65 -4.3013734 m 70.474753 cm -3.1029952 m 63.401635 MeV 5.9959469 keV 3.9361673 cm 11.254188 m World muIoni - 66 -4.367197 m 71.739312 cm -3.1216193 m 63.383912 MeV 16.368257 keV 6.9566649 cm 11.323755 m World muIoni - 67 -4.3958415 m 72.295255 cm -3.1297744 m 63.377066 MeV 6.8459367 keV 3.0297287 cm 11.354052 m World muIoni - 68 -4.4509827 m 73.368429 cm -3.1453887 m 63.301203 MeV 9.7069192 keV 5.8305488 cm 11.412358 m World muIoni - 69 -4.4520422 m 73.388746 cm -3.1456925 m 63.279181 MeV 124.90555 eV 1.1207952 mm 11.413478 m World muIoni - 70 -4.4759448 m 73.849554 cm -3.1525611 m 63.274328 MeV 4.8527389 keV 2.529319 cm 11.438772 m World muIoni - 71 -4.4820833 m 73.968135 cm -3.154325 m 63.270154 MeV 666.78721 eV 6.4960242 mm 11.445268 m World muIoni - 72 -4.5540106 m 75.360524 cm -3.1749888 m 63.252728 MeV 14.79107 keV 7.6121037 cm 11.521389 m World muIoni - 73 -4.5602465 m 75.481792 cm -3.1767809 m 63.227981 MeV 635.39558 eV 6.6007254 mm 11.527989 m World muIoni - 74 -4.6357971 m 76.96181 cm -3.1984821 m 63.209427 MeV 15.686272 keV 7.9986725 cm 11.607976 m World muIoni - 75 -4.6631289 m 77.492987 cm -3.2063389 m 63.203753 MeV 5.6740602 keV 2.8930483 cm 11.636907 m World muIoni - 76 -4.7635062 m 79.447473 cm -3.2352851 m 63.181841 MeV 20.534114 keV 10.62804 cm 11.743187 m World muIoni - 77 -4.7898095 m 79.9558 cm -3.2428755 m 63.177092 MeV 4.7491545 keV 2.7844503 cm 11.771031 m World muIoni - 78 -4.894482 m 81.97812 cm -3.2730297 m 63.156698 MeV 18.919655 keV 11.079084 cm 11.881822 m World muIoni - 79 -4.9069459 m 82.220168 cm -3.2766007 m 63.150534 MeV 4.9420023 keV 1.3189352 cm 11.895012 m World muIoni - 80 -4.9311529 m 82.688046 cm -3.2835334 m 63.146788 MeV 3.7465231 keV 2.5611191 cm 11.920623 m OutOfWorld Transportation -Track (trackID 22, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.314131090395(mm),-0.13453265730461(mm),78.710161434225(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.794972(mm),0.26739503(mm),78.801703(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 @@ -5145,7 +4967,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.382332(mm),1.5748407(mm),78.874463(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.377025(mm),-1.3228371(mm),78.875399(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 @@ -5154,7 +4976,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.535008(mm),2.6700738(mm),78.847542(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.95304(mm),1.0871511(mm),78.597504(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 @@ -5163,7 +4985,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.46677(mm),1.3030832(mm),78.50692(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.385272(mm),-1.4617143(mm),78.697617(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 @@ -5172,7 +4994,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.549606(mm),1.714956(mm),79.021295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.024798(mm),0.642156(mm),79.29016(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 @@ -5181,7 +5003,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.601533(mm),2.5587983(mm),79.188466(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.332934(mm),-2.1196563(mm),79.0595(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 @@ -5190,7 +5012,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.097808(mm),1.0084445(mm),79.453613(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.823743(mm),-0.57547404(mm),78.620303(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 @@ -5199,7 +5021,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.34013(mm),-2.7462627(mm),78.352923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.695257(mm),-2.5383139(mm),78.995613(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 @@ -5208,7 +5030,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.899381(mm),-3.1372493(mm),78.95962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.312639(mm),0.3225224(mm),79.063078(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 @@ -5217,7 +5039,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.34712(mm),-1.2836852(mm),79.409652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.972136(mm),-2.0530898(mm),79.123118(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 @@ -5226,7 +5048,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.537798(mm),-3.8757553(mm),78.670723(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.22615(mm),1.1258414(mm),78.725675(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 @@ -5235,7 +5057,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.421251(mm),2.0160312(mm),79.043927(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.365612(mm),1.6962502(mm),78.877411(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 @@ -5244,7 +5066,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.920435(mm),-1.1883645(mm),78.955908(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.659827(mm),0.93636274(mm),78.472879(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 @@ -5253,7 +5075,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.809276(mm),0.088341779(mm),78.975508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.789003(mm),-1.3061499(mm),79.15541(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 @@ -5262,7 +5084,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.62175(mm),-0.8250048(mm),79.008574(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.278449(mm),-1.9494439(mm),79.069107(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 @@ -5271,7 +5093,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.272824(mm),-1.8404058(mm),79.246426(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.90227(mm),0.23395257(mm),78.43013(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 @@ -5280,7 +5102,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.518965(mm),-1.9815176(mm),79.379352(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.862598(mm),0.73077275(mm),78.789779(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 @@ -5289,7 +5111,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.628262(mm),-0.48071462(mm),78.478445(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.434162(mm),3.2630775(mm),78.688997(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 @@ -5298,7 +5120,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.047938(mm),-2.0093783(mm),78.404445(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.777755(mm),2.5939286(mm),78.452085(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 @@ -5307,7 +5129,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.589077(mm),0.018533252(mm),78.838008(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.201725(mm),0.067863458(mm),78.377328(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 @@ -5316,7 +5138,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.296512(mm),1.3408827(mm),78.713268(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.012875(mm),-2.5842095(mm),78.763281(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 @@ -5325,7 +5147,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.77128(mm),2.4618357(mm),79.158535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.126357(mm),1.3261741(mm),79.095925(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 @@ -5334,7 +5156,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.59438(mm),3.598487(mm),79.0134(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.395864(mm),1.2438986(mm),78.343096(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 @@ -5343,7 +5165,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.341311(mm),-1.6491923(mm),78.881696(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.94083(mm),2.9519506(mm),78.599657(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 @@ -5352,7 +5174,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.949973(mm),-2.0440747(mm),78.421718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.704085(mm),2.0695971(mm),78.994056(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 @@ -5361,7 +5183,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.290243(mm),0.68987215(mm),78.538047(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.264255(mm),0.7156411(mm),79.07161(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 @@ -5370,7 +5192,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.584446(mm),-3.3373362(mm),78.486171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.401611(mm),-0.64862957(mm),78.342082(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 @@ -5379,7 +5201,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.067523(mm),3.5251941(mm),78.577318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.321273(mm),-3.2560704(mm),79.061556(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 @@ -5388,7 +5210,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.403026(mm),1.7941649(mm),78.870814(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.52246(mm),1.4865039(mm),78.849754(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 @@ -5397,7 +5219,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.362087(mm),-0.72280059(mm),78.525378(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.168722(mm),-3.5120065(mm),78.735801(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 @@ -5406,7 +5228,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-9.9861192(mm),0.40926812(mm),79.473307(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.003209(mm),-2.2682943(mm),78.941312(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 @@ -5415,7 +5237,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.705704(mm),0.1605081(mm),78.817444(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.745272(mm),-1.5871464(mm),78.281486(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 @@ -5424,7 +5246,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.679104(mm),-0.523755(mm),78.46948(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.757864(mm),-1.4444014(mm),78.455592(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 @@ -5433,7 +5255,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.556902(mm),3.5632267(mm),78.843681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.758014(mm),2.9191094(mm),78.984547(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 @@ -5442,7 +5264,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.700739(mm),-2.1981146(mm),78.641992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.197385(mm),0.9500464(mm),79.259728(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 @@ -5451,7 +5273,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.846698(mm),-0.95728294(mm),78.616256(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.987502(mm),1.5314658(mm),79.120409(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 @@ -5460,7 +5282,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.824489(mm),0.6349523(mm),79.32548(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.244315(mm),3.6958855(mm),78.546145(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 @@ -5469,7 +5291,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.751703(mm),2.1814865(mm),78.280352(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.317312(mm),1.49436(mm),78.885928(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 @@ -5478,7 +5300,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.976843(mm),0.2877846(mm),78.240654(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.509876(mm),3.0989705(mm),79.0283(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 @@ -5487,7 +5309,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.475433(mm),-0.3126641(mm),79.034373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.903361(mm),0.94330107(mm),78.429937(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 @@ -5496,7 +5318,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.905193(mm),-1.7623395(mm),78.605941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.006701(mm),-2.4552211(mm),78.588043(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 @@ -5505,7 +5327,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.003652(mm),-1.9055578(mm),78.941234(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.269982(mm),-2.3716399(mm),78.717946(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 @@ -5514,7 +5336,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.943696(mm),3.6767329(mm),78.951806(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.113554(mm),2.4535339(mm),78.745529(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 @@ -5523,7 +5345,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.750925(mm),0.14565358(mm),78.80947(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.943389(mm),2.5183835(mm),78.599206(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 @@ -5532,7 +5354,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.832876(mm),-2.7129009(mm),78.618693(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.111952(mm),-0.60215166(mm),79.451119(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 @@ -5541,7 +5363,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.053282(mm),-2.6934371(mm),78.756156(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.898831(mm),0.14294377(mm),79.312371(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 @@ -5550,7 +5372,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.694921(mm),-0.8248177(mm),78.995672(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.758371(mm),-0.90109611(mm),78.984484(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 @@ -5559,7 +5381,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.799644(mm),1.4124886(mm),78.624552(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.610273(mm),-1.1568299(mm),79.186925(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 @@ -5568,7 +5390,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.417697(mm),0.6955704(mm),78.162919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.499142(mm),-0.86191624(mm),79.030193(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 @@ -5577,7 +5399,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.187977(mm),-1.5730795(mm),78.732406(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.280659(mm),2.6771411(mm),78.363409(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 @@ -5586,7 +5408,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.550171(mm),0.65988431(mm),79.021195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.970528(mm),3.0361183(mm),78.770748(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 @@ -5595,7 +5417,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.642307(mm),1.5922089(mm),79.181276(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.733662(mm),-3.3113086(mm),79.165168(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 @@ -5604,7 +5426,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.758156(mm),2.6350637(mm),78.984522(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.179169(mm),-2.0447568(mm),79.086613(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 @@ -5613,7 +5435,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.463491(mm),0.45906252(mm),78.331171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.135444(mm),0.5742337(mm),79.446977(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 @@ -5622,7 +5444,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.722885(mm),-1.5816478(mm),79.167068(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.887295(mm),-0.74066014(mm),79.314405(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 @@ -5631,7 +5453,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.775647(mm),2.514974(mm),78.805111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.473577(mm),0.74286458(mm),79.034701(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 @@ -5640,7 +5462,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.264349(mm),0.66817634(mm),78.718939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.449931(mm),-0.56173516(mm),78.686216(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 @@ -5649,7 +5471,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.859684(mm),3.8168625(mm),78.613966(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.462399(mm),2.2391413(mm),79.036672(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 @@ -5658,7 +5480,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.965018(mm),-0.7818795(mm),78.595393(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.99116(mm),3.698829(mm),78.590783(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 @@ -5667,7 +5489,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.297578(mm),-2.2641489(mm),78.889407(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.689444(mm),-0.75903047(mm),79.349292(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 @@ -5676,7 +5498,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.5406(mm),-1.4734586(mm),78.670229(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.783013(mm),-1.9212199(mm),79.332793(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 @@ -5685,7 +5507,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.660016(mm),0.55422493(mm),79.35448(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.915408(mm),0.43362955(mm),78.251486(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 @@ -5694,7 +5516,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.096463(mm),-0.93733467(mm),78.219561(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.026138(mm),-0.67047303(mm),78.584615(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 @@ -5703,7 +5525,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.072797(mm),-1.6876458(mm),78.223734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.404438(mm),-1.7146414(mm),79.046892(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 @@ -5712,7 +5534,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.744868(mm),1.576362(mm),78.634211(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.361735(mm),0.5447534(mm),79.054422(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 @@ -5721,7 +5543,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.761906(mm),-1.447257(mm),78.631207(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.155038(mm),-3.0383621(mm),78.738214(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 @@ -5730,7 +5552,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.62116(mm),-1.9813701(mm),79.008678(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.046144(mm),-0.11727379(mm),79.110069(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 @@ -5739,7 +5561,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.438618(mm),-1.0840651(mm),79.393519(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.757777(mm),1.9520913(mm),79.160916(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 @@ -5748,7 +5570,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.748531(mm),-1.061693(mm),78.280911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.275038(mm),-3.4463987(mm),78.893382(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 @@ -5757,7 +5579,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.959027(mm),0.25368826(mm),78.772776(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.396149(mm),-1.6950182(mm),79.401007(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 @@ -5766,7 +5588,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.17619(mm),1.1263593(mm),78.910811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.664088(mm),-2.6491119(mm),78.824782(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 @@ -5775,7 +5597,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.573601(mm),2.9165316(mm),78.311756(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.1926(mm),-1.7871375(mm),78.731591(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 @@ -5784,7 +5606,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.613066(mm),-1.3481943(mm),78.657451(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.340675(mm),1.2988055(mm),78.352827(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 @@ -5793,7 +5615,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.794288(mm),-3.116087(mm),78.978151(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.986533(mm),1.9398322(mm),79.296907(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 @@ -5802,7 +5624,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.011563(mm),3.0011225(mm),78.587185(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.784614(mm),-1.2132613(mm),78.979857(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 @@ -5811,7 +5633,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.955836(mm),1.4492651(mm),78.420685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.540501(mm),-1.8429151(mm),78.670246(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 @@ -5820,7 +5642,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.822018(mm),-1.0000311(mm),78.44428(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.293777(mm),0.28237887(mm),79.066404(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 @@ -5829,7 +5651,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.171669(mm),1.9030915(mm),79.087935(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.687324(mm),-0.6402738(mm),78.644357(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 @@ -5838,7 +5660,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.535398(mm),-1.9019255(mm),78.318492(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.697126(mm),-0.19706807(mm),78.466302(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 @@ -5847,7 +5669,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.370076(mm),2.9939944(mm),78.52397(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.226477(mm),-2.237838(mm),78.725617(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 @@ -5856,7 +5678,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.972415(mm),0.91113791(mm),78.770415(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.212271(mm),-2.78174(mm),78.904449(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 @@ -5865,7 +5687,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.919025(mm),-0.49201844(mm),78.250848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.606578(mm),-0.4227626(mm),78.129614(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 @@ -5874,7 +5696,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.359431(mm),2.7628057(mm),78.34952(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.898355(mm),-0.20502152(mm),78.43082(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 @@ -5883,7 +5705,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.342165(mm),1.0840907(mm),79.234199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.444856(mm),2.50026(mm),79.039765(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 @@ -5892,7 +5714,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.342593(mm),-2.2070767(mm),79.057797(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.497326(mm),-0.78628474(mm),79.20684(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 @@ -5901,7 +5723,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.09358(mm),-1.0810134(mm),79.101705(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.793161(mm),2.0637205(mm),78.625696(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 @@ -5910,7 +5732,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.837866(mm),-3.3579032(mm),78.617813(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.772914(mm),-0.61238568(mm),79.158247(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 @@ -5919,7 +5741,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.117962(mm),-0.62169787(mm),79.097405(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.326786(mm),3.5114022(mm),78.531603(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 @@ -5928,7 +5750,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.244313(mm),-2.9574149(mm),78.546145(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.278975(mm),-2.5672018(mm),78.892687(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 @@ -5937,7 +5759,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.649845(mm),2.2371002(mm),78.298312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.831064(mm),1.9062392(mm),78.619012(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 @@ -5946,7 +5768,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.242515(mm),-1.516944(mm),79.25177(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.916038(mm),-1.2923161(mm),78.604029(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 @@ -5955,7 +5777,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.199425(mm),-1.726743(mm),78.377733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.896279(mm),2.7374211(mm),78.960167(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 @@ -5964,7 +5786,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.893963(mm),1.1112246(mm),79.136902(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.656484(mm),1.870106(mm),78.473468(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 @@ -5973,7 +5795,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.744411(mm),-0.33666473(mm),78.105311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.488557(mm),1.4139559(mm),78.150425(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 @@ -5982,7 +5804,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.509064(mm),2.5880277(mm),78.499463(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.796182(mm),-1.4455004(mm),78.977817(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 @@ -5991,7 +5813,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.322003(mm),-1.433716(mm),79.237754(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.460838(mm),-2.6202008(mm),78.86062(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 @@ -6000,7 +5822,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.909008(mm),3.9154392(mm),78.781596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.223454(mm),0.99407927(mm),78.902477(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 @@ -6009,7 +5831,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.832861(mm),0.029340424(mm),78.971349(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.554134(mm),3.3157278(mm),79.020496(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 @@ -6018,7 +5840,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.17134(mm),-0.21706043(mm),78.911666(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.776027(mm),0.46853989(mm),79.157698(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 @@ -6027,7 +5849,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.053268(mm),-2.6708006(mm),79.108813(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.52468(mm),-2.3677082(mm),78.496709(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 @@ -6036,7 +5858,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.396492(mm),-1.4796221(mm),78.519312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.715459(mm),0.46426354(mm),78.639397(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 @@ -6045,7 +5867,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.051844(mm),0.7181524(mm),78.227429(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.831957(mm),-2.4493419(mm),79.147836(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 @@ -6054,7 +5876,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.826811(mm),-3.3479221(mm),78.796089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.126042(mm),-1.5144219(mm),78.919654(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 @@ -6063,7 +5885,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.038942(mm),3.741546(mm),78.582358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.976607(mm),-3.2910369(mm),78.593349(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 @@ -6072,7 +5894,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.108336(mm),-0.39452335(mm),78.217468(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.25214(mm),1.2686928(mm),79.073746(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 @@ -6081,7 +5903,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.135956(mm),2.4224311(mm),78.917905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.470584(mm),2.475411(mm),79.035229(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 @@ -6090,7 +5912,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.932389(mm),-2.8420041(mm),79.130127(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.339344(mm),3.9299409(mm),78.705716(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 @@ -6099,7 +5921,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.881355(mm),-0.16383564(mm),78.257491(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.081581(mm),-3.49101(mm),78.927493(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 @@ -6108,7 +5930,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.270915(mm),-0.70348232(mm),79.42309(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.440143(mm),3.3794727(mm),78.864269(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 @@ -6117,7 +5939,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.045442(mm),3.0552899(mm),78.404885(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.956378(mm),-0.36001546(mm),79.302224(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 @@ -6126,7 +5948,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.28407(mm),0.58934747(mm),78.362808(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.576529(mm),3.3262728(mm),79.016547(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 @@ -6135,7 +5957,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.590004(mm),-0.69008895(mm),79.366825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.482954(mm),-2.8626471(mm),79.033047(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 @@ -6144,7 +5966,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.866766(mm),2.0063808(mm),78.789044(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.316121(mm),-0.75726433(mm),78.18083(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 @@ -6153,7 +5975,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.97463(mm),-2.0219061(mm),78.593698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.105164(mm),-0.13071516(mm),78.218027(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 @@ -6162,7 +5984,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.672906(mm),1.4072656(mm),78.823227(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.782915(mm),-2.2310598(mm),78.451175(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 @@ -6171,7 +5993,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.453042(mm),-0.62495652(mm),78.685668(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.509809(mm),1.70145(mm),79.204639(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 @@ -6180,7 +6002,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.439953(mm),-3.7882207(mm),78.864303(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.444436(mm),2.7443041(mm),79.216166(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 @@ -6189,7 +6011,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.384435(mm),3.3242665(mm),78.521438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.861015(mm),0.29664299(mm),78.790058(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 @@ -6198,7 +6020,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.604298(mm),-2.3636408(mm),78.658997(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.471211(mm),0.47135469(mm),78.153483(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 @@ -6207,7 +6029,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.486817(mm),-2.8360261(mm),78.327058(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.322579(mm),1.5604145(mm),78.708672(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 @@ -6216,7 +6038,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.22883(mm),0.68493482(mm),78.725202(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.569775(mm),-2.5047032(mm),78.488758(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 @@ -6225,7 +6047,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.406948(mm),1.2245966(mm),78.693795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.24055(mm),0.1553097(mm),78.899463(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 @@ -6234,7 +6056,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.131995(mm),-0.78851076(mm),79.271258(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.168934(mm),-0.24907978(mm),78.38311(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 @@ -6243,7 +6065,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.210173(mm),2.2879325(mm),78.552165(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.58505(mm),-2.7401147(mm),78.309737(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 @@ -6252,7 +6074,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.653261(mm),-2.5058122(mm),79.179345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.323086(mm),-1.9012437(mm),79.237563(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 @@ -6261,7 +6083,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.863804(mm),2.5758085(mm),78.260585(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.876666(mm),0.36379189(mm),79.316279(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 @@ -6270,7 +6092,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.093243(mm),3.7760338(mm),78.572783(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.319442(mm),-2.4021366(mm),79.061879(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 @@ -6279,7 +6101,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.623501(mm),-2.1865499(mm),79.184592(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.571811(mm),1.134547(mm),78.488399(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 @@ -6288,7 +6110,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.356812(mm),3.2734294(mm),78.878963(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.396659(mm),-1.6041666(mm),78.69561(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 @@ -6297,7 +6119,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.971348(mm),-1.4628496(mm),78.94693(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.236373(mm),1.8180449(mm),79.252853(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 @@ -6306,7 +6128,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.512905(mm),-3.7992002(mm),78.851439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.500668(mm),0.74898117(mm),78.853597(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 @@ -6315,7 +6137,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.234104(mm),-1.4446091(mm),78.371618(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.466109(mm),-1.5332439(mm),79.212345(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 @@ -6324,7 +6146,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.237073(mm),1.7265503(mm),79.25273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.195684(mm),-1.8415381(mm),78.55472(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 @@ -6333,7 +6155,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.154366(mm),-2.7304723(mm),79.090986(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.915391(mm),3.5143279(mm),78.78047(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 @@ -6342,7 +6164,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.731778(mm),0.48084317(mm),78.989173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.366895(mm),2.3288642(mm),79.053512(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 @@ -6351,7 +6173,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.433539(mm),1.9880342(mm),78.336453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.980313(mm),-0.33119075(mm),78.416369(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 @@ -6360,7 +6182,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.412795(mm),1.1663043(mm),78.869091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.498161(mm),2.1660025(mm),78.325058(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 @@ -6369,7 +6191,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.673687(mm),-0.96436544(mm),78.117781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.033455(mm),-1.8558575(mm),79.288633(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 @@ -6378,7 +6200,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.762819(mm),-2.9134981(mm),78.807373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.617433(mm),2.5253784(mm),78.304027(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 @@ -6387,7 +6209,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.124813(mm),-3.5675921(mm),78.91987(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.900989(mm),-2.5585204(mm),79.135664(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 @@ -6396,7 +6218,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.52746(mm),3.5439451(mm),78.672546(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.994011(mm),-2.6675423(mm),79.119261(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 @@ -6405,7 +6227,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.273859(mm),-2.3234723(mm),78.540936(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.507907(mm),-0.37368113(mm),78.85232(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 @@ -6414,7 +6236,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.499166(mm),3.8982857(mm),78.677535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.219763(mm),1.0807687(mm),79.079455(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 @@ -6423,7 +6245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.421242(mm),-2.9021007(mm),79.043929(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.713435(mm),-0.5133842(mm),78.287099(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 @@ -6432,7 +6254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.533206(mm),-3.3955587(mm),78.495206(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.667823(mm),0.56463769(mm),79.176777(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 @@ -6441,7 +6263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.917798(mm),-1.0713809(mm),79.1327(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.803261(mm),-1.5200531(mm),79.329223(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 @@ -6450,7 +6272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.462696(mm),-2.4356139(mm),78.507638(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.397601(mm),-2.8650914(mm),78.342789(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 @@ -6459,7 +6281,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.320048(mm),-1.6734259(mm),79.061772(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.281072(mm),-1.5634064(mm),78.715991(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 @@ -6468,7 +6290,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.649066(mm),-0.22915956(mm),78.122122(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.112756(mm),0.17183679(mm),78.393015(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 @@ -6477,7 +6299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.366754(mm),3.9553398(mm),78.700883(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.447287(mm),0.095908662(mm),78.863009(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 @@ -6486,7 +6308,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.631056(mm),-1.0868579(mm),78.654279(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.069287(mm),-2.4002621(mm),79.105988(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 @@ -6495,7 +6317,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.05996(mm),3.9546351(mm),78.754979(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.025479(mm),-1.9283817(mm),78.761059(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 @@ -6504,7 +6326,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.767519(mm),0.84033552(mm),78.630217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.227576(mm),-0.14667627(mm),79.078077(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 @@ -6513,7 +6335,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.820095(mm),-0.96955465(mm),78.797273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.858207(mm),-0.74721187(mm),78.437899(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 @@ -6522,7 +6344,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.243937(mm),-1.7414964(mm),78.369885(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.672127(mm),0.9961247(mm),78.118056(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 @@ -6531,7 +6353,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.073854(mm),0.12882028(mm),79.105183(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.74936(mm),-1.7173994(mm),79.338727(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 @@ -6540,7 +6362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.79955(mm),1.4637913(mm),79.15355(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.316196(mm),-0.79659939(mm),79.062451(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 @@ -6549,7 +6371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.501233(mm),-1.7555163(mm),79.029824(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.112441(mm),-3.1229691(mm),78.922052(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 @@ -6558,7 +6380,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.106024(mm),-1.8158088(mm),78.394202(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.787174(mm),-1.5799542(mm),79.332059(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 @@ -6567,7 +6389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.953279(mm),-1.7130555(mm),78.244808(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.782645(mm),0.79700224(mm),78.274896(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 @@ -6576,7 +6398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.587165(mm),-1.8767038(mm),78.838345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.509384(mm),1.5979587(mm),79.204714(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 @@ -6585,7 +6407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.59549(mm),2.713254(mm),79.013204(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.454143(mm),-3.7622291(mm),78.8618(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 @@ -6594,7 +6416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.564248(mm),-1.2720321(mm),78.489732(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.615326(mm),3.2659907(mm),78.657053(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 @@ -6603,7 +6425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.642451(mm),-1.4111562(mm),78.828597(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.00601(mm),0.16204958(mm),79.469799(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 @@ -6612,7 +6434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.087141(mm),-0.65685404(mm),79.455494(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.560565(mm),-2.1814887(mm),79.019363(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 @@ -6621,7 +6443,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.551093(mm),-0.55958918(mm),78.668379(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.46806(mm),1.2256534(mm),78.859347(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 @@ -6630,7 +6452,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.988545(mm),-2.0583309(mm),78.591244(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.38532(mm),-1.9094297(mm),78.697609(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 @@ -6639,7 +6461,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.491081(mm),1.4824202(mm),78.14998(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.820553(mm),-0.88700511(mm),78.97352(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 @@ -6648,7 +6470,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.231324(mm),-0.83460396(mm),78.195782(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.630936(mm),0.64637617(mm),78.125319(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 @@ -6657,7 +6479,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.883558(mm),-0.97847412(mm),79.315064(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.686991(mm),-1.4879612(mm),79.349724(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 @@ -6666,7 +6488,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.193352(mm),1.8916744(mm),78.731458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.852962(mm),1.6432434(mm),78.438824(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 @@ -6675,7 +6497,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.252008(mm),-1.9425879(mm),78.368462(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.07662(mm),-0.71423517(mm),79.281022(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 @@ -6684,7 +6506,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.755282(mm),-3.3480701(mm),78.808702(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.837817(mm),-2.8206845(mm),78.617821(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 @@ -6693,7 +6515,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.210243(mm),-1.6997887(mm),78.375826(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.027867(mm),2.0365114(mm),78.936964(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 @@ -6702,7 +6524,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.271534(mm),-0.32921761(mm),79.246653(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.50241(mm),0.77322267(mm),78.147982(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 @@ -6711,7 +6533,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.140928(mm),-0.97233837(mm),78.388048(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.624436(mm),-0.75961245(mm),78.126465(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 @@ -6720,7 +6542,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.526114(mm),2.8511548(mm),79.201764(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.215147(mm),2.4926753(mm),79.080269(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 @@ -6729,7 +6551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.583723(mm),0.09667269(mm),78.838952(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.366917(mm),-3.4808028(mm),78.700854(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 @@ -6738,7 +6560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.562989(mm),-1.524337(mm),78.313627(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.423197(mm),0.78436861(mm),78.69093(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 @@ -6747,7 +6569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.57052(mm),0.44379602(mm),79.370261(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.183728(mm),0.58109751(mm),78.380501(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 @@ -6756,7 +6578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.048232(mm),-2.1678424(mm),79.286028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.730683(mm),-1.6064602(mm),78.284058(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 @@ -6765,7 +6587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.802191(mm),-2.0979664(mm),78.447776(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.420842(mm),3.662105(mm),79.043999(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 @@ -6774,7 +6596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.243766(mm),-0.1511274(mm),78.193588(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.720693(mm),-2.6079778(mm),79.167455(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 @@ -6783,7 +6605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.329207(mm),1.8036923(mm),78.354849(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.254592(mm),2.5061278(mm),78.368006(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 @@ -6792,7 +6614,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.763759(mm),-2.7884587(mm),78.983534(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.439758(mm),-1.3976291(mm),79.040664(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 @@ -6801,7 +6623,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.746818(mm),1.3523366(mm),79.162848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.338768(mm),2.9694903(mm),79.234798(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 @@ -6810,7 +6632,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.686331(mm),1.0409812(mm),78.644533(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.784308(mm),2.649608(mm),79.156238(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 @@ -6819,7 +6641,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.314315(mm),-2.3448334(mm),78.357475(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.117521(mm),0.70820109(mm),78.921156(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 @@ -6828,7 +6650,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.443296(mm),-0.50182677(mm),79.216367(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.135748(mm),-2.6349894(mm),78.388961(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 @@ -6837,7 +6659,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.304949(mm),-0.70917868(mm),79.240761(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.780063(mm),-1.9225295(mm),78.451678(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 @@ -6846,7 +6668,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.33875(mm),-2.5209828(mm),79.058474(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.28508(mm),2.9148791(mm),78.36263(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 @@ -6855,7 +6677,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.138558(mm),2.2509262(mm),78.74112(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.856619(mm),2.0066364(mm),78.614506(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 @@ -6864,7 +6686,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.79099(mm),-0.059976193(mm),78.273424(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.453752(mm),-0.04776822(mm),79.214524(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 @@ -6873,7 +6695,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.869923(mm),-1.0475896(mm),78.788487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.81612(mm),1.0501961(mm),78.797974(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 @@ -6882,7 +6704,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.347398(mm),-2.4247897(mm),78.880622(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.986775(mm),-2.006106(mm),78.415229(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 @@ -6891,7 +6713,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.73522(mm),0.30752907(mm),78.988566(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.135629(mm),-1.3050871(mm),78.565309(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 @@ -6900,7 +6722,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.260765(mm),0.99621766(mm),78.719571(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.096246(mm),-0.36217299(mm),79.277561(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 @@ -6909,7 +6731,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.286128(mm),1.8297277(mm),78.186118(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.917613(mm),0.20857486(mm),78.603751(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 @@ -6918,7 +6740,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.788589(mm),1.2281294(mm),78.450175(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.64245(mm),-0.25519987(mm),78.299616(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 @@ -6927,7 +6749,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.688914(mm),3.6773581(mm),78.644077(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.533089(mm),-2.5485805(mm),79.200534(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 @@ -6936,7 +6758,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.443153(mm),0.24539601(mm),78.687411(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.16781(mm),0.21646369(mm),79.088616(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 @@ -6945,7 +6767,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.847734(mm),-1.283463(mm),79.145054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.643758(mm),3.5920517(mm),79.004693(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 @@ -6954,7 +6776,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.73519(mm),0.49005956(mm),79.164898(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.68836(mm),1.9567155(mm),78.820502(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 @@ -6963,7 +6785,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.739411(mm),1.7208999(mm),79.164154(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.838837(mm),2.6424073(mm),78.441315(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 @@ -6972,7 +6794,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.683843(mm),1.6127694(mm),78.821298(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.773469(mm),1.7767312(mm),78.981822(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 @@ -6981,7 +6803,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.299872(mm),1.5375306(mm),79.241657(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.661388(mm),2.5457665(mm),78.296277(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 @@ -6990,7 +6812,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.101735(mm),-0.00089343049(mm),78.218632(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.575794(mm),1.98114(mm),78.664023(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 @@ -6999,7 +6821,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.522011(mm),-3.447531(mm),78.849834(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.614162(mm),-1.3379758(mm),78.480931(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 @@ -7008,7 +6830,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.638264(mm),-0.12673162(mm),78.124027(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.299821(mm),-3.0161962(mm),78.536358(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 @@ -7017,7 +6839,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.59277(mm),0.69157577(mm),79.190011(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.937419(mm),1.080847(mm),78.423932(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 @@ -7026,7 +6848,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.312079(mm),2.5963703(mm),78.357869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.831312(mm),0.4718911(mm),79.324276(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 @@ -7035,7 +6857,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.317277(mm),-0.72484375(mm),78.180626(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.683003(mm),-0.79340343(mm),78.116138(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 @@ -7044,7 +6866,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.134682(mm),1.5068181(mm),79.094457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.401523(mm),1.0029522(mm),78.342098(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 @@ -7053,7 +6875,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.304527(mm),-3.2782963(mm),79.064509(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.370242(mm),-1.725127(mm),79.229248(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 @@ -7062,7 +6884,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.075637(mm),2.7786004(mm),79.104868(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.027347(mm),3.1397509(mm),79.113383(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 @@ -7071,7 +6893,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.890649(mm),-1.297384(mm),79.313814(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.118958(mm),1.284122(mm),79.09723(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 @@ -7080,7 +6902,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.242138(mm),-0.13261947(mm),78.546529(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.675801(mm),1.8847525(mm),78.470062(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 @@ -7089,7 +6911,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.181577(mm),2.6315787(mm),78.38088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.833546(mm),1.66798(mm),79.323882(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 @@ -7098,7 +6920,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.376943(mm),2.2199804(mm),78.522759(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.903116(mm),-2.7938479(mm),78.782635(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 @@ -7107,7 +6929,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.377672(mm),-2.3766569(mm),78.346304(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.082668(mm),-1.088793(mm),78.574648(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 @@ -7116,7 +6938,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.743282(mm),-1.1678404(mm),79.163472(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.295287(mm),-1.7658852(mm),79.066138(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 @@ -7125,7 +6947,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.864728(mm),1.3579714(mm),78.789403(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.23013(mm),3.4148847(mm),78.9013(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 @@ -7134,7 +6956,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.431652(mm),0.35820737(mm),78.689439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.768298(mm),-2.7541373(mm),78.982733(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 @@ -7143,7 +6965,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.069359(mm),-0.58022941(mm),78.753321(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.742516(mm),3.2479054(mm),78.634626(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 @@ -7152,7 +6974,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.951932(mm),-1.3662595(mm),78.421373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.555385(mm),2.3704184(mm),79.196603(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 @@ -7161,7 +6983,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.953678(mm),-1.3004638(mm),78.244738(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.977827(mm),-1.88065(mm),78.416807(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 @@ -7170,7 +6992,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.475732(mm),0.60382012(mm),78.50534(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.770773(mm),0.60022765(mm),78.629643(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 @@ -7179,7 +7001,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.323009(mm),0.5021523(mm),78.884923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.194691(mm),3.2073581(mm),78.554895(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 @@ -7188,7 +7010,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.803367(mm),-0.98659878(mm),79.152877(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.826937(mm),-0.2573743(mm),79.148721(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 @@ -7197,7 +7019,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.798187(mm),-1.1262646(mm),78.624809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.534251(mm),-1.7008705(mm),79.024002(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 @@ -7206,7 +7028,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.398528(mm),0.76924657(mm),79.224261(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.871149(mm),-0.91203237(mm),78.611944(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 @@ -7215,7 +7037,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.908349(mm),3.2300972(mm),78.605385(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.37425(mm),-3.3699219(mm),79.052215(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 @@ -7224,7 +7046,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.155111(mm),-2.6686471(mm),78.914528(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.90882(mm),-3.5999996(mm),78.957956(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 @@ -7233,7 +7055,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.170579(mm),0.60712447(mm),78.735474(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.657185(mm),2.185228(mm),78.473345(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 @@ -7242,7 +7064,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.451474(mm),0.020859928(mm),79.214925(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.265053(mm),-0.17467918(mm),78.542488(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 @@ -7251,16 +7073,614 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.485352(mm),1.0913211(mm),78.15099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.783374(mm),1.8518167(mm),79.332729(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 = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -9.26 mm 1.85 mm 7.07 cm 20.5 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.1009261 mm 1.9270282 mm 7.0146682 cm 16.610092 MeV 3.8749307 MeV 579.4022 um 579.4022 um Target hIoni + 2 -8.8569942 mm 1.8545604 mm 6.9780136 cm 13.588388 MeV 3.0217035 MeV 451.27248 um 1.0306747 mm Target hIoni + 3 -8.6677431 mm 1.8629022 mm 6.954163 cm 10.939338 MeV 2.6490506 MeV 307.91883 um 1.3385935 mm Target Transportation + 4 3.5583826 cm -4.929165 cm -2 m 10.939343 MeV4.0664659e-16 eV 2.9594018 m 2.9607404 m CaptureMgnt Transportation + 5 3.6199328 cm -6.7909434 cm -2.0182238 m 10.912452 MeV 18.386755 keV 2.6059897 cm 2.9868003 m World hIoni + 6 3.6226984 cm -6.8841928 cm -2.0191397 m 10.905601 MeV 805.74112 eV 1.3073445 mm 2.9881077 m World hIoni + 7 3.6394269 cm -7.4125903 cm -2.0243297 m 10.898861 MeV 4.5267229 keV 7.4084107 mm 2.9955161 m World hIoni + 8 3.6606479 cm -8.009667 cm -2.0302107 m 10.892953 MeV 4.7570767 keV 8.3834269 mm 3.0038995 m World hIoni + 9 3.6991287 cm -9.0235573 cm -2.0402755 m 10.883687 MeV 8.2138492 keV 1.4291466 cm 3.018191 m World hIoni + 10 3.7388182 cm -10.055613 cm -2.0505665 m 10.868877 MeV 13.114159 keV 1.4580046 cm 3.032771 m World hIoni + 11 3.7834508 cm -11.338055 cm -2.0633454 m 10.854076 MeV 12.781937 keV 1.8109878 cm 3.0508809 m World hIoni + 12 3.829467 cm -12.534043 cm -2.075235 m 10.840009 MeV 12.477007 keV 1.687055 cm 3.0677514 m World hIoni + 13 3.8916139 cm -14.419183 cm -2.0939072 m 10.82115 MeV 17.553659 keV 2.6540968 cm 3.0942924 m World hIoni + 14 3.9190119 cm -15.304373 cm -2.1026348 m 10.813811 MeV 6.1289307 keV 1.2433982 cm 3.1067264 m World hIoni + 15 3.9554705 cm -16.479882 cm -2.1142199 m 10.800538 MeV 11.846151 keV 1.6508478 cm 3.1232349 m World hIoni + 16 4.0678701 cm -20.87021 cm -2.157433 m 10.759718 MeV 39.492714 keV 6.1613902 cm 3.1848488 m World hIoni + 17 4.0882235 cm -21.43409 cm -2.1629934 m 10.745092 MeV 4.877124 keV 7.9218718 mm 3.1927706 m World hIoni + 18 4.0939086 cm -21.628426 cm -2.1649063 m 10.740902 MeV 1.3336384 keV 2.727478 mm 3.1954981 m World hIoni + 19 4.1117047 cm -22.280533 cm -2.1713264 m 10.734795 MeV 6.1069151 keV 9.1528455 mm 3.204651 m World hIoni + 20 4.1356401 cm -23.100264 cm -2.1793788 m 10.724874 MeV 6.9500249 keV 1.1493256 cm 3.2161442 m World hIoni + 21 4.1555107 cm -23.906922 cm -2.1872838 m 10.71802 MeV 5.6657821 keV 1.1295942 cm 3.2274402 m World hIoni + 22 4.1705285 cm -24.521395 cm -2.1933253 m 10.707917 MeV 5.6019349 keV 8.6186288 mm 3.2360588 m World hIoni + 23 4.1917268 cm -25.72411 cm -2.2051728 m 10.58992 MeV 11.161814 keV 1.6883761 cm 3.2529425 m World hIoni + 24 4.200986 cm -26.467543 cm -2.2125762 m 10.58104 MeV 8.8808965 keV 1.0492322 cm 3.2634349 m World hIoni + 25 4.2181566 cm -27.777931 cm -2.2256515 m 10.56645 MeV 14.589863 keV 1.8512358 cm 3.2819472 m World hIoni + 26 4.2205576 cm -27.929222 cm -2.2271533 m 10.563678 MeV 1.5988977 keV 2.1318941 mm 3.2840791 m World hIoni + 27 4.22175 cm -28.009678 cm -2.2279517 m 10.56036 MeV 588.25686 eV 1.133548 mm 3.2852127 m World hIoni + 28 4.2244679 cm -28.20443 cm -2.2298908 m 10.55629 MeV 2.4457544 keV 2.7483714 mm 3.287961 m World hIoni + 29 4.2263171 cm -28.327255 cm -2.2311155 m 10.553885 MeV 1.0247782 keV 1.7345848 mm 3.2896956 m World hIoni + 30 4.241673 cm -29.284428 cm -2.2406658 m 10.529579 MeV 7.3772988 keV 1.3522295 cm 3.3032179 m World hIoni + 31 4.2476445 cm -29.817534 cm -2.246015 m 10.522048 MeV 6.5120583 keV 7.5523233 mm 3.3107702 m World hIoni + 32 4.2477906 cm -29.831397 cm -2.246155 m 10.520096 MeV 140.28863 eV 197.02409 um 3.3109673 m World hIoni + 33 4.2601406 cm -31.144445 cm -2.2594115 m 10.486966 MeV 13.302729 keV 1.8659109 cm 3.3296264 m World hIoni + 34 4.2619858 cm -31.438743 cm -2.2623777 m 10.481524 MeV 1.6842736 keV 4.1785034 mm 3.3338049 m World hIoni + 35 4.262802 cm -31.869321 cm -2.2666868 m 10.476365 MeV 2.9158333 keV 6.0917276 mm 3.3398966 m World hIoni + 36 4.2622667 cm -33.482285 cm -2.2826667 m 10.461512 MeV 13.414734 keV 2.2705204 cm 3.3626018 m World hIoni + 37 4.2571772 cm -35.940526 cm -2.3072334 m 10.434287 MeV 24.852999 keV 3.475413 cm 3.3973559 m World hIoni + 38 4.2556132 cm -36.183729 cm -2.3096897 m 10.416985 MeV 3.76738 keV 3.4566224 mm 3.4008126 m World hIoni + 39 4.2555596 cm -36.204251 cm -2.3098965 m 10.415636 MeV 29.094007 eV 291.32962 um 3.4011039 m World hIoni + 40 4.2530677 cm -37.412185 cm -2.3220531 m 10.400296 MeV 12.834133 keV 1.7137621 cm 3.4182415 m World hIoni + 41 4.250538 cm -37.696419 cm -2.3249196 m 10.395256 MeV 3.8448213 keV 4.0368341 mm 3.4222783 m World hIoni + 42 4.241324 cm -38.811536 cm -2.3361225 m 10.384774 MeV 8.3162207 keV 1.5807118 cm 3.4380855 m World hIoni + 43 4.2296699 cm -39.991249 cm -2.3479954 m 10.37154 MeV 10.814274 keV 1.67378 cm 3.4548233 m World hIoni + 44 4.2053414 cm -41.455368 cm -2.362645 m 10.355248 MeV 11.780687 keV 2.0713295 cm 3.4755366 m World hIoni + 45 4.1521405 cm -43.16244 cm -2.3795129 m 10.335182 MeV 18.903302 keV 2.4004965 cm 3.4995415 m World hIoni + 46 4.1439838 cm -43.427724 cm -2.3821245 m 10.331778 MeV 1.5080419 keV 3.7235905 mm 3.5032651 m World hIoni + 47 4.0557417 cm -46.18651 cm -2.4093257 m 10.306961 MeV 23.34871 keV 3.8753134 cm 3.5420182 m World hIoni + 48 4.0507811 cm -46.46728 cm -2.4121106 m 10.299706 MeV 3.316503 keV 3.9549646 mm 3.5459732 m World hIoni + 49 4.0431415 cm -46.980121 cm -2.4172094 m 10.286861 MeV 4.7781342 keV 7.2321285 mm 3.5532053 m World hIoni + 50 4.0356677 cm -47.443713 cm -2.4218503 m 10.280148 MeV 4.0846542 keV 6.5601227 mm 3.5597655 m World hIoni + 51 4.0304478 cm -47.776363 cm -2.4251884 m 10.274851 MeV 3.7114155 keV 4.7128924 mm 3.5644784 m World hIoni + 52 4.0024316 cm -49.382556 cm -2.4414207 m 10.259044 MeV 13.73765 keV 2.2837686 cm 3.587316 m World hIoni + 53 3.9996847 cm -49.503571 cm -2.4426424 m 10.256685 MeV 1.0958777 keV 1.719825 mm 3.5890359 m World hIoni + 54 3.9935669 cm -49.763646 cm -2.4452663 m 10.252254 MeV 2.9927955 keV 3.6949363 mm 3.5927308 m World hIoni + 55 3.9456922 cm -51.887114 cm -2.4666202 m 10.157267 MeV 16.733166 keV 3.0118833 cm 3.6228496 m World hIoni + 56 3.9307555 cm -52.659845 cm -2.4743195 m 10.14834 MeV 7.7291735 keV 1.0909366 cm 3.633759 m World hIoni + 57 3.8978555 cm -54.215338 cm -2.4898236 m 10.128595 MeV 18.354992 keV 2.1964661 cm 3.6557237 m World hIoni + 58 3.8968781 cm -54.274652 cm -2.4904147 m 10.126477 MeV 400.28627 eV 837.42918 um 3.6565611 m World hIoni + 59 3.8879236 cm -54.791752 cm -2.4955726 m 10.120575 MeV 4.5737547 keV 7.304244 mm 3.6638653 m World hIoni + 60 3.8822905 cm -55.086162 cm -2.4985083 m 10.116929 MeV 2.5224449 keV 4.1580018 mm 3.6680233 m World hIoni + 61 3.874145 cm -55.479577 cm -2.5024288 m 10.107013 MeV 3.4826157 keV 5.5547011 mm 3.673578 m World hIoni + 62 3.8409545 cm -56.531616 cm -2.5130015 m 10.09203 MeV 10.989476 keV 1.4918897 cm 3.6884969 m World hIoni + 63 3.7962723 cm -58.122079 cm -2.5290509 m 10.077059 MeV 14.970196 keV 2.259972 cm 3.7110967 m World hIoni + 64 3.7523791 cm -59.579714 cm -2.5438292 m 10.057316 MeV 17.947425 keV 2.0762132 cm 3.7318588 m World hIoni + 65 3.7307691 cm -60.603779 cm -2.5541116 m 10.045788 MeV 10.508387 keV 1.4513689 cm 3.7463725 m World hIoni + 66 3.7171704 cm -61.21142 cm -2.5602485 m 10.040383 MeV 5.4042371 keV 8.6372772 mm 3.7550098 m World hIoni + 67 3.6781482 cm -62.491431 cm -2.5730648 m 10.026151 MeV 14.232052 keV 1.8117873 cm 3.7731276 m World hIoni + 68 3.6741208 cm -62.645454 cm -2.5746032 m 10.023648 MeV 813.30847 eV 2.177246 mm 3.7753049 m World hIoni + 69 3.6642652 cm -63.11244 cm -2.57925 m 10.016928 MeV 3.8838303 keV 6.588701 mm 3.7818936 m World hIoni + 70 3.6206182 cm -65.277823 cm -2.6006825 m 10.000728 MeV 16.200029 keV 3.0470456 cm 3.812364 m World hIoni + 71 3.6066173 cm -65.994635 cm -2.6077568 m 9.9855727 MeV 4.6969651 keV 1.007213 cm 3.8224362 m World hIoni + 72 3.5054868 cm -70.255171 cm -2.6497391 m 9.9394658 MeV 46.10688 keV 5.9823942 cm 3.8822601 m World hIoni + 73 3.4502072 cm -73.162457 cm -2.6788723 m 9.9137662 MeV 23.342332 keV 4.1162174 cm 3.9234223 m World hIoni + 74 3.4476328 cm -73.318392 cm -2.6804439 m 9.9120351 MeV 692.1803 eV 2.2140973 mm 3.9256364 m World hIoni + 75 3.4416407 cm -73.676262 cm -2.6840504 m 9.9074232 MeV 3.2241393 keV 5.0810991 mm 3.9307175 m World hIoni + 76 3.4250063 cm -74.728114 cm -2.694605 m 9.898603 MeV 8.8202248 keV 1.4901961 cm 3.9456194 m World hIoni + 77 3.424725 cm -74.742954 cm -2.6947528 m 9.8948994 MeV 788.70958 eV 209.45566 um 3.9458289 m World hIoni + 78 3.4118388 cm -75.378957 cm -2.7010818 m 9.8878511 MeV 5.7019814 keV 8.9734986 mm 3.9548024 m World hIoni + 79 3.4109273 cm -75.42324 cm -2.7015245 m 9.8875058 MeV 345.26446 eV 626.21737 um 3.9554286 m World hIoni + 80 3.3871753 cm -76.595509 cm -2.7132476 m 9.867653 MeV 14.300832 keV 1.6580449 cm 3.9720091 m World hIoni + 81 3.376956 cm -77.111859 cm -2.7184191 m 9.8631223 MeV 3.2553008 keV 7.3086987 mm 3.9793178 m World hIoni + 82 3.3652826 cm -77.729695 cm -2.7246568 m 9.8519525 MeV 7.8482597 keV 8.7803434 mm 3.9880981 m World hIoni + 83 3.3467931 cm -78.758649 cm -2.7350431 m 9.8410958 MeV 9.5446596 keV 1.462146 cm 4.0027196 m World hIoni + 84 3.3378965 cm -79.282683 cm -2.7403616 m 9.8265136 MeV 7.6332401 keV 7.4669155 mm 4.0101865 m World hIoni + 85 3.3351795 cm -79.421901 cm -2.7417855 m 9.818401 MeV 1.2617006 keV 1.9916438 mm 4.0121781 m World hIoni + 86 3.3033049 cm -81.052083 cm -2.7585106 m 9.8047742 MeV 13.626785 keV 2.3357773 cm 4.0355359 m World hIoni + 87 3.2887475 cm -81.496065 cm -2.7630229 m 9.8003722 MeV 4.4020663 keV 6.3320312 mm 4.0418679 m World hIoni + 88 3.2885033 cm -81.504317 cm -2.7631067 m 9.7849263 MeV 0 eV 117.64044 um 4.0419856 m World hIoni + 89 3.2831413 cm -81.768912 cm -2.7658191 m 9.781561 MeV 2.2044604 keV 3.789638 mm 4.0457752 m World hIoni + 90 3.2777303 cm -82.105666 cm -2.7692803 m 9.778391 MeV 3.1699555 keV 4.8294222 mm 4.0506046 m World hIoni + 91 3.2655564 cm -82.948553 cm -2.7779538 m 9.7664374 MeV 10.57353 keV 1.209506 cm 4.0626997 m World hIoni + 92 3.2508482 cm -83.840985 cm -2.7870826 m 9.7564922 MeV 8.278911 keV 1.2767172 cm 4.0754669 m World hIoni + 93 3.2418678 cm -84.225108 cm -2.7910136 m 9.7353642 MeV 2.5420184 keV 5.4969189 mm 4.0809638 m World hIoni + 94 3.2366916 cm -84.462452 cm -2.7934447 m 9.7326577 MeV 935.93673 eV 3.3980039 mm 4.0843618 m World hIoni + 95 3.2353055 cm -84.532358 cm -2.7941619 m 9.7307961 MeV 795.6392 eV 1.0016121 mm 4.0853634 m World hIoni + 96 3.2285252 cm -84.866325 cm -2.7975868 m 9.7261732 MeV 3.5747654 keV 4.784116 mm 4.0901475 m World hIoni + 97 3.2256636 cm -85.031168 cm -2.7992731 m 9.7246813 MeV 1.4918632 keV 2.3583374 mm 4.0925058 m World hIoni + 98 3.2139069 cm -85.733496 cm -2.8064539 m 9.7186355 MeV 6.0457851 keV 1.0045173 cm 4.102551 m World hIoni + 99 3.1770961 cm -87.514367 cm -2.8247432 m 9.6860442 MeV 21.326911 keV 2.5530233 cm 4.1280812 m World hIoni + 100 3.1376025 cm -88.955397 cm -2.8396054 m 9.6685586 MeV 16.465899 keV 2.0705166 cm 4.1487864 m World hIoni + 101 3.1247659 cm -89.380771 cm -2.8439966 m 9.663252 MeV 3.5222201 keV 6.1150014 mm 4.1549014 m World hIoni + 102 3.1087255 cm -89.819483 cm -2.8485199 m 9.6575134 MeV 4.382062 keV 6.3034127 mm 4.1612048 m World hIoni + 103 3.0961482 cm -90.193266 cm -2.852406 m 9.6510452 MeV 3.0861841 keV 5.3934261 mm 4.1665983 m World hIoni + 104 3.0876979 cm -90.439396 cm -2.8549707 m 9.6497433 MeV 1.301929 keV 3.5557163 mm 4.170154 m World hIoni + 105 3.0517103 cm -91.554221 cm -2.8665342 m 9.6322697 MeV 10.775246 keV 1.6066374 cm 4.1862203 m World hIoni + 106 2.9952965 cm -93.192037 cm -2.8835543 m 9.6127048 MeV 16.366557 keV 2.3627449 cm 4.2098478 m World hIoni + 107 2.9829941 cm -93.627521 cm -2.8880673 m 9.6055128 MeV 4.6166859 keV 6.2727234 mm 4.2161205 m World hIoni + 108 2.9226479 cm -95.845882 cm -2.9110625 m 9.5813223 MeV 22.488889 keV 3.1957476 cm 4.248078 m World hIoni + 109 2.9104738 cm -96.257841 cm -2.9152007 m 9.5791817 MeV 2.1406536 keV 5.84044 mm 4.2539184 m World hIoni + 110 2.8467013 cm -98.365073 cm -2.9362472 m 9.5558517 MeV 21.632089 keV 2.9789589 cm 4.283708 m World hIoni + 111 2.825564 cm -99.257226 cm -2.9450412 m 9.5450064 MeV 10.845329 keV 1.2528938 cm 4.296237 m World hIoni + 112 2.802577 cm -1.0029062 m -2.9552256 m 9.5344402 MeV 9.0596573 keV 1.4510968 cm 4.3107479 m World hIoni + 113 2.7991367 cm -1.0047503 m -2.9570011 m 9.532217 MeV 865.89581 eV 2.5601292 mm 4.3133081 m World hIoni + 114 2.7879261 cm -1.0098193 m -2.9618706 m 9.5251762 MeV 7.0407601 keV 7.0298604 mm 4.3203379 m World hIoni + 115 2.7541334 cm -1.0277756 m -2.9790686 m 9.4974856 MeV 20.842682 keV 2.4866168 cm 4.3452041 m World hIoni + 116 2.7521847 cm -1.0287576 m -2.9799953 m 9.4968416 MeV 643.97768 eV 1.3503919 mm 4.3465545 m World hIoni + 117 2.7316616 cm -1.039256 m -2.9899112 m 9.4802221 MeV 12.444696 keV 1.4442399 cm 4.3609969 m World hIoni + 118 2.7242834 cm -1.0431665 m -2.9935939 m 9.464022 MeV 3.2146264 keV 5.3722348 mm 4.3663691 m World hIoni + 119 2.7204389 cm -1.045003 m -2.9953267 m 9.4589002 MeV 2.6191408 keV 2.525188 mm 4.3688943 m World hIoni + 120 2.7038029 cm -1.052221 m -3.0021414 m 9.4504573 MeV 8.4428171 keV 9.9281081 mm 4.3788224 m World hIoni + 121 2.648832 cm -1.0735424 m -3.0222483 m 9.4299019 MeV 19.022039 keV 2.9312351 cm 4.4081348 m World hIoni + 122 2.6012472 cm -1.0888262 m -3.0368272 m 9.4122946 MeV 14.226151 keV 2.112741 cm 4.4292622 m World hIoni + 123 2.573549 cm -1.0960372 m -3.0437116 m 9.4049565 MeV 7.3380977 keV 9.9735573 mm 4.4392357 m World hIoni + 124 2.5658868 cm -1.0979366 m -3.0455199 m 9.4008848 MeV 1.4663066 keV 2.6236294 mm 4.4418594 m World hIoni + 125 2.5521872 cm -1.1018763 m -3.0492539 m 9.394142 MeV 5.7031911 keV 5.4298749 mm 4.4472892 m World hIoni + 126 2.5227147 cm -1.1116581 m -3.0584763 m 9.3837331 MeV 9.2628625 keV 1.3447077 cm 4.4607363 m World hIoni + 127 2.5206973 cm -1.112209 m -3.0589916 m 9.3727986 MeV 440.84853 eV 754.57439 um 4.4614909 m World hIoni + 128 2.4912312 cm -1.1197937 m -3.0660982 m 9.3618995 MeV 9.7748511 keV 1.0398071 cm 4.4718889 m World hIoni + 129 2.455451 cm -1.1287315 m -3.0744918 m 9.3546458 MeV 6.2304736 keV 1.2266397 cm 4.4841553 m World hIoni + 130 2.4528432 cm -1.129333 m -3.0750551 m 9.3509152 MeV 1.7082925 keV 824.61276 um 4.48498 m World hIoni + 131 2.433833 cm -1.1337336 m -3.0791831 m 9.3376983 MeV 3.822116 keV 6.0366234 mm 4.4910166 m World hIoni + 132 2.3788466 cm -1.1448214 m -3.0895285 m 9.3257232 MeV 10.703736 keV 1.5174722 cm 4.5061913 m World hIoni + 133 2.3667021 cm -1.1475901 m -3.0921122 m 9.3201407 MeV 3.6554908 keV 3.7889253 mm 4.5099802 m World hIoni + 134 2.3214089 cm -1.1578775 m -3.1016738 m 9.3067514 MeV 12.049705 keV 1.4052121 cm 4.5240324 m World hIoni + 135 2.2957047 cm -1.1639715 m -3.1073241 m 9.3013222 MeV 5.4291367 keV 8.3143937 mm 4.5323467 m World hIoni + 136 2.2916144 cm -1.1648894 m -3.108181 m 9.2995888 MeV 504.13738 eV 1.2563851 mm 4.5336031 m World hIoni + 137 2.2716468 cm -1.1692471 m -3.1122595 m 9.2973576 MeV 2.2312659 keV 5.9719083 mm 4.539575 m World hIoni + 138 2.2614736 cm -1.1716208 m -3.1144728 m 9.2964005 MeV 957.06115 eV 3.2470845 mm 4.5428221 m World hIoni + 139 2.220093 cm -1.1809243 m -3.1231499 m 9.2906008 MeV 4.5123152 keV 1.2728678 cm 4.5555508 m World hIoni + 140 2.204017 cm -1.1842001 m -3.1262202 m 9.2847275 MeV 4.4624325 keV 4.4926351 mm 4.5600434 m World hIoni + 141 2.1785013 cm -1.1894514 m -3.1311403 m 9.2788486 MeV 4.435791 keV 7.2005928 mm 4.567244 m World hIoni + 142 2.1720731 cm -1.1907539 m -3.1323646 m 9.2761636 MeV 1.4704029 keV 1.7887333 mm 4.5690328 m World hIoni + 143 2.1399681 cm -1.1973865 m -3.1385921 m 9.2677009 MeV 8.4627738 keV 9.1036563 mm 4.5781364 m World hIoni + 144 2.0762798 cm -1.2097802 m -3.1501722 m 9.2492897 MeV 11.395575 keV 1.6973868 cm 4.5951103 m World hIoni + 145 2.0682057 cm -1.2113518 m -3.1516479 m 9.2403849 MeV 845.84271 eV 2.1573077 mm 4.5972676 m World hIoni + 146 2.028599 cm -1.2190268 m -3.1588834 m 9.2198688 MeV 7.059806 keV 1.0555336 cm 4.6078229 m World hIoni + 147 1.9500202 cm -1.2335926 m -3.1725256 m 9.2029163 MeV 13.219892 keV 1.9972425 cm 4.6277954 m World hIoni + 148 1.9242974 cm -1.238408 m -3.1771556 m 9.1993309 MeV 3.5853439 keV 6.6851253 mm 4.6344805 m World hIoni + 149 1.9226926 cm -1.2387005 m -3.1774358 m 9.1980076 MeV 274.50395 eV 405.35908 um 4.6348858 m World hIoni + 150 1.9176675 cm -1.2396138 m -3.1783121 m 9.1956787 MeV 1.2682599 keV 1.2667535 mm 4.6361526 m World hIoni + 151 1.8550062 cm -1.2510036 m -3.1892539 m 9.1813554 MeV 10.978976 keV 1.5806464 cm 4.6519591 m World hIoni + 152 1.8184261 cm -1.2576503 m -3.1957016 m 9.1708581 MeV 6.4726839 keV 9.2674919 mm 4.6612265 m World hIoni + 153 1.7991627 cm -1.2614928 m -3.1994456 m 9.1600528 MeV 3.0047212 keV 5.3683972 mm 4.6665949 m World hIoni + 154 1.7946036 cm -1.2623381 m -3.2002666 m 9.1578703 MeV 836.9568 eV 1.1792412 mm 4.6677742 m World hIoni + 155 1.7753882 cm -1.2659132 m -3.2037326 m 9.1516774 MeV 5.0819219 keV 4.9831323 mm 4.6727573 m World hIoni + 156 1.6613832 cm -1.2894698 m -3.2265796 m 9.1227752 MeV 28.902223 keV 3.2836334 cm 4.7055937 m World hIoni + 157 1.5932668 cm -1.3036481 m -3.2402517 m 9.1010517 MeV 17.422332 keV 1.9708354 cm 4.725302 m World hIoni + 158 1.5065625 cm -1.3221107 m -3.2580652 m 9.07498 MeV 18.147318 keV 2.5670089 cm 4.7509721 m World hIoni + 159 1.4771166 cm -1.3282929 m -3.2640967 m 9.0605285 MeV 11.849718 keV 8.6420917 mm 4.7596142 m World hIoni + 160 1.4687368 cm -1.3300267 m -3.2657881 m 9.0582318 MeV 2.2967213 keV 2.4236445 mm 4.7620378 m World hIoni + 161 1.4565223 cm -1.3325643 m -3.2682627 m 9.0481798 MeV 1.3692879 keV 3.546558 mm 4.7655844 m World hIoni + 162 1.415471 cm -1.3412293 m -3.2767159 m 9.040793 MeV 6.36782 keV 1.2112267 cm 4.7776967 m World hIoni + 163 1.3438108 cm -1.3568308 m -3.2919579 m 9.022304 MeV 16.741539 keV 2.1823058 cm 4.7995197 m World hIoni + 164 1.3253993 cm -1.3614633 m -3.296493 m 9.0164687 MeV 3.693566 keV 6.4854896 mm 4.8060052 m World hIoni + 165 1.3121462 cm -1.3646372 m -3.2995897 m 9.0125281 MeV 3.9405659 keV 4.4363731 mm 4.8104416 m World Decay +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 142, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.31 cm -1.36 m -3.3 m 9.22 MeV 0 eV 0 fm 0 fm World initStep + 1 7.5659049 mm -1.3712945 m -3.3024918 m 9.211501 MeV 5.527991 keV 9.1437495 mm 9.1437495 mm World muIoni + 2 7.4844567 mm -1.3713933 m -3.3025344 m 9.2096576 MeV 239.0861 eV 134.93638 um 9.2786859 mm World muIoni + 3 -512.86195 um -1.3810694 m -3.3067106 m 9.1744426 MeV 8.6716457 keV 1.3229754 cm 2.250844 cm World muIoni + 4 -5.3961547 mm -1.3869315 m -3.3093199 m 9.1660841 MeV 5.0890555 keV 8.063441 mm 3.0571881 cm World muIoni + 5 -1.4389091 cm -1.3977455 m -3.3140898 m 9.1564385 MeV 8.5363928 keV 1.4851573 cm 4.5423454 cm World muIoni + 6 -1.9237875 cm -1.4035143 m -3.3166234 m 9.1506292 MeV 4.5863732 keV 7.9504437 mm 5.3373898 cm World muIoni + 7 -1.9873087 cm -1.4042683 m -3.3169552 m 9.1492006 MeV 294.13484 eV 1.0402556 mm 5.4414153 cm World muIoni + 8 -2.413614 cm -1.4093331 m -3.3191775 m 9.1417659 MeV 5.410684 keV 6.98316 mm 6.1397313 cm World muIoni + 9 -2.8543185 cm -1.4145954 m -3.3214866 m 9.137357 MeV 2.8454517 keV 7.2419668 mm 6.863928 cm World muIoni + 10 -4.6877448 cm -1.4364919 m -3.3311964 m 9.1167366 MeV 20.620375 keV 3.0164591 cm 9.8803871 cm World muIoni + 11 -7.1106223 cm -1.4655002 m -3.3439272 m 9.093192 MeV 22.322999 keV 3.9882767 cm 13.868664 cm World muIoni + 12 -8.1296241 cm -1.4776472 m -3.3491511 m 9.0840429 MeV 9.149156 keV 1.669366 cm 15.53803 cm World muIoni + 13 -8.6009646 cm -1.4832407 m -3.3516215 m 9.0794615 MeV 3.4014472 keV 7.7205308 mm 16.310083 cm World muIoni + 14 -8.7089157 cm -1.4845193 m -3.3521873 m 9.073521 MeV 845.82275 eV 1.7665053 mm 16.486733 cm World muIoni + 15 -9.370233 cm -1.49236 m -3.3556464 m 9.0660429 MeV 6.2824126 keV 1.0824759 cm 17.569209 cm World muIoni + 16 -9.505372 cm -1.4939636 m -3.3563532 m 9.0631008 MeV 1.8059139 keV 2.2130295 mm 17.790512 cm World muIoni + 17 -10.358814 cm -1.5040971 m -3.3608072 m 9.0550861 MeV 5.835403 keV 1.3977255 cm 19.188238 cm World muIoni + 18 -11.767367 cm -1.5208696 m -3.3680809 m 9.0429266 MeV 10.225151 keV 2.3078846 cm 21.496122 cm World muIoni + 19 -12.238643 cm -1.5264617 m -3.37048 m 9.039277 MeV 3.6495725 keV 7.6966627 mm 22.265789 cm World muIoni + 20 -13.36895 cm -1.5398736 m -3.3762435 m 9.0302814 MeV 8.9955748 keV 1.8462409 cm 24.112029 cm World muIoni + 21 -14.007897 cm -1.5473506 m -3.3794611 m 9.0239207 MeV 6.3607707 keV 1.0348167 cm 25.146846 cm World muIoni + 22 -15.219274 cm -1.5616174 m -3.3854725 m 9.010681 MeV 11.997566 keV 1.9657723 cm 27.112618 cm World muIoni + 23 -15.841071 cm -1.56894 m -3.3885766 m 9.0020926 MeV 7.2364746 keV 1.0095546 cm 28.122173 cm World muIoni + 24 -15.942094 cm -1.5701319 m -3.389088 m 8.9968559 MeV 815.52083 eV 1.6440152 mm 28.286575 cm World muIoni + 25 -16.203643 cm -1.5732242 m -3.390411 m 8.9925813 MeV 2.6793527 keV 4.2606451 mm 28.712639 cm World muIoni + 26 -16.50574 cm -1.5767812 m -3.3919435 m 8.9872296 MeV 2.3440444 keV 4.911983 mm 29.203837 cm World muIoni + 27 -16.684916 cm -1.5789112 m -3.3928477 m 8.9816207 MeV 1.9957837 keV 2.9265735 mm 29.496495 cm World muIoni + 28 -17.122352 cm -1.5840773 m -3.3950476 m 8.9747928 MeV 3.858505 keV 7.1178364 mm 30.208278 cm World muIoni + 29 -18.867039 cm -1.6046363 m -3.4039156 m 8.9550379 MeV 19.754919 keV 2.8385281 cm 33.046806 cm World muIoni + 30 -20.941624 cm -1.6286701 m -3.4144457 m 8.929978 MeV 23.381044 keV 3.3450307 cm 36.391837 cm World muIoni + 31 -21.185598 cm -1.6314819 m -3.4156414 m 8.855869 MeV 2.5685582 keV 3.9100542 mm 36.782842 cm World muIoni + 32 -21.496933 cm -1.6350445 m -3.4171658 m 8.8449002 MeV 4.4807758 keV 4.9708431 mm 37.279927 cm World muIoni + 33 -21.684199 cm -1.637174 m -3.4180712 m 8.8413972 MeV 2.1917956 keV 2.9768102 mm 37.577608 cm World muIoni + 34 -22.936372 cm -1.6513005 m -3.4241325 m 8.8321728 MeV 7.9178893 keV 1.982661 cm 39.560269 cm World muIoni + 35 -23.778972 cm -1.6608491 m -3.4282585 m 8.8230191 MeV 6.845524 keV 1.338655 cm 40.898924 cm World muIoni + 36 -23.836581 cm -1.661505 m -3.4285463 m 8.8217344 MeV 169.04156 eV 919.19956 um 40.990844 cm World muIoni + 37 -24.65303 cm -1.6707783 m -3.4326188 m 8.8057632 MeV 7.9189788 keV 1.3009177 cm 42.291761 cm World muIoni + 38 -24.90695 cm -1.6736372 m -3.4338843 m 8.8018606 MeV 2.3085284 keV 4.027741 mm 42.694536 cm World muIoni + 39 -25.491492 cm -1.6802182 m -3.4367971 m 8.7918749 MeV 7.6166916 keV 9.2716643 mm 43.621702 cm World muIoni + 40 -25.754494 cm -1.6832009 m -3.4380823 m 8.7865126 MeV 2.9957131 keV 4.1791683 mm 44.039619 cm World muIoni + 41 -26.393527 cm -1.6905685 m -3.4412354 m 8.7758998 MeV 6.6645553 keV 1.0249891 cm 45.064608 cm World muIoni + 42 -26.957109 cm -1.6970851 m -3.4440563 m 8.766718 MeV 6.713565 keV 9.0656851 mm 45.971176 cm World muIoni + 43 -28.956415 cm -1.7200949 m -3.4539847 m 8.7483248 MeV 16.942099 keV 3.2058899 cm 49.177066 cm World muIoni + 44 -29.16285 cm -1.722491 m -3.4550063 m 8.7449415 MeV 2.2072418 keV 3.3236183 mm 49.509428 cm World muIoni + 45 -31.240787 cm -1.7467449 m -3.4652331 m 8.7228696 MeV 20.367794 keV 3.3536463 cm 52.863074 cm World muIoni + 46 -32.644733 cm -1.7635593 m -3.4720074 m 8.7061884 MeV 14.110434 keV 2.2928811 cm 55.155956 cm World muIoni + 47 -32.698961 cm -1.7642025 m -3.472271 m 8.7042495 MeV 297.97729 eV 881.62133 um 55.244118 cm World muIoni + 48 -32.772859 cm -1.7650742 m -3.4726262 m 8.7020975 MeV 1.0193691 keV 1.1967249 mm 55.36379 cm World muIoni + 49 -33.19857 cm -1.770076 m -3.474662 m 8.696757 MeV 4.3273023 keV 6.8764277 mm 56.051433 cm World muIoni + 50 -33.367911 cm -1.7720571 m -3.47547 m 8.6937658 MeV 2.9912146 keV 2.7286396 mm 56.324297 cm World muIoni + 51 -33.580995 cm -1.774549 m -3.476487 m 8.6903399 MeV 2.2794209 keV 3.4327957 mm 56.667576 cm World muIoni + 52 -34.015654 cm -1.779631 m -3.4785328 m 8.6835341 MeV 4.4801302 keV 6.9932042 mm 57.366897 cm World muIoni + 53 -34.036668 cm -1.7798774 m -3.4786318 m 8.6793559 MeV 160.98827 eV 338.66134 um 57.400763 cm World muIoni + 54 -35.414956 cm -1.7960975 m -3.4851374 m 8.6623445 MeV 14.367122 keV 2.2257409 cm 59.626504 cm World muIoni + 55 -35.937865 cm -1.8022082 m -3.4876201 m 8.6566205 MeV 4.4213907 keV 8.4170804 mm 60.468212 cm World muIoni + 56 -36.407594 cm -1.8077034 m -3.489899 m 8.6514391 MeV 5.1814214 keV 7.5800172 mm 61.226214 cm World muIoni + 57 -36.871271 cm -1.8131447 m -3.492183 m 8.6422283 MeV 7.5298624 keV 7.5048974 mm 61.976703 cm World muIoni + 58 -37.861926 cm -1.8248733 m -3.4970767 m 8.6300555 MeV 10.83771 keV 1.6113703 cm 63.588074 cm World muIoni + 59 -38.311606 cm -1.8301947 m -3.4993044 m 8.6245572 MeV 5.4982961 keV 7.3144491 mm 64.319519 cm World muIoni + 60 -40.309941 cm -1.8538216 m -3.5091012 m 8.602908 MeV 19.761737 keV 3.2458785 cm 67.565397 cm World muIoni + 61 -41.071338 cm -1.8628406 m -3.5127666 m 8.5909552 MeV 6.3613851 keV 1.2359268 cm 68.801324 cm World muIoni + 62 -41.947773 cm -1.8732193 m -3.5170035 m 8.5776858 MeV 10.290554 keV 1.4229697 cm 70.224294 cm World muIoni + 63 -43.361755 cm -1.890023 m -3.5239836 m 8.5656772 MeV 12.008581 keV 2.3044104 cm 72.528704 cm World muIoni + 64 -43.391287 cm -1.8903764 m -3.5241323 m 8.5656239 MeV 53.308889 eV 483.99698 um 72.577104 cm World muIoni + 65 -43.56424 cm -1.8924462 m -3.5250051 m 8.5645304 MeV 1.0934961 keV 2.8349415 mm 72.860598 cm World muIoni + 66 -44.551543 cm -1.9042601 m -3.5299963 m 8.5549269 MeV 8.5035967 keV 1.6185185 cm 74.479116 cm World muIoni + 67 -44.626171 cm -1.9051597 m -3.530379 m 8.5509353 MeV 1.0255271 keV 1.2299275 mm 74.602109 cm World muIoni + 68 -45.731806 cm -1.9185244 m -3.5360528 m 8.5401285 MeV 9.7736981 keV 1.8249801 cm 76.427089 cm World muIoni + 69 -46.467315 cm -1.9273149 m -3.5397805 m 8.5290974 MeV 7.8800829 keV 1.2052709 cm 77.63236 cm World muIoni + 70 -48.123666 cm -1.9473305 m -3.5481792 m 8.5097283 MeV 18.050712 keV 2.7304338 cm 80.362794 cm World muIoni + 71 -48.28696 cm -1.9492784 m -3.5489976 m 8.4963892 MeV 2.2232118 keV 2.6703394 mm 80.629828 cm World muIoni + 72 -48.788865 cm -1.9552 m -3.5515009 m 8.4898979 MeV 4.3290023 keV 8.1561549 mm 81.445444 cm World muIoni + 73 -54.665406 cm -2.0298805 m -3.5884324 m 8.4302733 MeV 59.624686 keV 10.201618 cm 91.647061 cm World muIoni + 74 -55.281361 cm -2.0379776 m -3.5925803 m 8.4265648 MeV 2.3541973 keV 1.0986759 cm 92.745737 cm World muIoni + 75 -55.812035 cm -2.0449255 m -3.5961294 m 8.4209911 MeV 5.5736607 keV 9.4356406 mm 93.689301 cm World muIoni + 76 -56.614102 cm -2.0555448 m -3.6015759 m 8.4114183 MeV 8.5697771 keV 1.4379417 cm 95.127243 cm World muIoni + 77 -56.711892 cm -2.0568446 m -3.6022372 m 8.4037006 MeV 1.0407612 keV 1.755856 mm 95.302829 cm World muIoni + 78 -56.932103 cm -2.05977 m -3.6037087 m 8.3976346 MeV 2.1834692 keV 3.946278 mm 95.697457 cm World muIoni + 79 -57.971764 cm -2.0734956 m -3.610524 m 8.3862671 MeV 11.367538 keV 1.8518455 cm 97.549302 cm World muIoni + 80 -58.282771 cm -2.0775749 m -3.6125559 m 8.3788068 MeV 4.8852876 keV 5.5174826 mm 98.10105 cm World muIoni + 81 -58.986364 cm -2.0868571 m -3.6171915 m 8.3694993 MeV 8.1325882 keV 1.2536079 cm 99.354658 cm World muIoni + 82 -60.148118 cm -2.1022042 m -3.6248809 m 8.354624 MeV 12.385922 keV 2.0727651 cm 1.0142742 m World muIoni + 83 -60.2557 cm -2.1036039 m -3.6255857 m 8.3514553 MeV 2.0081135 keV 1.9008222 mm 1.0161751 m World muIoni + 84 -60.98878 cm -2.1131307 m -3.6303734 m 8.3413886 MeV 8.8988376 keV 1.29393 cm 1.0291144 m World muIoni + 85 -62.232527 cm -2.1292232 m -3.6384823 m 8.3187368 MeV 20.616342 keV 2.1895681 cm 1.05101 m World muIoni + 86 -63.579691 cm -2.1469137 m -3.6471765 m 8.3009619 MeV 16.730907 keV 2.3875546 cm 1.0748856 m World muIoni + 87 -63.672079 cm -2.148131 m -3.6477858 m 8.2989538 MeV 673.98556 eV 1.6451532 mm 1.0765307 m World muIoni + 88 -63.78126 cm -2.1495698 m -3.648508 m 8.2940137 MeV 2.8743418 keV 1.9452204 mm 1.078476 m World muIoni + 89 -64.173187 cm -2.1547322 m -3.6511073 m 8.2600232 MeV 3.8392005 keV 6.9833522 mm 1.0854593 m World muIoni + 90 -64.514107 cm -2.1592469 m -3.6533451 m 8.2558895 MeV 4.1337107 keV 6.0838871 mm 1.0915432 m World muIoni + 91 -66.455108 cm -2.1848923 m -3.6661308 m 8.231309 MeV 22.345868 keV 3.4611342 cm 1.1261545 m World muIoni + 92 -66.716947 cm -2.1883913 m -3.667852 m 8.2242708 MeV 3.6751153 keV 4.6969994 mm 1.1308515 m World muIoni + 93 -67.694014 cm -2.2014377 m -3.6742786 m 8.2064515 MeV 16.536004 keV 1.7520837 cm 1.1483724 m World muIoni + 94 -67.893443 cm -2.2041309 m -3.675596 m 8.2026354 MeV 2.5267648 keV 3.6008699 mm 1.1519732 m World muIoni + 95 -68.158474 cm -2.2076929 m -3.6773373 m 8.1965153 MeV 4.6579083 keV 4.769064 mm 1.1567423 m World muIoni + 96 -70.044879 cm -2.2330614 m -3.6896942 m 8.1680388 MeV 23.88197 keV 3.394324 cm 1.1906855 m World muIoni + 97 -70.066807 cm -2.2333522 m -3.6898356 m 8.1447144 MeV 87.81606 eV 390.69322 um 1.1910762 m World muIoni + 98 -70.191728 cm -2.2350137 m -3.6906508 m 8.1399446 MeV 991.33043 eV 2.2328672 mm 1.1933091 m World muIoni + 99 -70.602994 cm -2.2404751 m -3.6933488 m 8.1319776 MeV 6.2618852 keV 7.3498713 mm 1.200659 m World muIoni + 100 -71.215436 cm -2.2487095 m -3.6973835 m 8.124084 MeV 6.6331873 keV 1.1026944 cm 1.2116859 m World muIoni + 101 -71.590696 cm -2.2538479 m -3.6999342 m 8.1182597 MeV 2.6654342 keV 6.8550148 mm 1.2185409 m World muIoni + 102 -72.751475 cm -2.2697453 m -3.7078889 m 8.1038933 MeV 13.34304 keV 2.1230934 cm 1.2397719 m World muIoni + 103 -72.991089 cm -2.2730033 m -3.7095158 m 8.0981199 MeV 3.7614111 keV 4.3592616 mm 1.2441311 m World muIoni + 104 -73.174516 cm -2.2754946 m -3.7107604 m 8.097086 MeV 1.0338573 keV 3.334755 mm 1.2474659 m World muIoni + 105 -73.435582 cm -2.2790418 m -3.7125415 m 8.090362 MeV 4.4615498 keV 4.7507662 mm 1.2522167 m World muIoni + 106 -74.196793 cm -2.289292 m -3.7177107 m 8.0823357 MeV 6.7729755 keV 1.3774463 cm 1.2659911 m World muIoni + 107 -74.273913 cm -2.2903323 m -3.718233 m 8.0782063 MeV 997.4736 eV 1.3963354 mm 1.2673875 m World muIoni + 108 -74.79786 cm -2.2974202 m -3.7217809 m 8.0722606 MeV 5.9456943 keV 9.501484 mm 1.2768889 m World muIoni + 109 -75.438237 cm -2.3060109 m -3.7261463 m 8.0616983 MeV 8.4372829 keV 1.1570043 cm 1.288459 m World muIoni + 110 -75.646567 cm -2.3088172 m -3.7275781 m 8.0592926 MeV 2.4056913 keV 3.7769946 mm 1.292236 m World muIoni + 111 -76.440681 cm -2.3195011 m -3.7330614 m 8.0502526 MeV 7.3765754 keV 1.4397086 cm 1.3066331 m World muIoni + 112 -76.832874 cm -2.3247516 m -3.7357883 m 8.0449935 MeV 5.2590231 keV 7.0983096 mm 1.3137314 m World muIoni + 113 -77.128597 cm -2.3286691 m -3.7378281 m 8.0373339 MeV 3.6056958 keV 5.3153183 mm 1.3190467 m World muIoni + 114 -77.366334 cm -2.331807 m -3.7394762 m 8.0330011 MeV 3.0841743 keV 4.2678871 mm 1.3233146 m World muIoni + 115 -77.479267 cm -2.3332943 m -3.7402526 m 8.029093 MeV 1.2244858 keV 2.022391 mm 1.325337 m World muIoni + 116 -77.918004 cm -2.3390792 m -3.7432588 m 7.9879457 MeV 5.3917214 keV 7.858231 mm 1.3331952 m World muIoni + 117 -78.053404 cm -2.340903 m -3.7441927 m 7.9857031 MeV 982.33989 eV 2.4559409 mm 1.3356511 m World muIoni + 118 -79.150122 cm -2.3556903 m -3.7517488 m 7.9714328 MeV 13.214505 keV 1.9900903 cm 1.355552 m World muIoni + 119 -81.785059 cm -2.3911209 m -3.7695376 m 7.9239057 MeV 32.861651 keV 4.7604368 cm 1.4031564 m World muIoni + 120 -83.096689 cm -2.408639 m -3.7780154 m 7.909933 MeV 12.852898 keV 2.3469221 cm 1.4266256 m World muIoni + 121 -83.256061 cm -2.4107363 m -3.7790149 m 7.9058095 MeV 1.7777216 keV 2.8174137 mm 1.429443 m World muIoni + 122 -85.259844 cm -2.4351482 m -3.7906675 m 7.8794068 MeV 26.402762 keV 3.366675 cm 1.4631098 m World muIoni + 123 -87.218834 cm -2.4583792 m -3.8019337 m 7.8533913 MeV 24.880856 keV 3.2409972 cm 1.4955198 m World muIoni + 124 -87.221551 cm -2.4584117 m -3.8019495 m 7.8520108 MeV 0 eV 45.247314 um 1.495565 m World muIoni + 125 -88.758674 cm -2.4768477 m -3.8109305 m 7.8303506 MeV 20.034607 keV 2.5628778 cm 1.5211938 m World muIoni + 126 -89.061864 cm -2.4804886 m -3.8127164 m 7.8231429 MeV 2.3442448 keV 5.063433 mm 1.5262572 m World muIoni + 127 -89.479015 cm -2.4855463 m -3.8151821 m 7.808084 MeV 5.0182744 keV 7.0043722 mm 1.5332616 m World muIoni + 128 -90.002712 cm -2.4918938 m -3.8182733 m 7.8011112 MeV 5.3018352 keV 8.7905259 mm 1.5420521 m World muIoni + 129 -90.022935 cm -2.4921393 m -3.8183941 m 7.7999748 MeV 0 eV 340.20827 um 1.5423923 m World muIoni + 130 -90.096467 cm -2.493031 m -3.8188339 m 7.791047 MeV 2.2866991 keV 1.2366394 mm 1.543629 m World muIoni + 131 -90.574376 cm -2.4988046 m -3.8216788 m 7.785782 MeV 5.2649893 keV 8.0167034 mm 1.5516457 m World muIoni + 132 -90.585375 cm -2.4989364 m -3.8217447 m 7.7463929 MeV 193.5425 eV 183.9164 um 1.5518296 m World muIoni + 133 -92.00537 cm -2.5161093 m -3.8303164 m 7.7299051 MeV 14.92156 keV 2.3875361 cm 1.575705 m World muIoni + 134 -92.230618 cm -2.5188614 m -3.8317203 m 7.7261041 MeV 2.043038 keV 3.8234292 mm 1.5795284 m World muIoni + 135 -92.624638 cm -2.5237006 m -3.8341811 m 7.7148747 MeV 3.396456 keV 6.7081741 mm 1.5862366 m World muIoni + 136 -93.302707 cm -2.532004 m -3.8384453 m 7.706472 MeV 7.0879893 keV 1.1537255 cm 1.5977738 m World muIoni + 137 -93.348499 cm -2.53257 m -3.8387337 m 7.7061272 MeV 344.77518 eV 783.05002 um 1.5985569 m World muIoni + 138 -93.539399 cm -2.534943 m -3.8399432 m 7.7031348 MeV 1.6407914 keV 3.2770012 mm 1.6018339 m World muIoni + 139 -94.615966 cm -2.5484395 m -3.8468325 m 7.6912267 MeV 10.562302 keV 1.858825 cm 1.6204221 m World muIoni + 140 -94.688641 cm -2.5493536 m -3.8473014 m 7.6878589 MeV 2.2096968 keV 1.2584424 mm 1.6216806 m World muIoni + 141 -94.766829 cm -2.5503357 m -3.8478044 m 7.6874674 MeV 391.54434 eV 1.3523516 mm 1.6230329 m World muIoni + 142 -96.002668 cm -2.565953 m -3.8559752 m 7.6711294 MeV 14.43732 keV 2.1527251 cm 1.6445602 m World muIoni + 143 -96.229983 cm -2.5687833 m -3.8574853 m 7.6588268 MeV 3.3790178 keV 3.9316785 mm 1.6484918 m World muIoni + 144 -98.435924 cm -2.596131 m -3.8720841 m 7.6319182 MeV 23.047054 keV 3.8048704 cm 1.6865405 m World muIoni + 145 -99.968316 cm -2.6146806 m -3.8824494 m 7.6141461 MeV 17.772106 keV 2.6198638 cm 1.7127392 m World muIoni + 146 -1.0103709 m -2.6276736 m -3.8896733 m 7.5977552 MeV 12.140521 keV 1.830946 cm 1.7310486 m World muIoni + 147 -1.0165049 m -2.6350892 m -3.8937776 m 7.5881572 MeV 8.3504714 keV 1.0462486 cm 1.7415111 m World muIoni + 148 -1.0184665 m -2.6374535 m -3.8950916 m 7.5845493 MeV 1.8059548 keV 3.3413044 mm 1.7448524 m World muIoni + 149 -1.0195745 m -2.6387829 m -3.8958382 m 7.583977 MeV 572.28132 eV 1.8847848 mm 1.7467372 m World muIoni + 150 -1.0239556 m -2.6440373 m -3.8987903 m 7.5773218 MeV 5.1791267 keV 7.451098 mm 1.7541883 m World muIoni + 151 -1.0418011 m -2.665374 m -3.9107639 m 7.5483462 MeV 20.280555 keV 3.0283863 cm 1.7844722 m World muIoni + 152 -1.0555142 m -2.6818164 m -3.9198958 m 7.5291393 MeV 15.987148 keV 2.3276727 cm 1.8077489 m World muIoni + 153 -1.0615573 m -2.689042 m -3.9238574 m 7.5189843 MeV 6.5165672 keV 1.0218814 cm 1.8179677 m World muIoni + 154 -1.0746468 m -2.7047544 m -3.9324632 m 7.4997435 MeV 18.166474 keV 2.2187502 cm 1.8401552 m World muIoni + 155 -1.0822983 m -2.7139209 m -3.9375093 m 7.4889552 MeV 7.1436452 keV 1.2962777 cm 1.853118 m World muIoni + 156 -1.0833313 m -2.7151742 m -3.9381955 m 7.486686 MeV 733.63646 eV 1.763237 mm 1.8548812 m World muIoni + 157 -1.109655 m -2.7470336 m -3.9556987 m 7.4520464 MeV 33.043588 keV 4.4882344 cm 1.8997636 m World muIoni + 158 -1.1120054 m -2.7499033 m -3.9572467 m 7.449651 MeV 2.3954134 keV 4.0194853 mm 1.9037831 m World muIoni + 159 -1.1123655 m -2.7503413 m -3.9574827 m 7.4483692 MeV 232.74902 eV 614.22422 um 1.9043973 m World muIoni + 160 -1.1191473 m -2.7585969 m -3.9619415 m 7.4361592 MeV 7.0478433 keV 1.1577115 cm 1.9159744 m World muIoni + 161 -1.1217474 m -2.7617744 m -3.9636344 m 7.4287873 MeV 3.3343029 keV 4.4410105 mm 1.9204154 m World muIoni + 162 -1.1267566 m -2.7678891 m -3.9669105 m 7.4213748 MeV 5.9629836 keV 8.5565837 mm 1.928972 m World muIoni + 163 -1.135975 m -2.7791515 m -3.9728891 m 7.4076728 MeV 11.650562 keV 1.5734303 cm 1.9447063 m World muIoni + 164 -1.1363259 m -2.779585 m -3.9731181 m 7.4057503 MeV 445.46114 eV 602.91583 um 1.9453092 m World muIoni + 165 -1.1379532 m -2.7815935 m -3.9741772 m 7.3663575 MeV 1.8595938 keV 2.7935577 mm 1.9481028 m World muIoni + 166 -1.1415998 m -2.7860848 m -3.9765203 m 7.3635567 MeV 2.8007218 keV 6.2417663 mm 1.9543445 m World muIoni + 167 -1.1472393 m -2.7929657 m -3.9801271 m 7.3568003 MeV 5.265079 keV 9.6000245 mm 1.9639446 m World muIoni + 168 -1.1495314 m -2.7958171 m -3.9816249 m 7.3475847 MeV 2.9979972 keV 3.9532013 mm 1.9678978 m World muIoni + 169 -1.1533118 m -2.8005028 m -3.9840919 m 7.3427693 MeV 4.8153782 keV 6.5064114 mm 1.9744042 m World muIoni + 170 -1.1609332 m -2.8099607 m -3.9890689 m 7.3321399 MeV 8.6351188 keV 1.3126705 cm 1.9875309 m World muIoni + 171 -1.1662551 m -2.8165179 m -3.9925021 m 7.3214104 MeV 9.177626 keV 9.1163276 mm 1.9966472 m World muIoni + 172 -1.1709352 m -2.8223063 m -3.9955344 m 7.314168 MeV 7.2424004 keV 8.037657 mm 2.0046849 m World muIoni + 173 -1.1807359 m -2.8345231 m -4.0019141 m 7.2986493 MeV 11.116003 keV 1.6911882 cm 2.0215967 m World muIoni + 174 -1.1863915 m -2.8415521 m -4.0056447 m 7.2865508 MeV 3.9299213 keV 9.7626617 mm 2.0313594 m World muIoni + 175 -1.1889213 m -2.8446889 m -4.0073274 m 7.2745655 MeV 2.6496266 keV 4.3670585 mm 2.0357265 m World muIoni + 176 -1.1987858 m -2.8569813 m -4.013886 m 7.2563578 MeV 12.147698 keV 1.7071379 cm 2.0527978 m World muIoni + 177 -1.2159103 m -2.8780648 m -4.0250359 m 7.2339524 MeV 21.287308 keV 2.9361759 cm 2.0821596 m World muIoni + 178 -1.235035 m -2.9011582 m -4.0375543 m 7.2065889 MeV 26.002813 keV 3.2493227 cm 2.1146528 m World muIoni + 179 -1.240916 m -2.9083354 m -4.0413837 m 7.1971456 MeV 6.0406205 keV 1.003815 cm 2.124691 m World muIoni + 180 -1.2448438 m -2.913154 m -4.0440219 m 7.1887963 MeV 3.7844172 keV 6.7532392 mm 2.1314442 m World muIoni + 181 -1.2455951 m -2.9140762 m -4.044527 m 7.1853647 MeV 1.9581909 keV 1.292292 mm 2.1327365 m World muIoni + 182 -1.24691 m -2.9156831 m -4.0454095 m 7.1822639 MeV 1.4572617 keV 2.2561786 mm 2.1349927 m World muIoni + 183 -1.2503561 m -2.9198753 m -4.0477355 m 7.1761985 MeV 4.8251944 keV 5.904191 mm 2.1408969 m World muIoni + 184 -1.2634647 m -2.9359188 m -4.0567037 m 7.160173 MeV 14.843408 keV 2.2575969 cm 2.1634729 m World muIoni + 185 -1.2660948 m -2.9391317 m -4.0585329 m 7.1413931 MeV 3.5188183 keV 4.5372091 mm 2.1680101 m World muIoni + 186 -1.2732936 m -2.9477997 m -4.0634405 m 7.1324291 MeV 7.3282047 keV 1.2289958 cm 2.1803 m World muIoni + 187 -1.2753389 m -2.9502599 m -4.0648345 m 7.1263202 MeV 4.243154 keV 3.4898517 mm 2.1837899 m World muIoni + 188 -1.2768228 m -2.9520492 m -4.0658483 m 7.1236429 MeV 1.017555 keV 2.5360184 mm 2.1863259 m World muIoni + 189 -1.283829 m -2.9604998 m -4.070628 m 7.1118469 MeV 10.586755 keV 1.1972791 cm 2.1982987 m World muIoni + 190 -1.2867881 m -2.9640798 m -4.0726619 m 7.1068792 MeV 3.0000441 keV 5.0704516 mm 2.2033691 m World muIoni + 191 -1.2911329 m -2.9693147 m -4.0756755 m 7.1020918 MeV 4.7873904 keV 7.440648 mm 2.2108098 m World muIoni + 192 -1.3023369 m -2.9827515 m -4.0832943 m 7.0846933 MeV 16.208772 keV 1.9082207 cm 2.229892 m World muIoni + 193 -1.3162571 m -2.9992419 m -4.0925871 m 7.065265 MeV 17.812482 keV 2.3496365 cm 2.2533884 m World muIoni + 194 -1.3168587 m -2.9999517 m -4.0929863 m 7.0639849 MeV 166.68675 eV 1.0124827 mm 2.2544008 m World muIoni + 195 -1.3276764 m -3.0127101 m -4.1001843 m 7.0504735 MeV 13.51145 keV 1.821033 cm 2.2726112 m World muIoni + 196 -1.3277432 m -3.0127885 m -4.1002293 m 7.0488943 MeV 72.58872 eV 112.41878 um 2.2727236 m World muIoni + 197 -1.3323403 m -3.0181851 m -4.1033167 m 7.0432253 MeV 4.5652332 keV 7.7322893 mm 2.2804559 m World muIoni + 198 -1.3370278 m -3.0236504 m -4.1064563 m 7.0364419 MeV 5.4494379 keV 7.8549534 mm 2.2883108 m World muIoni + 199 -1.3512803 m -3.0402331 m -4.1160703 m 7.019161 MeV 15.709651 keV 2.3886501 cm 2.3121973 m World muIoni + 200 -1.3528286 m -3.0420304 m -4.1171245 m 7.0167023 MeV 1.0236758 keV 2.5959491 mm 2.3147933 m World muIoni + 201 -1.3621992 m -3.0529487 m -4.1235405 m 7.0050572 MeV 11.6451 keV 1.5753983 cm 2.3305473 m World muIoni + 202 -1.3631192 m -3.0540238 m -4.1241686 m 7.0031568 MeV 595.93535 eV 1.5481142 mm 2.3320954 m World muIoni + 203 -1.3718359 m -3.0642307 m -4.1301144 m 6.989162 MeV 10.734192 keV 1.4680563 cm 2.3467759 m World muIoni + 204 -1.3747847 m -3.0676797 m -4.1321664 m 6.9816624 MeV 3.9557819 keV 4.9801475 mm 2.3517561 m World muIoni + 205 -1.3788399 m -3.0724309 m -4.1349826 m 6.9756081 MeV 4.8395829 keV 6.8519885 mm 2.3586081 m World muIoni + 206 -1.3811264 m -3.0751028 m -4.1365827 m 6.9701321 MeV 3.14905 keV 3.863561 mm 2.3624716 m World muIoni + 207 -1.3881404 m -3.0833822 m -4.1415388 m 6.8983997 MeV 13.268268 keV 1.1929315 cm 2.3744009 m World muIoni + 208 -1.3926809 m -3.0887139 m -4.1447087 m 6.8742006 MeV 5.4254207 keV 7.6871575 mm 2.3820881 m World muIoni + 209 -1.3960899 m -3.0927055 m -4.1470808 m 6.8633248 MeV 2.835103 keV 5.7603503 mm 2.3878485 m World muIoni + 210 -1.3997629 m -3.0970204 m -4.1496277 m 6.8533735 MeV 5.5997904 keV 6.2125929 mm 2.394061 m World muIoni + 211 -1.4002473 m -3.097586 m -4.1499624 m 6.850646 MeV 537.19367 eV 816.44111 um 2.3948775 m World muIoni + 212 -1.4017974 m -3.0993902 m -4.151033 m 6.8215593 MeV 1.7418171 keV 2.6084381 mm 2.3974859 m World muIoni + 213 -1.4047375 m -3.1027742 m -4.1530424 m 6.816416 MeV 3.2996278 keV 4.9125906 mm 2.4023985 m World muIoni + 214 -1.4110858 m -3.1100981 m -4.1572991 m 6.8072196 MeV 8.1373909 keV 1.0586644 cm 2.4129852 m World muIoni + 215 -1.4243023 m -3.1260243 m -4.1658071 m 6.7859986 MeV 20.12357 keV 2.2376756 cm 2.4353619 m World muIoni + 216 -1.4306789 m -3.1338513 m -4.1700136 m 6.7771086 MeV 7.6610613 keV 1.0937049 cm 2.446299 m World muIoni + 217 -1.4345293 m -3.1385483 m -4.17254 m 6.7722385 MeV 3.6956585 keV 6.5779989 mm 2.452877 m World muIoni + 218 -1.4417143 m -3.1472837 m -4.1772786 m 6.7603169 MeV 10.82273 keV 1.226327 cm 2.4651402 m World muIoni + 219 -1.4450447 m -3.1513406 m -4.1794645 m 6.7520993 MeV 6.0703365 keV 5.685815 mm 2.4708261 m World muIoni + 220 -1.4477463 m -3.1546283 m -4.1812578 m 6.7479054 MeV 4.1938857 keV 4.617802 mm 2.4754439 m World muIoni + 221 -1.452695 m -3.1605925 m -4.1845249 m 6.7389547 MeV 7.7488757 keV 8.4103979 mm 2.4838543 m World muIoni + 222 -1.4548297 m -3.1631741 m -4.1859483 m 6.7322016 MeV 4.7260828 keV 3.6397834 mm 2.487494 m World muIoni + 223 -1.4572369 m -3.1660756 m -4.1875456 m 6.7244592 MeV 1.8311162 keV 4.0944862 mm 2.4915885 m World muIoni + 224 -1.4576789 m -3.1666106 m -4.18784 m 6.7216916 MeV 162.21466 eV 753.83255 um 2.4923424 m World muIoni + 225 -1.4680507 m -3.1791274 m -4.1947343 m 6.7061141 MeV 14.476101 keV 1.7657307 cm 2.5099997 m World muIoni + 226 -1.5041232 m -3.2226239 m -4.2182897 m 6.6564621 MeV 42.580883 keV 6.1224129 cm 2.5712238 m World muIoni + 227 -1.5299755 m -3.2539464 m -4.2344321 m 6.6207405 MeV 33.159812 keV 4.3705199 cm 2.614929 m World muIoni + 228 -1.5378531 m -3.2631895 m -4.2392649 m 6.6118661 MeV 8.8743658 keV 1.3070888 cm 2.6279999 m World muIoni + 229 -1.5397985 m -3.2654278 m -4.2404462 m 6.6100887 MeV 1.7774831 keV 3.1922659 mm 2.6311921 m World muIoni + 230 -1.5481173 m -3.274913 m -4.2454636 m 6.5833701 MeV 9.6397546 keV 1.3577471 cm 2.6447696 m World muIoni + 231 -1.5584806 m -3.2868171 m -4.2516715 m 6.5702941 MeV 12.070625 keV 1.6960297 cm 2.6617299 m World muIoni + 232 -1.5624547 m -3.2913557 m -4.2540715 m 6.5354293 MeV 4.3666441 keV 6.4924924 mm 2.6682224 m World muIoni + 233 -1.5630778 m -3.2920602 m -4.254451 m 6.5324461 MeV 1.9801009 keV 1.0141714 mm 2.6692366 m World muIoni + 234 -1.5635523 m -3.2925972 m -4.2547405 m 6.5292147 MeV 494.65494 eV 772.88561 um 2.6700095 m World muIoni + 235 -1.5653861 m -3.2946768 m -4.2558588 m 6.5264284 MeV 1.6389974 keV 2.9897038 mm 2.6729992 m World muIoni + 236 -1.5782741 m -3.3091464 m -4.2636736 m 6.5083896 MeV 15.967624 keV 2.089387 cm 2.693893 m World muIoni + 237 -1.5889795 m -3.3213609 m -4.2700571 m 6.4918691 MeV 15.392137 keV 1.7451515 cm 2.7113445 m World muIoni + 238 -1.589836 m -3.3223455 m -4.2705644 m 6.4854509 MeV 2.1499593 keV 1.4001771 mm 2.7127447 m World muIoni + 239 -1.5967477 m -3.3302849 m -4.2746832 m 6.4781889 MeV 7.26203 keV 1.130361 cm 2.7240483 m World muIoni + 240 -1.6021345 m -3.3365059 m -4.2779453 m 6.4645894 MeV 7.7022677 keV 8.852183 mm 2.7329005 m World muIoni + 241 -1.6049362 m -3.3397112 m -4.2796188 m 6.4627305 MeV 1.858917 keV 4.5742285 mm 2.7374747 m World muIoni + 242 -1.6075095 m -3.3426602 m -4.28117 m 6.4596003 MeV 3.130135 keV 4.2100942 mm 2.7416848 m World muIoni + 243 -1.6075305 m -3.3426843 m -4.2811828 m 6.4571353 MeV 16.614361 eV 34.394422 um 2.7417192 m World muIoni + 244 -1.6086366 m -3.3439582 m -4.28186 m 6.4543431 MeV 696.54061 eV 1.8179568 mm 2.7435372 m World muIoni + 245 -1.6090873 m -3.3444772 m -4.2821366 m 6.4430056 MeV 799.16263 eV 740.99487 um 2.7442782 m World muIoni + 246 -1.6095137 m -3.3449685 m -4.2824006 m 6.4411533 MeV 697.14275 eV 702.0677 um 2.7449803 m World muIoni + 247 -1.6185453 m -3.3553669 m -4.2879732 m 6.4282539 MeV 11.284277 keV 1.4857752 cm 2.759838 m World muIoni + 248 -1.6212714 m -3.3584332 m -4.2896026 m 6.4160841 MeV 5.4458539 keV 4.4146568 mm 2.7642527 m World muIoni + 249 -1.6234212 m -3.3608318 m -4.2909022 m 6.4115053 MeV 3.4636016 keV 3.4732915 mm 2.767726 m World muIoni + 250 -1.6265665 m -3.3643273 m -4.2927841 m 6.4077579 MeV 3.7474335 keV 5.0649153 mm 2.7727909 m World muIoni + 251 -1.6477341 m -3.388028 m -4.3053851 m 6.3680684 MeV 27.383418 keV 3.4185347 cm 2.8069762 m World muIoni + 252 -1.6516299 m -3.3925205 m -4.3077227 m 6.3617513 MeV 4.7976173 keV 6.3894427 mm 2.8133657 m World muIoni + 253 -1.6694296 m -3.4130756 m -4.318447 m 6.3359371 MeV 24.808114 keV 2.9229948 cm 2.8425956 m World muIoni + 254 -1.6705392 m -3.4143333 m -4.3191107 m 6.3266093 MeV 2.5566765 keV 1.8036726 mm 2.8443993 m World muIoni + 255 -1.6721536 m -3.4161748 m -4.3200787 m 6.321162 MeV 2.9403489 keV 2.6333612 mm 2.8470326 m World muIoni + 256 -1.6954558 m -3.4427441 m -4.3340816 m 6.2903623 MeV 30.799672 keV 3.8014456 cm 2.8850471 m World muIoni + 257 -1.7045066 m -3.452575 m -4.3395311 m 6.2767722 MeV 12.460752 keV 1.4431758 cm 2.8994789 m World muIoni + 258 -1.709598 m -3.4581431 m -4.3426425 m 6.2674949 MeV 7.2447157 keV 8.1612576 mm 2.9076401 m World muIoni + 259 -1.7101194 m -3.458711 m -4.3429652 m 6.2657097 MeV 705.03681 eV 835.84709 um 2.908476 m World muIoni + 260 -1.717349 m -3.466573 m -4.3474272 m 6.2486907 MeV 10.386142 keV 1.1575371 cm 2.9200513 m World muIoni + 261 -1.726718 m -3.4765955 m -4.3531991 m 6.2342644 MeV 12.785211 keV 1.488443 cm 2.9349358 m World muIoni + 262 -1.7290931 m -3.4790835 m -4.3546508 m 6.2282557 MeV 4.9975106 keV 3.733522 mm 2.9386693 m World muIoni + 263 -1.7292907 m -3.4792899 m -4.3547705 m 6.2254457 MeV 1.5986216 keV 309.80474 um 2.9389791 m World muIoni + 264 -1.7310336 m -3.4811178 m -4.3558334 m 6.2220047 MeV 1.5498389 keV 2.7401654 mm 2.9417193 m World muIoni + 265 -1.7377202 m -3.4881206 m -4.3599192 m 6.2107276 MeV 11.27714 keV 1.0509299 cm 2.9522286 m World muIoni + 266 -1.7508204 m -3.501846 m -4.3679829 m 6.1903812 MeV 18.98893 keV 2.061645 cm 2.972845 m World muIoni + 267 -1.7534829 m -3.5046631 m -4.3696521 m 6.1850458 MeV 3.959648 keV 4.2203673 mm 2.9770654 m World muIoni + 268 -1.7590657 m -3.5105423 m -4.3731472 m 6.1762358 MeV 8.8099846 keV 8.8288976 mm 2.9858943 m World muIoni + 269 -1.7594278 m -3.5109258 m -4.3733766 m 6.1738048 MeV 640.92772 eV 575.16293 um 2.9864694 m World muIoni + 270 -1.7650843 m -3.5168782 m -4.3769933 m 6.1646091 MeV 8.0913211 keV 8.9728331 mm 2.9954423 m World muIoni + 271 -1.7673165 m -3.5192202 m -4.3784494 m 6.0743012 MeV 5.9188197 keV 3.5479923 mm 2.9989903 m World muIoni + 272 -1.7725818 m -3.5247421 m -4.3818456 m 6.0380459 MeV 7.5485883 keV 8.3515774 mm 3.0073418 m World muIoni + 273 -1.7811406 m -3.5337156 m -4.3873646 m 6.0266194 MeV 10.331235 keV 1.3573525 cm 3.0209154 m World muIoni + 274 -1.7826254 m -3.5352633 m -4.3883128 m 6.0217621 MeV 1.8414243 keV 2.3450104 mm 3.0232604 m World muIoni + 275 -1.7848384 m -3.5375739 m -4.3897374 m 6.0187253 MeV 3.0367245 keV 3.5022589 mm 3.0267626 m World muIoni + 276 -1.7877423 m -3.5406059 m -4.3916096 m 6.0076162 MeV 3.4017872 keV 4.596837 mm 3.0313595 m World muIoni + 277 -1.7948761 m -3.5480761 m -4.3962366 m 5.9952105 MeV 10.227616 keV 1.1318452 cm 3.0426779 m World muIoni + 278 -1.7986834 m -3.5520618 m -4.3987141 m 5.9834288 MeV 3.223459 keV 6.0430917 mm 3.048721 m World muIoni + 279 -1.8014215 m -3.5549292 m -4.4004919 m 5.9783328 MeV 3.6244781 keV 4.3451212 mm 3.0530661 m World muIoni + 280 -1.8109468 m -3.5649129 m -4.406663 m 5.9693141 MeV 7.8352252 keV 1.5115978 cm 3.0681821 m World muIoni + 281 -1.8127308 m -3.5667853 m -4.4078171 m 5.9500309 MeV 3.4057742 keV 2.8320256 mm 3.0710141 m World muIoni + 282 -1.8181172 m -3.5724065 m -4.4113338 m 5.9335932 MeV 10.014588 keV 8.5428528 mm 3.079557 m World muIoni + 283 -1.821569 m -3.5759777 m -4.4135669 m 5.9312166 MeV 2.3766474 keV 5.4456236 mm 3.0850026 m World muIoni + 284 -1.8379924 m -3.5929472 m -4.4241119 m 5.9080834 MeV 23.133181 keV 2.5863535 cm 3.1108661 m World muIoni + 285 -1.8587606 m -3.6143903 m -4.4372286 m 5.881092 MeV 26.991403 keV 3.2607296 cm 3.1434734 m World muIoni + 286 -1.8622336 m -3.6179658 m -4.4395196 m 5.8751021 MeV 4.2588088 keV 5.4858279 mm 3.1489593 m World muIoni + 287 -1.8672977 m -3.6231506 m -4.4428815 m 5.8617564 MeV 7.7330274 keV 7.9894238 mm 3.1569487 m World muIoni + 288 -1.8791003 m -3.6354023 m -4.4506878 m 5.8461572 MeV 13.303498 keV 1.871777 cm 3.1756665 m World muIoni + 289 -1.8900535 m -3.6467363 m -4.4579692 m 5.818842 MeV 15.691999 keV 1.7362636 cm 3.1930291 m World muIoni + 290 -1.9061758 m -3.6634868 m -4.4688791 m 5.7934181 MeV 23.516475 keV 2.5681964 cm 3.2187111 m World muIoni + 291 -1.914745 m -3.6723502 m -4.4747594 m 5.7774426 MeV 9.5999548 keV 1.3659141 cm 3.2323702 m World muIoni + 292 -1.9340281 m -3.6920717 m -4.4880945 m 5.7518796 MeV 25.562997 keV 3.0637541 cm 3.2630077 m World muIoni + 293 -1.9403579 m -3.6985516 m -4.4925129 m 5.738283 MeV 8.6380306 keV 1.0078666 cm 3.2730864 m World muIoni + 294 -1.9406604 m -3.6988653 m -4.4927261 m 5.7292728 MeV 194.07546 eV 485.15567 um 3.2735716 m World muIoni + 295 -1.9483333 m -3.7068067 m -4.4981793 m 5.7160019 MeV 11.83086 keV 1.2315867 cm 3.2858874 m World muIoni + 296 -1.955615 m -3.7142278 m -4.5033643 m 5.7004498 MeV 14.200641 keV 1.1618156 cm 3.2975056 m World muIoni + 297 -1.9577234 m -3.7163389 m -4.5048635 m 5.6948337 MeV 3.6200458 keV 3.3390942 mm 3.3008447 m World muIoni + 298 -1.9592587 m -3.7178747 m -4.5059514 m 5.692482 MeV 887.87689 eV 2.4288864 mm 3.3032736 m World muIoni + 299 -1.9616193 m -3.7202325 m -4.5076151 m 5.689517 MeV 2.9649801 keV 3.7282424 mm 3.3070018 m World muIoni + 300 -1.9791387 m -3.7378247 m -4.5199204 m 5.6641842 MeV 22.789737 keV 2.7710609 cm 3.3347124 m World muIoni + 301 -1.9793309 m -3.7380121 m -4.5200556 m 5.6602688 MeV 157.86552 eV 300.5585 um 3.335013 m World muIoni + 302 -1.9858667 m -3.7444017 m -4.524643 m 5.646457 MeV 10.786979 keV 1.0226886 cm 3.3452399 m World muIoni + 303 -1.9949373 m -3.7533724 m -4.531078 m 5.6341325 MeV 10.536688 keV 1.4288566 cm 3.3595284 m World muIoni + 304 -1.9999128 m -3.7583827 m -4.5346504 m 5.6254623 MeV 7.3925032 keV 7.9133491 mm 3.3674418 m World muIoni + 305 -2.0003481 m -3.7588208 m -4.5349628 m 5.6240129 MeV 134.94503 eV 692.18246 um 3.368134 m World muIoni + 306 -2.0004539 m -3.7589272 m -4.5350385 m 5.6229393 MeV 24.483478 eV 167.97841 um 3.3683019 m World muIoni + 307 -2.0071107 m -3.7656247 m -4.5397877 m 5.6122332 MeV 9.2968506 keV 1.0570143 cm 3.3788721 m World muIoni + 308 -2.0080893 m -3.7666218 m -4.5404795 m 5.6112103 MeV 1.0228459 keV 1.5590349 mm 3.3804311 m World muIoni + 309 -2.0103628 m -3.7689365 m -4.5420881 m 5.6088729 MeV 2.3374064 keV 3.6213612 mm 3.3840525 m World muIoni + 310 -2.0138296 m -3.7724878 m -4.5445466 m 5.6043345 MeV 3.5452231 keV 5.5384267 mm 3.3895909 m World muIoni + 311 -2.016733 m -3.7754739 m -4.5466181 m 5.598408 MeV 5.9265509 keV 4.6516971 mm 3.3942426 m World muIoni + 312 -2.0216798 m -3.7805345 m -4.5501256 m 5.5876997 MeV 8.4783733 keV 7.8982669 mm 3.4021409 m World muIoni + 313 -2.0219852 m -3.7808434 m -4.5503387 m 5.5857637 MeV 702.35054 eV 483.83472 um 3.4026247 m World muIoni + 314 -2.02249 m -3.7813537 m -4.5506918 m 5.5829151 MeV 1.3826904 keV 799.97146 um 3.4034247 m World muIoni + 315 -2.024508 m -3.7833928 m -4.5520963 m 5.5806388 MeV 2.2763628 keV 3.1942181 mm 3.4066189 m World muIoni + 316 -2.0358454 m -3.7947938 m -4.5599216 m 5.5663372 MeV 14.301627 keV 1.7882031 cm 3.4245009 m World muIoni + 317 -2.0470763 m -3.8059975 m -4.5677541 m 5.5460667 MeV 16.800058 keV 1.7692218 cm 3.4421931 m World muIoni + 318 -2.0570533 m -3.8171598 m -4.5752355 m 5.5313218 MeV 14.744909 keV 1.674636 cm 3.4589395 m World muIoni + 319 -2.0646291 m -3.8260708 m -4.5811876 m 5.5175802 MeV 12.353998 keV 1.3123692 cm 3.4720632 m World muIoni + 320 -2.0655846 m -3.8271846 m -4.5819479 m 5.5149369 MeV 1.4726756 keV 1.6527292 mm 3.4737159 m World muIoni + 321 -2.0790965 m -3.842966 m -4.5927274 m 5.4895924 MeV 25.34445 keV 2.3406181 cm 3.4971221 m World muIoni + 322 -2.0799829 m -3.8439984 m -4.5934291 m 5.4857617 MeV 2.5008036 keV 1.5309632 mm 3.4986531 m World muIoni + 323 -2.0888219 m -3.854311 m -4.6004114 m 5.4665612 MeV 16.49501 keV 1.5272086 cm 3.5139252 m World muIoni + 324 -2.0896344 m -3.8552505 m -4.6010596 m 5.4313379 MeV 1.422965 keV 1.4010722 mm 3.5153262 m World muIoni + 325 -2.0938974 m -3.860208 m -4.6044944 m 5.4221243 MeV 7.4312342 keV 7.385697 mm 3.5227119 m World muIoni + 326 -2.0949916 m -3.8614934 m -4.6054025 m 5.4086674 MeV 2.3134961 keV 1.9168465 mm 3.5246288 m World muIoni + 327 -2.0951172 m -3.8616412 m -4.6055073 m 5.4036436 MeV 121.05169 eV 220.39561 um 3.5248492 m World muIoni + 328 -2.0994697 m -3.8667386 m -4.6091356 m 5.3944254 MeV 9.2181715 keV 7.6219399 mm 3.5324711 m World muIoni + 329 -2.1012885 m -3.8688416 m -4.6106516 m 5.3874787 MeV 1.883315 keV 3.1668419 mm 3.535638 m World muIoni + 330 -2.1065392 m -3.8749664 m -4.6150859 m 5.3682596 MeV 11.652879 keV 9.2058463 mm 3.5448438 m World muIoni + 331 -2.111248 m -3.8803528 m -4.6190049 m 5.3595891 MeV 6.9874322 keV 8.1575431 mm 3.5530013 m World muIoni + 332 -2.1143688 m -3.8839537 m -4.6215895 m 5.3507394 MeV 5.7345751 keV 5.4209566 mm 3.5584223 m World muIoni + 333 -2.1188927 m -3.8891829 m -4.6253415 m 5.3411826 MeV 7.5912308 keV 7.8668423 mm 3.5662891 m World muIoni + 334 -2.1231256 m -3.8940408 m -4.6288617 m 5.3292248 MeV 8.5003793 keV 7.3423061 mm 3.5736314 m World muIoni + 335 -2.1236674 m -3.894662 m -4.6293215 m 5.3272565 MeV 653.57322 eV 943.8226 um 3.5745753 m World muIoni + 336 -2.1245235 m -3.895648 m -4.6300516 m 5.3234885 MeV 1.7325422 keV 1.496048 mm 3.5760713 m World muIoni + 337 -2.1448105 m -3.9191171 m -4.6474435 m 5.2901164 MeV 33.372104 keV 3.5566129 cm 3.6116374 m World muIoni + 338 -2.1452245 m -3.9195977 m -4.6477953 m 5.2859024 MeV 351.3849 eV 725.33536 um 3.6123628 m World muIoni + 339 -2.1478266 m -3.9226101 m -4.6499986 m 5.2754428 MeV 3.6908025 keV 4.5497664 mm 3.6169125 m World muIoni + 340 -2.1521152 m -3.9275678 m -4.6536239 m 5.2701253 MeV 5.317467 keV 7.4909389 mm 3.6244035 m World muIoni + 341 -2.1525098 m -3.92802 m -4.6539515 m 5.2685523 MeV 372.69911 eV 683.7553 um 3.6250872 m World muIoni + 342 -2.1564808 m -3.9325632 m -4.6572475 m 5.2599944 MeV 7.5108531 keV 6.8755033 mm 3.6319627 m World muIoni + 343 -2.1638582 m -3.9409507 m -4.6633005 m 5.2460592 MeV 12.608499 keV 1.2705161 cm 3.6446679 m World muIoni + 344 -2.1740364 m -3.9522787 m -4.6716836 m 5.2273069 MeV 17.568862 keV 1.7384135 cm 3.662052 m World muIoni + 345 -2.1806745 m -3.9596854 m -4.6770928 m 5.2185639 MeV 7.5850629 keV 1.1321862 cm 3.6733739 m World muIoni + 346 -2.181963 m -3.9611154 m -4.6781428 m 5.215787 MeV 1.5361146 keV 2.1926838 mm 3.6755666 m World muIoni + 347 -2.1840225 m -3.963401 m -4.6798159 m 5.2086952 MeV 3.4963307 keV 3.5020579 mm 3.6790686 m World muIoni + 348 -2.1854089 m -3.9649304 m -4.6809359 m 5.2056699 MeV 1.8408732 keV 2.3485152 mm 3.6814172 m World muIoni + 349 -2.1861937 m -3.9657939 m -4.6815605 m 5.2031254 MeV 762.18622 eV 1.3235781 mm 3.6827407 m World muIoni + 350 -2.1880775 m -3.967867 m -4.6830583 m 5.195401 MeV 2.6938465 keV 3.1764544 mm 3.6859172 m World muIoni + 351 -2.1933775 m -3.9736772 m -4.6872617 m 5.1854591 MeV 8.2008192 keV 8.9172937 mm 3.6948345 m World muIoni + 352 -2.1944331 m -3.9748237 m -4.6880985 m 5.1513949 MeV 1.1977617 keV 1.7688567 mm 3.6966033 m World muIoni + 353 -2.1962373 m -3.9767639 m -4.6895214 m 5.1454943 MeV 4.418316 keV 3.0073731 mm 3.6996107 m World muIoni + 354 -2.2047972 m -3.9859892 m -4.6962894 m 5.1197052 MeV 15.106514 keV 1.4289525 cm 3.7139002 m World muIoni + 355 -2.2062523 m -3.9875942 m -4.6974535 m 5.1137844 MeV 4.3357074 keV 2.4593629 mm 3.7163596 m World muIoni + 356 -2.2143388 m -3.9964762 m -4.7039402 m 5.0983874 MeV 13.919348 keV 1.3651551 cm 3.7300112 m World muIoni + 357 -2.2159344 m -3.99823 m -4.7052005 m 5.0874261 MeV 2.5112193 keV 2.6851413 mm 3.7326963 m World muIoni + 358 -2.2227108 m -4.0056416 m -4.7105448 m 5.0727587 MeV 13.642821 keV 1.137614 cm 3.7440724 m World muIoni + 359 -2.2230584 m -4.006022 m -4.7108149 m 5.0693431 MeV 322.90303 eV 581.78943 um 3.7446542 m World muIoni + 360 -2.2254091 m -4.0085858 m -4.7126328 m 5.0629616 MeV 5.2916222 keV 3.9247749 mm 3.748579 m World muIoni + 361 -2.2398463 m -4.0242417 m -4.7238535 m 5.0382163 MeV 21.826269 keV 2.4072342 cm 3.7726513 m World muIoni + 362 -2.2422879 m -4.0269455 m -4.7257628 m 5.0323782 MeV 3.3225797 keV 4.1131817 mm 3.7767645 m World muIoni + 363 -2.2451788 m -4.0300682 m -4.7279954 m 5.0239043 MeV 6.9801092 keV 4.8055504 mm 3.7815701 m World muIoni + 364 -2.2587279 m -4.0447248 m -4.7384576 m 4.9962147 MeV 26.667589 keV 2.2536143 cm 3.8041062 m World muIoni + 365 -2.2653941 m -4.0520814 m -4.7436983 m 4.9865198 MeV 9.6949673 keV 1.1226125 cm 3.8153323 m World muIoni + 366 -2.2657345 m -4.0524619 m -4.7439731 m 4.9852709 MeV 140.86375 eV 579.84991 um 3.8159122 m World muIoni + 367 -2.2668833 m -4.053745 m -4.744902 m 4.981339 MeV 2.7595153 keV 1.956765 mm 3.817869 m World muIoni + 368 -2.2678172 m -4.0547824 m -4.7456591 m 4.9783391 MeV 1.3610747 keV 1.5878932 mm 3.8194568 m World muIoni + 369 -2.2724019 m -4.0598535 m -4.7493863 m 4.9721387 MeV 5.0763544 keV 7.786478 mm 3.8272433 m World muIoni + 370 -2.2747463 m -4.0624759 m -4.7512702 m 4.9671373 MeV 3.1715359 keV 3.9903343 mm 3.8312337 m World muIoni + 371 -2.2839742 m -4.0723076 m -4.7584508 m 4.9479513 MeV 17.391585 keV 1.5278259 cm 3.8465119 m World muIoni + 372 -2.285888 m -4.074318 m -4.7599177 m 4.9437557 MeV 4.1955973 keV 3.1394512 mm 3.8496514 m World muIoni + 373 -2.2863739 m -4.0748237 m -4.7602855 m 4.9413475 MeV 329.2516 eV 791.95699 um 3.8504433 m World muIoni + 374 -2.2927173 m -4.081436 m -4.7651029 m 4.9306251 MeV 9.4498849 keV 1.0352304 cm 3.8607956 m World muIoni + 375 -2.2927519 m -4.0814722 m -4.7651291 m 4.9265906 MeV 0 eV 56.520405 um 3.8608522 m World muIoni + 376 -2.3058378 m -4.0951502 m -4.7750726 m 4.9015041 MeV 23.263138 keV 2.1382833 cm 3.882235 m World muIoni + 377 -2.3254554 m -4.1155445 m -4.7899774 m 4.8652258 MeV 34.15467 keV 3.1984693 cm 3.9142197 m World muIoni + 378 -2.326129 m -4.116246 m -4.7904904 m 4.8631272 MeV 626.09128 eV 1.0996166 mm 3.9153193 m World muIoni + 379 -2.3261903 m -4.1163097 m -4.7905371 m 4.8630226 MeV 104.61522 eV 99.958369 um 3.9154193 m World muIoni + 380 -2.3272595 m -4.1174228 m -4.7913529 m 4.8611184 MeV 1.90426 keV 1.7456966 mm 3.917165 m World muIoni + 381 -2.3334989 m -4.1239282 m -4.7961302 m 4.8477659 MeV 11.62633 keV 1.0201745 cm 3.9273667 m World muIoni + 382 -2.3358589 m -4.126431 m -4.7980195 m 4.8427983 MeV 2.9402713 keV 3.9247108 mm 3.9312914 m World muIoni + 383 -2.3407664 m -4.1316121 m -4.8019391 m 4.8357747 MeV 5.9559736 keV 8.1419892 mm 3.9394334 m World muIoni + 384 -2.3537012 m -4.1453156 m -4.8124347 m 4.8096824 MeV 23.449004 keV 2.1570383 cm 3.9610038 m World muIoni + 385 -2.361372 m -4.1534316 m -4.8187439 m 4.7977811 MeV 10.227194 keV 1.2826551 cm 3.9738303 m World muIoni + 386 -2.3619216 m -4.1540284 m -4.8192132 m 4.7965006 MeV 1.2805612 keV 937.30584 um 3.9747676 m World muIoni + 387 -2.3660262 m -4.158486 m -4.8227191 m 4.7889248 MeV 4.3154394 keV 7.0007028 mm 3.9817683 m World muIoni + 388 -2.3662059 m -4.1586832 m -4.8228744 m 4.7872436 MeV 269.98935 eV 308.6546 um 3.982077 m World muIoni + 389 -2.366714 m -4.1592375 m -4.8233116 m 4.7850872 MeV 295.70032 eV 869.83226 um 3.9829468 m World muIoni + 390 -2.3726448 m -4.1657178 m -4.8284029 m 4.7736739 MeV 9.7926163 keV 1.0153465 cm 3.9931003 m World muIoni + 391 -2.3809488 m -4.1748901 m -4.8356747 m 4.7495478 MeV 14.174871 keV 1.435179 cm 4.0074521 m World muIoni + 392 -2.3834312 m -4.1775953 m -4.8378873 m 4.7459027 MeV 3.6451121 keV 4.2867316 mm 4.0117388 m World muIoni + 393 -2.3874674 m -4.1820715 m -4.84152 m 4.73317 MeV 6.1726724 keV 7.0374117 mm 4.0187762 m World muIoni + 394 -2.3918342 m -4.1868553 m -4.8454103 m 4.7175726 MeV 7.1056433 keV 7.5557361 mm 4.026332 m World muIoni + 395 -2.4069913 m -4.2031545 m -4.8588159 m 4.6894588 MeV 25.362998 keV 2.5983885 cm 4.0523158 m World muIoni + 396 -2.4180955 m -4.2146782 m -4.8684439 m 4.6669728 MeV 20.059692 keV 1.8676488 cm 4.0709923 m World muIoni + 397 -2.4181026 m -4.2146858 m -4.86845 m 4.6652769 MeV 0 eV 12.165008 um 4.0710045 m World muIoni + 398 -2.4232497 m -4.2201703 m -4.8728953 m 4.6534786 MeV 9.4767898 keV 8.7369002 mm 4.0797414 m World muIoni + 399 -2.4260915 m -4.2232023 m -4.8753911 m 4.6472464 MeV 5.1102022 keV 4.847533 mm 4.0845889 m World muIoni + 400 -2.4425114 m -4.2407033 m -4.8897233 m 4.6064878 MeV 31.475257 keV 2.7953103 cm 4.112542 m World muIoni + 401 -2.4427272 m -4.2409312 m -4.8899138 m 4.6042238 MeV 125.419 eV 367.16084 um 4.1129092 m World muIoni + 402 -2.4536016 m -4.25227 m -4.8992814 m 4.5819386 MeV 20.202815 keV 1.8293282 cm 4.1312025 m World muIoni + 403 -2.4585157 m -4.257339 m -4.9032885 m 4.5700409 MeV 9.8723762 keV 8.1179055 mm 4.1393204 m World muIoni + 404 -2.4601595 m -4.2590321 m -4.9046346 m 4.5542059 MeV 3.4623363 keV 2.7167394 mm 4.1420371 m World muIoni + 405 -2.4610127 m -4.2599112 m -4.905339 m 4.5509228 MeV 1.419879 keV 1.4131517 mm 4.1434503 m World muIoni + 406 -2.4666529 m -4.2657144 m -4.9100252 m 4.538046 MeV 7.8033807 keV 9.3515782 mm 4.1528019 m World muIoni + 407 -2.4783233 m -4.2777373 m -4.9196595 m 4.5195848 MeV 17.24788 keV 1.9328472 cm 4.1721303 m World muIoni + 408 -2.4832688 m -4.2828909 m -4.92353 m 4.5119966 MeV 6.4646835 keV 8.1244115 mm 4.1802547 m World muIoni + 409 -2.4847497 m -4.284475 m -4.9246672 m 4.508358 MeV 2.4320248 keV 2.4486283 mm 4.1827034 m World muIoni + 410 -2.4870856 m -4.2869868 m -4.926465 m 4.463406 MeV 3.827028 keV 3.8726855 mm 4.186576 m World muIoni + 411 -2.4871589 m -4.2870648 m -4.9265224 m 4.4633888 MeV 17.203878 eV 121.44342 um 4.1866975 m World muIoni + 412 -2.4889532 m -4.2889762 m -4.9279255 m 4.4597215 MeV 1.749867 keV 2.9734988 mm 4.189671 m World muIoni + 413 -2.4978109 m -4.2983405 m -4.9348508 m 4.4469596 MeV 11.713612 keV 1.4632759 cm 4.2043038 m World muIoni + 414 -2.5007333 m -4.3013377 m -4.9370768 m 4.4353444 MeV 6.7374378 keV 4.7412052 mm 4.209045 m World muIoni + 415 -2.5071736 m -4.3079927 m -4.9419185 m 4.4234241 MeV 10.823672 keV 1.0450418 cm 4.2194954 m World muIoni + 416 -2.5145873 m -4.3154806 m -4.9474303 m 4.4075853 MeV 14.160098 keV 1.1891867 cm 4.2313872 m World muIoni + 417 -2.5184856 m -4.3194016 m -4.9502655 m 4.4018728 MeV 5.7124634 keV 6.2137026 mm 4.2376009 m OutOfWorld Transportation +Track (trackID 142, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.742255(mm),1.1206333(mm),79.163653(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.635291510923(mm),-2.3170997351528(mm),79.182513129076(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 @@ -7269,7 +7689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.319973(mm),-1.6991935(mm),78.356477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.529384(mm),3.9716547(mm),78.848533(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 @@ -7278,7 +7698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.064385(mm),3.1193235(mm),78.754198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.858212(mm),-2.9790914(mm),78.437898(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 @@ -7287,7 +7707,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.92555(mm),-3.7867926(mm),78.778679(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.468821(mm),-2.0715019(mm),79.211866(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 @@ -7296,7 +7716,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.181393(mm),-1.1529288(mm),79.086221(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.811599(mm),-1.7932959(mm),78.798771(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 @@ -7305,7 +7725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.98696(mm),2.7408068(mm),78.76785(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.390537(mm),-1.9662611(mm),79.049343(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 @@ -7314,7 +7734,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.262229(mm),-1.4385824(mm),79.248294(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.24733(mm),-3.7602337(mm),78.898267(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 @@ -7323,7 +7743,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.739381(mm),3.3242861(mm),78.811505(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.103258(mm),0.81407987(mm),78.39469(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 @@ -7332,7 +7752,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.208577(mm),1.3591507(mm),78.728773(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.357992(mm),-0.84583671(mm),78.702428(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 @@ -7341,7 +7761,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.763877(mm),-2.381463(mm),78.807186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.019353(mm),3.2413297(mm),78.762139(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 @@ -7350,7 +7770,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.463065(mm),0.78252353(mm),79.036554(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.331556(mm),-0.60261085(mm),79.23607(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 @@ -7359,7 +7779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.474257(mm),-2.4910869(mm),79.210908(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.096925(mm),0.18242906(mm),78.924788(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 @@ -7368,7 +7788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.521447(mm),1.348393(mm),78.673606(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.247446(mm),-3.7201166(mm),78.545593(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 @@ -7377,7 +7797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.624861(mm),-3.5532976(mm),78.831698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.423558(mm),-2.2832028(mm),79.219847(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 @@ -7386,7 +7806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.629965(mm),3.3051847(mm),78.478144(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.869149(mm),-1.1267599(mm),79.141278(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 @@ -7395,7 +7815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.146659(mm),0.16874827(mm),78.916018(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.8099(mm),0.052512331(mm),78.799071(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 @@ -7404,7 +7824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.13931(mm),2.7160365(mm),78.917314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.733537(mm),-2.3229642(mm),78.283555(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 @@ -7413,7 +7833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.070718(mm),-0.59766801(mm),78.400428(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.671753(mm),0.053731492(mm),78.647103(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 @@ -7422,7 +7842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.718026(mm),1.915349(mm),79.344252(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.330249(mm),0.041353285(mm),78.354666(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 @@ -7431,7 +7851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.440832(mm),2.7576044(mm),78.335167(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.572715(mm),3.4532683(mm),78.840893(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 @@ -7440,7 +7860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.847767(mm),0.44896209(mm),78.968721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.098419(mm),3.8015101(mm),78.924524(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 @@ -7449,7 +7869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.735427(mm),1.5944858(mm),78.635876(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.872457(mm),1.2628179(mm),78.964368(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 @@ -7458,7 +7878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.19041(mm),-1.2703275(mm),78.731977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.951822(mm),-1.701206(mm),79.1267(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 @@ -7467,7 +7887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.780716(mm),-1.8968592(mm),78.451563(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.055874(mm),0.66390767(mm),78.403045(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 @@ -7476,7 +7896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.958723(mm),-0.51745836(mm),78.243849(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.828476(mm),-0.066818995(mm),78.266815(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 @@ -7485,7 +7905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.440826(mm),0.56135738(mm),78.511495(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.281015(mm),-0.88715436(mm),79.244982(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 @@ -7494,7 +7914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.220202(mm),0.90830064(mm),78.903051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.116505(mm),-2.3444084(mm),78.568681(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 @@ -7503,7 +7923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.003563(mm),1.6676248(mm),78.412269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.340388(mm),0.68901393(mm),78.881859(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 @@ -7512,7 +7932,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.795151(mm),-3.47977(mm),78.449018(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.243699(mm),3.0644711(mm),78.898907(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 @@ -7521,7 +7941,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.1757(mm),-0.82366443(mm),78.558244(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.340953(mm),-2.0064755(mm),78.529105(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 @@ -7530,7 +7950,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.882484(mm),0.33125654(mm),78.786273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.674395(mm),-0.39530381(mm),78.293983(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 @@ -7539,7 +7959,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.526712(mm),3.3154699(mm),78.849005(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.179996(mm),1.1691031(mm),78.204832(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 @@ -7548,7 +7968,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.388361(mm),-3.0474762(mm),79.049727(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.786542(mm),-0.42306604(mm),79.332171(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 @@ -7557,7 +7977,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.352775(mm),2.1386036(mm),78.527021(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.011206(mm),-2.705956(mm),78.587248(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 @@ -7566,7 +7986,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.619295(mm),0.96967958(mm),78.656353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.174724(mm),3.8149098(mm),78.91107(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 @@ -7575,7 +7995,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.902487(mm),-0.05743494(mm),78.253764(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.922043(mm),-1.1598093(mm),78.60297(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 @@ -7584,7 +8004,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.438317(mm),-1.4977719(mm),78.511937(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.079425(mm),1.2816342(mm),78.751546(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 @@ -7593,7 +8013,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.658791(mm),0.83914373(mm),78.120408(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.720497(mm),-1.4496433(mm),78.814835(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 @@ -7602,7 +8022,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.018309(mm),2.6563632(mm),79.114977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.052273(mm),1.0199158(mm),79.108988(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 @@ -7611,7 +8031,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.0555(mm),1.0828933(mm),78.755765(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.366722(mm),0.18050618(mm),78.348234(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 @@ -7620,7 +8040,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.373434(mm),-1.6907399(mm),79.052359(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.615362(mm),-2.6696131(mm),79.186027(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 @@ -7629,7 +8049,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.026401(mm),0.0080432124(mm),79.466204(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.929291(mm),1.4212272(mm),78.249038(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 @@ -7638,7 +8058,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.886939(mm),-2.9603217(mm),78.785487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.111983(mm),2.0816035(mm),78.393152(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 @@ -7647,7 +8067,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.40411(mm),2.6930169(mm),78.341642(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.909557(mm),3.5787939(mm),78.605172(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 @@ -7656,7 +8076,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.493025(mm),0.02726229(mm),78.854945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.155442(mm),-2.2808244(mm),79.267124(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 @@ -7665,26 +8085,34 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.196947(mm),1.4092663(mm),78.37817(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.078401(mm),-3.4397802(mm),79.104381(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 (-15.587889(mm),-0.61514575(mm),78.485563(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 (-11.153701(mm),-2.1127578(mm),79.267431(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 = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 cm 1.32 mm 5.05 cm 68.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0654458 cm 1.0169984 mm 4.735204 cm 57.76278 MeV 11.009099 MeV 3.1971428 mm 3.1971428 mm Target hIoni - 2 -1.0589747 cm 974.42867 um 4.6827639 cm 0 eV 2.0947148 MeV 530.80702 um 3.7279498 mm Target pi+Inelastic -Track (trackID 2, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.642136(mm),1.3212123(mm),79.357633(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.201548(mm),2.5384339(mm),79.258994(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 @@ -7693,7 +8121,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.191217(mm),2.8243236(mm),79.084488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.332965(mm),-0.34777857(mm),79.235821(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 @@ -7702,7 +8130,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.952131(mm),1.4625029(mm),78.773992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.269599(mm),-3.5745126(mm),78.894341(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 @@ -7711,7 +8139,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.655028(mm),3.1707372(mm),79.179033(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.351059(mm),-1.4610108(mm),78.70365(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 @@ -7720,7 +8148,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.664591(mm),3.1247223(mm),78.824693(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.366356(mm),-3.0711159(mm),78.348299(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 @@ -7729,7 +8157,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.257558(mm),-1.9986145(mm),78.367483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.554386(mm),2.1463819(mm),78.491471(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 @@ -7738,7 +8166,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.241457(mm),0.15592894(mm),78.546649(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.380601(mm),1.1023761(mm),79.403749(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 @@ -7747,7 +8175,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.64246(mm),1.1975098(mm),78.123287(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.156717(mm),-1.6754091(mm),78.561591(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 @@ -7756,7 +8184,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.274764(mm),2.8518135(mm),78.364449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.608534(mm),0.3877204(mm),79.363558(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 @@ -7765,7 +8193,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.545674(mm),1.1277055(mm),78.669334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.47351(mm),-0.65709631(mm),78.505732(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 @@ -7774,7 +8202,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.469978(mm),-2.2645513(mm),78.330028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.117474(mm),0.069124336(mm),79.273818(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 @@ -7783,7 +8211,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.172537(mm),2.0011(mm),79.087782(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.601961(mm),-0.013955448(mm),79.012063(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 @@ -7792,7 +8220,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.914248(mm),1.467347(mm),78.780672(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.462475(mm),0.69983962(mm),78.684004(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 @@ -7801,7 +8229,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.393631(mm),0.38087864(mm),78.696144(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.164399(mm),0.58423083(mm),79.441871(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 @@ -7810,7 +8238,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.619892(mm),-0.090233712(mm),78.832574(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.323266(mm),-0.63649587(mm),79.237532(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 @@ -7819,7 +8247,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.855876(mm),-0.077202574(mm),78.43831(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.745563(mm),1.0241425(mm),78.281434(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 @@ -7828,7 +8256,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.68031(mm),-3.6256683(mm),78.645594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.706796(mm),-2.1729687(mm),78.817251(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 @@ -7837,7 +8265,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.064266(mm),-1.5372256(mm),78.930546(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.768658(mm),2.7362763(mm),78.630016(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 @@ -7846,7 +8274,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.093533(mm),2.0633668(mm),79.27804(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.381721(mm),-2.9526572(mm),78.87457(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 @@ -7855,7 +8283,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.024147(mm),-0.96481361(mm),79.113947(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.375967(mm),-1.4541217(mm),79.228239(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 @@ -7864,7 +8292,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.394287(mm),-2.2097191(mm),78.519701(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.877406(mm),0.8920166(mm),79.316149(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 @@ -7873,7 +8301,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.679689(mm),1.2941285(mm),79.351012(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.61375(mm),-2.3336886(mm),79.186311(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 @@ -7882,7 +8310,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.50987(mm),0.4162598(mm),78.146666(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.859197(mm),-1.4189394(mm),78.261398(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 @@ -7891,7 +8319,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.440229(mm),2.658192(mm),78.864254(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.033336(mm),1.3250259(mm),78.936(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 @@ -7900,7 +8328,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.592087(mm),-0.95813757(mm),78.132169(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.64978(mm),1.3139125(mm),78.474651(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 @@ -7909,7 +8337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.434554(mm),0.8595894(mm),79.041582(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.287836(mm),-3.026968(mm),79.067452(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 @@ -7918,7 +8346,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.274024(mm),1.7471807(mm),78.36458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.519565(mm),-2.9261747(mm),79.202919(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 @@ -7927,7 +8355,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.808442(mm),1.3298922(mm),79.151982(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.565253(mm),-1.4175982(mm),78.313228(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 @@ -7936,7 +8364,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.033853(mm),-2.5382766(mm),78.583255(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.374105(mm),1.860824(mm),78.346933(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 @@ -7945,7 +8373,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.19012(mm),-1.6836135(mm),78.379374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.854157(mm),3.4470845(mm),78.438613(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 @@ -7954,7 +8382,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.647133(mm),-2.2247646(mm),79.180425(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.958305(mm),0.2934472(mm),78.94923(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 @@ -7963,7 +8391,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.394638(mm),-2.7124545(mm),78.343312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.984038(mm),3.7669348(mm),78.592039(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 @@ -7972,7 +8400,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.463734(mm),-1.6632914(mm),78.683782(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.807656(mm),2.043551(mm),78.799467(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 @@ -7981,7 +8409,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.646749(mm),-0.084415706(mm),79.35682(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.693921(mm),2.9920171(mm),78.643194(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 @@ -7990,7 +8418,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.569927(mm),-0.02183283(mm),79.370366(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.141107(mm),-2.1812847(mm),78.388016(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 @@ -7999,7 +8427,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.34612(mm),-1.4624381(mm),79.057175(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.081193(mm),-1.7641067(mm),78.222254(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 @@ -8008,7 +8436,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.337553(mm),1.8461132(mm),78.882358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.190508(mm),-0.60790913(mm),78.731959(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 @@ -8017,7 +8445,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.887935(mm),-2.4900816(mm),78.785311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.167992(mm),-0.52190135(mm),78.559603(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 @@ -8026,7 +8454,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.555276(mm),-3.3947805(mm),78.491314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.873532(mm),-0.63814766(mm),78.25887(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 @@ -8035,7 +8463,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.519833(mm),-1.3411533(mm),78.673891(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.536869(mm),1.6786817(mm),78.49456(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 @@ -8044,7 +8472,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.169753(mm),0.037505702(mm),79.440927(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.495942(mm),-1.1586423(mm),78.325449(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 @@ -8053,7 +8481,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.064976(mm),1.5319838(mm),78.577767(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.027734(mm),1.2947202(mm),78.408007(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 @@ -8062,7 +8490,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.03499(mm),0.69285348(mm),78.230401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.209787(mm),-1.9782534(mm),78.552233(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 @@ -8071,7 +8499,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.687652(mm),-2.5555547(mm),78.467973(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.124538(mm),2.2065109(mm),78.567265(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 @@ -8080,7 +8508,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.625634(mm),1.7891238(mm),78.478908(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.969243(mm),2.9972648(mm),78.594648(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 @@ -8089,7 +8517,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.948895(mm),0.68961428(mm),78.245582(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.733121(mm),-1.3493564(mm),78.988936(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 @@ -8098,7 +8526,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.030964(mm),2.1108523(mm),78.760091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.494898(mm),-2.7558401(mm),78.854614(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 @@ -8107,7 +8535,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.613945(mm),1.45417(mm),78.480969(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.901093(mm),3.376964(mm),78.430337(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 @@ -8116,7 +8544,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.455331(mm),1.3329885(mm),79.390572(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.170367(mm),1.9059616(mm),78.20653(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 @@ -8125,7 +8553,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.88676(mm),-3.1647198(mm),78.432865(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.75985(mm),0.65970201(mm),79.336877(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 @@ -8134,7 +8562,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.921833(mm),3.5305156(mm),78.603007(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.971198(mm),3.2983653(mm),78.594303(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 @@ -8143,7 +8571,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.459731(mm),-2.5975124(mm),78.684488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.840614(mm),-0.8392399(mm),79.322636(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 @@ -8152,7 +8580,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.425486(mm),-3.2261041(mm),79.04318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.606857(mm),3.2128487(mm),78.658546(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 @@ -8161,7 +8589,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.240661(mm),1.031918(mm),78.194135(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.364004(mm),-1.4642373(mm),78.348713(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 @@ -8170,7 +8598,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.423272(mm),-0.1611825(mm),79.396225(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.637024(mm),-1.5801424(mm),78.300573(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 @@ -8179,7 +8607,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.641165(mm),-1.3968566(mm),78.47617(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.700748(mm),1.2302669(mm),79.347298(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 @@ -8188,7 +8616,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.440068(mm),-0.59637035(mm),78.158974(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.962275(mm),2.3850679(mm),78.94853(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 @@ -8197,7 +8625,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.048113(mm),-0.81696346(mm),79.462376(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.2865(mm),2.1034766(mm),78.715034(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 @@ -8206,7 +8634,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.039221(mm),-1.0925523(mm),78.934962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.027736(mm),2.1716509(mm),78.936988(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 @@ -8215,7 +8643,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.217858(mm),3.57007(mm),78.903464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.927755(mm),0.07854387(mm),79.130944(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 @@ -8224,7 +8652,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.942021(mm),1.5032963(mm),79.304755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.998395(mm),2.9529976(mm),78.589507(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 @@ -8233,7 +8661,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.479863(mm),1.0817094(mm),79.209919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.116705(mm),-0.097731283(mm),78.9213(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 @@ -8242,7 +8670,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.293321(mm),-2.8392517(mm),78.537504(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.176944(mm),0.12101389(mm),79.263332(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 @@ -8251,7 +8679,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.492452(mm),-0.68119552(mm),79.384027(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.799423(mm),-0.96552928(mm),78.271937(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 @@ -8260,7 +8688,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.564365(mm),1.8652556(mm),78.842365(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.160958(mm),1.8301123(mm),78.384516(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 @@ -8269,7 +8697,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.30375(mm),-2.5468377(mm),78.711992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.975009(mm),-0.63787092(mm),78.240977(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 @@ -8278,7 +8706,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.618435(mm),-0.77090018(mm),78.127524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.281249(mm),0.029417926(mm),79.421267(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 @@ -8287,7 +8715,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.816844(mm),-2.4323148(mm),78.268866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.972084(mm),-0.91451133(mm),78.41782(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 @@ -8296,7 +8724,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.828714(mm),-0.27156824(mm),79.324735(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.727947(mm),0.604053(mm),78.108214(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 @@ -8305,7 +8733,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.931456(mm),-2.9674126(mm),78.60131(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.377626(mm),-1.8531379(mm),78.169985(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 @@ -8314,7 +8742,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.043777(mm),-1.9216336(mm),79.286813(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.376097(mm),0.1038612(mm),78.875562(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 @@ -8323,7 +8751,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.319131(mm),1.4610569(mm),78.532953(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.81765(mm),-1.3057158(mm),78.621377(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 @@ -8332,7 +8760,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.67827(mm),0.047244819(mm),79.351262(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.610151(mm),1.4929545(mm),78.657965(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 @@ -8341,7 +8769,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.789323(mm),2.7881619(mm),79.155353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.242481(mm),-2.7940842(mm),78.722795(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 @@ -8350,7 +8778,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.522249(mm),-2.6074978(mm),79.202446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.51496(mm),-3.2456049(mm),78.67475(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 @@ -8359,7 +8787,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.569431(mm),3.879359(mm),78.665145(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.833933(mm),-3.4542441(mm),78.618506(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 @@ -8368,7 +8796,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.017538(mm),2.5962159(mm),79.115113(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.331397(mm),-1.3970357(mm),78.707117(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 @@ -8377,7 +8805,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.271836(mm),-0.1423697(mm),78.893946(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.355935(mm),-3.6252137(mm),78.526463(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 @@ -8386,7 +8814,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.106424(mm),2.5089132(mm),78.923113(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.292938(mm),3.630702(mm),78.890225(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 @@ -8395,7 +8823,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.229136(mm),-1.5408289(mm),79.077802(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.087836(mm),-2.3309718(mm),78.92639(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 @@ -8404,7 +8832,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.692471(mm),-3.3609731(mm),78.64345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.245995(mm),-1.1677261(mm),78.545849(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 @@ -8413,7 +8841,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.02304(mm),1.9096934(mm),78.232508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.662535(mm),-1.0199827(mm),78.825055(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 @@ -8422,7 +8850,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.023275(mm),0.5531288(mm),79.466755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.991219(mm),-1.0134901(mm),78.414446(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 @@ -8431,7 +8859,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.1056(mm),0.59489873(mm),79.452239(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.836611(mm),-0.72758589(mm),79.147015(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 @@ -8440,7 +8868,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.276682(mm),1.1734647(mm),79.245746(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.316255(mm),-1.1405266(mm),79.238768(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 @@ -8449,7 +8877,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.723534(mm),2.0757666(mm),78.990627(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.166762(mm),-2.2765887(mm),78.383493(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 @@ -8458,7 +8886,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.751693(mm),2.4658645(mm),79.161988(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.952413(mm),-3.4572547(mm),79.126596(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 @@ -8467,7 +8895,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.567703(mm),1.1017612(mm),78.312796(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.157309(mm),-0.72935708(mm),79.443121(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 @@ -8476,7 +8904,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.194428(mm),1.9635607(mm),78.907595(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.775618(mm),-2.4615937(mm),78.276135(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 @@ -8485,7 +8913,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.057131(mm),-1.9336367(mm),78.402824(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.811476(mm),1.0483391(mm),78.97512(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 @@ -8494,7 +8922,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.201797(mm),2.0558641(mm),78.906296(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.830492(mm),3.3304941(mm),78.619113(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 @@ -8503,7 +8931,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.313694(mm),1.4468867(mm),79.415546(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.602173(mm),-2.5415767(mm),78.483045(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 @@ -8512,7 +8940,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.881479(mm),-2.2607818(mm),79.139104(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.573602(mm),0.8829738(mm),78.135429(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 @@ -8521,7 +8949,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.269742(mm),0.91463449(mm),78.541661(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.705728(mm),-3.1524216(mm),78.817439(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 @@ -8530,7 +8958,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.038723(mm),0.89037817(mm),79.111377(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.765166(mm),-1.7198305(mm),78.630632(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 @@ -8539,7 +8967,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.87014(mm),2.3161002(mm),78.612122(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.229094(mm),0.095410916(mm),79.430464(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 @@ -8548,7 +8976,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.57699(mm),1.857684(mm),78.840139(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.075699(mm),1.1493765(mm),79.104857(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 @@ -8557,7 +8985,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.944395(mm),2.1157988(mm),79.12801(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.56443(mm),-0.2480236(mm),78.4897(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 @@ -8566,7 +8994,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.814314(mm),2.3612565(mm),78.269312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.548358(mm),1.5823575(mm),79.021515(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 @@ -8575,7 +9003,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.539534(mm),1.0920401(mm),78.317763(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.396169(mm),-1.3656739(mm),78.519369(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 @@ -8584,7 +9012,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.364583(mm),0.14818711(mm),79.406573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.642854(mm),1.7501834(mm),78.652199(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 @@ -8593,7 +9021,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.430334(mm),0.55838563(mm),79.218653(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.207212(mm),0.13969156(mm),78.552687(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 @@ -8602,7 +9030,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.077688(mm),-2.1357313(mm),78.575526(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.007537(mm),2.4479016(mm),78.587895(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 @@ -8611,7 +9039,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.325296(mm),-3.3377964(mm),78.708193(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.685947(mm),1.0348842(mm),78.997254(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 @@ -8620,7 +9048,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.773092(mm),-2.17536(mm),78.805561(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.374377(mm),0.038063422(mm),79.404846(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 @@ -8629,7 +9057,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.664234(mm),2.636588(mm),79.001083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.731517(mm),2.5609866(mm),78.636565(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 @@ -8638,7 +9066,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.25296(mm),-2.7032709(mm),78.720948(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.118177(mm),-0.25718223(mm),79.097367(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 @@ -8647,7 +9075,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.040512(mm),2.3152379(mm),79.287389(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.087436(mm),1.6984412(mm),78.221153(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 @@ -8656,7 +9084,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.247058(mm),1.8997265(mm),78.369334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.691572(mm),-2.6862865(mm),78.467282(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 @@ -8665,7 +9093,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.141168(mm),2.0448483(mm),78.211679(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.946072(mm),1.0268855(mm),78.246079(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 @@ -8674,7 +9102,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.977924(mm),2.8940868(mm),78.945771(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.059676(mm),-1.7356742(mm),78.402375(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 @@ -8683,7 +9111,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.376488(mm),-0.25597633(mm),78.170185(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.946633(mm),2.6082347(mm),78.598634(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 @@ -8692,7 +9120,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.514529(mm),-2.3023748(mm),79.02748(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.64944(mm),-1.5094454(mm),79.356345(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 @@ -8701,7 +9129,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.264503(mm),-3.067572(mm),78.366258(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.256446(mm),0.60308191(mm),79.425641(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 @@ -8710,7 +9138,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.917657(mm),3.2518022(mm),78.780071(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.247036(mm),-2.554828(mm),78.721992(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 @@ -8719,7 +9147,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.348347(mm),3.6067624(mm),78.704128(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.146631(mm),-0.96312469(mm),78.916023(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 @@ -8728,7 +9156,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.927179(mm),-2.7755492(mm),78.425738(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.371698(mm),-0.5490823(mm),78.523684(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 @@ -8737,7 +9165,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.322863(mm),2.4371313(mm),78.355968(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.209522(mm),-0.85259285(mm),79.257588(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 @@ -8746,7 +9174,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.167226(mm),-2.4812441(mm),78.383411(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.916457(mm),-2.1195466(mm),79.132936(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 @@ -8755,7 +9183,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.653648(mm),0.055668361(mm),79.355603(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.558532(mm),-0.3056287(mm),78.49074(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 @@ -8764,7 +9192,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.389(mm),0.34838732(mm),79.225941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.629315(mm),3.1139205(mm),78.654586(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 @@ -8773,16 +9201,40 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.697617(mm),3.1320503(mm),78.642543(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.380748(mm),0.58443022(mm),79.051069(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 = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.14 cm 583 um 7.36 cm 6.7 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.161404 cm 561.80542 um 7.3664616 cm 3.7109835 MeV 2.9880686 MeV 197.13781 um 197.13781 um Target hIoni + 2 -1.1708799 cm 544.08599 um 7.3675046 cm 357.20123 keV 3.3537822 MeV 113.00318 um 310.141 um Target hIoni + 3 -1.1709614 cm 543.86743 um 7.3673493 cm 0 eV 357.20123 keV 2.9651076 um 313.1061 um Target hIoni + 4 -1.1709614 cm 543.86743 um 7.3673493 cm 0 eV 0 eV 0 fm 313.1061 um Target Scintillation +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 18, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.17 cm 544 um 7.37 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.1689015 cm 616.93432 um 7.3774301 cm 1.4112793 MeV 2.7085333 MeV 143.89925 um 143.89925 um Target muIoni + 2 -1.1692019 cm 624.42838 um 7.3788977 cm 63.362447 keV 1.3479169 MeV 27.557468 um 171.45671 um Target muIoni + 3 -1.1692061 cm 624.36259 um 7.3789088 cm 0 eV 63.362447 keV 352.57347 nm 171.80929 um Target muIoni + 4 -1.1692061 cm 624.36259 um 7.3789088 cm 0 eV 0 eV 0 fm 171.80929 um Target Scintillation +Track (trackID 18, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.031355(mm),-0.5834927(mm),79.112676(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.32692(mm),-2.3727743(mm),78.531579(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 @@ -8791,7 +9243,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.157027(mm),-0.32925654(mm),79.443171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.3291(mm),3.508895(mm),78.883849(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 @@ -8800,7 +9252,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.206007(mm),-0.56682289(mm),78.729227(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.066165(mm),0.81617967(mm),78.753885(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 @@ -8809,7 +9261,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.228356(mm),-0.14025776(mm),79.07794(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.028726(mm),-0.93275295(mm),78.231505(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 @@ -8818,7 +9270,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.934311(mm),-1.8003726(mm),78.600807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.547307(mm),0.022970184(mm),78.140065(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 @@ -8827,7 +9279,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.437269(mm),0.18291853(mm),79.041103(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.684308(mm),0.42405146(mm),78.468562(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 @@ -8836,7 +9288,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.031316(mm),1.5546308(mm),78.231048(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.511535(mm),-0.79103125(mm),79.380662(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 @@ -8845,7 +9297,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.689976(mm),2.7222234(mm),78.820217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.904414(mm),-0.93332633(mm),79.311386(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 @@ -8854,7 +9306,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.128068(mm),-0.23588163(mm),78.390315(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.945287(mm),-2.3549616(mm),79.30418(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 @@ -8863,7 +9315,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.345771(mm),-1.8408093(mm),78.175602(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.215521(mm),2.4694417(mm),78.727549(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 @@ -8872,7 +9324,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.716928(mm),-3.2710326(mm),78.815464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.954023(mm),-2.1551228(mm),78.949985(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 @@ -8881,7 +9333,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.837686(mm),2.8066181(mm),79.146826(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.569806(mm),-0.37687384(mm),79.017733(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 @@ -8890,7 +9342,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.184165(mm),-3.0639696(mm),78.556751(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.130322(mm),0.38039381(mm),79.44788(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 @@ -8899,7 +9351,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.441298(mm),-0.32000622(mm),78.158758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.635149(mm),-3.8005359(mm),78.653557(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 @@ -8908,7 +9360,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.629302(mm),-1.0980042(mm),78.301934(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.482218(mm),0.019637414(mm),79.209504(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 @@ -8917,7 +9369,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.589227(mm),2.6398001(mm),78.309001(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.017386(mm),2.1136708(mm),79.11514(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 @@ -8926,7 +9378,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.60592(mm),2.1922732(mm),79.187692(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.932769(mm),0.91717987(mm),78.424752(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 @@ -8935,7 +9387,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.41001(mm),-0.72169532(mm),79.045909(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.936873(mm),0.57062935(mm),78.600355(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 @@ -8944,16 +9396,303 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.502791(mm),-0.93840034(mm),79.382204(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.087916(mm),-0.18457823(mm),78.397395(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 = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.55 cm -185 um 7.48 cm 58.9 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4382165 cm 1.9639895 mm 7.4054612 cm 50.605053 MeV 8.3113846 MeV 2.5484034 mm 2.5484034 mm Target hIoni + 2 -1.3294744 cm 3.572885 mm 7.3488893 cm 43.737324 MeV 6.8677289 MeV 2.0375989 mm 4.5860023 mm Target hIoni + 3 -1.3087181 cm 3.997571 mm 7.3418449 cm 41.800878 MeV 1.9364456 MeV 478.86818 um 5.0648704 mm Target Transportation + 4 20.078283 cm -3.4811067 cm -1.1940701 m 41.800897 MeV4.4302915e-16 eV 8.5917706 m 8.5968355 m CaptureMgnt Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 20, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 20.1 cm -3.48 cm -1.19 m 14.5 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 23.346396 cm -4.3204373 cm 2 m 14.467435 MeV4.1921735e-15 eV 47.434687 m 47.434687 m CaptureMgnt Transportation + 2 23.656941 cm -5.9747337 cm 2.001136 m 14.453923 MeV 6.8248756 keV 1.6870245 cm 47.451557 m World muIoni + 3 23.715812 cm -6.2855918 cm 2.0013429 m 14.347395 MeV 473.62622 eV 3.1705983 mm 47.454728 m World muIoni + 4 23.800373 cm -6.72318 cm 2.001623 m 14.342845 MeV 3.0765977 keV 4.4656292 mm 47.459194 m World muIoni + 5 24.009613 cm -7.8176713 cm 2.002318 m 14.335492 MeV 3.9603463 keV 1.1164793 cm 47.470358 m World muIoni + 6 24.477156 cm -10.242768 cm 2.0038813 m 14.321484 MeV 12.992648 keV 2.4747074 cm 47.495105 m World muIoni + 7 24.90664 cm -12.441081 cm 2.005294 m 14.308746 MeV 11.500281 keV 2.2443315 cm 47.517549 m World muIoni + 8 25.160051 cm -13.772738 cm 2.0061846 m 14.288745 MeV 10.700938 keV 1.3584795 cm 47.531134 m World muIoni + 9 25.206529 cm -14.016149 cm 2.0063482 m 14.28575 MeV 1.7800241 keV 2.4834782 mm 47.533617 m World muIoni + 10 25.318872 cm -14.604871 cm 2.0067383 m 14.282293 MeV 3.4571375 keV 6.0061436 mm 47.539623 m World muIoni + 11 25.629143 cm -16.219624 cm 2.0078003 m 14.27617 MeV 6.1233949 keV 1.647721 cm 47.5561 m World muIoni + 12 25.769955 cm -16.950851 cm 2.0082918 m 14.271038 MeV 2.4904654 keV 7.4628248 mm 47.563563 m World muIoni + 13 26.243942 cm -19.435953 cm 2.0099834 m 14.259073 MeV 10.934636 keV 2.5355593 cm 47.588919 m World muIoni + 14 26.259698 cm -19.517266 cm 2.0100433 m 14.257118 MeV 184.64506 eV 830.41183 um 47.589749 m World muIoni + 15 26.263834 cm -19.538513 cm 2.010059 m 14.244065 MeV 0 eV 217.0378 um 47.589966 m World muIoni + 16 26.652315 cm -21.520715 cm 2.0115598 m 14.233447 MeV 9.4708892 keV 2.0254847 cm 47.610221 m World muIoni + 17 27.151292 cm -24.046297 cm 2.0135404 m 14.21943 MeV 9.6525941 keV 2.5820187 cm 47.636041 m World muIoni + 18 27.560699 cm -26.127123 cm 2.0151826 m 14.202918 MeV 8.7352243 keV 2.1270751 cm 47.657312 m World muIoni + 19 27.784847 cm -27.269199 cm 2.0160603 m 14.197687 MeV 3.9230136 keV 1.1671706 cm 47.668984 m World muIoni + 20 28.103122 cm -28.869007 cm 2.0172744 m 14.187895 MeV 6.7922401 keV 1.6356767 cm 47.68534 m World muIoni + 21 29.235051 cm -34.519832 cm 2.0215659 m 14.16143 MeV 22.052655 keV 5.779092 cm 47.743131 m World muIoni + 22 30.263243 cm -39.756384 cm 2.0256734 m 14.106891 MeV 21.212745 keV 5.3523706 cm 47.796655 m World muIoni + 23 30.291863 cm -39.899113 cm 2.0257864 m 14.09541 MeV 612.48047 eV 1.4600897 mm 47.798115 m World muIoni + 24 30.360843 cm -40.243383 cm 2.026064 m 14.091218 MeV 1.4999732 keV 3.5220816 mm 47.801637 m World muIoni + 25 30.365718 cm -40.267841 cm 2.0260836 m 14.089803 MeV 0 eV 250.16409 um 47.801887 m World muIoni + 26 30.746629 cm -42.177208 cm 2.027627 m 14.082219 MeV 7.5836116 keV 1.9531042 cm 47.821418 m World muIoni + 27 30.786527 cm -42.375759 cm 2.0277879 m 14.078631 MeV 484.04377 eV 2.0315809 mm 47.82345 m World muIoni + 28 31.757021 cm -47.19596 cm 2.0317779 m 14.054555 MeV 22.583604 keV 4.9331332 cm 47.872781 m World muIoni + 29 31.989851 cm -48.376133 cm 2.0328077 m 14.049077 MeV 4.3276961 keV 1.207323 cm 47.884855 m World muIoni + 30 33.61048 cm -56.518925 cm 2.0397373 m 14.008722 MeV 38.949278 keV 8.3314933 cm 47.96817 m World muIoni + 31 34.133903 cm -59.112392 cm 2.0420292 m 13.994017 MeV 13.641739 keV 2.6556786 cm 47.994726 m World muIoni + 32 34.367134 cm -60.281212 cm 2.0430654 m 13.989516 MeV 3.3927105 keV 1.1963608 cm 48.00669 m World muIoni + 33 34.642596 cm -61.627188 cm 2.0442371 m 13.98466 MeV 3.5820642 keV 1.3788639 cm 48.020479 m World muIoni + 34 36.540933 cm -71.009954 cm 2.0524609 m 13.938038 MeV 46.62229 keV 9.6083095 cm 48.116562 m World muIoni + 35 37.675366 cm -76.323993 cm 2.0574415 m 13.908565 MeV 26.538524 keV 5.4566079 cm 48.171128 m World muIoni + 36 38.411403 cm -79.698783 cm 2.0604488 m 13.889262 MeV 17.913973 keV 3.4672086 cm 48.2058 m World muIoni + 37 38.446177 cm -79.856509 cm 2.0605859 m 13.885595 MeV 306.15942 eV 1.6209404 mm 48.207421 m World muIoni + 38 38.695124 cm -80.983126 cm 2.061571 m 13.880677 MeV 3.9022534 keV 1.157994 cm 48.219001 m World muIoni + 39 38.753965 cm -81.250827 cm 2.0617934 m 13.877473 MeV 1.7224156 keV 2.7499208 mm 48.221751 m World muIoni + 40 39.259453 cm -83.541754 cm 2.0636776 m 13.864154 MeV 11.689922 keV 2.3535944 cm 48.245287 m World muIoni + 41 39.441592 cm -84.352852 cm 2.0643568 m 13.859549 MeV 2.8981874 keV 8.3406832 mm 48.253627 m World muIoni + 42 40.046239 cm -87.152801 cm 2.0663295 m 13.840351 MeV 11.775819 keV 2.8713013 cm 48.28234 m World muIoni + 43 40.209014 cm -87.917781 cm 2.0668325 m 13.83558 MeV 4.7705873 keV 7.8372237 mm 48.290178 m World muIoni + 44 41.085412 cm -92.058621 cm 2.0695587 m 13.817046 MeV 17.3383 keV 4.2413684 cm 48.332591 m World muIoni + 45 41.328617 cm -93.186265 cm 2.0702767 m 13.812517 MeV 4.5294345 keV 1.1558068 cm 48.344149 m World muIoni + 46 41.46593 cm -93.827966 cm 2.0706838 m 13.808874 MeV 1.2040889 keV 6.5749009 mm 48.350724 m World muIoni + 47 41.53065 cm -94.130317 cm 2.0708739 m 13.803664 MeV 1.4424125 keV 3.0978378 mm 48.353822 m World muIoni + 48 41.596818 cm -94.442085 cm 2.0710707 m 13.799983 MeV 1.2900795 keV 3.1931971 mm 48.357015 m World muIoni + 49 41.627994 cm -94.588505 cm 2.0711633 m 13.789161 MeV 1.8852846 keV 1.4998813 mm 48.358515 m World muIoni + 50 41.729963 cm -95.064379 cm 2.0714763 m 13.781479 MeV 3.2231084 keV 4.8768162 mm 48.363392 m World muIoni + 51 41.834996 cm -95.553568 cm 2.0717988 m 13.777705 MeV 1.7739582 keV 5.0137615 mm 48.368406 m World muIoni + 52 44.154319 cm -1.0625592 m 2.0793235 m 13.724231 MeV 47.609418 keV 10.977151 cm 48.478177 m World muIoni + 53 44.321775 cm -1.0695354 m 2.0798795 m 13.700726 MeV 6.0890301 keV 7.1958768 mm 48.485373 m World muIoni + 54 45.094259 cm -1.101852 m 2.0823252 m 13.680147 MeV 15.940854 keV 3.331704 cm 48.51869 m World muIoni + 55 45.445328 cm -1.1162341 m 2.0834683 m 13.670954 MeV 6.8187703 keV 1.4848501 cm 48.533539 m World muIoni + 56 45.533081 cm -1.1198415 m 2.0837667 m 13.662346 MeV 1.9244152 keV 3.7245976 mm 48.537263 m World muIoni + 57 46.026675 cm -1.1402223 m 2.0854263 m 13.654703 MeV 7.6433229 keV 2.1035659 cm 48.558299 m World muIoni + 58 47.988982 cm -1.2202095 m 2.0922203 m 13.618011 MeV 35.337364 keV 8.264008 cm 48.640939 m World muIoni + 59 48.010993 cm -1.2211282 m 2.092286 m 13.61545 MeV 214.96213 eV 946.95268 um 48.641886 m World muIoni + 60 48.281606 cm -1.2324484 m 2.0930831 m 13.60867 MeV 5.669502 keV 1.1666443 cm 48.653552 m World muIoni + 61 48.659546 cm -1.2481832 m 2.0941921 m 13.600066 MeV 7.5284507 keV 1.6220388 cm 48.669773 m World muIoni + 62 48.866131 cm -1.2569189 m 2.0947866 m 13.595695 MeV 2.2788356 keV 8.9963494 mm 48.678769 m World muIoni + 63 49.26842 cm -1.2740868 m 2.0959542 m 13.582085 MeV 10.247758 keV 1.7671579 cm 48.696441 m World muIoni + 64 49.322497 cm -1.2763526 m 2.096111 m 13.578282 MeV 1.2147066 keV 2.3346523 mm 48.698775 m World muIoni + 65 50.856996 cm -1.3405153 m 2.1005001 m 13.539643 MeV 37.309981 keV 6.6118801 cm 48.764894 m World muIoni + 66 51.088257 cm -1.3504175 m 2.101195 m 13.536078 MeV 3.5645742 keV 1.0192376 cm 48.775086 m World muIoni + 67 51.163893 cm -1.3536851 m 2.1014363 m 13.532332 MeV 920.14278 eV 3.3627323 mm 48.778449 m World muIoni + 68 51.473619 cm -1.3670604 m 2.1024213 m 13.524325 MeV 5.703255 keV 1.376447 cm 48.792214 m World muIoni + 69 51.728388 cm -1.3778989 m 2.1032148 m 13.488954 MeV 2.4846427 keV 1.1162191 cm 48.803376 m World muIoni + 70 51.78647 cm -1.3804151 m 2.1034044 m 13.481334 MeV 797.2486 eV 2.5892875 mm 48.805965 m World muIoni + 71 51.928593 cm -1.3866098 m 2.1038762 m 13.47858 MeV 2.7540155 keV 6.3731296 mm 48.812338 m World muIoni + 72 51.943946 cm -1.3872755 m 2.1039274 m 13.477257 MeV 272.65157 eV 685.13496 um 48.813023 m World muIoni + 73 52.32523 cm -1.4038279 m 2.1052089 m 13.461462 MeV 6.9419353 keV 1.7034144 cm 48.830058 m World muIoni + 74 53.133671 cm -1.4390163 m 2.1078005 m 13.443369 MeV 18.093014 keV 3.6198319 cm 48.866256 m World muIoni + 75 54.404751 cm -1.493302 m 2.1118199 m 13.41539 MeV 27.978766 keV 5.5899221 cm 48.922155 m World muIoni + 76 54.416637 cm -1.4938049 m 2.1118572 m 13.410059 MeV 50.321228 eV 518.1011 um 48.922673 m World muIoni + 77 55.073723 cm -1.5215532 m 2.1138793 m 13.394767 MeV 11.713246 keV 2.8587451 cm 48.951261 m World muIoni + 78 55.888792 cm -1.5559878 m 2.1165327 m 13.375147 MeV 19.619715 keV 3.5485594 cm 48.986746 m World muIoni + 79 56.090513 cm -1.5645629 m 2.1172094 m 13.370082 MeV 3.4567535 keV 8.835183 mm 48.995581 m World muIoni + 80 56.485379 cm -1.5813456 m 2.1185441 m 13.361468 MeV 8.6137293 keV 1.7292561 cm 49.012874 m World muIoni + 81 56.874879 cm -1.5978006 m 2.1198781 m 13.353172 MeV 6.8340088 keV 1.6962285 cm 49.029836 m World muIoni + 82 57.21017 cm -1.6116713 m 2.1209803 m 13.349155 MeV 4.0169536 keV 1.4312767 cm 49.044149 m World muIoni + 83 57.239952 cm -1.6129082 m 2.1210758 m 13.348288 MeV 866.58355 eV 1.2757568 mm 49.045425 m World muIoni + 84 57.603304 cm -1.6279902 m 2.1222417 m 13.334468 MeV 9.6600636 keV 1.5557381 cm 49.060982 m World muIoni + 85 57.837487 cm -1.6377155 m 2.1229606 m 13.326117 MeV 6.5447725 keV 1.0029047 cm 49.071011 m World muIoni + 86 58.060561 cm -1.6469221 m 2.1236167 m 13.317918 MeV 5.3001955 keV 9.4956677 mm 49.080507 m World muIoni + 87 58.605509 cm -1.6695522 m 2.1253049 m 13.299988 MeV 11.132002 keV 2.3338241 cm 49.103845 m World muIoni + 88 58.732589 cm -1.6747652 m 2.1256826 m 13.297139 MeV 2.8497505 keV 5.3789429 mm 49.109224 m World muIoni + 89 58.792455 cm -1.677213 m 2.1258511 m 13.290933 MeV 1.0333917 keV 2.5256461 mm 49.11175 m World muIoni + 90 58.864107 cm -1.6801208 m 2.1260477 m 13.275026 MeV 1.2226481 keV 3.0011398 mm 49.114751 m World muIoni + 91 59.601418 cm -1.7097272 m 2.1280215 m 13.262063 MeV 11.450716 keV 3.0574621 cm 49.145325 m World muIoni + 92 59.82702 cm -1.7187812 m 2.1286734 m 13.258533 MeV 2.5188546 keV 9.3536898 mm 49.154679 m World muIoni + 93 60.128911 cm -1.7305784 m 2.1294957 m 13.254174 MeV 4.3583929 keV 1.2205095 cm 49.166884 m World muIoni + 94 60.288856 cm -1.7367298 m 2.1299561 m 13.2515 MeV 1.5980046 keV 6.3725693 mm 49.173257 m World muIoni + 95 60.489136 cm -1.7443955 m 2.1305315 m 13.24609 MeV 3.4660663 keV 7.943893 mm 49.181201 m World muIoni + 96 60.500527 cm -1.7448364 m 2.1305647 m 13.244772 MeV 261.45519 eV 456.581 um 49.181657 m World muIoni + 97 60.573393 cm -1.7476611 m 2.1307748 m 13.242713 MeV 829.09308 eV 2.9247931 mm 49.184582 m World muIoni + 98 61.941274 cm -1.8005384 m 2.1346692 m 13.219002 MeV 22.109157 keV 5.4757091 cm 49.239339 m World muIoni + 99 62.572439 cm -1.8252098 m 2.1362491 m 13.205275 MeV 10.96625 keV 2.5515117 cm 49.264854 m World muIoni + 100 62.621013 cm -1.8271332 m 2.1363786 m 13.197276 MeV 1.1165405 keV 1.9879333 mm 49.266842 m World muIoni + 101 63.012126 cm -1.8426762 m 2.1374041 m 13.188102 MeV 9.1741529 keV 1.606034 cm 49.282903 m World muIoni + 102 63.386244 cm -1.8575912 m 2.1383384 m 13.177916 MeV 7.4382464 keV 1.5405468 cm 49.298308 m World muIoni + 103 63.775362 cm -1.8731953 m 2.1392682 m 13.170996 MeV 5.8679682 keV 1.6108824 cm 49.314417 m World muIoni + 104 64.277473 cm -1.8936892 m 2.1405785 m 13.162189 MeV 8.8072139 keV 2.1140831 cm 49.335558 m World muIoni + 105 65.932837 cm -1.9606549 m 2.1447225 m 13.12972 MeV 31.171839 keV 6.9106716 cm 49.404664 m World muIoni + 106 66.013835 cm -1.9638296 m 2.1449397 m 13.126125 MeV 1.5174398 keV 3.28363 mm 49.407948 m World muIoni + 107 66.020992 cm -1.964113 m 2.1449615 m 13.124083 MeV 130.41419 eV 293.08092 um 49.408241 m World muIoni + 108 66.075612 cm -1.9662749 m 2.1451304 m 13.122392 MeV 554.25667 eV 2.2362343 mm 49.410477 m World muIoni + 109 66.644661 cm -1.9888095 m 2.1468875 m 13.111274 MeV 9.7650152 keV 2.3308394 cm 49.433786 m World muIoni + 110 67.087445 cm -2.0064492 m 2.1481757 m 13.101847 MeV 9.4271482 keV 1.8232612 cm 49.452018 m World muIoni + 111 67.427012 cm -2.0199672 m 2.1491288 m 13.096503 MeV 4.0415428 keV 1.3970449 cm 49.465989 m World muIoni + 112 68.579495 cm -2.0658553 m 2.1524127 m 13.072117 MeV 22.357614 keV 4.7427496 cm 49.513416 m World muIoni + 113 68.898157 cm -2.0786612 m 2.1534482 m 13.055945 MeV 7.2016471 keV 1.3237024 cm 49.526653 m World muIoni + 114 69.216446 cm -2.0915219 m 2.1544761 m 13.048753 MeV 4.4474368 keV 1.3288524 cm 49.539942 m World muIoni + 115 69.479664 cm -2.1020662 m 2.1553073 m 13.042598 MeV 6.1550025 keV 1.0899639 cm 49.550842 m World muIoni + 116 69.858995 cm -2.1170879 m 2.1565183 m 13.034393 MeV 6.8673802 keV 1.5540604 cm 49.566382 m World muIoni + 117 70.135866 cm -2.128149 m 2.1574154 m 13.028684 MeV 4.4945858 keV 1.1437579 cm 49.57782 m World muIoni + 118 70.718383 cm -2.1514372 m 2.1593417 m 13.014869 MeV 11.185549 keV 2.4082996 cm 49.601903 m World muIoni + 119 71.147716 cm -2.1683674 m 2.1608213 m 13.007393 MeV 6.0282106 keV 1.7528698 cm 49.619431 m World muIoni + 120 72.495656 cm -2.2224217 m 2.1655407 m 12.969698 MeV 32.670095 keV 5.5909717 cm 49.675341 m World muIoni + 121 72.543142 cm -2.224276 m 2.1656985 m 12.96628 MeV 549.77039 eV 1.9206694 mm 49.677262 m World muIoni + 122 72.644814 cm -2.2282364 m 2.1660414 m 12.960576 MeV 4.5210811 keV 4.103191 mm 49.681365 m World muIoni + 123 72.855198 cm -2.2364628 m 2.1667506 m 12.953907 MeV 3.9257925 keV 8.52076 mm 49.689886 m World muIoni + 124 73.559908 cm -2.2641861 m 2.1691943 m 12.939962 MeV 12.38697 keV 2.8709274 cm 49.718595 m World muIoni + 125 75.12279 cm -2.3266025 m 2.1745685 m 12.913093 MeV 25.304316 keV 6.4568224 cm 49.783163 m World muIoni + 126 75.457885 cm -2.3399696 m 2.1756713 m 12.905991 MeV 7.1015065 keV 1.3824817 cm 49.796988 m World muIoni + 127 75.871609 cm -2.3564774 m 2.1770153 m 12.866775 MeV 10.470931 keV 1.7071373 cm 49.814059 m World muIoni + 128 76.770349 cm -2.3921023 m 2.1799771 m 12.850561 MeV 14.672859 keV 3.6860545 cm 49.85092 m World muIoni + 129 77.163239 cm -2.4083296 m 2.1813191 m 12.840949 MeV 9.6115716 keV 1.6750181 cm 49.86767 m World muIoni + 130 78.795564 cm -2.4764642 m 2.1872001 m 12.802364 MeV 34.804806 keV 7.0309981 cm 49.93798 m World muIoni + 131 79.079201 cm -2.4883448 m 2.1883371 m 12.795072 MeV 6.2993463 keV 1.2267361 cm 49.950247 m World muIoni + 132 80.298858 cm -2.5401568 m 2.1933173 m 12.767937 MeV 24.465934 keV 5.3461288 cm 50.003709 m World muIoni + 133 80.547292 cm -2.550265 m 2.1942485 m 12.761496 MeV 5.4021962 keV 1.0450547 cm 50.014159 m World muIoni + 134 80.649197 cm -2.5544854 m 2.1946339 m 12.757739 MeV 2.3865983 keV 4.3587943 mm 50.018518 m World muIoni + 135 80.903432 cm -2.5650123 m 2.1955848 m 12.75254 MeV 5.1992682 keV 1.0871221 cm 50.029389 m World muIoni + 136 81.358718 cm -2.5839098 m 2.1972873 m 12.743073 MeV 8.0006982 keV 1.9512743 cm 50.048902 m World muIoni + 137 81.894314 cm -2.6061993 m 2.1993056 m 12.734051 MeV 7.8389216 keV 2.301267 cm 50.071915 m World muIoni + 138 82.759592 cm -2.6413566 m 2.2025437 m 12.707033 MeV 18.107433 keV 3.6351262 cm 50.108266 m World muIoni + 139 82.774813 cm -2.6419623 m 2.2026 m 12.705259 MeV 106.42633 eV 627.03885 um 50.108893 m World muIoni + 140 82.847247 cm -2.6448538 m 2.2028676 m 12.703413 MeV 449.8831 eV 2.9927918 mm 50.111886 m World muIoni + 141 83.662204 cm -2.677417 m 2.2058808 m 12.671698 MeV 16.430975 keV 3.3702768 cm 50.145589 m World muIoni + 142 84.437545 cm -2.7080552 m 2.2085453 m 12.653173 MeV 15.797589 keV 3.1716352 cm 50.177305 m World muIoni + 143 85.633836 cm -2.7549567 m 2.2125181 m 12.627822 MeV 23.156802 keV 4.8566353 cm 50.225871 m World muIoni + 144 86.567906 cm -2.7921353 m 2.2158493 m 12.597878 MeV 17.204174 keV 3.8478733 cm 50.26435 m World muIoni + 145 86.631867 cm -2.7946927 m 2.2160957 m 12.59528 MeV 947.02548 eV 2.6476919 mm 50.266998 m World muIoni + 146 87.02376 cm -2.8103738 m 2.2175922 m 12.585933 MeV 7.5486232 keV 1.6232561 cm 50.28323 m World muIoni + 147 87.30443 cm -2.821519 m 2.2186591 m 12.576714 MeV 6.1594415 keV 1.1542587 cm 50.294773 m World muIoni + 148 87.938979 cm -2.8467455 m 2.2210337 m 12.563804 MeV 11.806045 keV 2.612069 cm 50.320894 m World muIoni + 149 88.372679 cm -2.8638029 m 2.2226719 m 12.551837 MeV 7.7024056 keV 1.7676243 cm 50.33857 m World muIoni + 150 88.98599 cm -2.8876817 m 2.2249841 m 12.532772 MeV 16.887184 keV 2.4762107 cm 50.363332 m World muIoni + 151 89.444828 cm -2.905432 m 2.2267158 m 12.522757 MeV 10.015398 keV 1.8415379 cm 50.381747 m World muIoni + 152 90.393792 cm -2.9435227 m 2.2303376 m 12.502209 MeV 20.547993 keV 3.9422052 cm 50.421169 m World muIoni + 153 90.472072 cm -2.9466453 m 2.2306317 m 12.498591 MeV 2.2376778 keV 3.2326568 mm 50.424402 m World muIoni + 154 90.612148 cm -2.9522472 m 2.2311598 m 12.496536 MeV 2.0557811 keV 5.7984837 mm 50.4302 m World muIoni + 155 90.642694 cm -2.9534724 m 2.2312755 m 12.494468 MeV 971.84795 eV 1.2680238 mm 50.431469 m World muIoni + 156 90.764191 cm -2.9583486 m 2.2317333 m 12.49136 MeV 1.6015411 keV 5.0460819 mm 50.436515 m World muIoni + 157 90.85047 cm -2.9618012 m 2.2320506 m 12.4901 MeV 1.2594721 keV 3.572902 mm 50.440088 m World muIoni + 158 91.478265 cm -2.986903 m 2.2343512 m 12.475813 MeV 10.502244 keV 2.5977118 cm 50.466065 m World muIoni + 159 91.858135 cm -3.0016761 m 2.2357191 m 12.462796 MeV 8.2775155 keV 1.5314906 cm 50.48138 m World muIoni + 160 92.279534 cm -3.0181923 m 2.2371978 m 12.447815 MeV 13.319796 keV 1.7109394 cm 50.498489 m World muIoni + 161 92.475981 cm -3.0258651 m 2.2379071 m 12.442516 MeV 2.2367811 keV 7.9520697 mm 50.506441 m World muIoni + 162 92.629666 cm -3.0318464 m 2.2384714 m 12.439658 MeV 2.8585109 keV 6.201299 mm 50.512642 m World muIoni + 163 93.315704 cm -3.0583734 m 2.2409744 m 12.423719 MeV 14.751353 keV 2.7513988 cm 50.540156 m World muIoni + 164 93.35466 cm -3.0598639 m 2.2411161 m 12.420715 MeV 556.55943 eV 1.54706 mm 50.541703 m World muIoni + 165 94.139021 cm -3.0899047 m 2.2439887 m 12.405186 MeV 14.53031 keV 3.1180722 cm 50.572884 m World muIoni + 166 94.605249 cm -3.1076829 m 2.2456579 m 12.392745 MeV 9.2247805 keV 1.8455059 cm 50.591339 m World muIoni + 167 94.796094 cm -3.1148974 m 2.2463339 m 12.387782 MeV 2.6981875 keV 7.493173 mm 50.598832 m World muIoni + 168 94.877605 cm -3.1179927 m 2.2466278 m 12.38463 MeV 1.9489291 keV 3.214275 mm 50.602047 m World muIoni + 169 95.021895 cm -3.1234332 m 2.2471428 m 12.379485 MeV 5.1456952 keV 5.652188 mm 50.607699 m World muIoni + 170 95.770977 cm -3.1518804 m 2.2498388 m 12.36779 MeV 10.652154 keV 2.9540331 cm 50.637239 m World muIoni + 171 95.839422 cm -3.1545296 m 2.2500816 m 12.36364 MeV 1.394048 keV 2.746941 mm 50.639986 m World muIoni + 172 96.112952 cm -3.1651029 m 2.2510645 m 12.360146 MeV 3.4942336 keV 1.0965547 cm 50.650952 m World muIoni + 173 96.304689 cm -3.1723825 m 2.2517165 m 12.339688 MeV 4.833509 keV 7.5560767 mm 50.658508 m World muIoni + 174 96.438875 cm -3.1774142 m 2.2521705 m 12.33434 MeV 1.5283703 keV 5.2273302 mm 50.663735 m World muIoni + 175 96.490702 cm -3.1793247 m 2.252343 m 12.331062 MeV 2.0260229 keV 1.9870538 mm 50.665722 m World muIoni + 176 97.498124 cm -3.2165536 m 2.2557035 m 12.31021 MeV 18.948046 keV 3.8714265 cm 50.704436 m World muIoni + 177 97.571101 cm -3.2192006 m 2.255948 m 12.307225 MeV 1.6708291 keV 2.7565993 mm 50.707193 m World muIoni + 178 98.007825 cm -3.2361027 m 2.2573334 m 12.295465 MeV 7.2069328 keV 1.7515969 cm 50.724709 m World muIoni + 179 99.088099 cm -3.280094 m 2.2609376 m 12.271334 MeV 18.194886 keV 4.5441899 cm 50.770151 m World muIoni + 180 99.143958 cm -3.2823764 m 2.2611062 m 12.266012 MeV 1.0688573 keV 2.355737 mm 50.772507 m World muIoni + 181 99.217502 cm -3.2853747 m 2.2613303 m 12.263709 MeV 512.39347 eV 3.0952908 mm 50.775602 m World muIoni + 182 1.0025551 m -3.3279807 m 2.2645406 m 12.244713 MeV 17.023681 keV 4.3970061 cm 50.819572 m World muIoni + 183 1.0042703 m -3.33521 m 2.2651131 m 12.241449 MeV 3.2638906 keV 7.4520178 mm 50.827024 m World muIoni + 184 1.0087751 m -3.3541003 m 2.2666325 m 12.231343 MeV 10.106 keV 1.9479375 cm 50.846503 m World muIoni + 185 1.0111499 m -3.3642623 m 2.2674719 m 12.214814 MeV 8.5042226 keV 1.0469542 cm 50.856973 m World muIoni + 186 1.0117884 m -3.367034 m 2.2677084 m 12.213781 MeV 1.0329936 keV 2.8541459 mm 50.859827 m World muIoni + 187 1.011925 m -3.3676261 m 2.2677594 m 12.211089 MeV 48.33496 eV 609.75768 um 50.860437 m World muIoni + 188 1.0223701 m -3.4127296 m 2.2716416 m 12.184593 MeV 23.330251 keV 4.6460098 cm 50.906897 m World muIoni + 189 1.0300882 m -3.446374 m 2.2745881 m 12.16636 MeV 15.788023 keV 3.4644147 cm 50.941541 m World muIoni + 190 1.0436552 m -3.5053612 m 2.2797393 m 12.137785 MeV 27.519754 keV 6.0746918 cm 51.002288 m World muIoni + 191 1.0449776 m -3.5110322 m 2.2802578 m 12.133293 MeV 2.9846694 keV 5.8462429 mm 51.008134 m World muIoni + 192 1.0468417 m -3.5190432 m 2.2809979 m 12.128125 MeV 2.1543484 keV 8.25826 mm 51.016392 m World muIoni + 193 1.0504352 m -3.5343604 m 2.2824022 m 12.1197 MeV 7.3798416 keV 1.5795643 cm 51.032188 m World muIoni + 194 1.051109 m -3.5372546 m 2.2826668 m 12.115964 MeV 762.14501 eV 2.9833329 mm 51.035171 m World muIoni + 195 1.0534312 m -3.5471774 m 2.2835628 m 11.9492 MeV 5.1721876 keV 1.0230292 cm 51.045402 m World muIoni + 196 1.0538684 m -3.5490054 m 2.2837365 m 11.936246 MeV 672.28876 eV 1.8875427 mm 51.047289 m World muIoni + 197 1.0575497 m -3.5642681 m 2.2851989 m 11.923697 MeV 5.4194123 keV 1.5768356 cm 51.063058 m World muIoni + 198 1.0581605 m -3.5667793 m 2.2854378 m 11.921514 MeV 719.45885 eV 2.5954483 mm 51.065653 m World muIoni + 199 1.0618736 m -3.5821076 m 2.2868895 m 11.913841 MeV 6.3015892 keV 1.5838291 cm 51.081491 m World muIoni + 200 1.0631359 m -3.5873529 m 2.2874019 m 11.908089 MeV 3.5443534 keV 5.4193274 mm 51.086911 m World muIoni + 201 1.0711072 m -3.6207346 m 2.2906394 m 11.883614 MeV 21.090363 keV 3.4472946 cm 51.121384 m World muIoni + 202 1.0741409 m -3.6334242 m 2.2918675 m 11.873935 MeV 6.4542928 keV 1.3104891 cm 51.134488 m World muIoni + 203 1.0754875 m -3.6391395 m 2.2924168 m 11.869592 MeV 3.0869292 keV 5.8974165 mm 51.140386 m World muIoni + 204 1.0805338 m -3.6603498 m 2.2944033 m 11.85847 MeV 9.5267566 keV 2.1892743 cm 51.162279 m World muIoni + 205 1.0819263 m -3.6661853 m 2.2949489 m 11.853744 MeV 2.4784831 keV 6.0241711 mm 51.168303 m World muIoni + 206 1.0838575 m -3.6743191 m 2.2957192 m 11.847577 MeV 4.8748054 keV 8.3952593 mm 51.176698 m World muIoni + 207 1.0857002 m -3.6820251 m 2.2964558 m 11.840113 MeV 3.9220926 keV 7.9574348 mm 51.184655 m World muIoni + 208 1.0875137 m -3.6895438 m 2.2971755 m 11.836186 MeV 2.354785 keV 7.7677746 mm 51.192423 m World muIoni + 209 1.0979419 m -3.7332818 m 2.3012311 m 11.81258 MeV 22.013536 keV 4.5147022 cm 51.23757 m World muIoni + 210 1.1007863 m -3.7453778 m 2.3024541 m 11.806816 MeV 5.7646046 keV 1.2485983 cm 51.250056 m World muIoni + 211 1.1025547 m -3.7528923 m 2.3032212 m 11.78899 MeV 3.2209767 keV 7.7577864 mm 51.257814 m World muIoni + 212 1.1125514 m -3.7949879 m 2.3076199 m 11.766003 MeV 21.866759 keV 4.3489823 cm 51.301304 m World muIoni + 213 1.11555 m -3.8074601 m 2.3088381 m 11.744837 MeV 5.9353614 keV 1.2885473 cm 51.314189 m World muIoni + 214 1.1157375 m -3.8082258 m 2.308914 m 11.705015 MeV 576.68638 eV 791.94474 um 51.314981 m World muIoni + 215 1.1196596 m -3.8244985 m 2.3105355 m 11.696199 MeV 5.8235455 keV 1.6817094 cm 51.331798 m World muIoni + 216 1.1213883 m -3.8316395 m 2.3112684 m 11.691529 MeV 3.1713803 keV 7.3837361 mm 51.339182 m World muIoni + 217 1.1300012 m -3.8675786 m 2.3150915 m 11.672238 MeV 17.663957 keV 3.7154287 cm 51.376336 m World muIoni + 218 1.1364979 m -3.8945099 m 2.3179848 m 11.653959 MeV 16.605616 keV 2.785465 cm 51.404191 m World muIoni + 219 1.1380902 m -3.901 m 2.3186959 m 11.650189 MeV 2.7784274 keV 6.7203618 mm 51.410911 m World muIoni + 220 1.1408401 m -3.9121213 m 2.3199228 m 11.645239 MeV 4.9502427 keV 1.152174 cm 51.422433 m World muIoni + 221 1.1582165 m -3.9819431 m 2.3276692 m 11.611853 MeV 33.386225 keV 7.2368638 cm 51.494802 m World muIoni + 222 1.1704055 m -4.0308588 m 2.3328028 m 11.587539 MeV 24.313277 keV 5.0672911 cm 51.545475 m World muIoni + 223 1.1711705 m -4.0338936 m 2.3331184 m 11.577934 MeV 541.8198 eV 3.1455117 mm 51.54862 m World muIoni + 224 1.1904752 m -4.1100233 m 2.3410884 m 11.535128 MeV 41.481934 keV 7.8944236 cm 51.627564 m World muIoni + 225 1.1996647 m -4.1464101 m 2.3448381 m 11.51553 MeV 16.682355 keV 3.7716445 cm 51.665281 m World muIoni + 226 1.2040442 m -4.1641383 m 2.3467258 m 11.49997 MeV 10.454435 keV 1.8358508 cm 51.683639 m World muIoni + 227 1.2072525 m -4.177376 m 2.3481791 m 11.48198 MeV 8.0729612 keV 1.369831 cm 51.697338 m World muIoni + 228 1.2078454 m -4.1798503 m 2.3484441 m 11.48111 MeV 869.30228 eV 2.5580709 mm 51.699896 m World muIoni + 229 1.2078528 m -4.1798813 m 2.3484474 m 11.480039 MeV 0 eV 32.08502 um 51.699928 m World muIoni + 230 1.2120707 m -4.1974999 m 2.3503156 m 11.469951 MeV 8.6373707 keV 1.8212636 cm 51.71814 m World muIoni + 231 1.216673 m -4.2165383 m 2.3523751 m 11.457126 MeV 12.82511 keV 1.9694799 cm 51.737835 m World muIoni + 232 1.2281608 m -4.264325 m 2.3575665 m 11.437533 MeV 19.593672 keV 4.9422185 cm 51.787257 m World muIoni + 233 1.22992 m -4.2715839 m 2.3583197 m 11.430783 MeV 5.7251151 keV 7.5069134 mm 51.794764 m World muIoni + 234 1.2331107 m -4.2849352 m 2.3596771 m 11.422108 MeV 7.1243087 keV 1.379423 cm 51.808559 m World muIoni + 235 1.2344121 m -4.2904964 m 2.3602249 m 11.419133 MeV 1.7931489 keV 5.737647 mm 51.814296 m World muIoni + 236 1.2443436 m -4.3330479 m 2.3643917 m 11.388052 MeV 25.939758 keV 4.3893852 cm 51.85819 m World muIoni + 237 1.2445012 m -4.3337101 m 2.3644577 m 11.388018 MeV 34.119234 eV 683.91149 um 51.858874 m World muIoni + 238 1.246403 m -4.3416749 m 2.3652547 m 11.378333 MeV 4.5775984 keV 8.2273921 mm 51.867101 m World muIoni + 239 1.24692 m -4.3438437 m 2.3654742 m 11.375627 MeV 1.5125731 keV 2.2403204 mm 51.869342 m World muIoni + 240 1.2488338 m -4.3518755 m 2.3662825 m 11.369792 MeV 3.9681778 keV 8.2962107 mm 51.877638 m World muIoni + 241 1.2489274 m -4.3522643 m 2.3663223 m 11.366774 MeV 281.5751 eV 401.87666 um 51.87804 m World muIoni + 242 1.2528818 m -4.3686044 m 2.3680001 m 11.359218 MeV 6.5070587 keV 1.6895322 cm 51.894935 m World muIoni + 243 1.2528928 m -4.3686505 m 2.3680048 m 11.355345 MeV 0 eV 47.664374 um 51.894983 m World muIoni + 244 1.2539047 m -4.3729256 m 2.368432 m 11.352738 MeV 1.3917082 keV 4.4139192 mm 51.899397 m World muIoni + 245 1.2551407 m -4.3781635 m 2.3689413 m 11.350169 MeV 1.4145314 keV 5.4058659 mm 51.904803 m World muIoni + 246 1.2572724 m -4.3872887 m 2.3698114 m 11.343526 MeV 3.409811 keV 9.4111886 mm 51.914214 m World muIoni + 247 1.2606322 m -4.4017949 m 2.3712501 m 11.3286 MeV 10.048014 keV 1.4959599 cm 51.929173 m World muIoni + 248 1.2620663 m -4.4081282 m 2.3718728 m 11.323878 MeV 3.1540355 keV 6.5233653 mm 51.935697 m World muIoni + 249 1.269022 m -4.4385529 m 2.3749921 m 11.305457 MeV 16.645442 keV 3.1365424 cm 51.967062 m World muIoni + 250 1.2740799 m -4.4612381 m 2.3771986 m 11.291488 MeV 12.408372 keV 2.334685 cm 51.990409 m World muIoni + 251 1.2771489 m -4.4746379 m 2.3785091 m 11.286428 MeV 4.0131054 keV 1.3809121 cm 52.004218 m World muIoni + 252 1.2786669 m -4.4812898 m 2.3791637 m 11.282507 MeV 2.6657268 keV 6.8543061 mm 52.011072 m World muIoni + 253 1.2818155 m -4.4949581 m 2.380505 m 11.276461 MeV 4.7946874 keV 1.4090312 cm 52.025163 m World muIoni + 254 1.2831212 m -4.5006653 m 2.3810777 m 11.27458 MeV 1.8809223 keV 5.8825683 mm 52.031045 m World muIoni + 255 1.2957685 m -4.5554973 m 2.3865088 m 11.244591 MeV 21.553258 keV 5.6533987 cm 52.087579 m World muIoni + 256 1.2964854 m -4.5587087 m 2.3868246 m 11.234503 MeV 3.4389902 keV 3.305525 mm 52.090885 m World muIoni + 257 1.3081008 m -4.6104507 m 2.391861 m 11.202107 MeV 30.415938 keV 5.3269177 cm 52.144154 m World muIoni + 258 1.3089404 m -4.614129 m 2.3922433 m 11.197483 MeV 2.9983231 keV 3.7922359 mm 52.147946 m World muIoni + 259 1.3104099 m -4.6206196 m 2.3929173 m 11.192526 MeV 3.6869085 keV 6.6889492 mm 52.154635 m World muIoni + 260 1.3152713 m -4.6420656 m 2.3951238 m 11.178783 MeV 10.997001 keV 2.2100594 cm 52.176736 m World muIoni + 261 1.3156443 m -4.6437387 m 2.395304 m 11.176981 MeV 344.42857 eV 1.7235962 mm 52.178459 m World muIoni + 262 1.3375425 m -4.7418389 m 2.4059234 m 11.119493 MeV 55.25285 keV 10.107698 cm 52.279536 m World muIoni + 263 1.3423573 m -4.7628002 m 2.4077624 m 11.106505 MeV 9.9427275 keV 2.1585805 cm 52.301122 m World muIoni + 264 1.3429516 m -4.7654469 m 2.407984 m 11.105996 MeV 509.21126 eV 2.7216072 mm 52.303844 m World muIoni + 265 1.3441791 m -4.7709136 m 2.4084419 m 11.102441 MeV 1.9269434 keV 5.6215215 mm 52.309465 m World muIoni + 266 1.3522546 m -4.8070091 m 2.4114635 m 11.083767 MeV 13.211668 keV 3.7111424 cm 52.346577 m World muIoni + 267 1.3536986 m -4.8132629 m 2.411981 m 11.080922 MeV 2.8446471 keV 6.4392022 mm 52.353016 m OutOfWorld Transportation +Track (trackID 20, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.871924(mm),-2.6784498(mm),78.964461(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.730958328489(mm),-1.9831093726308(mm),78.812990526563(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 @@ -8962,7 +9701,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.252515(mm),-3.4651148(mm),78.721026(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.24291(mm),2.5686753(mm),78.72272(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 @@ -8971,7 +9710,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.693325(mm),-2.0817556(mm),78.643299(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.894737(mm),1.0373565(mm),79.136766(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 @@ -8980,7 +9719,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.406265(mm),1.7196194(mm),79.222897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.859632(mm),3.3426056(mm),78.966629(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 @@ -8989,7 +9728,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.07115(mm),0.54592321(mm),79.10566(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.49922(mm),1.0440833(mm),79.382833(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 @@ -8998,7 +9737,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.314222(mm),0.70282528(mm),78.886472(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.549408(mm),-0.83830372(mm),78.316022(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 @@ -9007,7 +9746,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.787461(mm),-2.1875083(mm),78.979355(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.12(mm),-0.99487794(mm),79.273373(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 @@ -9016,7 +9755,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.460228(mm),-3.1758851(mm),78.684401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.233675(mm),0.85939305(mm),78.900675(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 @@ -9025,7 +9764,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.881023(mm),1.502534(mm),78.78653(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.822924(mm),-2.9665152(mm),78.973102(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 @@ -9034,7 +9773,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.396336(mm),-1.9942293(mm),78.343012(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.365853(mm),0.48548039(mm),79.053695(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 @@ -9043,7 +9782,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.73852(mm),2.6291218(mm),78.987984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.086599(mm),2.2445649(mm),79.279262(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 @@ -9052,7 +9791,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.62565(mm),-2.0879365(mm),79.36054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.962102(mm),-2.5031156(mm),79.301215(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 @@ -9061,7 +9800,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.074325(mm),-2.6204634(mm),79.1051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.660659(mm),1.7625753(mm),78.472732(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 @@ -9070,7 +9809,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.371033(mm),1.685731(mm),78.876455(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.166188(mm),2.9352497(mm),78.383594(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 @@ -9079,7 +9818,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.862321(mm),-2.4660833(mm),78.966155(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.390256(mm),-3.1305675(mm),78.873066(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 @@ -9088,7 +9827,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.378633(mm),-0.042843117(mm),78.169807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.977781(mm),-0.58329898(mm),78.769469(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 @@ -9097,7 +9836,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.985269(mm),-3.3693864(mm),79.120803(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.8136(mm),-0.38211815(mm),78.269438(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 @@ -9106,7 +9845,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.511146(mm),-0.83676035(mm),78.499095(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.037042(mm),-0.43438368(mm),78.935347(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 @@ -9115,7 +9854,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.96434(mm),2.5808231(mm),78.948166(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.211357(mm),3.4512539(mm),78.551956(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 @@ -9124,7 +9863,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.767472(mm),-0.38687585(mm),78.101244(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.592089(mm),-0.14628465(mm),79.190131(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 @@ -9133,7 +9872,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.547221(mm),-2.3653331(mm),78.669061(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.863911(mm),-0.94526542(mm),79.318528(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 @@ -9142,7 +9881,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.440095(mm),0.39975141(mm),79.393259(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.539415(mm),-1.3254611(mm),78.141457(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 @@ -9151,7 +9890,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.684286(mm),-0.85266546(mm),78.115912(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.036182(mm),-0.53221572(mm),78.759171(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 @@ -9160,7 +9899,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.953053(mm),-1.7930616(mm),79.30281(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.705989(mm),-2.9826274(mm),78.817393(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 @@ -9169,7 +9908,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.295664(mm),3.4030581(mm),78.713418(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.886522(mm),-2.7853745(mm),78.432907(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 @@ -9178,7 +9917,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.214659(mm),-2.1330129(mm),79.080355(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.599983(mm),-3.6951685(mm),78.659758(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 @@ -9187,7 +9926,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.631929(mm),0.0036801874(mm),79.006779(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.782028(mm),-0.94012749(mm),78.980312(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 @@ -9196,7 +9935,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.418825(mm),1.0559092(mm),78.868028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.356068(mm),0.56020246(mm),79.055421(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 @@ -9205,7 +9944,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.72725(mm),1.5732031(mm),78.989971(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.233322(mm),0.51616538(mm),78.371756(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 @@ -9214,7 +9953,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.991034(mm),-0.26977804(mm),79.119786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.213005(mm),-0.18390999(mm),78.551666(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 @@ -9223,7 +9962,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.143484(mm),0.14205331(mm),79.092905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.784198(mm),2.0587793(mm),78.274622(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 @@ -9232,7 +9971,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.299531(mm),1.3924401(mm),79.06539(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.580956(mm),2.9857868(mm),79.192094(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 @@ -9241,7 +9980,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.676084(mm),2.8929111(mm),78.470012(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.38382(mm),2.6890588(mm),78.521546(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 @@ -9250,7 +9989,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.829318(mm),-1.7131183(mm),78.795647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.753254(mm),2.180412(mm),78.280078(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 @@ -9259,7 +9998,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.15378(mm),0.78873495(mm),79.09109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.861632(mm),1.1018517(mm),78.613622(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 @@ -9268,7 +10007,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.441038(mm),3.0423775(mm),78.864111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.144098(mm),2.0853384(mm),78.563816(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 @@ -9277,7 +10016,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.375648(mm),-2.3791634(mm),79.228295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.463437(mm),-0.70957811(mm),78.860162(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 @@ -9286,7 +10025,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.589937(mm),-3.3023881(mm),78.661529(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.763401(mm),-2.9486978(mm),79.159924(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 @@ -9295,7 +10034,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.137646(mm),-0.95689811(mm),78.388627(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.328563(mm),1.4012076(mm),78.707617(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 @@ -9304,7 +10043,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.037111(mm),-2.7825211(mm),79.111662(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.94416(mm),0.21600864(mm),78.775397(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 @@ -9313,7 +10052,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.465375(mm),-2.2933315(mm),78.683493(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.41637(mm),3.22503(mm),78.868461(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 @@ -9322,7 +10061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.144474(mm),1.1665298(mm),78.387423(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.021021(mm),-3.4621075(mm),78.761845(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 @@ -9331,7 +10070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.55266(mm),-3.2500648(mm),78.491775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.138751(mm),3.4269022(mm),78.741086(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 @@ -9340,7 +10079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.264341(mm),-2.434004(mm),78.366287(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.019971(mm),-2.9041414(mm),78.585703(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 @@ -9349,7 +10088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.05005(mm),0.33371076(mm),78.580399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.685705(mm),-0.55500788(mm),78.997297(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 @@ -9358,7 +10097,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.855039(mm),2.0452321(mm),78.967439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.789534(mm),-0.49016077(mm),78.273681(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 @@ -9367,7 +10106,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.739746(mm),2.6911696(mm),79.164095(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.355924(mm),0.30476623(mm),79.055446(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 @@ -9376,7 +10115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.074577(mm),1.0776236(mm),78.752401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.096923(mm),3.0214975(mm),78.572134(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 @@ -9385,7 +10124,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.944158(mm),1.6222495(mm),78.775398(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.889524(mm),0.80552834(mm),78.608704(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 @@ -9394,7 +10133,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.259179(mm),-2.8342841(mm),79.248832(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.512125(mm),2.4528995(mm),78.498923(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 @@ -9403,7 +10142,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.660309(mm),3.2576253(mm),79.001775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.123985(mm),3.1910162(mm),78.567362(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 @@ -9412,7 +10151,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.273064(mm),1.0224264(mm),78.188422(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.058045(mm),-0.16447283(mm),79.460624(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 @@ -9421,7 +10160,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.357081(mm),0.54518634(mm),78.173607(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.927519(mm),2.1537278(mm),79.307312(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 @@ -9430,7 +10169,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.684347(mm),-3.6643153(mm),78.997536(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.641803(mm),0.50065125(mm),79.005038(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 @@ -9439,7 +10178,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.837088(mm),2.2492457(mm),78.970604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.393114(mm),0.53971051(mm),79.225216(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 @@ -9448,7 +10187,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.292195(mm),-3.8936447(mm),78.714029(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.781392(mm),2.5530226(mm),78.804098(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 @@ -9457,7 +10196,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.562576(mm),-1.9356263(mm),79.195335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.37297(mm),1.9320999(mm),79.228768(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 @@ -9466,7 +10205,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.925782(mm),2.1745337(mm),78.249657(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.379327(mm),1.5894859(mm),78.698666(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 @@ -9475,7 +10214,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.59108(mm),-0.13491997(mm),78.661328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.967825(mm),-1.224784(mm),78.242244(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 @@ -9484,7 +10223,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.040658(mm),-2.2504133(mm),79.287363(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.148319(mm),-2.3719257(mm),78.386745(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 @@ -9493,7 +10232,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.778661(mm),2.9770498(mm),78.804579(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.180135(mm),2.8918291(mm),79.262769(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 @@ -9502,7 +10241,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.297837(mm),-2.0025819(mm),78.184054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.234183(mm),-3.690813(mm),78.724258(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 @@ -9511,7 +10250,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.646223(mm),2.5658624(mm),78.827932(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.620732(mm),-1.6917998(mm),79.008753(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 @@ -9520,7 +10259,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.557624(mm),2.9981801(mm),79.019881(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.824091(mm),2.7487241(mm),78.443915(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 @@ -9529,7 +10268,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.341905(mm),0.95165378(mm),78.881591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.157019(mm),-0.077586415(mm),79.090519(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 @@ -9538,7 +10277,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.318896(mm),3.0058204(mm),79.061975(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.580401(mm),0.56928752(mm),78.663211(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 @@ -9547,7 +10286,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.710137(mm),-1.7687381(mm),78.816662(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.918334(mm),-2.5536111(mm),78.603624(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 @@ -9556,7 +10295,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.100362(mm),2.914768(mm),78.395201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.59338(mm),0.11855415(mm),78.660922(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 @@ -9565,7 +10304,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.334097(mm),-0.19441067(mm),79.059295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.597715(mm),1.2243778(mm),78.307504(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 @@ -9574,7 +10313,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.110693(mm),-2.4957307(mm),79.098687(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.612312(mm),-2.5992271(mm),78.657584(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 @@ -9583,7 +10322,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.65998(mm),-1.0937475(mm),78.120198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.177765(mm),0.22447875(mm),78.381552(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 @@ -9592,7 +10331,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.753263(mm),2.5808834(mm),79.161712(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.343238(mm),3.270034(mm),78.705029(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 @@ -9601,7 +10340,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.26781(mm),-0.46528228(mm),78.894656(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.276812(mm),-2.2945895(mm),79.069396(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 @@ -9610,7 +10349,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.879457(mm),-0.18884295(mm),78.434152(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.077128(mm),-2.6187532(mm),79.104605(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 @@ -9619,7 +10358,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.224536(mm),3.720451(mm),78.549632(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.751779(mm),-1.9165915(mm),79.161973(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 @@ -9628,7 +10367,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.698538(mm),2.538598(mm),78.995034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.686202(mm),1.7066492(mm),78.997209(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 @@ -9637,7 +10376,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.037275(mm),1.2906455(mm),78.758979(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.992382(mm),-1.9004093(mm),79.295875(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 @@ -9646,7 +10385,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.22886(mm),-0.41382955(mm),78.54887(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.392272(mm),-2.5019698(mm),79.049037(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 @@ -9655,7 +10394,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.790873(mm),1.8923519(mm),78.626099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.907631(mm),3.0744319(mm),78.605511(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 @@ -9664,7 +10403,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.374038(mm),1.7112367(mm),78.699598(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.00019(mm),-3.8276109(mm),78.941845(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 @@ -9673,7 +10412,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.152733(mm),-2.4824006(mm),79.267601(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.064882(mm),1.586554(mm),78.401457(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 @@ -9682,7 +10421,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.136042(mm),-1.9173603(mm),78.212582(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.249162(mm),2.5125003(mm),78.897944(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 @@ -9691,7 +10430,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.105131(mm),-2.9345358(mm),78.39436(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.601007(mm),-0.33347163(mm),78.306924(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 @@ -9700,7 +10439,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.995364(mm),-0.94720833(mm),79.29535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.880329(mm),1.1869886(mm),79.139306(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 @@ -9709,7 +10448,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.838348(mm),2.145723(mm),78.441401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.560401(mm),0.89866658(mm),78.843064(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 @@ -9718,7 +10457,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.064903(mm),1.3940663(mm),78.401453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.069775(mm),-2.912653(mm),79.105902(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 @@ -9727,7 +10466,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.169968(mm),2.1193455(mm),78.2066(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.70995(mm),-0.24016102(mm),79.345676(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 @@ -9736,7 +10475,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.067537(mm),-1.8806834(mm),79.282623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.705165(mm),-2.4483919(mm),78.641212(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 @@ -9745,7 +10484,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.153423(mm),0.43560327(mm),79.26748(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.480868(mm),-1.8146988(mm),78.680761(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 @@ -9754,7 +10493,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.749075(mm),0.23431991(mm),79.16245(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.627755(mm),3.1816366(mm),79.183842(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 @@ -9763,7 +10502,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.196825(mm),-1.0629179(mm),78.907173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.11989(mm),1.2472918(mm),79.273392(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 @@ -9772,7 +10511,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.448261(mm),-3.0156147(mm),78.510184(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.459336(mm),-0.78797505(mm),78.331904(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 @@ -9781,7 +10520,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.729151(mm),0.34519393(mm),79.165963(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.759558(mm),-1.2683235(mm),79.336929(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 @@ -9790,7 +10529,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.975498(mm),2.2202179(mm),78.240891(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.984022(mm),0.57805604(mm),78.415715(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 @@ -9799,7 +10538,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.884498(mm),0.18849783(mm),78.785917(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.291014(mm),2.8384546(mm),79.243219(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 @@ -9808,7 +10547,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.771413(mm),-3.5252146(mm),78.62953(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.415934(mm),-0.84430694(mm),78.868538(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 @@ -9817,7 +10556,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.331251(mm),-3.7612835(mm),78.88347(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.50334(mm),-3.5603401(mm),78.676799(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 @@ -9826,7 +10565,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.150399(mm),2.5592897(mm),78.739032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.495841(mm),1.5547815(mm),78.325467(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 @@ -9835,7 +10574,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.226864(mm),-2.3130454(mm),79.25453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.358886(mm),2.3362374(mm),78.349616(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 @@ -9844,7 +10583,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.58791(mm),2.5505407(mm),78.838214(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.932006(mm),0.96937052(mm),78.953867(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 @@ -9853,7 +10592,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.16383(mm),-3.2496945(mm),79.089318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.872234(mm),-2.0284295(mm),78.435426(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 @@ -9862,7 +10601,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.998638(mm),-2.3300568(mm),78.942118(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.558154(mm),-0.93964997(mm),79.019788(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 @@ -9871,7 +10610,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.172994(mm),-0.99781886(mm),78.206067(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.586861(mm),-1.707054(mm),79.36738(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 @@ -9880,7 +10619,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.7026(mm),-3.1616615(mm),78.641664(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.300807(mm),-0.34360103(mm),78.359857(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 @@ -9889,7 +10628,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.897679(mm),-1.0901737(mm),78.254612(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.417797(mm),0.29282266(mm),79.220863(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 @@ -9898,7 +10637,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.677243(mm),-3.660112(mm),78.822462(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.740488(mm),-0.80585863(mm),78.282329(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 @@ -9907,7 +10646,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.167688(mm),-3.6943255(mm),78.559656(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.061808(mm),1.1158302(mm),78.401999(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 @@ -9916,7 +10655,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.299847(mm),-1.107685(mm),78.183699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.36431(mm),1.5646143(mm),78.701313(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 @@ -9925,7 +10664,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.021867(mm),0.19803481(mm),78.938022(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.57997(mm),-0.038436125(mm),79.192268(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 @@ -9934,7 +10673,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.299469(mm),-0.98589529(mm),78.360093(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.048541(mm),-2.4521188(mm),78.933319(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 @@ -9943,7 +10682,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.862295(mm),2.1526635(mm),79.142486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.738079(mm),-3.5042051(mm),78.811735(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 @@ -9952,7 +10691,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.07693(mm),-1.0929455(mm),79.10464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.07257(mm),-2.385685(mm),78.576428(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 @@ -9961,7 +10700,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.373315(mm),-0.22722526(mm),79.405034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.716526(mm),-3.5600355(mm),78.991862(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 @@ -9970,7 +10709,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.590626(mm),3.0272175(mm),79.014062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.567163(mm),1.4232759(mm),79.194526(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 @@ -9979,7 +10718,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.391769(mm),0.28513933(mm),79.049126(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.750801(mm),3.2229166(mm),78.985819(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 @@ -9988,7 +10727,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.67955(mm),-2.4154445(mm),78.822055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.496107(mm),0.55945787(mm),78.149093(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 @@ -9997,7 +10736,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.868066(mm),-0.86413314(mm),78.612488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.363788(mm),3.6775286(mm),79.05406(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 @@ -10006,7 +10745,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.58654(mm),-2.4936729(mm),78.662128(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.294725(mm),0.23483519(mm),79.418891(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 @@ -10015,7 +10754,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.297005(mm),-0.61832644(mm),78.360527(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.985784(mm),-0.79210538(mm),78.239077(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 @@ -10024,7 +10763,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.000962(mm),-0.79694951(mm),78.765382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.095253(mm),-2.5519189(mm),78.396102(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 @@ -10033,7 +10772,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.490186(mm),-1.9386158(mm),79.208099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.196376(mm),-0.96415398(mm),78.201944(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 @@ -10042,7 +10781,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.944756(mm),-0.69529348(mm),79.127946(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.979101(mm),-2.4521984(mm),78.240255(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 @@ -10051,7 +10790,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.00224(mm),-2.6721028(mm),78.412502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.777709(mm),-0.12563518(mm),79.333728(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 @@ -10060,7 +10799,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.279128(mm),-1.4648817(mm),79.245314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.747028(mm),-0.84250208(mm),79.162811(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 @@ -10069,450 +10808,187 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.348074(mm),-1.5181606(mm),78.704176(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.525341(mm),-2.5431572(mm),78.320265(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 = 3, Parent ID = 1 +* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm -1.21 mm 5.9 cm 41.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.4921321 mm -1.6797779 mm 5.8027912 cm 34.833618 MeV 6.276751 MeV 1.5031921 mm 1.5031921 mm Target hIoni - 2 -8.5009046 mm -1.8491708 mm 5.7421397 cm 29.77624 MeV 5.0573781 MeV 1.1838305 mm 2.6870226 mm Target hIoni - 3 -7.7249186 mm -2.0457544 mm 5.6926316 cm 25.462608 MeV 4.3136319 MeV 949.21211 um 3.6362348 mm Target hIoni - 4 -7.1021975 mm -2.3033719 mm 5.6574656 cm 21.214245 MeV 4.2483633 MeV 766.98673 um 4.4032215 mm Target hIoni - 5 -6.7603097 mm -2.4772862 mm 5.6425327 cm 18.440862 MeV 2.7733832 MeV 414.28954 um 4.817511 mm Target Transportation - 6 -8.2970816 cm -13.231733 cm -1.4884618 m 18.440877 MeV5.5889047e-16 eV 6.1555998 m 6.1604173 m CaptureMgnt Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 + 0 -1.52 cm -2.55 mm 7.07 cm 45.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.5404013 cm -2.7364297 mm 7.0559143 cm 44.013707 MeV 1.1271457 MeV 325.6343 um 325.6343 um Target Transportation + 2 -13.246924 cm 5.8656967 cm -1.4883062 m 44.013728 MeV2.6410545e-16 eV 5.2838199 m 5.2841456 m CaptureMgnt Decay +Track (trackID 4, parentID 1) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 3 +* G4Track Information: Particle = mu+, Track ID = 12, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.3 cm -13.2 cm -1.49 m 3.72 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -8.1682524 cm -10.498863 cm -2 m 3.7150459 MeV3.8669002e-16 eV 1.4247637 m 1.4247637 m CaptureMgnt Transportation - 2 -8.0544616 cm -10.3876 cm -2.0006122 m 3.7127008 MeV 2.4379356 keV 1.7051674 mm 1.4264688 m World muIoni - 3 -8.0138158 cm -10.348003 cm -2.0008298 m 3.7099044 MeV 360.20096 eV 607.74282 um 1.4270766 m World muIoni - 4 -7.9639547 cm -10.299285 cm -2.0010992 m 3.7091447 MeV 759.73373 eV 747.3555 um 1.4278239 m World muIoni - 5 -7.8444127 cm -10.182446 cm -2.0017463 m 3.7063985 MeV 1.7173091 keV 1.7924762 mm 1.4296164 m World muIoni - 6 -7.7720242 cm -10.112454 cm -2.0021337 m 3.7019278 MeV 1.2651697 keV 1.0788559 mm 1.4306952 m World muIoni - 7 -7.4796825 cm -9.8280888 cm -2.003707 m 3.6959685 MeV 4.8546351 keV 4.3712997 mm 1.4350665 m World muIoni - 8 -7.4469028 cm -9.7966183 cm -2.0038821 m 3.6953479 MeV 620.66711 eV 486.98887 um 1.4355535 m World muIoni - 9 -7.2196395 cm -9.5786233 cm -2.0050966 m 3.6897265 MeV 4.577555 keV 3.3752279 mm 1.4389288 m World muIoni - 10 -6.9581265 cm -9.3247177 cm -2.0065088 m 3.6816235 MeV 5.2998732 keV 3.9090046 mm 1.4428378 m World muIoni - 11 -6.9558845 cm -9.3225186 cm -2.0065211 m 3.6789532 MeV 25.446803 eV 33.718004 um 1.4428715 m World muIoni - 12 -6.891027 cm -9.2587169 cm -2.0068774 m 3.6777791 MeV 1.1741137 keV 977.05525 um 1.4438485 m World muIoni - 13 -5.6113552 cm -7.9992559 cm -2.0138811 m 3.6489709 MeV 27.116344 keV 1.9273453 cm 1.463122 m World muIoni - 14 -5.4721233 cm -7.8595434 cm -2.0146164 m 3.6449309 MeV 2.7330692 keV 2.1050138 mm 1.465227 m World muIoni - 15 -5.3108384 cm -7.6963774 cm -2.0154629 m 3.6405661 MeV 3.2262837 keV 2.445451 mm 1.4676725 m World muIoni - 16 -4.6640278 cm -7.0468407 cm -2.0187849 m 3.6267107 MeV 13.855393 keV 9.7501873 mm 1.4774226 m World muIoni - 17 -4.6340062 cm -7.0167247 cm -2.0189413 m 3.6249138 MeV 359.48442 eV 453.08861 um 1.4778757 m World muIoni - 18 -3.7018238 cm -6.079649 cm -2.0237888 m 3.6082753 MeV 14.310901 keV 1.4078992 cm 1.4919547 m World muIoni - 19 -3.6353143 cm -6.0124239 cm -2.0241329 m 3.605203 MeV 1.5242099 keV 1.0063176 mm 1.492961 m World muIoni - 20 -3.2273817 cm -5.6043127 cm -2.0262056 m 3.5974368 MeV 6.315592 keV 6.13147 mm 1.4990925 m World muIoni - 21 -3.1080889 cm -5.4881047 cm -2.0268028 m 3.5950448 MeV 1.0088632 keV 1.7692443 mm 1.5008618 m World muIoni - 22 -2.727323 cm -5.1216569 cm -2.0286978 m 3.5823066 MeV 8.5658857 keV 5.6141358 mm 1.5064759 m World muIoni - 23 -2.6925032 cm -5.0876619 cm -2.0288759 m 3.5818361 MeV 470.45681 eV 518.17068 um 1.5069941 m World muIoni - 24 -2.5388778 cm -4.9378137 cm -2.0296628 m 3.5779729 MeV 2.4524441 keV 2.2857923 mm 1.5092799 m World muIoni - 25 -2.0907715 cm -4.5000995 cm -2.03196 m 3.5677711 MeV 7.2592291 keV 6.6721621 mm 1.515952 m World muIoni - 26 -1.8419161 cm -4.2516694 cm -2.0332481 m 3.5608984 MeV 5.6121863 keV 3.7448602 mm 1.5196969 m World muIoni - 27 -1.0670932 cm -3.4705106 cm -2.0372658 m 3.5433407 MeV 17.557664 keV 1.1713462 cm 1.5314103 m World muIoni - 28 -4.4207656 mm -2.8230145 cm -2.0404261 m 3.5313191 MeV 10.910371 keV 9.538832 mm 1.5409492 m World muIoni - 29 -4.1425665 mm -2.7935965 cm -2.040566 m 3.5241486 MeV 313.47434 eV 428.36414 um 1.5413775 m World muIoni - 30 -769.42558 um -2.4373444 cm -2.042257 m 3.5148928 MeV 8.015851 keV 5.1893815 mm 1.5465669 m World muIoni - 31 1.959008 mm -2.1528596 cm -2.0436211 m 3.5070135 MeV 6.305648 keV 4.1711713 mm 1.5507381 m World muIoni - 32 9.9190659 mm -1.311861 cm -2.0475363 m 3.4896006 MeV 15.127853 keV 1.2224075 cm 1.5629622 m World muIoni - 33 1.0334546 cm -1.26697 cm -2.0477422 m 3.4802761 MeV 2.5759899 keV 645.38866 um 1.5636076 m World muIoni - 34 2.0567029 cm -1.5820051 mm -2.0527895 m 3.4577953 MeV 18.764969 keV 1.5910238 cm 1.5795178 m World muIoni - 35 2.2629862 cm 650.50232 um -2.0538498 m 3.4516155 MeV 4.8792905 keV 3.2192914 mm 1.5827371 m World muIoni - 36 2.6841434 cm 5.2100392 mm -2.0560127 m 3.4436923 MeV 7.9232119 keV 6.5731136 mm 1.5893102 m World muIoni - 37 2.7667985 cm 6.1042268 mm -2.0564373 m 3.4420224 MeV 1.6699212 keV 1.2896179 mm 1.5905998 m World muIoni - 38 3.1692884 cm 1.0436931 cm -2.0585015 m 3.4305589 MeV 9.1578187 keV 6.2637193 mm 1.5968635 m World muIoni - 39 3.224672 cm 1.1041324 cm -2.0587828 m 3.4279286 MeV 1.3605391 keV 866.66329 um 1.5977302 m World muIoni - 40 3.4311078 cm 1.3288729 cm -2.0598282 m 3.4218925 MeV 4.6410494 keV 3.2257575 mm 1.600956 m World muIoni - 41 3.8558903 cm 1.7908495 cm -2.0619992 m 3.406149 MeV 10.047529 keV 6.6408292 mm 1.6075968 m World muIoni - 42 3.8914971 cm 1.8298811 cm -2.0621849 m 3.4034547 MeV 833.16664 eV 560.0386 um 1.6081568 m World muIoni - 43 4.3602279 cm 2.3432143 cm -2.0646186 m 3.3932989 MeV 9.070658 keV 7.3652283 mm 1.6155221 m World muIoni - 44 4.3806635 cm 2.3659519 cm -2.0647253 m 3.3930511 MeV 247.85861 eV 323.79932 um 1.6158459 m World muIoni - 45 4.5547646 cm 2.5593418 cm -2.0656334 m 3.3879506 MeV 5.1004105 keV 2.7560486 mm 1.6186019 m World muIoni - 46 4.6726718 cm 2.6896766 cm -2.0662553 m 3.3844969 MeV 2.1286145 keV 1.8643292 mm 1.6204662 m World muIoni - 47 4.9735349 cm 3.0215998 cm -2.0678536 m 3.378086 MeV 5.1588308 keV 4.7564679 mm 1.6252227 m World muIoni - 48 4.9827845 cm 3.0319984 cm -2.067904 m 3.3769967 MeV 96.515335 eV 148.02958 um 1.6253707 m World muIoni - 49 5.0716001 cm 3.131533 cm -2.068389 m 3.3736559 MeV 1.9840039 keV 1.4194105 mm 1.6267901 m World muIoni - 50 5.1486389 cm 3.2176264 cm -2.0688001 m 3.3722075 MeV 1.4483527 keV 1.2262729 mm 1.6280164 m World muIoni - 51 5.2025002 cm 3.2775896 cm -2.0690866 m 3.3694728 MeV 712.81142 eV 855.41379 um 1.6288718 m World muIoni - 52 5.7643749 cm 3.9004416 cm -2.0720851 m 3.3556981 MeV 13.774704 keV 8.9083806 mm 1.6377802 m World muIoni - 53 6.3806694 cm 4.6037307 cm -2.0753824 m 3.3382226 MeV 11.974605 keV 9.9156621 mm 1.6476959 m World muIoni - 54 6.7207528 cm 4.9830038 cm -2.0772038 m 3.3235596 MeV 13.488907 keV 5.4100861 mm 1.653106 m World muIoni - 55 6.7240215 cm 4.9866709 cm -2.0772212 m 3.3207057 MeV 0 eV 52.092292 um 1.653158 m World muIoni - 56 7.3698801 cm 5.7114105 cm -2.0806248 m 3.3023292 MeV 17.356344 keV 1.0287286 cm 1.6634453 m World muIoni - 57 7.5032747 cm 5.8581194 cm -2.0813243 m 3.2991068 MeV 2.1107993 keV 2.10265 mm 1.665548 m World muIoni - 58 7.5189151 cm 5.8754222 cm -2.0814064 m 3.2955221 MeV 105.95795 eV 247.27968 um 1.6657953 m World muIoni - 59 7.6619482 cm 6.0334735 cm -2.0821522 m 3.2914462 MeV 2.6145486 keV 2.2583324 mm 1.6680536 m World muIoni - 60 8.4247855 cm 6.872445 cm -2.0861486 m 3.2677918 MeV 18.660691 keV 1.2023293 cm 1.6800769 m World muIoni - 61 8.4705574 cm 6.9233379 cm -2.0863959 m 3.2666859 MeV 1.1058588 keV 727.79777 um 1.6808047 m World muIoni - 62 8.9554312 cm 7.4614082 cm -2.0890178 m 3.2536136 MeV 13.072378 keV 7.7031682 mm 1.6885079 m World muIoni - 63 9.0984688 cm 7.6168972 cm -2.0897521 m 3.2114709 MeV 2.630725 keV 2.2367376 mm 1.6907446 m World muIoni - 64 9.8057968 cm 8.3887136 cm -2.093325 m 3.1865863 MeV 15.088236 keV 1.1062281 cm 1.7018069 m World muIoni - 65 10.000576 cm 8.6048041 cm -2.0943056 m 3.1805364 MeV 4.9653468 keV 3.0700474 mm 1.7048769 m World muIoni - 66 10.128841 cm 8.7482689 cm -2.0949468 m 3.1733624 MeV 4.6029466 keV 2.0284289 mm 1.7069054 m World muIoni - 67 10.478506 cm 9.1372135 cm -2.0966968 m 3.1682017 MeV 5.1606835 keV 5.5152458 mm 1.7124206 m World muIoni - 68 10.479666 cm 9.1384973 cm -2.0967028 m 3.166469 MeV 0 eV 18.292829 um 1.7124389 m World muIoni - 69 10.489846 cm 9.1497904 cm -2.0967547 m 3.1619791 MeV 0 eV 160.65604 um 1.7125995 m World muIoni - 70 10.822787 cm 9.5188235 cm -2.0984651 m 3.1540955 MeV 6.6448559 keV 5.2564103 mm 1.717856 m World muIoni - 71 11.023222 cm 9.7449366 cm -2.0994824 m 3.1377235 MeV 2.9236713 keV 3.1882933 mm 1.7210442 m World muIoni - 72 11.44723 cm 10.2239 cm -2.1016308 m 3.119675 MeV 8.2970645 keV 6.7480517 mm 1.7277923 m World muIoni - 73 11.473584 cm 10.253921 cm -2.1017686 m 3.1173485 MeV 1.1520533 keV 422.56344 um 1.7282149 m World muIoni - 74 11.542049 cm 10.331351 cm -2.1021266 m 3.1121125 MeV 1.2433585 keV 1.0938211 mm 1.7293087 m World muIoni - 75 11.791086 cm 10.611801 cm -2.1034218 m 3.1045155 MeV 5.0879843 keV 3.967996 mm 1.7332767 m World muIoni - 76 11.851666 cm 10.680341 cm -2.103735 m 3.1016968 MeV 2.8186995 keV 966.87526 um 1.7342436 m World muIoni - 77 12.195932 cm 11.070585 cm -2.105516 m 3.0922107 MeV 7.5939186 keV 5.5003601 mm 1.7397439 m World muIoni - 78 12.326273 cm 11.218438 cm -2.1061761 m 3.0719403 MeV 2.8623083 keV 2.0786397 mm 1.7418226 m World muIoni - 79 12.886713 cm 11.857659 cm -2.108983 m 3.0552608 MeV 14.389343 keV 8.9528011 mm 1.7507754 m World muIoni - 80 13.181425 cm 12.203151 cm -2.1104389 m 3.0457896 MeV 7.8837275 keV 4.7691686 mm 1.7555445 m World muIoni - 81 13.233404 cm 12.26291 cm -2.1107039 m 3.0415871 MeV 2.4796257 keV 835.18061 um 1.7563797 m World muIoni - 82 13.321698 cm 12.364906 cm -2.1111583 m 2.995353 MeV 3.4037728 keV 1.4235064 mm 1.7578032 m World muIoni - 83 13.589996 cm 12.677687 cm -2.1125791 m 2.9877577 MeV 6.5409416 keV 4.3589997 mm 1.7621622 m World muIoni - 84 13.638877 cm 12.735171 cm -2.112866 m 2.9827335 MeV 885.55591 eV 807.25854 um 1.7629695 m World muIoni - 85 14.104154 cm 13.284739 cm -2.1155909 m 2.9697567 MeV 11.369496 keV 7.6992585 mm 1.7706687 m World muIoni - 86 14.578162 cm 13.846806 cm -2.118542 m 2.9568723 MeV 12.88435 keV 7.922911 mm 1.7785916 m World muIoni - 87 14.649172 cm 13.932069 cm -2.1189935 m 2.9553291 MeV 1.5431669 keV 1.1979526 mm 1.7797896 m World muIoni - 88 14.662451 cm 13.948024 cm -2.1190778 m 2.9536953 MeV 512.19702 eV 224.04959 um 1.7800136 m World muIoni - 89 15.689533 cm 15.183552 cm -2.1255816 m 2.9315645 MeV 22.130856 keV 1.7334319 cm 1.797348 m World muIoni - 90 15.830027 cm 15.35313 cm -2.1265092 m 2.9275375 MeV 2.0650457 keV 2.389565 mm 1.7997375 m World muIoni - 91 16.211642 cm 15.812496 cm -2.1290424 m 2.914829 MeV 10.779445 keV 6.4871931 mm 1.8062247 m World muIoni - 92 16.397053 cm 16.038262 cm -2.1302675 m 2.9067954 MeV 4.8651286 keV 3.1679404 mm 1.8093927 m World muIoni - 93 17.072888 cm 16.848571 cm -2.1347102 m 2.8829829 MeV 16.817397 keV 1.1449161 cm 1.8208418 m World muIoni - 94 17.140487 cm 16.932201 cm -2.1351546 m 2.8756806 MeV 972.99209 eV 1.1635409 mm 1.8220054 m World muIoni - 95 17.557413 cm 17.444043 cm -2.1378586 m 2.8607526 MeV 11.760151 keV 7.1340698 mm 1.8291394 m World muIoni - 96 18.217318 cm 18.259948 cm -2.1422313 m 2.8378384 MeV 22.914168 keV 1.136876 cm 1.8405082 m World muIoni - 97 18.236181 cm 18.284007 cm -2.1423598 m 2.8361854 MeV 189.07279 eV 331.62989 um 1.8408398 m World muIoni - 98 18.598158 cm 18.746658 cm -2.1448351 m 2.8170194 MeV 11.871286 keV 6.3746365 mm 1.8472145 m World muIoni - 99 18.613534 cm 18.766198 cm -2.1449407 m 2.8051865 MeV 109.8914 eV 270.1575 um 1.8474846 m World muIoni - 100 18.729537 cm 18.914038 cm -2.1457476 m 2.8008168 MeV 4.3697056 keV 2.0450921 mm 1.8495297 m World muIoni - 101 18.974801 cm 19.223647 cm -2.1474378 m 2.7910587 MeV 6.3537102 keV 4.2963282 mm 1.853826 m World muIoni - 102 19.464622 cm 19.851741 cm -2.1508529 m 2.768517 MeV 13.133636 keV 8.6666321 mm 1.8624927 m World muIoni - 103 19.953903 cm 20.460922 cm -2.1541412 m 2.7544014 MeV 13.027932 keV 8.4774228 mm 1.8709701 m World muIoni - 104 20.012034 cm 20.533297 cm -2.1545176 m 2.7515572 MeV 1.4550276 keV 1.0017095 mm 1.8719718 m World muIoni - 105 20.156314 cm 20.712511 cm -2.1554517 m 2.7453199 MeV 2.6116648 keV 2.4831843 mm 1.874455 m World muIoni - 106 20.201719 cm 20.768965 cm -2.1557395 m 2.7432819 MeV 360.60061 eV 779.51909 um 1.8752345 m World muIoni - 107 20.232933 cm 20.807748 cm -2.1559379 m 2.7353053 MeV 918.75055 eV 535.94708 um 1.8757705 m World muIoni - 108 20.373822 cm 20.98419 cm -2.1568377 m 2.7291965 MeV 4.8560516 keV 2.4305989 mm 1.878201 m World muIoni - 109 21.694673 cm 22.614023 cm -2.165215 m 2.6907081 MeV 34.014258 keV 2.2591585 cm 1.9007926 m World muIoni - 110 22.285806 cm 23.336031 cm -2.1691713 m 2.6747779 MeV 14.65829 keV 1.0135766 cm 1.9109284 m World muIoni - 111 22.570478 cm 23.678664 cm -2.1711117 m 2.6661025 MeV 7.1405788 keV 4.8589675 mm 1.9157874 m World muIoni - 112 22.641546 cm 23.764054 cm -2.1715945 m 2.6644837 MeV 1.618775 keV 1.2113289 mm 1.9169987 m World muIoni - 113 22.668168 cm 23.796279 cm -2.1717774 m 2.6621446 MeV 147.39953 eV 456.24558 um 1.9174549 m World muIoni - 114 22.766284 cm 23.917454 cm -2.1724566 m 2.654168 MeV 1.9988289 keV 1.7007633 mm 1.9191557 m World muIoni - 115 22.782202 cm 23.937719 cm -2.1725662 m 2.65181 MeV 195.19486 eV 280.05497 um 1.9194358 m World muIoni - 116 22.949378 cm 24.149904 cm -2.173719 m 2.6473772 MeV 4.4328077 keV 2.9370403 mm 1.9223728 m World muIoni - 117 23.124937 cm 24.373896 cm -2.1749412 m 2.6408888 MeV 5.2025247 keV 3.0972786 mm 1.9254701 m World muIoni - 118 23.231392 cm 24.508769 cm -2.1756807 m 2.6379001 MeV 2.9887095 keV 1.8706555 mm 1.9273407 m World muIoni - 119 23.648251 cm 25.035301 cm -2.1786066 m 2.6233177 MeV 13.182466 keV 7.3256101 mm 1.9346663 m World muIoni - 120 23.790822 cm 25.210046 cm -2.1795941 m 2.6174374 MeV 4.194439 keV 2.4620002 mm 1.9371283 m World muIoni - 121 23.978205 cm 25.441357 cm -2.1809001 m 2.612254 MeV 5.1834444 keV 3.250766 mm 1.9403791 m World muIoni - 122 24.447097 cm 26.016284 cm -2.1841737 m 2.6010942 MeV 11.159777 keV 8.1093413 mm 1.9484885 m World muIoni - 123 24.506757 cm 26.088428 cm -2.1845931 m 2.5980791 MeV 1.5274271 keV 1.0258048 mm 1.9495143 m World muIoni - 124 24.969073 cm 26.646441 cm -2.1878303 m 2.572801 MeV 13.005975 keV 7.9369289 mm 1.9574512 m World muIoni - 125 25.028484 cm 26.716884 cm -2.18823 m 2.5681988 MeV 1.6392922 keV 1.0044874 mm 1.9584557 m World muIoni - 126 25.124531 cm 26.83134 cm -2.1888744 m 2.5652758 MeV 1.8091326 keV 1.6271954 mm 1.9600829 m World muIoni - 127 25.357357 cm 27.103854 cm -2.1904335 m 2.5554226 MeV 6.5131522 keV 3.9087517 mm 1.9639916 m World muIoni - 128 25.528323 cm 27.298429 cm -2.1915732 m 2.534721 MeV 4.4625279 keV 2.8298545 mm 1.9668215 m World muIoni - 129 26.283235 cm 28.124517 cm -2.1966987 m 2.5163294 MeV 15.705256 keV 1.2310229 cm 1.9791317 m World muIoni - 130 26.418374 cm 28.268989 cm -2.1976194 m 2.506165 MeV 4.7104402 keV 2.182005 mm 1.9813137 m World muIoni - 131 26.613855 cm 28.47911 cm -2.1989342 m 2.4926618 MeV 5.2442455 keV 3.1567952 mm 1.9844705 m World muIoni - 132 26.873489 cm 28.754739 cm -2.2006388 m 2.4848879 MeV 6.78319 keV 4.1526481 mm 1.9886232 m World muIoni - 133 26.997835 cm 28.885201 cm -2.2014593 m 2.4795249 MeV 4.0192913 keV 1.9802748 mm 1.9906034 m World muIoni - 134 27.25839 cm 29.156826 cm -2.2031739 m 2.4726417 MeV 6.8832311 keV 4.1360893 mm 1.9947395 m World muIoni - 135 27.456845 cm 29.363665 cm -2.204478 m 2.4673844 MeV 4.0373209 keV 3.1492147 mm 1.9978887 m World muIoni - 136 27.632005 cm 29.544007 cm -2.2056189 m 2.4554726 MeV 3.2423644 keV 2.7608753 mm 2.0006496 m World muIoni - 137 28.023948 cm 29.956309 cm -2.2082642 m 2.442701 MeV 12.771591 keV 6.2738323 mm 2.0069234 m World muIoni - 138 28.038454 cm 29.971539 cm -2.2083623 m 2.4409789 MeV 165.366 eV 232.07319 um 2.0071555 m World muIoni - 139 28.275974 cm 30.221017 cm -2.2099742 m 2.4313217 MeV 7.8182415 keV 3.8032016 mm 2.0109587 m World muIoni - 140 28.954351 cm 30.919849 cm -2.2144404 m 2.4063171 MeV 19.498657 keV 1.0715159 cm 2.0216739 m World muIoni - 141 29.253631 cm 31.231698 cm -2.21635 m 2.3957737 MeV 9.17935 keV 4.7254163 mm 2.0263993 m World muIoni - 142 29.29755 cm 31.27829 cm -2.2166283 m 2.3858547 MeV 1.0492845 keV 698.13923 um 2.0270974 m World muIoni - 143 29.840488 cm 31.852575 cm -2.2200815 m 2.3642449 MeV 15.485875 keV 8.6249529 mm 2.0357224 m World muIoni - 144 29.995857 cm 32.022935 cm -2.2210891 m 2.3562945 MeV 6.3995265 keV 2.5162775 mm 2.0382387 m World muIoni - 145 30.168781 cm 32.212897 cm -2.2222112 m 2.3418503 MeV 6.1486186 keV 2.8032237 mm 2.0410419 m World muIoni - 146 30.354974 cm 32.415625 cm -2.2233913 m 2.3340061 MeV 6.1824779 keV 2.9949096 mm 2.0440368 m World muIoni - 147 30.380586 cm 32.443897 cm -2.2235574 m 2.3320126 MeV 278.93858 eV 416.08576 um 2.0444529 m World muIoni - 148 30.478989 cm 32.552127 cm -2.2241989 m 2.3289914 MeV 3.0212859 keV 1.5972506 mm 2.0460501 m World muIoni - 149 30.785613 cm 32.887008 cm -2.2261672 m 2.3201243 MeV 8.8670079 keV 4.9489041 mm 2.050999 m World muIoni - 150 31.149145 cm 33.296583 cm -2.2285872 m 2.3060119 MeV 13.048825 keV 5.98742 mm 2.0569865 m World muIoni - 151 31.460692 cm 33.647002 cm -2.2306577 m 2.2949534 MeV 7.8139467 keV 5.1260153 mm 2.0621125 m World muIoni - 152 32.158332 cm 34.411513 cm -2.2355408 m 2.2735887 MeV 21.364701 keV 1.1444614 cm 2.0735571 m World muIoni - 153 32.209121 cm 34.466536 cm -2.2359016 m 2.2693211 MeV 905.05312 eV 831.20576 um 2.0743883 m World muIoni - 154 32.434441 cm 34.711526 cm -2.2375122 m 2.260795 MeV 6.6702421 keV 3.6977846 mm 2.0780861 m World muIoni - 155 32.953735 cm 35.281365 cm -2.2413521 m 2.2387662 MeV 15.092729 keV 8.6144213 mm 2.0867005 m World muIoni - 156 33.177465 cm 35.528924 cm -2.2430302 m 2.223113 MeV 8.5723804 keV 3.7352801 mm 2.0904358 m World muIoni - 157 33.647026 cm 36.036585 cm -2.2464326 m 2.2058246 MeV 15.684888 keV 7.7072842 mm 2.0981431 m World muIoni - 158 33.653367 cm 36.043259 cm -2.2464779 m 2.2036663 MeV 1.1608473 keV 102.61886 um 2.0982457 m World muIoni - 159 34.08977 cm 36.503872 cm -2.2496071 m 2.1882434 MeV 13.989791 keV 7.0750889 mm 2.1053208 m World muIoni - 160 34.463071 cm 36.905509 cm -2.2522934 m 2.1762503 MeV 11.993053 keV 6.1061668 mm 2.1114269 m World muIoni - 161 34.953979 cm 37.448649 cm -2.2558756 m 2.1564293 MeV 17.980898 keV 8.1509456 mm 2.1195779 m World muIoni - 162 35.210141 cm 37.725053 cm -2.257695 m 2.1383292 MeV 11.095909 keV 4.1848639 mm 2.1237627 m World muIoni - 163 35.278516 cm 37.798237 cm -2.2581946 m 2.133119 MeV 3.2597004 keV 1.1192267 mm 2.124882 m World muIoni - 164 35.379295 cm 37.906024 cm -2.258926 m 2.1266504 MeV 3.7774758 keV 1.6469622 mm 2.1265289 m World muIoni - 165 35.453774 cm 37.985323 cm -2.259472 m 2.118257 MeV 1.6055449 keV 1.2172281 mm 2.1277462 m World muIoni - 166 35.73767 cm 38.286656 cm -2.2615751 m 2.111378 MeV 6.8789483 keV 4.643852 mm 2.13239 m World muIoni - 167 36.21864 cm 38.80596 cm -2.2654415 m 2.0941221 MeV 15.519314 keV 8.0669513 mm 2.140457 m World muIoni - 168 36.715381 cm 39.350391 cm -2.2692309 m 2.0734012 MeV 20.720867 keV 8.2874682 mm 2.1487444 m World muIoni - 169 36.747546 cm 39.385882 cm -2.2694767 m 2.0652228 MeV 657.91104 eV 538.38144 um 2.1492828 m World muIoni - 170 37.217788 cm 39.906424 cm -2.2731137 m 2.0462909 MeV 15.89283 keV 7.9021222 mm 2.1571849 m World muIoni - 171 37.379586 cm 40.08451 cm -2.274417 m 2.0411151 MeV 3.7556434 keV 2.7364357 mm 2.1599214 m World muIoni - 172 37.637344 cm 40.371162 cm -2.276489 m 2.0288273 MeV 9.1940845 keV 4.3766529 mm 2.164298 m World muIoni - 173 37.76349 cm 40.508009 cm -2.2774929 m 2.0231839 MeV 4.1000055 keV 2.1147208 mm 2.1664127 m World muIoni - 174 37.766488 cm 40.511242 cm -2.2775169 m 2.0210815 MeV 0 eV 50.166167 um 2.1664629 m World muIoni - 175 37.854981 cm 40.606341 cm -2.2782187 m 2.0156112 MeV 2.8991037 keV 1.4764993 mm 2.1679394 m World muIoni - 176 37.934469 cm 40.691939 cm -2.2788411 m 2.0116336 MeV 2.7728069 keV 1.3236061 mm 2.169263 m World muIoni - 177 37.957475 cm 40.717111 cm -2.2790229 m 2.0100577 MeV 226.12026 eV 386.43901 um 2.1696495 m World muIoni - 178 38.051116 cm 40.820224 cm -2.2797683 m 2.0045964 MeV 3.7212209 keV 1.5798267 mm 2.1712293 m World muIoni - 179 38.443857 cm 41.244387 cm -2.2828647 m 1.9864698 MeV 12.522213 keV 6.5579937 mm 2.1777873 m World muIoni - 180 38.718037 cm 41.538393 cm -2.285103 m 1.9749087 MeV 7.4321546 keV 4.6013848 mm 2.1823887 m World muIoni - 181 38.821918 cm 41.647336 cm -2.2859299 m 1.9701231 MeV 3.5959958 keV 1.7175094 mm 2.1841062 m World muIoni - 182 38.929353 cm 41.760571 cm -2.286772 m 1.963638 MeV 4.6646792 keV 1.7735823 mm 2.1858798 m World muIoni - 183 38.941002 cm 41.772882 cm -2.2868641 m 1.9595625 MeV 318.02572 eV 192.90128 um 2.1860727 m World muIoni - 184 39.060061 cm 41.900144 cm -2.2878168 m 1.9535768 MeV 5.9857526 keV 1.9861556 mm 2.1880588 m World muIoni - 185 39.137211 cm 41.982215 cm -2.2884317 m 1.9457744 MeV 5.0245416 keV 1.2833075 mm 2.1893421 m World muIoni - 186 39.16329 cm 42.010419 cm -2.2886435 m 1.9448903 MeV 884.11171 eV 438.67069 um 2.1897808 m World muIoni - 187 39.32973 cm 42.190357 cm -2.2899942 m 1.92877 MeV 10.290447 keV 2.7986714 mm 2.1925795 m World muIoni - 188 39.484624 cm 42.357897 cm -2.2912262 m 1.9177303 MeV 6.4957941 keV 2.5931191 mm 2.1951726 m World muIoni - 189 39.559301 cm 42.440768 cm -2.2918315 m 1.9137623 MeV 2.7102799 keV 1.2691762 mm 2.1964418 m World muIoni - 190 39.710675 cm 42.60948 cm -2.2930294 m 1.9065033 MeV 5.9099199 keV 2.5637789 mm 2.1990055 m World muIoni - 191 39.957846 cm 42.880051 cm -2.2949978 m 1.8977895 MeV 8.7138258 keV 4.1600543 mm 2.2031656 m World muIoni - 192 40.214641 cm 43.162299 cm -2.2970003 m 1.8813139 MeV 9.1851889 keV 4.3094825 mm 2.2074751 m World muIoni - 193 40.342586 cm 43.303506 cm -2.2980366 m 1.8762802 MeV 5.033725 keV 2.169097 mm 2.2096442 m World muIoni - 194 40.452611 cm 43.427169 cm -2.2989455 m 1.8733259 MeV 2.9542821 keV 1.8884148 mm 2.2115326 m World muIoni - 195 40.475504 cm 43.452691 cm -2.299137 m 1.8727794 MeV 546.52893 eV 392.68167 um 2.2119253 m World muIoni - 196 40.569806 cm 43.557837 cm -2.2999254 m 1.8645191 MeV 3.7513619 keV 1.6175519 mm 2.2135428 m World muIoni - 197 40.895014 cm 43.924931 cm -2.3026409 m 1.8459852 MeV 13.682582 keV 5.6061411 mm 2.219149 m World muIoni - 198 41.203199 cm 44.266869 cm -2.3052051 m 1.829304 MeV 12.367381 keV 5.269454 mm 2.2244184 m World muIoni - 199 41.665437 cm 44.796813 cm -2.3091068 m 1.8075129 MeV 19.025884 keV 8.0425713 mm 2.232461 m World muIoni - 200 41.740993 cm 44.883394 cm -2.3097479 m 1.8043246 MeV 1.9154038 keV 1.3158632 mm 2.2337768 m World muIoni - 201 41.809287 cm 44.9624 cm -2.3103283 m 1.7903137 MeV 2.1418801 keV 1.1947676 mm 2.2349716 m World muIoni - 202 42.002055 cm 45.185083 cm -2.3119419 m 1.7810556 MeV 7.8628681 keV 3.3584233 mm 2.23833 m World muIoni - 203 42.071779 cm 45.265672 cm -2.312537 m 1.7600416 MeV 3.7751739 keV 1.2205676 mm 2.2395506 m World muIoni - 204 42.160317 cm 45.371885 cm -2.3133105 m 1.7529836 MeV 5.9934121 keV 1.5844545 mm 2.2411351 m World muIoni - 205 42.406939 cm 45.670411 cm -2.3155086 m 1.7446446 MeV 8.3389766 keV 4.452739 mm 2.2455878 m World muIoni - 206 42.580174 cm 45.886326 cm -2.3171016 m 1.7204779 MeV 7.2288499 keV 3.1946035 mm 2.2487824 m World muIoni - 207 42.762132 cm 46.112438 cm -2.3187907 m 1.7124431 MeV 5.9394685 keV 3.3581416 mm 2.2521405 m World muIoni - 208 43.183004 cm 46.654897 cm -2.3228127 m 1.6940611 MeV 17.334072 keV 7.9577804 mm 2.2600983 m World muIoni - 209 43.409743 cm 46.922873 cm -2.3247962 m 1.6829445 MeV 9.2589016 keV 4.0323029 mm 2.2641306 m World muIoni - 210 43.528096 cm 47.06273 cm -2.3258161 m 1.6762989 MeV 5.0766302 keV 2.0969212 mm 2.2662275 m World muIoni - 211 43.584867 cm 47.130086 cm -2.3263171 m 1.6642213 MeV 1.5207497 keV 1.0133811 mm 2.2672409 m World muIoni - 212 43.599858 cm 47.148016 cm -2.3264513 m 1.6602529 MeV 1.4129045 keV 269.52498 um 2.2675105 m World muIoni - 213 43.673181 cm 47.232599 cm -2.327129 m 1.6546132 MeV 1.9226039 keV 1.3086451 mm 2.2688191 m World muIoni - 214 43.695731 cm 47.258794 cm -2.3273414 m 1.6461622 MeV 2.6723667 keV 405.68469 um 2.2692248 m World muIoni - 215 43.767811 cm 47.342103 cm -2.3280123 m 1.6422675 MeV 3.8947107 keV 1.2898533 mm 2.2705146 m World muIoni - 216 43.79339 cm 47.37196 cm -2.3282537 m 1.6401017 MeV 1.0429354 keV 461.38858 um 2.270976 m World muIoni - 217 43.827286 cm 47.411244 cm -2.3285734 m 1.637527 MeV 1.1759419 keV 609.42228 um 2.2715854 m World muIoni - 218 43.913435 cm 47.511167 cm -2.329379 m 1.630871 MeV 4.0445687 keV 1.5458735 mm 2.2731313 m World muIoni - 219 43.96432 cm 47.57027 cm -2.3298497 m 1.6281702 MeV 1.439715 keV 910.94536 um 2.2740423 m World muIoni - 220 44.309891 cm 47.970206 cm -2.3330511 m 1.6017635 MeV 15.861509 keV 6.1798272 mm 2.2802221 m World muIoni - 221 44.539757 cm 48.221761 cm -2.3350834 m 1.5876711 MeV 12.939786 keV 3.9678884 mm 2.28419 m World muIoni - 222 44.630229 cm 48.322471 cm -2.3358527 m 1.5808627 MeV 2.1512483 keV 1.55712 mm 2.2857471 m World muIoni - 223 44.636064 cm 48.328957 cm -2.3359018 m 1.5787 MeV 11.122625 eV 100.11957 um 2.2858472 m World muIoni - 224 44.700174 cm 48.400523 cm -2.3364448 m 1.5696425 MeV 4.9556665 keV 1.1036598 mm 2.2869509 m World muIoni - 225 44.787889 cm 48.499624 cm -2.3371899 m 1.5653563 MeV 3.2613644 keV 1.5188066 mm 2.2884697 m World muIoni - 226 45.784944 cm 49.635619 cm -2.345606 m 1.5174791 MeV 45.480634 keV 1.7303974 cm 2.3057737 m World muIoni - 227 45.800482 cm 49.653638 cm -2.3457337 m 1.51629 MeV 193.53903 eV 270.02289 um 2.3060437 m World muIoni - 228 45.850025 cm 49.710982 cm -2.34614 m 1.5136581 MeV 1.5799451 keV 859.89827 um 2.3069036 m World muIoni - 229 46.190012 cm 50.102075 cm -2.3488744 m 1.4994574 MeV 12.842316 keV 5.85972 mm 2.3127633 m World muIoni - 230 46.250937 cm 50.175637 cm -2.3493708 m 1.4934458 MeV 1.9887769 keV 1.0764491 mm 2.3138398 m World muIoni - 231 46.33515 cm 50.277082 cm -2.3500569 m 1.4812893 MeV 5.4126192 keV 1.4862744 mm 2.315326 m World muIoni - 232 46.43685 cm 50.399448 cm -2.3509032 m 1.4658161 MeV 4.993539 keV 1.8022289 mm 2.3171283 m World muIoni - 233 46.460714 cm 50.428508 cm -2.3511039 m 1.4628664 MeV 1.4457994 keV 426.2505 um 2.3175545 m World muIoni - 234 46.799535 cm 50.838486 cm -2.3539541 m 1.4459017 MeV 15.288957 keV 6.0347011 mm 2.3235892 m World muIoni - 235 47.008005 cm 51.088926 cm -2.3557135 m 1.4376996 MeV 8.2021225 keV 3.7033317 mm 2.3272925 m World muIoni - 236 47.073512 cm 51.171613 cm -2.3562853 m 1.4337674 MeV 3.9322034 keV 1.1999213 mm 2.3284925 m World muIoni - 237 47.459039 cm 51.656698 cm -2.3595987 m 1.4120034 MeV 20.301333 keV 7.027248 mm 2.3355197 m World muIoni - 238 47.493593 cm 51.698961 cm -2.3598888 m 1.4056763 MeV 3.0822869 keV 618.1888 um 2.3361379 m World muIoni - 239 47.570574 cm 51.793116 cm -2.3605303 m 1.4004104 MeV 3.2425232 keV 1.3750276 mm 2.3375129 m World muIoni - 240 47.632438 cm 51.868656 cm -2.3610522 m 1.3963863 MeV 2.8292837 keV 1.1071346 mm 2.3386201 m World muIoni - 241 47.951659 cm 52.25968 cm -2.363722 m 1.3767939 MeV 18.59966 keV 5.7108359 mm 2.3443309 m World muIoni - 242 48.372372 cm 52.766333 cm -2.3671587 m 1.3471211 MeV 27.642711 keV 7.4291994 mm 2.3517601 m World muIoni - 243 48.407875 cm 52.809496 cm -2.367439 m 1.3364099 MeV 2.0519787 keV 625.24186 um 2.3523853 m World muIoni - 244 48.599438 cm 53.039901 cm -2.368928 m 1.317948 MeV 14.432465 keV 3.3461073 mm 2.3557314 m World muIoni - 245 48.761926 cm 53.237448 cm -2.3702532 m 1.3052322 MeV 9.1820558 keV 2.8809079 mm 2.3586123 m World muIoni - 246 48.767094 cm 53.243786 cm -2.3702943 m 1.3023998 MeV 346.95933 eV 91.523012 um 2.3587039 m World muIoni - 247 48.860678 cm 53.357821 cm -2.3710358 m 1.2974721 MeV 4.9277411 keV 1.6510894 mm 2.360355 m World muIoni - 248 49.17185 cm 53.737273 cm -2.3735365 m 1.2819994 MeV 14.169296 keV 5.5082108 mm 2.3658632 m World muIoni - 249 49.202431 cm 53.775987 cm -2.3737817 m 1.2805176 MeV 1.4817428 keV 550.9097 um 2.3664141 m World muIoni - 250 49.376812 cm 53.996449 cm -2.3751799 m 1.2702544 MeV 10.263244 keV 3.1396009 mm 2.3695537 m World muIoni - 251 49.46318 cm 54.108768 cm -2.3758856 m 1.2540053 MeV 5.3753254 keV 1.582936 mm 2.3711366 m World muIoni - 252 49.505368 cm 54.164068 cm -2.3762223 m 1.2481573 MeV 1.7036435 keV 772.73352 um 2.3719094 m World muIoni - 253 49.584962 cm 54.270409 cm -2.3768517 m 1.2429857 MeV 5.1716093 keV 1.469983 mm 2.3733793 m World muIoni - 254 50.405624 cm 55.347291 cm -2.383088 m 1.1965819 MeV 46.403867 keV 1.4911289 cm 2.3882906 m World muIoni - 255 50.410258 cm 55.353375 cm -2.3831243 m 1.1963403 MeV 241.55726 eV 84.675643 um 2.3883753 m World muIoni - 256 50.434768 cm 55.385858 cm -2.383316 m 1.195284 MeV 1.0562661 keV 449.79417 um 2.3888251 m World muIoni - 257 50.45951 cm 55.418643 cm -2.3835091 m 1.194238 MeV 1.0460136 keV 453.85969 um 2.389279 m World muIoni - 258 50.510225 cm 55.485864 cm -2.3839046 m 1.1897236 MeV 2.2837788 keV 930.35568 um 2.3902093 m World muIoni - 259 50.582587 cm 55.582808 cm -2.3844659 m 1.1829163 MeV 5.7772741 keV 1.3336118 mm 2.3915429 m World muIoni - 260 50.794 cm 55.865636 cm -2.3860948 m 1.162464 MeV 19.077482 keV 3.889003 mm 2.3954319 m World muIoni - 261 50.879816 cm 55.982689 cm -2.3867805 m 1.1544207 MeV 6.5554416 keV 1.6052544 mm 2.3970372 m World muIoni - 262 50.945956 cm 56.074245 cm -2.3873468 m 1.1511241 MeV 3.2966558 keV 1.2636197 mm 2.3983008 m World muIoni - 263 50.992199 cm 56.138753 cm -2.3877586 m 1.1478879 MeV 3.2361391 keV 894.16827 um 2.399195 m World muIoni - 264 51.056471 cm 56.228194 cm -2.3883417 m 1.1412686 MeV 5.2494099 keV 1.2462391 mm 2.4004412 m World muIoni - 265 51.114623 cm 56.309296 cm -2.3888698 m 1.1345636 MeV 4.0717036 keV 1.1290957 mm 2.4015703 m World muIoni - 266 51.150849 cm 56.359273 cm -2.3891949 m 1.1307262 MeV 3.8374217 keV 697.63644 um 2.4022679 m World muIoni - 267 51.182895 cm 56.403497 cm -2.3894777 m 1.129346 MeV 1.3801662 keV 615.04322 um 2.402883 m World muIoni - 268 51.255478 cm 56.503652 cm -2.3901197 m 1.1126459 MeV 3.9603735 keV 1.3936311 mm 2.4042766 m World muIoni - 269 51.278698 cm 56.534859 cm -2.3903308 m 1.1112174 MeV 1.4284327 keV 442.58577 um 2.4047192 m World muIoni - 270 51.360582 cm 56.644465 cm -2.3910756 m 1.1053178 MeV 5.8996093 keV 1.5577841 mm 2.406277 m World muIoni - 271 51.430885 cm 56.738247 cm -2.3917006 m 1.0970882 MeV 6.1320263 keV 1.3283113 mm 2.4076053 m World muIoni - 272 51.439099 cm 56.749092 cm -2.3917698 m 1.0947526 MeV 255.81974 eV 152.62594 um 2.4077579 m World muIoni - 273 51.589502 cm 56.946336 cm -2.393033 m 1.0824344 MeV 8.9057484 keV 2.7837727 mm 2.4105417 m World muIoni - 274 51.727007 cm 57.132579 cm -2.3941836 m 1.074014 MeV 8.4203903 keV 2.5853417 mm 2.413127 m World muIoni - 275 51.782808 cm 57.208233 cm -2.3946386 m 1.0691599 MeV 3.7936551 keV 1.044404 mm 2.4141714 m World muIoni - 276 51.986212 cm 57.481179 cm -2.3963074 m 1.0531605 MeV 13.378731 keV 3.7914074 mm 2.4179628 m World muIoni - 277 52.003798 cm 57.503044 cm -2.396447 m 1.0499244 MeV 1.6032604 keV 313.39922 um 2.4182762 m World muIoni - 278 52.181287 cm 57.722716 cm -2.3978556 m 1.0380554 MeV 8.4892652 keV 3.1561795 mm 2.4214324 m World muIoni - 279 52.25969 cm 57.819638 cm -2.3984711 m 1.0329526 MeV 5.1028001 keV 1.3903378 mm 2.4228228 m World muIoni - 280 52.281544 cm 57.846189 cm -2.3986426 m 1.0311543 MeV 794.71688 eV 384.25484 um 2.423207 m World muIoni - 281 52.415864 cm 58.009841 cm -2.3996963 m 1.0200236 MeV 8.6480431 keV 2.3650349 mm 2.4255721 m World muIoni - 282 52.503455 cm 58.116615 cm -2.4003193 m 1.0097218 MeV 7.6272211 keV 1.5164114 mm 2.4270885 m World muIoni - 283 52.524218 cm 58.142616 cm -2.400445 m 1.0073882 MeV 637.16534 eV 355.67785 um 2.4274441 m World muIoni - 284 52.699062 cm 58.361321 cm -2.4014996 m 994.99199 keV 11.361536 keV 2.9922937 mm 2.4304364 m World muIoni - 285 53.000356 cm 58.741348 cm -2.4033702 m 971.25976 keV 18.364008 keV 5.1987501 mm 2.4356352 m World muIoni - 286 53.073401 cm 58.829409 cm -2.4038309 m 956.29531 keV 6.7132503 keV 1.2334427 mm 2.4368686 m World muIoni - 287 53.093451 cm 58.853191 cm -2.4039556 m 953.59304 keV 1.2667669 keV 335.1155 um 2.4372037 m World muIoni - 288 53.108602 cm 58.871371 cm -2.4040502 m 948.37215 keV 875.28519 eV 254.86398 um 2.4374586 m World muIoni - 289 53.130892 cm 58.898071 cm -2.4041906 m 945.2901 keV 1.6540287 keV 375.08066 um 2.4378337 m World muIoni - 290 53.242068 cm 59.031379 cm -2.4048845 m 938.87972 keV 6.4103808 keV 1.8694883 mm 2.4397032 m World muIoni - 291 53.248877 cm 59.039448 cm -2.4049253 m 937.71357 keV 142.10189 eV 113.20807 um 2.4398164 m World muIoni - 292 53.308554 cm 59.110365 cm -2.4052772 m 928.78612 keV 5.2657139 keV 991.41954 um 2.4408078 m World muIoni - 293 53.347874 cm 59.15812 cm -2.4055187 m 923.60456 keV 3.4315848 keV 664.06299 um 2.4414719 m World muIoni - 294 53.385801 cm 59.203664 cm -2.4057515 m 919.56413 keV 1.9642513 keV 636.77822 um 2.4421086 m World muIoni - 295 53.416905 cm 59.241711 cm -2.4059442 m 916.12667 keV 2.0000813 keV 527.85158 um 2.4426365 m World muIoni - 296 53.433051 cm 59.260937 cm -2.406044 m 911.38495 keV 1.1207593 keV 270.19574 um 2.4429067 m World muIoni - 297 53.454034 cm 59.286327 cm -2.4061742 m 909.03128 keV 1.3526992 keV 354.18307 um 2.4432609 m World muIoni - 298 53.487351 cm 59.326796 cm -2.4063805 m 906.44316 keV 2.5881224 keV 563.33798 um 2.4438242 m World muIoni - 299 53.554344 cm 59.407955 cm -2.4067907 m 899.73243 keV 4.7412912 keV 1.1295134 mm 2.4449537 m World muIoni - 300 53.67337 cm 59.55245 cm -2.4075114 m 884.20387 keV 5.8306628 keV 2.0060964 mm 2.4469598 m World muIoni - 301 53.886813 cm 59.81905 cm -2.4088495 m 865.64287 keV 17.373486 keV 3.6684228 mm 2.4506282 m World muIoni - 302 53.930694 cm 59.872459 cm -2.4091226 m 860.77819 keV 4.8646771 keV 743.23615 um 2.4513715 m World muIoni - 303 54.294187 cm 60.316829 cm -2.4113687 m 836.35227 keV 23.17425 keV 6.1662727 mm 2.4575378 m World muIoni - 304 54.312168 cm 60.339589 cm -2.4114762 m 833.55442 keV 1.5922753 keV 309.32269 um 2.4578471 m World muIoni - 305 54.314761 cm 60.342824 cm -2.4114916 m 832.28665 keV 118.93579 eV 44.234272 um 2.4578913 m World muIoni - 306 54.444798 cm 60.501827 cm -2.4124085 m 818.9763 keV 11.116972 keV 2.2516464 mm 2.460143 m World muIoni - 307 54.556091 cm 60.634727 cm -2.4132576 m 808.83824 keV 8.6759795 keV 1.9303575 mm 2.4620733 m World muIoni - 308 54.573798 cm 60.655717 cm -2.4133943 m 806.51754 keV 1.0334306 keV 306.75732 um 2.4623801 m World muIoni - 309 54.597487 cm 60.683855 cm -2.4135757 m 805.03856 keV 1.478977 keV 410.12709 um 2.4627902 m World muIoni - 310 54.752691 cm 60.867958 cm -2.4147642 m 791.68763 keV 11.001782 keV 2.6856038 mm 2.4654758 m World muIoni - 311 54.771799 cm 60.891056 cm -2.4149138 m 786.05733 keV 2.4422959 keV 335.00893 um 2.4658108 m World muIoni - 312 54.933009 cm 61.086081 cm -2.4161666 m 776.44041 keV 9.6169171 keV 2.8237847 mm 2.4686346 m World muIoni - 313 54.961731 cm 61.119801 cm -2.4163809 m 770.94278 keV 1.7401935 keV 492.06687 um 2.4691267 m World muIoni - 314 55.286274 cm 61.492574 cm -2.4187269 m 742.90339 keV 25.436058 keV 5.4724972 mm 2.4745992 m World muIoni - 315 55.385117 cm 61.604945 cm -2.4194351 m 735.05651 keV 7.8468872 keV 1.6558084 mm 2.476255 m World muIoni - 316 55.625911 cm 61.877653 cm -2.4211853 m 707.12211 keV 26.541668 keV 4.0379352 mm 2.4802929 m World muIoni - 317 55.644255 cm 61.898943 cm -2.4213259 m 706.31927 keV 802.84315 eV 314.24474 um 2.4806072 m World muIoni - 318 55.794564 cm 62.073547 cm -2.4224856 m 693.7606 keV 12.558665 keV 2.5796765 mm 2.4831868 m World muIoni - 319 55.83781 cm 62.123945 cm -2.4228059 m 690.74674 keV 3.0138567 keV 737.30881 um 2.4839241 m World muIoni - 320 55.865662 cm 62.15627 cm -2.4230167 m 686.98726 keV 2.1291579 keV 475.95239 um 2.4844001 m World muIoni - 321 55.911273 cm 62.209659 cm -2.4233689 m 680.96567 keV 4.2682112 keV 785.57624 um 2.4851857 m World muIoni - 322 55.961978 cm 62.268364 cm -2.4237545 m 675.61002 keV 3.2067009 keV 866.30996 um 2.486052 m World muIoni - 323 55.98911 cm 62.29902 cm -2.4239586 m 672.88729 keV 1.6557508 keV 457.42553 um 2.4865094 m World muIoni - 324 56.044145 cm 62.360831 cm -2.4243713 m 666.53054 keV 4.0673165 keV 924.85 um 2.4874342 m World muIoni - 325 56.053285 cm 62.371116 cm -2.4244405 m 664.86306 keV 503.75905 eV 154.02421 um 2.4875883 m World muIoni - 326 56.207046 cm 62.543129 cm -2.4256023 m 646.75049 keV 16.051501 keV 2.5835878 mm 2.4901719 m World muIoni - 327 56.270897 cm 62.616196 cm -2.4260772 m 639.87329 keV 5.3721401 keV 1.0803919 mm 2.4912523 m World muIoni - 328 56.284897 cm 62.632264 cm -2.4261802 m 639.66154 keV 211.75164 eV 236.6895 um 2.4914889 m World muIoni - 329 56.28905 cm 62.637057 cm -2.4262112 m 638.31926 keV 265.23182 eV 70.57172 um 2.4915595 m World muIoni - 330 56.351866 cm 62.709596 cm -2.4266808 m 623.33353 keV 4.9376715 keV 1.0684107 mm 2.4926279 m World muIoni - 331 56.393145 cm 62.757675 cm -2.4269802 m 617.18044 keV 4.647359 keV 700.8449 um 2.4933288 m World muIoni - 332 56.401809 cm 62.767323 cm -2.4270456 m 610.99329 keV 730.739 eV 145.41651 um 2.4934742 m World muIoni - 333 56.407107 cm 62.772591 cm -2.4270877 m 609.20139 keV 321.3322 eV 85.727437 um 2.4935599 m World muIoni - 334 56.454556 cm 62.819443 cm -2.4274634 m 601.15298 keV 6.7915724 keV 765.42755 um 2.4943253 m World muIoni - 335 56.472986 cm 62.83753 cm -2.4276068 m 597.94072 keV 1.9361264 keV 295.35598 um 2.4946207 m World muIoni - 336 56.473915 cm 62.838451 cm -2.427614 m 597.94072 keV 0 eV 14.941436 um 2.4946356 m World muIoni - 337 56.475829 cm 62.840348 cm -2.4276288 m 596.44414 keV 152.8833 eV 30.777444 um 2.4946664 m World muIoni - 338 56.633801 cm 62.998 cm -2.4288566 m 574.7121 keV 19.122397 keV 2.5476974 mm 2.4972141 m World muIoni - 339 56.672986 cm 63.037712 cm -2.4291542 m 568.45524 keV 3.4966343 keV 632.3366 um 2.4978465 m World muIoni - 340 56.698537 cm 63.064242 cm -2.4293483 m 565.02874 keV 2.289638 keV 416.32372 um 2.4982628 m World muIoni - 341 56.714658 cm 63.080582 cm -2.4294718 m 561.69918 keV 2.2005929 keV 260.66775 um 2.4985234 m World muIoni - 342 56.752355 cm 63.118626 cm -2.4297601 m 559.05239 keV 2.646782 keV 608.27226 um 2.4991317 m World muIoni - 343 56.809432 cm 63.175126 cm -2.4301921 m 543.23816 keV 5.8403494 keV 911.97732 um 2.5000437 m World muIoni - 344 56.839683 cm 63.204221 cm -2.4304305 m 538.0977 keV 3.3464408 keV 482.74813 um 2.5005264 m World muIoni - 345 56.945816 cm 63.309875 cm -2.4312881 m 524.20263 keV 10.080473 keV 1.7259597 mm 2.5022524 m World muIoni - 346 56.958952 cm 63.323429 cm -2.431395 m 520.18052 keV 2.0350438 keV 216.93465 um 2.5024693 m World muIoni - 347 56.986521 cm 63.351736 cm -2.4316197 m 516.81649 keV 1.7534603 keV 454.58063 um 2.5029239 m World muIoni - 348 57.062991 cm 63.427135 cm -2.4322505 m 507.01763 keV 7.7751223 keV 1.2455812 mm 2.5041695 m World muIoni - 349 57.208604 cm 63.568466 cm -2.4334629 m 489.92195 keV 16.069088 keV 2.3643715 mm 2.5065339 m World muIoni - 350 57.311933 cm 63.667703 cm -2.4343465 m 473.96803 keV 12.154614 keV 1.6835431 mm 2.5082174 m World muIoni - 351 57.511428 cm 63.870237 cm -2.4361509 m 446.63608 keV 27.331955 keV 3.3685293 mm 2.5115859 m World muIoni - 352 57.614789 cm 63.974005 cm -2.4370187 m 432.45388 keV 13.026057 keV 1.7027893 mm 2.5132887 m World muIoni - 353 57.651209 cm 64.012536 cm -2.437302 m 429.45206 keV 3.0018213 keV 601.17737 um 2.5138899 m World muIoni - 354 57.65252 cm 64.013929 cm -2.437312 m 428.02744 keV 68.507578 eV 21.560263 um 2.5139115 m World muIoni - 355 57.657151 cm 64.018803 cm -2.437347 m 425.20996 keV 683.09991 eV 75.794912 um 2.5139873 m World muIoni - 356 57.672394 cm 64.035105 cm -2.4374645 m 422.02012 keV 939.27424 eV 252.22583 um 2.5142395 m World muIoni - 357 57.719912 cm 64.085458 cm -2.4378339 m 418.79006 keV 3.2300625 keV 784.79515 um 2.5150243 m World muIoni - 358 57.744967 cm 64.112231 cm -2.4380493 m 412.33425 keV 3.9052121 keV 425.32299 um 2.5154496 m World muIoni - 359 57.795579 cm 64.16398 cm -2.4384681 m 401.41599 keV 9.3630595 keV 836.35207 um 2.516286 m World muIoni - 360 57.827542 cm 64.196712 cm -2.4387295 m 394.21811 keV 2.996335 keV 526.94361 um 2.5168129 m World muIoni - 361 57.909623 cm 64.28326 cm -2.4393957 m 383.04667 keV 9.7642031 keV 1.3665246 mm 2.5181794 m World muIoni - 362 57.99182 cm 64.36601 cm -2.44002 m 366.13553 keV 11.340465 keV 1.3231902 mm 2.5195026 m World muIoni - 363 58.062895 cm 64.435311 cm -2.4405798 m 355.87184 keV 10.263692 keV 1.13986 mm 2.5206425 m World muIoni - 364 58.064518 cm 64.436782 cm -2.4405915 m 355.74836 keV 123.47127 eV 24.836555 um 2.5206673 m World muIoni - 365 58.171322 cm 64.533436 cm -2.4413618 m 336.68725 keV 17.583338 keV 1.6340121 mm 2.5223013 m World muIoni - 366 58.17773 cm 64.539372 cm -2.4414106 m 333.55571 keV 1.3422973 keV 100.08509 um 2.5224014 m World muIoni - 367 58.196465 cm 64.557045 cm -2.4415525 m 330.15528 keV 2.2934785 keV 294.06961 um 2.5226955 m World muIoni - 368 58.203405 cm 64.5636 cm -2.4416037 m 328.46517 keV 242.28053 eV 108.29619 um 2.5228038 m World muIoni - 369 58.250011 cm 64.607613 cm -2.441946 m 322.61058 keV 4.1580054 keV 726.81971 um 2.5235306 m World muIoni - 370 58.304404 cm 64.660989 cm -2.4423469 m 313.05286 keV 7.9930998 keV 861.26542 um 2.5243919 m World muIoni - 371 58.404749 cm 64.756457 cm -2.4431024 m 293.66789 keV 17.832343 keV 1.5782804 mm 2.5259701 m World muIoni - 372 58.439463 cm 64.79055 cm -2.4433296 m 286.64702 keV 4.9678771 keV 537.06279 um 2.5265072 m World muIoni - 373 58.470956 cm 64.822985 cm -2.4435387 m 280.88711 keV 4.6894011 keV 498.15386 um 2.5270054 m World muIoni - 374 58.488916 cm 64.842633 cm -2.4436726 m 276.07425 keV 3.6915983 keV 298.01687 um 2.5273034 m World muIoni - 375 58.511994 cm 64.867668 cm -2.4438431 m 272.52793 keV 1.8709963 keV 380.80946 um 2.5276842 m World muIoni - 376 58.541316 cm 64.89834 cm -2.4440566 m 265.02052 keV 6.1476955 keV 475.07151 um 2.5281593 m World muIoni - 377 58.566228 cm 64.924505 cm -2.4442399 m 260.2935 keV 3.3200003 keV 405.19178 um 2.5285644 m World muIoni - 378 58.571901 cm 64.930408 cm -2.4442837 m 256.62162 keV 512.19994 eV 92.856088 um 2.5286573 m World muIoni - 379 58.575719 cm 64.934395 cm -2.4443126 m 254.90202 keV 662.79131 eV 62.27067 um 2.5287196 m World muIoni - 380 58.593629 cm 64.953025 cm -2.4444465 m 247.32871 keV 2.9546122 keV 291.11256 um 2.5290107 m World muIoni - 381 58.609756 cm 64.970386 cm -2.4445703 m 242.44315 keV 3.8904312 keV 267.32782 um 2.529278 m World muIoni - 382 58.630672 cm 64.993926 cm -2.4447362 m 232.76732 keV 6.5578008 keV 355.99981 um 2.529634 m World muIoni - 383 58.652314 cm 65.019321 cm -2.4449026 m 224.80929 keV 6.6169711 keV 372.85984 um 2.5300069 m World muIoni - 384 58.660359 cm 65.028832 cm -2.4449645 m 222.41188 keV 1.2221626 keV 139.12066 um 2.530146 m World muIoni - 385 58.661929 cm 65.030699 cm -2.4449765 m 221.25228 keV 23.835666 eV 27.188989 um 2.5301732 m World muIoni - 386 58.679574 cm 65.051526 cm -2.4451099 m 216.69313 keV 3.1500759 keV 303.88231 um 2.5304771 m World muIoni - 387 58.747514 cm 65.137094 cm -2.445692 m 203.5798 keV 11.675231 keV 1.2387204 mm 2.5317158 m World muIoni - 388 58.76281 cm 65.156534 cm -2.4458113 m 196.59669 keV 4.0064226 keV 274.67367 um 2.5319905 m World muIoni - 389 58.770678 cm 65.166992 cm -2.4458786 m 193.89779 keV 1.564926 keV 147.15579 um 2.5321376 m World muIoni - 390 58.778824 cm 65.177934 cm -2.445949 m 191.48797 keV 1.1701751 keV 153.55721 um 2.5322912 m World muIoni - 391 58.78602 cm 65.187254 cm -2.4460111 m 187.08849 keV 2.9155534 keV 133.08495 um 2.5324243 m World muIoni - 392 58.786853 cm 65.188319 cm -2.4460182 m 181.16452 keV 3.2371464 keV 15.26821 um 2.5324395 m World muIoni - 393 58.798669 cm 65.203518 cm -2.4461184 m 177.64879 keV 2.1689627 keV 217.04814 um 2.5326566 m World muIoni - 394 58.806922 cm 65.214201 cm -2.4461905 m 173.94786 keV 2.4530858 keV 153.05644 um 2.5328096 m World muIoni - 395 58.879833 cm 65.309336 cm -2.4468382 m 153.51607 keV 20.431793 keV 1.3639045 mm 2.5341735 m World muIoni - 396 58.88644 cm 65.317589 cm -2.4468942 m 150.29224 keV 1.8924879 keV 119.6528 um 2.5342932 m World muIoni - 397 58.910078 cm 65.349767 cm -2.4470872 m 141.04426 keV 6.7143966 keV 443.65751 um 2.5347368 m World muIoni - 398 58.953942 cm 65.410946 cm -2.447394 m 126.06285 keV 13.987047 keV 813.6505 um 2.5355505 m World muIoni - 399 58.989168 cm 65.467051 cm -2.4476417 m 104.8349 keV 19.768605 keV 707.94281 um 2.5362584 m World muIoni - 400 58.989907 cm 65.468291 cm -2.4476462 m 103.63789 keV 129.54901 eV 15.118104 um 2.5362736 m World muIoni - 401 58.992334 cm 65.472409 cm -2.4476612 m 100.81673 keV 1.3094983 keV 50.10119 um 2.5363237 m World muIoni - 402 58.993371 cm 65.474151 cm -2.4476675 m 99.596536 keV 150.5293 eV 21.225395 um 2.5363449 m World muIoni - 403 58.998703 cm 65.482734 cm -2.4476978 m 94.885483 keV 3.0273503 keV 105.48263 um 2.5364504 m World muIoni - 404 59.004101 cm 65.491156 cm -2.4477275 m 90.058768 keV 3.6507529 keV 104.36196 um 2.5365547 m World muIoni - 405 59.032813 cm 65.535053 cm -2.4478891 m 74.747961 keV 15.310806 keV 549.61696 um 2.5371043 m World muIoni - 406 59.050221 cm 65.564912 cm -2.4479595 m 60.741554 keV 13.003458 keV 353.14098 um 2.5374575 m World muIoni - 407 59.066734 cm 65.596039 cm -2.4480581 m 49.335945 keV 11.405608 keV 366.61183 um 2.5378241 m World muIoni - 408 59.082458 cm 65.621694 cm -2.4481299 m 30.930861 keV 18.405085 keV 310.14337 um 2.5381342 m World muIoni - 409 59.092657 cm 65.64158 cm -2.448185 m 10.73507 keV 20.19579 keV 231.29464 um 2.5383655 m World muIoni - 410 59.100784 cm 65.652809 cm -2.4482191 m 8.9016834 keV 1.833387 keV 146.86238 um 2.5385124 m World muIoni - 411 59.101394 cm 65.651498 cm -2.4481892 m 0 eV 8.9016834 keV 133.04419 um 2.5386454 m World muIoni - 412 59.101394 cm 65.651498 cm -2.4481892 m 0 eV 0 eV 0 fm 2.5386454 m World Scintillation -Track (trackID 21, parentID 3) is processed with stopping code 2 + 0 -13.2 cm 5.87 cm -1.49 m 31 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 -16.537025 cm 8.9843089 cm -2 m 31.002264 MeV6.3421899e-17 eV 1.2148436 m 1.2148436 m CaptureMgnt Transportation + 2 -16.992267 cm 9.7233148 cm -2.0040309 m 30.998564 MeV 3.7246519 keV 9.570051 mm 1.2244136 m World muIoni + 3 -20.125188 cm 14.804522 cm -2.0317229 m 30.979601 MeV 17.114918 keV 6.5804664 cm 1.2902183 m World muIoni + 4 -21.220728 cm 16.576973 cm -2.041388 m 30.973448 MeV 4.2580609 keV 2.2969421 cm 1.3131877 m World muIoni + 5 -25.495212 cm 23.459953 cm -2.0789213 m 30.917133 MeV 27.167056 keV 8.9294274 cm 1.402482 m World muIoni + 6 -25.689043 cm 23.770582 cm -2.0806108 m 30.9135 MeV 384.3551 eV 4.0324009 mm 1.4065144 m World muIoni + 7 -26.475243 cm 25.031861 cm -2.0874637 m 30.906805 MeV 4.8328725 keV 1.6366307 cm 1.4228807 m World muIoni + 8 -27.524903 cm 26.714814 cm -2.096624 m 30.885219 MeV 6.995733 keV 2.184777 cm 1.4447284 m World muIoni + 9 -28.726685 cm 28.6532 cm -2.1071772 m 30.876748 MeV 5.0798835 keV 2.5130307 cm 1.4698587 m World muIoni + 10 -30.050747 cm 30.786983 cm -2.1187751 m 30.8687 MeV 8.0477562 keV 2.7660995 cm 1.4975197 m World muIoni + 11 -33.354653 cm 36.088765 cm -2.1477587 m 30.847802 MeV 19.620795 keV 6.8866108 cm 1.5663859 m World muIoni + 12 -36.155579 cm 40.57296 cm -2.1723405 m 30.828741 MeV 16.193427 keV 5.8306055 cm 1.6246919 m World muIoni + 13 -38.946806 cm 45.048374 cm -2.1970305 m 30.810645 MeV 17.093113 keV 5.8237804 cm 1.6829297 m World muIoni + 14 -40.413325 cm 47.398979 cm -2.2099623 m 30.793412 MeV 6.0879698 keV 3.0575084 cm 1.7135048 m World muIoni + 15 -44.521296 cm 54.000465 cm -2.2460438 m 30.763343 MeV 24.05685 keV 8.5717117 cm 1.7992219 m World muIoni + 16 -46.277237 cm 56.841512 cm -2.2615394 m 30.750289 MeV 9.4379279 keV 3.6818534 cm 1.8360404 m World muIoni + 17 -46.516314 cm 57.227919 cm -2.2636657 m 30.745353 MeV 2.4642145 keV 5.0167729 mm 1.8410572 m World muIoni + 18 -48.99514 cm 61.239497 cm -2.2857667 m 30.729596 MeV 14.227927 keV 5.2078762 cm 1.893136 m World muIoni + 19 -50.028766 cm 62.923001 cm -2.294885 m 30.723599 MeV 4.9363278 keV 2.1757797 cm 1.9148938 m World muIoni + 20 -51.763393 cm 65.752649 cm -2.31022 m 30.712081 MeV 8.5488621 keV 3.6561582 cm 1.9514554 m World muIoni + 21 -52.939251 cm 67.670664 cm -2.3206031 m 30.698815 MeV 7.8590691 keV 2.4778058 cm 1.9762334 m World muIoni + 22 -55.452371 cm 71.759505 cm -2.3427072 m 30.683605 MeV 13.069185 keV 5.2839792 cm 2.0290732 m World muIoni + 23 -62.288557 cm 82.856449 cm -2.4031874 m 30.636709 MeV 39.814438 keV 14.368597 cm 2.1727592 m World muIoni + 24 -62.935212 cm 83.899336 cm -2.4089241 m 30.629654 MeV 3.9792456 keV 1.3545759 cm 2.1863049 m World muIoni + 25 -64.045302 cm 85.695673 cm -2.4188025 m 30.619312 MeV 8.5268755 keV 2.3313013 cm 2.2096179 m World muIoni + 26 -65.58514 cm 88.18407 cm -2.4324893 m 30.611827 MeV 5.0718444 keV 3.2305603 cm 2.2419235 m World muIoni + 27 -69.874065 cm 95.11045 cm -2.4706387 m 30.580521 MeV 28.145214 keV 8.9957752 cm 2.3318813 m World muIoni + 28 -74.156408 cm 1.0200496 m -2.508513 m 30.548354 MeV 25.495794 keV 8.9564511 cm 2.4214458 m World muIoni + 29 -74.727785 cm 1.0293392 m -2.5135374 m 30.528213 MeV 5.9396942 keV 1.2007807 cm 2.4334536 m World muIoni + 30 -77.74698 cm 1.0784548 m -2.5401138 m 30.51101 MeV 15.851917 keV 6.3484049 cm 2.4969377 m World muIoni + 31 -80.20922 cm 1.1185578 m -2.5618926 m 30.498331 MeV 10.695628 keV 5.1853997 cm 2.5487917 m World muIoni + 32 -80.416124 cm 1.1219182 m -2.5637222 m 30.494719 MeV 1.3014494 keV 4.3497599 mm 2.5531414 m World muIoni + 33 -83.192609 cm 1.1670175 m -2.5882285 m 30.469667 MeV 14.829732 keV 5.8355904 cm 2.6114973 m World muIoni + 34 -84.336873 cm 1.1855814 m -2.5984126 m 30.459866 MeV 4.6966418 keV 2.4068038 cm 2.6355654 m World muIoni + 35 -87.110454 cm 1.2307176 m -2.6231182 m 30.442219 MeV 12.448976 keV 5.8454537 cm 2.6940199 m World muIoni + 36 -89.171105 cm 1.2643156 m -2.6415826 m 30.425113 MeV 15.102244 keV 4.3524646 cm 2.7375445 m World muIoni + 37 -89.328474 cm 1.2668824 m -2.6429878 m 30.417694 MeV 397.59459 eV 3.3225813 mm 2.7408671 m World muIoni + 38 -94.347591 cm 1.347516 m -2.6869301 m 30.380907 MeV 26.206052 keV 10.465319 cm 2.8455203 m World muIoni + 39 -95.76965 cm 1.370103 m -2.6992832 m 30.371986 MeV 7.0396062 keV 2.9410824 cm 2.8749311 m World muIoni + 40 -96.678041 cm 1.3845202 m -2.7071315 m 30.356517 MeV 6.1989849 keV 1.8760834 cm 2.893692 m World muIoni + 41 -96.782487 cm 1.3861786 m -2.7080334 m 30.341893 MeV 1.2587693 keV 2.1575128 mm 2.8958495 m World muIoni + 42 -99.149748 cm 1.423656 m -2.7284219 m 30.327355 MeV 12.826046 keV 4.879187 cm 2.9446414 m World muIoni + 43 -99.494566 cm 1.4291408 m -2.7313961 m 30.322414 MeV 1.1238484 keV 7.1287163 mm 2.9517701 m World muIoni + 44 -99.84553 cm 1.434726 m -2.7344181 m 30.289105 MeV 1.5346987 keV 7.2556538 mm 2.9590257 m World muIoni + 45 -1.0031248 m 1.4421935 m -2.7384713 m 30.283013 MeV 4.1107112 keV 9.6952204 mm 2.9687209 m World muIoni + 46 -1.0050465 m 1.4452583 m -2.7401313 m 30.282071 MeV 941.90141 eV 3.9801679 mm 2.9727011 m World muIoni + 47 -1.0148334 m 1.4608623 m -2.7485788 m 30.274692 MeV 6.3778107 keV 2.0263888 cm 2.992965 m World muIoni + 48 -1.038929 m 1.5005873 m -2.7700688 m 30.26069 MeV 12.692718 keV 5.1191566 cm 3.0441566 m World muIoni + 49 -1.0418712 m 1.5054418 m -2.7726739 m 30.247337 MeV 882.63151 eV 6.245761 mm 3.0504023 m World muIoni + 50 -1.0542215 m 1.5258431 m -2.7835873 m 30.238949 MeV 7.1237688 keV 2.6226869 cm 3.0766292 m World muIoni + 51 -1.0654805 m 1.5444201 m -2.7935371 m 30.232274 MeV 6.6747915 keV 2.3892853 cm 3.1005221 m World muIoni + 52 -1.0814608 m 1.5708118 m -2.8076831 m 30.206208 MeV 8.9766627 keV 3.3941145 cm 3.1344632 m World muIoni + 53 -1.0834442 m 1.5741039 m -2.8094515 m 30.201449 MeV 1.2984667 keV 4.2307537 mm 3.138694 m World muIoni + 54 -1.0982326 m 1.5986102 m -2.8226293 m 30.190244 MeV 6.2566836 keV 3.1510437 cm 3.1702044 m World muIoni + 55 -1.1071044 m 1.6133569 m -2.8305317 m 30.184936 MeV 4.3044728 keV 1.893737 cm 3.1891418 m World muIoni + 56 -1.1109688 m 1.619762 m -2.8339705 m 30.183178 MeV 1.7583885 keV 8.2331727 mm 3.1973749 m World muIoni + 57 -1.1154685 m 1.627231 m -2.8379798 m 30.179663 MeV 2.1629397 keV 9.5972326 mm 3.2069722 m World muIoni + 58 -1.1208465 m 1.6361449 m -2.8427758 m 30.176145 MeV 2.1746808 keV 1.1462201 cm 3.2184344 m World muIoni + 59 -1.125857 m 1.6444202 m -2.8472339 m 30.172905 MeV 3.24039 keV 1.0651798 cm 3.2290862 m World muIoni + 60 -1.1367605 m 1.6624156 m -2.8569147 m 30.161459 MeV 8.8156715 keV 2.316121 cm 3.2522474 m World muIoni + 61 -1.1748597 m 1.7254074 m -2.8908997 m 30.142878 MeV 18.580946 keV 8.1083491 cm 3.3333309 m World muIoni + 62 -1.1975852 m 1.7630241 m -2.9109345 m 30.124343 MeV 9.9130171 keV 4.8299789 cm 3.3816307 m World muIoni + 63 -1.2069156 m 1.7784699 m -2.9192449 m 30.112736 MeV 6.3930154 keV 1.9866803 cm 3.4014975 m World muIoni + 64 -1.2621542 m 1.8695471 m -2.9681913 m 30.076698 MeV 34.839245 keV 11.722735 cm 3.5187248 m World muIoni + 65 -1.2655393 m 1.8752132 m -2.9712538 m 29.988401 MeV 1.4005145 keV 7.2761621 mm 3.526001 m World muIoni + 66 -1.2712159 m 1.8847848 m -2.9763999 m 29.986183 MeV 2.2182321 keV 1.2260588 cm 3.5382616 m World muIoni + 67 -1.2748143 m 1.8908768 m -2.9796735 m 29.982879 MeV 1.6877492 keV 7.7960393 mm 3.5460576 m World muIoni + 68 -1.2828636 m 1.9044784 m -2.9869831 m 29.977192 MeV 4.186921 keV 1.7413279 cm 3.5634709 m World muIoni + 69 -1.2965696 m 1.9276407 m -2.9994167 m 29.968381 MeV 8.8110954 keV 2.9647032 cm 3.5931179 m World muIoni + 70 -1.3117532 m 1.9533063 m -3.0132282 m 29.956747 MeV 9.9479127 keV 3.2863676 cm 3.6259816 m World muIoni + 71 -1.3127855 m 1.9550501 m -3.0141592 m 29.953822 MeV 450.55984 eV 2.2300752 mm 3.6282117 m World muIoni + 72 -1.317749 m 1.9634412 m -3.0186444 m 29.941098 MeV 3.3114599 keV 1.0731483 cm 3.6389431 m World muIoni + 73 -1.3209729 m 1.968936 m -3.0215944 m 29.938627 MeV 2.4703841 keV 7.0205735 mm 3.6459637 m World muIoni + 74 -1.3566305 m 2.029725 m -3.0542242 m 29.920002 MeV 17.507969 keV 7.7662871 cm 3.7236266 m World muIoni + 75 -1.3673209 m 2.0477842 m -3.0638973 m 29.913103 MeV 5.7045818 keV 2.3108115 cm 3.7467347 m World muIoni + 76 -1.3696949 m 2.0518099 m -3.0660637 m 29.892804 MeV 512.55454 eV 5.1512977 mm 3.751886 m World muIoni + 77 -1.3912032 m 2.0881644 m -3.0856247 m 29.881818 MeV 10.98583 keV 4.6549917 cm 3.7984359 m World muIoni + 78 -1.4070008 m 2.1148509 m -3.1000775 m 29.846083 MeV 8.9697145 keV 3.4214421 cm 3.8326503 m World muIoni + 79 -1.4331151 m 2.1586194 m -3.1238817 m 29.834242 MeV 11.84032 keV 5.6251958 cm 3.8889023 m World muIoni + 80 -1.4342358 m 2.1604862 m -3.1249066 m 29.833924 MeV 318.20485 eV 2.4065396 mm 3.8913088 m World muIoni + 81 -1.4586255 m 2.201103 m -3.1472158 m 29.820527 MeV 12.272281 keV 5.2366908 cm 3.9436757 m World muIoni + 82 -1.4790536 m 2.2351909 m -3.1659663 m 29.807425 MeV 11.920382 keV 4.3941731 cm 3.9876175 m World muIoni + 83 -1.4795512 m 2.2360184 m -3.1664231 m 29.806185 MeV 227.32995 eV 1.0682197 mm 3.9886857 m World muIoni + 84 -1.4842511 m 2.2438493 m -3.170751 m 29.782584 MeV 1.6242587 keV 1.0106554 cm 3.9987922 m World muIoni + 85 -1.5291923 m 2.3193006 m -3.2126674 m 29.757655 MeV 23.780827 keV 9.7312316 cm 4.0961046 m World muIoni + 86 -1.5421317 m 2.3409085 m -3.2246598 m 29.751441 MeV 4.4957848 keV 2.7895246 cm 4.1239998 m World muIoni + 87 -1.5468581 m 2.3488119 m -3.2290625 m 29.748113 MeV 3.3282366 keV 1.0207207 cm 4.134207 m World muIoni + 88 -1.5800171 m 2.4043183 m -3.2598902 m 29.72807 MeV 18.211679 keV 7.1630035 cm 4.205837 m World muIoni + 89 -1.5976312 m 2.4334262 m -3.2763672 m 29.716433 MeV 10.25895 keV 3.7802401 cm 4.2436395 m World muIoni + 90 -1.6024039 m 2.441333 m -3.2808245 m 29.713774 MeV 2.6581772 keV 1.0254908 cm 4.2538944 m World muIoni + 91 -1.621005 m 2.4721596 m -3.2982055 m 29.698497 MeV 9.3808101 keV 3.9979809 cm 4.2938742 m World muIoni + 92 -1.6553914 m 2.5295622 m -3.3305467 m 29.674901 MeV 21.877864 keV 7.4320053 cm 4.3681942 m World muIoni + 93 -1.6685388 m 2.5514842 m -3.3428602 m 29.662466 MeV 7.6829132 keV 2.8373456 cm 4.3965677 m World muIoni + 94 -1.6777761 m 2.5666066 m -3.3514986 m 29.654789 MeV 5.4219006 keV 1.9715114 cm 4.4162828 m World muIoni + 95 -1.682584 m 2.5742131 m -3.3559754 m 29.649633 MeV 3.3420815 keV 1.0050683 cm 4.4263335 m World muIoni + 96 -1.7282186 m 2.6462218 m -3.3983387 m 29.618157 MeV 22.999283 keV 9.5197121 cm 4.5215306 m World muIoni + 97 -1.7494465 m 2.6796793 m -3.4180456 m 29.604985 MeV 13.171885 keV 4.4253812 cm 4.5657844 m World muIoni + 98 -1.7584919 m 2.6939456 m -3.4264413 m 29.599215 MeV 3.7567317 keV 1.8863564 cm 4.584648 m World muIoni + 99 -1.7676814 m 2.70843 m -3.4349355 m 29.594526 MeV 4.6889284 keV 1.9141532 cm 4.6037895 m World muIoni + 100 -1.7996035 m 2.7588428 m -3.4643391 m 29.580148 MeV 14.378818 keV 6.6521184 cm 4.6703107 m World muIoni + 101 -1.8122242 m 2.7785494 m -3.4760215 m 29.570843 MeV 7.4929746 keV 2.6155784 cm 4.6964665 m World muIoni + 102 -1.823884 m 2.7964973 m -3.4867484 m 29.553246 MeV 6.4819514 keV 2.3940536 cm 4.720407 m World muIoni + 103 -1.8692846 m 2.8659455 m -3.5285428 m 29.523762 MeV 27.238127 keV 9.2903714 cm 4.8133107 m World muIoni + 104 -1.8695097 m 2.86629 m -3.5287481 m 29.505926 MeV 32.600263 eV 459.86497 um 4.8137706 m World muIoni + 105 -1.8866655 m 2.8926358 m -3.5444598 m 29.495977 MeV 6.8819847 keV 3.5146608 cm 4.8489172 m World muIoni + 106 -1.890167 m 2.8980173 m -3.5476762 m 29.49337 MeV 1.6064995 keV 7.1809932 mm 4.8560982 m World muIoni + 107 -1.8975453 m 2.9093623 m -3.5544364 m 29.485096 MeV 3.8508065 keV 1.5127743 cm 4.8712259 m World muIoni + 108 -1.9039727 m 2.9192223 m -3.5603287 m 29.480073 MeV 4.010515 keV 1.3162521 cm 4.8843885 m World muIoni + 109 -1.9159692 m 2.9375618 m -3.5712897 m 29.473311 MeV 6.7621561 keV 2.4502909 cm 4.9088914 m World muIoni + 110 -1.9753047 m 3.0279974 m -3.6255 m 29.435617 MeV 36.02473 keV 12.098851 cm 5.0298799 m World muIoni + 111 -1.9800505 m 3.0353045 m -3.6298667 m 29.429529 MeV 4.0014139 keV 9.7459731 mm 5.0396258 m World muIoni + 112 -1.9865532 m 3.0453192 m -3.6358206 m 29.367168 MeV 4.1435847 keV 1.3342766 cm 5.0529686 m World muIoni + 113 -2.0136655 m 3.0872089 m -3.6608479 m 29.355642 MeV 11.526101 keV 5.5822992 cm 5.1087916 m World muIoni + 114 -2.0277446 m 3.1089367 m -3.6738151 m 29.348476 MeV 7.1660202 keV 2.8956306 cm 5.1377479 m World muIoni + 115 -2.0356787 m 3.1211832 m -3.6810611 m 29.343301 MeV 3.7134473 keV 1.6292017 cm 5.1540399 m World muIoni + 116 -2.0523909 m 3.147063 m -3.6963533 m 29.332871 MeV 8.2248959 keV 3.4393599 cm 5.1884335 m World muIoni + 117 -2.1188807 m 3.2505467 m -3.7574241 m 29.297053 MeV 35.818326 keV 13.733042 cm 5.3257639 m World muIoni + 118 -2.1210876 m 3.2539758 m -3.7594417 m 29.295383 MeV 646.31847 eV 4.5496983 mm 5.3303136 m World muIoni + 119 -2.156499 m 3.3089764 m -3.7917926 m 29.273867 MeV 20.176298 keV 7.2976996 cm 5.4032906 m World muIoni + 120 -2.2007229 m 3.3768391 m -3.8317488 m 29.21067 MeV 23.561342 keV 9.031986 cm 5.4936105 m World muIoni + 121 -2.216542 m 3.4012067 m -3.8460376 m 29.199779 MeV 9.2506539 keV 3.2375811 cm 5.5259863 m World muIoni + 122 -2.2535886 m 3.4579472 m -3.8792434 m 29.178161 MeV 21.618238 keV 7.5462579 cm 5.6014489 m World muIoni + 123 -2.2647215 m 3.4749463 m -3.8892852 m 29.171798 MeV 6.3629614 keV 2.2666053 cm 5.6241149 m World muIoni + 124 -2.2753244 m 3.4912176 m -3.8988612 m 29.163543 MeV 6.3709656 keV 2.1653577 cm 5.6457685 m World muIoni + 125 -2.2815502 m 3.5007666 m -3.9044703 m 29.160566 MeV 1.7834363 keV 1.2704577 cm 5.6584731 m World muIoni + 126 -2.2843053 m 3.5049816 m -3.9069498 m 29.15757 MeV 1.1155016 keV 5.6128698 mm 5.664086 m World muIoni + 127 -2.2970772 m 3.5245477 m -3.9184613 m 29.148445 MeV 6.9679146 keV 2.6047478 cm 5.6901334 m World muIoni + 128 -2.3552029 m 3.6132273 m -3.9706778 m 29.123138 MeV 23.079043 keV 11.819214 cm 5.8083256 m World muIoni + 129 -2.3978123 m 3.6786242 m -4.0093672 m 29.091039 MeV 27.671344 keV 8.7116261 cm 5.8954418 m World muIoni + 130 -2.4083959 m 3.6948504 m -4.0188675 m 29.083215 MeV 6.2946632 keV 2.1576829 cm 5.9170187 m World muIoni + 131 -2.429675 m 3.7276228 m -4.0379451 m 29.065762 MeV 14.32763 keV 4.3483237 cm 5.9605019 m World muIoni + 132 -2.4302124 m 3.7284502 m -4.0384258 m 29.061288 MeV 275.98641 eV 1.0974891 mm 5.9615994 m World muIoni + 133 -2.4396512 m 3.7429954 m -4.046859 m 28.960897 MeV 6.6280444 keV 1.9281418 cm 5.9808808 m World muIoni + 134 -2.4632529 m 3.7788317 m -4.0677141 m 28.943552 MeV 15.254277 keV 4.7709826 cm 6.0285906 m World muIoni + 135 -2.4687817 m 3.7871769 m -4.0725987 m 28.937916 MeV 2.8618962 keV 1.1138626 cm 6.0397293 m World muIoni + 136 -2.4876754 m 3.8156528 m -4.0893369 m 28.920954 MeV 12.780887 keV 3.8052865 cm 6.0777821 m World muIoni + 137 -2.5004897 m 3.8350304 m -4.10075 m 28.912922 MeV 6.8147941 keV 2.5883527 cm 6.1036657 m World muIoni + 138 -2.5291599 m 3.8786302 m -4.1263902 m 28.895064 MeV 14.342271 keV 5.8140871 cm 6.1618065 m World muIoni + 139 -2.5300619 m 3.8800041 m -4.1272009 m 28.89329 MeV 234.68695 eV 1.8325915 mm 6.1636391 m World muIoni + 140 -2.5350946 m 3.8876637 m -4.1317187 m 28.889269 MeV 4.0211232 keV 1.0218009 cm 6.1738571 m World muIoni + 141 -2.553741 m 3.9160527 m -4.148433 m 28.85821 MeV 8.4475523 keV 3.7854957 cm 6.2117121 m World muIoni + 142 -2.5733955 m 3.9459289 m -4.1659397 m 28.845336 MeV 11.148265 keV 3.9816754 cm 6.2515288 m World muIoni + 143 -2.5860015 m 3.9651719 m -4.1771466 m 28.830465 MeV 6.8123681 keV 2.5589135 cm 6.277118 m World muIoni + 144 -2.5875962 m 3.9676123 m -4.1785643 m 28.827371 MeV 617.37731 eV 3.2415973 mm 6.2803596 m World muIoni + 145 -2.5926688 m 3.9753603 m -4.1830634 m 28.82369 MeV 2.6894923 keV 1.0295897 cm 6.2906555 m World muIoni + 146 -2.6010182 m 3.9880916 m -4.1904884 m 28.820304 MeV 3.3854473 keV 1.6938973 cm 6.3075944 m World muIoni + 147 -2.6217398 m 4.0196815 m -4.2088221 m 28.808859 MeV 9.7192175 keV 4.1993325 cm 6.3495878 m World muIoni + 148 -2.6333735 m 4.0373993 m -4.2190877 m 28.798782 MeV 6.4713205 keV 2.3550926 cm 6.3731387 m World muIoni + 149 -2.6755117 m 4.1016503 m -4.2563748 m 28.770638 MeV 19.904601 keV 8.5406161 cm 6.4585449 m World muIoni + 150 -2.6933346 m 4.1290368 m -4.2722502 m 28.759554 MeV 9.982673 keV 3.6327684 cm 6.4948725 m World muIoni + 151 -2.7123507 m 4.1583309 m -4.2891459 m 28.748232 MeV 9.9515636 keV 3.8797307 cm 6.5336699 m World muIoni + 152 -2.7143264 m 4.161386 m -4.290905 m 28.745871 MeV 1.0919323 keV 4.0412417 mm 6.5377111 m World muIoni + 153 -2.7315125 m 4.1879397 m -4.3061935 m 28.737622 MeV 8.2491871 keV 3.513122 cm 6.5728423 m OutOfWorld Transportation +Track (trackID 12, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.965274353883(mm),0.013195021819665(mm),78.771674289274(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.054581941101(mm),1.4648962748794(mm),78.932253932774(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 @@ -10521,7 +10997,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.548292(mm),-2.7078566(mm),78.845199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.805868(mm),-0.67932041(mm),79.328763(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 @@ -10530,7 +11006,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.679166(mm),-2.668149(mm),79.174777(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.374734(mm),-1.9979349(mm),78.875802(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 @@ -10539,7 +11015,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.977082(mm),-0.50529085(mm),78.240611(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.819564(mm),-0.94976642(mm),79.150021(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 @@ -10548,7 +11024,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.973501(mm),-0.50218864(mm),79.299205(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.230917(mm),0.98563775(mm),78.548507(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 @@ -10557,7 +11033,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.530258(mm),0.084162658(mm),78.319399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.245036(mm),3.1563683(mm),79.074999(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 @@ -10566,7 +11042,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.609123(mm),-0.14278104(mm),78.305492(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.259523(mm),-2.4375735(mm),79.072444(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 @@ -10575,7 +11051,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.845498(mm),-0.67101518(mm),78.44014(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.412149(mm),0.16932896(mm),79.221859(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 @@ -10584,7 +11060,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.413563(mm),2.3347325(mm),78.516302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.593686(mm),1.5327447(mm),79.366176(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 @@ -10593,7 +11069,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.096302(mm),-0.04654138(mm),79.277552(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.0626(mm),1.5929544(mm),78.225532(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 @@ -10602,7 +11078,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.970916(mm),2.6262428(mm),78.77068(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.821385(mm),-1.9493178(mm),78.973373(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 @@ -10611,7 +11087,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.811286(mm),2.7957821(mm),78.446173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.570395(mm),0.61600909(mm),79.017629(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 @@ -10620,7 +11096,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.522753(mm),3.1017037(mm),78.673376(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.470304(mm),1.0249723(mm),79.211605(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 @@ -10629,7 +11105,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.488532(mm),1.0799684(mm),78.326756(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.48494(mm),1.9630573(mm),79.032697(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 @@ -10638,7 +11114,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.480831(mm),-1.3308495(mm),79.386076(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.011251(mm),-0.3095558(mm),78.58724(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 @@ -10647,7 +11123,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.798036(mm),-2.2954243(mm),78.272182(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.098886(mm),-2.5022447(mm),79.100769(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 @@ -10656,7 +11132,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.743896(mm),-1.7574935(mm),78.634382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.867689(mm),-2.6970763(mm),79.141535(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 @@ -10665,7 +11141,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.585831(mm),-1.3191226(mm),78.662253(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.495692(mm),-3.6074816(mm),78.50182(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 @@ -10674,7 +11150,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.872164(mm),3.756722(mm),78.964419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.139584(mm),-1.4004632(mm),79.26992(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 @@ -10683,7 +11159,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.669154(mm),-2.424493(mm),79.000215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.429412(mm),-1.9245535(mm),78.33718(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 @@ -10692,7 +11168,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.848837(mm),-2.4596935(mm),78.792205(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.874171(mm),-0.66338677(mm),78.787738(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 @@ -10701,7 +11177,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.382785(mm),2.2759842(mm),78.874383(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.12671(mm),-2.5847334(mm),78.566882(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 @@ -10710,7 +11186,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.694923(mm),1.7703225(mm),78.290364(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.359283(mm),-3.0101343(mm),78.7022(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 @@ -10719,7 +11195,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.393104(mm),3.6024688(mm),78.519909(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.884341(mm),-2.1072586(mm),78.962272(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 @@ -10728,7 +11204,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.993035(mm),3.6838632(mm),78.943106(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.347469(mm),-2.1425949(mm),78.88061(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 @@ -10737,7 +11213,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.305302(mm),2.3189984(mm),79.064372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.479771(mm),2.5584957(mm),78.504628(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 @@ -10746,7 +11222,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.803653(mm),1.8391495(mm),78.623846(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.544927(mm),1.8488009(mm),78.845793(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 @@ -10755,7 +11231,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.91016(mm),-0.38299468(mm),78.781392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.781942(mm),0.47285551(mm),78.980328(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 @@ -10764,7 +11240,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.562955(mm),-1.5993899(mm),79.195268(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.784893(mm),2.3298914(mm),78.627153(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 @@ -10773,7 +11249,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.760742(mm),-0.18673352(mm),78.807739(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.246318(mm),-3.2691395(mm),78.545792(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 @@ -10782,7 +11258,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.219419(mm),1.6932993(mm),78.550535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.018246(mm),-1.2569747(mm),79.291315(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 @@ -10791,7 +11267,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.572249(mm),1.7138775(mm),79.369956(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.852477(mm),-0.81264249(mm),79.320544(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 @@ -10800,7 +11276,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.504247(mm),-0.33314679(mm),78.323985(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.052889(mm),-0.52470306(mm),78.756225(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 @@ -10809,7 +11285,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.664228(mm),3.9186532(mm),78.824757(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.908447(mm),-0.05451362(mm),79.134348(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 @@ -10818,7 +11294,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.198105(mm),3.6797884(mm),78.73062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.975299(mm),1.9894524(mm),78.59358(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 @@ -10827,7 +11303,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.235238(mm),3.3743249(mm),78.547745(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.922565(mm),1.744017(mm),79.308186(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 @@ -10836,7 +11312,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.473294(mm),-1.9602098(mm),78.50577(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.713633(mm),-2.2467058(mm),78.992372(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 @@ -10845,7 +11321,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.384617(mm),3.4903049(mm),78.697733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.373837(mm),-0.36657885(mm),79.404942(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 @@ -10854,7 +11330,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.277723(mm),1.2948928(mm),78.716581(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.601524(mm),0.98532044(mm),78.835813(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 @@ -10863,7 +11339,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.690327(mm),2.2722809(mm),78.996482(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.643987(mm),-2.1193343(mm),79.004653(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 @@ -10872,7 +11348,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.017579(mm),2.2185253(mm),78.938779(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.790909(mm),0.6256132(mm),78.449766(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 @@ -10881,7 +11357,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.633084(mm),-1.0641751(mm),78.830248(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.983017(mm),2.9409015(mm),78.944873(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 @@ -10890,50 +11366,61 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.673734(mm),-3.0467015(mm),78.999408(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.752182(mm),2.6514563(mm),78.809248(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 (-10.163404(mm),-0.37324055(mm),79.442047(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 (-14.043056(mm),0.85352005(mm),78.757959(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 (-13.402048(mm),-3.6376134(mm),78.870986(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 (-12.824182(mm),2.4292106(mm),78.97288(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 (-11.922137(mm),0.58346791(mm),79.131934(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 = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.54 mm -2.51 mm 5.53 cm 36.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.7404981 mm -2.4575918 mm 5.409135 cm 31.236979 MeV 5.6610319 MeV 1.2856033 mm 1.2856033 mm Target hIoni - 2 -8.9152916 mm -2.2731251 mm 5.3117625 cm 26.638279 MeV 4.5987006 MeV 1.0147425 mm 2.3003458 mm Target hIoni - 3 -8.9310173 mm -2.1030535 mm 5.23281 cm 22.406477 MeV 4.2318013 MeV 814.92992 um 3.1152757 mm Target hIoni - 4 -8.9023072 mm -1.9470457 mm 5.1705408 cm 18.481537 MeV 3.92494 MeV 648.70971 um 3.7639854 mm Target hIoni - 5 -8.9309315 mm -1.8654264 mm 5.1207243 cm 15.686682 MeV 2.7948556 MeV 510.97046 um 4.2749559 mm Target hIoni - 6 -8.924491 mm -1.899156 mm 5.0790416 cm 12.682446 MeV 3.0042355 MeV 423.16608 um 4.698122 mm Target hIoni - 7 -8.8994975 mm -1.9030502 mm 5.0457223 cm 9.6987621 MeV 2.9836841 MeV 338.79469 um 5.0369167 mm Target hIoni - 8 -8.869121 mm -1.8259478 mm 5.0210565 cm 6.9351584 MeV 2.7636037 MeV 264.84786 um 5.3017645 mm Target hIoni - 9 -8.8968644 mm -1.7942043 mm 5.0017767 cm 3.8783938 MeV 3.0567646 MeV 202.39727 um 5.5041618 mm Target hIoni - 10 -8.9710806 mm -1.7666786 mm 4.9954988 cm 647.44061 keV 3.2309532 MeV 119.63784 um 5.6237996 mm Target hIoni - 11 -8.9756015 mm -1.7686542 mm 4.9955191 cm 21.504313 keV 625.9363 keV 7.0242198 um 5.6308238 mm Target hIoni - 12 -8.9756179 mm -1.7686656 mm 4.995519 cm 0 eV 21.504313 keV 140.27023 nm 5.6309641 mm Target hIoni - 13 -8.9756179 mm -1.7686656 mm 4.995519 cm 0 eV 0 eV 0 fm 5.6309641 mm Target Scintillation -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.98 mm -1.77 mm 5 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.0479146 mm -1.8203102 mm 4.9871153 cm 1.3380193 MeV 2.7817934 MeV 143.92583 um 143.92583 um Target muIoni - 2 -9.0519297 mm -1.8288461 mm 4.9854451 cm 170.92377 keV 1.1670955 MeV 25.343099 um 169.26893 um Target muIoni - 3 -9.0515555 mm -1.8286609 mm 4.9853943 cm 59.77007 keV 111.1537 keV 1.2049432 um 170.47388 um Target muIoni - 4 -9.0515672 mm -1.8286384 mm 4.9854063 cm 0 eV 59.77007 keV 329.78151 nm 170.80366 um Target muIoni - 5 -9.0515672 mm -1.8286384 mm 4.9854063 cm 0 eV 0 eV 0 fm 170.80366 um Target Scintillation -Track (trackID 14, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.072752(mm),-0.29256147(mm),78.92905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.492325(mm),-2.8326099(mm),78.326087(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 @@ -10942,7 +11429,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.414432(mm),1.3275452(mm),79.221457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.250218(mm),2.8160216(mm),79.250412(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 @@ -10951,7 +11438,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.13121(mm),2.5871755(mm),78.566088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.951283(mm),-3.6325441(mm),78.597814(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 @@ -10960,7 +11447,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.593034(mm),-1.7874549(mm),79.366291(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.807223(mm),2.8537277(mm),78.446889(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 @@ -10969,7 +11456,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.233108(mm),2.9203675(mm),79.077102(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.885111(mm),0.41109455(mm),78.962136(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 @@ -10978,7 +11465,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.641149(mm),2.7523365(mm),78.828826(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.990865(mm),-0.31117068(mm),78.414508(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 @@ -10987,7 +11474,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.143596(mm),-2.5827279(mm),78.563904(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.66715(mm),-3.4613168(mm),78.471588(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 @@ -10996,7 +11483,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.712656(mm),3.3847476(mm),78.816218(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.710297(mm),-0.25199163(mm),78.287653(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 @@ -11005,7 +11492,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.026955(mm),-2.9457872(mm),78.408144(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.871492(mm),0.13776425(mm),78.964538(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 @@ -11014,7 +11501,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.536365(mm),2.6266546(mm),78.847303(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.745971(mm),-0.83051389(mm),78.457689(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 @@ -11023,7 +11510,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.854144(mm),1.1615607(mm),78.79127(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.117835(mm),-0.38184241(mm),78.744774(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 @@ -11032,7 +11519,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.772247(mm),3.8773224(mm),78.80571(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.268252(mm),-3.310766(mm),78.894578(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 @@ -11041,7 +11528,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.173042(mm),0.65289694(mm),79.26402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.972502(mm),-0.55602637(mm),79.123054(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 @@ -11050,7 +11537,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.417724(mm),3.7081672(mm),78.868222(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.080945(mm),-1.66764(mm),78.574952(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 @@ -11059,7 +11546,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.525952(mm),2.5373495(mm),78.320158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.061661(mm),2.8295442(mm),78.578352(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 @@ -11068,7 +11555,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.289108(mm),-2.6469304(mm),78.714574(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.550137(mm),3.4378552(mm),79.021201(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 @@ -11077,7 +11564,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.581152(mm),0.68358039(mm),78.663078(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.477882(mm),1.5224435(mm),78.328634(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 @@ -11086,7 +11573,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.972996(mm),3.7008711(mm),78.770313(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.951295(mm),-2.895363(mm),78.597812(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 @@ -11095,7 +11582,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.775672(mm),-1.6822439(mm),78.452452(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.974108(mm),-2.9913777(mm),79.122771(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 @@ -11104,7 +11591,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.78745(mm),3.4775766(mm),78.626702(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.377546(mm),-1.0589702(mm),78.169999(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 @@ -11113,7 +11600,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.922292(mm),-0.077092729(mm),78.426599(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.780179(mm),-3.547631(mm),78.627985(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 @@ -11122,7 +11609,34 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.189106(mm),-0.8212496(mm),78.908534(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.085906(mm),0.79001387(mm),78.750404(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 (-11.630198(mm),0.93855242(mm),79.183411(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 (-13.196619(mm),-0.47581829(mm),78.907209(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 (-12.532655(mm),2.5532545(mm),79.024284(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 @@ -11758,69 +12272,6 @@ G4PrimaryTransformer::PrimaryVertex (-15.832952(mm),1.2158094(mm),78.442352(mm), Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.767628(mm),-0.87957225(mm),78.806525(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 (-13.847201(mm),0.87500687(mm),78.792494(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 (-10.363438(mm),-1.2796408(mm),79.406775(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 (-14.059215(mm),1.667111(mm),78.75511(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 (-13.567822(mm),3.7157656(mm),78.841756(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 (-12.231003(mm),3.4720719(mm),79.077473(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 (-11.165785(mm),2.2632905(mm),79.2653(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. 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -11848,12 +12299,12 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 1417739634, 1460231576 + Current couple of seeds = 1782563335, 1194773934 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.695409(mm),1.712103(mm),78.642932(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.767628(mm),-0.87957225(mm),78.806525(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 @@ -11862,7 +12313,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.460996(mm),3.5866278(mm),78.684265(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.847201(mm),0.87500687(mm),78.792494(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 @@ -11871,7 +12322,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.696462(mm),1.1513798(mm),79.171727(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.363438(mm),-1.2796408(mm),79.406775(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 @@ -11880,7 +12331,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.95294(mm),-0.13038013(mm),78.421195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.059215(mm),1.667111(mm),78.75511(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 @@ -11889,7 +12340,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.869851(mm),1.9699848(mm),79.141154(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.567822(mm),3.7157656(mm),78.841756(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 @@ -11898,7 +12349,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.684148(mm),1.5570836(mm),78.997571(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.231003(mm),3.4720719(mm),79.077473(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 @@ -11907,7 +12358,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.458924(mm),0.50100558(mm),78.331977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.165785(mm),2.2632905(mm),79.2653(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 @@ -11916,7 +12367,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.768572(mm),0.11747809(mm),79.159012(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.695409(mm),1.712103(mm),78.642932(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 @@ -11925,7 +12376,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.268771(mm),-1.5264145(mm),79.24714(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.460996(mm),3.5866278(mm),78.684265(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 @@ -11934,7 +12385,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.947293(mm),1.4673667(mm),78.951172(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.696462(mm),1.1513798(mm),79.171727(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 @@ -11960,12 +12411,12 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 802353168, 138311351 + Current couple of seeds = 1231927454, 1962151038 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.877889(mm),-2.3267264(mm),78.96341(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.95294(mm),-0.13038013(mm),78.421195(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 627f81bff2a..400c07a3a19 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 ba380cfbcb8..751106c140b 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2314,7 +2314,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.018566s Sys=0.000000s + User=0.010000s Real=0.023276s Sys=0.010000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 956f5d08f83..f079e0d18d8 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -1,5 +1,5 @@ argc 4 -Geometry data file: /mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/g3tog4/clGeometry/data/testmodel.dat +Geometry data file: /geant4/examples/extended/g3tog4/clGeometry/data/testmodel.dat evaluating -m Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... @@ -8,7 +8,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -Instantiated G3toG4DetectorConstruction using call list file "/mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/g3tog4/clGeometry/data/testmodel.dat" +Instantiated G3toG4DetectorConstruction using call list file "/geant4/examples/extended/g3tog4/clGeometry/data/testmodel.dat" <<< Geant4 Physics List simulation engine: FTFP_BERT Visualization Manager instantiating with verbosity "warnings (3)"... @@ -74,7 +74,7 @@ Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. userDetector->Construct() start. Instantiated unit rotation matrix irot=0 -Reading the call List file /mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/g3tog4/clGeometry/data/testmodel.dat... +Reading the call List file /geant4/examples/extended/g3tog4/clGeometry/data/testmodel.dat... G4ggclos: setting top-level VolTableEntry Dump of VTD - 26 entries: Instantiated 26 volume table entries @@ -908,7 +908,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000510s Sys=0.000000s + User=0.000000s Real=0.000435s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -941,7 +941,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000047s Sys=0.000000s + User=0.000000s Real=0.000058s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -974,7 +974,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000077s Sys=0.000000s + User=0.000000s Real=0.000070s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1007,7 +1007,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000030s Sys=0.000000s + User=0.000000s Real=0.000043s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1040,7 +1040,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000093s Sys=0.000000s + User=0.000000s Real=0.000074s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1073,7 +1073,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000049s Sys=0.000000s + User=0.000000s Real=0.000042s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1106,7 +1106,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000046s Sys=0.000000s + User=0.000000s Real=0.000038s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1139,7 +1139,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000043s Sys=0.000000s + User=0.000000s Real=0.000033s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index 77e04dd71f4..1115cbd49b4 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -146,7 +146,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000440s Sys=0.000000s + User=0.000000s Real=0.000342s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/hadronic/FissionFragment/FissionFragment.out b/examples/extended/hadronic/FissionFragment/FissionFragment.out index 01d56539481..273bee4ce59 100644 --- a/examples/extended/hadronic/FissionFragment/FissionFragment.out +++ b/examples/extended/hadronic/FissionFragment/FissionFragment.out @@ -1,4 +1,4 @@ -#### Starting: /mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/build/examples/extended/hadronic/FissionFragment/FissionFragment #### +#### Starting: /build/jenkins/workspace/examples/extended/hadronic/FissionFragment/FissionFragment #### Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -6,7 +6,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -835,7 +835,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index 05ee9c47309..08f1bc28120 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -829,7 +829,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.032741s Sys=0.000000s + User=0.010000s Real=0.057241s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al @@ -1641,6 +1641,6 @@ HistoManager: End of run actions are started G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.034 MB +Dynamic pools deleted: 11 / Total memory freed: 0.039 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 71b82bf9fd0..c752f4e55df 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -539,11 +539,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -555,7 +555,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -567,7 +567,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -676,7 +676,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -820,7 +820,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -896,7 +896,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 100.00 10k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -Initialisation time: User=1.710000s Real=6.139790s Sys=0.210000s +Initialisation time: User=1.540000s Real=7.818855s Sys=0.190000s EventAction: Event # 0 started EventAction: Event # 10 started EventAction: Event # 20 started @@ -910,34 +910,34 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=1.050000s Real=1.065735s Sys=0.000000s -RunAction::EndOfRunAction: User=1.050000s Real=1.065825s Sys=0.000000s + User=0.880000s Real=1.211092s Sys=0.000000s +RunAction::EndOfRunAction: User=0.880000s Real=1.211249s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== Beam particle proton Beam Energy(MeV) 3000 Number of events 100 -Average energy deposit (MeV) 609.9 RMS(MeV) 347.3 -Average number of steps 1038 -Average number of gamma 71.42 -Average number of e- 92.88 -Average number of e+ 4.79 -Average number of neutrons 23.78 -Average number of protons 4.84 +Average energy deposit (MeV) 604.3 RMS(MeV) 404.6 +Average number of steps 1110 +Average number of gamma 79.76 +Average number of e- 103.8 +Average number of e+ 5.67 +Average number of neutrons 20.2 +Average number of protons 4.24 Average number of antiprotons 0 -Average number of pi+ & pi- 0.75 -Average number of pi0 0.34 -Average number of kaons 0.01 -Average number of muons 0.12 -Average number of deuterons+tritons 2.31 -Average number of He3+alpha 0.52 -Average number of ions 6.12 +Average number of pi+ & pi- 0.6 +Average number of pi0 0.33 +Average number of kaons 0 +Average number of muons 0.03 +Average number of deuterons+tritons 2.02 +Average number of He3+alpha 0.43 +Average number of ions 4.88 Average number of forward neutrons 0 -Average number of reflected neutrons 19.33 +Average number of reflected neutrons 16.83 Average number of leaked neutrons 0 -Average number of proton leak 1.14 -Average number of pion leak 0.42 +Average number of proton leak 1.03 +Average number of pion leak 0.38 ======================================================== # @@ -951,22 +951,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 26 +Total navigation history collections cleaned: 28 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0375 MB +Pool ID '20G4NavigationLevelRep', size : 0.0413 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0125 MB -Pool ID '7G4Track', size : 0.024 MB -Pool ID '18G4TouchableHistory', size : 0.00288 MB +Pool ID '17G4DynamicParticle', size : 0.0135 MB +Pool ID '7G4Track', size : 0.0269 MB +Pool ID '18G4TouchableHistory', size : 0.00385 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00673 MB Pool ID '17G4ReactionProduct', size : 0.00673 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.096 MB +Dynamic pools deleted: 12 / Total memory freed: 0.1 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index ddae2c50023..968b543c020 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -531,11 +531,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -547,7 +547,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -559,7 +559,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -668,7 +668,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -812,7 +812,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -876,28 +876,28 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.090000s Real=0.143179s Sys=0.000000s + User=0.080000s Real=0.115968s Sys=0.010000s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== Beam particle S32 Beam Energy(GeV) 200 Number of events 100 -Average energy deposit (GeV) 6.672 RMS(GeV) 4.317 -Average number of steps 57.1 -Average number of gamma 0.85 +Average energy deposit (GeV) 6.76 RMS(GeV) 4.262 +Average number of steps 57.92 +Average number of gamma 0.95 Average number of e- 0 Average number of e+ 0 -Average number of neutrons 9.96 -Average number of protons 11.06 +Average number of neutrons 10.07 +Average number of protons 10.87 Average number of antiprotons 0 -Average number of pi+ & pi- 6.76 -Average number of pi0 3.44 -Average number of kaons 0.1 +Average number of pi+ & pi- 7.33 +Average number of pi0 3.84 +Average number of kaons 0.06 Average number of muons 0 -Average number of deuterons+tritons 2.61 -Average number of He3+alpha 0.98 -Average number of ions 1.05 +Average number of deuterons+tritons 2.14 +Average number of He3+alpha 0.97 +Average number of ions 1.01 ======================================================== 0 events have been kept for refreshing and/or reviewing. @@ -908,6 +908,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.087 MB +Dynamic pools deleted: 12 / Total memory freed: 0.088 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index e27e6e82101..9de52d27e1f 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -109,12 +109,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -128,7 +128,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -140,7 +140,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -236,7 +236,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for gamma @@ -376,7 +376,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -434,7 +434,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.100000s Real=0.117273s Sys=0.000000s + User=0.090000s Real=0.175902s 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 7cd6af523a0..b1ac56632aa 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -167,29 +167,29 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=14.100000s Real=15.692123s Sys=0.000000s + User=12.110000s Real=12.836409s Sys=0.020000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) Process calls frequency : - hadElastic= 212297 nCapture= 1000 + hadElastic= 205216 nCapture= 1000 Parcours of incident neutron: - nb of collisions E>1*eV= 16.632 E<1*eV= 196.66 total= 213.3 - track length E>1*eV= 20.575 cm E<1*eV= 73.951 cm total= 94.526 cm - time of flight E>1*eV= 757.71 ns E<1*eV= 202.38 us total= 203.14 us + nb of collisions E>1*eV= 16.714 E<1*eV= 189.5 total= 206.22 + track length E>1*eV= 20.322 cm E<1*eV= 70.922 cm total= 91.244 cm + time of flight E>1*eV= 781.24 ns E<1*eV= 194.82 us total= 195.6 us List of generated particles: - O16: 3011 Emean = 36.952 keV ( 1.3171 meV --> 446.18 keV) - O17: 1 Emean = 50.919 eV ( 50.919 eV --> 50.919 eV ) - O18: 10 Emean = 9.8299 keV ( 68.413 meV --> 43.242 keV) - deuteron: 1001 Emean = 3.0171 keV ( 1.2773 keV --> 1.6989 MeV) + O16: 3027 Emean = 38.165 keV ( 1.1982 meV --> 441.43 keV) + O17: 1 Emean = 274.22 meV ( 274.22 meV --> 274.22 meV) + O18: 10 Emean = 38.041 keV ( 135.6 meV --> 192.89 keV) + deuteron: 1001 Emean = 2.3146 keV ( 1.1764 keV --> 997.65 keV) gamma: 1000 Emean = 2.2244 MeV ( 2.2243 MeV --> 2.2244 MeV) - proton: 22869 Emean = 82.557 keV ( 0.13519 meV --> 1.9968 MeV) + proton: 22562 Emean = 83.51 keV ( 0.12805 meV --> 1.9996 MeV) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1917736028, 4820262 + Current couple of seeds = 475539756, 66760012 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -208,13 +208,13 @@ 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.0125 MB -Pool ID '7G4Track', size : 0.024 MB +Pool ID '17G4DynamicParticle', size : 0.0144 MB +Pool ID '7G4Track', size : 0.0288 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '17G4ReactionProduct', size : 0.000961 MB Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.047 MB +Dynamic pools deleted: 10 / Total memory freed: 0.054 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index c2ef1397308..5e261c09fa3 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -136,12 +136,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: ionElastic Model: NNDiffuseElastic: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -155,7 +155,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -167,7 +167,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -277,7 +277,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for gamma @@ -428,7 +428,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV ================================================================ ======================================================================= @@ -493,7 +493,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=7.670000s Real=7.998703s Sys=0.000000s + User=6.540000s Real=6.743835s Sys=0.000000s The run is 10000 neutron of 14.1 MeV through 30 cm of Li7 (density: 1.85 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr07/hadr07.out b/examples/extended/hadronic/Hadr07/hadr07.out index 84a38ad12d2..c2f830c29bd 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -114,12 +114,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: ionElastic Model: NNDiffuseElastic: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -133,7 +133,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -145,7 +145,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -240,7 +240,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for gamma @@ -372,7 +372,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV ================================================================ ======================================================================= @@ -437,7 +437,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.020000s Real=5.440239s Sys=0.000000s + User=4.180000s Real=4.858562s Sys=0.010000s ======================== run summary ===================== diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index 863a2afbbc3..fc11d4c7ce8 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -117,12 +117,12 @@ Use Bearden atomic level energies 0 Process: ionElastic Model: NNDiffuseElastic: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -136,7 +136,7 @@ Use Bearden atomic level energies 0 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -148,7 +148,7 @@ Use Bearden atomic level energies 0 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -244,7 +244,7 @@ Use Bearden atomic level energies 0 Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for gamma @@ -384,7 +384,7 @@ Use Bearden atomic level energies 0 Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV ================================================================ ======================================================================= @@ -456,7 +456,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=9.480000s Real=11.101290s Sys=0.000000s + User=8.080000s Real=9.038143s Sys=0.040000s The run is 10000 Am241 of 0 meV within BeO (D = 3 cm L = 6 cm ) @@ -480,14 +480,14 @@ Run Summary At217[537.500]: 1 Emean = 107.3 keV ( 107.3 keV --> 107.3 keV) At217[568.500]: 1 Emean = 106.73 keV ( 106.73 keV --> 106.73 keV) At217[577.000]: 6 Emean = 106.58 keV ( 106.58 keV --> 106.58 keV) - Be9: 1 Emean = 1.2601 MeV ( 1.2601 MeV --> 1.2601 MeV) + Be9: 1 Emean = 1.26 MeV ( 1.26 MeV --> 1.26 MeV) Bi209: 10000 Emean = 1.2274 eV ( 4.482 meV --> 2.7334 eV ) Bi213: 9991 Emean = 132.94 keV ( 112.64 keV --> 132.95 keV) Bi213[1050.000]: 1 Emean = 113.55 keV ( 113.55 keV --> 113.55 keV) Bi213[257.870]: 7 Emean = 127.24 keV ( 121.63 keV --> 128.18 keV) Bi213[593.180]: 3 Emean = 121.99 keV ( 121.99 keV --> 121.99 keV) Bi213[758.900]: 1 Emean = 113.26 keV ( 113.26 keV --> 113.26 keV) - C12: 8 Emean = 1.1498 MeV ( 192.86 keV --> 2.4915 MeV) + C12: 8 Emean = 1.1498 MeV ( 192.87 keV --> 2.4914 MeV) Fr221: 10000 Emean = 104.86 keV ( 47.352 meV --> 105.65 keV) Fr221[100.890]: 183 Emean = 102.67 keV ( 94.115 keV --> 103.85 keV) Fr221[108.410]: 442 Emean = 102.94 keV ( 84.285 meV --> 103.72 keV) @@ -637,12 +637,12 @@ Run Summary U233[40.350]: 1456 Emean = 287.4 meV ( 6.17 meV --> 908.77 meV) U233[415.758]: 2585 Emean = 130.86 meV ( 1.4261 meV --> 395.9 meV) U233[92.160]: 154 Emean = 161.54 meV ( 9.1677 meV --> 768.57 meV) - alpha: 80001 Emean = 5.9271 MeV ( 4.2731 MeV --> 8.3755 MeV) + alpha: 80001 Emean = 5.9271 MeV ( 4.2727 MeV --> 8.3755 MeV) anti_nu_e: 40000 Emean = 425 keV ( 10.667 keV --> 1.8259 MeV) e+: 1 Emean = 255.46 keV ( 255.46 keV --> 255.46 keV) e-: 1276636 Emean = 11.534 keV ( 1.3878e-05 meV --> 1.6129 MeV) gamma: 75206 Emean = 83.965 keV ( 34.16 eV --> 4.4696 MeV) - neutron: 10 Emean = 4.8532 MeV ( 1.2557 MeV --> 10.866 MeV) + neutron: 10 Emean = 4.8531 MeV ( 1.2557 MeV --> 10.866 MeV) Mean energy deposit per event = 49.746 MeV rms = 478.88 keV Mean energy flow per event = 2.0664 MeV rms = 524.66 keV @@ -651,7 +651,7 @@ Run Summary anti_nu_e: 40000 Emean = 425 keV ( 10.667 keV --> 1.8259 MeV) Eflow/event = 1.7 MeV e-: 14 Emean = 266.67 keV ( 10.041 keV --> 1.0454 MeV) Eflow/event = 373.33 eV gamma: 15176 Emean = 238.33 keV ( 5.3768 keV --> 4.4696 MeV) Eflow/event = 361.68 keV - neutron: 9 Emean = 4.8317 MeV ( 1.2557 MeV --> 10.866 MeV) Eflow/event = 4.3486 keV + neutron: 9 Emean = 4.8317 MeV ( 1.2557 MeV --> 10.866 MeV) Eflow/event = 4.3485 keV --------- Ranecu engine status --------- Initial seed (index) = 0 diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index 6868565345f..b4e39f5e1db 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -558,7 +558,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n @@ -1076,7 +1076,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=11.252373s Sys=0.010000s + User=0.010000s Real=0.087503s 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 134110bd5c6..1a8b8c2bc06 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -587,7 +587,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.320000s Real=3.382272s Sys=0.000000s + User=2.940000s Real=2.997759s 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 0f829ba247a..5402468e429 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -518,7 +518,7 @@ ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=98.550000s Real=110.275073s Sys=0.040000s + User=90.910000s Real=100.677676s Sys=0.070000s 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 530dbefdbcb..e793a42a2bb 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 2c3b9ff1a6a..8870831865a 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 1f73823cdc1..e4e3d68e0cc 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,4 +1,4 @@ -Seed used : 1606871288 +Seed used : 1612446674 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -6,7 +6,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -273,19 +273,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: 4.0459 keV. Event is aborted if the Eloss is > 2 keV Start event 6 Start event 7 Start event 8 - * PrimaryKiller: aborts event 8, energy loss is too large. - * Energy loss by primary is: 5.0182 keV. Event is aborted if the Eloss is > 2 keV Start event 9 --------------------End of Global Run----------------------- - The run has 8 events -Number of events recorded by the species scorer = 8 - Total energy deposited in the world volume : 8373.7 eV + The run has 10 events +Number of events recorded by the species scorer = 10 + Total energy deposited in the world volume : 11226 eV ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index f4b7e0edf8b..aacf73468ae 100644 --- a/examples/extended/medical/dna/clustering/clustering.out +++ b/examples/extended/medical/dna/clustering/clustering.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 b10d1f7a418..0f7436b3f67 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.out +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -13,7 +13,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x1155750 +##### Create analysis manager 0x253a1b0 -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : Analysis_W013 @@ -647,7 +647,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=4.720000s Real=5.139732s Sys=0.030000s + User=4.310000s Real=4.779340s Sys=0.030000s ... write file : dna.root - done ... close file : dna.root - done 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 1e6d1765d08..5b266c13af3 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -13,7 +13,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x20e76b0 +##### Create analysis manager 0x189e540 -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : Analysis_W013 diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index 5298536a655..e3ce83d0cbe 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 23c61d4295b..d645166f805 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -384,12 +384,12 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=28.400000s Real=30.006842s Sys=0.000000s + User=27.100000s Real=28.645847s Sys=0.020000s Number and type of particles created outside region "Target" : -N e- : 745 +N e- : 753 _______________________ Number and type of particles created in region "Target" : -N e- : 46184 +N e- : 45410 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -412,12 +412,12 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 1.08 MB -Pool ID '7G4Track', size : 2.15 MB +Pool ID '17G4DynamicParticle', size : 1.09 MB +Pool ID '7G4Track', size : 2.17 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 3.2 MB +Dynamic pools deleted: 9 / Total memory freed: 3.3 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index d9039984ec8..6ba7a7f925b 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -13,7 +13,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x2033b30 +##### Create analysis manager 0x2661b90 -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : Analysis_W013 diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index 045f1e9f729..88aca20a694 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -565,7 +565,7 @@ Physics stage ends 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Calculation time = 6.4737 s + Calculation time = 4.43658 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 b412d049603..e5edf8f6a08 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 4f3bd15ec5f..fc7f62b54ba 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 90c979c5427..672b8d81712 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 b68798f5692..b47a8cfe4db 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 6af25b6d4f6..5968efbd4fc 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 2400defddc5..ecc71b905cd 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 3dcf986431d..09d94d35223 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-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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 021c4b21464..b29ad55f65f 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -291,7 +291,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=5.040000s Real=5.153386s Sys=0.000000s + User=4.350000s Real=4.506840s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index f7f9d051eb4..d9fcdd2a7e9 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -1,5 +1,5 @@ Starting run with -Macro File : /mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/medical/electronScattering2/electronScattering2.in +Macro File : /geant4/examples/extended/medical/electronScattering2/electronScattering2.in Starting Seed : 1 Output File : output.csv Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... @@ -9,7 +9,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -772,4 +772,4 @@ Number of Events Processed:20000 230 0.0094012 0.0054497 12 7 231 0.0033159 0.0025909 4 3 232 0.0056869 0.0014459 7 2 -### deleting electronFilter 0x17d95b0 +### deleting electronFilter 0xe78130 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index ed3e76c88b3..571dc975881 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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=7.270000s Real=7.680537s Sys=0.000000s + User=6.760000s Real=6.897599s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 665ef432374..33e0d1b72d1 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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=1.320000s Real=1.544311s Sys=0.000000s + User=1.230000s Real=1.245957s Sys=0.000000s Process calls frequency ---> eIoni= 329042 msc= 202513 Transportation= 22126 diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index 0e63f338c27..6bad866e70a 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -913,7 +913,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 200 - User=8.490000s Real=9.083991s Sys=0.040000s + User=7.590000s Real=8.031280s Sys=0.050000s ======================== run summary ====================== The run was 200 events. @@ -1427,7 +1427,7 @@ Unaccounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 5 - User=0.230000s Real=0.232047s Sys=0.000000s + User=0.210000s Real=0.208584s Sys=0.000000s ======================== run summary ====================== The run was 5 events. @@ -2636,7 +2636,7 @@ Unaccounted for photons in this event : 0 ./currentEvent.rndm is copied to ./run2evt0.rndm Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.083158s Sys=0.040000s + User=0.000000s Real=0.050141s Sys=0.000000s ======================== run summary ====================== The run was 1 events. diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index 968ee3b6405..087b879f0ce 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -13903,7 +13903,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2 1e+04 1.02e+03 -1.75e+03 4.05e-06 0 5.06e+03 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Pare +* G4Track Information: Particle = e+, Track ID = 1, Pa ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13915,7 +13915,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1000 - User=1.070000s Real=1.074834s Sys=0.000000s + User=0.860000s Real=0.927779s Sys=0.000000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. diff --git a/examples/extended/optical/OpNovice2/OpNovice2.out b/examples/extended/optical/OpNovice2/OpNovice2.out index 4becf0af21b..f2a2cf28b14 100644 --- a/examples/extended/optical/OpNovice2/OpNovice2.out +++ b/examples/extended/optical/OpNovice2/OpNovice2.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -994,7 +994,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100000 - User=1.080000s Real=1.166882s Sys=0.000000s + User=1.020000s Real=1.055310s Sys=0.000000s Run Summary --------------------------------- diff --git a/examples/extended/optical/wls/wls.out b/examples/extended/optical/wls/wls.out index 26e97867136..b2648ed8068 100644 --- a/examples/extended/optical/wls/wls.out +++ b/examples/extended/optical/wls/wls.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1143,7 +1143,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005882s Sys=0.000000s + User=0.010000s Real=0.005362s Sys=0.000000s ======================== run summary ===================== Average number per event: @@ -1224,7 +1224,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=18.700000s Real=21.433475s Sys=0.020000s + User=17.380000s Real=19.123124s Sys=0.030000s ======================== run summary ===================== Average number per event: diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index d22bce91d80..32ec8d32b2c 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -546,7 +546,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -871,7 +871,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=24.210000s Real=35.154388s Sys=1.030000s + User=21.520000s Real=32.705755s Sys=0.980000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output @@ -1001,131 +1001,131 @@ Run Summary 122 322646.695865 keV 123 371804.180883 keV 124 353100.142376 keV - 0 2010.42 [sigma: 1414.5 | error: 0.995014 | coeff: 0.995014 | eff: 1 | fom: 0.0404019 | r2int: 0.495026 | r2eff: 0 | hits: 2 ] keV - 1 302.745 [sigma: 116.808 | error: 0.668276 | coeff: 0.668276 | eff: 1 | fom: 0.0895669 | r2int: 0.297729 | r2eff: 0 | hits: 3 ] keV + 0 2010.42 [sigma: 1414.5 | error: 0.995014 | coeff: 0.995014 | eff: 1 | fom: 0.0459113 | r2int: 0.495026 | r2eff: 0 | hits: 2 ] keV + 1 302.745 [sigma: 116.808 | error: 0.668276 | coeff: 0.668276 | eff: 1 | fom: 0.101781 | r2int: 0.297729 | r2eff: 0 | hits: 3 ] keV 2 65.5069 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV - 3 91.288 [sigma: 32.7684 | error: 0.507641 | coeff: 0.507641 | eff: 1 | fom: 0.155219 | r2int: 0.12885 | r2eff: 0 | hits: 2 ] keV - 4 1513.98 [sigma: 712.886 | error: 0.815572 | coeff: 0.815572 | eff: 1 | fom: 0.0601362 | r2int: 0.443438 | r2eff: 0 | hits: 3 ] keV - 5 2082.06 [sigma: 1142.45 | error: 0.950399 | coeff: 0.950399 | eff: 1 | fom: 0.0442842 | r2int: 0.602172 | r2eff: 0 | hits: 3 ] keV - 6 602.929 [sigma: 52.1305 | error: 0.122276 | coeff: 0.122276 | eff: 1 | fom: 2.67534 | r2int: 0.00747568 | r2eff: 0 | hits: 2 ] keV - 7 3055.04 [sigma: 669.416 | error: 0.619761 | coeff: 0.619761 | eff: 1 | fom: 0.104139 | r2int: 0.336091 | r2eff: 0 | hits: 8 ] keV - 8 678.496 [sigma: 427.836 | error: 0.891754 | coeff: 0.891754 | eff: 1 | fom: 0.0503002 | r2int: 0.397613 | r2eff: 0 | hits: 2 ] keV - 9 336.753 [sigma: 154.362 | error: 0.648251 | coeff: 0.648251 | eff: 1 | fom: 0.095186 | r2int: 0.210115 | r2eff: 0 | hits: 2 ] keV - 10 2702.18 [sigma: 602.91 | error: 0.54653 | coeff: 0.54653 | eff: 1 | fom: 0.133916 | r2int: 0.248913 | r2eff: 0 | hits: 6 ] keV - 11 765.344 [sigma: 177.519 | error: 0.656044 | coeff: 0.656044 | eff: 1 | fom: 0.0929383 | r2int: 0.376594 | r2eff: 0 | hits: 8 ] keV - 12 786.561 [sigma: 182.564 | error: 0.568535 | coeff: 0.568535 | eff: 1 | fom: 0.12375 | r2int: 0.26936 | r2eff: 0 | hits: 6 ] keV - 13 78.6581 [sigma: 17.7411 | error: 0.504337 | coeff: 0.504337 | eff: 1 | fom: 0.15726 | r2int: 0.203485 | r2eff: 0 | hits: 5 ] keV - 14 152.955 [sigma: 29.5807 | error: 0.432444 | coeff: 0.432444 | eff: 1 | fom: 0.213895 | r2int: 0.149606 | r2eff: 0 | hits: 5 ] keV - 15 626.693 [sigma: 348.726 | error: 0.786945 | coeff: 0.786945 | eff: 1 | fom: 0.0645909 | r2int: 0.309641 | r2eff: 0 | hits: 2 ] keV - 16 332.94 [sigma: 44.4828 | error: 0.327267 | coeff: 0.327267 | eff: 1 | fom: 0.37347 | r2int: 0.089253 | r2eff: 0 | hits: 6 ] keV - 17 1498.2 [sigma: 374.736 | error: 0.661764 | coeff: 0.661764 | eff: 1 | fom: 0.0913385 | r2int: 0.37537 | r2eff: 0 | hits: 7 ] keV - 18 12.3947 [sigma: 0.944601 | error: 0.107778 | coeff: 0.107778 | eff: 1 | fom: 3.44352 | r2int: 0.00580801 | r2eff: 0 | hits: 2 ] keV - 19 566.411 [sigma: 96.696 | error: 0.341434 | coeff: 0.341434 | eff: 1 | fom: 0.34312 | r2int: 0.0874329 | r2eff: 0 | hits: 4 ] keV + 3 91.288 [sigma: 32.7684 | error: 0.507641 | coeff: 0.507641 | eff: 1 | fom: 0.176386 | r2int: 0.12885 | r2eff: 0 | hits: 2 ] keV + 4 1513.98 [sigma: 712.886 | error: 0.815572 | coeff: 0.815572 | eff: 1 | fom: 0.0683365 | r2int: 0.443438 | r2eff: 0 | hits: 3 ] keV + 5 2082.06 [sigma: 1142.45 | error: 0.950399 | coeff: 0.950399 | eff: 1 | fom: 0.0503229 | r2int: 0.602172 | r2eff: 0 | hits: 3 ] keV + 6 602.929 [sigma: 52.1305 | error: 0.122276 | coeff: 0.122276 | eff: 1 | fom: 3.04016 | r2int: 0.00747568 | r2eff: 0 | hits: 2 ] keV + 7 3055.04 [sigma: 669.416 | error: 0.619761 | coeff: 0.619761 | eff: 1 | fom: 0.118339 | r2int: 0.336091 | r2eff: 0 | hits: 8 ] keV + 8 678.496 [sigma: 427.836 | error: 0.891754 | coeff: 0.891754 | eff: 1 | fom: 0.0571593 | r2int: 0.397613 | r2eff: 0 | hits: 2 ] keV + 9 336.753 [sigma: 154.362 | error: 0.648251 | coeff: 0.648251 | eff: 1 | fom: 0.108166 | r2int: 0.210115 | r2eff: 0 | hits: 2 ] keV + 10 2702.18 [sigma: 602.91 | error: 0.54653 | coeff: 0.54653 | eff: 1 | fom: 0.152177 | r2int: 0.248913 | r2eff: 0 | hits: 6 ] keV + 11 765.344 [sigma: 177.519 | error: 0.656044 | coeff: 0.656044 | eff: 1 | fom: 0.105612 | r2int: 0.376594 | r2eff: 0 | hits: 8 ] keV + 12 786.561 [sigma: 182.564 | error: 0.568535 | coeff: 0.568535 | eff: 1 | fom: 0.140625 | r2int: 0.26936 | r2eff: 0 | hits: 6 ] keV + 13 78.6581 [sigma: 17.7411 | error: 0.504337 | coeff: 0.504337 | eff: 1 | fom: 0.178704 | r2int: 0.203485 | r2eff: 0 | hits: 5 ] keV + 14 152.955 [sigma: 29.5807 | error: 0.432444 | coeff: 0.432444 | eff: 1 | fom: 0.243063 | r2int: 0.149606 | r2eff: 0 | hits: 5 ] keV + 15 626.693 [sigma: 348.726 | error: 0.786945 | coeff: 0.786945 | eff: 1 | fom: 0.0733987 | r2int: 0.309641 | r2eff: 0 | hits: 2 ] keV + 16 332.94 [sigma: 44.4828 | error: 0.327267 | coeff: 0.327267 | eff: 1 | fom: 0.424398 | r2int: 0.089253 | r2eff: 0 | hits: 6 ] keV + 17 1498.2 [sigma: 374.736 | error: 0.661764 | coeff: 0.661764 | eff: 1 | fom: 0.103794 | r2int: 0.37537 | r2eff: 0 | hits: 7 ] keV + 18 12.3947 [sigma: 0.944601 | error: 0.107778 | coeff: 0.107778 | eff: 1 | fom: 3.91309 | r2int: 0.00580801 | r2eff: 0 | hits: 2 ] keV + 19 566.411 [sigma: 96.696 | error: 0.341434 | coeff: 0.341434 | eff: 1 | fom: 0.389909 | r2int: 0.0874329 | r2eff: 0 | hits: 4 ] keV 20 22.1709 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 21 140.721 [sigma: 52.0062 | error: 0.52265 | coeff: 0.52265 | eff: 1 | fom: 0.146433 | r2int: 0.136581 | r2eff: 0 | hits: 2 ] keV - 22 428.075 [sigma: 240.833 | error: 0.795631 | coeff: 0.795631 | eff: 1 | fom: 0.0631883 | r2int: 0.316514 | r2eff: 0 | hits: 2 ] keV - 23 690.35 [sigma: 281.942 | error: 0.913218 | coeff: 0.913218 | eff: 1 | fom: 0.0479635 | r2int: 0.667174 | r2eff: 0 | hits: 5 ] keV - 24 528.886 [sigma: 288.508 | error: 0.944835 | coeff: 0.944835 | eff: 1 | fom: 0.0448072 | r2int: 0.595143 | r2eff: 0 | hits: 3 ] keV - 25 5833.71 [sigma: 959.291 | error: 0.465105 | coeff: 0.465105 | eff: 1 | fom: 0.184909 | r2int: 0.189282 | r2eff: 0 | hits: 8 ] keV - 26 2074.5 [sigma: 516.937 | error: 0.747557 | coeff: 0.747557 | eff: 1 | fom: 0.0715767 | r2int: 0.496748 | r2eff: 0 | hits: 9 ] keV - 27 1855.52 [sigma: 372.474 | error: 0.634792 | coeff: 0.634792 | eff: 1 | fom: 0.0992651 | r2int: 0.362665 | r2eff: 0 | hits: 10 ] keV - 28 1752.32 [sigma: 247.748 | error: 0.447092 | coeff: 0.447092 | eff: 1 | fom: 0.200109 | r2int: 0.179902 | r2eff: 0 | hits: 10 ] keV - 29 1107.43 [sigma: 129.721 | error: 0.37042 | coeff: 0.37042 | eff: 1 | fom: 0.291522 | r2int: 0.12349 | r2eff: 0 | hits: 10 ] keV - 30 827.701 [sigma: 138.125 | error: 0.472002 | coeff: 0.472002 | eff: 1 | fom: 0.179545 | r2int: 0.194938 | r2eff: 0 | hits: 8 ] keV - 31 4254.41 [sigma: 409.061 | error: 0.40793 | coeff: 0.40793 | eff: 1 | fom: 0.240375 | r2int: 0.157162 | r2eff: 0 | hits: 18 ] keV - 32 2695.62 [sigma: 204.139 | error: 0.370999 | coeff: 0.370999 | eff: 1 | fom: 0.290612 | r2int: 0.131905 | r2eff: 0 | hits: 24 ] keV - 33 9969.24 [sigma: 832.25 | error: 0.323323 | coeff: 0.323323 | eff: 1 | fom: 0.382636 | r2int: 0.0975688 | r2eff: 0 | hits: 15 ] keV - 34 5104.55 [sigma: 756.329 | error: 0.444503 | coeff: 0.444503 | eff: 1 | fom: 0.202447 | r2int: 0.175629 | r2eff: 0 | hits: 9 ] keV - 35 1928.74 [sigma: 164.075 | error: 0.306719 | coeff: 0.306719 | eff: 1 | fom: 0.425186 | r2int: 0.0868399 | r2eff: 0 | hits: 13 ] keV - 36 1749.71 [sigma: 111.433 | error: 0.284815 | coeff: 0.284815 | eff: 1 | fom: 0.493101 | r2int: 0.0770633 | r2eff: 0 | hits: 20 ] keV - 37 1623.97 [sigma: 139.215 | error: 0.383375 | coeff: 0.383375 | eff: 1 | fom: 0.272153 | r2int: 0.139627 | r2eff: 0 | hits: 20 ] keV - 38 4775.01 [sigma: 445.369 | error: 0.484649 | coeff: 0.484649 | eff: 1 | fom: 0.170296 | r2int: 0.226185 | r2eff: 0 | hits: 27 ] keV - 39 580.904 [sigma: 40.7612 | error: 0.252996 | coeff: 0.252996 | eff: 1 | fom: 0.624931 | r2int: 0.0590834 | r2eff: 0 | hits: 13 ] keV - 40 4523.51 [sigma: 584.097 | error: 0.48314 | coeff: 0.48314 | eff: 1 | fom: 0.171362 | r2int: 0.216751 | r2eff: 0 | hits: 14 ] keV - 41 4812.85 [sigma: 696.817 | error: 0.57913 | coeff: 0.57913 | eff: 1 | fom: 0.119263 | r2int: 0.31443 | r2eff: 0 | hits: 16 ] keV - 42 4736.84 [sigma: 532.745 | error: 0.490238 | coeff: 0.490238 | eff: 1 | fom: 0.166436 | r2int: 0.227684 | r2eff: 0 | hits: 19 ] keV - 43 3806.46 [sigma: 583.462 | error: 0.593659 | coeff: 0.593659 | eff: 1 | fom: 0.113497 | r2int: 0.328936 | r2eff: 0 | hits: 15 ] keV - 44 1746.26 [sigma: 139.823 | error: 0.320281 | coeff: 0.320281 | eff: 1 | fom: 0.38994 | r2int: 0.0961687 | r2eff: 0 | hits: 16 ] keV - 45 3565.76 [sigma: 594.004 | error: 0.499757 | coeff: 0.499757 | eff: 1 | fom: 0.160156 | r2int: 0.222006 | r2eff: 0 | hits: 9 ] keV - 46 1428.49 [sigma: 382.466 | error: 0.757285 | coeff: 0.757285 | eff: 1 | fom: 0.0697495 | r2int: 0.501795 | r2eff: 0 | hits: 8 ] keV - 47 1937.23 [sigma: 220.81 | error: 0.394847 | coeff: 0.394847 | eff: 1 | fom: 0.256567 | r2int: 0.142912 | r2eff: 0 | hits: 12 ] keV - 48 4553.23 [sigma: 721.2 | error: 0.500883 | coeff: 0.500883 | eff: 1 | fom: 0.159436 | r2int: 0.225796 | r2eff: 0 | hits: 10 ] keV - 49 3446.93 [sigma: 745.235 | error: 0.529586 | coeff: 0.529586 | eff: 1 | fom: 0.142622 | r2int: 0.233718 | r2eff: 0 | hits: 6 ] keV - 50 4096.07 [sigma: 295.633 | error: 0.368021 | coeff: 0.368021 | eff: 1 | fom: 0.295335 | r2int: 0.13023 | r2eff: 0 | hits: 26 ] keV - 51 6323.27 [sigma: 326.429 | error: 0.334558 | coeff: 0.334558 | eff: 1 | fom: 0.357369 | r2int: 0.109264 | r2eff: 0 | hits: 42 ] keV - 52 6148.52 [sigma: 272.389 | error: 0.280188 | coeff: 0.280188 | eff: 1 | fom: 0.509521 | r2int: 0.0765425 | r2eff: 0 | hits: 40 ] keV - 53 5155.62 [sigma: 239.529 | error: 0.297488 | coeff: 0.297488 | eff: 1 | fom: 0.451982 | r2int: 0.0863405 | r2eff: 0 | hits: 41 ] keV - 54 7044.21 [sigma: 592.441 | error: 0.403345 | coeff: 0.403345 | eff: 1 | fom: 0.245871 | r2int: 0.155614 | r2eff: 0 | hits: 23 ] keV - 55 10448.3 [sigma: 483.879 | error: 0.289216 | coeff: 0.289216 | eff: 1 | fom: 0.478207 | r2int: 0.081501 | r2eff: 0 | hits: 39 ] keV - 56 16757.6 [sigma: 524.712 | error: 0.254379 | coeff: 0.254379 | eff: 1 | fom: 0.618154 | r2int: 0.0637283 | r2eff: 0 | hits: 66 ] keV - 57 18256 [sigma: 687.163 | error: 0.28666 | coeff: 0.28666 | eff: 1 | fom: 0.486772 | r2int: 0.0807573 | r2eff: 0 | hits: 58 ] keV - 58 21231.6 [sigma: 631.323 | error: 0.222517 | coeff: 0.222517 | eff: 1 | fom: 0.807855 | r2int: 0.0486297 | r2eff: 0 | hits: 56 ] keV - 59 8032.44 [sigma: 551.458 | error: 0.400317 | coeff: 0.400317 | eff: 1 | fom: 0.249604 | r2int: 0.15554 | r2eff: 0 | hits: 34 ] keV - 60 7403.49 [sigma: 335.567 | error: 0.304052 | coeff: 0.304052 | eff: 1 | fom: 0.432676 | r2int: 0.0903935 | r2eff: 0 | hits: 45 ] keV - 61 21470.8 [sigma: 487.993 | error: 0.205813 | coeff: 0.205813 | eff: 1 | fom: 0.94431 | r2int: 0.0418424 | r2eff: 0 | hits: 82 ] keV - 62 15653.3 [sigma: 382.266 | error: 0.218427 | coeff: 0.218427 | eff: 1 | fom: 0.838395 | r2int: 0.0471138 | r2eff: 0 | hits: 80 ] keV - 63 38036.7 [sigma: 797.039 | error: 0.187422 | coeff: 0.187422 | eff: 1 | fom: 1.13872 | r2int: 0.0346881 | r2eff: 0 | hits: 80 ] keV - 64 6445.54 [sigma: 345.67 | error: 0.339181 | coeff: 0.339181 | eff: 1 | fom: 0.347693 | r2int: 0.112168 | r2eff: 0 | hits: 40 ] keV - 65 5415.97 [sigma: 318.49 | error: 0.357702 | coeff: 0.357702 | eff: 1 | fom: 0.312621 | r2int: 0.124492 | r2eff: 0 | hits: 37 ] keV - 66 19960.9 [sigma: 590.151 | error: 0.238364 | coeff: 0.238364 | eff: 1 | fom: 0.704009 | r2int: 0.0559433 | r2eff: 0 | hits: 65 ] keV - 67 13396.9 [sigma: 463.96 | error: 0.295896 | coeff: 0.295896 | eff: 1 | fom: 0.45686 | r2int: 0.0863548 | r2eff: 0 | hits: 73 ] keV - 68 24997.1 [sigma: 633.169 | error: 0.211923 | coeff: 0.211923 | eff: 1 | fom: 0.890641 | r2int: 0.0442699 | r2eff: 0 | hits: 70 ] keV - 69 4345.61 [sigma: 218.123 | error: 0.28394 | coeff: 0.28394 | eff: 1 | fom: 0.496144 | r2int: 0.0781023 | r2eff: 0 | hits: 32 ] keV - 70 8729.7 [sigma: 624.192 | error: 0.342912 | coeff: 0.342912 | eff: 1 | fom: 0.340169 | r2int: 0.112476 | r2eff: 0 | hits: 23 ] keV - 71 6285.73 [sigma: 374.195 | error: 0.352189 | coeff: 0.352189 | eff: 1 | fom: 0.322484 | r2int: 0.120493 | r2eff: 0 | hits: 35 ] keV - 72 7739.73 [sigma: 431.973 | error: 0.352989 | coeff: 0.352989 | eff: 1 | fom: 0.321025 | r2int: 0.121486 | r2eff: 0 | hits: 40 ] keV - 73 3436.62 [sigma: 283.647 | error: 0.452072 | coeff: 0.452072 | eff: 1 | fom: 0.195724 | r2int: 0.197557 | r2eff: 0 | hits: 30 ] keV - 74 1662.43 [sigma: 367.572 | error: 0.827302 | coeff: 0.827302 | eff: 1 | fom: 0.0584429 | r2int: 0.635541 | r2eff: 0 | hits: 14 ] keV - 75 30212.4 [sigma: 455.325 | error: 0.171172 | coeff: 0.171172 | eff: 1 | fom: 1.3652 | r2int: 0.0290726 | r2eff: 0 | hits: 129 ] keV - 76 32844.4 [sigma: 462.508 | error: 0.173612 | coeff: 0.173612 | eff: 1 | fom: 1.32709 | r2int: 0.0299429 | r2eff: 0 | hits: 152 ] keV - 77 35141.5 [sigma: 461.168 | error: 0.161793 | coeff: 0.161793 | eff: 1 | fom: 1.52805 | r2int: 0.0260049 | r2eff: 0 | hits: 152 ] keV - 78 28088.6 [sigma: 339.202 | error: 0.15465 | coeff: 0.15465 | eff: 1 | fom: 1.67247 | r2int: 0.0237708 | r2eff: 0 | hits: 164 ] keV - 79 27250.8 [sigma: 423.501 | error: 0.165202 | coeff: 0.165202 | eff: 1 | fom: 1.46565 | r2int: 0.0270501 | r2eff: 0 | hits: 113 ] keV - 80 37811.1 [sigma: 463.474 | error: 0.15982 | coeff: 0.15982 | eff: 1 | fom: 1.56603 | r2int: 0.0253921 | r2eff: 0 | hits: 170 ] keV - 81 396040 [sigma: 1157.51 | error: 0.0493409 | coeff: 0.0493409 | eff: 1 | fom: 16.4303 | r2int: 0.00242598 | r2eff: 0 | hits: 285 ] keV - 82 317048 [sigma: 1129.87 | error: 0.0571306 | coeff: 0.0571306 | eff: 1 | fom: 12.2552 | r2int: 0.00325121 | r2eff: 0 | hits: 257 ] keV - 83 377671 [sigma: 1107.97 | error: 0.0460134 | coeff: 0.0460134 | eff: 1 | fom: 18.8926 | r2int: 0.00210862 | r2eff: 0 | hits: 246 ] keV - 84 26668.1 [sigma: 386.982 | error: 0.179491 | coeff: 0.179491 | eff: 1 | fom: 1.24158 | r2int: 0.0320065 | r2eff: 0 | hits: 153 ] keV - 85 29697.5 [sigma: 407.589 | error: 0.176297 | coeff: 0.176297 | eff: 1 | fom: 1.28698 | r2int: 0.0308922 | r2eff: 0 | hits: 165 ] keV - 86 358827 [sigma: 1145.8 | error: 0.0528565 | coeff: 0.0528565 | eff: 1 | fom: 14.3174 | r2int: 0.00278361 | r2eff: 0 | hits: 274 ] keV - 87 263436 [sigma: 1110.1 | error: 0.0701334 | coeff: 0.0701334 | eff: 1 | fom: 8.13224 | r2int: 0.00490094 | r2eff: 0 | hits: 277 ] keV - 88 330957 [sigma: 1152.59 | error: 0.0561551 | coeff: 0.0561551 | eff: 1 | fom: 12.6847 | r2int: 0.00314127 | r2eff: 0 | hits: 260 ] keV - 89 28024.8 [sigma: 370.89 | error: 0.176568 | coeff: 0.176568 | eff: 1 | fom: 1.28302 | r2int: 0.0310013 | r2eff: 0 | hits: 178 ] keV - 90 31361.4 [sigma: 398.602 | error: 0.168137 | coeff: 0.168137 | eff: 1 | fom: 1.41493 | r2int: 0.0281084 | r2eff: 0 | hits: 175 ] keV - 91 403973 [sigma: 1106.91 | error: 0.0447729 | coeff: 0.0447729 | eff: 1 | fom: 19.954 | r2int: 0.00199711 | r2eff: 0 | hits: 267 ] keV - 92 305975 [sigma: 1132.47 | error: 0.0591034 | coeff: 0.0591034 | eff: 1 | fom: 11.4508 | r2int: 0.00347951 | r2eff: 0 | hits: 255 ] keV - 93 374540 [sigma: 1128.97 | error: 0.0469879 | coeff: 0.0469879 | eff: 1 | fom: 18.1171 | r2int: 0.00219878 | r2eff: 0 | hits: 243 ] keV - 94 30891.5 [sigma: 439.028 | error: 0.185845 | coeff: 0.185845 | eff: 1 | fom: 1.15813 | r2int: 0.0343365 | r2eff: 0 | hits: 171 ] keV - 95 21486.2 [sigma: 468.676 | error: 0.233917 | coeff: 0.233917 | eff: 1 | fom: 0.731031 | r2int: 0.0542414 | r2eff: 0 | hits: 115 ] keV - 96 35896.7 [sigma: 479.565 | error: 0.166861 | coeff: 0.166861 | eff: 1 | fom: 1.43664 | r2int: 0.0276642 | r2eff: 0 | hits: 156 ] keV - 97 29387.5 [sigma: 364.54 | error: 0.148338 | coeff: 0.148338 | eff: 1 | fom: 1.81785 | r2int: 0.0218502 | r2eff: 0 | hits: 143 ] keV - 98 34730.5 [sigma: 442.984 | error: 0.155693 | coeff: 0.155693 | eff: 1 | fom: 1.65014 | r2int: 0.0240777 | r2eff: 0 | hits: 149 ] keV - 99 15827.5 [sigma: 399 | error: 0.257085 | coeff: 0.257085 | eff: 1 | fom: 0.605209 | r2int: 0.0654573 | r2eff: 0 | hits: 104 ] keV - 100 346734 [sigma: 465.968 | error: 0.0331096 | coeff: 0.0331096 | eff: 1 | fom: 36.4881 | r2int: 0.00109444 | r2eff: 0 | hits: 607 ] keV - 101 378267 [sigma: 469.561 | error: 0.0336082 | coeff: 0.0336082 | eff: 1 | fom: 35.4136 | r2int: 0.00112797 | r2eff: 0 | hits: 733 ] keV - 102 340631 [sigma: 482.204 | error: 0.0370502 | coeff: 0.0370502 | eff: 1 | fom: 29.1392 | r2int: 0.00137072 | r2eff: 0 | hits: 685 ] keV - 103 352735 [sigma: 455.815 | error: 0.034384 | coeff: 0.034384 | eff: 1 | fom: 33.8335 | r2int: 0.00118059 | r2eff: 0 | hits: 708 ] keV - 104 332198 [sigma: 445.799 | error: 0.032679 | coeff: 0.032679 | eff: 1 | fom: 37.4561 | r2int: 0.00106612 | r2eff: 0 | hits: 593 ] keV - 105 400839 [sigma: 497.723 | error: 0.0339828 | coeff: 0.0339828 | eff: 1 | fom: 34.6371 | r2int: 0.00115329 | r2eff: 0 | hits: 749 ] keV - 106 395486 [sigma: 489.601 | error: 0.0370566 | coeff: 0.0370566 | eff: 1 | fom: 29.1293 | r2int: 0.00137166 | r2eff: 0 | hits: 896 ] keV - 107 374577 [sigma: 488.79 | error: 0.038312 | coeff: 0.038312 | eff: 1 | fom: 27.2515 | r2int: 0.00146611 | r2eff: 0 | hits: 862 ] keV - 108 400908 [sigma: 463.252 | error: 0.0340237 | coeff: 0.0340237 | eff: 1 | fom: 34.5538 | r2int: 0.00115628 | r2eff: 0 | hits: 867 ] keV - 109 332801 [sigma: 469.996 | error: 0.0369889 | coeff: 0.0369889 | eff: 1 | fom: 29.2359 | r2int: 0.00136619 | r2eff: 0 | hits: 686 ] keV - 110 309168 [sigma: 462.956 | error: 0.0393626 | coeff: 0.0393626 | eff: 1 | fom: 25.8162 | r2int: 0.00154717 | r2eff: 0 | hits: 691 ] keV - 111 411556 [sigma: 489.836 | error: 0.0354873 | coeff: 0.0354873 | eff: 1 | fom: 31.7625 | r2int: 0.00125793 | r2eff: 0 | hits: 889 ] keV - 112 388670 [sigma: 510.9 | error: 0.0382332 | coeff: 0.0382332 | eff: 1 | fom: 27.364 | r2int: 0.00146005 | r2eff: 0 | hits: 846 ] keV - 113 390533 [sigma: 498.344 | error: 0.0371157 | coeff: 0.0371157 | eff: 1 | fom: 29.0366 | r2int: 0.00137595 | r2eff: 0 | hits: 846 ] keV - 114 340765 [sigma: 469.853 | error: 0.0362186 | coeff: 0.0362186 | eff: 1 | fom: 30.4927 | r2int: 0.00130989 | r2eff: 0 | hits: 690 ] keV - 115 398478 [sigma: 488.134 | error: 0.0334583 | coeff: 0.0334583 | eff: 1 | fom: 35.7315 | r2int: 0.00111796 | r2eff: 0 | hits: 746 ] keV - 116 382285 [sigma: 475.15 | error: 0.0360233 | coeff: 0.0360233 | eff: 1 | fom: 30.8243 | r2int: 0.00129613 | r2eff: 0 | hits: 840 ] keV - 117 389503 [sigma: 534.364 | error: 0.0388035 | coeff: 0.0388035 | eff: 1 | fom: 26.5655 | r2int: 0.00150383 | r2eff: 0 | hits: 800 ] keV - 118 403726 [sigma: 478.488 | error: 0.0351581 | coeff: 0.0351581 | eff: 1 | fom: 31.1154 | r2int: 0.00123469 | r2eff: 0 | hits: 880 ] keV - 119 342098 [sigma: 481.305 | error: 0.0368495 | coeff: 0.0368495 | eff: 1 | fom: 28.3245 | r2int: 0.00135591 | r2eff: 0 | hits: 686 ] keV - 120 327134 [sigma: 452.639 | error: 0.0336657 | coeff: 0.0336657 | eff: 1 | fom: 33.9352 | r2int: 0.00113147 | r2eff: 0 | hits: 592 ] keV - 121 350735 [sigma: 489.192 | error: 0.0362906 | coeff: 0.0362906 | eff: 1 | fom: 29.2037 | r2int: 0.00131506 | r2eff: 0 | hits: 677 ] keV - 122 322647 [sigma: 447.594 | error: 0.0361753 | coeff: 0.0361753 | eff: 1 | fom: 29.3902 | r2int: 0.00130673 | r2eff: 0 | hits: 680 ] keV - 123 371804 [sigma: 483.152 | error: 0.0335356 | coeff: 0.0335356 | eff: 1 | fom: 34.199 | r2int: 0.00112295 | r2eff: 0 | hits: 666 ] keV - 124 353100 [sigma: 467.627 | error: 0.0324667 | coeff: 0.0324667 | eff: 1 | fom: 36.4879 | r2int: 0.00105234 | r2eff: 0 | hits: 601 ] keV + 21 140.721 [sigma: 52.0062 | error: 0.52265 | coeff: 0.52265 | eff: 1 | fom: 0.166401 | r2int: 0.136581 | r2eff: 0 | hits: 2 ] keV + 22 428.075 [sigma: 240.833 | error: 0.795631 | coeff: 0.795631 | eff: 1 | fom: 0.0718049 | r2int: 0.316514 | r2eff: 0 | hits: 2 ] keV + 23 690.35 [sigma: 281.942 | error: 0.913218 | coeff: 0.913218 | eff: 1 | fom: 0.054504 | r2int: 0.667174 | r2eff: 0 | hits: 5 ] keV + 24 528.886 [sigma: 288.508 | error: 0.944835 | coeff: 0.944835 | eff: 1 | fom: 0.0509173 | r2int: 0.595143 | r2eff: 0 | hits: 3 ] keV + 25 5833.71 [sigma: 959.291 | error: 0.465105 | coeff: 0.465105 | eff: 1 | fom: 0.210124 | r2int: 0.189282 | r2eff: 0 | hits: 8 ] keV + 26 2074.5 [sigma: 516.937 | error: 0.747557 | coeff: 0.747557 | eff: 1 | fom: 0.0813371 | r2int: 0.496748 | r2eff: 0 | hits: 9 ] keV + 27 1855.52 [sigma: 372.474 | error: 0.634792 | coeff: 0.634792 | eff: 1 | fom: 0.112801 | r2int: 0.362665 | r2eff: 0 | hits: 10 ] keV + 28 1752.32 [sigma: 247.748 | error: 0.447092 | coeff: 0.447092 | eff: 1 | fom: 0.227396 | r2int: 0.179902 | r2eff: 0 | hits: 10 ] keV + 29 1107.43 [sigma: 129.721 | error: 0.37042 | coeff: 0.37042 | eff: 1 | fom: 0.331275 | r2int: 0.12349 | r2eff: 0 | hits: 10 ] keV + 30 827.701 [sigma: 138.125 | error: 0.472002 | coeff: 0.472002 | eff: 1 | fom: 0.204028 | r2int: 0.194938 | r2eff: 0 | hits: 8 ] keV + 31 4254.41 [sigma: 409.061 | error: 0.40793 | coeff: 0.40793 | eff: 1 | fom: 0.273154 | r2int: 0.157162 | r2eff: 0 | hits: 18 ] keV + 32 2695.62 [sigma: 204.139 | error: 0.370999 | coeff: 0.370999 | eff: 1 | fom: 0.330241 | r2int: 0.131905 | r2eff: 0 | hits: 24 ] keV + 33 9969.24 [sigma: 832.25 | error: 0.323323 | coeff: 0.323323 | eff: 1 | fom: 0.434814 | r2int: 0.0975688 | r2eff: 0 | hits: 15 ] keV + 34 5104.55 [sigma: 756.329 | error: 0.444503 | coeff: 0.444503 | eff: 1 | fom: 0.230053 | r2int: 0.175629 | r2eff: 0 | hits: 9 ] keV + 35 1928.74 [sigma: 164.075 | error: 0.306719 | coeff: 0.306719 | eff: 1 | fom: 0.483166 | r2int: 0.0868399 | r2eff: 0 | hits: 13 ] keV + 36 1749.71 [sigma: 111.433 | error: 0.284815 | coeff: 0.284815 | eff: 1 | fom: 0.560342 | r2int: 0.0770633 | r2eff: 0 | hits: 20 ] keV + 37 1623.97 [sigma: 139.215 | error: 0.383375 | coeff: 0.383375 | eff: 1 | fom: 0.309265 | r2int: 0.139627 | r2eff: 0 | hits: 20 ] keV + 38 4775.01 [sigma: 445.369 | error: 0.484649 | coeff: 0.484649 | eff: 1 | fom: 0.193519 | r2int: 0.226185 | r2eff: 0 | hits: 27 ] keV + 39 580.904 [sigma: 40.7612 | error: 0.252996 | coeff: 0.252996 | eff: 1 | fom: 0.710149 | r2int: 0.0590834 | r2eff: 0 | hits: 13 ] keV + 40 4523.51 [sigma: 584.097 | error: 0.48314 | coeff: 0.48314 | eff: 1 | fom: 0.194729 | r2int: 0.216751 | r2eff: 0 | hits: 14 ] keV + 41 4812.85 [sigma: 696.817 | error: 0.57913 | coeff: 0.57913 | eff: 1 | fom: 0.135527 | r2int: 0.31443 | r2eff: 0 | hits: 16 ] keV + 42 4736.84 [sigma: 532.745 | error: 0.490238 | coeff: 0.490238 | eff: 1 | fom: 0.189131 | r2int: 0.227684 | r2eff: 0 | hits: 19 ] keV + 43 3806.46 [sigma: 583.462 | error: 0.593659 | coeff: 0.593659 | eff: 1 | fom: 0.128974 | r2int: 0.328936 | r2eff: 0 | hits: 15 ] keV + 44 1746.26 [sigma: 139.823 | error: 0.320281 | coeff: 0.320281 | eff: 1 | fom: 0.443113 | r2int: 0.0961687 | r2eff: 0 | hits: 16 ] keV + 45 3565.76 [sigma: 594.004 | error: 0.499757 | coeff: 0.499757 | eff: 1 | fom: 0.181995 | r2int: 0.222006 | r2eff: 0 | hits: 9 ] keV + 46 1428.49 [sigma: 382.466 | error: 0.757285 | coeff: 0.757285 | eff: 1 | fom: 0.0792608 | r2int: 0.501795 | r2eff: 0 | hits: 8 ] keV + 47 1937.23 [sigma: 220.81 | error: 0.394847 | coeff: 0.394847 | eff: 1 | fom: 0.291554 | r2int: 0.142912 | r2eff: 0 | hits: 12 ] keV + 48 4553.23 [sigma: 721.2 | error: 0.500883 | coeff: 0.500883 | eff: 1 | fom: 0.181178 | r2int: 0.225796 | r2eff: 0 | hits: 10 ] keV + 49 3446.93 [sigma: 745.235 | error: 0.529586 | coeff: 0.529586 | eff: 1 | fom: 0.162071 | r2int: 0.233718 | r2eff: 0 | hits: 6 ] keV + 50 4096.07 [sigma: 295.633 | error: 0.368021 | coeff: 0.368021 | eff: 1 | fom: 0.335608 | r2int: 0.13023 | r2eff: 0 | hits: 26 ] keV + 51 6323.27 [sigma: 326.429 | error: 0.334558 | coeff: 0.334558 | eff: 1 | fom: 0.406101 | r2int: 0.109264 | r2eff: 0 | hits: 42 ] keV + 52 6148.52 [sigma: 272.389 | error: 0.280188 | coeff: 0.280188 | eff: 1 | fom: 0.579001 | r2int: 0.0765425 | r2eff: 0 | hits: 40 ] keV + 53 5155.62 [sigma: 239.529 | error: 0.297488 | coeff: 0.297488 | eff: 1 | fom: 0.513616 | r2int: 0.0863405 | r2eff: 0 | hits: 41 ] keV + 54 7044.21 [sigma: 592.441 | error: 0.403345 | coeff: 0.403345 | eff: 1 | fom: 0.279399 | r2int: 0.155614 | r2eff: 0 | hits: 23 ] keV + 55 10448.3 [sigma: 483.879 | error: 0.289216 | coeff: 0.289216 | eff: 1 | fom: 0.543417 | r2int: 0.081501 | r2eff: 0 | hits: 39 ] keV + 56 16757.6 [sigma: 524.712 | error: 0.254379 | coeff: 0.254379 | eff: 1 | fom: 0.702448 | r2int: 0.0637283 | r2eff: 0 | hits: 66 ] keV + 57 18256 [sigma: 687.163 | error: 0.28666 | coeff: 0.28666 | eff: 1 | fom: 0.55315 | r2int: 0.0807573 | r2eff: 0 | hits: 58 ] keV + 58 21231.6 [sigma: 631.323 | error: 0.222517 | coeff: 0.222517 | eff: 1 | fom: 0.918017 | r2int: 0.0486297 | r2eff: 0 | hits: 56 ] keV + 59 8032.44 [sigma: 551.458 | error: 0.400317 | coeff: 0.400317 | eff: 1 | fom: 0.283641 | r2int: 0.15554 | r2eff: 0 | hits: 34 ] keV + 60 7403.49 [sigma: 335.567 | error: 0.304052 | coeff: 0.304052 | eff: 1 | fom: 0.491678 | r2int: 0.0903935 | r2eff: 0 | hits: 45 ] keV + 61 21470.8 [sigma: 487.993 | error: 0.205813 | coeff: 0.205813 | eff: 1 | fom: 1.07308 | r2int: 0.0418424 | r2eff: 0 | hits: 82 ] keV + 62 15653.3 [sigma: 382.266 | error: 0.218427 | coeff: 0.218427 | eff: 1 | fom: 0.952721 | r2int: 0.0471138 | r2eff: 0 | hits: 80 ] keV + 63 38036.7 [sigma: 797.039 | error: 0.187422 | coeff: 0.187422 | eff: 1 | fom: 1.294 | r2int: 0.0346881 | r2eff: 0 | hits: 80 ] keV + 64 6445.54 [sigma: 345.67 | error: 0.339181 | coeff: 0.339181 | eff: 1 | fom: 0.395105 | r2int: 0.112168 | r2eff: 0 | hits: 40 ] keV + 65 5415.97 [sigma: 318.49 | error: 0.357702 | coeff: 0.357702 | eff: 1 | fom: 0.355251 | r2int: 0.124492 | r2eff: 0 | hits: 37 ] keV + 66 19960.9 [sigma: 590.151 | error: 0.238364 | coeff: 0.238364 | eff: 1 | fom: 0.800011 | r2int: 0.0559433 | r2eff: 0 | hits: 65 ] keV + 67 13396.9 [sigma: 463.96 | error: 0.295896 | coeff: 0.295896 | eff: 1 | fom: 0.519159 | r2int: 0.0863548 | r2eff: 0 | hits: 73 ] keV + 68 24997.1 [sigma: 633.169 | error: 0.211923 | coeff: 0.211923 | eff: 1 | fom: 1.01209 | r2int: 0.0442699 | r2eff: 0 | hits: 70 ] keV + 69 4345.61 [sigma: 218.123 | error: 0.28394 | coeff: 0.28394 | eff: 1 | fom: 0.5638 | r2int: 0.0781023 | r2eff: 0 | hits: 32 ] keV + 70 8729.7 [sigma: 624.192 | error: 0.342912 | coeff: 0.342912 | eff: 1 | fom: 0.386555 | r2int: 0.112476 | r2eff: 0 | hits: 23 ] keV + 71 6285.73 [sigma: 374.195 | error: 0.352189 | coeff: 0.352189 | eff: 1 | fom: 0.366459 | r2int: 0.120493 | r2eff: 0 | hits: 35 ] keV + 72 7739.73 [sigma: 431.973 | error: 0.352989 | coeff: 0.352989 | eff: 1 | fom: 0.364801 | r2int: 0.121486 | r2eff: 0 | hits: 40 ] keV + 73 3436.62 [sigma: 283.647 | error: 0.452072 | coeff: 0.452072 | eff: 1 | fom: 0.222414 | r2int: 0.197557 | r2eff: 0 | hits: 30 ] keV + 74 1662.43 [sigma: 367.572 | error: 0.827302 | coeff: 0.827302 | eff: 1 | fom: 0.0664124 | r2int: 0.635541 | r2eff: 0 | hits: 14 ] keV + 75 30212.4 [sigma: 455.325 | error: 0.171172 | coeff: 0.171172 | eff: 1 | fom: 1.55137 | r2int: 0.0290726 | r2eff: 0 | hits: 129 ] keV + 76 32844.4 [sigma: 462.508 | error: 0.173612 | coeff: 0.173612 | eff: 1 | fom: 1.50806 | r2int: 0.0299429 | r2eff: 0 | hits: 152 ] keV + 77 35141.5 [sigma: 461.168 | error: 0.161793 | coeff: 0.161793 | eff: 1 | fom: 1.73642 | r2int: 0.0260049 | r2eff: 0 | hits: 152 ] keV + 78 28088.6 [sigma: 339.202 | error: 0.15465 | coeff: 0.15465 | eff: 1 | fom: 1.90054 | r2int: 0.0237708 | r2eff: 0 | hits: 164 ] keV + 79 27250.8 [sigma: 423.501 | error: 0.165202 | coeff: 0.165202 | eff: 1 | fom: 1.66551 | r2int: 0.0270501 | r2eff: 0 | hits: 113 ] keV + 80 37811.1 [sigma: 463.474 | error: 0.15982 | coeff: 0.15982 | eff: 1 | fom: 1.77957 | r2int: 0.0253921 | r2eff: 0 | hits: 170 ] keV + 81 396040 [sigma: 1157.51 | error: 0.0493409 | coeff: 0.0493409 | eff: 1 | fom: 18.6708 | r2int: 0.00242598 | r2eff: 0 | hits: 285 ] keV + 82 317048 [sigma: 1129.87 | error: 0.0571306 | coeff: 0.0571306 | eff: 1 | fom: 13.9264 | r2int: 0.00325121 | r2eff: 0 | hits: 257 ] keV + 83 377671 [sigma: 1107.97 | error: 0.0460134 | coeff: 0.0460134 | eff: 1 | fom: 21.4689 | r2int: 0.00210862 | r2eff: 0 | hits: 246 ] keV + 84 26668.1 [sigma: 386.982 | error: 0.179491 | coeff: 0.179491 | eff: 1 | fom: 1.41088 | r2int: 0.0320065 | r2eff: 0 | hits: 153 ] keV + 85 29697.5 [sigma: 407.589 | error: 0.176297 | coeff: 0.176297 | eff: 1 | fom: 1.46247 | r2int: 0.0308922 | r2eff: 0 | hits: 165 ] keV + 86 358827 [sigma: 1145.8 | error: 0.0528565 | coeff: 0.0528565 | eff: 1 | fom: 16.2697 | r2int: 0.00278361 | r2eff: 0 | hits: 274 ] keV + 87 263436 [sigma: 1110.1 | error: 0.0701334 | coeff: 0.0701334 | eff: 1 | fom: 9.24118 | r2int: 0.00490094 | r2eff: 0 | hits: 277 ] keV + 88 330957 [sigma: 1152.59 | error: 0.0561551 | coeff: 0.0561551 | eff: 1 | fom: 14.4145 | r2int: 0.00314127 | r2eff: 0 | hits: 260 ] keV + 89 28024.8 [sigma: 370.89 | error: 0.176568 | coeff: 0.176568 | eff: 1 | fom: 1.45798 | r2int: 0.0310013 | r2eff: 0 | hits: 178 ] keV + 90 31361.4 [sigma: 398.602 | error: 0.168137 | coeff: 0.168137 | eff: 1 | fom: 1.60787 | r2int: 0.0281084 | r2eff: 0 | hits: 175 ] keV + 91 403973 [sigma: 1106.91 | error: 0.0447729 | coeff: 0.0447729 | eff: 1 | fom: 22.675 | r2int: 0.00199711 | r2eff: 0 | hits: 267 ] keV + 92 305975 [sigma: 1132.47 | error: 0.0591034 | coeff: 0.0591034 | eff: 1 | fom: 13.0123 | r2int: 0.00347951 | r2eff: 0 | hits: 255 ] keV + 93 374540 [sigma: 1128.97 | error: 0.0469879 | coeff: 0.0469879 | eff: 1 | fom: 20.5876 | r2int: 0.00219878 | r2eff: 0 | hits: 243 ] keV + 94 30891.5 [sigma: 439.028 | error: 0.185845 | coeff: 0.185845 | eff: 1 | fom: 1.31606 | r2int: 0.0343365 | r2eff: 0 | hits: 171 ] keV + 95 21486.2 [sigma: 468.676 | error: 0.233917 | coeff: 0.233917 | eff: 1 | fom: 0.830717 | r2int: 0.0542414 | r2eff: 0 | hits: 115 ] keV + 96 35896.7 [sigma: 479.565 | error: 0.166861 | coeff: 0.166861 | eff: 1 | fom: 1.63255 | r2int: 0.0276642 | r2eff: 0 | hits: 156 ] keV + 97 29387.5 [sigma: 364.54 | error: 0.148338 | coeff: 0.148338 | eff: 1 | fom: 2.06573 | r2int: 0.0218502 | r2eff: 0 | hits: 143 ] keV + 98 34730.5 [sigma: 442.984 | error: 0.155693 | coeff: 0.155693 | eff: 1 | fom: 1.87516 | r2int: 0.0240777 | r2eff: 0 | hits: 149 ] keV + 99 15827.5 [sigma: 399 | error: 0.257085 | coeff: 0.257085 | eff: 1 | fom: 0.687738 | r2int: 0.0654573 | r2eff: 0 | hits: 104 ] keV + 100 346734 [sigma: 465.968 | error: 0.0331096 | coeff: 0.0331096 | eff: 1 | fom: 41.4637 | r2int: 0.00109444 | r2eff: 0 | hits: 607 ] keV + 101 378267 [sigma: 469.561 | error: 0.0336082 | coeff: 0.0336082 | eff: 1 | fom: 40.2427 | r2int: 0.00112797 | r2eff: 0 | hits: 733 ] keV + 102 340631 [sigma: 482.204 | error: 0.0370502 | coeff: 0.0370502 | eff: 1 | fom: 33.1127 | r2int: 0.00137072 | r2eff: 0 | hits: 685 ] keV + 103 352735 [sigma: 455.815 | error: 0.034384 | coeff: 0.034384 | eff: 1 | fom: 38.4471 | r2int: 0.00118059 | r2eff: 0 | hits: 708 ] keV + 104 332198 [sigma: 445.799 | error: 0.032679 | coeff: 0.032679 | eff: 1 | fom: 42.5638 | r2int: 0.00106612 | r2eff: 0 | hits: 593 ] keV + 105 400839 [sigma: 497.723 | error: 0.0339828 | coeff: 0.0339828 | eff: 1 | fom: 39.3604 | r2int: 0.00115329 | r2eff: 0 | hits: 749 ] keV + 106 395486 [sigma: 489.601 | error: 0.0370566 | coeff: 0.0370566 | eff: 1 | fom: 33.1015 | r2int: 0.00137166 | r2eff: 0 | hits: 896 ] keV + 107 374577 [sigma: 488.79 | error: 0.038312 | coeff: 0.038312 | eff: 1 | fom: 30.9676 | r2int: 0.00146611 | r2eff: 0 | hits: 862 ] keV + 108 400908 [sigma: 463.252 | error: 0.0340237 | coeff: 0.0340237 | eff: 1 | fom: 39.2657 | r2int: 0.00115628 | r2eff: 0 | hits: 867 ] keV + 109 332801 [sigma: 469.996 | error: 0.0369889 | coeff: 0.0369889 | eff: 1 | fom: 33.2226 | r2int: 0.00136619 | r2eff: 0 | hits: 686 ] keV + 110 309168 [sigma: 462.956 | error: 0.0393626 | coeff: 0.0393626 | eff: 1 | fom: 29.3366 | r2int: 0.00154717 | r2eff: 0 | hits: 691 ] keV + 111 411556 [sigma: 489.836 | error: 0.0354873 | coeff: 0.0354873 | eff: 1 | fom: 34.5245 | r2int: 0.00125793 | r2eff: 0 | hits: 889 ] keV + 112 388670 [sigma: 510.9 | error: 0.0382332 | coeff: 0.0382332 | eff: 1 | fom: 29.7434 | r2int: 0.00146005 | r2eff: 0 | hits: 846 ] keV + 113 390533 [sigma: 498.344 | error: 0.0371157 | coeff: 0.0371157 | eff: 1 | fom: 31.5615 | r2int: 0.00137595 | r2eff: 0 | hits: 846 ] keV + 114 340765 [sigma: 469.853 | error: 0.0362186 | coeff: 0.0362186 | eff: 1 | fom: 33.1443 | r2int: 0.00130989 | r2eff: 0 | hits: 690 ] keV + 115 398478 [sigma: 488.134 | error: 0.0334583 | coeff: 0.0334583 | eff: 1 | fom: 38.8386 | r2int: 0.00111796 | r2eff: 0 | hits: 746 ] keV + 116 382285 [sigma: 475.15 | error: 0.0360233 | coeff: 0.0360233 | eff: 1 | fom: 33.5047 | r2int: 0.00129613 | r2eff: 0 | hits: 840 ] keV + 117 389503 [sigma: 534.364 | error: 0.0388035 | coeff: 0.0388035 | eff: 1 | fom: 28.8755 | r2int: 0.00150383 | r2eff: 0 | hits: 800 ] keV + 118 403726 [sigma: 478.488 | error: 0.0351581 | coeff: 0.0351581 | eff: 1 | fom: 35.1739 | r2int: 0.00123469 | r2eff: 0 | hits: 880 ] keV + 119 342098 [sigma: 481.305 | error: 0.0368495 | coeff: 0.0368495 | eff: 1 | fom: 32.019 | r2int: 0.00135591 | r2eff: 0 | hits: 686 ] keV + 120 327134 [sigma: 452.639 | error: 0.0336657 | coeff: 0.0336657 | eff: 1 | fom: 38.3616 | r2int: 0.00113147 | r2eff: 0 | hits: 592 ] keV + 121 350735 [sigma: 489.192 | error: 0.0362906 | coeff: 0.0362906 | eff: 1 | fom: 33.0129 | r2int: 0.00131506 | r2eff: 0 | hits: 677 ] keV + 122 322647 [sigma: 447.594 | error: 0.0361753 | coeff: 0.0361753 | eff: 1 | fom: 33.2237 | r2int: 0.00130673 | r2eff: 0 | hits: 680 ] keV + 123 371804 [sigma: 483.152 | error: 0.0335356 | coeff: 0.0335356 | eff: 1 | fom: 38.6598 | r2int: 0.00112295 | r2eff: 0 | hits: 666 ] keV + 124 353100 [sigma: 467.627 | error: 0.0324667 | coeff: 0.0324667 | eff: 1 | fom: 41.2472 | r2int: 0.00105234 | r2eff: 0 | hits: 601 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ @@ -1386,131 +1386,131 @@ Run Summary 122 16135.000000 steps 123 18069.000000 steps 124 14403.000000 steps - 0 37 [sigma: 17.0978 | error: 0.800383 | coeff: 0.800383 | eff: 1 | fom: 0.0600386 | r2int: 0.427076 | r2eff: 0 | hits: 3 ] steps - 1 35 [sigma: 5.03598 | error: 0.431656 | coeff: 0.431656 | eff: 1 | fom: 0.20642 | r2int: 0.165624 | r2eff: 0 | hits: 9 ] steps - 2 12 [sigma: 3.1305 | error: 0.583333 | coeff: 0.583333 | eff: 1 | fom: 0.11303 | r2int: 0.272222 | r2eff: 0 | hits: 5 ] steps - 3 19 [sigma: 3.71035 | error: 0.47834 | coeff: 0.47834 | eff: 1 | fom: 0.168095 | r2int: 0.190674 | r2eff: 0 | hits: 6 ] steps - 4 54 [sigma: 11.4018 | error: 0.517194 | coeff: 0.517194 | eff: 1 | fom: 0.143787 | r2int: 0.222908 | r2eff: 0 | hits: 6 ] steps - 5 64 [sigma: 16.1462 | error: 0.564125 | coeff: 0.564125 | eff: 1 | fom: 0.120858 | r2int: 0.25459 | r2eff: 0 | hits: 5 ] steps - 6 51 [sigma: 10.4835 | error: 0.54386 | coeff: 0.54386 | eff: 1 | fom: 0.130033 | r2int: 0.253529 | r2eff: 0 | hits: 7 ] steps - 7 121 [sigma: 12.5079 | error: 0.358087 | coeff: 0.358087 | eff: 1 | fom: 0.29995 | r2int: 0.117541 | r2eff: 0 | hits: 12 ] steps - 8 36 [sigma: 8.49706 | error: 0.527778 | coeff: 0.527778 | eff: 1 | fom: 0.138078 | r2int: 0.22284 | r2eff: 0 | hits: 5 ] steps - 9 37 [sigma: 8.65475 | error: 0.618874 | coeff: 0.618874 | eff: 1 | fom: 0.100421 | r2int: 0.32829 | r2eff: 0 | hits: 7 ] steps - 10 178 [sigma: 27.3756 | error: 0.532764 | coeff: 0.532764 | eff: 1 | fom: 0.135506 | r2int: 0.260184 | r2eff: 0 | hits: 12 ] steps - 11 167 [sigma: 19.7229 | error: 0.441895 | coeff: 0.441895 | eff: 1 | fom: 0.196965 | r2int: 0.181323 | r2eff: 0 | hits: 14 ] steps - 12 85 [sigma: 11.0126 | error: 0.388681 | coeff: 0.388681 | eff: 1 | fom: 0.25459 | r2int: 0.134287 | r2eff: 0 | hits: 9 ] steps - 13 50 [sigma: 5.39135 | error: 0.264121 | coeff: 0.264121 | eff: 1 | fom: 0.551341 | r2int: 0.0581333 | r2eff: 0 | hits: 6 ] steps - 14 41 [sigma: 4.8795 | error: 0.314877 | coeff: 0.314877 | eff: 1 | fom: 0.387923 | r2int: 0.0849834 | r2eff: 0 | hits: 7 ] steps - 15 41 [sigma: 9.47453 | error: 0.566043 | coeff: 0.566043 | eff: 1 | fom: 0.120041 | r2int: 0.267004 | r2eff: 0 | hits: 6 ] steps - 16 77 [sigma: 6.48074 | error: 0.279145 | coeff: 0.279145 | eff: 1 | fom: 0.49359 | r2int: 0.0708383 | r2eff: 0 | hits: 11 ] steps - 17 87 [sigma: 7.56908 | error: 0.288549 | coeff: 0.288549 | eff: 1 | fom: 0.461941 | r2int: 0.0756915 | r2eff: 0 | hits: 11 ] steps - 18 17 [sigma: 4.71699 | error: 0.55494 | coeff: 0.55494 | eff: 1 | fom: 0.124892 | r2int: 0.230969 | r2eff: 0 | hits: 4 ] steps - 19 74 [sigma: 11.4134 | error: 0.377799 | coeff: 0.377799 | eff: 1 | fom: 0.269467 | r2int: 0.118943 | r2eff: 0 | hits: 6 ] steps - 20 16 [sigma: 6 | error: 0.75 | coeff: 0.75 | eff: 1 | fom: 0.0683761 | r2int: 0.421875 | r2eff: 0 | hits: 4 ] steps - 21 29 [sigma: 7.76209 | error: 0.535316 | coeff: 0.535316 | eff: 1 | fom: 0.134216 | r2int: 0.214923 | r2eff: 0 | hits: 4 ] steps - 22 27 [sigma: 4.40576 | error: 0.461532 | coeff: 0.461532 | eff: 1 | fom: 0.18056 | r2int: 0.186385 | r2eff: 0 | hits: 8 ] steps - 23 63 [sigma: 9.32642 | error: 0.418716 | coeff: 0.418716 | eff: 1 | fom: 0.219375 | r2int: 0.153408 | r2eff: 0 | hits: 8 ] steps - 24 46 [sigma: 11.1206 | error: 0.483502 | coeff: 0.483502 | eff: 1 | fom: 0.164524 | r2int: 0.175331 | r2eff: 0 | hits: 4 ] steps - 25 250 [sigma: 20.548 | error: 0.338886 | coeff: 0.338886 | eff: 1 | fom: 0.334902 | r2int: 0.108088 | r2eff: 0 | hits: 17 ] steps - 26 158 [sigma: 10.5827 | error: 0.328128 | coeff: 0.328128 | eff: 1 | fom: 0.357223 | r2int: 0.103182 | r2eff: 0 | hits: 24 ] steps - 27 108 [sigma: 6.82642 | error: 0.244802 | coeff: 0.244802 | eff: 1 | fom: 0.641796 | r2int: 0.0559328 | r2eff: 0 | hits: 15 ] steps - 28 154 [sigma: 11.577 | error: 0.318941 | coeff: 0.318941 | eff: 1 | fom: 0.378099 | r2int: 0.096072 | r2eff: 0 | hits: 18 ] steps - 29 139 [sigma: 8.91664 | error: 0.272159 | coeff: 0.272159 | eff: 1 | fom: 0.519255 | r2int: 0.0699555 | r2eff: 0 | hits: 18 ] steps - 30 96 [sigma: 5.70589 | error: 0.272371 | coeff: 0.272371 | eff: 1 | fom: 0.518446 | r2int: 0.0706535 | r2eff: 0 | hits: 21 ] steps - 31 291 [sigma: 11.6705 | error: 0.196473 | coeff: 0.196473 | eff: 1 | fom: 0.99637 | r2int: 0.0369932 | r2eff: 0 | hits: 24 ] steps - 32 315 [sigma: 11.4427 | error: 0.192219 | coeff: 0.192219 | eff: 1 | fom: 1.04096 | r2int: 0.0356286 | r2eff: 0 | hits: 28 ] steps - 33 274 [sigma: 13.0862 | error: 0.218862 | coeff: 0.218862 | eff: 1 | fom: 0.802942 | r2int: 0.0456198 | r2eff: 0 | hits: 21 ] steps - 34 165 [sigma: 12.2462 | error: 0.306016 | coeff: 0.306016 | eff: 1 | fom: 0.410714 | r2int: 0.088137 | r2eff: 0 | hits: 17 ] steps - 35 272 [sigma: 17.3824 | error: 0.299745 | coeff: 0.299745 | eff: 1 | fom: 0.428078 | r2int: 0.085763 | r2eff: 0 | hits: 22 ] steps - 36 301 [sigma: 12.8468 | error: 0.213402 | coeff: 0.213402 | eff: 1 | fom: 0.84456 | r2int: 0.0437187 | r2eff: 0 | hits: 25 ] steps - 37 202 [sigma: 6.55462 | error: 0.174741 | coeff: 0.174741 | eff: 1 | fom: 1.25961 | r2int: 0.0294816 | r2eff: 0 | hits: 29 ] steps - 38 412 [sigma: 14.1784 | error: 0.182099 | coeff: 0.182099 | eff: 1 | fom: 1.15987 | r2int: 0.0319759 | r2eff: 0 | hits: 28 ] steps - 39 120 [sigma: 6.74168 | error: 0.244886 | coeff: 0.244886 | eff: 1 | fom: 0.641356 | r2int: 0.0568129 | r2eff: 0 | hits: 19 ] steps - 40 304 [sigma: 20.2073 | error: 0.289741 | coeff: 0.289741 | eff: 1 | fom: 0.458148 | r2int: 0.0795317 | r2eff: 0 | hits: 19 ] steps - 41 200 [sigma: 9.93287 | error: 0.227591 | coeff: 0.227591 | eff: 1 | fom: 0.742537 | r2int: 0.049331 | r2eff: 0 | hits: 21 ] steps - 42 263 [sigma: 9.19746 | error: 0.174857 | coeff: 0.174857 | eff: 1 | fom: 1.25795 | r2int: 0.0293519 | r2eff: 0 | hits: 25 ] steps - 43 201 [sigma: 7.80214 | error: 0.194083 | coeff: 0.194083 | eff: 1 | fom: 1.02106 | r2int: 0.0361615 | r2eff: 0 | hits: 25 ] steps - 44 171 [sigma: 6.15138 | error: 0.160876 | coeff: 0.160876 | eff: 1 | fom: 1.48609 | r2int: 0.0245871 | r2eff: 0 | hits: 20 ] steps - 45 149 [sigma: 10.8368 | error: 0.262232 | coeff: 0.262232 | eff: 1 | fom: 0.559313 | r2int: 0.063476 | r2eff: 0 | hits: 13 ] steps - 46 146 [sigma: 9.54461 | error: 0.306631 | coeff: 0.306631 | eff: 1 | fom: 0.409066 | r2int: 0.0897491 | r2eff: 0 | hits: 22 ] steps - 47 227 [sigma: 17.854 | error: 0.351743 | coeff: 0.351743 | eff: 1 | fom: 0.310868 | r2int: 0.117537 | r2eff: 0 | hits: 20 ] steps - 48 199 [sigma: 15.0697 | error: 0.312231 | coeff: 0.312231 | eff: 1 | fom: 0.394526 | r2int: 0.0917535 | r2eff: 0 | hits: 17 ] steps - 49 126 [sigma: 14.1437 | error: 0.354971 | coeff: 0.354971 | eff: 1 | fom: 0.30524 | r2int: 0.113404 | r2eff: 0 | hits: 10 ] steps - 50 356 [sigma: 7.95511 | error: 0.16268 | coeff: 0.16268 | eff: 1 | fom: 1.45331 | r2int: 0.0259654 | r2eff: 0 | hits: 53 ] steps - 51 871 [sigma: 21.8244 | error: 0.205098 | coeff: 0.205098 | eff: 1 | fom: 0.914334 | r2int: 0.0414373 | r2eff: 0 | hits: 67 ] steps - 52 564 [sigma: 12.1267 | error: 0.178603 | coeff: 0.178603 | eff: 1 | fom: 1.20573 | r2int: 0.0314368 | r2eff: 0 | hits: 69 ] steps - 53 723 [sigma: 13.5452 | error: 0.147518 | coeff: 0.147518 | eff: 1 | fom: 1.76741 | r2int: 0.0214105 | r2eff: 0 | hits: 62 ] steps - 54 478 [sigma: 16.8068 | error: 0.208013 | coeff: 0.208013 | eff: 1 | fom: 0.888887 | r2int: 0.0420331 | r2eff: 0 | hits: 35 ] steps - 55 819 [sigma: 15.7735 | error: 0.166792 | coeff: 0.166792 | eff: 1 | fom: 1.38253 | r2int: 0.0274487 | r2eff: 0 | hits: 75 ] steps - 56 896 [sigma: 10.3521 | error: 0.107765 | coeff: 0.107765 | eff: 1 | fom: 3.31183 | r2int: 0.0114799 | r2eff: 0 | hits: 87 ] steps - 57 862 [sigma: 12.4048 | error: 0.122954 | coeff: 0.122954 | eff: 1 | fom: 2.54412 | r2int: 0.0149107 | r2eff: 0 | hits: 73 ] steps - 58 868 [sigma: 9.36413 | error: 0.0940491 | coeff: 0.0940491 | eff: 1 | fom: 4.34828 | r2int: 0.00872885 | r2eff: 0 | hits: 76 ] steps - 59 457 [sigma: 8.89517 | error: 0.156926 | coeff: 0.156926 | eff: 1 | fom: 1.56184 | r2int: 0.0242469 | r2eff: 0 | hits: 65 ] steps - 60 719 [sigma: 13.2612 | error: 0.168033 | coeff: 0.168033 | eff: 1 | fom: 1.36219 | r2int: 0.0278949 | r2eff: 0 | hits: 83 ] steps - 61 1189 [sigma: 15.5955 | error: 0.133762 | coeff: 0.133762 | eff: 1 | fom: 2.14961 | r2int: 0.0177203 | r2eff: 0 | hits: 104 ] steps - 62 1320 [sigma: 12.536 | error: 0.0973149 | coeff: 0.0973149 | eff: 1 | fom: 4.06133 | r2int: 0.00938 | r2eff: 0 | hits: 105 ] steps - 63 1477 [sigma: 17.238 | error: 0.118447 | coeff: 0.118447 | eff: 1 | fom: 2.74143 | r2int: 0.0138935 | r2eff: 0 | hits: 103 ] steps - 64 625 [sigma: 10.8689 | error: 0.142345 | coeff: 0.142345 | eff: 1 | fom: 1.89819 | r2int: 0.0199597 | r2eff: 0 | hits: 67 ] steps - 65 689 [sigma: 14.7111 | error: 0.169471 | coeff: 0.169471 | eff: 1 | fom: 1.33917 | r2int: 0.0282645 | r2eff: 0 | hits: 63 ] steps - 66 1165 [sigma: 16.1797 | error: 0.128042 | coeff: 0.128042 | eff: 1 | fom: 2.34596 | r2int: 0.0162019 | r2eff: 0 | hits: 85 ] steps - 67 1130 [sigma: 11.7384 | error: 0.0974479 | coeff: 0.0974479 | eff: 1 | fom: 4.05025 | r2int: 0.00938818 | r2eff: 0 | hits: 88 ] steps - 68 1264 [sigma: 15.2708 | error: 0.117133 | coeff: 0.117133 | eff: 1 | fom: 2.80331 | r2int: 0.0135741 | r2eff: 0 | hits: 94 ] steps - 69 471 [sigma: 10.5115 | error: 0.148037 | coeff: 0.148037 | eff: 1 | fom: 1.75503 | r2int: 0.021417 | r2eff: 0 | hits: 44 ] steps - 70 523 [sigma: 20.0115 | error: 0.238951 | coeff: 0.238951 | eff: 1 | fom: 0.673608 | r2int: 0.0556337 | r2eff: 0 | hits: 39 ] steps - 71 623 [sigma: 14.1855 | error: 0.179288 | coeff: 0.179288 | eff: 1 | fom: 1.19653 | r2int: 0.0316257 | r2eff: 0 | hits: 62 ] steps - 72 730 [sigma: 14.5414 | error: 0.164262 | coeff: 0.164262 | eff: 1 | fom: 1.42545 | r2int: 0.0265852 | r2eff: 0 | hits: 68 ] steps - 73 444 [sigma: 10.228 | error: 0.16451 | coeff: 0.16451 | eff: 1 | fom: 1.42116 | r2int: 0.0265329 | r2eff: 0 | hits: 51 ] steps - 74 455 [sigma: 35.3443 | error: 0.418319 | coeff: 0.418319 | eff: 1 | fom: 0.219792 | r2int: 0.168956 | r2eff: 0 | hits: 29 ] steps - 75 3763 [sigma: 28.2121 | error: 0.096595 | coeff: 0.096595 | eff: 1 | fom: 4.12209 | r2int: 0.00927438 | r2eff: 0 | hits: 166 ] steps - 76 4088 [sigma: 26.2885 | error: 0.095165 | coeff: 0.095165 | eff: 1 | fom: 4.2469 | r2int: 0.00901502 | r2eff: 0 | hits: 219 ] steps - 77 4426 [sigma: 26.3378 | error: 0.0880624 | coeff: 0.0880624 | eff: 1 | fom: 4.95959 | r2int: 0.00771957 | r2eff: 0 | hits: 219 ] steps - 78 4253 [sigma: 26.1554 | error: 0.0903842 | coeff: 0.0903842 | eff: 1 | fom: 4.70806 | r2int: 0.00813148 | r2eff: 0 | hits: 216 ] steps - 79 3392 [sigma: 32.9606 | error: 0.118214 | coeff: 0.118214 | eff: 1 | fom: 2.75224 | r2int: 0.0138802 | r2eff: 0 | hits: 148 ] steps - 80 4460 [sigma: 27.4472 | error: 0.0933312 | coeff: 0.0933312 | eff: 1 | fom: 4.41543 | r2int: 0.00867285 | r2eff: 0 | hits: 230 ] steps - 81 4029 [sigma: 11.7799 | error: 0.0546989 | coeff: 0.0546989 | eff: 1 | fom: 12.8549 | r2int: 0.00298342 | r2eff: 0 | hits: 350 ] steps - 82 4007 [sigma: 11.9146 | error: 0.0531075 | coeff: 0.0531075 | eff: 1 | fom: 13.6369 | r2int: 0.00281156 | r2eff: 0 | hits: 319 ] steps - 83 3861 [sigma: 12.9308 | error: 0.0586807 | coeff: 0.0586807 | eff: 1 | fom: 11.1696 | r2int: 0.0034322 | r2eff: 0 | hits: 307 ] steps - 84 3796 [sigma: 23.6579 | error: 0.0876966 | coeff: 0.0876966 | eff: 1 | fom: 5.00105 | r2int: 0.00765185 | r2eff: 0 | hits: 198 ] steps - 85 3772 [sigma: 24.8683 | error: 0.100851 | coeff: 0.100851 | eff: 1 | fom: 3.78148 | r2int: 0.0101276 | r2eff: 0 | hits: 234 ] steps - 86 4343 [sigma: 13.3352 | error: 0.055863 | coeff: 0.055863 | eff: 1 | fom: 12.3248 | r2int: 0.00311124 | r2eff: 0 | hits: 331 ] steps - 87 4357 [sigma: 11.6382 | error: 0.0493983 | coeff: 0.0493983 | eff: 1 | fom: 15.7617 | r2int: 0.00243306 | r2eff: 0 | hits: 342 ] steps - 88 3538 [sigma: 11.4702 | error: 0.058536 | coeff: 0.058536 | eff: 1 | fom: 11.2249 | r2int: 0.00341595 | r2eff: 0 | hits: 326 ] steps - 89 3953 [sigma: 24.1233 | error: 0.0933507 | coeff: 0.0933507 | eff: 1 | fom: 4.41359 | r2int: 0.00867711 | r2eff: 0 | hits: 234 ] steps - 90 4614 [sigma: 29.3091 | error: 0.0948589 | coeff: 0.0948589 | eff: 1 | fom: 4.27436 | r2int: 0.00895785 | r2eff: 0 | hits: 223 ] steps - 91 4239 [sigma: 13.4857 | error: 0.0562837 | coeff: 0.0562837 | eff: 1 | fom: 12.1412 | r2int: 0.00315773 | r2eff: 0 | hits: 313 ] steps - 92 4133 [sigma: 12.3034 | error: 0.0524977 | coeff: 0.0524977 | eff: 1 | fom: 13.9555 | r2int: 0.00274715 | r2eff: 0 | hits: 311 ] steps - 93 3860 [sigma: 15.047 | error: 0.067631 | coeff: 0.067631 | eff: 1 | fom: 8.40882 | r2int: 0.00455876 | r2eff: 0 | hits: 301 ] steps - 94 3825 [sigma: 23.2478 | error: 0.0893258 | coeff: 0.0893258 | eff: 1 | fom: 4.82029 | r2int: 0.00794215 | r2eff: 0 | hits: 216 ] steps - 95 3163 [sigma: 25.9776 | error: 0.100923 | coeff: 0.100923 | eff: 1 | fom: 3.77615 | r2int: 0.0101179 | r2eff: 0 | hits: 151 ] steps - 96 3830 [sigma: 22.2014 | error: 0.0851941 | coeff: 0.0851941 | eff: 1 | fom: 5.29917 | r2int: 0.00722443 | r2eff: 0 | hits: 216 ] steps - 97 3555 [sigma: 22.982 | error: 0.0921077 | coeff: 0.0921077 | eff: 1 | fom: 4.53351 | r2int: 0.00844204 | r2eff: 0 | hits: 203 ] steps - 98 4316 [sigma: 28.0499 | error: 0.0919105 | coeff: 0.0919105 | eff: 1 | fom: 4.55299 | r2int: 0.0084053 | r2eff: 0 | hits: 200 ] steps - 99 2999 [sigma: 34.3722 | error: 0.135126 | coeff: 0.135126 | eff: 1 | fom: 2.10644 | r2int: 0.0181276 | r2eff: 0 | hits: 139 ] steps - 100 16049 [sigma: 29.963 | error: 0.0476352 | coeff: 0.0476352 | eff: 1 | fom: 16.95 | r2int: 0.00226563 | r2eff: 0 | hits: 651 ] steps - 101 19261 [sigma: 28.9142 | error: 0.0427242 | coeff: 0.0427242 | eff: 1 | fom: 21.0707 | r2int: 0.00182311 | r2eff: 0 | hits: 810 ] steps - 102 17554 [sigma: 26.1326 | error: 0.0415771 | coeff: 0.0415771 | eff: 1 | fom: 22.2494 | r2int: 0.00172644 | r2eff: 0 | hits: 780 ] steps - 103 16954 [sigma: 25.4861 | error: 0.0421715 | coeff: 0.0421715 | eff: 1 | fom: 21.6266 | r2int: 0.00177618 | r2eff: 0 | hits: 787 ] steps - 104 13107 [sigma: 22.202 | error: 0.0428528 | coeff: 0.0428528 | eff: 1 | fom: 20.9444 | r2int: 0.00183349 | r2eff: 0 | hits: 640 ] steps - 105 19716 [sigma: 27.8433 | error: 0.040563 | coeff: 0.040563 | eff: 1 | fom: 23.3759 | r2int: 0.00164336 | r2eff: 0 | hits: 825 ] steps - 106 24782 [sigma: 28.7905 | error: 0.0367929 | coeff: 0.0367929 | eff: 1 | fom: 28.4119 | r2int: 0.00135236 | r2eff: 0 | hits: 1003 ] steps - 107 22492 [sigma: 27.7134 | error: 0.0383551 | coeff: 0.0383551 | eff: 1 | fom: 26.1445 | r2int: 0.0014696 | r2eff: 0 | hits: 969 ] steps - 108 23125 [sigma: 28.0474 | error: 0.0374614 | coeff: 0.0374614 | eff: 1 | fom: 27.4068 | r2int: 0.00140189 | r2eff: 0 | hits: 954 ] steps - 109 16404 [sigma: 25.3502 | error: 0.0422368 | coeff: 0.0422368 | eff: 1 | fom: 21.5598 | r2int: 0.00178156 | r2eff: 0 | hits: 747 ] steps - 110 17972 [sigma: 27.4511 | error: 0.0420531 | coeff: 0.0420531 | eff: 1 | fom: 21.7485 | r2int: 0.00176613 | r2eff: 0 | hits: 758 ] steps - 111 23343 [sigma: 25.951 | error: 0.0350855 | coeff: 0.0350855 | eff: 1 | fom: 31.2443 | r2int: 0.00122976 | r2eff: 0 | hits: 996 ] steps - 112 23157 [sigma: 28.0715 | error: 0.037579 | coeff: 0.037579 | eff: 1 | fom: 26.2268 | r2int: 0.00141071 | r2eff: 0 | hits: 961 ] steps - 113 21845 [sigma: 26.4885 | error: 0.03757 | coeff: 0.03757 | eff: 1 | fom: 26.2394 | r2int: 0.00141003 | r2eff: 0 | hits: 960 ] steps - 114 17672 [sigma: 29.1951 | error: 0.0455739 | coeff: 0.0455739 | eff: 1 | fom: 17.8322 | r2int: 0.00207425 | r2eff: 0 | hits: 761 ] steps - 115 20310 [sigma: 30.1225 | error: 0.0419757 | coeff: 0.0419757 | eff: 1 | fom: 21.0204 | r2int: 0.00175976 | r2eff: 0 | hits: 801 ] steps - 116 23612 [sigma: 30.383 | error: 0.0393673 | coeff: 0.0393673 | eff: 1 | fom: 23.8982 | r2int: 0.00154813 | r2eff: 0 | hits: 936 ] steps - 117 22294 [sigma: 28.3685 | error: 0.0384068 | coeff: 0.0384068 | eff: 1 | fom: 25.1085 | r2int: 0.00147346 | r2eff: 0 | hits: 911 ] steps - 118 22415 [sigma: 26.3241 | error: 0.0367457 | coeff: 0.0367457 | eff: 1 | fom: 27.4298 | r2int: 0.00134887 | r2eff: 0 | hits: 979 ] steps - 119 18272 [sigma: 26.8738 | error: 0.0404126 | coeff: 0.0404126 | eff: 1 | fom: 22.6779 | r2int: 0.00163102 | r2eff: 0 | hits: 755 ] steps - 120 14129 [sigma: 27.1067 | error: 0.0483831 | coeff: 0.0483831 | eff: 1 | fom: 15.8215 | r2int: 0.00233725 | r2eff: 0 | hits: 636 ] steps - 121 18014 [sigma: 28.396 | error: 0.0431696 | coeff: 0.0431696 | eff: 1 | fom: 19.8738 | r2int: 0.00186113 | r2eff: 0 | hits: 750 ] steps - 122 16135 [sigma: 24.8669 | error: 0.0424034 | coeff: 0.0424034 | eff: 1 | fom: 20.5984 | r2int: 0.00179568 | r2eff: 0 | hits: 757 ] steps - 123 18069 [sigma: 29.9678 | error: 0.0448721 | coeff: 0.0448721 | eff: 1 | fom: 18.3943 | r2int: 0.00201076 | r2eff: 0 | hits: 732 ] steps - 124 14403 [sigma: 26.5478 | error: 0.0468117 | coeff: 0.0468117 | eff: 1 | fom: 16.9016 | r2int: 0.00218794 | r2eff: 0 | hits: 645 ] steps + 0 37 [sigma: 17.0978 | error: 0.800383 | coeff: 0.800383 | eff: 1 | fom: 0.0678697 | r2int: 0.427076 | r2eff: 0 | hits: 3 ] steps + 1 35 [sigma: 5.03598 | error: 0.431656 | coeff: 0.431656 | eff: 1 | fom: 0.233344 | r2int: 0.165624 | r2eff: 0 | hits: 9 ] steps + 2 12 [sigma: 3.1305 | error: 0.583333 | coeff: 0.583333 | eff: 1 | fom: 0.127773 | r2int: 0.272222 | r2eff: 0 | hits: 5 ] steps + 3 19 [sigma: 3.71035 | error: 0.47834 | coeff: 0.47834 | eff: 1 | fom: 0.19002 | r2int: 0.190674 | r2eff: 0 | hits: 6 ] steps + 4 54 [sigma: 11.4018 | error: 0.517194 | coeff: 0.517194 | eff: 1 | fom: 0.162542 | r2int: 0.222908 | r2eff: 0 | hits: 6 ] steps + 5 64 [sigma: 16.1462 | error: 0.564125 | coeff: 0.564125 | eff: 1 | fom: 0.136622 | r2int: 0.25459 | r2eff: 0 | hits: 5 ] steps + 6 51 [sigma: 10.4835 | error: 0.54386 | coeff: 0.54386 | eff: 1 | fom: 0.146993 | r2int: 0.253529 | r2eff: 0 | hits: 7 ] steps + 7 121 [sigma: 12.5079 | error: 0.358087 | coeff: 0.358087 | eff: 1 | fom: 0.339074 | r2int: 0.117541 | r2eff: 0 | hits: 12 ] steps + 8 36 [sigma: 8.49706 | error: 0.527778 | coeff: 0.527778 | eff: 1 | fom: 0.156088 | r2int: 0.22284 | r2eff: 0 | hits: 5 ] steps + 9 37 [sigma: 8.65475 | error: 0.618874 | coeff: 0.618874 | eff: 1 | fom: 0.113519 | r2int: 0.32829 | r2eff: 0 | hits: 7 ] steps + 10 178 [sigma: 27.3756 | error: 0.532764 | coeff: 0.532764 | eff: 1 | fom: 0.15318 | r2int: 0.260184 | r2eff: 0 | hits: 12 ] steps + 11 167 [sigma: 19.7229 | error: 0.441895 | coeff: 0.441895 | eff: 1 | fom: 0.222656 | r2int: 0.181323 | r2eff: 0 | hits: 14 ] steps + 12 85 [sigma: 11.0126 | error: 0.388681 | coeff: 0.388681 | eff: 1 | fom: 0.287797 | r2int: 0.134287 | r2eff: 0 | hits: 9 ] steps + 13 50 [sigma: 5.39135 | error: 0.264121 | coeff: 0.264121 | eff: 1 | fom: 0.623255 | r2int: 0.0581333 | r2eff: 0 | hits: 6 ] steps + 14 41 [sigma: 4.8795 | error: 0.314877 | coeff: 0.314877 | eff: 1 | fom: 0.438522 | r2int: 0.0849834 | r2eff: 0 | hits: 7 ] steps + 15 41 [sigma: 9.47453 | error: 0.566043 | coeff: 0.566043 | eff: 1 | fom: 0.135698 | r2int: 0.267004 | r2eff: 0 | hits: 6 ] steps + 16 77 [sigma: 6.48074 | error: 0.279145 | coeff: 0.279145 | eff: 1 | fom: 0.557971 | r2int: 0.0708383 | r2eff: 0 | hits: 11 ] steps + 17 87 [sigma: 7.56908 | error: 0.288549 | coeff: 0.288549 | eff: 1 | fom: 0.522194 | r2int: 0.0756915 | r2eff: 0 | hits: 11 ] steps + 18 17 [sigma: 4.71699 | error: 0.55494 | coeff: 0.55494 | eff: 1 | fom: 0.141182 | r2int: 0.230969 | r2eff: 0 | hits: 4 ] steps + 19 74 [sigma: 11.4134 | error: 0.377799 | coeff: 0.377799 | eff: 1 | fom: 0.304615 | r2int: 0.118943 | r2eff: 0 | hits: 6 ] steps + 20 16 [sigma: 6 | error: 0.75 | coeff: 0.75 | eff: 1 | fom: 0.0772947 | r2int: 0.421875 | r2eff: 0 | hits: 4 ] steps + 21 29 [sigma: 7.76209 | error: 0.535316 | coeff: 0.535316 | eff: 1 | fom: 0.151723 | r2int: 0.214923 | r2eff: 0 | hits: 4 ] steps + 22 27 [sigma: 4.40576 | error: 0.461532 | coeff: 0.461532 | eff: 1 | fom: 0.204112 | r2int: 0.186385 | r2eff: 0 | hits: 8 ] steps + 23 63 [sigma: 9.32642 | error: 0.418716 | coeff: 0.418716 | eff: 1 | fom: 0.247989 | r2int: 0.153408 | r2eff: 0 | hits: 8 ] steps + 24 46 [sigma: 11.1206 | error: 0.483502 | coeff: 0.483502 | eff: 1 | fom: 0.185984 | r2int: 0.175331 | r2eff: 0 | hits: 4 ] steps + 25 250 [sigma: 20.548 | error: 0.338886 | coeff: 0.338886 | eff: 1 | fom: 0.378585 | r2int: 0.108088 | r2eff: 0 | hits: 17 ] steps + 26 158 [sigma: 10.5827 | error: 0.328128 | coeff: 0.328128 | eff: 1 | fom: 0.403818 | r2int: 0.103182 | r2eff: 0 | hits: 24 ] steps + 27 108 [sigma: 6.82642 | error: 0.244802 | coeff: 0.244802 | eff: 1 | fom: 0.725508 | r2int: 0.0559328 | r2eff: 0 | hits: 15 ] steps + 28 154 [sigma: 11.577 | error: 0.318941 | coeff: 0.318941 | eff: 1 | fom: 0.427417 | r2int: 0.096072 | r2eff: 0 | hits: 18 ] steps + 29 139 [sigma: 8.91664 | error: 0.272159 | coeff: 0.272159 | eff: 1 | fom: 0.586984 | r2int: 0.0699555 | r2eff: 0 | hits: 18 ] steps + 30 96 [sigma: 5.70589 | error: 0.272371 | coeff: 0.272371 | eff: 1 | fom: 0.586069 | r2int: 0.0706535 | r2eff: 0 | hits: 21 ] steps + 31 291 [sigma: 11.6705 | error: 0.196473 | coeff: 0.196473 | eff: 1 | fom: 1.12633 | r2int: 0.0369932 | r2eff: 0 | hits: 24 ] steps + 32 315 [sigma: 11.4427 | error: 0.192219 | coeff: 0.192219 | eff: 1 | fom: 1.17674 | r2int: 0.0356286 | r2eff: 0 | hits: 28 ] steps + 33 274 [sigma: 13.0862 | error: 0.218862 | coeff: 0.218862 | eff: 1 | fom: 0.907673 | r2int: 0.0456198 | r2eff: 0 | hits: 21 ] steps + 34 165 [sigma: 12.2462 | error: 0.306016 | coeff: 0.306016 | eff: 1 | fom: 0.464285 | r2int: 0.088137 | r2eff: 0 | hits: 17 ] steps + 35 272 [sigma: 17.3824 | error: 0.299745 | coeff: 0.299745 | eff: 1 | fom: 0.483915 | r2int: 0.085763 | r2eff: 0 | hits: 22 ] steps + 36 301 [sigma: 12.8468 | error: 0.213402 | coeff: 0.213402 | eff: 1 | fom: 0.95472 | r2int: 0.0437187 | r2eff: 0 | hits: 25 ] steps + 37 202 [sigma: 6.55462 | error: 0.174741 | coeff: 0.174741 | eff: 1 | fom: 1.42391 | r2int: 0.0294816 | r2eff: 0 | hits: 29 ] steps + 38 412 [sigma: 14.1784 | error: 0.182099 | coeff: 0.182099 | eff: 1 | fom: 1.31116 | r2int: 0.0319759 | r2eff: 0 | hits: 28 ] steps + 39 120 [sigma: 6.74168 | error: 0.244886 | coeff: 0.244886 | eff: 1 | fom: 0.725011 | r2int: 0.0568129 | r2eff: 0 | hits: 19 ] steps + 40 304 [sigma: 20.2073 | error: 0.289741 | coeff: 0.289741 | eff: 1 | fom: 0.517906 | r2int: 0.0795317 | r2eff: 0 | hits: 19 ] steps + 41 200 [sigma: 9.93287 | error: 0.227591 | coeff: 0.227591 | eff: 1 | fom: 0.839389 | r2int: 0.049331 | r2eff: 0 | hits: 21 ] steps + 42 263 [sigma: 9.19746 | error: 0.174857 | coeff: 0.174857 | eff: 1 | fom: 1.42203 | r2int: 0.0293519 | r2eff: 0 | hits: 25 ] steps + 43 201 [sigma: 7.80214 | error: 0.194083 | coeff: 0.194083 | eff: 1 | fom: 1.15424 | r2int: 0.0361615 | r2eff: 0 | hits: 25 ] steps + 44 171 [sigma: 6.15138 | error: 0.160876 | coeff: 0.160876 | eff: 1 | fom: 1.67992 | r2int: 0.0245871 | r2eff: 0 | hits: 20 ] steps + 45 149 [sigma: 10.8368 | error: 0.262232 | coeff: 0.262232 | eff: 1 | fom: 0.632267 | r2int: 0.063476 | r2eff: 0 | hits: 13 ] steps + 46 146 [sigma: 9.54461 | error: 0.306631 | coeff: 0.306631 | eff: 1 | fom: 0.462422 | r2int: 0.0897491 | r2eff: 0 | hits: 22 ] steps + 47 227 [sigma: 17.854 | error: 0.351743 | coeff: 0.351743 | eff: 1 | fom: 0.351417 | r2int: 0.117537 | r2eff: 0 | hits: 20 ] steps + 48 199 [sigma: 15.0697 | error: 0.312231 | coeff: 0.312231 | eff: 1 | fom: 0.445985 | r2int: 0.0917535 | r2eff: 0 | hits: 17 ] steps + 49 126 [sigma: 14.1437 | error: 0.354971 | coeff: 0.354971 | eff: 1 | fom: 0.345054 | r2int: 0.113404 | r2eff: 0 | hits: 10 ] steps + 50 356 [sigma: 7.95511 | error: 0.16268 | coeff: 0.16268 | eff: 1 | fom: 1.64287 | r2int: 0.0259654 | r2eff: 0 | hits: 53 ] steps + 51 871 [sigma: 21.8244 | error: 0.205098 | coeff: 0.205098 | eff: 1 | fom: 1.03359 | r2int: 0.0414373 | r2eff: 0 | hits: 67 ] steps + 52 564 [sigma: 12.1267 | error: 0.178603 | coeff: 0.178603 | eff: 1 | fom: 1.36299 | r2int: 0.0314368 | r2eff: 0 | hits: 69 ] steps + 53 723 [sigma: 13.5452 | error: 0.147518 | coeff: 0.147518 | eff: 1 | fom: 1.99795 | r2int: 0.0214105 | r2eff: 0 | hits: 62 ] steps + 54 478 [sigma: 16.8068 | error: 0.208013 | coeff: 0.208013 | eff: 1 | fom: 1.00483 | r2int: 0.0420331 | r2eff: 0 | hits: 35 ] steps + 55 819 [sigma: 15.7735 | error: 0.166792 | coeff: 0.166792 | eff: 1 | fom: 1.56286 | r2int: 0.0274487 | r2eff: 0 | hits: 75 ] steps + 56 896 [sigma: 10.3521 | error: 0.107765 | coeff: 0.107765 | eff: 1 | fom: 3.74381 | r2int: 0.0114799 | r2eff: 0 | hits: 87 ] steps + 57 862 [sigma: 12.4048 | error: 0.122954 | coeff: 0.122954 | eff: 1 | fom: 2.87596 | r2int: 0.0149107 | r2eff: 0 | hits: 73 ] steps + 58 868 [sigma: 9.36413 | error: 0.0940491 | coeff: 0.0940491 | eff: 1 | fom: 4.91544 | r2int: 0.00872885 | r2eff: 0 | hits: 76 ] steps + 59 457 [sigma: 8.89517 | error: 0.156926 | coeff: 0.156926 | eff: 1 | fom: 1.76556 | r2int: 0.0242469 | r2eff: 0 | hits: 65 ] steps + 60 719 [sigma: 13.2612 | error: 0.168033 | coeff: 0.168033 | eff: 1 | fom: 1.53987 | r2int: 0.0278949 | r2eff: 0 | hits: 83 ] steps + 61 1189 [sigma: 15.5955 | error: 0.133762 | coeff: 0.133762 | eff: 1 | fom: 2.43 | r2int: 0.0177203 | r2eff: 0 | hits: 104 ] steps + 62 1320 [sigma: 12.536 | error: 0.0973149 | coeff: 0.0973149 | eff: 1 | fom: 4.59106 | r2int: 0.00938 | r2eff: 0 | hits: 105 ] steps + 63 1477 [sigma: 17.238 | error: 0.118447 | coeff: 0.118447 | eff: 1 | fom: 3.09901 | r2int: 0.0138935 | r2eff: 0 | hits: 103 ] steps + 64 625 [sigma: 10.8689 | error: 0.142345 | coeff: 0.142345 | eff: 1 | fom: 2.14579 | r2int: 0.0199597 | r2eff: 0 | hits: 67 ] steps + 65 689 [sigma: 14.7111 | error: 0.169471 | coeff: 0.169471 | eff: 1 | fom: 1.51385 | r2int: 0.0282645 | r2eff: 0 | hits: 63 ] steps + 66 1165 [sigma: 16.1797 | error: 0.128042 | coeff: 0.128042 | eff: 1 | fom: 2.65195 | r2int: 0.0162019 | r2eff: 0 | hits: 85 ] steps + 67 1130 [sigma: 11.7384 | error: 0.0974479 | coeff: 0.0974479 | eff: 1 | fom: 4.57854 | r2int: 0.00938818 | r2eff: 0 | hits: 88 ] steps + 68 1264 [sigma: 15.2708 | error: 0.117133 | coeff: 0.117133 | eff: 1 | fom: 3.16896 | r2int: 0.0135741 | r2eff: 0 | hits: 94 ] steps + 69 471 [sigma: 10.5115 | error: 0.148037 | coeff: 0.148037 | eff: 1 | fom: 1.98395 | r2int: 0.021417 | r2eff: 0 | hits: 44 ] steps + 70 523 [sigma: 20.0115 | error: 0.238951 | coeff: 0.238951 | eff: 1 | fom: 0.76147 | r2int: 0.0556337 | r2eff: 0 | hits: 39 ] steps + 71 623 [sigma: 14.1855 | error: 0.179288 | coeff: 0.179288 | eff: 1 | fom: 1.3526 | r2int: 0.0316257 | r2eff: 0 | hits: 62 ] steps + 72 730 [sigma: 14.5414 | error: 0.164262 | coeff: 0.164262 | eff: 1 | fom: 1.61138 | r2int: 0.0265852 | r2eff: 0 | hits: 68 ] steps + 73 444 [sigma: 10.228 | error: 0.16451 | coeff: 0.16451 | eff: 1 | fom: 1.60652 | r2int: 0.0265329 | r2eff: 0 | hits: 51 ] steps + 74 455 [sigma: 35.3443 | error: 0.418319 | coeff: 0.418319 | eff: 1 | fom: 0.248461 | r2int: 0.168956 | r2eff: 0 | hits: 29 ] steps + 75 3763 [sigma: 28.2121 | error: 0.096595 | coeff: 0.096595 | eff: 1 | fom: 4.65976 | r2int: 0.00927438 | r2eff: 0 | hits: 166 ] steps + 76 4088 [sigma: 26.2885 | error: 0.095165 | coeff: 0.095165 | eff: 1 | fom: 4.80085 | r2int: 0.00901502 | r2eff: 0 | hits: 219 ] steps + 77 4426 [sigma: 26.3378 | error: 0.0880624 | coeff: 0.0880624 | eff: 1 | fom: 5.60649 | r2int: 0.00771957 | r2eff: 0 | hits: 219 ] steps + 78 4253 [sigma: 26.1554 | error: 0.0903842 | coeff: 0.0903842 | eff: 1 | fom: 5.32215 | r2int: 0.00813148 | r2eff: 0 | hits: 216 ] steps + 79 3392 [sigma: 32.9606 | error: 0.118214 | coeff: 0.118214 | eff: 1 | fom: 3.11123 | r2int: 0.0138802 | r2eff: 0 | hits: 148 ] steps + 80 4460 [sigma: 27.4472 | error: 0.0933312 | coeff: 0.0933312 | eff: 1 | fom: 4.99135 | r2int: 0.00867285 | r2eff: 0 | hits: 230 ] steps + 81 4029 [sigma: 11.7799 | error: 0.0546989 | coeff: 0.0546989 | eff: 1 | fom: 14.5316 | r2int: 0.00298342 | r2eff: 0 | hits: 350 ] steps + 82 4007 [sigma: 11.9146 | error: 0.0531075 | coeff: 0.0531075 | eff: 1 | fom: 15.4156 | r2int: 0.00281156 | r2eff: 0 | hits: 319 ] steps + 83 3861 [sigma: 12.9308 | error: 0.0586807 | coeff: 0.0586807 | eff: 1 | fom: 12.6265 | r2int: 0.0034322 | r2eff: 0 | hits: 307 ] steps + 84 3796 [sigma: 23.6579 | error: 0.0876966 | coeff: 0.0876966 | eff: 1 | fom: 5.65336 | r2int: 0.00765185 | r2eff: 0 | hits: 198 ] steps + 85 3772 [sigma: 24.8683 | error: 0.100851 | coeff: 0.100851 | eff: 1 | fom: 4.27472 | r2int: 0.0101276 | r2eff: 0 | hits: 234 ] steps + 86 4343 [sigma: 13.3352 | error: 0.055863 | coeff: 0.055863 | eff: 1 | fom: 13.9323 | r2int: 0.00311124 | r2eff: 0 | hits: 331 ] steps + 87 4357 [sigma: 11.6382 | error: 0.0493983 | coeff: 0.0493983 | eff: 1 | fom: 17.8175 | r2int: 0.00243306 | r2eff: 0 | hits: 342 ] steps + 88 3538 [sigma: 11.4702 | error: 0.058536 | coeff: 0.058536 | eff: 1 | fom: 12.689 | r2int: 0.00341595 | r2eff: 0 | hits: 326 ] steps + 89 3953 [sigma: 24.1233 | error: 0.0933507 | coeff: 0.0933507 | eff: 1 | fom: 4.98927 | r2int: 0.00867711 | r2eff: 0 | hits: 234 ] steps + 90 4614 [sigma: 29.3091 | error: 0.0948589 | coeff: 0.0948589 | eff: 1 | fom: 4.83188 | r2int: 0.00895785 | r2eff: 0 | hits: 223 ] steps + 91 4239 [sigma: 13.4857 | error: 0.0562837 | coeff: 0.0562837 | eff: 1 | fom: 13.7248 | r2int: 0.00315773 | r2eff: 0 | hits: 313 ] steps + 92 4133 [sigma: 12.3034 | error: 0.0524977 | coeff: 0.0524977 | eff: 1 | fom: 15.7758 | r2int: 0.00274715 | r2eff: 0 | hits: 311 ] steps + 93 3860 [sigma: 15.047 | error: 0.067631 | coeff: 0.067631 | eff: 1 | fom: 9.50562 | r2int: 0.00455876 | r2eff: 0 | hits: 301 ] steps + 94 3825 [sigma: 23.2478 | error: 0.0893258 | coeff: 0.0893258 | eff: 1 | fom: 5.44902 | r2int: 0.00794215 | r2eff: 0 | hits: 216 ] steps + 95 3163 [sigma: 25.9776 | error: 0.100923 | coeff: 0.100923 | eff: 1 | fom: 4.26869 | r2int: 0.0101179 | r2eff: 0 | hits: 151 ] steps + 96 3830 [sigma: 22.2014 | error: 0.0851941 | coeff: 0.0851941 | eff: 1 | fom: 5.99037 | r2int: 0.00722443 | r2eff: 0 | hits: 216 ] steps + 97 3555 [sigma: 22.982 | error: 0.0921077 | coeff: 0.0921077 | eff: 1 | fom: 5.12484 | r2int: 0.00844204 | r2eff: 0 | hits: 203 ] steps + 98 4316 [sigma: 28.0499 | error: 0.0919105 | coeff: 0.0919105 | eff: 1 | fom: 5.14686 | r2int: 0.0084053 | r2eff: 0 | hits: 200 ] steps + 99 2999 [sigma: 34.3722 | error: 0.135126 | coeff: 0.135126 | eff: 1 | fom: 2.3812 | r2int: 0.0181276 | r2eff: 0 | hits: 139 ] steps + 100 16049 [sigma: 29.963 | error: 0.0476352 | coeff: 0.0476352 | eff: 1 | fom: 19.1609 | r2int: 0.00226563 | r2eff: 0 | hits: 651 ] steps + 101 19261 [sigma: 28.9142 | error: 0.0427242 | coeff: 0.0427242 | eff: 1 | fom: 23.819 | r2int: 0.00182311 | r2eff: 0 | hits: 810 ] steps + 102 17554 [sigma: 26.1326 | error: 0.0415771 | coeff: 0.0415771 | eff: 1 | fom: 25.1514 | r2int: 0.00172644 | r2eff: 0 | hits: 780 ] steps + 103 16954 [sigma: 25.4861 | error: 0.0421715 | coeff: 0.0421715 | eff: 1 | fom: 24.4474 | r2int: 0.00177618 | r2eff: 0 | hits: 787 ] steps + 104 13107 [sigma: 22.202 | error: 0.0428528 | coeff: 0.0428528 | eff: 1 | fom: 23.6763 | r2int: 0.00183349 | r2eff: 0 | hits: 640 ] steps + 105 19716 [sigma: 27.8433 | error: 0.040563 | coeff: 0.040563 | eff: 1 | fom: 26.4249 | r2int: 0.00164336 | r2eff: 0 | hits: 825 ] steps + 106 24782 [sigma: 28.7905 | error: 0.0367929 | coeff: 0.0367929 | eff: 1 | fom: 32.1178 | r2int: 0.00135236 | r2eff: 0 | hits: 1003 ] steps + 107 22492 [sigma: 27.7134 | error: 0.0383551 | coeff: 0.0383551 | eff: 1 | fom: 29.5547 | r2int: 0.0014696 | r2eff: 0 | hits: 969 ] steps + 108 23125 [sigma: 28.0474 | error: 0.0374614 | coeff: 0.0374614 | eff: 1 | fom: 30.9815 | r2int: 0.00140189 | r2eff: 0 | hits: 954 ] steps + 109 16404 [sigma: 25.3502 | error: 0.0422368 | coeff: 0.0422368 | eff: 1 | fom: 23.3564 | r2int: 0.00178156 | r2eff: 0 | hits: 747 ] steps + 110 17972 [sigma: 27.4511 | error: 0.0420531 | coeff: 0.0420531 | eff: 1 | fom: 23.5609 | r2int: 0.00176613 | r2eff: 0 | hits: 758 ] steps + 111 23343 [sigma: 25.951 | error: 0.0350855 | coeff: 0.0350855 | eff: 1 | fom: 33.848 | r2int: 0.00122976 | r2eff: 0 | hits: 996 ] steps + 112 23157 [sigma: 28.0715 | error: 0.037579 | coeff: 0.037579 | eff: 1 | fom: 29.5052 | r2int: 0.00141071 | r2eff: 0 | hits: 961 ] steps + 113 21845 [sigma: 26.4885 | error: 0.03757 | coeff: 0.03757 | eff: 1 | fom: 29.5194 | r2int: 0.00141003 | r2eff: 0 | hits: 960 ] steps + 114 17672 [sigma: 29.1951 | error: 0.0455739 | coeff: 0.0455739 | eff: 1 | fom: 20.0612 | r2int: 0.00207425 | r2eff: 0 | hits: 761 ] steps + 115 20310 [sigma: 30.1225 | error: 0.0419757 | coeff: 0.0419757 | eff: 1 | fom: 23.6479 | r2int: 0.00175976 | r2eff: 0 | hits: 801 ] steps + 116 23612 [sigma: 30.383 | error: 0.0393673 | coeff: 0.0393673 | eff: 1 | fom: 26.8854 | r2int: 0.00154813 | r2eff: 0 | hits: 936 ] steps + 117 22294 [sigma: 28.3685 | error: 0.0384068 | coeff: 0.0384068 | eff: 1 | fom: 28.2471 | r2int: 0.00147346 | r2eff: 0 | hits: 911 ] steps + 118 22415 [sigma: 26.3241 | error: 0.0367457 | coeff: 0.0367457 | eff: 1 | fom: 30.8585 | r2int: 0.00134887 | r2eff: 0 | hits: 979 ] steps + 119 18272 [sigma: 26.8738 | error: 0.0404126 | coeff: 0.0404126 | eff: 1 | fom: 25.5126 | r2int: 0.00163102 | r2eff: 0 | hits: 755 ] steps + 120 14129 [sigma: 27.1067 | error: 0.0483831 | coeff: 0.0483831 | eff: 1 | fom: 17.7992 | r2int: 0.00233725 | r2eff: 0 | hits: 636 ] steps + 121 18014 [sigma: 28.396 | error: 0.0431696 | coeff: 0.0431696 | eff: 1 | fom: 22.358 | r2int: 0.00186113 | r2eff: 0 | hits: 750 ] steps + 122 16135 [sigma: 24.8669 | error: 0.0424034 | coeff: 0.0424034 | eff: 1 | fom: 23.1732 | r2int: 0.00179568 | r2eff: 0 | hits: 757 ] steps + 123 18069 [sigma: 29.9678 | error: 0.0448721 | coeff: 0.0448721 | eff: 1 | fom: 20.6936 | r2int: 0.00201076 | r2eff: 0 | hits: 732 ] steps + 124 14403 [sigma: 26.5478 | error: 0.0468117 | coeff: 0.0468117 | eff: 1 | fom: 19.0142 | r2int: 0.00218794 | r2eff: 0 | hits: 645 ] 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 752508b8de3..4c03dcc110a 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/parameterisations/Par02/examplePar02.out b/examples/extended/parameterisations/Par02/examplePar02.out index ca8121215e2..746e150d2e1 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,15 +23,11 @@ G4GDML: Reading 'Par02FullDetector.gdml' done! Stripping off GDML names of materials, solids and volumes ... Geometry loaded from file .......Par02FullDetector.gdml -hcal !!! - -hcal !!! - -hcal !!! +tracker !!! ecal !!! -hcal !!! +ecal !!! hcal !!! @@ -41,16 +37,23 @@ ecal !!! ecal !!! -tracker !!! +hcal !!! -ecal !!! -Warning : Region does not have specific production cuts, +hcal !!! + +hcal !!! + +hcal !!! +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, +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, +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. Warning : Region does not have specific production cuts, @@ -65,19 +68,16 @@ 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. -Warning : Region does not have specific production cuts, +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, +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, +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, +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....... diff --git a/examples/extended/persistency/P01/p01-read.out b/examples/extended/persistency/P01/p01-read.out index bf4ec69478b..c7fb55d7ec3 100644 --- a/examples/extended/persistency/P01/p01-read.out +++ b/examples/extended/persistency/P01/p01-read.out @@ -5,420 +5,468 @@ Collection name='THashList', class='THashList', size=4 TKey Name = Event_4, Title = object title, Cycle = 1 Collection: Event_1 Number of hits: 111 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00682042 position[mm]: (-12.9639,3.12546,-1586.95) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0481333 position[mm]: (-15.0179,3.60761,-1459.32) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00971991 position[mm]: (-15.4458,3.70972,-1432.54) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00126114 position[mm]: (-15.4937,3.72148,-1429.56) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0138328 position[mm]: (-15.9704,3.83987,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0242079 position[mm]: (-26.7463,6.42286,-734.583) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0013633 position[mm]: (-26.7938,6.43414,-731.637) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00314885 position[mm]: (-26.9078,6.46124,-724.59) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00302908 position[mm]: (-27.0153,6.48749,-717.98) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0348498 position[mm]: (-28.3197,6.81574,-637.654) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00834508 position[mm]: (-28.7058,6.90917,-613.899) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00486194 position[mm]: (-28.9307,6.96214,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0380076 position[mm]: (-40.1859,9.59475,91.1192) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0158457 position[mm]: (-40.6314,9.7048,118.845) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00943251 position[mm]: (-41.0267,9.79888,143.377) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00856987 position[mm]: (-41.4129,9.89098,167.389) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000294369 position[mm]: (-41.4638,9.90391,170.569) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00496925 position[mm]: (-41.6188,9.94361,180.297) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00133037 position[mm]: (-41.7523,9.97659,188.693) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00455067 position[mm]: (-41.9314,10.0212,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0212337 position[mm]: (-52.1328,12.5506,839.397) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00894669 position[mm]: (-52.4752,12.6382,860.945) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000720161 position[mm]: (-52.5226,12.6503,863.935) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00114282 position[mm]: (-52.6672,12.687,872.995) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00547329 position[mm]: (-52.9987,12.7692,893.878) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0214695 position[mm]: (-53.9238,12.9952,951.512) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011689 position[mm]: (-54.7114,13.1776,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015464 position[mm]: (-65.2978,15.6501,1639.66) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0091362 position[mm]: (-65.5084,15.6995,1652.26) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00171284 position[mm]: (-65.5419,15.7074,1654.27) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00439077 position[mm]: (-65.833,15.7759,1671.68) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0158749 position[mm]: (-66.442,15.9189,1708.22) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000106384 position[mm]: (-66.4841,15.9291,1710.79) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013238 position[mm]: (-67.4035,16.1543,1767.05) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00728614 position[mm]: (-67.6746,16.2208,1784.07) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00434105 position[mm]: (-67.7652,16.2433,1789.76) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00342245 position[mm]: (-67.9283,16.2838,1800) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00175444 position[mm]: (-67.7752,16.2407,1789.76) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00438514 position[mm]: (-67.6401,16.2308,1784.07) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00148077 position[mm]: (-67.3973,16.1601,1767.05) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00168017 position[mm]: (-66.4841,15.9193,1710.79) - trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00366837 position[mm]: (-66.4222,15.9386,1708.22) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00163189 position[mm]: (-65.8258,15.7696,1671.68) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00139921 position[mm]: (-65.5343,15.7095,1654.27) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00138298 position[mm]: (-65.5075,15.7073,1652.26) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00143442 position[mm]: (-65.3048,15.6458,1639.66) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00205206 position[mm]: (-53.9363,12.9942,951.512) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00208572 position[mm]: (-53.0091,12.7618,893.878) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00190785 position[mm]: (-51.7327,13.0964,873.229) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00502205 position[mm]: (-52.7105,13.8628,873.274) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0123887 position[mm]: (-52.3921,14.5231,873.981) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00637197 position[mm]: (-52.3917,14.6835,873.467) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00812516 position[mm]: (-52.144,14.8818,873.356) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00644177 position[mm]: (-52.0883,14.7683,873.41) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00422847 position[mm]: (-52.1213,14.7764,873.406) - trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00382763 position[mm]: (-52.493,12.6521,863.937) - trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0066334 position[mm]: (-52.466,12.7038,860.951) - trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.00231235 position[mm]: (-52.1183,12.5538,839.398) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00234206 position[mm]: (-41.743,9.9648,188.694) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00152425 position[mm]: (-41.6108,9.94728,180.298) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00219128 position[mm]: (-41.4774,9.90219,170.57) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00140752 position[mm]: (-41.4209,9.89211,167.389) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00479735 position[mm]: (-41.0493,9.83336,143.379) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00156738 position[mm]: (-40.6404,9.70628,118.845) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00141639 position[mm]: (-40.1926,9.59017,91.1194) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00145009 position[mm]: (-28.7049,6.90092,-613.899) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00428645 position[mm]: (-28.3384,6.78633,-637.652) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00674803 position[mm]: (-26.9971,6.42209,-717.974) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00940007 position[mm]: (-26.4275,0.729221,-713.179) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00632024 position[mm]: (-30.0847,-1.1916,-709.386) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0153657 position[mm]: (-27.6814,-8.84312,-704.97) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00235892 position[mm]: (-27.217,-11.1513,-704.052) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00313032 position[mm]: (-27.536,-11.0085,-705.953) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0058271 position[mm]: (-24.4965,-10.4016,-709.989) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00898024 position[mm]: (-25.4997,-10.838,-714.555) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00715934 position[mm]: (-25.4005,-7.63534,-712.359) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0108958 position[mm]: (-25.7385,-3.88106,-710.972) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00691647 position[mm]: (-28.3501,-2.7617,-711.439) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00278211 position[mm]: (-29.1835,-3.88502,-711.096) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00949554 position[mm]: (-27.3434,-3.53403,-709.739) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0106573 position[mm]: (-27.8161,-1.95905,-710.372) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00474992 position[mm]: (-27.8953,-0.908262,-710.568) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00742017 position[mm]: (-27.6296,-0.311942,-710.326) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00598164 position[mm]: (-27.8285,-0.598233,-710.069) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00710915 position[mm]: (-27.5848,-0.630371,-710.165) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.000151617 position[mm]: (-27.5736,-0.659595,-710.201) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00730601 position[mm]: (-27.5208,-0.709823,-710.224) - trackID: 104 chamberNb: 1 energy deposit[MeV]: 0.00150152 position[mm]: (-27.5793,-0.666065,-710.2) - trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.00148451 position[mm]: (-27.9379,-0.895266,-710.552) - trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.00378726 position[mm]: (-27.9304,-0.875825,-710.573) - trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.00301375 position[mm]: (-27.798,-1.95966,-710.383) - trackID: 101 chamberNb: 1 energy deposit[MeV]: 0.00186015 position[mm]: (-29.177,-3.89042,-711.103) - trackID: 100 chamberNb: 1 energy deposit[MeV]: 0.00196308 position[mm]: (-28.3483,-2.76652,-711.449) - trackID: 99 chamberNb: 1 energy deposit[MeV]: 0.00322685 position[mm]: (-25.7341,-3.86348,-710.957) - trackID: 98 chamberNb: 1 energy deposit[MeV]: 0.00372197 position[mm]: (-25.4045,-7.62539,-712.385) - trackID: 97 chamberNb: 1 energy deposit[MeV]: 0.00180719 position[mm]: (-25.4987,-10.8439,-714.546) - trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.00164632 position[mm]: (-24.5054,-10.3981,-709.987) - trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.00679077 position[mm]: (-27.2295,-11.2187,-704.057) - trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.00149213 position[mm]: (-30.0765,-1.18898,-709.386) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00994574 position[mm]: (-25.7534,0.797719,-712.389) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00991137 position[mm]: (-25.5342,1.40647,-712.389) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00890539 position[mm]: (-25.6344,1.11469,-712.302) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00411864 position[mm]: (-25.6137,1.01385,-712.261) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00298785 position[mm]: (-25.6155,1.01124,-712.282) - trackID: 105 chamberNb: 1 energy deposit[MeV]: 0.00222388 position[mm]: (-25.6223,1.02493,-712.262) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00147168 position[mm]: (-26.8022,6.43509,-731.636) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00185919 position[mm]: (-26.7403,6.4135,-734.582) - trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00379916 position[mm]: (-15.496,3.69223,-1429.56) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00422014 position[mm]: (-15.4106,3.6719,-1432.54) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00137182 position[mm]: (-15.4042,3.67003,-1432.54) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0015434 position[mm]: (-15.0095,3.60469,-1459.32) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00682059 position[mm]: (-12.964,3.1254,-1586.95) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0481362 position[mm]: (-15.018,3.60754,-1459.32) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00972031 position[mm]: (-15.4459,3.70965,-1432.54) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00126117 position[mm]: (-15.4938,3.72141,-1429.56) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0138335 position[mm]: (-15.9705,3.8398,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0242088 position[mm]: (-26.7464,6.42274,-734.584) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00136333 position[mm]: (-26.7939,6.43402,-731.637) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00314895 position[mm]: (-26.9079,6.46113,-724.59) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00302918 position[mm]: (-27.0154,6.48737,-717.981) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0348514 position[mm]: (-28.3198,6.81562,-637.655) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00834546 position[mm]: (-28.7059,6.90905,-613.9) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00486229 position[mm]: (-28.9308,6.96202,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0380093 position[mm]: (-40.1861,9.59458,91.1183) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0158463 position[mm]: (-40.6316,9.70462,118.844) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00943287 position[mm]: (-41.0268,9.7987,143.376) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00857025 position[mm]: (-41.4131,9.8908,167.388) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000294386 position[mm]: (-41.4639,9.90373,170.568) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00496941 position[mm]: (-41.619,9.94343,180.296) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00133046 position[mm]: (-41.7525,9.97641,188.692) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00455116 position[mm]: (-41.9316,10.021,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.021234 position[mm]: (-52.133,12.5504,839.396) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00894706 position[mm]: (-52.4754,12.638,860.944) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000720188 position[mm]: (-52.5228,12.65,863.934) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0011429 position[mm]: (-52.6675,12.6867,872.994) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00547354 position[mm]: (-52.9989,12.769,893.876) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0214705 position[mm]: (-53.9241,12.9949,951.51) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0116899 position[mm]: (-54.7116,13.1773,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0154643 position[mm]: (-65.2981,15.6498,1639.66) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00913648 position[mm]: (-65.5087,15.6992,1652.26) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00171286 position[mm]: (-65.5422,15.7071,1654.27) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.004391 position[mm]: (-65.8333,15.7756,1671.68) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0158756 position[mm]: (-66.4423,15.9186,1708.22) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000106392 position[mm]: (-66.4844,15.9288,1710.79) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0132387 position[mm]: (-67.4038,16.154,1767.05) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00728642 position[mm]: (-67.6749,16.2205,1784.07) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00434114 position[mm]: (-67.7655,16.243,1789.76) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00342302 position[mm]: (-67.9286,16.2835,1800) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00175444 position[mm]: (-67.7755,16.2404,1789.76) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00438514 position[mm]: (-67.6404,16.2305,1784.07) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00148077 position[mm]: (-67.3976,16.1598,1767.05) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00168017 position[mm]: (-66.4844,15.919,1710.79) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00366837 position[mm]: (-66.4225,15.9383,1708.22) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00163189 position[mm]: (-65.8261,15.7693,1671.68) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00139921 position[mm]: (-65.5346,15.7092,1654.27) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00138298 position[mm]: (-65.5078,15.707,1652.26) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00143442 position[mm]: (-65.3051,15.6455,1639.66) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00205206 position[mm]: (-53.9366,12.9939,951.511) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00208572 position[mm]: (-53.0094,12.7616,893.877) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00190785 position[mm]: (-51.733,13.0962,873.228) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00502205 position[mm]: (-52.7107,13.8626,873.273) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0123887 position[mm]: (-52.3924,14.5229,873.98) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00637197 position[mm]: (-52.392,14.6833,873.465) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00812516 position[mm]: (-52.1443,14.8816,873.355) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00644177 position[mm]: (-52.0886,14.7681,873.409) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00422847 position[mm]: (-52.1216,14.7762,873.405) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00382763 position[mm]: (-52.4933,12.6519,863.936) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0066334 position[mm]: (-52.4663,12.7036,860.95) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.00231235 position[mm]: (-52.1186,12.5536,839.396) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00234206 position[mm]: (-41.7431,9.96461,188.693) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00152425 position[mm]: (-41.611,9.9471,180.297) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00219128 position[mm]: (-41.4775,9.90201,170.568) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00140752 position[mm]: (-41.421,9.89193,167.388) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00479735 position[mm]: (-41.0495,9.83318,143.378) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00156738 position[mm]: (-40.6406,9.7061,118.844) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00141639 position[mm]: (-40.1928,9.58999,91.1185) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00145009 position[mm]: (-28.705,6.90079,-613.9) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00428645 position[mm]: (-28.3385,6.7862,-637.653) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00674803 position[mm]: (-26.9972,6.42197,-717.974) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00940007 position[mm]: (-26.4276,0.729111,-713.18) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00632024 position[mm]: (-30.0848,-1.19173,-709.387) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0153657 position[mm]: (-27.6815,-8.84323,-704.971) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00235892 position[mm]: (-27.217,-11.1514,-704.053) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00313032 position[mm]: (-27.5361,-11.0086,-705.953) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0058271 position[mm]: (-24.4966,-10.4018,-709.99) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00898024 position[mm]: (-25.4998,-10.8381,-714.555) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00715934 position[mm]: (-25.4006,-7.63546,-712.359) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0108958 position[mm]: (-25.7385,-3.88118,-710.973) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00691647 position[mm]: (-28.3502,-2.76182,-711.439) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00278211 position[mm]: (-29.1835,-3.88513,-711.096) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00949554 position[mm]: (-27.3434,-3.53415,-709.739) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0106573 position[mm]: (-27.8161,-1.95917,-710.372) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00474992 position[mm]: (-27.8954,-0.90838,-710.569) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00742017 position[mm]: (-27.6296,-0.312061,-710.327) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00598164 position[mm]: (-27.8286,-0.598351,-710.069) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00710916 position[mm]: (-27.5849,-0.63049,-710.166) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.000151617 position[mm]: (-27.5736,-0.659714,-710.202) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00730598 position[mm]: (-27.5208,-0.709941,-710.225) + trackID: 104 chamberNb: 1 energy deposit[MeV]: 0.00150152 position[mm]: (-27.5793,-0.666184,-710.201) + trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.00148451 position[mm]: (-27.9379,-0.895384,-710.553) + trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.00378726 position[mm]: (-27.9304,-0.875944,-710.573) + trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.00301375 position[mm]: (-27.7981,-1.95978,-710.384) + trackID: 101 chamberNb: 1 energy deposit[MeV]: 0.00186015 position[mm]: (-29.177,-3.89053,-711.103) + trackID: 100 chamberNb: 1 energy deposit[MeV]: 0.00196308 position[mm]: (-28.3483,-2.76663,-711.45) + trackID: 99 chamberNb: 1 energy deposit[MeV]: 0.00322685 position[mm]: (-25.7341,-3.8636,-710.958) + trackID: 98 chamberNb: 1 energy deposit[MeV]: 0.00372197 position[mm]: (-25.4046,-7.62551,-712.386) + trackID: 97 chamberNb: 1 energy deposit[MeV]: 0.00180719 position[mm]: (-25.4987,-10.844,-714.546) + trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.00164632 position[mm]: (-24.5054,-10.3982,-709.988) + trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.00679077 position[mm]: (-27.2296,-11.2188,-704.058) + trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.00149213 position[mm]: (-30.0766,-1.1891,-709.386) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00994574 position[mm]: (-25.7535,0.797612,-712.389) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00991137 position[mm]: (-25.5343,1.40636,-712.39) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00890539 position[mm]: (-25.6345,1.11458,-712.302) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00411864 position[mm]: (-25.6138,1.01374,-712.262) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00298785 position[mm]: (-25.6156,1.01114,-712.283) + trackID: 105 chamberNb: 1 energy deposit[MeV]: 0.00222388 position[mm]: (-25.6224,1.02482,-712.263) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00147168 position[mm]: (-26.8023,6.43498,-731.637) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00185919 position[mm]: (-26.7405,6.41339,-734.583) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00379916 position[mm]: (-15.4961,3.69216,-1429.56) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00422014 position[mm]: (-15.4107,3.67184,-1432.54) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00137182 position[mm]: (-15.4043,3.66996,-1432.54) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0015434 position[mm]: (-15.0095,3.60463,-1459.32) Collection: Event_2 -Number of hits: 173 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0148993 position[mm]: (135.349,102.995,-1552.62) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0135129 position[mm]: (139.63,106.252,-1524.7) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0185424 position[mm]: (149.786,114.56,-1456.6) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00205267 position[mm]: (151.051,115.604,-1448.03) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0176944 position[mm]: (158.13,121.315,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0105214 position[mm]: (249.824,195.207,-774.656) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00155775 position[mm]: (250.356,195.644,-770.991) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0378151 position[mm]: (263.505,206.505,-680.074) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00815698 position[mm]: (267.15,209.5,-654.751) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0209628 position[mm]: (274.927,216.098,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00237177 position[mm]: (363.447,290.804,16.6596) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0757487 position[mm]: (388.007,311.925,190.591) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00186686 position[mm]: (389.433,313.036,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00172711 position[mm]: (480.688,383.055,803.702) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00487296 position[mm]: (482.176,384.211,813.646) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00836253 position[mm]: (485.203,386.634,834.235) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00719186 position[mm]: (488.659,389.361,857.489) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00491667 position[mm]: (492.127,392.127,880.915) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0146109 position[mm]: (497.839,396.641,919.479) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 4.9156e-05 position[mm]: (498.201,396.924,921.909) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.037723 position[mm]: (509.771,405.957,999.347) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000344709 position[mm]: (509.869,406.032,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000446753 position[mm]: (600.471,474.497,1601.95) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0248395 position[mm]: (608.469,480.494,1654.87) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00112952 position[mm]: (608.874,480.798,1657.55) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0009694 position[mm]: (609.285,481.104,1660.26) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00348896 position[mm]: (612.414,483.451,1680.96) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0165184 position[mm]: (617.236,487.097,1713.12) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00410693 position[mm]: (618.649,488.184,1722.55) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00755975 position[mm]: (620.625,489.753,1735.82) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0114802 position[mm]: (624.251,492.657,1760.16) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00896045 position[mm]: (629.161,496.465,1792.6) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00352307 position[mm]: (630.293,497.322,1800) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00155601 position[mm]: (629.152,496.463,1792.6) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00189149 position[mm]: (624.257,492.666,1760.16) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0085445 position[mm]: (620.607,489.661,1735.85) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00391104 position[mm]: (618.648,488.154,1722.56) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.000386343 position[mm]: (617.241,487.121,1713.12) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00194725 position[mm]: (617.243,487.132,1713.12) - trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.00158667 position[mm]: (617.239,487.12,1713.13) - trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00196526 position[mm]: (612.41,483.463,1680.96) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00428264 position[mm]: (609.315,481.088,1660.26) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00982997 position[mm]: (608.762,480.832,1657.58) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00328634 position[mm]: (606.871,482.03,1656.94) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0210875 position[mm]: (601.892,496.224,1646.41) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00750864 position[mm]: (596.866,501.694,1648.49) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00410882 position[mm]: (595.91,497.636,1647.42) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00114035 position[mm]: (595.698,497.459,1645.65) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00261604 position[mm]: (596.109,498.09,1643.41) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00705598 position[mm]: (597.291,500.431,1644.52) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00832394 position[mm]: (594.958,499.96,1644.12) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00129662 position[mm]: (595.563,499.498,1643.94) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00774653 position[mm]: (595.46,499.195,1645.59) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00540017 position[mm]: (595.972,499.759,1646.54) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00206053 position[mm]: (596.586,499.729,1646.1) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00741027 position[mm]: (596.893,500.131,1645.5) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.000784341 position[mm]: (596.856,500.375,1645.4) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.000112034 position[mm]: (596.834,500.432,1645.38) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00494319 position[mm]: (596.915,500.706,1645.34) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0100391 position[mm]: (596.833,500.61,1645.23) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00202608 position[mm]: (596.835,500.598,1645.23) - trackID: 95 chamberNb: 4 energy deposit[MeV]: 0.00438188 position[mm]: (596.802,500.443,1645.39) - trackID: 94 chamberNb: 4 energy deposit[MeV]: 0.00211323 position[mm]: (596.858,500.372,1645.38) - trackID: 93 chamberNb: 4 energy deposit[MeV]: 0.00272111 position[mm]: (596.602,499.73,1646.11) - trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.00191964 position[mm]: (595.467,499.202,1645.58) - trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.00307016 position[mm]: (595.584,499.504,1643.94) - trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.00166322 position[mm]: (595.693,497.451,1645.64) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00949315 position[mm]: (596.167,497.258,1647.41) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00887054 position[mm]: (596.023,497.39,1647.4) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00442338 position[mm]: (596.039,497.401,1647.43) - trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00248657 position[mm]: (596.857,501.699,1648.48) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00197139 position[mm]: (606.87,482.022,1656.95) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00209353 position[mm]: (600.479,474.487,1601.95) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.00156317 position[mm]: (509.764,405.951,999.349) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00856743 position[mm]: (498.227,396.797,921.934) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00187418 position[mm]: (498.234,396.789,921.936) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00155266 position[mm]: (497.844,396.634,919.48) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00618283 position[mm]: (492.603,392.261,880.909) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00678921 position[mm]: (492.616,392.551,881.006) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00719347 position[mm]: (492.562,392.421,881.028) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.000581296 position[mm]: (492.568,392.424,881.055) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00314372 position[mm]: (492.548,392.424,881.066) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00599978 position[mm]: (489.128,389.464,857.485) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0086545 position[mm]: (488.833,389.42,857.446) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00880652 position[mm]: (488.838,389.418,857.548) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00797322 position[mm]: (485.106,386.603,834.263) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00105658 position[mm]: (485.11,386.599,834.262) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00310763 position[mm]: (482.159,384.225,813.648) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00377593 position[mm]: (480.699,383.082,803.699) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00823807 position[mm]: (388.095,311.9,190.59) - trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.00199805 position[mm]: (363.453,290.793,16.6606) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00912049 position[mm]: (266.743,209.165,-653.616) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 6.00251e-05 position[mm]: (266.727,209.125,-653.796) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00114134 position[mm]: (266.76,209.21,-653.981) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0027535 position[mm]: (266.555,209.282,-654.039) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00903215 position[mm]: (266.597,209.224,-654.116) - trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.00307546 position[mm]: (266.575,209.292,-654.036) - trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.00151847 position[mm]: (266.763,209.214,-653.988) - trackID: 101 chamberNb: 1 energy deposit[MeV]: 0.00385706 position[mm]: (266.716,209.1,-653.81) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00188175 position[mm]: (267.155,209.49,-654.75) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0102542 position[mm]: (263.416,206.66,-680.058) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00231352 position[mm]: (263.428,206.653,-680.063) - trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00170026 position[mm]: (250.364,195.649,-770.993) - trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0020614 position[mm]: (249.827,195.195,-774.654) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0141278 position[mm]: (164.411,141.09,-1432.22) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00700567 position[mm]: (168.185,145.807,-1430.49) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00452006 position[mm]: (177.964,163.348,-1426.51) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0142695 position[mm]: (174.711,188.509,-1409.79) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00114501 position[mm]: (174.806,192.685,-1407.29) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00892195 position[mm]: (171.066,209.691,-1400) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00979234 position[mm]: (174.5,489.06,-784.461) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00308213 position[mm]: (175.584,489.874,-773.585) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00402469 position[mm]: (174.133,484.667,-761.669) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0062013 position[mm]: (169.384,477.088,-754.437) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00299043 position[mm]: (167.62,471.813,-748.473) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00797967 position[mm]: (161.476,460.659,-744.195) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00797267 position[mm]: (147.284,447.14,-746.946) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00531912 position[mm]: (140.558,458.309,-758.397) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0177577 position[mm]: (147.98,489.398,-774.556) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00502291 position[mm]: (149.831,497.837,-781.252) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0234583 position[mm]: (153.929,520.931,-800) - trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.00224636 position[mm]: (149.843,497.84,-781.246) - trackID: 122 chamberNb: 1 energy deposit[MeV]: 0.00203478 position[mm]: (147.97,489.399,-774.562) - trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.000563603 position[mm]: (140.591,458.33,-758.365) - trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.00313242 position[mm]: (140.568,458.328,-758.366) - trackID: 149 chamberNb: 1 energy deposit[MeV]: 0.00185909 position[mm]: (140.591,458.335,-758.375) - trackID: 120 chamberNb: 1 energy deposit[MeV]: 0.00137202 position[mm]: (147.277,447.137,-746.944) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00529194 position[mm]: (159.418,460.998,-743.542) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00478545 position[mm]: (160.328,459.723,-743.371) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00152852 position[mm]: (160.859,458.998,-743.566) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00502997 position[mm]: (161.064,458.211,-742.842) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00642863 position[mm]: (161.769,458.847,-742.976) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00991735 position[mm]: (161.084,458.975,-743.088) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00631022 position[mm]: (160.893,459.054,-743.389) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00546197 position[mm]: (160.789,459.197,-743.485) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00803982 position[mm]: (160.817,459.12,-743.518) - trackID: 152 chamberNb: 1 energy deposit[MeV]: 0.00431298 position[mm]: (160.825,458.998,-743.556) - trackID: 151 chamberNb: 1 energy deposit[MeV]: 0.00729294 position[mm]: (160.368,459.764,-743.421) - trackID: 150 chamberNb: 1 energy deposit[MeV]: 0.00152091 position[mm]: (159.418,460.999,-743.533) - trackID: 118 chamberNb: 1 energy deposit[MeV]: 0.0034227 position[mm]: (167.632,471.823,-748.453) - trackID: 117 chamberNb: 1 energy deposit[MeV]: 0.00176152 position[mm]: (169.377,477.094,-754.433) - trackID: 116 chamberNb: 1 energy deposit[MeV]: 0.0063138 position[mm]: (174.192,484.662,-761.652) - trackID: 115 chamberNb: 1 energy deposit[MeV]: 0.00218228 position[mm]: (175.593,489.884,-773.584) - trackID: 114 chamberNb: 1 energy deposit[MeV]: 0.00373929 position[mm]: (174.478,489.042,-784.46) - trackID: 108 chamberNb: 0 energy deposit[MeV]: 0.00243756 position[mm]: (174.814,192.682,-1407.27) - trackID: 107 chamberNb: 0 energy deposit[MeV]: 0.00147241 position[mm]: (174.718,188.507,-1409.79) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00137251 position[mm]: (178.513,163.32,-1426.6) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00635864 position[mm]: (177.056,163.406,-1427.14) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00267401 position[mm]: (176.427,163.205,-1426.09) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00117086 position[mm]: (176.96,163.531,-1425.91) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00888982 position[mm]: (177.798,163.038,-1425.79) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00708992 position[mm]: (177.743,163.421,-1425.3) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00175408 position[mm]: (177.837,163.294,-1425.57) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00639385 position[mm]: (177.736,163.312,-1425.78) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.000981498 position[mm]: (177.794,163.316,-1425.73) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00548746 position[mm]: (177.806,163.267,-1425.73) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.00208773 position[mm]: (177.787,163.315,-1425.72) - trackID: 156 chamberNb: 0 energy deposit[MeV]: 0.00210627 position[mm]: (177.839,163.307,-1425.57) - trackID: 155 chamberNb: 0 energy deposit[MeV]: 0.00185315 position[mm]: (177.753,163.421,-1425.29) - trackID: 154 chamberNb: 0 energy deposit[MeV]: 0.00209016 position[mm]: (176.954,163.52,-1425.91) - trackID: 153 chamberNb: 0 energy deposit[MeV]: 0.0043697 position[mm]: (178.525,163.325,-1426.63) - trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.00137532 position[mm]: (168.19,145.804,-1430.49) - trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.00205139 position[mm]: (164.407,141.098,-1432.23) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00706561 position[mm]: (149.732,114.608,-1456.59) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00224778 position[mm]: (139.64,106.242,-1524.69) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00662412 position[mm]: (134.421,103.261,-1552.3) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.010996 position[mm]: (133.692,103.161,-1552.45) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00406265 position[mm]: (133.97,102.929,-1552.51) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00135125 position[mm]: (134.104,103.108,-1552.4) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00233596 position[mm]: (134.065,103.072,-1552.57) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00822764 position[mm]: (134.09,103.002,-1552.62) - trackID: 159 chamberNb: 0 energy deposit[MeV]: 0.00174556 position[mm]: (134.074,103.076,-1552.57) - trackID: 158 chamberNb: 0 energy deposit[MeV]: 0.0021656 position[mm]: (134.112,103.118,-1552.41) +Number of hits: 151 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0148874 position[mm]: (135.349,102.996,-1552.62) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0135059 position[mm]: (139.63,106.253,-1524.7) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0185274 position[mm]: (149.786,114.561,-1456.6) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00205102 position[mm]: (151.05,115.605,-1448.04) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0176836 position[mm]: (158.131,121.317,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0105123 position[mm]: (249.823,195.208,-774.665) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00155706 position[mm]: (250.355,195.645,-771.001) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0377807 position[mm]: (263.504,206.507,-680.085) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00815009 position[mm]: (267.15,209.502,-654.762) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0209522 position[mm]: (274.928,216.102,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00236677 position[mm]: (363.446,290.806,16.6446) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0756826 position[mm]: (388.006,311.928,190.574) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00186843 position[mm]: (389.435,313.041,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00172276 position[mm]: (480.688,383.057,803.681) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00487051 position[mm]: (482.176,384.214,813.625) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00835745 position[mm]: (485.203,386.636,834.214) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00718691 position[mm]: (488.659,389.363,857.468) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00491261 position[mm]: (492.126,392.129,880.894) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0146011 position[mm]: (497.838,396.643,919.457) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 4.9156e-05 position[mm]: (498.201,396.926,921.887) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0376993 position[mm]: (509.77,405.958,999.324) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000344957 position[mm]: (509.872,406.036,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000399792 position[mm]: (600.471,474.497,1601.92) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00276125 position[mm]: (601.949,475.602,1611.68) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0550551 position[mm]: (625.944,493.442,1769.5) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00656229 position[mm]: (630.767,496.925,1800) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00458263 position[mm]: (625.979,493.426,1769.5) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00224178 position[mm]: (601.943,475.616,1611.68) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00184709 position[mm]: (600.461,474.493,1601.93) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.00156317 position[mm]: (509.764,405.952,999.326) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.000457172 position[mm]: (498.223,396.815,921.909) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00223787 position[mm]: (498.264,396.748,921.87) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00371716 position[mm]: (498.245,396.767,921.862) + trackID: 79 chamberNb: 3 energy deposit[MeV]: 0.00219561 position[mm]: (498.266,396.744,921.857) + trackID: 78 chamberNb: 3 energy deposit[MeV]: 0.0018338 position[mm]: (498.215,396.809,921.912) + trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00155266 position[mm]: (497.843,396.636,919.458) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00988718 position[mm]: (492.602,392.263,880.887) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00453599 position[mm]: (492.595,392.18,880.691) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00946735 position[mm]: (492.619,392.178,880.58) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00307682 position[mm]: (489.076,389.455,857.464) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00721921 position[mm]: (489.07,389.74,857.329) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00946276 position[mm]: (489.148,389.81,857.39) + trackID: 81 chamberNb: 3 energy deposit[MeV]: 0.00137454 position[mm]: (489.082,389.735,857.337) + trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.00232747 position[mm]: (489.061,389.457,857.469) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00624291 position[mm]: (485.106,386.605,834.243) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00278689 position[mm]: (485.125,386.61,834.241) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00310763 position[mm]: (482.159,384.227,813.627) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00377593 position[mm]: (480.699,383.084,803.679) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00823807 position[mm]: (388.094,311.903,190.573) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.00199805 position[mm]: (363.452,290.796,16.6455) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00114903 position[mm]: (266.825,209.235,-653.668) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00255372 position[mm]: (266.622,209.139,-653.832) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00851563 position[mm]: (266.549,209.063,-653.757) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00174291 position[mm]: (266.558,209.065,-653.761) + trackID: 84 chamberNb: 1 energy deposit[MeV]: 0.00448194 position[mm]: (266.634,209.109,-653.85) + trackID: 83 chamberNb: 1 energy deposit[MeV]: 0.00965098 position[mm]: (266.759,209.149,-653.539) + trackID: 83 chamberNb: 1 energy deposit[MeV]: 0.00246427 position[mm]: (266.755,209.143,-653.525) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00188175 position[mm]: (267.155,209.492,-654.761) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00650711 position[mm]: (263.415,206.661,-680.069) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00394802 position[mm]: (263.43,206.687,-680.06) + trackID: 85 chamberNb: 1 energy deposit[MeV]: 0.00211259 position[mm]: (263.426,206.655,-680.069) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00170026 position[mm]: (250.363,195.651,-771.003) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0020614 position[mm]: (249.827,195.196,-774.664) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0169421 position[mm]: (172.715,145.102,-1419.95) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00453724 position[mm]: (177.813,149.201,-1416.36) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0424421 position[mm]: (240,170.654,-1403.9) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00205309 position[mm]: (478.302,-571.674,-799.896) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0030823 position[mm]: (474.767,-572.609,-798.754) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.032781 position[mm]: (465.655,-595.82,-788.741) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00986074 position[mm]: (463.708,-603.153,-777.056) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 6.70011e-05 position[mm]: (463.857,-603.42,-776.923) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00647724 position[mm]: (474.841,-608.688,-777.55) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00712309 position[mm]: (477.825,-611.41,-781.114) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00296264 position[mm]: (477.57,-615.566,-786.245) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00949334 position[mm]: (476.381,-617.064,-792.308) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.000920394 position[mm]: (476.41,-618.869,-793.46) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00745143 position[mm]: (482.447,-621.577,-793.845) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00405126 position[mm]: (485.5,-615.193,-790.657) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00070657 position[mm]: (486.278,-614.311,-790.375) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00259522 position[mm]: (486.713,-612.745,-789.552) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00308396 position[mm]: (487.382,-611.503,-787.658) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0130169 position[mm]: (480.155,-604.953,-789.005) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0018891 position[mm]: (479.22,-605.179,-788.959) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00761217 position[mm]: (474.092,-604.317,-788.91) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00538056 position[mm]: (472.319,-604.975,-787.632) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00594415 position[mm]: (471.283,-605.563,-787.422) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.000540153 position[mm]: (471.372,-605.22,-786.879) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00241704 position[mm]: (471.013,-605.687,-787.169) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.012835 position[mm]: (470.732,-606.27,-786.857) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00158767 position[mm]: (470.758,-606.082,-786.791) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00434431 position[mm]: (470.621,-606.11,-786.632) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00613106 position[mm]: (470.622,-606.117,-786.54) + trackID: 130 chamberNb: 1 energy deposit[MeV]: 0.00150531 position[mm]: (470.641,-606.124,-786.597) + trackID: 129 chamberNb: 1 energy deposit[MeV]: 0.00195644 position[mm]: (470.613,-606.104,-786.627) + trackID: 128 chamberNb: 1 energy deposit[MeV]: 0.00168738 position[mm]: (470.764,-606.077,-786.785) + trackID: 127 chamberNb: 1 energy deposit[MeV]: 0.00141652 position[mm]: (471.009,-605.689,-787.176) + trackID: 126 chamberNb: 1 energy deposit[MeV]: 0.00150653 position[mm]: (471.372,-605.215,-786.886) + trackID: 125 chamberNb: 1 energy deposit[MeV]: 0.00321815 position[mm]: (472.317,-604.964,-787.611) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.00462787 position[mm]: (479.09,-604.927,-788.926) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.00685968 position[mm]: (479.09,-605.013,-788.814) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.00397676 position[mm]: (479.083,-605.002,-788.786) + trackID: 131 chamberNb: 1 energy deposit[MeV]: 0.0016732 position[mm]: (479.1,-604.928,-788.926) + trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.00366024 position[mm]: (487.382,-611.514,-787.632) + trackID: 122 chamberNb: 1 energy deposit[MeV]: 0.0021147 position[mm]: (486.714,-612.739,-789.564) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.00610405 position[mm]: (486.216,-614.023,-790.676) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.00239396 position[mm]: (486.024,-613.933,-790.673) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.00973592 position[mm]: (485.937,-613.912,-790.75) + trackID: 132 chamberNb: 1 energy deposit[MeV]: 0.00343198 position[mm]: (486.023,-613.909,-790.665) + trackID: 120 chamberNb: 1 energy deposit[MeV]: 0.0014692 position[mm]: (485.493,-615.189,-790.655) + trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.00151612 position[mm]: (482.449,-621.577,-793.853) + trackID: 118 chamberNb: 1 energy deposit[MeV]: 0.00149594 position[mm]: (476.41,-618.865,-793.467) + trackID: 117 chamberNb: 1 energy deposit[MeV]: 0.00147072 position[mm]: (476.373,-617.063,-792.307) + trackID: 116 chamberNb: 1 energy deposit[MeV]: 0.00170156 position[mm]: (477.561,-615.567,-786.24) + trackID: 115 chamberNb: 1 energy deposit[MeV]: 0.00264651 position[mm]: (477.841,-611.406,-781.107) + trackID: 114 chamberNb: 1 energy deposit[MeV]: 0.00195942 position[mm]: (474.836,-608.69,-777.561) + trackID: 113 chamberNb: 1 energy deposit[MeV]: 0.0054169 position[mm]: (440.6,-601.478,-690.723) + trackID: 133 chamberNb: 1 energy deposit[MeV]: 0.00878249 position[mm]: (440.754,-601.37,-690.667) + trackID: 133 chamberNb: 1 energy deposit[MeV]: 0.00450583 position[mm]: (440.755,-601.335,-690.652) + trackID: 112 chamberNb: 1 energy deposit[MeV]: 0.00168001 position[mm]: (463.717,-603.149,-777.055) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.000808243 position[mm]: (474.505,-572.884,-799.258) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.000767417 position[mm]: (474.228,-572.945,-799.543) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00163303 position[mm]: (474.027,-572.944,-799.396) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.000152449 position[mm]: (473.748,-572.872,-799.316) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.000834138 position[mm]: (473.534,-572.91,-799.036) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00104851 position[mm]: (473.276,-572.921,-798.704) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00249532 position[mm]: (473.47,-572.495,-798.176) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00269319 position[mm]: (473.563,-572.375,-799.052) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.002151 position[mm]: (473.503,-572.836,-799.166) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00430978 position[mm]: (473.188,-573.053,-799.318) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0090896 position[mm]: (473.125,-573.135,-799.344) + trackID: 110 chamberNb: 1 energy deposit[MeV]: 0.000177141 position[mm]: (478.332,-571.705,-799.959) + trackID: 110 chamberNb: 1 energy deposit[MeV]: 2.31683e-05 position[mm]: (478.384,-571.673,-799.999) + trackID: 110 chamberNb: 1 energy deposit[MeV]: 7.0255e-05 position[mm]: (478.387,-571.675,-800) + trackID: 104 chamberNb: 1 energy deposit[MeV]: 0.034556 position[mm]: (663.3,-483.9,-618.383) + trackID: 134 chamberNb: 1 energy deposit[MeV]: 0.00695374 position[mm]: (663.423,-483.647,-618.303) + trackID: 134 chamberNb: 1 energy deposit[MeV]: 0.0102076 position[mm]: (663.346,-483.715,-618.379) + trackID: 89 chamberNb: 0 energy deposit[MeV]: 0.00144768 position[mm]: (177.814,149.195,-1416.36) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00706561 position[mm]: (149.732,114.609,-1456.59) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00224778 position[mm]: (139.64,106.243,-1524.7) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00570985 position[mm]: (134.429,103.26,-1552.31) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00499543 position[mm]: (133.947,102.917,-1552) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00152166 position[mm]: (134.004,102.664,-1552.19) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.000191073 position[mm]: (133.96,102.622,-1552.24) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00799089 position[mm]: (133.887,102.496,-1552.35) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00325449 position[mm]: (133.88,102.485,-1552.33) + trackID: 149 chamberNb: 0 energy deposit[MeV]: 0.00142865 position[mm]: (133.879,102.496,-1552.35) + trackID: 148 chamberNb: 0 energy deposit[MeV]: 0.00150914 position[mm]: (133.956,102.629,-1552.24) + trackID: 147 chamberNb: 0 energy deposit[MeV]: 0.00196378 position[mm]: (134.004,102.631,-1552.2) + trackID: 146 chamberNb: 0 energy deposit[MeV]: 0.00175855 position[mm]: (134.014,102.662,-1552.19) + trackID: 145 chamberNb: 0 energy deposit[MeV]: 0.00411707 position[mm]: (133.93,102.897,-1551.98) + trackID: 144 chamberNb: 0 energy deposit[MeV]: 0.00306821 position[mm]: (134.429,103.245,-1552.33) Collection: Event_3 -Number of hits: 76 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00063983 position[mm]: (-120.414,-14.5461,-1596.08) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.003343 position[mm]: (-121.504,-14.6763,-1588.95) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0136996 position[mm]: (-128.804,-15.5083,-1541.07) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000561319 position[mm]: (-129.462,-15.5897,-1536.66) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000300811 position[mm]: (-129.721,-15.621,-1534.93) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00475111 position[mm]: (-132.601,-15.9587,-1515.72) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00115915 position[mm]: (-133.188,-16.0262,-1511.82) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0232518 position[mm]: (-142.001,-17.0145,-1453.49) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000182924 position[mm]: (-142.506,-17.0746,-1450.14) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00393258 position[mm]: (-144.917,-17.357,-1433.99) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0122384 position[mm]: (-149.19,-17.8685,-1405.37) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 5.2971e-05 position[mm]: (-149.247,-17.8762,-1404.99) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00238304 position[mm]: (-149.98,-17.9789,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00223906 position[mm]: (-240.747,-30.3059,-782.652) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0141067 position[mm]: (-245.55,-30.8832,-749.607) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0301256 position[mm]: (-254.507,-32.0252,-688.132) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00335689 position[mm]: (-256.376,-32.2476,-675.296) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00821278 position[mm]: (-260.681,-32.7851,-645.381) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0283491 position[mm]: (-267.223,-33.5926,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0134658 position[mm]: (-360.459,-47.2096,44.4019) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0444587 position[mm]: (-375.315,-50.2442,147.519) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0173418 position[mm]: (-382.778,-51.6697,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0047276 position[mm]: (-470.9,-67.0462,816.598) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00597354 position[mm]: (-473.691,-67.5205,836.488) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00127731 position[mm]: (-474.1,-67.5987,839.401) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00936616 position[mm]: (-475.866,-67.9395,852.023) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.007708 position[mm]: (-480.549,-68.821,885.697) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00471781 position[mm]: (-483.73,-69.4388,908.415) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0322099 position[mm]: (-496.736,-71.8396,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0119852 position[mm]: (-589.356,-86.3514,1629.67) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00523864 position[mm]: (-590.526,-86.5284,1637.51) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0213505 position[mm]: (-596.849,-87.6815,1680.35) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0144222 position[mm]: (-603.102,-88.9811,1722.89) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00568266 position[mm]: (-605.481,-89.4641,1739.06) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0211737 position[mm]: (-614.371,-91.3148,1800) - trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.00641675 position[mm]: (-605.458,-89.5226,1739.07) - trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.00278511 position[mm]: (-603.084,-88.9849,1722.9) - trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.00706838 position[mm]: (-596.824,-87.7497,1680.36) - trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.0057057 position[mm]: (-590.526,-86.4753,1637.51) - trackID: 79 chamberNb: 4 energy deposit[MeV]: 0.00282705 position[mm]: (-589.369,-86.336,1629.67) - trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.00625426 position[mm]: (-483.789,-69.4533,908.412) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.0015216 position[mm]: (-480.763,-68.9434,885.698) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.00652652 position[mm]: (-480.806,-68.7632,885.911) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.0102554 position[mm]: (-480.697,-68.8324,885.913) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.00309535 position[mm]: (-475.853,-67.9212,852.027) - trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.00201194 position[mm]: (-474.093,-67.5889,839.403) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.00161498 position[mm]: (-473.697,-67.528,836.487) - trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.00252526 position[mm]: (-470.917,-67.0422,816.597) - trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00431624 position[mm]: (-375.35,-50.246,147.517) - trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.00227664 position[mm]: (-360.446,-47.2047,44.4046) - trackID: 51 chamberNb: 1 energy deposit[MeV]: 0.00181593 position[mm]: (-260.688,-32.777,-645.382) - trackID: 50 chamberNb: 1 energy deposit[MeV]: 0.00199367 position[mm]: (-256.365,-32.243,-675.294) - trackID: 49 chamberNb: 1 energy deposit[MeV]: 0.00173858 position[mm]: (-254.514,-32.032,-688.133) - trackID: 48 chamberNb: 1 energy deposit[MeV]: 0.0030217 position[mm]: (-245.532,-30.8718,-749.603) - trackID: 47 chamberNb: 1 energy deposit[MeV]: 0.00341512 position[mm]: (-240.748,-30.3314,-782.651) - trackID: 39 chamberNb: 0 energy deposit[MeV]: 0.00266374 position[mm]: (-149.249,-17.8583,-1404.99) - trackID: 38 chamberNb: 0 energy deposit[MeV]: 0.00329233 position[mm]: (-149.211,-17.8811,-1405.37) - trackID: 37 chamberNb: 0 energy deposit[MeV]: 0.00140481 position[mm]: (-144.917,-17.365,-1433.99) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.00434684 position[mm]: (-142.819,-17.5898,-1450.1) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.00678519 position[mm]: (-142.888,-17.1512,-1450.04) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.00140032 position[mm]: (-142.968,-17.1894,-1449.88) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.00297275 position[mm]: (-142.847,-17.2738,-1449.87) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.000613915 position[mm]: (-142.852,-17.2751,-1449.87) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.00440299 position[mm]: (-142.887,-17.27,-1449.88) - trackID: 110 chamberNb: 0 energy deposit[MeV]: 0.00194131 position[mm]: (-142.852,-17.2852,-1449.87) - trackID: 109 chamberNb: 0 energy deposit[MeV]: 0.00140345 position[mm]: (-142.847,-17.2813,-1449.86) - trackID: 108 chamberNb: 0 energy deposit[MeV]: 0.0017504 position[mm]: (-142.962,-17.1813,-1449.89) - trackID: 107 chamberNb: 0 energy deposit[MeV]: 0.00137498 position[mm]: (-142.889,-17.1436,-1450.04) - trackID: 35 chamberNb: 0 energy deposit[MeV]: 0.0018129 position[mm]: (-142.009,-17.0219,-1453.49) - trackID: 34 chamberNb: 0 energy deposit[MeV]: 0.00139165 position[mm]: (-133.193,-16.032,-1511.82) - trackID: 33 chamberNb: 0 energy deposit[MeV]: 0.00144333 position[mm]: (-132.608,-15.955,-1515.72) - trackID: 32 chamberNb: 0 energy deposit[MeV]: 0.00228946 position[mm]: (-129.717,-15.6069,-1534.92) - trackID: 31 chamberNb: 0 energy deposit[MeV]: 0.00347389 position[mm]: (-129.466,-15.5641,-1536.66) - trackID: 30 chamberNb: 0 energy deposit[MeV]: 0.00813198 position[mm]: (-128.948,-15.5162,-1541.08) - trackID: 30 chamberNb: 0 energy deposit[MeV]: 0.00287604 position[mm]: (-128.936,-15.5114,-1541.09) - trackID: 29 chamberNb: 0 energy deposit[MeV]: 0.00207912 position[mm]: (-120.411,-14.5339,-1596.08) +Number of hits: 103 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000999947 position[mm]: (3.18933,72.9324,-1596.66) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000725866 position[mm]: (3.18822,73.401,-1591.6) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0211745 position[mm]: (3.15574,76.4536,-1559.07) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 7.38259e-05 position[mm]: (3.15706,76.6361,-1557.07) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0216006 position[mm]: (3.20121,81.4553,-1503.92) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0342956 position[mm]: (3.23147,91.0769,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00217443 position[mm]: (3.51527,144.951,-794.903) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0222464 position[mm]: (3.52637,149.989,-738.273) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00374544 position[mm]: (3.51801,150.885,-728.117) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00431947 position[mm]: (3.49783,152.518,-709.873) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.005449 position[mm]: (3.46069,154.305,-690.099) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00489053 position[mm]: (3.45592,155.053,-681.745) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 2.70439e-05 position[mm]: (3.45663,155.117,-681.035) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0104062 position[mm]: (3.4833,157.826,-650.639) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00563752 position[mm]: (3.50572,158.783,-639.896) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0147716 position[mm]: (3.56199,161.798,-606.297) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0044164 position[mm]: (3.56182,162.344,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0077574 position[mm]: (4.51135,216.238,18.4654) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0113262 position[mm]: (4.5782,217.483,32.9689) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.013703 position[mm]: (4.83753,221.643,81.2882) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000561477 position[mm]: (4.85419,222.012,85.7411) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000300811 position[mm]: (4.86161,222.158,87.4886) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00475242 position[mm]: (4.95315,223.78,106.87) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00115939 position[mm]: (4.97319,224.111,110.807) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0232571 position[mm]: (5.29972,229.097,169.665) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000182999 position[mm]: (5.31516,229.383,173.046) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00393362 position[mm]: (5.39178,230.735,189.348) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0048935 position[mm]: (5.43814,231.621,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00423461 position[mm]: (7.59895,282.153,816.47) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0181181 position[mm]: (7.82576,285.775,860.683) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.03554 position[mm]: (8.35721,293.144,954.406) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0115294 position[mm]: (8.40684,295.608,984.499) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00658651 position[mm]: (8.4441,296.853,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00137758 position[mm]: (8.49835,345.744,1603.45) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0059032 position[mm]: (8.49262,346.964,1618.53) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0273696 position[mm]: (8.4344,354.051,1705.16) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0154704 position[mm]: (8.29102,357.558,1747.71) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00668892 position[mm]: (8.23779,358.936,1763.75) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000442026 position[mm]: (8.22543,359.223,1767.16) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0136982 position[mm]: (8.10587,361.992,1800) + trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0026492 position[mm]: (8.22292,358.946,1763.75) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00696467 position[mm]: (10.1272,356.199,1748.45) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00397961 position[mm]: (9.70835,355.637,1749.68) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0019605 position[mm]: (9.95631,356.428,1749.92) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00492915 position[mm]: (9.76729,357.78,1749.79) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00624337 position[mm]: (8.79547,358.274,1750.12) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00646374 position[mm]: (8.20735,358.876,1749.88) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0128656 position[mm]: (7.99521,359.276,1750.32) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0122596 position[mm]: (7.9346,359.203,1750.53) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00249591 position[mm]: (7.93132,359.188,1750.53) + trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.00168458 position[mm]: (9.96341,356.429,1749.92) + trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.00428561 position[mm]: (9.67747,355.651,1749.67) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.006437 position[mm]: (8.79871,353.99,1705.22) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00810635 position[mm]: (8.75515,354.081,1705.05) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00559684 position[mm]: (8.72771,354.117,1705.07) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00296693 position[mm]: (8.47178,346.961,1618.53) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00420512 position[mm]: (8.46499,345.75,1603.45) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00267282 position[mm]: (8.40521,295.626,984.498) + trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00380322 position[mm]: (8.373,293.119,954.41) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00181593 position[mm]: (7.83509,285.781,860.683) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00487969 position[mm]: (7.60144,282.111,816.476) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00140481 position[mm]: (5.38407,230.737,189.349) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00573964 position[mm]: (4.86057,229.775,173.118) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00191266 position[mm]: (4.71649,230.047,173.061) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00684108 position[mm]: (4.81076,230.095,172.786) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0104048 position[mm]: (4.73435,229.988,172.776) + trackID: 100 chamberNb: 2 energy deposit[MeV]: 0.00209471 position[mm]: (4.70586,230.041,173.056) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0018129 position[mm]: (5.29387,229.106,169.664) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00139165 position[mm]: (4.96844,224.117,110.806) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00144333 position[mm]: (4.95815,223.787,106.869) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00228946 position[mm]: (4.87479,222.152,87.4897) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0034739 position[mm]: (4.88019,222.012,85.7425) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0110081 position[mm]: (4.85397,221.786,81.292) + trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0023708 position[mm]: (4.49679,216.243,18.4658) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00322458 position[mm]: (3.58553,161.797,-606.295) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00238497 position[mm]: (3.51963,158.776,-639.895) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00195788 position[mm]: (3.46334,155.127,-681.035) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00178531 position[mm]: (3.44545,155.052,-681.744) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00159324 position[mm]: (3.45992,154.314,-690.1) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00250791 position[mm]: (3.51334,152.524,-709.873) + trackID: 25 chamberNb: 1 energy deposit[MeV]: 0.00170369 position[mm]: (3.51582,150.875,-728.116) + trackID: 24 chamberNb: 1 energy deposit[MeV]: 0.00208151 position[mm]: (3.53357,149.979,-738.272) + trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.00180378 position[mm]: (3.50473,144.949,-794.902) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00271698 position[mm]: (3.21618,81.4665,-1503.92) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00447282 position[mm]: (3.12167,76.6475,-1557.06) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00627826 position[mm]: (3.10959,76.414,-1559.07) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0055691 position[mm]: (3.62236,73.231,-1591.51) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00760893 position[mm]: (3.3495,73.1224,-1591.42) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0101409 position[mm]: (3.32592,73.0022,-1591.45) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00112085 position[mm]: (4.23688,72.3798,-1595.35) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0115657 position[mm]: (8.83748,40.1554,-1564.52) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0119944 position[mm]: (26.4372,33.8738,-1561.09) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0112188 position[mm]: (48.0374,25.0167,-1572.37) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00601472 position[mm]: (59.534,26.1738,-1571.71) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0306521 position[mm]: (103.876,12.5878,-1596.73) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00197161 position[mm]: (105.572,13.7265,-1600) + trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.00282505 position[mm]: (59.5351,26.1932,-1571.72) + trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.00176597 position[mm]: (48.0395,25.0269,-1572.37) + trackID: 103 chamberNb: 0 energy deposit[MeV]: 0.00725286 position[mm]: (26.421,33.7998,-1561.09) + trackID: 102 chamberNb: 0 energy deposit[MeV]: 0.00175434 position[mm]: (8.84284,40.1627,-1564.52) + trackID: 101 chamberNb: 0 energy deposit[MeV]: 0.00204156 position[mm]: (4.19003,72.366,-1595.32) + trackID: 101 chamberNb: 0 energy deposit[MeV]: 0.00205629 position[mm]: (4.18629,72.361,-1595.33) + trackID: 146 chamberNb: 0 energy deposit[MeV]: 0.00186324 position[mm]: (4.1807,72.3721,-1595.32) Collection: Event_4 -Number of hits: 51 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00444723 position[mm]: (167.533,-151.88,-1579.39) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0356887 position[mm]: (182.458,-165.151,-1505.08) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0162152 position[mm]: (190.231,-172.42,-1466.12) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0291695 position[mm]: (203.492,-184.774,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0539454 position[mm]: (345.472,-319.383,-678.362) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00196135 position[mm]: (346.099,-319.995,-675.186) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00925073 position[mm]: (352.249,-326.005,-644.028) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00569399 position[mm]: (354.617,-328.323,-631.93) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0218921 position[mm]: (360.718,-334.309,-600.641) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 9.87977e-05 position[mm]: (360.843,-334.43,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00150356 position[mm]: (479.09,-449.142,6.59333) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0159262 position[mm]: (483.777,-453.795,30.829) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0256085 position[mm]: (496.937,-466.632,97.8461) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0157697 position[mm]: (503.564,-473.071,131.576) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00278036 position[mm]: (504.611,-474.102,136.883) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00778454 position[mm]: (509.399,-478.825,161.166) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00284306 position[mm]: (510.8,-480.209,168.269) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0104867 position[mm]: (515.782,-485.167,193.628) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00443735 position[mm]: (517.038,-486.431,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0337138 position[mm]: (649.941,-619.484,874.597) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0281463 position[mm]: (662.264,-631.752,936.795) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0191905 position[mm]: (674.433,-644.14,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0239221 position[mm]: (799.909,-768.606,1648.97) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00102233 position[mm]: (800.588,-769.272,1652.43) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0258475 position[mm]: (815.343,-783.761,1727.7) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0134244 position[mm]: (823.638,-791.881,1770.43) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0124202 position[mm]: (829.385,-797.492,1800) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0014251 position[mm]: (823.643,-791.875,1770.43) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00671336 position[mm]: (815.205,-783.766,1727.74) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00430128 position[mm]: (815.212,-783.772,1727.78) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00249524 position[mm]: (800.583,-769.287,1652.43) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00148025 position[mm]: (799.915,-768.611,1648.97) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00268186 position[mm]: (662.282,-631.753,936.792) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00207626 position[mm]: (649.952,-619.49,874.594) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00209725 position[mm]: (515.775,-485.178,193.628) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00298553 position[mm]: (510.803,-480.188,168.273) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00215999 position[mm]: (509.404,-478.813,161.168) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00178289 position[mm]: (504.601,-474.102,136.886) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00342902 position[mm]: (503.589,-473.068,131.573) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00142142 position[mm]: (496.929,-466.634,97.8476) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00161399 position[mm]: (483.778,-453.804,30.8275) - trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.00180984 position[mm]: (479.091,-449.152,6.59161) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00166916 position[mm]: (360.713,-334.318,-600.641) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0014142 position[mm]: (354.616,-328.315,-631.928) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00176411 position[mm]: (352.246,-326.014,-644.029) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00358304 position[mm]: (346.09,-319.956,-675.173) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00128193 position[mm]: (346.093,-319.952,-675.168) - trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00691839 position[mm]: (345.534,-319.348,-678.361) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00139477 position[mm]: (190.225,-172.415,-1466.12) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00140429 position[mm]: (182.464,-165.145,-1505.08) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00230276 position[mm]: (167.519,-151.884,-1579.38) +Number of hits: 94 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0142586 position[mm]: (-2.16044,80.7656,-1559.95) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.02288 position[mm]: (-2.79831,88.7501,-1482.82) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0136957 position[mm]: (-3.02088,91.6892,-1453.96) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0189604 position[mm]: (-3.44997,97.1238,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0137059 position[mm]: (-7.2015,158.206,-774.185) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0204742 position[mm]: (-7.44569,163.503,-719.221) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.042854 position[mm]: (-8.19208,174.346,-610.618) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00338834 position[mm]: (-8.30516,175.467,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00710424 position[mm]: (-15.0295,240.901,11.459) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0302659 position[mm]: (-15.9445,249.927,96.9123) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00568739 position[mm]: (-16.0655,251.155,108.446) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000731204 position[mm]: (-16.1462,251.934,115.72) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0235388 position[mm]: (-17.0997,260.948,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0165711 position[mm]: (-23.0747,330.772,846.403) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00738145 position[mm]: (-23.2747,333.573,872.663) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00344439 position[mm]: (-23.3415,335.031,886.129) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.019256 position[mm]: (-23.5436,340.344,934.877) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00406601 position[mm]: (-23.6011,341.755,948.155) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0193395 position[mm]: (-23.7822,347.262,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0422399 position[mm]: (-29.8792,422.858,1692.56) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0367294 position[mm]: (-30.9734,434.305,1800) + trackID: 58 chamberNb: 4 energy deposit[MeV]: 0.00200386 position[mm]: (-29.888,422.85,1692.56) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00133269 position[mm]: (-23.651,341.821,948.156) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00499698 position[mm]: (-23.6884,341.841,948.144) + trackID: 77 chamberNb: 3 energy deposit[MeV]: 0.00155831 position[mm]: (-23.6465,341.826,948.149) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.00168308 position[mm]: (-23.5516,340.35,934.877) + trackID: 48 chamberNb: 3 energy deposit[MeV]: 0.0026039 position[mm]: (-23.3241,335.029,886.13) + trackID: 47 chamberNb: 3 energy deposit[MeV]: 0.00238687 position[mm]: (-23.2897,333.577,872.664) + trackID: 46 chamberNb: 3 energy deposit[MeV]: 0.00253176 position[mm]: (-23.09,330.78,846.403) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0172344 position[mm]: (-215.89,457.176,809.641) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00246935 position[mm]: (-214.884,457.99,812.638) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00613289 position[mm]: (-215.288,453.397,823.906) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00140838 position[mm]: (-217.678,453.63,828.062) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00312391 position[mm]: (-221.984,449.39,835.199) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00227137 position[mm]: (-221.358,452.118,836.526) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0115115 position[mm]: (-227.564,463.222,836.398) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00392694 position[mm]: (-228.513,465.925,833.53) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 6.40553e-05 position[mm]: (-228.555,466.252,833.527) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00823944 position[mm]: (-235.853,474.663,838.033) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00563804 position[mm]: (-226.1,481.275,840.533) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00120105 position[mm]: (-221.929,481.3,840.431) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0133553 position[mm]: (-218.476,484.797,853.978) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0106284 position[mm]: (-215.126,485.848,857.631) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00272421 position[mm]: (-216.749,483.848,855.486) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.000586735 position[mm]: (-216.786,483.737,855.363) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0156542 position[mm]: (-217.93,481.27,852.614) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.000995408 position[mm]: (-217.74,481.843,852.672) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0131423 position[mm]: (-217.776,483.065,850.396) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.000236217 position[mm]: (-218.334,483.087,850.4) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00651815 position[mm]: (-219.788,483.638,849.797) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00111798 position[mm]: (-220.661,484.259,849.673) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0046425 position[mm]: (-221.445,483.932,848.817) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00161611 position[mm]: (-220.825,484.17,848.809) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0125406 position[mm]: (-220.92,484.86,849.34) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.000611802 position[mm]: (-220.864,484.747,849.558) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00749879 position[mm]: (-220.541,484.731,849.53) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00486159 position[mm]: (-220.47,484.668,849.424) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00603105 position[mm]: (-220.513,484.632,849.439) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.00256066 position[mm]: (-220.865,484.73,849.557) + trackID: 95 chamberNb: 3 energy deposit[MeV]: 0.00138894 position[mm]: (-220.827,484.165,848.815) + trackID: 94 chamberNb: 3 energy deposit[MeV]: 0.00167172 position[mm]: (-220.667,484.255,849.679) + trackID: 93 chamberNb: 3 energy deposit[MeV]: 0.0027452 position[mm]: (-218.342,483.086,850.417) + trackID: 92 chamberNb: 3 energy deposit[MeV]: 0.0025969 position[mm]: (-217.742,481.858,852.68) + trackID: 91 chamberNb: 3 energy deposit[MeV]: 0.00170427 position[mm]: (-216.783,483.73,855.369) + trackID: 90 chamberNb: 3 energy deposit[MeV]: 0.00167463 position[mm]: (-221.929,481.302,840.422) + trackID: 89 chamberNb: 3 energy deposit[MeV]: 0.00472849 position[mm]: (-226.121,481.269,840.454) + trackID: 89 chamberNb: 3 energy deposit[MeV]: 0.00149167 position[mm]: (-226.117,481.275,840.459) + trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.00147789 position[mm]: (-226.122,481.275,840.448) + trackID: 88 chamberNb: 3 energy deposit[MeV]: 0.00238486 position[mm]: (-228.57,466.252,833.521) + trackID: 87 chamberNb: 3 energy deposit[MeV]: 0.00202414 position[mm]: (-228.509,465.925,833.519) + trackID: 86 chamberNb: 3 energy deposit[MeV]: 0.00415014 position[mm]: (-221.355,452.122,836.559) + trackID: 85 chamberNb: 3 energy deposit[MeV]: 0.00272628 position[mm]: (-221.966,449.387,835.194) + trackID: 84 chamberNb: 3 energy deposit[MeV]: 0.0014952 position[mm]: (-217.674,453.63,828.07) + trackID: 83 chamberNb: 3 energy deposit[MeV]: 0.000473448 position[mm]: (-215.321,453.409,823.904) + trackID: 83 chamberNb: 3 energy deposit[MeV]: 0.0020993 position[mm]: (-215.332,453.414,823.899) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.00171128 position[mm]: (-215.327,453.405,823.912) + trackID: 82 chamberNb: 3 energy deposit[MeV]: 0.0033747 position[mm]: (-214.925,458.027,812.689) + trackID: 82 chamberNb: 3 energy deposit[MeV]: 0.00215869 position[mm]: (-214.936,458.033,812.685) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.00166917 position[mm]: (-214.929,458.018,812.689) + trackID: 81 chamberNb: 3 energy deposit[MeV]: 0.00166742 position[mm]: (-215.884,457.184,809.639) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00405581 position[mm]: (-16.1771,251.943,115.72) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.00155849 position[mm]: (-16.0598,251.162,108.445) + trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00299096 position[mm]: (-15.9296,249.943,96.912) + trackID: 36 chamberNb: 2 energy deposit[MeV]: 0.00283334 position[mm]: (-15.039,240.918,11.4582) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0027221 position[mm]: (-8.18792,174.328,-610.615) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00324016 position[mm]: (-7.4597,163.484,-719.217) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00739893 position[mm]: (-7.48216,157.8,-774.065) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00370474 position[mm]: (-7.46616,157.745,-774.344) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00721253 position[mm]: (-7.49499,157.594,-774.341) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0042358 position[mm]: (-7.46671,157.612,-774.332) + trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.00173476 position[mm]: (-7.46836,157.746,-774.354) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00353108 position[mm]: (-3.0462,91.6814,-1453.96) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00663301 position[mm]: (-2.7324,88.757,-1482.82) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.00173219 position[mm]: (-2.15033,80.767,-1559.95) diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index 63e2f92a43f..ca0e0d0962c 100644 --- a/examples/extended/persistency/P01/p01-write.out +++ b/examples/extended/persistency/P01/p01-write.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -920,7 +920,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 3 4.2 um -5.58 um -2.63 m 3 GeV 813 eV 1.01 cm 28 cm World hIoni 4 4.37 um -5.95 um -2.63 m 3 GeV 597 eV 3.25 mm 28.4 cm World hIoni 5 14.1 um -22.6 um -2.45 m 3 GeV 20.6 keV 17.6 cm 46 cm World Transportation - 6 14.2 um -22.8 um -2.45 m 3 GeV 757 keV 719 um 46.1 cm Target CoulombScat + 6 14.2 um -22.8 um -2.45 m 3 GeV 758 keV 719 um 46.1 cm Target CoulombScat 7 55.9 um -21.7 um -2.45 m 2.99 GeV 3.56 MeV 3.14 mm 46.4 cm Target hIoni 8 105 um -15 um -2.44 m 2.99 GeV 3.98 MeV 3.57 mm 46.7 cm Target hIoni 9 326 um -45.6 um -2.42 m 2.96 GeV 23.9 MeV 1.89 cm 48.6 cm Target hIoni @@ -928,7 +928,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 11 320 um -33.4 um -2.42 m 2.96 GeV 3.83 MeV 3.48 mm 49.1 cm Target hIoni 12 315 um -24.1 um -2.41 m 2.95 GeV 5.32 MeV 5.51 mm 49.7 cm Target hIoni 13 284 um -44.8 um -2.4 m 2.93 GeV 15.5 MeV 1.32 cm 51 cm Target Transportation - 14 -67.4 um 39.3 um -2.38 m 2.93 GeV 2.13 keV 2.15 cm 53.2 cm Tracker hIoni + 14 -67.5 um 39.3 um -2.38 m 2.93 GeV 2.13 keV 2.15 cm 53.2 cm Tracker hIoni 15 -2.31 mm 579 um -2.24 m 2.93 GeV 19.7 keV 13.8 cm 66.9 cm Tracker hIoni 16 -6.58 mm 1.6 mm -1.98 m 2.93 GeV 44.9 keV 26.2 cm 93.1 cm Tracker hIoni 17 -9.23 mm 2.23 mm -1.82 m 2.93 GeV 26.3 keV 16.3 cm 1.09 m Tracker hIoni @@ -952,15 +952,15 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 35 -2.68 cm 6.43 mm -73.2 cm 2.93 GeV 1.36 keV 2.95 mm 2.18 m Chamber hIoni 36 -2.69 cm 6.46 mm -72.5 cm 2.93 GeV 3.15 keV 7.05 mm 2.19 m Chamber hIoni 37 -2.7 cm 6.49 mm -71.8 cm 2.93 GeV 3.03 keV 6.61 mm 2.19 m Chamber hIoni - 38 -2.83 cm 6.82 mm -63.8 cm 2.93 GeV 34.8 keV 8.03 cm 2.27 m Chamber hIoni + 38 -2.83 cm 6.82 mm -63.8 cm 2.93 GeV 34.9 keV 8.03 cm 2.27 m Chamber hIoni 39 -2.87 cm 6.91 mm -61.4 cm 2.93 GeV 8.35 keV 2.38 cm 2.3 m Chamber hIoni 40 -2.89 cm 6.96 mm -60 cm 2.93 GeV 4.86 keV 1.39 cm 2.31 m Chamber Transportation 41 -3.07 cm 7.37 mm -49.2 cm 2.93 GeV 15.2 keV 10.8 cm 2.42 m Tracker hIoni 42 -3.54 cm 8.46 mm -20 cm 2.93 GeV 45.9 keV 29.2 cm 2.71 m Tracker hIoni - 43 -3.71 cm 8.85 mm -9.87 cm 2.93 GeV 12.4 keV 10.1 cm 2.81 m Tracker hIoni + 43 -3.71 cm 8.85 mm -9.88 cm 2.93 GeV 12.4 keV 10.1 cm 2.81 m Tracker hIoni 44 -3.71 cm 8.86 mm -9.59 cm 2.93 GeV 0 eV 2.85 mm 2.81 m Tracker hIoni 45 -3.74 cm 8.92 mm -8.05 cm 2.93 GeV 1.26 keV 1.54 cm 2.83 m Tracker hIoni - 46 -3.87 cm 9.23 mm 0.0142 fm 2.93 GeV 10.9 keV 8.05 cm 2.91 m Tracker Transportation + 46 -3.87 cm 9.23 mm 0 fm 2.93 GeV 10.9 keV 8.05 cm 2.91 m Tracker Transportation 47 -4.02 cm 9.59 mm 9.11 cm 2.93 GeV 38 keV 9.11 cm 3 m Chamber hIoni 48 -4.06 cm 9.7 mm 11.9 cm 2.93 GeV 15.8 keV 2.77 cm 3.03 m Chamber hIoni 49 -4.1 cm 9.8 mm 14.3 cm 2.93 GeV 9.43 keV 2.45 cm 3.05 m Chamber hIoni @@ -989,7 +989,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 72 -6.2 cm 1.49 cm 1.44 m 2.93 GeV 3.97 keV 2.43 cm 4.35 m Tracker hIoni 73 -6.45 cm 1.55 cm 1.59 m 2.93 GeV 25.4 keV 15.4 cm 4.5 m Tracker hIoni 74 -6.46 cm 1.55 cm 1.6 m 2.93 GeV 660 eV 6.7 mm 4.51 m Tracker Transportation - 75 -6.53 cm 1.57 cm 1.64 m 2.93 GeV 15.5 keV 3.97 cm 4.55 m Chamber hIoni + 75 -6.53 cm 1.56 cm 1.64 m 2.93 GeV 15.5 keV 3.97 cm 4.55 m Chamber hIoni 76 -6.55 cm 1.57 cm 1.65 m 2.93 GeV 9.14 keV 1.26 cm 4.56 m Chamber hIoni 77 -6.55 cm 1.57 cm 1.65 m 2.93 GeV 1.71 keV 2.01 mm 4.56 m Chamber hIoni 78 -6.58 cm 1.58 cm 1.67 m 2.93 GeV 4.39 keV 1.74 cm 4.58 m Chamber hIoni @@ -1005,9 +1005,9 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 88 -7.24 cm 1.73 cm 2.09 m 2.93 GeV 3.27 keV 3.16 cm 5 m Tracker hIoni 89 -7.37 cm 1.76 cm 2.17 m 2.93 GeV 13.9 keV 8.57 cm 5.08 m Tracker hIoni 90 -7.67 cm 1.82 cm 2.36 m 2.93 GeV 28.1 keV 19.3 cm 5.27 m Tracker hIoni - 91 -7.67 cm 1.83 cm 2.37 m 2.93 GeV 364 eV 3.23 mm 5.28 m Tracker hIoni + 91 -7.67 cm 1.82 cm 2.37 m 2.93 GeV 364 eV 3.23 mm 5.28 m Tracker hIoni 92 -7.72 cm 1.83 cm 2.4 m 2.93 GeV 1.86 keV 2.93 cm 5.31 m Tracker hIoni - 93 -7.72 cm 1.84 cm 2.4 m 2.93 GeV 501 eV 4.18 mm 5.31 m Tracker Transportation + 93 -7.72 cm 1.84 cm 2.4 m 2.93 GeV 501 eV 4.19 mm 5.31 m Tracker Transportation 94 -7.98 cm 1.89 cm 2.57 m 2.93 GeV 24.1 keV 16.9 cm 5.48 m World hIoni 95 -8.19 cm 1.94 cm 2.71 m 2.93 GeV 18.5 keV 13.7 cm 5.62 m World hIoni 96 -8.36 cm 1.98 cm 2.82 m 2.93 GeV 17.6 keV 11 cm 5.73 m World hIoni @@ -1070,7 +1070,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.67 cm 1.83 cm 2.37 m 5.27 keV 0 eV 0 fm 0 fm Tracker initStep + 0 -7.67 cm 1.82 cm 2.37 m 5.27 keV 0 eV 0 fm 0 fm Tracker initStep 1 -7.65 cm 1.85 cm 2.37 m 0 eV 5.27 keV 784 um 784 um Tracker eIoni ********************************************************************************************************* @@ -1182,7 +1182,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.53 cm 1.57 cm 1.64 m 1.43 keV 0 eV 0 fm 0 fm Chamber initStep + 0 -6.53 cm 1.56 cm 1.64 m 1.43 keV 0 eV 0 fm 0 fm Chamber initStep 1 -6.53 cm 1.56 cm 1.64 m 0 eV 1.43 keV 66.5 um 66.5 um Chamber eIoni ********************************************************************************************************* @@ -1348,7 +1348,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 10 -8.67 cm 1.1 cm 43.1 cm 23 keV 3.71 keV 4.55 mm 10.6 cm Tracker eIoni 11 -8.57 cm 8.67 mm 42.9 cm 19.9 keV 3.1 keV 3.81 mm 11 cm Tracker eIoni 12 -8.53 cm 8.52 mm 42.9 cm 11.9 keV 756 eV 615 um 11.1 cm Tracker eIoni - 13 -8.44 cm 9.01 mm 42.8 cm 6.32 keV 4.56 keV 1.85 mm 11.3 cm Tracker eIoni + 13 -8.44 cm 9 mm 42.8 cm 6.32 keV 4.56 keV 1.85 mm 11.3 cm Tracker eIoni 14 -8.42 cm 8.63 mm 42.8 cm 0 eV 6.32 keV 1.08 mm 11.4 cm Tracker eIoni ********************************************************************************************************* @@ -1356,7 +1356,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.44 cm 9.01 mm 42.8 cm 1.05 keV 0 eV 0 fm 0 fm Tracker initStep + 0 -8.44 cm 9 mm 42.8 cm 1.05 keV 0 eV 0 fm 0 fm Tracker initStep 1 -8.44 cm 8.99 mm 42.8 cm 0 eV 1.05 keV 56.9 um 56.9 um Tracker eIoni ********************************************************************************************************* @@ -1485,15 +1485,15 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -3.71 cm 8.86 mm -9.59 cm 10 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.81 cm 8.6 mm -9.58 cm 3.98 keV 6.02 keV 1.78 mm 1.78 mm Tracker eIoni - 2 -3.82 cm 8.44 mm -9.58 cm 0 eV 3.98 keV 479 um 2.26 mm Tracker eIoni + 1 -3.81 cm 8.59 mm -9.58 cm 3.98 keV 6.02 keV 1.78 mm 1.78 mm Tracker eIoni + 2 -3.82 cm 8.44 mm -9.59 cm 0 eV 3.98 keV 479 um 2.26 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.71 cm 8.85 mm -9.87 cm 7.46 keV 0 eV 0 fm 0 fm Tracker initStep + 0 -3.71 cm 8.85 mm -9.88 cm 7.46 keV 0 eV 0 fm 0 fm Tracker initStep 1 -3.71 cm 8.23 mm -9.87 cm 0 eV 7.46 keV 1.35 mm 1.35 mm Tracker eIoni ********************************************************************************************************* @@ -1677,7 +1677,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -2.68 cm 6.43 mm -73.2 cm 1.47 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.68 cm 6.44 mm -73.2 cm 0 eV 1.47 keV 68.9 um 68.9 um Chamber eIoni + 1 -2.68 cm 6.43 mm -73.2 cm 0 eV 1.47 keV 68.9 um 68.9 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 @@ -1701,7 +1701,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -2.34 cm 5.62 mm -94.4 cm 1.11 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.34 cm 5.61 mm -94.4 cm 0 eV 1.11 keV 61.8 um 61.8 um Tracker eIoni + 1 -2.34 cm 5.6 mm -94.4 cm 0 eV 1.11 keV 61.8 um 61.8 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 @@ -1872,7 +1872,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.4 um 39.3 um -2.38 m 1.31 keV 0 eV 0 fm 0 fm Tracker initStep + 0 -67.5 um 39.3 um -2.38 m 1.31 keV 0 eV 0 fm 0 fm Tracker initStep 1 -88.9 um 61.2 um -2.38 m 0 eV 1.31 keV 79.1 um 79.1 um Tracker eIoni ********************************************************************************************************* @@ -1995,124 +1995,124 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 1 -97.6 um 23.8 um -2.71 m 0 eV 2.67 keV 242 um 242 um World eIoni -------->Storing hits in the ROOT file: in this event there are 111 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0068204199809812 position[mm]: (-12.963914780958,3.1254552051191,-1586.9533937688) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.048133264100824 position[mm]: (-15.017913034807,3.6076068615626,-1459.3245017044) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0097199124706658 position[mm]: (-15.445811106334,3.7097191587408,-1432.5431407451) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0012611368738251 position[mm]: (-15.493734909163,3.7214786644028,-1429.5622333982) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013832834112869 position[mm]: (-15.970377782502,3.8398692676634,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.024207887767796 position[mm]: (-26.7462524171,6.4228584542102,-734.58291101042) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0013633047680805 position[mm]: (-26.793828354224,6.4341361607294,-731.63660316323) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0031488498117727 position[mm]: (-26.907804893661,6.4612417173204,-724.58957756849) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0030290799281798 position[mm]: (-27.015275270964,6.4874854786971,-717.98000755113) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.034849845861226 position[mm]: (-28.319694932845,6.8157417559108,-637.65434674081) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0083450762567141 position[mm]: (-28.705799677332,6.9091723241397,-613.89925190543) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0048619382333906 position[mm]: (-28.930679900824,6.9621366524356,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.038007587550651 position[mm]: (-40.185935378308,9.5947516137267,91.119219950151) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.015845718753548 position[mm]: (-40.631425899385,9.7047996762326,118.84475480545) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0094325055201849 position[mm]: (-41.026661516109,9.7988761450369,143.376894829) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0085698723801397 position[mm]: (-41.412935801774,9.8909773079397,167.38882368966) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00029436874589473 position[mm]: (-41.463758541352,9.9039077123157,170.5690622437) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0049692508478474 position[mm]: (-41.618802957451,9.9436149043415,180.29748474075) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013303736462268 position[mm]: (-41.752299843263,9.9765938017676,188.69349017614) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0045506740103002 position[mm]: (-41.931417672333,10.021191324606,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.021233676182351 position[mm]: (-52.132768937417,12.550614462687,839.39679942755) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0089466911736222 position[mm]: (-52.475158923911,12.638202374308,860.94548246636) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00072016088493063 position[mm]: (-52.522590895914,12.650259809657,863.93510067551) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0011428212008252 position[mm]: (-52.667242322977,12.686966872917,872.99526714574) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0054732897854637 position[mm]: (-52.998663500482,12.76920710998,893.87770373666) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.021469546699291 position[mm]: (-53.923832217776,12.995170651414,951.51170215317) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011689041235499 position[mm]: (-54.71138384001,13.177585860535,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015464026133255 position[mm]: (-65.297846706229,15.650123312012,1639.6570249176) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0091362037390035 position[mm]: (-65.508371848424,15.699496843649,1652.257950304) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.001712840932507 position[mm]: (-65.541933419109,15.707423045798,1654.2666620108) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0043907651159793 position[mm]: (-65.832982745974,15.775858992073,1671.6770206697) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01587491664101 position[mm]: (-66.442045901704,15.918922289464,1708.2214065453) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00010638355477245 position[mm]: (-66.484112431654,15.929111535645,1710.7926737281) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013238040391837 position[mm]: (-67.403517735773,16.154281999235,1767.0541870823) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0072861421992489 position[mm]: (-67.674642987676,16.22080863547,1784.0681852316) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0043410528825348 position[mm]: (-67.765220159874,16.243337328388,1789.7607098869) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.003422452674319 position[mm]: (-67.928289560595,16.28377495672,1800) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0017544354435003 position[mm]: (-67.775233421049,16.240699420472,1789.7610028596) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0043851378661262 position[mm]: (-67.640056621229,16.230833636478,1784.0711301155) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0014807678740718 position[mm]: (-67.397294228298,16.160089235383,1767.0545976687) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0016801704840053 position[mm]: (-66.484089520676,15.91926197134,1710.7931252666) - trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.0036683684415365 position[mm]: (-66.422213862107,15.938613781258,1708.2233800616) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0016318941406845 position[mm]: (-65.825829576281,15.769572295789,1671.6775570558) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0013992137616139 position[mm]: (-65.534257727136,15.709465525963,1654.2670854558) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0013829796427545 position[mm]: (-65.507544991085,15.707286565829,1652.2582303167) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0014344162370926 position[mm]: (-65.304789529442,15.645762461209,1639.6572425073) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.002052055612198 position[mm]: (-53.936334255566,12.994154980585,951.51208194099) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0020857210525254 position[mm]: (-53.009128239116,12.761808199313,893.87816131532) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0019078513705086 position[mm]: (-51.732749157162,13.09641978748,873.22882379442) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0050220491677765 position[mm]: (-52.710468656547,13.862813416624,873.27438683724) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.012388657608334 position[mm]: (-52.392120521256,14.523130491069,873.98095015111) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0063719714546899 position[mm]: (-52.391712135912,14.683519164252,873.46650492813) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0081251636824469 position[mm]: (-52.144027386939,14.881788846652,873.35625795701) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0064417714347242 position[mm]: (-52.088311787421,14.768318930974,873.41001974243) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0042284703143921 position[mm]: (-52.121326881781,14.776422456532,873.40586378906) - trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.0038276287114133 position[mm]: (-52.493036844173,12.652118255663,863.9374352538) - trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0066333977291782 position[mm]: (-52.466047319449,12.70384503347,860.95086591952) - trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.0023123498090334 position[mm]: (-52.118334164647,12.553782152742,839.39774112426) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0023420626690069 position[mm]: (-41.742951205362,9.9647950442132,188.69442819029) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0015242534831396 position[mm]: (-41.610794950556,9.947276948945,180.29794842978) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0021912806684875 position[mm]: (-41.477365294123,9.902188995955,170.56950663452) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0014075196195335 position[mm]: (-41.420866404698,9.892109030114,167.38899864809) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0047973474562899 position[mm]: (-41.049295803638,9.8333591874252,143.37930954589) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0015673770802791 position[mm]: (-40.640410664937,9.7062759139496,118.84497175487) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0014163876149721 position[mm]: (-40.192578378907,9.590165425044,91.119441070902) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0014500923402729 position[mm]: (-28.704911243636,6.9009174948381,-613.89888363273) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0042864524318747 position[mm]: (-28.338423845746,6.7863252178776,-637.65220806905) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0067480326760829 position[mm]: (-26.997117261558,6.4220867966126,-717.97375536574) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0094000687566941 position[mm]: (-26.427512926584,0.72922132538202,-713.17918578205) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0063202423529556 position[mm]: (-30.08467012493,-1.1915994012696,-709.38620361909) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.015365660085133 position[mm]: (-27.681409072332,-8.8431211565465,-704.97020712809) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0023589194611277 position[mm]: (-27.216993403734,-11.151275736929,-704.052307261) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0031303204563987 position[mm]: (-27.536030009075,-11.008535384183,-705.95250459314) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0058271032578538 position[mm]: (-24.496541326167,-10.401646884326,-709.98892583065) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.008980240048591 position[mm]: (-25.499743187778,-10.837953240424,-714.55468379036) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0071593380759825 position[mm]: (-25.400538446401,-7.6353386396503,-712.35853939673) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.010895765541875 position[mm]: (-25.738504773544,-3.8810598299959,-710.97216105726) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0069164672684175 position[mm]: (-28.350148615849,-2.7617005678723,-711.43852527611) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0027821089541097 position[mm]: (-29.183485002223,-3.8850151489143,-711.09554908746) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0094955403441262 position[mm]: (-27.343355960152,-3.5340336420758,-709.73867181959) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.010657276170149 position[mm]: (-27.816088866121,-1.9590520633325,-710.37167569454) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0047499200380943 position[mm]: (-27.895344853108,-0.90826159536839,-710.56837284199) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.007420170922843 position[mm]: (-27.629600016601,-0.31194196665864,-710.32613565982) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0059816376715054 position[mm]: (-27.828535469136,-0.59823276859023,-710.06883946047) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0071091534103871 position[mm]: (-27.584842129052,-0.63037108314735,-710.16541680085) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00015161653636537 position[mm]: (-27.573614332093,-0.65959460831112,-710.2011152352) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0073060055556294 position[mm]: (-27.520776447115,-0.70982263418008,-710.22441483542) - trackID: 104 chamberNb: 1 energy deposit[MeV]: 0.001501516181599 position[mm]: (-27.579292108908,-0.66606462045591,-710.2001351952) - trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.0014845141004026 position[mm]: (-27.937911873115,-0.89526556089279,-710.55203298327) - trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.003787259335621 position[mm]: (-27.930416927405,-0.87582537268835,-710.57259120266) - trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.0030137544655979 position[mm]: (-27.798038024659,-1.9596638964086,-710.38344632077) - trackID: 101 chamberNb: 1 energy deposit[MeV]: 0.0018601497825857 position[mm]: (-29.177003239078,-3.8904168191414,-711.10274838364) - trackID: 100 chamberNb: 1 energy deposit[MeV]: 0.0019630786292474 position[mm]: (-28.348264814192,-2.7665181970874,-711.44918538098) - trackID: 99 chamberNb: 1 energy deposit[MeV]: 0.0032268525220039 position[mm]: (-25.734058543838,-3.8634841200118,-710.95702945749) - trackID: 98 chamberNb: 1 energy deposit[MeV]: 0.003721968045068 position[mm]: (-25.404537451599,-7.6253916800049,-712.38502943618) - trackID: 97 chamberNb: 1 energy deposit[MeV]: 0.0018071937266118 position[mm]: (-25.498658899272,-10.843895889458,-714.54582755091) - trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.0016463227561404 position[mm]: (-24.505381472662,-10.398113944114,-709.98744590437) - trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.0067907736982102 position[mm]: (-27.229542315825,-11.218736012208,-704.05712740827) - trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.0014921311771583 position[mm]: (-30.076487186866,-1.1889758847006,-709.38586972085) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0099457367119257 position[mm]: (-25.75342184555,0.79771855053516,-712.38867870869) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0099113688702082 position[mm]: (-25.534203361694,1.4064699522663,-712.38890439591) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0089053852769609 position[mm]: (-25.634370037156,1.1146867738464,-712.30179093854) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0041186427890971 position[mm]: (-25.613721217821,1.0138469167975,-712.26123158132) - trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0029878508321623 position[mm]: (-25.615498669122,1.0112430296095,-712.282305929) - trackID: 105 chamberNb: 1 energy deposit[MeV]: 0.0022238806663674 position[mm]: (-25.622264289235,1.0249284666908,-712.26191588369) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0014716846347016 position[mm]: (-26.802231389891,6.4350946607835,-731.63641210406) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0018591903462923 position[mm]: (-26.740342166336,6.4135012767585,-734.58229288489) - trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0037991612091951 position[mm]: (-15.495997411458,3.6922315067978,-1429.560308694) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0042201395653714 position[mm]: (-15.41061215336,3.6719031570577,-1432.5384815097) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0013718195978259 position[mm]: (-15.404188328271,3.6700281985426,-1432.5424075167) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0015434030983552 position[mm]: (-15.009469873982,3.60469028619,-1459.3239975808) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0068205889850463 position[mm]: (-12.963973435472,3.1253994540548,-1586.9536007479) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.04813624588018 position[mm]: (-15.017979690519,3.6075423498874,-1459.3248091824) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0097203130279181 position[mm]: (-15.445879432567,3.7096528279441,-1432.5434693154) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.001261165311022 position[mm]: (-15.493803424509,3.721412131328,-1429.5625643163) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013833476300722 position[mm]: (-15.970453898642,3.8398021477541,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.024208787772643 position[mm]: (-26.746369974883,6.4227443920456,-734.58350499983) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0013633347289019 position[mm]: (-26.793946097154,6.434021887781,-731.6371994737) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0031489542862933 position[mm]: (-26.907923080842,6.461126939828,-724.59017943055) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0030291825632219 position[mm]: (-27.015393881337,6.4873702285267,-717.98061462113) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.034851363652963 position[mm]: (-28.319818726449,6.8156208089006,-637.65501710353) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0083454607104357 position[mm]: (-28.705924986773,6.9090496754068,-613.89994098803) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0048622947648885 position[mm]: (-28.930817410402,6.9620156736322,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.038009300406142 position[mm]: (-40.186111347557,9.5945776592662,91.118259747894) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0158462810227 position[mm]: (-40.631603711942,9.7046237048122,118.8437727485) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0094328745865193 position[mm]: (-41.026840946802,9.798698369629,143.37589343367) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0085702487618901 position[mm]: (-41.413116813906,9.8907977698949,167.38780336551) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00029438587912531 position[mm]: (-41.463939765358,9.9037279456504,170.56803941249) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0049694122681705 position[mm]: (-41.618984828595,9.9434344411728,180.29645424043) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013304552085813 position[mm]: (-41.752482264882,9.9764127337193,188.69245305706) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0045511577659622 position[mm]: (-41.931617404836,10.02101357213,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.021234025718562 position[mm]: (-52.133001061785,12.550384363207,839.39553390235) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.008947058989578 position[mm]: (-52.475392504619,12.637970606305,860.94419995031) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00072018816643214 position[mm]: (-52.52282467785,12.650027810157,863.93381580213) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0011428988676221 position[mm]: (-52.667476719478,12.686734167477,872.99397512818) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0054735395893707 position[mm]: (-52.998899292053,12.768972778585,893.87639525245) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.021470514406417 position[mm]: (-53.924071897689,12.994931769615,951.5103482199) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011689943208602 position[mm]: (-54.711649398437,13.177348303918,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015464256054171 position[mm]: (-65.298140310609,15.649830565859,1639.6554129478) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0091364824516697 position[mm]: (-65.508666326325,15.699203071799,1652.2563283943) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0017128609254476 position[mm]: (-65.54222803659,15.707129110679,1654.2650385165) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0043909979733445 position[mm]: (-65.833278572244,15.775563639643,1671.6753834413) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01587556366656 position[mm]: (-66.442344254268,15.918623969928,1708.2197404885) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00010639218301218 position[mm]: (-66.484410959357,15.928813012217,1710.791005643) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013238725705799 position[mm]: (-67.403820103662,16.153979029528,1767.0524746149) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0072864158115633 position[mm]: (-67.674946479251,16.220504352785,1784.066459343) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0043411446810331 position[mm]: (-67.765524028349,16.243032608285,1789.7589795078) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0034230161583237 position[mm]: (-67.928621793669,16.28347631415,1800) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.001754435443077 position[mm]: (-67.775537274962,16.240394645062,1789.7592724801) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0043851378578572 position[mm]: (-67.640360168482,16.230529544772,1784.0694042295) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0014807678739679 position[mm]: (-67.397596628307,16.159786300071,1767.0528852018) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.001680170483678 position[mm]: (-66.484387993956,15.918963448053,1710.7914571818) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.0036683684362631 position[mm]: (-66.422512323744,15.938315571354,1708.2217140063) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0016318941404158 position[mm]: (-65.826125367759,15.769276983004,1671.675919828) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.001399213761587 position[mm]: (-65.534552355962,15.709171633369,1654.265461962) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0013829796427419 position[mm]: (-65.507839512134,15.706992798557,1652.256608407) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0014344162370334 position[mm]: (-65.30508310967,15.645469676591,1639.6556305372) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0020520556113214 position[mm]: (-53.936573929775,12.993916028448,951.51072800716) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0020857210515906 position[mm]: (-53.009363989186,12.761573809215,893.87685283078) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0019078513725722 position[mm]: (-51.732985905338,13.096192301868,873.2275318797) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0050220491203404 position[mm]: (-52.710709665275,13.862580408182,873.27309485673) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0123886575465 position[mm]: (-52.392365281327,14.522899260497,873.97965812844) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0063719714562298 position[mm]: (-52.391957806734,14.68328791941,873.46521294074) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0081251637522829 position[mm]: (-52.144274205894,14.881558989234,873.35496597759) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.006441771595139 position[mm]: (-52.088557971891,14.768089409869,873.40872775375) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0042284689913444 position[mm]: (-52.121573097166,14.776192744257,873.40457180226) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.0038276287055321 position[mm]: (-52.493270636754,12.651886421622,863.93615038265) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0066333977073574 position[mm]: (-52.466281267847,12.703613316086,860.94958340466) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.0023123498076697 position[mm]: (-52.118566306817,12.553552134028,839.39647560006) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0023420626675825 position[mm]: (-41.743133565362,9.9646140250792,188.69339107214) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0015242534829912 position[mm]: (-41.610976840885,9.9470965276622,180.29691792996) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0021912806673613 position[mm]: (-41.477546509168,9.9020091582814,170.56848380275) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0014075196194992 position[mm]: (-41.421047422746,9.8919294506646,167.38797832356) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0047973474460152 position[mm]: (-41.049475415078,9.8331812932828,143.37830814961) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0015673770800844 position[mm]: (-40.640588485242,9.7060998954344,118.84398969748) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0014163876149297 position[mm]: (-40.192754324176,9.589991435839,91.118480868416) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.001450092340199 position[mm]: (-28.70503651124,6.90079485062,-613.89957271508) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0042864524240646 position[mm]: (-28.338547490481,6.7862041761995,-637.65287843174) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0067480326534185 position[mm]: (-26.997235542211,6.4219716386821,-717.97436243212) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0094000686585711 position[mm]: (-26.427603151179,0.72911145366447,-713.17978764539) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0063202423240369 position[mm]: (-30.084750872455,-1.1917257736791,-709.38680590306) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.015365658188326 position[mm]: (-27.68145515252,-8.84323450048,-704.97081051587) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0023589211052893 position[mm]: (-27.217028400254,-11.151389134195,-704.05290977082) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0031303204378319 position[mm]: (-27.53606438848,-11.008648604335,-705.95310688945) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0058271032299259 position[mm]: (-24.496574501559,-10.401764213969,-709.98952638384) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0089802399948764 position[mm]: (-25.499775470662,-10.838068881036,-714.55528350756) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0071593379924931 position[mm]: (-25.40056796518,-7.6354554617505,-712.3591393757) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.010895765537717 position[mm]: (-25.738530901065,-3.8811778674621,-710.97276116642) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0069164671938843 position[mm]: (-28.350172756881,-2.7618168323273,-711.43912508297) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0027821089222047 position[mm]: (-29.183509811937,-3.8851303045227,-711.09614896588) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0094955387358015 position[mm]: (-27.343381537143,-3.5341505127222,-709.73927246793) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.010657278740311 position[mm]: (-27.816112881002,-1.959169426598,-710.37227598898) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0047499201552709 position[mm]: (-27.895367997023,-0.90837981572658,-710.56897292168) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0074201705993955 position[mm]: (-27.629622959608,-0.31206114871125,-710.32673603829) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0059816382594762 position[mm]: (-27.828558334808,-0.59835130093164,-710.06944026302) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.007109155601132 position[mm]: (-27.584865556529,-0.6304897602628,-710.16601739253) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00015161653636537 position[mm]: (-27.573637676335,-0.65971357929498,-710.2017161738) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0073059806436899 position[mm]: (-27.520800021409,-0.70994147462453,-710.22501531523) + trackID: 104 chamberNb: 1 energy deposit[MeV]: 0.001501515994014 position[mm]: (-27.57931545582,-0.66618358453832,-710.20073611498) + trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.0014845143103149 position[mm]: (-27.937934995072,-0.89538374815174,-710.5526330646) + trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.0037872582553705 position[mm]: (-27.930440036675,-0.8759435737371,-710.57319127595) + trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.0030137543275211 position[mm]: (-27.79806204128,-1.9597812730616,-710.38404661475) + trackID: 101 chamberNb: 1 energy deposit[MeV]: 0.0018601497722216 position[mm]: (-29.177028053294,-3.8905319801402,-711.10334826196) + trackID: 100 chamberNb: 1 energy deposit[MeV]: 0.0019630786177832 position[mm]: (-28.348288959533,-2.7666344634046,-711.44978518766) + trackID: 99 chamberNb: 1 energy deposit[MeV]: 0.0032268524771931 position[mm]: (-25.73408465596,-3.863602161904,-710.95762956671) + trackID: 98 chamberNb: 1 energy deposit[MeV]: 0.0037219679985361 position[mm]: (-25.404566961991,-7.6255084962414,-712.38562941369) + trackID: 97 chamberNb: 1 energy deposit[MeV]: 0.0018071937230972 position[mm]: (-25.498691187424,-10.844011531935,-714.54642726875) + trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.0016463227544744 position[mm]: (-24.505414643484,-10.398231261391,-709.98804645986) + trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.006790773594408 position[mm]: (-27.229577238097,-11.21884942004,-704.05772994175) + trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.0014921311767607 position[mm]: (-30.0765679465,-1.1891022193556,-709.38647200478) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0099457366233432 position[mm]: (-25.753512420281,0.79761181277115,-712.38928065448) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.009911368850121 position[mm]: (-25.534296792544,1.4063641706922,-712.38950634966) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0089053854117051 position[mm]: (-25.634462094342,1.1145805719027,-712.30239290185) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0041186435615731 position[mm]: (-25.613812812088,1.0137408433934,-712.2618335564) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0029878489100694 position[mm]: (-25.615590248654,1.0111369488676,-712.2829078857) + trackID: 105 chamberNb: 1 energy deposit[MeV]: 0.0022238798621499 position[mm]: (-25.622355930914,1.0248223476746,-712.26251785949) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0014716846346068 position[mm]: (-26.802349137686,6.4349803452575,-731.63700841491) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0018591903457227 position[mm]: (-26.740459676731,6.4133872445704,-734.58288687369) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.003799161203432 position[mm]: (-15.496065783844,3.6921649627811,-1429.5606396113) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0042201395705403 position[mm]: (-15.410680294946,3.6718369988562,-1432.5388100763) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0013718195779179 position[mm]: (-15.404256460611,3.6699620715976,-1432.5427360829) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0015434030981867 position[mm]: (-15.009536515427,3.6046258159271,-1459.3243050582) writing Event_1 >>> Event 0 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 1 - User=0.390000s Real=6.145211s Sys=0.450000s + User=0.350000s Real=10.584106s Sys=0.350000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -2160,328 +2160,376 @@ Index : 2 used in the geometry : Yes CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 173 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014899316555636 position[mm]: (135.34916487525,102.99528107195,-1552.6183701303) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013512946428453 position[mm]: (139.63008381395,106.25214080329,-1524.6953606198) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.018542442853562 position[mm]: (149.7858702313,114.55983404994,-1456.5970944359) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0020526737707075 position[mm]: (151.05064850161,115.60381249621,-1448.0342136757) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.017694439759102 position[mm]: (158.1301476649,121.31484040843,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010521371112665 position[mm]: (249.82353020673,195.20670269911,-774.65579138188) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0015577521356535 position[mm]: (250.35564392143,195.64350406091,-770.99147321718) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.037815140386153 position[mm]: (263.50453597675,206.50494248103,-680.0740336204) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0081569849357089 position[mm]: (267.15039531056,209.50042094216,-654.75080292307) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.020962816396236 position[mm]: (274.92710982768,216.09849079382,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0023717727380777 position[mm]: (363.4466941654,290.80351512509,16.659648344229) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.075748715123095 position[mm]: (388.00735088718,311.92512042929,190.59146632501) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0018668641410254 position[mm]: (389.43342541421,313.03647887156,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0017271125868965 position[mm]: (480.68800996228,383.0549404301,803.70188794635) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.004872956354984 position[mm]: (482.17638786066,384.2112308492,813.64578133335) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0083625259686724 position[mm]: (485.20302065488,386.63408189577,834.23492580327) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0071918609700163 position[mm]: (488.65903043601,389.36074386307,857.48944048143) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0049166671653863 position[mm]: (492.12669573683,392.12690407068,880.91507815272) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.014610851877068 position[mm]: (497.83861031684,396.64121516038,919.47938561579) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 4.9155955687818e-05 position[mm]: (498.2011243661,396.92419809306,921.90875737831) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.03772301603933 position[mm]: (509.77070251132,405.95668962647,999.34689515269) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00034470907240335 position[mm]: (509.86864160053,406.03150144038,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00044675321331999 position[mm]: (600.47096615406,474.49714783944,1601.949974201) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0248394698459 position[mm]: (608.46876077252,480.49430151458,1654.8655282028) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0011295168805358 position[mm]: (608.87425220248,480.79760425141,1657.5520975782) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0009694002275958 position[mm]: (609.28457051277,481.1043818819,1660.2623641114) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00348895738914 position[mm]: (612.41375821898,483.45146196549,1680.9560400721) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.016518392148011 position[mm]: (617.23571375734,487.09687881784,1713.1205927341) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0041069313679291 position[mm]: (618.64890119359,488.18417721209,1722.5543648675) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0075597515314792 position[mm]: (620.62526739366,489.75312013136,1735.8241815493) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011480162260203 position[mm]: (624.25097319777,492.6569053087,1760.1594754627) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0089604467241982 position[mm]: (629.1605523253,496.46490714712,1792.5998086076) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0035230656090957 position[mm]: (630.2926812663,497.32172284013,1800) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0015560090953756 position[mm]: (629.15183061539,496.46349691425,1792.6016829575) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0018914900014427 position[mm]: (624.25714078069,492.66627204006,1760.1579629092) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0085444990060202 position[mm]: (620.60663772039,489.66096504396,1735.8473862962) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0039110424507272 position[mm]: (618.64805607637,488.15410928709,1722.5600676341) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00038634346827238 position[mm]: (617.24116028842,487.12111357897,1713.1186848694) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.001947247830516 position[mm]: (617.24349854894,487.13237536076,1713.1209801178) - trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0015866655700922 position[mm]: (617.23906054569,487.11975387568,1713.1275764707) - trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.0019652591963255 position[mm]: (612.41021087379,483.46278314918,1680.9558445318) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0042826368407827 position[mm]: (609.31548677184,481.08821121003,1660.2619335155) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0098299661634377 position[mm]: (608.76158493359,480.83168723006,1657.5778737523) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0032863437443644 position[mm]: (606.87126244436,482.02950559381,1656.941499299) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.021087517785139 position[mm]: (601.89165214516,496.22424529256,1646.4126496046) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0075086410751143 position[mm]: (596.86618547696,501.69389831898,1648.4924531427) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0041088221456269 position[mm]: (595.91031369867,497.63645866326,1647.4176266197) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0011403460202088 position[mm]: (595.69823966237,497.45867877815,1645.6480666525) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0026160423449349 position[mm]: (596.10935822347,498.08987600718,1643.4089470882) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0070559799752775 position[mm]: (597.29084999256,500.43085437526,1644.5154747715) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0083239363306785 position[mm]: (594.95803181154,499.95979643458,1644.1180674869) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0012966185792388 position[mm]: (595.56267025994,499.49848713038,1643.9406719391) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0077465331109288 position[mm]: (595.46032457913,499.1953336005,1645.5878646683) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0054001681729656 position[mm]: (595.97216560866,499.75891932664,1646.5357533858) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0020605290917026 position[mm]: (596.58594163361,499.7293114788,1646.09955637) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0074102658823306 position[mm]: (596.89312335119,500.13145038289,1645.4987275673) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00078434066360353 position[mm]: (596.85560694406,500.37497420576,1645.3965332333) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00011203366761966 position[mm]: (596.83430670361,500.43176101779,1645.3797972418) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0049431948268505 position[mm]: (596.91508880251,500.70567026477,1645.3416441101) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.010039082841076 position[mm]: (596.83307455281,500.61031121215,1645.2308471711) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0020260793976306 position[mm]: (596.83549685811,500.59822214457,1645.2303265978) - trackID: 95 chamberNb: 4 energy deposit[MeV]: 0.0043818816094674 position[mm]: (596.80163244297,500.44314435587,1645.3900606205) - trackID: 94 chamberNb: 4 energy deposit[MeV]: 0.0021132340941923 position[mm]: (596.85828664101,500.37238655725,1645.3840225995) - trackID: 93 chamberNb: 4 energy deposit[MeV]: 0.0027211131059747 position[mm]: (596.60248206285,499.73009037268,1646.1083149309) - trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.0019196405803157 position[mm]: (595.4666344671,499.20181759136,1645.5807293974) - trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.003070163121614 position[mm]: (595.58390948984,499.50401523436,1643.943279282) - trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.0016632245939403 position[mm]: (595.69259548255,497.45140298608,1645.6448716043) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.0094931480291148 position[mm]: (596.16734692037,497.25839963897,1647.4067302303) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.0088705426494117 position[mm]: (596.02261983502,497.39040222456,1647.3964923806) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.004423375171435 position[mm]: (596.03904823569,497.40088681321,1647.4274693741) - trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0024865714524248 position[mm]: (596.85715224291,501.69913341393,1648.4797389449) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0019713863734291 position[mm]: (606.86971656649,482.02196763264,1656.9505930697) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0020935321689592 position[mm]: (600.47879879313,474.48692922876,1601.9505716022) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0015631672658647 position[mm]: (509.7643692201,405.95051063551,999.34893205436) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0085674344833432 position[mm]: (498.22677392551,396.79651778594,921.93408546366) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0018741760393214 position[mm]: (498.23431367487,396.78850327396,921.93612816168) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0015526598785765 position[mm]: (497.8436070029,396.63373539601,919.47988647724) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.006182826628425 position[mm]: (492.60259115528,392.26073125093,880.90881649417) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0067892144503128 position[mm]: (492.61644568996,392.55091080097,881.00628782218) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0071934714145645 position[mm]: (492.56181637603,392.42107182432,881.02818439548) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0005812959319287 position[mm]: (492.56824498163,392.42375473372,881.05533693701) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0031437163224394 position[mm]: (492.54824299409,392.42365829748,881.06630133956) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0059997796665022 position[mm]: (489.12757413844,389.46388700728,857.48475596453) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0086544985690095 position[mm]: (488.83337336281,389.42008040138,857.44632880302) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0088065222721457 position[mm]: (488.83782328917,389.41834250068,857.5476652761) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0079732202144124 position[mm]: (485.10636594554,386.60302370375,834.26348530571) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0010565843008117 position[mm]: (485.10973180825,386.59910082838,834.26157438197) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0031076311504377 position[mm]: (482.15879042316,384.22500193218,813.64806982303) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0037759332398081 position[mm]: (480.69873645185,383.08189383546,803.69903818479) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0082380684278241 position[mm]: (388.09542867167,311.90005271782,190.5898387816) - trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0019980511453675 position[mm]: (363.45314581205,290.79329575521,16.660550366127) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0091204924659456 position[mm]: (266.74348412233,209.16509043026,-653.6164641414) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 6.002505066264e-05 position[mm]: (266.72676133083,209.12476941807,-653.79640864807) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0011413448796649 position[mm]: (266.75964504531,209.21006398217,-653.98098970304) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.002753496409812 position[mm]: (266.55520250868,209.28241629787,-654.03883563228) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0090321547290052 position[mm]: (266.59682762404,209.22410984666,-654.1162894836) - trackID: 103 chamberNb: 1 energy deposit[MeV]: 0.0030754585445163 position[mm]: (266.57475637617,209.29244036627,-654.03602773909) - trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.0015184652564758 position[mm]: (266.7630674438,209.21441058582,-653.98780579023) - trackID: 101 chamberNb: 1 energy deposit[MeV]: 0.0038570605837986 position[mm]: (266.71603347896,209.10020678561,-653.80993690986) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0018817539038815 position[mm]: (267.15533931648,209.49037172901,-654.74978064444) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.010254195899456 position[mm]: (263.41582902488,206.65976308983,-680.0584819208) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0023135238410836 position[mm]: (263.42828888603,206.6534873743,-680.06347898749) - trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0017002641104672 position[mm]: (250.36358915458,195.64939877901,-770.99289118821) - trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0020613984818157 position[mm]: (249.82738340179,195.19477023575,-774.65432311682) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.01412781733919 position[mm]: (164.41058652032,141.08995384906,-1432.2246581951) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.007005666085753 position[mm]: (168.18454209534,145.80709193852,-1430.4857716659) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0045200624562434 position[mm]: (177.96441506554,163.34752668855,-1426.5104334155) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.014269463638463 position[mm]: (174.71064383276,188.50910868322,-1409.788368563) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0011450059797652 position[mm]: (174.80633788088,192.68543770181,-1407.2851085597) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0089219546200588 position[mm]: (171.06626168481,209.6905189605,-1400) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0097923441025264 position[mm]: (174.50044642188,489.05958806078,-784.46111730043) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0030821342023519 position[mm]: (175.58446599476,489.87352375209,-773.5848940857) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0040246850913995 position[mm]: (174.13292677659,484.66737469942,-761.66933999788) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0062012997452781 position[mm]: (169.38443065623,477.08792111528,-754.43691834091) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0029904251219835 position[mm]: (167.62004708849,471.81272311534,-748.47315438041) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0079796676510485 position[mm]: (161.47599313158,460.65874349283,-744.19537727886) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0079726687004562 position[mm]: (147.28413622556,447.1396804211,-746.94558646463) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0053191231646053 position[mm]: (140.5576195347,458.30899041825,-758.39652186545) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.017757729110536 position[mm]: (147.98040669286,489.39776558504,-774.55558698283) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0050229085963032 position[mm]: (149.83076176072,497.83701469126,-781.2522959718) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.023458257668226 position[mm]: (153.92931539348,520.93127432366,-800) - trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.0022463558587466 position[mm]: (149.8431036811,497.84031352769,-781.24607504846) - trackID: 122 chamberNb: 1 energy deposit[MeV]: 0.0020347815539577 position[mm]: (147.96972527167,489.39896242909,-774.56179015514) - trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.00056360270085973 position[mm]: (140.5908395769,458.33029790647,-758.36480396042) - trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.0031324218840261 position[mm]: (140.56832919612,458.32762209926,-758.36601618753) - trackID: 149 chamberNb: 1 energy deposit[MeV]: 0.0018590854265516 position[mm]: (140.5907960265,458.33499164529,-758.37484489182) - trackID: 120 chamberNb: 1 energy deposit[MeV]: 0.001372018259451 position[mm]: (147.27687034918,447.13733448962,-746.94420070868) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0052919414212327 position[mm]: (159.41810985001,460.99788303016,-743.54195273965) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0047854516217792 position[mm]: (160.32804531454,459.72276336318,-743.37055537448) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0015285225792396 position[mm]: (160.85861521972,458.99833616904,-743.56603534257) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0050299710823706 position[mm]: (161.06396089346,458.21081803438,-742.84205808748) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.006428632173473 position[mm]: (161.7692600841,458.84715595859,-742.97623771537) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0099173547978864 position[mm]: (161.08387690708,458.97485750819,-743.08813671254) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0063102198580427 position[mm]: (160.89304691521,459.05428617052,-743.38864978154) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0054619734727283 position[mm]: (160.78933004986,459.1968485539,-743.48541103194) - trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0080398182551298 position[mm]: (160.81665750203,459.11960880313,-743.51826409123) - trackID: 152 chamberNb: 1 energy deposit[MeV]: 0.0043129824172648 position[mm]: (160.82468807435,458.9976620123,-743.55646889699) - trackID: 151 chamberNb: 1 energy deposit[MeV]: 0.0072929421431946 position[mm]: (160.36813807123,459.76396775679,-743.4207705341) - trackID: 150 chamberNb: 1 energy deposit[MeV]: 0.0015209139792765 position[mm]: (159.41765592353,460.99863741964,-743.53320168949) - trackID: 118 chamberNb: 1 energy deposit[MeV]: 0.0034226953921794 position[mm]: (167.63226203132,471.82292525844,-748.45319051438) - trackID: 117 chamberNb: 1 energy deposit[MeV]: 0.0017615208630362 position[mm]: (169.37653956879,477.09377568254,-754.4334885292) - trackID: 116 chamberNb: 1 energy deposit[MeV]: 0.006313804593863 position[mm]: (174.19219262913,484.66155901536,-761.65240645841) - trackID: 115 chamberNb: 1 energy deposit[MeV]: 0.0021822819691153 position[mm]: (175.59300161822,489.8840962069,-773.58366327473) - trackID: 114 chamberNb: 1 energy deposit[MeV]: 0.0037392893023857 position[mm]: (174.47771273493,489.0420102561,-784.45996436411) - trackID: 108 chamberNb: 0 energy deposit[MeV]: 0.0024375579797475 position[mm]: (174.81422556357,192.6819487361,-1407.2716537451) - trackID: 107 chamberNb: 0 energy deposit[MeV]: 0.0014724085910625 position[mm]: (174.71828826009,188.50682692219,-1409.7855389463) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0013725120815325 position[mm]: (178.51263368643,163.31977088939,-1426.600750945) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0063586427033381 position[mm]: (177.05602929735,163.40584383226,-1427.1435115865) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0026740136818714 position[mm]: (176.42684046879,163.20480289377,-1426.0903448914) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0011708610132828 position[mm]: (176.96046023875,163.53067288072,-1425.9098160083) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0088898194998245 position[mm]: (177.79786228672,163.03788276938,-1425.7851995555) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0070899237743849 position[mm]: (177.74299022988,163.42085592594,-1425.2985237175) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0017540787605023 position[mm]: (177.83702930825,163.29409534382,-1425.5674945907) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0063938458488389 position[mm]: (177.73561380284,163.31230257617,-1425.7801029856) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0009814977295759 position[mm]: (177.79377695546,163.3156300849,-1425.7327887275) - trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0054874627831563 position[mm]: (177.80643755806,163.2670759125,-1425.727208741) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.0020877316943194 position[mm]: (177.78707347852,163.31509525625,-1425.7218494428) - trackID: 156 chamberNb: 0 energy deposit[MeV]: 0.0021062693347469 position[mm]: (177.83902216999,163.30693655535,-1425.5674241466) - trackID: 155 chamberNb: 0 energy deposit[MeV]: 0.0018531488556985 position[mm]: (177.7534518571,163.42097087198,-1425.2949934611) - trackID: 154 chamberNb: 0 energy deposit[MeV]: 0.0020901639543068 position[mm]: (176.95389293552,163.51978111091,-1425.9079060576) - trackID: 153 chamberNb: 0 energy deposit[MeV]: 0.0043696988789103 position[mm]: (178.52484957755,163.32459657044,-1426.6342073747) - trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.0013753167514428 position[mm]: (168.18987397587,145.80360635738,-1430.4902445229) - trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.002051392264427 position[mm]: (164.40705418,141.0979987945,-1432.2336104827) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.007065605750878 position[mm]: (149.73222377349,114.6084231759,-1456.588638133) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0022477827879668 position[mm]: (139.63982956741,106.24179239265,-1524.6949141732) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0066241218562074 position[mm]: (134.42070344523,103.26124883587,-1552.3025827355) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.010996014954223 position[mm]: (133.69198011049,103.1607512862,-1552.4484917649) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0040626523492689 position[mm]: (133.97027946488,102.92911778771,-1552.5081895226) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0013512514804432 position[mm]: (134.1042389623,103.10772435302,-1552.403400735) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0023359609618797 position[mm]: (134.06454958066,103.0724246629,-1552.5673612421) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0082276376680027 position[mm]: (134.0896300936,103.00226734806,-1552.6203275435) - trackID: 159 chamberNb: 0 energy deposit[MeV]: 0.0017455638225189 position[mm]: (134.07415830795,103.07611016672,-1552.5677586155) - trackID: 158 chamberNb: 0 energy deposit[MeV]: 0.0021655998914293 position[mm]: (134.11242300329,103.11761205474,-1552.4075817624) +-------->Storing hits in the ROOT file: in this event there are 151 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014887413004674 position[mm]: (135.3491061106,102.99625146964,-1552.6226634369) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013505852264756 position[mm]: (139.62998948365,106.25311647737,-1524.7000073204) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.018527404810612 position[mm]: (149.78567686769,114.56083461852,-1456.6026028404) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0020510221655251 position[mm]: (151.05044227248,115.60481612965,-1448.0398302453) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.01768364253049 position[mm]: (158.1307868001,121.31659655463,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010512304422952 position[mm]: (249.82293046903,195.20836382819,-774.66536116794) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0015570637002245 position[mm]: (250.3550391415,195.64516544709,-771.00108945513) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.037780678488808 position[mm]: (263.50380404117,206.50661084761,-680.08480216887) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0081500878889886 position[mm]: (267.14962763661,209.50209017318,-654.7618915321) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.020952177687472 position[mm]: (274.92793382996,216.10158562232,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0023667669440823 position[mm]: (363.44571788739,290.80600962531,16.644623788559) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.075682620933363 position[mm]: (388.00638763485,311.92771995299,190.57419372972) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0018684315961358 position[mm]: (389.43510303188,313.04113785665,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.001722760421224 position[mm]: (480.68778261264,383.05735607688,803.68141053583) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0048705078606818 position[mm]: (482.17616003541,384.21360795475,813.62518092092) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0083574507188753 position[mm]: (485.2027903576,386.63638115514,834.21407095172) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0071869081963433 position[mm]: (488.65879854215,389.36295425261,857.46829809663) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0049126102316769 position[mm]: (492.12646202461,392.1290258482,880.89364612608) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.014601110114606 position[mm]: (497.83837312323,396.64318960591,919.4574769668) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 4.9155955687818e-05 position[mm]: (498.20088702903,396.92616316592,921.88681870864) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.037699298593559 position[mm]: (509.77046125105,405.95835616505,999.32399925463) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00034495741459109 position[mm]: (509.87183500122,406.03578895094,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0003997917655345 position[mm]: (600.47132253382,474.49693618227,1601.9241034844) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0027612505362214 position[mm]: (601.94855688823,475.60238185633,1611.683749889) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.055055068278703 position[mm]: (625.94382498301,493.44189099297,1769.4968916346) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0065622914785827 position[mm]: (630.76735653802,496.92540136979,1800) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0045826317820787 position[mm]: (625.97898470252,493.42604805768,1769.4959002136) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0022417791183716 position[mm]: (601.94333711686,475.61555368459,1611.683763418) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0018470916719075 position[mm]: (600.46132464647,474.49306200164,1601.9265551446) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0015631672626044 position[mm]: (509.76412785872,405.95217727802,999.32603615711) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00045717236324836 position[mm]: (498.22314462387,396.81535852959,921.90879913454) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0022378737983466 position[mm]: (498.26422063655,396.74787150772,921.86995435353) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0037171554886734 position[mm]: (498.24454459342,396.76686060882,921.86182821505) + trackID: 79 chamberNb: 3 energy deposit[MeV]: 0.0021956124217459 position[mm]: (498.26558143247,396.74375120777,921.85689649794) + trackID: 78 chamberNb: 3 energy deposit[MeV]: 0.0018337954347722 position[mm]: (498.21543699717,396.80853811289,921.91240519857) + trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0015526598755097 position[mm]: (497.8433696905,396.63570976232,919.45797782998) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0098871799425675 position[mm]: (492.6023593424,392.26284556428,880.88738488992) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0045359889318553 position[mm]: (492.59520320962,392.1804731904,880.69090702511) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0094673501022755 position[mm]: (492.61945801921,392.17848404537,880.57998654599) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0030768188852645 position[mm]: (489.07554928788,389.45468921456,857.46413177003) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0072192092936644 position[mm]: (489.07038033387,389.74016616441,857.32936482902) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0094627638564145 position[mm]: (489.1484377141,389.80987126573,857.39044697461) + trackID: 81 chamberNb: 3 energy deposit[MeV]: 0.0013745364716403 position[mm]: (489.08236809207,389.73453106707,857.33669810522) + trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0023274664417579 position[mm]: (489.06142988944,389.45665869121,857.46862531554) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0062429107310847 position[mm]: (485.10613518628,386.60532448042,834.24263049095) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0027868930420473 position[mm]: (485.12495070766,386.60955816241,834.24082306067) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0031076310924494 position[mm]: (482.15856280908,384.22737930573,813.62746941618) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0037759331422677 position[mm]: (480.69850953769,383.08430930889,803.6785607845) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0082380678215991 position[mm]: (388.09446542225,311.9026522972,190.5725660629) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0019980511318449 position[mm]: (363.45216955836,290.79579027157,16.645525818053) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0011490270771949 position[mm]: (266.82523675616,209.23522891278,-653.66842851595) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0025537237732082 position[mm]: (266.62181928172,209.1392306667,-653.83194943351) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0085156339794103 position[mm]: (266.54901893585,209.06319348665,-653.75744405415) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0017429059521267 position[mm]: (266.55838066251,209.064650637,-653.76143572242) + trackID: 84 chamberNb: 1 energy deposit[MeV]: 0.0044819444539456 position[mm]: (266.63384879449,209.10914750977,-653.85047132899) + trackID: 83 chamberNb: 1 energy deposit[MeV]: 0.0096509832408684 position[mm]: (266.75892399269,209.14907674522,-653.53936610194) + trackID: 83 chamberNb: 1 energy deposit[MeV]: 0.0024642698615699 position[mm]: (266.75460006007,209.14342394988,-653.52477158356) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0018817538935063 position[mm]: (267.15457169987,209.49204098891,-654.7608692477) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0065071089616389 position[mm]: (263.41509636408,206.66143099176,-680.06925040975) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0039480221002537 position[mm]: (263.43034346801,206.68684633785,-680.06007589752) + trackID: 85 chamberNb: 1 energy deposit[MeV]: 0.0021125871664452 position[mm]: (263.42618318146,206.65458356454,-680.06858242257) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0017002641043948 position[mm]: (250.36298434358,195.65106020439,-771.00250743698) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0020613984664406 position[mm]: (249.82678372446,195.19643138555,-774.66389289399) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.016942095463354 position[mm]: (172.71469861202,145.10246908998,-1419.9527141064) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.004537244699831 position[mm]: (177.81251129487,149.20146258118,-1416.3647494218) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.042442126858812 position[mm]: (240,170.65375119943,-1403.9006734528) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0020530938199215 position[mm]: (478.30201579952,-571.67435306769,-799.89624326638) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0030823022398541 position[mm]: (474.76692802637,-572.60856979771,-798.7543955107) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0327809955936 position[mm]: (465.65526478291,-595.82035665556,-788.7412818763) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0098607375976422 position[mm]: (463.70785992263,-603.15324837486,-777.05583283085) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 6.7001098633879e-05 position[mm]: (463.85708147733,-603.42028246399,-776.92291399396) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0064772419450397 position[mm]: (474.84061707724,-608.68754743409,-777.55008484143) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0071230869654973 position[mm]: (477.82478456303,-611.41036016532,-781.11377051362) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0029626364944363 position[mm]: (477.56992426217,-615.5664140458,-786.24538501556) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0094933424142475 position[mm]: (476.38104146901,-617.06362001241,-792.308472461) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00092039433724957 position[mm]: (476.41025502706,-618.86918909347,-793.45956224406) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0074514299681122 position[mm]: (482.44684626619,-621.5767139672,-793.84491688961) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0040512589110647 position[mm]: (485.49966387442,-615.19323394248,-790.65745137033) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00070657034201345 position[mm]: (486.27841730209,-614.31050265877,-790.37529628914) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0025952220717953 position[mm]: (486.71281456539,-612.74538935264,-789.55245429712) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0030839601078006 position[mm]: (487.38162804436,-611.50336182216,-787.65752746421) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.013016887680247 position[mm]: (480.15459428388,-604.95292102726,-789.00547208707) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0018890982374835 position[mm]: (479.22015705655,-605.1788209913,-788.95884129186) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0076121728376642 position[mm]: (474.09176225844,-604.31749350491,-788.91012930063) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0053805640381962 position[mm]: (472.31926352436,-604.97457615739,-787.63203855808) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0059441527570742 position[mm]: (471.28296844498,-605.56335818381,-787.42230339105) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00054015311070396 position[mm]: (471.37196804817,-605.21988945742,-786.87870874506) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0024170358194476 position[mm]: (471.012601066,-605.68682703642,-787.16914249718) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.012834990779267 position[mm]: (470.73243524374,-606.26993098353,-786.85742502014) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0015876730298223 position[mm]: (470.75837254642,-606.08196316249,-786.79060745294) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0043443144469935 position[mm]: (470.62144458424,-606.10952288481,-786.63175744857) + trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0061310556854389 position[mm]: (470.62246202851,-606.11706989629,-786.54042508172) + trackID: 130 chamberNb: 1 energy deposit[MeV]: 0.0015053149507138 position[mm]: (470.64055106199,-606.12370167118,-786.59718979154) + trackID: 129 chamberNb: 1 energy deposit[MeV]: 0.0019564447329096 position[mm]: (470.61263498425,-606.10363471622,-786.62656880779) + trackID: 128 chamberNb: 1 energy deposit[MeV]: 0.0016873834319277 position[mm]: (470.76437588145,-606.07697421392,-786.78450491661) + trackID: 127 chamberNb: 1 energy deposit[MeV]: 0.0014165205197006 position[mm]: (471.00872153237,-605.68868036314,-787.17597923438) + trackID: 126 chamberNb: 1 energy deposit[MeV]: 0.0015065263161046 position[mm]: (471.37209830997,-605.21542982631,-786.88617498325) + trackID: 125 chamberNb: 1 energy deposit[MeV]: 0.0032181537172008 position[mm]: (472.31697704907,-604.96370119823,-787.61129798375) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.0046278707892822 position[mm]: (479.08999199973,-604.92715205936,-788.92570183743) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.006859683337234 position[mm]: (479.08959950145,-605.01332290642,-788.81431167851) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.003976755617885 position[mm]: (479.08282830618,-605.00194637645,-788.7858980614) + trackID: 131 chamberNb: 1 energy deposit[MeV]: 0.0016731951541051 position[mm]: (479.09976836972,-604.92786501795,-788.92616755047) + trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.0036602377645296 position[mm]: (487.3823141975,-611.51379337352,-787.63162468304) + trackID: 122 chamberNb: 1 energy deposit[MeV]: 0.0021146972372439 position[mm]: (486.71403749531,-612.73949784618,-789.56405205895) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.0061040475937383 position[mm]: (486.21555369116,-614.022614179,-790.67605181924) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.0023939602092438 position[mm]: (486.0243729549,-613.93325718622,-790.67257824198) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.0097359200107163 position[mm]: (485.93656839972,-613.91227477851,-790.74961587783) + trackID: 132 chamberNb: 1 energy deposit[MeV]: 0.0034319773825058 position[mm]: (486.02341202637,-613.90878679587,-790.66503995209) + trackID: 120 chamberNb: 1 energy deposit[MeV]: 0.0014691964340348 position[mm]: (485.49268102755,-615.18947797262,-790.65455144067) + trackID: 119 chamberNb: 1 energy deposit[MeV]: 0.0015161203396662 position[mm]: (482.4489077043,-621.57654232955,-793.85343201121) + trackID: 118 chamberNb: 1 energy deposit[MeV]: 0.001495935985338 position[mm]: (476.40975523383,-618.86529366884,-793.46724193296) + trackID: 117 chamberNb: 1 energy deposit[MeV]: 0.0014707174946297 position[mm]: (476.37271865473,-617.06291809682,-792.30717174153) + trackID: 116 chamberNb: 1 energy deposit[MeV]: 0.0017015597061342 position[mm]: (477.56127737382,-615.56676131558,-786.24036811755) + trackID: 115 chamberNb: 1 energy deposit[MeV]: 0.0026465140191718 position[mm]: (477.84084864231,-611.40568642054,-781.10711361744) + trackID: 114 chamberNb: 1 energy deposit[MeV]: 0.0019594192766438 position[mm]: (474.83623507742,-608.68979953558,-777.56083016427) + trackID: 113 chamberNb: 1 energy deposit[MeV]: 0.0054169 position[mm]: (440.60044634299,-601.47800004757,-690.7234098732) + trackID: 133 chamberNb: 1 energy deposit[MeV]: 0.0087824901780375 position[mm]: (440.75381408346,-601.36954498677,-690.66738184918) + trackID: 133 chamberNb: 1 energy deposit[MeV]: 0.0045058349112454 position[mm]: (440.75505891856,-601.3351157234,-690.65228009785) + trackID: 112 chamberNb: 1 energy deposit[MeV]: 0.0016800146168368 position[mm]: (463.71659079173,-603.14884944695,-777.05456036488) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00080824287638138 position[mm]: (474.50531669989,-572.88378038092,-799.25824845668) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00076741699861143 position[mm]: (474.22793624016,-572.94534608913,-799.54267689801) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0016330333614636 position[mm]: (474.02683819985,-572.94360358693,-799.39590735614) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00015244944234124 position[mm]: (473.7481995232,-572.87174495691,-799.31621234018) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.00083413829932928 position[mm]: (473.53408507822,-572.90976383438,-799.03624447387) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0010485122322589 position[mm]: (473.27572945872,-572.92108266469,-798.70400564499) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0024953156250329 position[mm]: (473.46969167532,-572.49526508707,-798.17572704729) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0026931871765486 position[mm]: (473.56295633479,-572.37500894538,-799.05206761495) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0021510021674064 position[mm]: (473.50260049959,-572.83637242994,-799.16577632423) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0043097785004606 position[mm]: (473.18752086841,-573.05275104402,-799.31752317839) + trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.0090896022648886 position[mm]: (473.12511631308,-573.13485386802,-799.34431783065) + trackID: 110 chamberNb: 1 energy deposit[MeV]: 0.00017714101941367 position[mm]: (478.33223434432,-571.7051763905,-799.95867374832) + trackID: 110 chamberNb: 1 energy deposit[MeV]: 2.3168313701788e-05 position[mm]: (478.38355438781,-571.67346901652,-799.99901725788) + trackID: 110 chamberNb: 1 energy deposit[MeV]: 7.0255004518908e-05 position[mm]: (478.38746153738,-571.67497352531,-800) + trackID: 104 chamberNb: 1 energy deposit[MeV]: 0.034556 position[mm]: (663.30026326728,-483.89986064247,-618.38273042684) + trackID: 134 chamberNb: 1 energy deposit[MeV]: 0.0069537414434472 position[mm]: (663.42304231192,-483.64712671603,-618.30296444156) + trackID: 134 chamberNb: 1 energy deposit[MeV]: 0.010207621706823 position[mm]: (663.34608566635,-483.71488401913,-618.3794947798) + trackID: 89 chamberNb: 0 energy deposit[MeV]: 0.0014476844944437 position[mm]: (177.81388523531,149.19510861237,-1416.3595987651) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0070656053207191 position[mm]: (149.73203011499,114.60942340143,-1456.5941464929) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0022477827668291 position[mm]: (139.63973529036,106.2427681172,-1524.6995608725) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0057098501008404 position[mm]: (134.42913636774,103.25978236884,-1552.3097626884) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0049954310065793 position[mm]: (133.94684324345,102.91701039097,-1551.9984581218) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0015216601410477 position[mm]: (134.00366282074,102.66419868976,-1552.1928762596) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00019107269028461 position[mm]: (133.95974977137,102.62245512066,-1552.2397948879) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0079908859048167 position[mm]: (133.88656242912,102.49550223796,-1552.3467771954) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0032544939089587 position[mm]: (133.87975531521,102.48500012408,-1552.3264362678) + trackID: 149 chamberNb: 0 energy deposit[MeV]: 0.0014286457438639 position[mm]: (133.87874724109,102.49615020225,-1552.3490378385) + trackID: 148 chamberNb: 0 energy deposit[MeV]: 0.0015091405157113 position[mm]: (133.95601574585,102.62865098582,-1552.2446556898) + trackID: 147 chamberNb: 0 energy deposit[MeV]: 0.0019637765632591 position[mm]: (134.00435503448,102.63140888063,-1552.1971559638) + trackID: 146 chamberNb: 0 energy deposit[MeV]: 0.0017585508735328 position[mm]: (134.01353922694,102.66152176186,-1552.1910930379) + trackID: 145 chamberNb: 0 energy deposit[MeV]: 0.0041170713732088 position[mm]: (133.92993418887,102.89727358187,-1551.9782122931) + trackID: 144 chamberNb: 0 energy deposit[MeV]: 0.0030682096657566 position[mm]: (134.4289699284,103.24485156725,-1552.326031534) writing Event_2 >>> Event 0 0 trajectories stored in this event. CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 76 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00063982958648441 position[mm]: (-120.41446658812,-14.546061682935,-1596.0771304663) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0033429958470246 position[mm]: (-121.50403880368,-14.676266562234,-1588.9462863917) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013699634791012 position[mm]: (-128.80429515519,-15.50834320968,-1541.0700383467) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00056131864801028 position[mm]: (-129.46178045835,-15.589705786267,-1536.6570380037) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00030081094807829 position[mm]: (-129.72120241733,-15.620970222422,-1534.9252832299) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0047511145251022 position[mm]: (-132.60072347054,-15.958736777457,-1515.7186480009) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0011591458429639 position[mm]: (-133.18769498818,-16.026238117405,-1511.8173344918) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.023251846672156 position[mm]: (-142.0009282714,-17.014549201341,-1453.4935614247) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00018292396469726 position[mm]: (-142.50647506546,-17.07458443207,-1450.142550053) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0039325833111717 position[mm]: (-144.9165869205,-17.357042026241,-1433.9864056388) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.012238371609444 position[mm]: (-149.19037612096,-17.86845857999,-1405.3699302642) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 5.2971011411196e-05 position[mm]: (-149.24651114481,-17.87624435534,-1404.988082458) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0023830401759253 position[mm]: (-149.97966131186,-17.978948825041,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0022390620566443 position[mm]: (-240.74704596645,-30.305944989443,-782.65230141905) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014106675762202 position[mm]: (-245.55008523474,-30.883217202886,-749.60697672833) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.030125582143386 position[mm]: (-254.50657337217,-32.025151759432,-688.13211300453) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0033568933051114 position[mm]: (-256.37572188496,-32.247567272374,-675.29577793059) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0082127794919849 position[mm]: (-260.68129225856,-32.785121067615,-645.38133300672) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.028349097783852 position[mm]: (-267.2227779066,-33.592604434912,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.013465782788158 position[mm]: (-360.45936852519,-47.209611980139,44.401858173309) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.044458712646448 position[mm]: (-375.31473915814,-50.244164474827,147.51949289021) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.017341829721375 position[mm]: (-382.77763176083,-51.669710560234,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0047275977876711 position[mm]: (-470.90043647163,-67.046218927153,816.59818817222) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0059735428646412 position[mm]: (-473.69101892802,-67.520506752474,836.48787979317) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0012773071452167 position[mm]: (-474.09966036296,-67.598682566809,839.40085111496) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.009366164430219 position[mm]: (-475.86574662694,-67.939480119135,852.02317376758) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0077079960148065 position[mm]: (-480.54873346938,-68.820992130496,885.69696560671) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0047178136876665 position[mm]: (-483.73019981062,-69.438764593785,908.41543847517) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.032209854392606 position[mm]: (-496.73648446544,-71.839565867422,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011985188805538 position[mm]: (-589.35613629933,-86.35141554809,1629.6703012719) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0052386418861838 position[mm]: (-590.52623429289,-86.528441571656,1637.5077880411) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.021350505545403 position[mm]: (-596.84878122105,-87.681549463232,1680.3470468888) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.014422150095215 position[mm]: (-603.10220127164,-88.981060329356,1722.8916339882) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0056826560185045 position[mm]: (-605.48108094053,-89.464149485781,1739.0626277061) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.021173675399872 position[mm]: (-614.37059942272,-91.314831788241,1800) - trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.0064167518426812 position[mm]: (-605.4577082566,-89.522646338889,1739.0695704512) - trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0027851120094695 position[mm]: (-603.08359848274,-88.984914407111,1722.8953257736) - trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.007068375541646 position[mm]: (-596.82398014175,-87.749650322138,1680.3550227243) - trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.0057057041133875 position[mm]: (-590.5256220867,-86.475279168634,1637.5133378951) - trackID: 79 chamberNb: 4 energy deposit[MeV]: 0.0028270505673381 position[mm]: (-589.36854372335,-86.336043305948,1629.6698971581) - trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.0062542599388091 position[mm]: (-483.78938444111,-69.453347935792,908.41169925408) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.001521595413749 position[mm]: (-480.76301762799,-68.943397031382,885.69831569701) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.0065265191618442 position[mm]: (-480.80616303466,-68.763248245629,885.91129294494) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.010255362850569 position[mm]: (-480.69740201583,-68.832404886077,885.91342262534) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.0030953523639742 position[mm]: (-475.85334891376,-67.921224320677,852.02667662608) - trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.0020119428402576 position[mm]: (-474.09251665662,-67.588929498307,839.4026883076) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0016149769100776 position[mm]: (-473.69674674842,-67.527967665966,836.48727276794) - trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.0025252586651217 position[mm]: (-470.91672956532,-67.042228623288,816.59688244479) - trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0043162420515826 position[mm]: (-375.34988931323,-50.246002804074,147.51687054462) - trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0022766443691075 position[mm]: (-360.44602931635,-47.204711060509,44.404647970816) - trackID: 51 chamberNb: 1 energy deposit[MeV]: 0.0018159289342747 position[mm]: (-260.68839259387,-32.77701843468,-645.38173107763) - trackID: 50 chamberNb: 1 energy deposit[MeV]: 0.001993671545155 position[mm]: (-256.36474074493,-32.243039573278,-675.29355089547) - trackID: 49 chamberNb: 1 energy deposit[MeV]: 0.0017385815849285 position[mm]: (-254.514171098,-32.031990599355,-688.13288996472) - trackID: 48 chamberNb: 1 energy deposit[MeV]: 0.003021699991206 position[mm]: (-245.53218866306,-30.871761099618,-749.60291122065) - trackID: 47 chamberNb: 1 energy deposit[MeV]: 0.0034151193066329 position[mm]: (-240.7480698808,-30.331362365522,-782.65133694395) - trackID: 39 chamberNb: 0 energy deposit[MeV]: 0.002663743187308 position[mm]: (-149.24901700678,-17.85827091138,-1404.9870981762) - trackID: 38 chamberNb: 0 energy deposit[MeV]: 0.0032923268838757 position[mm]: (-149.21100913543,-17.881069204596,-1405.3717633856) - trackID: 37 chamberNb: 0 energy deposit[MeV]: 0.0014048087516777 position[mm]: (-144.91736373151,-17.364997692212,-1433.9863497134) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.0043468385931739 position[mm]: (-142.81933667976,-17.589757916351,-1450.0953721087) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.006785193696021 position[mm]: (-142.88828615825,-17.151196029983,-1450.0422599267) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.0014003234328388 position[mm]: (-142.96795722745,-17.189350957896,-1449.8831062316) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.0029727461423438 position[mm]: (-142.84691547598,-17.273829894613,-1449.8651408576) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.00061391516255849 position[mm]: (-142.85218567668,-17.275078525367,-1449.8678576767) - trackID: 36 chamberNb: 0 energy deposit[MeV]: 0.0044029943098103 position[mm]: (-142.88736117068,-17.270029283262,-1449.8754981108) - trackID: 110 chamberNb: 0 energy deposit[MeV]: 0.001941314590682 position[mm]: (-142.85238072346,-17.285151479769,-1449.8737750214) - trackID: 109 chamberNb: 0 energy deposit[MeV]: 0.0014034545794727 position[mm]: (-142.84656625378,-17.281329974022,-1449.8624255375) - trackID: 108 chamberNb: 0 energy deposit[MeV]: 0.0017504049135395 position[mm]: (-142.96193905792,-17.1813484638,-1449.8856530459) - trackID: 107 chamberNb: 0 energy deposit[MeV]: 0.0013749829857646 position[mm]: (-142.88891376214,-17.143595891136,-1450.0407135072) - trackID: 35 chamberNb: 0 energy deposit[MeV]: 0.001812900924507 position[mm]: (-142.00878084331,-17.021857397986,-1453.4943983556) - trackID: 34 chamberNb: 0 energy deposit[MeV]: 0.0013916472084826 position[mm]: (-133.19304712423,-16.032018466547,-1511.8179321324) - trackID: 33 chamberNb: 0 energy deposit[MeV]: 0.0014433282413548 position[mm]: (-132.60803633084,-15.954953497435,-1515.7193536075) - trackID: 32 chamberNb: 0 energy deposit[MeV]: 0.0022894620211899 position[mm]: (-129.71748756546,-15.60693577703,-1534.9237473967) - trackID: 31 chamberNb: 0 energy deposit[MeV]: 0.0034738938011233 position[mm]: (-129.46649378737,-15.564132358369,-1536.6556690443) - trackID: 30 chamberNb: 0 energy deposit[MeV]: 0.0081319783180724 position[mm]: (-128.94841457902,-15.516162317039,-1541.0758403891) - trackID: 30 chamberNb: 0 energy deposit[MeV]: 0.0028760392963799 position[mm]: (-128.93632433755,-15.511442545524,-1541.0913605839) - trackID: 29 chamberNb: 0 energy deposit[MeV]: 0.0020791223240614 position[mm]: (-120.41099072063,-14.533850977074,-1596.0757562799) +-------->Storing hits in the ROOT file: in this event there are 103 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00099994710871253 position[mm]: (3.1893266804269,72.932448287778,-1596.6561843158) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00072586609158674 position[mm]: (3.1882246734489,73.400950673095,-1591.5993228305) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.021174456999186 position[mm]: (3.1557376199789,76.453552674288,-1559.0743185516) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 7.3825934665526e-05 position[mm]: (3.1570627627591,76.636148472842,-1557.0657107445) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.021600567352401 position[mm]: (3.2012122147252,81.455308678516,-1503.9247297644) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.034295615502425 position[mm]: (3.2314732482793,91.076921402993,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0021744284014634 position[mm]: (3.5152650336446,144.95075002865,-794.90288273742) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.022246407544418 position[mm]: (3.5263723587901,149.98900402602,-738.27334783131) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0037454395696957 position[mm]: (3.5180141358498,150.88516367011,-728.11683583579) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.004319468609318 position[mm]: (3.4978305190965,152.51809747898,-709.87307296276) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0054490016857694 position[mm]: (3.4606928812858,154.30508817673,-690.09916672945) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0048905268002398 position[mm]: (3.455919995432,155.05343242053,-681.74467840503) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 2.7043877460091e-05 position[mm]: (3.4566345660109,155.11682431593,-681.03474273728) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010406235159747 position[mm]: (3.4833018902214,157.82574009385,-650.63908982906) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0056375248978708 position[mm]: (3.5057173536633,158.78271569251,-639.89588830723) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014771611861084 position[mm]: (3.5619878503612,161.7979667131,-606.29654608634) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0044163959123331 position[mm]: (3.5618172158801,162.34394280011,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0077573978870161 position[mm]: (4.5113519183423,216.23801239496,18.465412690914) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011326236955841 position[mm]: (4.5782044637495,217.48281959766,32.968910256501) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.01370296061009 position[mm]: (4.8375335355727,221.64294323899,81.288222833173) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00056147681906957 position[mm]: (4.8541887319267,222.01212576434,85.74107747373) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00030081094807829 position[mm]: (4.8616127014521,222.15827290591,87.488559882264) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0047524225735648 position[mm]: (4.9531523563247,223.77993647636,106.86970827834) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0011593861654973 position[mm]: (4.9731872789593,224.11117561523,110.8065983526) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.023257122518476 position[mm]: (5.2997232527311,229.09684970822,169.66460540512) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00018299921084585 position[mm]: (5.3151578150018,229.38307101166,173.0462818089) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0039336193405344 position[mm]: (5.3917828923085,230.73513676703,189.3484144472) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0048935001504543 position[mm]: (5.4381351047348,231.62101842998,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0042346144207181 position[mm]: (7.5989497465369,282.15316413048,816.46968429191) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.018118073657828 position[mm]: (7.8257584638794,285.77520202746,860.68276604177) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.035539964210621 position[mm]: (8.3572137509227,293.14371877587,954.40580377668) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011529355512199 position[mm]: (8.4068412627753,295.60760317744,984.49890570704) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.006586513694409 position[mm]: (8.4441048090773,296.85266421924,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0013775756136241 position[mm]: (8.4983468675353,345.7437837633,1603.4506395669) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0059032049302672 position[mm]: (8.4926207243567,346.96364581976,1618.5271509668) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.027369569840829 position[mm]: (8.4343976186622,354.05111975555,1705.1636872489) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015470394586702 position[mm]: (8.2910179509158,357.55812162095,1747.7109602693) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0066889228819874 position[mm]: (8.2377885278467,358.93616872604,1763.7462521848) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00044202559018822 position[mm]: (8.2254263940759,359.22308005464,1767.1605272496) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01369818455753 position[mm]: (8.1058663547795,361.99182910955,1800) + trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0026492020631159 position[mm]: (8.222917371182,358.94636694383,1763.7463060972) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0069646666732121 position[mm]: (10.127196647588,356.19948571116,1748.4475345258) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0039796140564522 position[mm]: (9.7083496279337,355.63734009499,1749.6750467361) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0019605019960739 position[mm]: (9.9563078231026,356.42753086288,1749.9168435218) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0049291470949702 position[mm]: (9.7672919052232,357.77994454094,1749.7875773137) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0062433740102162 position[mm]: (8.7954732580889,358.27374677356,1750.1201402196) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0064637439976582 position[mm]: (8.2073479540627,358.87629611731,1749.88216084) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.012865628263134 position[mm]: (7.9952091509233,359.27555095317,1750.317475058) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.012259590470861 position[mm]: (7.9345972589349,359.2034994744,1750.5289308153) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0024959144741405 position[mm]: (7.9313169244581,359.18821362565,1750.5343353906) + trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.0016845807415426 position[mm]: (9.9634061775255,356.42924418191,1749.9235126914) + trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.004285609394577 position[mm]: (9.6774730480807,355.6505094247,1749.6653937825) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0064369956979516 position[mm]: (8.7987061369409,353.99023806161,1705.2246834923) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0081063535218368 position[mm]: (8.7551498284051,354.0809711391,1705.0450196426) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0055968402524726 position[mm]: (8.7277133102486,354.11746590674,1705.0698449294) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0029669342425861 position[mm]: (8.4717824236224,346.96060445908,1618.5285803907) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0042051201889243 position[mm]: (8.4649861649649,345.74995128073,1603.4524153736) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0026728164415164 position[mm]: (8.4052095415135,295.62578633405,984.4984301366) + trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0038032206865737 position[mm]: (8.3729955498308,293.11916791538,954.4096735387) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0018159298570477 position[mm]: (7.8350866706766,285.78060670861,860.68276570041) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0048796896968148 position[mm]: (7.6014432454147,282.1113488472,816.47617075594) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0014048088077074 position[mm]: (5.3840745942689,230.73724687823,189.34858404204) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0057396413291761 position[mm]: (4.8605674024507,229.77519491297,173.1179180469) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0019126647932926 position[mm]: (4.7164866805366,230.04689447658,173.06097986534) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0068410788668786 position[mm]: (4.8107565922526,230.09506059318,172.78639563695) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.010404829778229 position[mm]: (4.7343488293429,229.98806338706,172.77557234205) + trackID: 100 chamberNb: 2 energy deposit[MeV]: 0.0020947121959102 position[mm]: (4.7058594349459,230.04130349663,173.05627005123) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0018129018081625 position[mm]: (5.2938676738132,229.10587282406,169.66434313607) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0013916472438736 position[mm]: (4.9684393992961,224.11748686741,110.80639658649) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0014433283598434 position[mm]: (4.9581546123184,223.78650937174,106.86945626806) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0022894643329417 position[mm]: (4.874787744517,222.15209637676,87.489740521205) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0034739018195274 position[mm]: (4.8801864758902,222.01233680389,85.74254943623) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.011008133933078 position[mm]: (4.8539726283368,221.78640672039,81.291952276155) + trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0023708026334379 position[mm]: (4.4967940835741,216.24286330633,18.46584045189) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0032245813287274 position[mm]: (3.5855294997812,161.79740679891,-606.29510474845) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0023849711114429 position[mm]: (3.5196332928779,158.77606413069,-639.89452839633) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0019578781314235 position[mm]: (3.4633360262321,155.12654240514,-681.03507127416) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0017853115704127 position[mm]: (3.4454538640975,155.05208298197,-681.74408305257) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0015932420678937 position[mm]: (3.4599248156593,154.31432643231,-690.09960933186) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0025079143522883 position[mm]: (3.5133449402695,152.5241517352,-709.87272353336) + trackID: 25 chamberNb: 1 energy deposit[MeV]: 0.0017036909223666 position[mm]: (3.5158183905361,150.87547622081,-728.11554110464) + trackID: 24 chamberNb: 1 energy deposit[MeV]: 0.002081513444154 position[mm]: (3.5335719202834,149.97854538101,-738.27181232808) + trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.0018037830446993 position[mm]: (3.5047334239782,144.94898784208,-794.90225140125) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0027169798240941 position[mm]: (3.2161807439109,81.466504385989,-1503.9247574632) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0044728200651385 position[mm]: (3.1216725013672,76.647522670653,-1557.0641279031) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0062782575269861 position[mm]: (3.1095922763161,76.413977365386,-1559.0656361453) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0055690972455026 position[mm]: (3.622355426079,73.231048445583,-1591.5082539803) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0076089325493965 position[mm]: (3.3495038520254,73.122415203801,-1591.4169656468) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.010140885980147 position[mm]: (3.3259202377622,73.002231338143,-1591.4490716779) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0011208495544087 position[mm]: (4.2368838144909,72.379847548462,-1595.3489906136) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.011565671142341 position[mm]: (8.8374811497115,40.155363275459,-1564.5200157085) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.01199439175103 position[mm]: (26.437158691082,33.873761553685,-1561.0887306871) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.011218767012292 position[mm]: (48.037364308523,25.01672189458,-1572.3683077288) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0060147188266369 position[mm]: (59.534029505387,26.173780670636,-1571.71479797) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.030652071034001 position[mm]: (103.87597409108,12.587791383487,-1596.7271510666) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.001971607414628 position[mm]: (105.5718912515,13.726462724489,-1600) + trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.0028250499550825 position[mm]: (59.535092696095,26.193234770197,-1571.7179692928) + trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.0017659667670326 position[mm]: (48.039531022826,25.026920909391,-1572.3678337106) + trackID: 103 chamberNb: 0 energy deposit[MeV]: 0.0072528599880565 position[mm]: (26.421042765261,33.799782554747,-1561.0880165951) + trackID: 102 chamberNb: 0 energy deposit[MeV]: 0.0017543414531896 position[mm]: (8.8428427299686,40.162718686989,-1564.5150712204) + trackID: 101 chamberNb: 0 energy deposit[MeV]: 0.0020415621801976 position[mm]: (4.190026129188,72.366047182618,-1595.3196746181) + trackID: 101 chamberNb: 0 energy deposit[MeV]: 0.0020562860801175 position[mm]: (4.1862889427752,72.360971343931,-1595.3305653513) + trackID: 146 chamberNb: 0 energy deposit[MeV]: 0.0018632426978486 position[mm]: (4.1806956389204,72.372073462471,-1595.3193060449) writing Event_3 >>> Event 1 0 trajectories stored in this event. CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 51 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0044472256781644 position[mm]: (167.5327782081,-151.88001411362,-1579.3870906804) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.03568870425855 position[mm]: (182.45782312744,-165.15071931873,-1505.0764233432) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.016215243761677 position[mm]: (190.23065662266,-172.42025513933,-1466.1177799531) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.029169543237957 position[mm]: (203.4918796715,-184.77356736465,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.053945353174602 position[mm]: (345.472031698,-319.38314797868,-678.36202490633) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0019613521963977 position[mm]: (346.0985201981,-319.99543806739,-675.1857339829) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.009250726044841 position[mm]: (352.24938533443,-326.00470620587,-644.02793281398) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.005693988400877 position[mm]: (354.61676600235,-328.32255704638,-631.92983285397) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.021892064642965 position[mm]: (360.71778223634,-334.30932060759,-600.64073793574) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 9.8797671918369e-05 position[mm]: (360.84267602715,-334.42961082558,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0015035550520298 position[mm]: (479.09037099309,-449.14158970576,6.5933331956175) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0159261923994 position[mm]: (483.77718452113,-453.79463712597,30.828998623726) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.025608532517374 position[mm]: (496.93656050104,-466.63196242042,97.8461285156) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.015769654059891 position[mm]: (503.56396291868,-473.07128443784,131.57556552609) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0027803564557453 position[mm]: (504.61088166692,-474.10161264726,136.88307134184) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0077845376795934 position[mm]: (509.39905568606,-478.82515772281,161.1655247722) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0028430606081014 position[mm]: (510.80030978733,-480.20866398654,168.26881684955) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.010486683550657 position[mm]: (515.78219440967,-485.16733956324,193.62812952374) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0044373484236191 position[mm]: (517.03834591034,-486.4306820044,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.033713817317752 position[mm]: (649.94130370023,-619.48443365035,874.59654613281) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.028146287565821 position[mm]: (662.26350452266,-631.75200289143,936.79464799744) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01919047258876 position[mm]: (674.43282527039,-644.1398834777,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.023922138454232 position[mm]: (799.90879839844,-768.60587838825,1648.9683971951) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0010223263821461 position[mm]: (800.58813501974,-769.27175076809,1652.4263862641) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.025847452953139 position[mm]: (815.34342185818,-783.760548176,1727.7007918472) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013424372086454 position[mm]: (823.63829101485,-791.88149986982,1770.4302902553) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.012420210222934 position[mm]: (829.38452059293,-797.49178945638,1800) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0014250989322536 position[mm]: (823.64348292116,-791.87525559808,1770.4307962666) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0067133602173161 position[mm]: (815.20519210067,-783.76569933932,1727.7428847892) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0043012813443673 position[mm]: (815.21213910094,-783.77180650722,1727.776760603) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0024952390518869 position[mm]: (800.58297085838,-769.28741917938,1652.4252708912) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0014802490927482 position[mm]: (799.91497906099,-768.61141443469,1648.9664695919) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0026818616690197 position[mm]: (662.2816235549,-631.75311467049,936.79196330224) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.002076256847487 position[mm]: (649.95249802342,-619.4899120836,874.59387329789) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0020972528109215 position[mm]: (515.77507696678,-485.17812183523,193.62803198384) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0029855312450624 position[mm]: (510.80346086358,-480.18813124916,168.27346379837) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0021599915403287 position[mm]: (509.40440416331,-478.81297749383,161.16751472865) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0017828863812154 position[mm]: (504.60062736597,-474.10166052289,136.88556359156) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.003429015643744 position[mm]: (503.58924463062,-473.06847964163,131.57273468945) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0014214216990179 position[mm]: (496.92881413013,-466.63384776642,97.847619541488) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0016139876538032 position[mm]: (483.77804270021,-453.8038906469,30.827464567878) - trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0018098388850032 position[mm]: (479.09132129767,-449.15214700658,6.5916135896612) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0016691625310606 position[mm]: (360.71280144556,-334.31774287259,-600.64091863161) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0014142001879317 position[mm]: (354.61555731799,-328.31485263743,-631.92779710924) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0017641053182664 position[mm]: (352.24572885729,-326.01444496421,-644.02861231488) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0035830448643872 position[mm]: (346.08967600089,-319.95611503509,-675.17324224606) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0012819276950698 position[mm]: (346.0927137819,-319.95235406835,-675.16803571479) - trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0069183919033834 position[mm]: (345.53355288443,-319.34838029902,-678.36114908705) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0013947671494781 position[mm]: (190.22480033283,-172.41548193073,-1466.1153953275) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0014042910559086 position[mm]: (182.46365434706,-165.14525982096,-1505.0762460963) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0023027611699513 position[mm]: (167.51894621596,-151.88420849225,-1579.3843032884) +-------->Storing hits in the ROOT file: in this event there are 94 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014258598778771 position[mm]: (-2.1604352393379,80.765628814044,-1559.9484413439) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.022879969388774 position[mm]: (-2.7983077195308,88.750106276605,-1482.8239873167) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013695692292208 position[mm]: (-3.0208810988637,91.689240863892,-1453.9635440265) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.018960414256246 position[mm]: (-3.4499710539684,97.123810904083,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.013705921581182 position[mm]: (-7.2015026607993,158.20605488664,-774.18479041365) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.020474177439948 position[mm]: (-7.4456943450789,163.50253169938,-719.22060737971) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.042853977116508 position[mm]: (-8.1920819227183,174.34641996245,-610.61751131363) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0033883361012755 position[mm]: (-8.3051588894671,175.46692780423,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0071042364927275 position[mm]: (-15.029488850264,240.90065344615,11.459033138476) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.030265874484183 position[mm]: (-15.944540793968,249.92747840588,96.912271520461) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.005687390490542 position[mm]: (-16.065466590696,251.15522456146,108.44555031178) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00073120448177224 position[mm]: (-16.146205348731,251.93426440733,115.71956307377) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.023538804879927 position[mm]: (-17.099742275355,260.94782657838,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.016571093183071 position[mm]: (-23.074706498025,330.77239214239,846.40343969476) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.007381447009326 position[mm]: (-23.274688083442,333.57344422385,872.66348802354) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0034443881853478 position[mm]: (-23.341478043102,335.03118083393,886.12897628198) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01925595938581 position[mm]: (-23.543593338999,340.34394528984,934.87707800891) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0040660057899779 position[mm]: (-23.601052525079,341.75482307922,948.15517146816) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.019339530268346 position[mm]: (-23.782249176887,347.2616600691,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.042239937033339 position[mm]: (-29.879208227205,422.85811175436,1692.5623697592) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.03672941615606 position[mm]: (-30.973421777826,434.30548716713,1800) + trackID: 58 chamberNb: 4 energy deposit[MeV]: 0.00200386430113 position[mm]: (-29.888014340144,422.84983037994,1692.5637299776) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.001332687159832 position[mm]: (-23.651046432829,341.82122069983,948.15561461811) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0049969810263855 position[mm]: (-23.68836418305,341.84099566697,948.14353086391) + trackID: 77 chamberNb: 3 energy deposit[MeV]: 0.00155831436815 position[mm]: (-23.646522727432,341.82603503376,948.14943335386) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.0016830817476516 position[mm]: (-23.551567636724,340.34977273348,934.87684672727) + trackID: 48 chamberNb: 3 energy deposit[MeV]: 0.0026038967950841 position[mm]: (-23.32411992363,335.02863929652,886.13026059822) + trackID: 47 chamberNb: 3 energy deposit[MeV]: 0.0023868681562336 position[mm]: (-23.289708578831,333.57726587398,872.6637687022) + trackID: 46 chamberNb: 3 energy deposit[MeV]: 0.0025317622941209 position[mm]: (-23.089984154241,330.77959009226,846.40344091645) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.017234395118804 position[mm]: (-215.89021806874,457.17640838537,809.64060214721) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0024693472073367 position[mm]: (-214.88412992066,457.99044790427,812.6379992864) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.006132888782471 position[mm]: (-215.2881539075,453.39727859461,823.90620871464) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.001408382740187 position[mm]: (-217.67806674295,453.63006914426,828.06221466913) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0031239066748388 position[mm]: (-221.98372195309,449.39039578644,835.19917008888) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0022713731420535 position[mm]: (-221.35809905743,452.11849434743,836.52612105671) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.011511516609196 position[mm]: (-227.56438800436,463.2222297481,836.39763634699) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0039269403639161 position[mm]: (-228.51325533976,465.92475823609,833.5302565234) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 6.4055347295075e-05 position[mm]: (-228.5554593507,466.25243476255,833.52730957456) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0082394413840993 position[mm]: (-235.85312954033,474.66258318282,838.03299193516) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0056380387206539 position[mm]: (-226.09956627365,481.27535009108,840.53341065896) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0012010492936338 position[mm]: (-221.92939834469,481.30033850182,840.43146700599) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.013355254622563 position[mm]: (-218.4757199856,484.79661594099,853.97846841036) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.010628418837002 position[mm]: (-215.12569017566,485.84828354211,857.63114020044) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0027242122240648 position[mm]: (-216.74902817828,483.84813437925,855.48609855097) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00058673459141565 position[mm]: (-216.7861340358,483.73741377225,855.36330299917) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.015654179354287 position[mm]: (-217.92982999513,481.26979310117,852.61447600013) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00099540844898007 position[mm]: (-217.74026725625,481.84252176196,852.67185290138) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.013142336955929 position[mm]: (-217.77585330562,483.06484420909,850.39598572753) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00023621665246392 position[mm]: (-218.33400379806,483.08745051524,850.40006962848) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0065181517485881 position[mm]: (-219.78770192013,483.63832457079,849.79670174561) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0011179778755481 position[mm]: (-220.66147885542,484.25917287375,849.67258971817) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0046425022997308 position[mm]: (-221.44454408141,483.93247234744,848.81744194884) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0016161113181343 position[mm]: (-220.82540446043,484.17025398567,848.80893570299) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.012540585203068 position[mm]: (-220.92007563597,484.86036144654,849.33974052297) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00061180209537078 position[mm]: (-220.86419455629,484.74733168221,849.55758827932) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0074987940907026 position[mm]: (-220.54102379405,484.73094090957,849.52970764975) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0048615915991 position[mm]: (-220.46990218057,484.66812791378,849.42405069502) + trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0060310529641695 position[mm]: (-220.51268243853,484.63202182128,849.43899931406) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.002560662946683 position[mm]: (-220.86499252008,484.73018850894,849.55708781245) + trackID: 95 chamberNb: 3 energy deposit[MeV]: 0.001388939009395 position[mm]: (-220.82660435162,484.1654435411,848.81506191161) + trackID: 94 chamberNb: 3 energy deposit[MeV]: 0.0016717211525159 position[mm]: (-220.6671828611,484.25491307846,849.67932976298) + trackID: 93 chamberNb: 3 energy deposit[MeV]: 0.0027452026676692 position[mm]: (-218.34189189186,483.08611830284,850.41726633292) + trackID: 92 chamberNb: 3 energy deposit[MeV]: 0.0025968964913992 position[mm]: (-217.74166053287,481.85800287609,852.67994057386) + trackID: 91 chamberNb: 3 energy deposit[MeV]: 0.0017042707074846 position[mm]: (-216.78255601142,483.729688425,855.36858872334) + trackID: 90 chamberNb: 3 energy deposit[MeV]: 0.0016746335283885 position[mm]: (-221.92854682844,481.30219117103,840.42185797037) + trackID: 89 chamberNb: 3 energy deposit[MeV]: 0.0047284894791255 position[mm]: (-226.12063566688,481.26897271532,840.45369390136) + trackID: 89 chamberNb: 3 energy deposit[MeV]: 0.0014916676889421 position[mm]: (-226.11665488952,481.27472101062,840.45869499364) + trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.001477886423281 position[mm]: (-226.12220555219,481.27505929247,840.44796874253) + trackID: 88 chamberNb: 3 energy deposit[MeV]: 0.0023848551816674 position[mm]: (-228.56954902877,466.25191825345,833.52091219867) + trackID: 87 chamberNb: 3 energy deposit[MeV]: 0.0020241403070173 position[mm]: (-228.50940678396,465.92505735115,833.51855171589) + trackID: 86 chamberNb: 3 energy deposit[MeV]: 0.0041501411991713 position[mm]: (-221.35536331127,452.12193160346,836.55915874944) + trackID: 85 chamberNb: 3 energy deposit[MeV]: 0.0027262839595804 position[mm]: (-221.96576972418,449.38744930353,835.19449832885) + trackID: 84 chamberNb: 3 energy deposit[MeV]: 0.0014952015076464 position[mm]: (-217.67429268417,453.63022474743,828.0699637127) + trackID: 83 chamberNb: 3 energy deposit[MeV]: 0.00047344844455952 position[mm]: (-215.32112247874,453.40854333663,823.9042088988) + trackID: 83 chamberNb: 3 energy deposit[MeV]: 0.0020993021884436 position[mm]: (-215.33181984376,453.41394391494,823.89933386087) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.0017112810674225 position[mm]: (-215.3265035017,453.40484912966,823.91187464437) + trackID: 82 chamberNb: 3 energy deposit[MeV]: 0.0033747010298806 position[mm]: (-214.92483388501,458.02670666341,812.68943521142) + trackID: 82 chamberNb: 3 energy deposit[MeV]: 0.0021586853623607 position[mm]: (-214.93608595088,458.03250589416,812.68492056822) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0016691662359472 position[mm]: (-214.92903205452,458.01791114137,812.68854632242) + trackID: 81 chamberNb: 3 energy deposit[MeV]: 0.0016674198898467 position[mm]: (-215.88368807797,457.18357223833,809.63934253624) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0040558083100072 position[mm]: (-16.177108271398,251.94341993978,115.7203717861) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0015584862980686 position[mm]: (-16.059826331972,251.16229240331,108.44522827391) + trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.002990961514839 position[mm]: (-15.929639706952,249.94275052409,96.912017447373) + trackID: 36 chamberNb: 2 energy deposit[MeV]: 0.0028333439343955 position[mm]: (-15.03896741102,240.91803943019,11.458193827846) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0027221026994944 position[mm]: (-8.1879153716433,174.32838915656,-610.61454565775) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0032401597026464 position[mm]: (-7.4596991301507,163.48362682123,-719.21740961409) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0073989320696196 position[mm]: (-7.4821596334431,157.79977225706,-774.06536326671) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0037047379870474 position[mm]: (-7.4661611838832,157.74539610086,-774.34446562673) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0072125323725405 position[mm]: (-7.4949852789475,157.59425111455,-774.34051560413) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0042357969396382 position[mm]: (-7.4667076634441,157.61194139636,-774.33237210252) + trackID: 102 chamberNb: 1 energy deposit[MeV]: 0.0017347567889308 position[mm]: (-7.4683566553654,157.74550867248,-774.35445249662) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0035310844043358 position[mm]: (-3.0462008280206,91.681354753197,-1453.9613056973) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0066330069229399 position[mm]: (-2.7324016412876,88.756965615373,-1482.8185516508) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.0017321855942789 position[mm]: (-2.1503286564255,80.767016907572,-1559.9480588793) writing Event_4 >>> Event 2 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 3 - User=0.010000s Real=0.008973s Sys=0.010000s + User=0.000000s Real=0.010763s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -2506,13 +2554,13 @@ 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.0163 MB -Pool ID '7G4Track', size : 0.0327 MB +Pool ID '17G4DynamicParticle', size : 0.0144 MB +Pool ID '7G4Track', size : 0.0279 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15ExP01TrackerHit', size : 0.0192 MB +Pool ID '15ExP01TrackerHit', size : 0.0211 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.1 MB +Dynamic pools deleted: 12 / Total memory freed: 0.099 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index 664acfe6a11..3e8b2892874 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -165,7 +165,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001004s Sys=0.000000s + User=0.000000s Real=0.000818s Sys=0.000000s 10 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/persistency/gdml/G01/History b/examples/extended/persistency/gdml/G01/History index 89318346b46..fafd8c67b42 100644 --- a/examples/extended/persistency/gdml/G01/History +++ b/examples/extended/persistency/gdml/G01/History @@ -16,6 +16,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 3rd, 2021 Gabriele Cosmo G01-V10-06-03 +- Fixed auxiliary.gdml sample to define proper Region tags. + +January 11th, 2021 Gabriele Cosmo +- Added scaledSolids.gdml sample setup. + November 10th, 2020 Ben Morgan G01-V10-06-02 - Migration to G4RunManagerFactory. diff --git a/examples/extended/persistency/gdml/G01/auxiliary.gdml b/examples/extended/persistency/gdml/G01/auxiliary.gdml index 66928678054..3e38321919a 100644 --- a/examples/extended/persistency/gdml/G01/auxiliary.gdml +++ b/examples/extended/persistency/gdml/G01/auxiliary.gdml @@ -1,5 +1,5 @@ - + @@ -49,30 +49,23 @@ - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index 6a2405af173..fe248a2aef5 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -1,7 +1,7 @@ Usage: load_gdml -G4GDML: Reading '/mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/persistency/gdml/G01/solids.gdml'... +G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G01/solids.gdml'... G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... @@ -33,7 +33,7 @@ Checking overlaps for volume vol1001_PV (G4EllipticalCone) ... OK! Checking overlaps for volume vol1002_PV (G4GenericTrap) ... OK! Checking overlaps for volume vol1003_PV (G4GenericTrap) ... OK! G4GDML: Reading setup... -G4GDML: Reading '/mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/persistency/gdml/G01/solids.gdml' done! +G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G01/solids.gdml' done! Stripping off GDML names of materials, solids and volumes ... Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... @@ -42,7 +42,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1213,7 +1213,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.005176s Sys=0.000000s + User=0.000000s Real=0.004519s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1583,7 +1583,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.004577s Sys=0.000000s + User=0.010000s Real=0.011570s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1626,7 +1626,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002280s Sys=0.000000s + User=0.000000s Real=0.002037s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1668,7 +1668,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002133s Sys=0.000000s + User=0.000000s Real=0.001890s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1710,7 +1710,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.002101s Sys=0.000000s + User=0.000000s Real=0.005241s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/persistency/gdml/G01/scaledSolids.gdml b/examples/extended/persistency/gdml/G01/scaledSolids.gdml new file mode 100644 index 00000000000..0e3d452e7ed --- /dev/null +++ b/examples/extended/persistency/gdml/G01/scaledSolids.gdml @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index 117d5905c2f..9ffd2b49451 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -1,13 +1,13 @@ Usage: gdml_det -G4GDML: Reading '/mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/persistency/gdml/G04/auxiliary.gdml'... +G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G04/auxiliary.gdml'... G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... G4GDML: Reading structure... G4GDML: Reading setup... -G4GDML: Reading '/mnt/build/jenkins/workspace/g4n-centos7/COMPILER/gcc9/LABEL/centos7/THREAD/Seq/geant4/examples/extended/persistency/gdml/G04/auxiliary.gdml' done! +G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G04/auxiliary.gdml' done! Stripping off GDML names of materials, solids and volumes ... Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1074,7 +1074,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001441s Sys=0.000000s + User=0.010000s Real=0.001112s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1329,7 +1329,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000865s Sys=0.000000s + User=0.000000s Real=0.000864s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1385,7 +1385,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000132s Sys=0.000000s + User=0.000000s Real=0.000162s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1440,7 +1440,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000116s Sys=0.000000s + User=0.000000s Real=0.000102s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1495,7 +1495,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000115s Sys=0.000000s + User=0.000000s Real=0.000103s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index e5625e38f0b..79d3ff0bf31 100644 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -547,11 +547,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -563,7 +563,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -575,7 +575,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -684,7 +684,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -828,7 +828,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out index 501d132bdbb..0c504bdb09b 100644 --- a/examples/extended/physicslists/factory/factory-environment.out +++ b/examples/extended/physicslists/factory/factory-environment.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/physicslists/factory/factory.out b/examples/extended/physicslists/factory/factory.out index 0b33b6c8262..8826e666580 100644 --- a/examples/extended/physicslists/factory/factory.out +++ b/examples/extended/physicslists/factory/factory.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/physicslists/genericPL/genericPL.out b/examples/extended/physicslists/genericPL/genericPL.out index e3e4f7a56be..3679dc72435 100644 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ b/examples/extended/physicslists/genericPL/genericPL.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index 2d377dae728..68c955f857e 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -204,7 +204,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.069545s Sys=0.000000s + User=0.060000s Real=0.091361s 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 8039162c945..cfe52668402 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -114,12 +114,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: ionElastic Model: NNDiffuseElastic: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -133,7 +133,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -145,7 +145,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -254,7 +254,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for gamma @@ -397,7 +397,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 meV ---> 25.6 PeV ================================================================ ======================================================================= @@ -462,7 +462,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.210000s Real=0.223482s Sys=0.000000s + User=0.140000s Real=0.210840s Sys=0.000000s 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 fe6bf4aa6f5..cb8d5ce71f1 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) 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.002913s Sys=0.000000s + User=0.000000s Real=0.006445s 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.770000s Real=0.828348s Sys=0.000000s + User=0.650000s Real=0.693535s 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.600000s Real=1.693625s Sys=0.000000s + User=1.400000s Real=1.513858s 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 61fa860342c..b72858a4ae2 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -164,7 +164,7 @@ Use Bearden atomic level energies 0 Process: ionElastic Model: NNDiffuseElastic: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: ionInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -485,7 +485,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.950000s Real=1.170520s Sys=0.000000s + User=0.720000s Real=1.069177s 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 3bfc7e8ead5..c97cec03389 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -819,17551 +819,4189 @@ See commands in /vis/modeling/trajectories/ for other options. Tracks in tracking region have been processed. -- Stage 0 over. -Source track ID 11878 (gamma,0.26657618279345[GeV]) at (140.5192135829,479.84825790456,-280.93706620667) +Source track ID 11963 (gamma,3.4440418835175[GeV]) at (139.34404910197,480.19083287779,-280.93354375056) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 0.25461091202404 [GeV] -Cell[18,46] 0.0010925261114873 [GeV] -Cell[14,25] 0.00038708478115017 [GeV] -Cell[3,28] 0.00056956866685223 [GeV] -Cell[4,45] 0.00081705233730805 [GeV] -Cell[8,10] 0.0072619044016239 [GeV] -Cell[7,39] 0.00084295825344374 [GeV] -Cell[8,8] 0.00099417621754357 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.26657618279345 (GeV) - -Source track ID 11879 (gamma,1.0503020882376[GeV]) at (140.52574736237,479.84634449816,-280.94014714607) +Cell[8,9] 3.1198019743258 [GeV] +Cell[8,10] 0.22409623559255 [GeV] +Cell[8,8] 0.023935492552749 [GeV] +Cell[10,43] 9.1924234247837e-05 [GeV] +Cell[10,15] 0.0045781836880952 [GeV] +Cell[9,10] 0.00067376706370294 [GeV] +Cell[7,37] 1.3892887396878e-06 [GeV] +Cell[6,37] 1.1561489334326e-06 [GeV] +Cell[7,38] 0.00053361875481526 [GeV] +Cell[7,46] 0.00051099891 [GeV] +Cell[14,33] 7.1800231262475e-05 [GeV] +Cell[5,41] 0.0039923844439878 [GeV] +Cell[7,9] 0.0082449589451673 [GeV] +Cell[7,11] 0.00084538937379755 [GeV] +Cell[7,10] 0.0083432033442159 [GeV] +Cell[8,11] 0.0019950886339049 [GeV] +Cell[8,7] 0.0061593094052806 [GeV] +Cell[5,45] 0.00051099891 [GeV] +Cell[7,8] 0.00076998060420628 [GeV] +Cell[9,8] 0.0015136780737612 [GeV] +Cell[10,33] 0.0019094982673318 [GeV] +Cell[8,14] 0.0004917451429843 [GeV] +Cell[6,42] 0.00051099891 [GeV] +Cell[8,36] 0.00036228613092114 [GeV] +Cell[9,47] 0.00051184705779066 [GeV] +Cell[7,35] 0.0013809594002237 [GeV] +Cell[12,34] 0.0016308791605829 [GeV] +Cell[9,17] 0.00086980976925444 [GeV] +Cell[5,43] 0.00077830961766103 [GeV] +Cell[6,46] 0.00097509248824916 [GeV] +Cell[6,25] 0.00094210735045746 [GeV] +Cell[7,13] 0.0030595943999859 [GeV] +Cell[7,6] 0.00092181896336248 [GeV] +Cell[6,22] 0.00091636196914665 [GeV] +Cell[6,21] 0.0022958821160946 [GeV] +Cell[8,33] 0.0034756275350577 [GeV] +Cell[8,34] 0.00025636890258365 [GeV] +Cell[7,43] 0.0009071852615455 [GeV] +### Total energy deposition in calorimeter by a source track in 38 cells : 3.4288679049685 (GeV) + +Source track ID 11965 (gamma,0.21980115577756[GeV]) at (140.41678134742,479.87824238658,-280.93224057711) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 0.96482880045643 [GeV] -Cell[8,10] 0.067344972102095 [GeV] -Cell[8,6] 0.00051099891 [GeV] -Cell[8,11] 0.0012964320710642 [GeV] -Cell[7,32] 0.0051091176567852 [GeV] -Cell[7,10] 0.0049291020884142 [GeV] -Cell[8,12] 0.0011482086913555 [GeV] -Cell[7,9] 0.0016325636935053 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 1.0468001956696 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000371690074e-07 mm long - and its vector is (-2.030378709605429e-08,-7.705421012360603e-08,-6.04186425334774e-08) mm - Endpoint of ComputeStep() was (209.9804783876624,701.0251923476893,-465.4933988649195) - and current position to locate is (209.9804783673586,701.0251922706351,-465.4933989253382) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000069882065e-07 mm long - and its vector is (1.095796164918283e-08,2.917204255936667e-09,9.93549917893688e-08) mm - Endpoint of ComputeStep() was (193.7579820887179,508.3791790150025,-235.023626893043) - and current position to locate is (193.7579820996758,508.3791790179197,-235.023626793688) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000232057666e-07 mm long - and its vector is (7.902639254098176e-08,-4.74464059152524e-08,3.877721610479057e-08) mm - Endpoint of ComputeStep() was (226.9791769382735,543.8455522406398,-272.2302599374334) - and current position to locate is (226.9791770172999,543.8455521931934,-272.2302598986562) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999933001278e-08 mm long - and its vector is (-3.979076268478821e-08,6.244397354748799e-08,6.72119426781137e-08) mm - Endpoint of ComputeStep() was (220.3307269394024,679.7099699783161,-465.2009266748529) - and current position to locate is (220.3307268996116,679.70997004076,-465.200926607641) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000000110822e-07 mm long - and its vector is (-7.695581416555797e-08,-1.98341467694263e-08,6.069933533581207e-08) mm - Endpoint of ComputeStep() was (239.8816760201469,696.2185855676609,-427.7715989473514) - and current position to locate is (239.8816759431911,696.2185855478267,-427.7715988866521) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999129574428e-08 mm long - and its vector is (-8.280451169184744e-08,-4.99114776175702e-08,2.553929334681015e-08) mm - Endpoint of ComputeStep() was (29.06875960854775,629.3290135393854,-385.1913338178065) - and current position to locate is (29.06875952574324,629.3290134894739,-385.1913337922672) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996303006929e-08 mm long - and its vector is (-5.669875235980726e-08,-8.229733339248924e-08,-3.520369773468701e-09) mm - Endpoint of ComputeStep() was (179.7286944478622,691.5185147153962,-468.7012906808635) - and current position to locate is (179.7286943911634,691.5185146330989,-468.7012906843838) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000214297198e-07 mm long - and its vector is (7.51404627408192e-08,-6.491336534963921e-08,-1.183934728032909e-08) mm - Endpoint of ComputeStep() was (234.4292736844538,634.9154791397931,-249.2759551406988) - and current position to locate is (234.4292737595943,634.9154790748797,-249.2759551525381) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998044578039e-08 mm long - and its vector is (4.135216613576631e-08,2.336810212000273e-08,-8.799958095551119e-08) mm - Endpoint of ComputeStep() was (431.1036574578873,596.1258364270184,-268.1133391538947) - and current position to locate is (431.1036574992395,596.1258364503865,-268.1133392418943) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000545056065e-07 mm long - and its vector is (1.917328518175054e-09,9.687812507763738e-08,2.471767857059604e-08) mm - Endpoint of ComputeStep() was (227.1706863574826,587.616779155552,-427.4816606449018) - and current position to locate is (227.1706863594,587.6167792524301,-427.4816606201841) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000014429261e-07 mm long - and its vector is (-6.410331820916326e-08,-7.661481049581198e-08,-4.57555415778188e-09) mm - Endpoint of ComputeStep() was (252.0972426649142,522.3475666193028,-362.0698944730931) - and current position to locate is (252.0972426008109,522.347566542688,-362.0698944776687) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000339204021e-07 mm long - and its vector is (-2.523137254684116e-08,8.103620530164335e-08,-5.288211468723603e-08) mm - Endpoint of ComputeStep() was (163.1735372708476,608.9719313703359,-380.8195242939515) - and current position to locate is (163.1735372456162,608.9719314513721,-380.8195243468336) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999813954227e-08 mm long - and its vector is (4.17313117395679e-08,-4.993864877178567e-08,-7.59251292947738e-08) mm - Endpoint of ComputeStep() was (138.5100266228825,737.0974198313888,-496.4552259080656) - and current position to locate is (138.5100266646138,737.0974197814502,-496.4552259839908) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.0000004450999e-07 mm long - and its vector is (1.77629999598139e-08,-9.041571047418984e-08,3.885207888743025e-08) mm - Endpoint of ComputeStep() was (99.10188580518874,579.2860272622289,-281.1779421354533) - and current position to locate is (99.10188582295174,579.2860271718132,-281.1779420966012) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996501907688e-08 mm long - and its vector is (-3.874374954193627e-08,9.179382232105127e-08,-8.532822448614752e-09) mm - Endpoint of ComputeStep() was (18.52436115385451,699.7548484410885,-396.1665766125986) - and current position to locate is (18.52436111511076,699.7548485328823,-396.1665766211314) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998499512107e-08 mm long - and its vector is (-7.51734603454679e-08,6.064260560378898e-08,2.591181669231446e-08) mm - Endpoint of ComputeStep() was (-80.15411840814842,608.83097506091,-253.2499852914367) - and current position to locate is (-80.15411848332188,608.8309751215526,-253.2499852655249) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11814 (e+,72.255810290137[GeV]) at (140.79574392375,479.76719197227,-280.94615811742) +Cell[8,9] 0.17878421795144 [GeV] +Cell[8,10] 0.041016937826122 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.21980115577756 (GeV) + +Source track ID 11966 (gamma,0.00044663941131365[GeV]) at (140.47600602335,479.86090873474,-280.92784093124) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 65.611112366067 [GeV] -Cell[8,10] 4.7583631397745 [GeV] -Cell[8,8] 0.32275834034329 [GeV] -Cell[8,6] 0.0028535921524822 [GeV] -Cell[8,11] 0.10717187406648 [GeV] -Cell[7,10] 0.3942687761375 [GeV] -Cell[8,12] 0.0051549081545389 [GeV] -Cell[7,9] 0.62157943791579 [GeV] -Cell[8,5] 0.00042321049778126 [GeV] -Cell[8,7] 0.023171188166707 [GeV] -Cell[7,8] 0.056751779270139 [GeV] -Cell[9,8] 0.0062640594576233 [GeV] -Cell[7,11] 0.042602454926637 [GeV] -Cell[9,10] 0.0091798671222188 [GeV] -Cell[9,9] 0.0086776149928938 [GeV] -Cell[10,37] 0.0027228958218327 [GeV] -Cell[9,40] 0.0024924082305875 [GeV] -Cell[8,33] 0.0012067671202466 [GeV] -Cell[7,12] 0.0037923060390808 [GeV] -Cell[9,7] 0.00018831488372826 [GeV] -Cell[12,38] 0.0018226003750866 [GeV] -Cell[10,18] 0.00066403382479258 [GeV] -Cell[2,35] 0.00097858564034273 [GeV] -Cell[2,34] 0.00067664773638735 [GeV] -Cell[8,28] 0.0023476213786448 [GeV] -Cell[6,2] 0.00018926942338716 [GeV] -Cell[9,19] 0.0013190674617178 [GeV] -Cell[10,23] 0.0011432619489019 [GeV] -Cell[10,22] 0.00031038488368971 [GeV] -Cell[7,6] 0.00089289722539579 [GeV] -Cell[7,7] 0.0031320659820326 [GeV] -Cell[7,26] 0.00033020584555129 [GeV] -Cell[7,27] 0.0038278241693177 [GeV] -Cell[8,23] 0.0017644311028213 [GeV] -Cell[0,31] 0.0010480473384733 [GeV] -Cell[7,28] 0.0017813179480177 [GeV] -Cell[7,17] 0.0038327000947318 [GeV] -Cell[7,4] 0.00051099891 [GeV] -Cell[6,18] 0.00045168136355954 [GeV] -Cell[7,18] 5.9317546440462e-05 [GeV] -Cell[6,20] 0.0020099446063895 [GeV] -Cell[7,5] 0.0044584979769684 [GeV] -Cell[7,20] 0.0017952011136173 [GeV] -Cell[9,11] 0.005766839215358 [GeV] -Cell[8,13] 0.0052584943649555 [GeV] -Cell[9,6] 0.0012726358239082 [GeV] -Cell[8,41] 0.00084917242786924 [GeV] -Cell[2,41] 0.0026281691201656 [GeV] -Cell[2,32] 0.00051099891 [GeV] -Cell[12,31] 0.00048267325201026 [GeV] -Cell[8,35] 0.00068347336235401 [GeV] -Cell[7,24] 0.001060477318011 [GeV] -Cell[8,36] 0.0026121977002055 [GeV] -Cell[9,45] 0.0084209729668871 [GeV] -Cell[5,2] 0.00014723741847504 [GeV] -Cell[7,33] 0.0018789631310518 [GeV] -Cell[6,0] 0.004720924307754 [GeV] -Cell[6,24] 0.0041778576152363 [GeV] -Cell[6,25] 0.00051099891 [GeV] -Cell[9,33] 0.00080760071633723 [GeV] -Cell[7,34] 0.0023149654697665 [GeV] -Cell[11,34] 0.0025780102945706 [GeV] -Cell[11,33] 0.00051099891 [GeV] -Cell[8,37] 0.00065796672347966 [GeV] -Cell[9,12] 0.00026982664934913 [GeV] -Cell[8,14] 0.00032780061784005 [GeV] -Cell[8,34] 0.0010666311484156 [GeV] -Cell[4,36] 0.0015969904363845 [GeV] -Cell[7,14] 0.0035021521255846 [GeV] -Cell[8,39] 0.001166165583429 [GeV] -Cell[9,39] 0.0023445670789203 [GeV] -Cell[11,29] 0.00086303299711798 [GeV] -Cell[6,7] 0.00028731549247168 [GeV] -Cell[6,8] 0.0025249924239253 [GeV] -Cell[7,13] 0.00059952207931934 [GeV] -Cell[13,35] 0.0015103305050177 [GeV] -Cell[9,3] 0.00015240489213478 [GeV] -Cell[5,38] 0.00051099891 [GeV] -Cell[9,25] 0.0005378643231967 [GeV] -Cell[7,16] 0.00034532158122805 [GeV] -Cell[5,25] 0.0016031749100627 [GeV] -Cell[7,47] 0.00056756166559477 [GeV] -Cell[4,33] 0.00075651111490636 [GeV] -Cell[11,3] 0.00029881825997429 [GeV] -Cell[8,20] 0.00022174208560048 [GeV] -Cell[6,9] 0.00098961186148585 [GeV] -Cell[13,30] 0.0004237271590308 [GeV] -Cell[10,31] 0.0031644000737949 [GeV] -Cell[8,38] 0.0013172644866235 [GeV] -Cell[9,0] 0.0002523992006866 [GeV] -Cell[6,38] 0.0018710311571625 [GeV] -Cell[10,28] 0.0012258082009869 [GeV] -Cell[1,4] 0.00022191550756966 [GeV] -Cell[2,28] 0.00019246837009617 [GeV] -Cell[8,19] 0.0010439279252939 [GeV] -Cell[7,41] 0.00015091459970194 [GeV] -Cell[10,10] 0.00027386252577007 [GeV] -Cell[10,9] 0.00045775416847829 [GeV] -Cell[14,35] 0.00012766949946408 [GeV] -### Total energy deposition in calorimeter by a source track in 99 cells : 72.096700012613 (GeV) - -Source track ID 11788 (mu+,97.449390334815[GeV]) at (421.36343933682,269.17067446184,1659.1416099654) +Cell[8,9] 0.00044663941131365 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00044663941131365 (GeV) + +Source track ID 11967 (gamma,0.95892662613076[GeV]) at (140.58409687028,479.82925265887,-280.93278654402) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[18,4] 0.50145260637089 [GeV] -Cell[19,4] 0.24757479382029 [GeV] -Cell[18,24] 0.00051099891 [GeV] -Cell[18,3] 0.0074314095004978 [GeV] -Cell[18,19] 0.00060979663027452 [GeV] -Cell[14,29] 0.0004448864077049 [GeV] -Cell[19,21] 0.00050927425658539 [GeV] -Cell[19,39] 0.001658980773594 [GeV] -Cell[10,25] 0.00051069709077937 [GeV] -Cell[17,25] 0.00070446656124455 [GeV] -Cell[15,29] 0.0026760227448193 [GeV] -Cell[18,5] 0.0065752170427933 [GeV] -Cell[18,21] 0.00044686719138248 [GeV] -Cell[17,21] 0.0002817957587535 [GeV] -Cell[15,31] 0.0012515664641472 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.77263937952376 (GeV) - -Source track ID 11789 (mu-,49.169070366622[GeV]) at (-250.07575634119,-432.96895511154,234.2367866328) +Cell[8,9] 0.85395704906348 [GeV] +Cell[8,10] 0.071709272268763 [GeV] +Cell[8,8] 0.005282867836351 [GeV] +Cell[7,9] 0.012596365405812 [GeV] +Cell[7,10] 0.0038436414408186 [GeV] +Cell[8,11] 0.0012001838576288 [GeV] +Cell[9,14] 0.00022116872622043 [GeV] +Cell[10,26] 0.0031060099874838 [GeV] +Cell[9,9] 0.00044790796717065 [GeV] +Cell[7,18] 0.0015904961894137 [GeV] +Cell[7,19] 0.00166203866391 [GeV] +Cell[6,40] 2.8616205248336e-05 [GeV] +Cell[7,7] 0.00071932288449753 [GeV] +Cell[4,26] 0.0011827279755809 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.95754766847238 (GeV) + +Source track ID 11968 (gamma,4.0732185208832[GeV]) at (140.5845584742,479.82911741433,-280.93495046796) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[12,31] 0.066479177917886 [GeV] -Cell[11,33] 0.0002697423549597 [GeV] -Cell[15,31] 0.051740910408307 [GeV] -Cell[11,31] 0.058917818353732 [GeV] -Cell[11,32] 0.47229540287331 [GeV] -Cell[12,32] 1.1230049240684 [GeV] -Cell[13,32] 1.1328621440266 [GeV] -Cell[14,32] 0.53755592188784 [GeV] -Cell[15,32] 0.80162489011566 [GeV] -Cell[16,32] 0.46988187312979 [GeV] -Cell[17,32] 0.00015128245324669 [GeV] -Cell[16,31] 0.0080262354439092 [GeV] -Cell[14,31] 0.019191809307611 [GeV] -Cell[13,31] 0.94395124651948 [GeV] -Cell[12,33] 0.00028982908274141 [GeV] -Cell[10,36] 0.0008485891755719 [GeV] -Cell[10,35] 9.274726134431e-05 [GeV] -Cell[10,32] 0.00022500841061696 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 5.687409552791 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000500498841e-07 mm long - and its vector is (-4.11588416682207e-08,2.456920356053161e-08,8.776282811595593e-08) mm - Endpoint of ComputeStep() was (-360.8904139742684,-399.7476041581096,1084.681086469924) - and current position to locate is (-360.8904140154272,-399.7476041335404,1084.681086557687) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11784 (gamma,0.18586941759822[GeV]) at (-308.57128975984,-393.42567167884,1178.600783371) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[15,31] 0.00094217743102323 [GeV] -Cell[16,32] 0.00051099891 [GeV] -Cell[16,31] 0.011707657893858 [GeV] -Cell[15,30] 0.093429178212373 [GeV] -Cell[18,35] 0.011566669481967 [GeV] -Cell[16,30] 0.036051906032861 [GeV] -Cell[14,11] 0.0056938651628244 [GeV] -Cell[18,38] 0.0065038657652391 [GeV] -Cell[17,11] 0.00051099891 [GeV] -Cell[16,29] 0.00051099891 [GeV] -Cell[15,6] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.16793931562015 (GeV) +Cell[8,9] 3.5923145126835 [GeV] +Cell[8,10] 0.3377021078518 [GeV] +Cell[8,8] 0.031629426065255 [GeV] +Cell[7,9] 0.04982961504177 [GeV] +Cell[7,11] 0.00045078949974959 [GeV] +Cell[7,10] 0.032905112461167 [GeV] +Cell[8,11] 0.013830979156724 [GeV] +Cell[8,7] 0.00062956015750868 [GeV] +Cell[7,8] 0.0072649673612082 [GeV] +Cell[9,9] 0.00090569090026337 [GeV] +Cell[8,12] 0.0032230889885682 [GeV] +Cell[7,12] 0.0025326707160905 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 4.0732185208836 (GeV) + +Source track ID 11895 (e+,64.878937024065[GeV]) at (140.89035966587,479.73941525918,-280.94244763486) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 59.309014436128 [GeV] +Cell[8,10] 4.1953663411425 [GeV] +Cell[8,8] 0.31922730143065 [GeV] +Cell[9,10] 0.0096741312686144 [GeV] +Cell[7,37] 0.0013095913676503 [GeV] +Cell[6,37] 0.00077071808534858 [GeV] +Cell[7,38] 0.00050241725782365 [GeV] +Cell[7,9] 0.34070263695689 [GeV] +Cell[7,11] 0.019579503714013 [GeV] +Cell[7,10] 0.18731118520702 [GeV] +Cell[8,11] 0.088430294391172 [GeV] +Cell[8,7] 0.012142970846058 [GeV] +Cell[7,8] 0.037180942186769 [GeV] +Cell[9,8] 0.0047766549138975 [GeV] +Cell[8,14] 0.0055537223800389 [GeV] +Cell[6,42] 0.00011840240566382 [GeV] +Cell[7,35] 0.0029930807677937 [GeV] +Cell[9,17] 0.0032068294604097 [GeV] +Cell[5,43] 5.8576153230661e-07 [GeV] +Cell[7,13] 0.0017900478313954 [GeV] +Cell[7,6] 0.0021191472341162 [GeV] +Cell[8,34] 0.00051099891 [GeV] +Cell[9,9] 0.0067454801445581 [GeV] +Cell[7,7] 0.013487127468936 [GeV] +Cell[8,12] 0.0031986771395218 [GeV] +Cell[7,12] 0.0068455789892404 [GeV] +Cell[9,20] 0.0009596337884493 [GeV] +Cell[9,7] 0.00017288745987423 [GeV] +Cell[9,6] 0.0041005223363656 [GeV] +Cell[4,9] 0.00020400463038285 [GeV] +Cell[6,7] 0.0011012631616898 [GeV] +Cell[8,6] 0.0031178507590102 [GeV] +Cell[9,11] 0.010951715476404 [GeV] +Cell[6,19] 3.015820402652e-08 [GeV] +Cell[6,20] 3.8020415796609e-06 [GeV] +Cell[3,34] 0.0025790006802574 [GeV] +Cell[8,15] 0.0018262828725549 [GeV] +Cell[5,28] 0.00063144082345653 [GeV] +Cell[3,32] 0.001732332812391 [GeV] +Cell[6,8] 0.0013648631696153 [GeV] +Cell[8,43] 0.002074987793528 [GeV] +Cell[6,6] 0.0092700394428344 [GeV] +Cell[6,17] 0.00061322066349701 [GeV] +Cell[9,30] 0.0013574733650889 [GeV] +Cell[9,19] 0.0010470771577741 [GeV] +Cell[8,30] 0.00051099891 [GeV] +Cell[8,26] 0.0014766125754246 [GeV] +Cell[9,22] 0.003653318045461 [GeV] +Cell[8,37] 0.00043013690839224 [GeV] +Cell[4,32] 0.0012500280255883 [GeV] +Cell[5,29] 2.3227036665503e-06 [GeV] +Cell[8,46] 0.00068420977462993 [GeV] +Cell[6,26] 0.0010409163840531 [GeV] +Cell[6,27] 0.0018562370284892 [GeV] +Cell[9,12] 0.00051103164899654 [GeV] +Cell[6,2] 0.00097305849470538 [GeV] +Cell[7,34] 0.0031647219492027 [GeV] +Cell[6,47] 0.0018292475160812 [GeV] +Cell[7,26] 0.00051522832043159 [GeV] +Cell[8,3] 3.5443799570203e-06 [GeV] +Cell[9,5] 3.1226523569785e-06 [GeV] +Cell[8,4] 2.2845588100608e-06 [GeV] +Cell[3,21] 2.7906253235415e-06 [GeV] +Cell[7,36] 5.0919923852575e-05 [GeV] +Cell[6,36] 0.00036350425138307 [GeV] +Cell[7,39] 0.00085740068941182 [GeV] +Cell[10,7] 0.00061827723976243 [GeV] +Cell[4,40] 0.001317169860086 [GeV] +Cell[7,25] 0.00051099891 [GeV] +Cell[7,15] 0.0011031289728963 [GeV] +Cell[7,14] 0.001501742561384 [GeV] +Cell[7,47] 4.1102454124484e-06 [GeV] +Cell[9,31] 0.00013547829529341 [GeV] +Cell[8,31] 3.4108220313556e-07 [GeV] +Cell[8,32] 1.4498255040962e-10 [GeV] +Cell[4,0] 3.3716787584126e-10 [GeV] +Cell[4,1] 1.8566486517102e-07 [GeV] +Cell[7,31] 0.00063742919887482 [GeV] +Cell[8,38] 0.0018050034776768 [GeV] +Cell[5,32] 0.0022722931852554 [GeV] +Cell[12,22] 0.00010376310468057 [GeV] +Cell[8,1] 1.1019064200809e-05 [GeV] +Cell[4,30] 0.0032873745044487 [GeV] +Cell[14,1] 0.00089503678628228 [GeV] +Cell[15,10] 2.9117462938871e-05 [GeV] +Cell[15,9] 1.3234687132808e-06 [GeV] +Cell[14,10] 3.5215634852648e-12 [GeV] +Cell[10,31] 0.00033677700285417 [GeV] +Cell[7,42] 0.00051099891 [GeV] +Cell[8,5] 0.00043838295214506 [GeV] +Cell[13,36] 0.00051238283237825 [GeV] +Cell[8,39] 0.0013880913117429 [GeV] +Cell[7,32] 0.0015351826160388 [GeV] +Cell[9,40] 8.5498873668257e-06 [GeV] +Cell[9,39] 0.00010119881952232 [GeV] +Cell[9,38] 0.0017259725711984 [GeV] +Cell[11,0] 0.00038793305808158 [GeV] +Cell[10,9] 0.00048955788001205 [GeV] +Cell[9,4] 0.0017329077456894 [GeV] +Cell[6,35] 0.00077260242871865 [GeV] +Cell[5,33] 0.0026891629555609 [GeV] +Cell[1,44] 0.00039830018432205 [GeV] +Cell[10,39] 0.00053535591494605 [GeV] +Cell[6,41] 0.00027384108889231 [GeV] +Cell[8,19] 0.0049214826933145 [GeV] +Cell[8,13] 0.0050909297795084 [GeV] +Cell[13,32] 0.00099069098711405 [GeV] +Cell[3,37] 0.0023116523820713 [GeV] +Cell[4,37] 0.00030044304244337 [GeV] +Cell[9,23] 0.0021170894420447 [GeV] +Cell[4,21] 0.0024986889873292 [GeV] +Cell[10,12] 0.00045335232070058 [GeV] +Cell[6,45] 0.00085728506112478 [GeV] +Cell[7,4] 0.0010828361608802 [GeV] +Cell[7,5] 0.0007660306705998 [GeV] +Cell[12,36] 0.00068786762063039 [GeV] +Cell[5,36] 0.001467581303106 [GeV] +Cell[8,41] 0.00051099891 [GeV] +Cell[7,27] 0.00051099891 [GeV] +Cell[4,44] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 120 cells : 64.68799878626 (GeV) + +Source track ID 11850 (mu+,97.449193908824[GeV]) at (421.37155094756,269.15797601418,1659.1209722485) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[18,4] 0.20661010114931 [GeV] +Cell[19,4] 0.20082702703936 [GeV] +Cell[18,15] 0.0014278449086175 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.40886497309729 (GeV) + +Source track ID 11862 (gamma,2.4833200134258e-05[GeV]) at (-288.14859782968,-408.62009932062,229.73637889542) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[11,31] 2.4833200134258e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 2.4833200134258e-05 (GeV) -Source track ID 11785 (gamma,0.79108390679382[GeV]) at (-463.39575565542,-187.78810835763,658.34952540182) +Source track ID 11851 (mu-,49.16638517931[GeV]) at (-250.05131726178,-432.98306980256,234.25417122498) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[13,32] 0.44843650179335 [GeV] +Cell[11,31] 0.043304232531409 [GeV] +Cell[11,32] 0.42072262604277 [GeV] +Cell[12,32] 0.53201708677994 [GeV] +Cell[14,32] 0.52703829720197 [GeV] +Cell[14,31] 0.1523289985854 [GeV] +Cell[15,31] 0.57538493275598 [GeV] +Cell[16,31] 0.46184128742553 [GeV] +Cell[16,32] 0.0050804993335678 [GeV] +Cell[15,32] 0.042067742831927 [GeV] +Cell[13,31] 0.0063505636299056 [GeV] +Cell[12,31] 0.011971437579863 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 3.2265442064916 (GeV) + +Source track ID 11846 (gamma,0.18586941759822[GeV]) at (-308.5712926072,-393.4256694456,1178.6007780743) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,10] 0.00024433861378933 [GeV] -Cell[13,26] 0.68926757585086 [GeV] -Cell[13,27] 0.089859797058989 [GeV] -Cell[13,17] 0.00051099891 [GeV] -Cell[16,10] 0.00093623703606041 [GeV] -Cell[14,8] 0.00063045236962282 [GeV] -Cell[12,7] 0.0028957328551971 [GeV] -Cell[13,25] 0.00051099891 [GeV] -Cell[14,26] 0.00054588236913411 [GeV] -Cell[13,15] 0.00095465407339616 [GeV] -Cell[14,0] 0.00041566122438787 [GeV] -Cell[13,40] 0.0021838957691553 [GeV] -Cell[14,27] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.78946722395059 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998245591447e-08 mm long - and its vector is (-9.552900337439496e-08,2.754208594524243e-08,1.07535811366688e-08) mm - Endpoint of ComputeStep() was (-608.4620368324044,-183.9032364278477,352.0381047500543) - and current position to locate is (-608.4620369279334,-183.9032364003056,352.0381047608079) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11479 (gamma,0.68389327451526[GeV]) at (-406.71457352861,-290.83200594061,428.61115956032) +Cell[15,31] 0.0082324804649965 [GeV] +Cell[16,31] 0.010368790283969 [GeV] +Cell[15,30] 0.14312512280801 [GeV] +Cell[16,30] 0.017160004289185 [GeV] +Cell[16,11] 0.00035438881755743 [GeV] +Cell[18,18] 0.00090062623211815 [GeV] +Cell[15,24] 0.0021039815364109 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.18224539443225 (GeV) + +Source track ID 11847 (gamma,0.79108390679382[GeV]) at (-463.39575544923,-187.78810886645,658.34952674269) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,29] 5.3359430166893e-06 [GeV] -Cell[10,28] 0.00014632734812083 [GeV] -Cell[11,31] 0.00030990424253774 [GeV] -Cell[12,28] 0.62823710588275 [GeV] -Cell[7,46] 0.00051099891 [GeV] -Cell[12,29] 0.020824014864098 [GeV] -Cell[12,27] 0.0061428577573116 [GeV] -Cell[11,28] 0.0070014860022603 [GeV] -Cell[12,30] 0.00098173412997177 [GeV] -Cell[11,0] 0.00068167763475125 [GeV] -Cell[12,41] 0.0010361529089485 [GeV] -Cell[12,45] 0.00067220025212791 [GeV] -Cell[10,47] 0.0017570894319071 [GeV] -Cell[18,12] 0.0069004457910691 [GeV] -Cell[15,47] 0.00017969938414008 [GeV] -Cell[11,27] 6.3877748152663e-06 [GeV] -Cell[11,26] 8.8821419024043e-07 [GeV] -Cell[13,9] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.67590530538202 (GeV) - -Source track ID 11480 (gamma,0.23519569097121[GeV]) at (-263.70587761613,-424.80490829404,329.32742951014) +Cell[10,33] 0.0016394376362633 [GeV] +Cell[8,39] 0.00048199211483401 [GeV] +Cell[13,26] 0.68864760468701 [GeV] +Cell[13,27] 0.075230587092793 [GeV] +Cell[14,27] 0.0026412930390962 [GeV] +Cell[16,13] 0.00051453694990608 [GeV] +Cell[11,13] 0.00031547285379647 [GeV] +Cell[13,25] 0.0032245836112725 [GeV] +Cell[14,26] 0.0018121614970438 [GeV] +Cell[13,29] 0.0027577604385445 [GeV] +Cell[13,28] 0.0060235073098824 [GeV] +Cell[12,44] 0.00029987367085325 [GeV] +Cell[12,45] 0.00049585272942036 [GeV] +Cell[17,16] 0.00029929730644992 [GeV] +Cell[16,5] 0.001818582077 [GeV] +Cell[11,12] 0.00051099891 [GeV] +Cell[12,11] 0.00074765372186507 [GeV] +Cell[11,15] 0.0007313652210542 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.78819256086708 (GeV) + +Source track ID 11528 (gamma,0.68389327451526[GeV]) at (-406.71456418331,-290.83201900956,428.61115401145) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[12,31] 0.0016401117023751 [GeV] -Cell[11,34] 0.00038948809279125 [GeV] -Cell[11,33] 1.9089465769953e-05 [GeV] -Cell[11,31] 0.21303797940614 [GeV] -Cell[11,32] 0.014663897831141 [GeV] -Cell[12,32] 0.0040936593379962 [GeV] -Cell[12,44] 0.00048702062534938 [GeV] -Cell[11,40] 0.00034353818285302 [GeV] -Cell[11,30] 0.00052090632678844 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.23519569097121 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999471492466e-08 mm long - and its vector is (1.208229605254019e-08,-9.075953499859679e-08,-4.020850496999628e-08) mm - Endpoint of ComputeStep() was (-606.112280972967,21.50257757287757,234.0372736751208) - and current position to locate is (-606.1122809608847,21.50257748211803,234.0372736349123) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000339419217e-07 mm long - and its vector is (-8.510505722369999e-08,5.2438622333284e-08,2.706826762732817e-09) mm - Endpoint of ComputeStep() was (-611.7908236007975,80.54378988686079,257.5630661398512) - and current position to locate is (-611.7908236859025,80.54378993929942,257.5630661425581) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000108533028e-07 mm long - and its vector is (7.551352609880269e-08,2.43162858737378e-08,-6.08804384683026e-08) mm - Endpoint of ComputeStep() was (-749.1611724194272,-35.46178018680892,468.9724472850292) - and current position to locate is (-749.1611723439137,-35.46178016249263,468.9724472241488) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998718444616e-08 mm long - and its vector is (5.063611752120778e-08,7.392039691467289e-08,-4.440445877662569e-08) mm - Endpoint of ComputeStep() was (-659.6807949556761,23.16081738502739,235.7152299943945) - and current position to locate is (-659.68079490504,23.16081745894779,235.7152299499901) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998727188352e-08 mm long - and its vector is (6.325149115582462e-08,7.253012768160261e-08,-2.717769120863522e-08) mm - Endpoint of ComputeStep() was (-640.5437719011034,110.4702509443748,403.7119383212368) - and current position to locate is (-640.5437718378519,110.4702510169049,403.7119382940591) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994849709827e-08 mm long - and its vector is (5.933168267802102e-08,1.876934163647093e-08,7.827804893167922e-08) mm - Endpoint of ComputeStep() was (-647.8367031998847,34.42220206357158,659.1209026139439) - and current position to locate is (-647.836703140553,34.42220208234092,659.120902692222) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997844866009e-08 mm long - and its vector is (9.59494173002895e-09,2.988424085970109e-08,9.494664254816598e-08) mm - Endpoint of ComputeStep() was (-750.0262320135229,-60.09733917153729,457.5530119196481) - and current position to locate is (-750.0262320039279,-60.09733914165304,457.5530120145947) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998928860123e-08 mm long - and its vector is (-5.444815087685129e-08,-2.309867142002986e-08,8.063403811320313e-08) mm - Endpoint of ComputeStep() was (-626.7375591605029,-27.89536864393315,447.2136196223762) - and current position to locate is (-626.737559214951,-27.89536866703182,447.2136197030102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000342950778e-07 mm long - and its vector is (-5.881702236365527e-08,6.347498526793061e-08,5.011477810512588e-08) mm - Endpoint of ComputeStep() was (-992.190862483412,112.5099175901272,247.8994315689211) - and current position to locate is (-992.1908625422291,112.5099176536022,247.8994316190359) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992456424279e-08 mm long - and its vector is (2.268359367008088e-08,-8.284166597150033e-08,-5.121228241478093e-08) mm - Endpoint of ComputeStep() was (608.058069517724,194.9797074673358,1197.924433408926) - and current position to locate is (608.0580695404076,194.9797073844941,1197.924433357714) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000308770771e-07 mm long - and its vector is (-9.772884368430823e-08,-3.890562538799713e-09,-2.083129402308259e-08) mm - Endpoint of ComputeStep() was (589.8672537026513,101.8554668206932,1272.125210865334) - and current position to locate is (589.8672536049224,101.8554668168026,1272.125210844503) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996860652162e-08 mm long - and its vector is (4.144567355979234e-08,1.142295502631896e-08,-9.028713066072669e-08) mm - Endpoint of ComputeStep() was (-1064.757628539907,59.33351992068778,554.4122328600863) - and current position to locate is (-1064.757628498462,59.33351993211073,554.4122327697992) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996455749439e-08 mm long - and its vector is (-2.242200025648344e-08,1.881187472463353e-08,9.562091918269289e-08) mm - Endpoint of ComputeStep() was (-721.4467803791376,71.93148379877405,497.8093429745248) - and current position to locate is (-721.4467804015596,71.93148381758593,497.8093430701458) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995478296614e-08 mm long - and its vector is (8.295342013298068e-08,-3.765367750929727e-08,4.124223096368951e-08) mm - Endpoint of ComputeStep() was (-532.3723652356603,-88.60315763266945,-275.1999469922038) - and current position to locate is (-532.3723651527068,-88.60315767032313,-275.1999469509615) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998677536103e-08 mm long - and its vector is (-9.581412996340077e-08,-1.328021426161285e-08,-2.536307874834165e-08) mm - Endpoint of ComputeStep() was (435.9724787877449,409.1417333826919,1141.665714676644) - and current position to locate is (435.9724786919307,409.1417333694117,1141.66571465128) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000196448195e-07 mm long - and its vector is (-4.579135293170111e-09,-8.545976015739143e-08,-5.172682904230896e-08) mm - Endpoint of ComputeStep() was (443.9234849642197,486.7416976797666,-846.9015487560423) - and current position to locate is (443.9234849596406,486.7416975943068,-846.9015488077691) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000250118475e-07 mm long - and its vector is (4.491857907851227e-08,-8.125061157215896e-08,-3.715729235409526e-08) mm - Endpoint of ComputeStep() was (-614.7162274832394,-39.82386295653799,465.4570960949989) - and current position to locate is (-614.7162274383209,-39.8238630377886,465.4570960578416) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999113511988e-08 mm long - and its vector is (-4.049047674925532e-08,-3.725407893284682e-08,-8.350241387233837e-08) mm - Endpoint of ComputeStep() was (-761.6001223146304,-16.76166968361475,275.1443277633975) - and current position to locate is (-761.6001223551209,-16.76166972086883,275.1443276798951) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000135974072e-07 mm long - and its vector is (-2.108185981342103e-08,9.151656854555767e-08,3.435513917793287e-08) mm - Endpoint of ComputeStep() was (-664.0022555841855,-64.27908652470612,263.3005560731401) - and current position to locate is (-664.0022556052674,-64.27908643318955,263.3005561074952) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999023815131e-08 mm long - and its vector is (6.27096596872434e-10,-8.404502693792892e-08,-5.418522164291062e-08) mm - Endpoint of ComputeStep() was (-722.0330543539005,107.5558851916616,195.9878284592185) - and current position to locate is (-722.0330543532734,107.5558851076166,195.9878284050333) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999220383022e-08 mm long - and its vector is (-3.443827090165996e-08,8.711845111974981e-08,3.499093281789101e-08) mm - Endpoint of ComputeStep() was (14.29703776594087,1199.91482802032,-506.6856009906834) - and current position to locate is (14.29703773150259,1199.914828107439,-506.6856009556925) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000173042906e-07 mm long - and its vector is (9.621373919799225e-09,-3.179729901603423e-08,9.432054071112361e-08) mm - Endpoint of ComputeStep() was (-324.0764133077516,1327.302985919777,-155.917276588601) - and current position to locate is (-324.0764132981302,1327.30298588798,-155.9172764942805) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000465956474e-07 mm long - and its vector is (4.741878001368605e-09,9.379937182529829e-08,3.433950723774615e-08) mm - Endpoint of ComputeStep() was (-211.3579708406504,1252.231789948469,-385.8742492432571) - and current position to locate is (-211.3579708359085,1252.231790042268,-385.8742492089176) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000322023227e-07 mm long - and its vector is (5.387778401200194e-08,-7.426910997310188e-08,-3.976543894168572e-08) mm - Endpoint of ComputeStep() was (-273.6235335288087,1116.973662220648,-127.8304507886481) - and current position to locate is (-273.6235334749309,1116.973662146379,-127.8304508284135) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999791582299e-08 mm long - and its vector is (2.126122922163631e-08,5.260312718746718e-08,8.234601978074352e-08) mm - Endpoint of ComputeStep() was (-141.2017841567443,1368.223235246662,-248.8210968818943) - and current position to locate is (-141.2017841354831,1368.223235299265,-248.8210967995483) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999729174011e-08 mm long - and its vector is (1.974052565856255e-08,5.510378286999185e-08,8.107946314339642e-08) mm - Endpoint of ComputeStep() was (-291.1055433486556,1614.733585586875,-308.9184456769962) - and current position to locate is (-291.1055433289151,1614.733585641978,-308.9184455959168) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995067810869e-08 mm long - and its vector is (8.130564310704358e-08,4.53994744020747e-08,-3.644544221970136e-08) mm - Endpoint of ComputeStep() was (-445.444174537421,1441.433086768094,-450.9332599761993) - and current position to locate is (-445.4441744561154,1441.433086813493,-450.9332600126448) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997483010429e-08 mm long - and its vector is (-5.841759787017509e-08,-4.609569259628188e-08,-6.680244268864044e-08) mm - Endpoint of ComputeStep() was (64.00762858683434,1322.358248089189,-399.9999999331976) - and current position to locate is (64.00762852841675,1322.358248043094,-400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11410 (proton,1.6978478999112[GeV]) at (-499.98316783684,4.1026674049973,254.92353191486) +Cell[6,40] 0.00037711603943277 [GeV] +Cell[7,42] 0.0013639461021059 [GeV] +Cell[12,28] 0.64952161279722 [GeV] +Cell[12,29] 0.015094613354593 [GeV] +Cell[14,46] 0.0031426982165115 [GeV] +Cell[12,27] 0.0061294807668325 [GeV] +Cell[11,28] 0.0028345520004 [GeV] +Cell[13,47] 0.001541946537088 [GeV] +Cell[13,2] 0.00035327353371846 [GeV] +Cell[14,21] 0.0025344853297139 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.68289372467762 (GeV) + +Source track ID 11529 (gamma,0.23519569097121[GeV]) at (-263.70591370052,-424.80488589395,329.32745704425) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[8,12] 0.0013686727710785 [GeV] -Cell[7,11] 2.6665748691812e-08 [GeV] -Cell[7,12] 0.0014543590602658 [GeV] -Cell[10,18] 7.4262093403377e-07 [GeV] -Cell[10,23] 1.2133542079482e-06 [GeV] -Cell[10,22] 0.00035265549419421 [GeV] -Cell[8,13] 0.023838627118296 [GeV] -Cell[9,12] 0.0029538304563422 [GeV] -Cell[8,14] 0.0017531875332597 [GeV] -Cell[7,14] 3.0511081649593e-05 [GeV] -Cell[7,13] 0.0029438881379162 [GeV] -Cell[9,25] 2.3623199740541e-07 [GeV] -Cell[15,6] 9.6570930371399e-05 [GeV] -Cell[13,25] 1.9685523002408e-06 [GeV] -Cell[11,27] 1.5280193852959e-05 [GeV] -Cell[11,26] 0.0018017610751058 [GeV] -Cell[11,23] 0.37981302467679 [GeV] -Cell[11,24] 0.0068020474180617 [GeV] -Cell[11,25] 0.00062538822210843 [GeV] -Cell[11,22] 0.0061987122584837 [GeV] -Cell[14,1] 1.3312154333107e-05 [GeV] -Cell[14,2] 2.2934512526263e-06 [GeV] -Cell[13,4] 1.8637691391632e-05 [GeV] -Cell[16,25] 4.4697335601086e-05 [GeV] -Cell[16,24] 0.0010446353986291 [GeV] -Cell[16,19] 3.5527755971998e-07 [GeV] -Cell[15,20] 2.1071337707099e-05 [GeV] -Cell[17,42] 3.926339559257e-09 [GeV] -Cell[16,34] 5.2311224862933e-09 [GeV] -Cell[16,35] 0.0037644160634619 [GeV] -Cell[16,36] 0.00043079060199591 [GeV] -Cell[14,3] 0.00018352699313152 [GeV] -Cell[12,23] 0.0094782356172324 [GeV] -Cell[12,24] 5.2780864521878e-05 [GeV] -Cell[11,21] 5.7414667971898e-05 [GeV] -Cell[12,22] 0.0036038281739212 [GeV] -Cell[13,23] 0.00026396034020024 [GeV] -Cell[16,0] 0.00042449281471654 [GeV] -Cell[16,47] 1.0622338025996e-06 [GeV] -Cell[16,1] 0.00027532533783938 [GeV] -Cell[15,1] 3.3344117582601e-09 [GeV] -Cell[15,2] 8.9786487933452e-10 [GeV] -Cell[11,4] 0.0024767405675031 [GeV] -Cell[11,5] 0.00020329271284629 [GeV] -Cell[8,25] 5.0487640351093e-08 [GeV] -Cell[12,25] 3.1877169094514e-06 [GeV] -Cell[3,14] 0.0015187304350954 [GeV] -Cell[15,5] 5.3058298590258e-09 [GeV] -Cell[16,37] 1.1094937537564e-05 [GeV] -Cell[16,38] 0.00023885490486134 [GeV] -Cell[12,11] 9.8334108770359e-06 [GeV] -Cell[12,13] 0.00065142563955283 [GeV] -Cell[5,5] 0.00053269803638091 [GeV] -Cell[5,6] 8.570537822834e-07 [GeV] -Cell[16,39] 0.00014394565036673 [GeV] -Cell[13,24] 0.0013868234178684 [GeV] -Cell[18,11] 0.0022767547238236 [GeV] -Cell[10,17] 5.0218734628288e-05 [GeV] -Cell[10,16] 2.0801413978916e-05 [GeV] -Cell[10,15] 6.3617679406889e-06 [GeV] -Cell[10,14] 0.00017891823107311 [GeV] -Cell[9,13] 0.0044687611487783 [GeV] -Cell[9,14] 0.0018210975646284 [GeV] -### Total energy deposition in calorimeter by a source track in 63 cells : 0.46573400745987 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999003718336e-08 mm long - and its vector is (8.990491551230662e-08,-4.005755727121141e-08,1.76775643012661e-08) mm - Endpoint of ComputeStep() was (-617.2919691290597,146.6817520696324,-393.0404384658418) - and current position to locate is (-617.2919690391548,146.6817520295749,-393.0404384481642) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999781864038e-08 mm long - and its vector is (-4.221931249048794e-08,9.065028194754632e-08,-2.273168320243713e-10) mm - Endpoint of ComputeStep() was (-520.567847758506,43.19145878147178,-274.3436311570327) - and current position to locate is (-520.5678478007253,43.19145887212206,-274.34363115726) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999166621233e-08 mm long - and its vector is (2.877504812204279e-08,9.434666026209015e-08,1.645304337216658e-08) mm - Endpoint of ComputeStep() was (-580.9928947793921,-544.7809772984851,-409.2784932771961) - and current position to locate is (-580.9928947506171,-544.7809772041385,-409.2784932607431) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000144474281e-07 mm long - and its vector is (-4.388533625387936e-08,7.973443416631198e-08,-4.143066689721309e-08) mm - Endpoint of ComputeStep() was (505.2251244512653,-344.8819872166344,-496.7297175313656) - and current position to locate is (505.22512440738,-344.8819871369,-496.7297175727963) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000040898838e-07 mm long - and its vector is (-1.837310037444695e-08,-9.517611943010706e-08,-2.457511527609313e-08) mm - Endpoint of ComputeStep() was (-488.9219505184385,-251.9034065576113,-831.9502696572803) - and current position to locate is (-488.9219505368116,-251.9034066527874,-831.9502696818554) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999864698373e-08 mm long - and its vector is (9.126324584940448e-09,-7.516422328990302e-08,6.532263796543702e-08) mm - Endpoint of ComputeStep() was (-440.2793224065354,452.2971633606514,-1455.175451545079) - and current position to locate is (-440.2793223974091,452.2971632854872,-1455.175451479756) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000107805466e-07 mm long - and its vector is (-6.538505203934619e-08,-5.897669552723528e-08,-4.739774794870755e-08) mm - Endpoint of ComputeStep() was (-448.2660498644235,-462.7576403708427,-168.1953151090976) - and current position to locate is (-448.2660499298086,-462.7576404298194,-168.1953151564954) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996149907372e-08 mm long - and its vector is (9.229887609762955e-08,2.533505494284327e-08,2.896626938309055e-08) mm - Endpoint of ComputeStep() was (365.2415726565155,418.2351817204398,1047.665808980151) - and current position to locate is (365.2415727488143,418.2351817457748,1047.665809009117) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000256619593e-07 mm long - and its vector is (-7.638209353899583e-08,-6.388756901287707e-08,-9.173845683108084e-09) mm - Endpoint of ComputeStep() was (552.6760981312502,207.6754956010208,-805.4998374523093) - and current position to locate is (552.6760980548681,207.6754955371333,-805.4998374614831) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000097083138e-07 mm long - and its vector is (-6.538027719216188e-08,-7.374217148026219e-08,-1.695622131592245e-08) mm - Endpoint of ComputeStep() was (-352.9113156700595,-571.5987266198164,-313.6750818496466) - and current position to locate is (-352.9113157354398,-571.5987266935585,-313.6750818666029) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000252168975e-07 mm long - and its vector is (6.06527237323462e-08,7.868050033721374e-08,-1.142939254350495e-08) mm - Endpoint of ComputeStep() was (-153.8154033728802,-574.0469002266107,-531.2267938068097) - and current position to locate is (-153.8154033122275,-574.0469001479302,-531.2267938182391) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000104116273e-07 mm long - and its vector is (6.879264446979505e-08,7.033958127067308e-08,1.788623649190413e-08) mm - Endpoint of ComputeStep() was (-492.4220433943539,-416.8088011909255,229.738775037383) - and current position to locate is (-492.4220433255613,-416.8088011205859,229.7387750552692) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996647870281e-08 mm long - and its vector is (7.335324880841654e-08,6.602812163691851e-08,1.611152811165084e-08) mm - Endpoint of ComputeStep() was (-524.8724225601884,-380.1007709125277,213.3165434619353) - and current position to locate is (-524.8724224868351,-380.1007708464995,213.3165434780468) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997692307268e-08 mm long - and its vector is (4.940375220030546e-08,2.022204625973245e-08,8.455964461973053e-08) mm - Endpoint of ComputeStep() was (-439.8428181631348,-420.9873751874057,317.2032523175363) - and current position to locate is (-439.8428181137311,-420.9873751671836,317.203252402096) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998042734655e-08 mm long - and its vector is (-1.852100695032277e-08,3.235663825762458e-08,-9.279017376684351e-08) mm - Endpoint of ComputeStep() was (-479.1546941232281,-515.9830915208643,200.0000000927902) - and current position to locate is (-479.1546941417491,-515.9830914885076,200) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000014782267e-07 mm long - and its vector is (-9.330165084975306e-08,-3.580868224162259e-08,-3.541259729900048e-09) mm - Endpoint of ComputeStep() was (-706.6884651819937,-330.1384755268673,170.3597776671371) - and current position to locate is (-706.6884652752954,-330.138475562676,170.3597776635958) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999587727277e-08 mm long - and its vector is (-5.489988552653813e-08,-4.793105290445965e-08,-6.847346867289161e-08) mm - Endpoint of ComputeStep() was (404.2275028351688,372.9612929404077,-536.1361242702304) - and current position to locate is (404.2275027802689,372.9612928924766,-536.1361243387039) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997815066069e-08 mm long - and its vector is (-2.95437416752975e-08,-7.226628895296017e-08,6.248797035368625e-08) mm - Endpoint of ComputeStep() was (417.919621366277,274.4871402114013,-612.471900979764) - and current position to locate is (417.9196213367333,274.487140139135,-612.471900917276) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996770758341e-08 mm long - and its vector is (-2.914731567216222e-08,-4.873822945228312e-08,-8.231046422224608e-08) mm - Endpoint of ComputeStep() was (-266.5805895402904,566.5196227394243,-482.841228631945) - and current position to locate is (-266.5805895694377,566.5196226906861,-482.8412287142555) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000045773226e-07 mm long - and its vector is (8.34868387755705e-08,5.468768904393073e-08,-6.261416274355724e-09) mm - Endpoint of ComputeStep() was (-489.8055729340674,100.4514847751277,1609.573109497301) - and current position to locate is (-489.8055728505805,100.4514848298154,1609.57310949104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999377772024e-08 mm long - and its vector is (4.962566890753806e-08,5.124724111738033e-08,-7.007861313468311e-08) mm - Endpoint of ComputeStep() was (-490.8536968601866,-220.363785126578,1523.409306136279) - and current position to locate is (-490.8536968105609,-220.3637850753308,1523.4093060662) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000084227817e-07 mm long - and its vector is (4.311141310608946e-08,-2.507619001335115e-08,-8.667529982631095e-08) mm - Endpoint of ComputeStep() was (-531.6580721081964,-208.731538529138,-1333.215464021739) - and current position to locate is (-531.658072065085,-208.7315385542142,-1333.215464108414) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000050733239e-07 mm long - and its vector is (-9.741535222929087e-08,8.736492418393027e-09,-2.083083927573171e-08) mm - Endpoint of ComputeStep() was (-292.0409688695187,-444.0044327324275,-240.9607093741006) - and current position to locate is (-292.0409689669341,-444.004432723691,-240.9607093949315) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999544272127e-08 mm long - and its vector is (4.596540748025291e-08,-2.965012768640918e-08,-8.371409876417601e-08) mm - Endpoint of ComputeStep() was (-649.6690835667201,-20.73841643117596,-311.666429450944) - and current position to locate is (-649.6690835207547,-20.73841646082608,-311.6664295346581) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999839382849e-08 mm long - and its vector is (-4.92077560920734e-08,-3.110471880063415e-08,8.130862738653377e-08) mm - Endpoint of ComputeStep() was (461.4205907269184,-273.0907210322902,115.2657621499455) - and current position to locate is (461.4205906777107,-273.0907210633949,115.2657622312541) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995557618747e-08 mm long - and its vector is (-2.518737574064289e-08,8.739050372241763e-08,4.157507760282897e-08) mm - Endpoint of ComputeStep() was (-158.0564796661424,526.7999137580697,192.8212728853183) - and current position to locate is (-158.0564796913298,526.7999138454602,192.8212729268934) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999483015011e-08 mm long - and its vector is (-3.556880301402998e-08,-9.083237273443956e-09,9.301803061134706e-08) mm - Endpoint of ComputeStep() was (309.1130325056188,548.9527604149034,34.00760465885129) - and current position to locate is (309.11303247005,548.9527604058202,34.00760475186932) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000045528938e-07 mm long - and its vector is (4.514626139595634e-08,-1.224293555424083e-08,8.838514986564405e-08) mm - Endpoint of ComputeStep() was (2.506614829504767,-569.063628161278,-1840.425167046875) - and current position to locate is (2.506614874651028,-569.0636281735209,-1840.42516695849) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999555887283e-08 mm long - and its vector is (2.066224169539055e-08,1.458596443626448e-08,-9.674874945631018e-08) mm - Endpoint of ComputeStep() was (585.3101192168363,-129.7898137043105,-918.7759496365792) - and current position to locate is (585.3101192374985,-129.7898136897245,-918.7759497333279) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000036113348e-07 mm long - and its vector is (2.578497060312657e-08,-9.639686027185235e-08,6.540744834637735e-09) mm - Endpoint of ComputeStep() was (-526.7823915578919,218.2004110883295,-468.2331856706241) - and current position to locate is (-526.7823915321069,218.2004109919326,-468.2331856640834) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998442817214e-08 mm long - and its vector is (4.273465492588002e-08,-8.264495576781883e-08,3.665456915769028e-08) mm - Endpoint of ComputeStep() was (-498.992206168423,-31.72976868138179,-564.8729055132496) - and current position to locate is (-498.9922061256883,-31.72976876402674,-564.8729054765951) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998291843696e-08 mm long - and its vector is (6.138827757240506e-08,7.702738002990372e-08,1.727016751829069e-08) mm - Endpoint of ComputeStep() was (-565.5596159170585,-321.8275733559735,-1140.096582323438) - and current position to locate is (-565.5596158556702,-321.8275732789461,-1140.096582306168) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998521116549e-08 mm long - and its vector is (4.200518333163927e-08,-7.449568784068106e-08,5.182619133847766e-08) mm - Endpoint of ComputeStep() was (-362.5370925986132,-465.6059587106032,-329.4370681983469) - and current position to locate is (-362.5370925566081,-465.6059587850989,-329.4370681465207) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999853221564e-08 mm long - and its vector is (-7.843351568226353e-08,-1.247559566763812e-08,-6.07662968832301e-08) mm - Endpoint of ComputeStep() was (-475.5963653562036,-486.7758747813836,-522.4961447159847) - and current position to locate is (-475.5963654346371,-486.7758747938592,-522.496144776751) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000275096129e-07 mm long - and its vector is (7.80680693424074e-08,6.189532086864347e-08,8.62272031554312e-09) mm - Endpoint of ComputeStep() was (-405.6255753098604,-606.9331864324196,-142.0161387943552) - and current position to locate is (-405.6255752317923,-606.9331863705243,-142.0161387857325) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000345191425e-07 mm long - and its vector is (9.104201126319822e-08,1.089387069441727e-08,-3.990842856183008e-08) mm - Endpoint of ComputeStep() was (-837.0901846933887,-509.5880913576298,-143.1381122617806) - and current position to locate is (-837.0901846023467,-509.588091346736,-143.1381123016891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11411 (anti_proton,1.0354603404155[GeV]) at (-256.00478387639,-429.48987256093,-285.72724259827) +Cell[11,31] 0.21590873907718 [GeV] +Cell[11,32] 0.0058698382697349 [GeV] +Cell[12,32] 0.0025560166411231 [GeV] +Cell[12,31] 0.001130599376748 [GeV] +Cell[13,8] 0.0043437970878854 [GeV] +Cell[12,4] 0.00051099891 [GeV] +Cell[11,30] 0.0048757016085414 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.23519569097121 (GeV) + +Source track ID 11456 (proton,1.6969124907624[GeV]) at (-499.99171941095,2.877589352244,254.26022777837) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[7,32] 0.0059313465436257 [GeV] -Cell[9,8] 1.2289525752749e-05 [GeV] -Cell[10,37] 2.4484179448336e-09 [GeV] -Cell[8,33] 0.0044008723859441 [GeV] -Cell[9,7] 1.849067192552e-06 [GeV] -Cell[10,18] 7.5425873069776e-05 [GeV] -Cell[8,28] 0.0054931637160923 [GeV] -Cell[6,2] 0.00011325946863849 [GeV] -Cell[7,6] 0.00033883649215306 [GeV] -Cell[7,26] 0.0030808760867609 [GeV] -Cell[8,23] 5.4141983810041e-08 [GeV] -Cell[7,5] 4.2042539280374e-07 [GeV] -Cell[7,20] 4.205503500998e-11 [GeV] -Cell[8,35] 0.0002976884968175 [GeV] -Cell[8,36] 0.0013857765721968 [GeV] -Cell[5,2] 0.00029586095298384 [GeV] -Cell[7,33] 0.000356666671982 [GeV] -Cell[7,34] 1.6140472070788e-05 [GeV] -Cell[8,14] 1.9360060656368e-05 [GeV] -Cell[8,34] 0.00088748932590715 [GeV] -Cell[7,14] 0.00020689113105152 [GeV] -Cell[8,39] 1.9906357716536e-05 [GeV] -Cell[11,29] 0.0022954833930063 [GeV] -Cell[9,25] 8.9313451317139e-06 [GeV] -Cell[13,30] 1.5094556147233e-08 [GeV] -Cell[10,31] 1.5334638951572e-06 [GeV] -Cell[10,28] 2.9697765654419e-05 [GeV] -Cell[15,6] 2.8222640469266e-07 [GeV] -Cell[11,28] 0.00067353543829506 [GeV] -Cell[11,27] 7.2373029137452e-05 [GeV] -Cell[11,23] 0.0016319949058276 [GeV] -Cell[8,25] 0.018693149175254 [GeV] -Cell[15,5] 0.0019485369007069 [GeV] -Cell[10,17] 0.0004170205439317 [GeV] -Cell[10,15] 2.9464827239281e-05 [GeV] -Cell[10,14] 2.9748189263046e-05 [GeV] -Cell[8,31] 0.53871973261171 [GeV] -Cell[8,32] 0.42450148918227 [GeV] -Cell[2,10] 4.1488849092275e-06 [GeV] -Cell[6,29] 3.9399652450811e-06 [GeV] -Cell[4,18] 6.7739725927822e-06 [GeV] -Cell[8,26] 0.062232797251615 [GeV] -Cell[8,22] 0.00015749004389022 [GeV] -Cell[8,21] 0.00067997490708547 [GeV] -Cell[8,24] 0.20810495795031 [GeV] -Cell[15,10] 2.5942921638489e-08 [GeV] -Cell[15,21] 1.5183258599336e-06 [GeV] -Cell[15,22] 1.6904571907617e-08 [GeV] -Cell[8,27] 0.00019574408561118 [GeV] -Cell[8,29] 0.0022461801354702 [GeV] -Cell[7,29] 6.1329114942055e-10 [GeV] -Cell[6,12] 0.00098139958205502 [GeV] -Cell[6,11] 0.00082197267298943 [GeV] -Cell[7,42] 0.00052694091243393 [GeV] -Cell[7,43] 0.0020114549169826 [GeV] -Cell[7,44] 2.9161776183173e-08 [GeV] -Cell[9,31] 0.02181945328749 [GeV] -Cell[8,30] 0.037722724699442 [GeV] -Cell[7,31] 0.00038302170563724 [GeV] -Cell[0,0] 1.7703301331494e-05 [GeV] -Cell[5,30] 0.00015540900956148 [GeV] -Cell[5,29] 0.0007642497396522 [GeV] -Cell[5,28] 1.8044809999083e-06 [GeV] -Cell[6,28] 2.7766014682129e-08 [GeV] -Cell[6,27] 1.7773360013962e-08 [GeV] -Cell[5,27] 6.5507462738879e-06 [GeV] -Cell[5,26] 4.356843419373e-10 [GeV] -Cell[5,12] 0.00010311825146414 [GeV] -Cell[5,3] 0.00099491626138888 [GeV] -Cell[6,3] 3.889385896764e-05 [GeV] -Cell[2,19] 9.4846705906093e-08 [GeV] -Cell[2,18] 3.5415415914031e-06 [GeV] -Cell[2,17] 3.8696174863162e-07 [GeV] -Cell[0,6] 8.003445261329e-05 [GeV] -Cell[9,30] 0.0065126057148307 [GeV] -Cell[14,5] 0.00060682502089215 [GeV] -Cell[15,3] 9.6344268822577e-06 [GeV] -Cell[5,1] 1.6127865819726e-08 [GeV] -Cell[7,30] 0.0090511033334256 [GeV] -Cell[6,39] 0.0010666146739886 [GeV] -Cell[3,9] 0.0019395913871447 [GeV] -Cell[10,29] 0.0084340890154859 [GeV] -Cell[10,30] 4.9421626044932e-09 [GeV] -Cell[10,27] 0.0016094075562401 [GeV] -Cell[6,5] 0.0031706744422256 [GeV] -Cell[9,29] 0.0029364335095281 [GeV] -Cell[10,20] 1.0447548411321e-06 [GeV] -Cell[8,15] 6.4182183023149e-05 [GeV] -Cell[7,15] 1.4770318518913e-06 [GeV] -Cell[17,10] 1.9890468684025e-07 [GeV] -Cell[17,9] 3.9633832283243e-06 [GeV] -Cell[19,16] 0.00058410178555073 [GeV] -Cell[13,45] 2.9922841349617e-07 [GeV] -Cell[17,26] 1.273410202316e-05 [GeV] -Cell[17,27] 5.3261265759375e-07 [GeV] -Cell[14,12] 0.00056842430410666 [GeV] -Cell[14,13] 0.0011105523605883 [GeV] -Cell[14,14] 7.8549252293669e-09 [GeV] -Cell[14,15] 1.3991141258884e-09 [GeV] -Cell[6,41] 2.1520267219103e-05 [GeV] -Cell[6,40] 3.0862225779288e-05 [GeV] -Cell[7,36] 0.0018491539412238 [GeV] -Cell[7,37] 0.00022034929125005 [GeV] -Cell[3,27] 6.3286647230143e-07 [GeV] -Cell[3,26] 4.8312358558178e-12 [GeV] -Cell[1,24] 0.00032730903254292 [GeV] -Cell[2,13] 0.0022423522275272 [GeV] -Cell[10,13] 0.0001190696010359 [GeV] -Cell[4,40] 0.00070175393948766 [GeV] -Cell[9,26] 6.7062156740576e-06 [GeV] -Cell[10,44] 0.00029056096242846 [GeV] -Cell[10,43] 1.7632688285403e-06 [GeV] -Cell[6,26] 0.00073783449498018 [GeV] -Cell[10,26] 4.5424868003465e-06 [GeV] -Cell[11,38] 1.6285801248159e-06 [GeV] -Cell[9,37] 1.3793996768072e-06 [GeV] -Cell[11,13] 2.1029969980759e-05 [GeV] -Cell[11,14] 1.2980308383703e-11 [GeV] -Cell[10,7] 0.0031611974711355 [GeV] -Cell[10,8] 0.00022543329010717 [GeV] -Cell[8,17] 0.00086090213865657 [GeV] -Cell[8,16] 0.00048744838885648 [GeV] -Cell[1,35] 2.1028824266978e-07 [GeV] -Cell[0,35] 1.1290578861463e-06 [GeV] -Cell[1,36] 1.9299707491882e-07 [GeV] -Cell[0,36] 9.9153315590002e-06 [GeV] -Cell[6,46] 3.2184593292186e-05 [GeV] -Cell[6,45] 1.4342307433253e-05 [GeV] -Cell[5,46] 0.0045543105308295 [GeV] -Cell[5,47] 2.1661325536229e-05 [GeV] -Cell[11,15] 8.1689999788068e-06 [GeV] -Cell[7,21] 3.3135257808681e-09 [GeV] -Cell[3,43] 1.4831721258815e-05 [GeV] -Cell[3,44] 5.7645159831736e-06 [GeV] -Cell[9,42] 2.4898725561798e-05 [GeV] -Cell[5,16] 1.0752286412753e-05 [GeV] -Cell[4,26] 0.00091246051155974 [GeV] -Cell[4,27] 1.7333480482193e-05 [GeV] -Cell[9,27] 1.2836826499552e-09 [GeV] -Cell[9,28] 0.00037273037191574 [GeV] -### Total energy deposition in calorimeter by a source track in 140 cells : 1.4070533214758 (GeV) - -Source track ID 11434 (gamma,0.37133215847831[GeV]) at (-133.93656835199,-481.72709666168,181.68248152971) +Cell[12,22] 0.003036096829118 [GeV] +Cell[13,25] 0.0004315998115128 [GeV] +Cell[12,45] 3.5260763838778e-06 [GeV] +Cell[11,23] 0.49948164742627 [GeV] +Cell[12,23] 0.0043514825499284 [GeV] +Cell[11,22] 0.025323053456598 [GeV] +Cell[11,21] 0.013382958765401 [GeV] +Cell[12,25] 0.0013543726736242 [GeV] +Cell[11,24] 0.0025983510370836 [GeV] +Cell[12,24] 0.0044406607702667 [GeV] +Cell[11,25] 0.00060168343553744 [GeV] +Cell[10,25] 0.00012951221763535 [GeV] +Cell[10,21] 0.0025731395319674 [GeV] +Cell[10,22] 1.7292547011039e-07 [GeV] +Cell[12,21] 0.0060806153894577 [GeV] +Cell[10,20] 8.8695530052973e-08 [GeV] +Cell[11,20] 1.2025478781652e-08 [GeV] +Cell[10,23] 3.9226824039361e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.5638282004413 (GeV) + +Source track ID 11457 (anti_proton,1.0354595811047[GeV]) at (-281.41989589909,-413.28300496409,-317.85216843252) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,34] 0.0072815502667066 [GeV] -Cell[11,33] 0.10638216065741 [GeV] -Cell[10,32] 0.0028824739801775 [GeV] -Cell[10,33] 0.23989440847381 [GeV] -Cell[10,34] 0.014891565100211 [GeV] +Cell[9,10] 0.00080933718893846 [GeV] +Cell[6,37] 0.00027375741071866 [GeV] +Cell[7,35] 0.0057077541665307 [GeV] +Cell[9,17] 0.0010958913737868 [GeV] +Cell[6,25] 5.3269474592526e-06 [GeV] +Cell[7,13] 8.9165980753023e-06 [GeV] +Cell[8,33] 0.011199530180042 [GeV] +Cell[8,34] 0.00057650866863162 [GeV] +Cell[9,9] 3.1783417216502e-07 [GeV] +Cell[7,18] 9.8822472500615e-06 [GeV] +Cell[9,11] 6.104099948061e-07 [GeV] +Cell[6,8] 0.00051099891 [GeV] +Cell[9,30] 0.00024078480157334 [GeV] +Cell[8,30] 0.0091676147971603 [GeV] +Cell[9,22] 0.015019280043845 [GeV] +Cell[5,29] 0.020884730357374 [GeV] +Cell[9,12] 2.9540387913585e-11 [GeV] +Cell[7,34] 0.00042254430357623 [GeV] +Cell[6,47] 0.0018389950313867 [GeV] +Cell[8,3] 2.1989311437665e-06 [GeV] +Cell[7,36] 0.0010532424927065 [GeV] +Cell[7,25] 0.00046334206823246 [GeV] +Cell[7,14] 0.0011954277960526 [GeV] +Cell[9,31] 0.0014846679345257 [GeV] +Cell[8,31] 0.80212307251703 [GeV] +Cell[8,32] 0.042380188060933 [GeV] +Cell[7,31] 0.0012920731843856 [GeV] +Cell[5,32] 1.5370083734979e-05 [GeV] +Cell[4,30] 6.2875304138288e-07 [GeV] +Cell[14,1] 0.0010837627958197 [GeV] +Cell[7,32] 0.0060261322997117 [GeV] +Cell[8,19] 1.4972695225879e-09 [GeV] +Cell[9,23] 0.088214967773844 [GeV] +Cell[6,45] 0.0057725189221055 [GeV] +Cell[10,22] 4.4814296416007e-08 [GeV] +Cell[10,23] 0.15149294082755 [GeV] +Cell[6,3] 2.6584346691379e-05 [GeV] +Cell[6,38] 4.8410018207505e-06 [GeV] +Cell[5,38] 9.4212184194475e-06 [GeV] +Cell[9,33] 0.00076019108773092 [GeV] +Cell[3,4] 1.7197174020112e-07 [GeV] +Cell[3,12] 0.0042777333883196 [GeV] +Cell[4,33] 3.5993894562125e-07 [GeV] +Cell[4,11] 1.7418707069851e-05 [GeV] +Cell[4,10] 1.3533281162381e-11 [GeV] +Cell[3,5] 0.0003735142458811 [GeV] +Cell[7,30] 0.0012098818783222 [GeV] +Cell[8,22] 9.0725237969309e-06 [GeV] +Cell[8,23] 9.4168076757342e-06 [GeV] +Cell[8,2] 4.2212985817969e-09 [GeV] +Cell[6,29] 1.2632682482945e-05 [GeV] +Cell[5,30] 0.0013880967135225 [GeV] +Cell[5,31] 1.3867731628693e-05 [GeV] +Cell[10,24] 0.0013046517657162 [GeV] +Cell[7,24] 8.8969138159882e-06 [GeV] +Cell[7,28] 1.369322775281e-05 [GeV] +Cell[6,13] 0.00026702611788676 [GeV] +Cell[6,14] 7.4443940866331e-07 [GeV] +Cell[7,41] 0.0002955108175413 [GeV] +Cell[5,23] 0.00012436282413387 [GeV] +Cell[5,22] 4.2053713696077e-07 [GeV] +Cell[7,33] 0.0044810857420116 [GeV] +Cell[2,1] 0.0032319466667133 [GeV] +Cell[2,2] 0.00023725577202299 [GeV] +Cell[3,2] 1.6163344844244e-06 [GeV] +Cell[2,3] 2.8988397898956e-05 [GeV] +Cell[8,29] 0.0020488284557218 [GeV] +Cell[16,44] 1.6381697787438e-05 [GeV] +Cell[17,45] 0.00029735296492254 [GeV] +Cell[17,0] 0.0066879538870651 [GeV] +Cell[17,1] 0.0029069692512947 [GeV] +Cell[16,1] 0.00016072927639345 [GeV] +Cell[17,2] 3.2095623839382e-05 [GeV] +Cell[17,3] 3.0856740937679e-06 [GeV] +Cell[16,2] 1.4583358733944e-09 [GeV] +Cell[8,35] 0.0005246613239449 [GeV] +Cell[6,43] 0.002113710381568 [GeV] +Cell[7,17] 5.8521667087916e-06 [GeV] +Cell[8,17] 0.00051430272382879 [GeV] +Cell[8,18] 7.7236824381544e-08 [GeV] +Cell[14,42] 0.00030285288065927 [GeV] +Cell[7,29] 1.2533550296212e-05 [GeV] +Cell[5,18] 0.00070749601812906 [GeV] +Cell[4,18] 1.7445436776597e-07 [GeV] +Cell[4,19] 2.4689962515367e-08 [GeV] +Cell[5,1] 0.00034862395809182 [GeV] +Cell[5,0] 0.00023588630066206 [GeV] +Cell[5,2] 1.9633841875475e-06 [GeV] +Cell[4,16] 1.630724320421e-06 [GeV] +Cell[0,45] 1.3463722425513e-06 [GeV] +Cell[6,44] 0.0023227434710558 [GeV] +Cell[9,35] 0.01472065535643 [GeV] +Cell[9,29] 1.2574816469169e-07 [GeV] +Cell[3,11] 0.00049113600639896 [GeV] +Cell[3,10] 0.00013027301261536 [GeV] +Cell[3,9] 9.4039194209472e-10 [GeV] +Cell[2,12] 0.0075339064698489 [GeV] +Cell[2,13] 0.0021222066121703 [GeV] +Cell[2,14] 0.00019263032973015 [GeV] +Cell[2,11] 0.00068250497902624 [GeV] +Cell[1,12] 0.0017055877258905 [GeV] +Cell[4,31] 1.1081333165862e-05 [GeV] +Cell[1,11] 0.0031863975553442 [GeV] +Cell[2,10] 0.023027053723231 [GeV] +Cell[1,10] 0.0045607955896026 [GeV] +Cell[2,9] 0.0062764306142736 [GeV] +Cell[2,8] 1.781244342169e-06 [GeV] +Cell[1,9] 0.00013992604374835 [GeV] +Cell[9,25] 0.06327354611085 [GeV] +Cell[9,24] 0.089569044320742 [GeV] +Cell[9,21] 9.6432541730451e-05 [GeV] +Cell[12,37] 5.4640924759042e-08 [GeV] +Cell[11,36] 9.9826138466597e-12 [GeV] +Cell[9,32] 0.0019454556571522 [GeV] +Cell[9,34] 0.014451436035132 [GeV] +### Total energy deposition in calorimeter by a source track in 115 cells : 1.441848510615 (GeV) + +Source track ID 11484 (gamma,0.37133215847831[GeV]) at (-133.93655558002,-481.72710021272,181.68248547574) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[10,33] 0.26539098722927 [GeV] +Cell[10,34] 0.018939763583445 [GeV] +Cell[11,34] 0.014303955115893 [GeV] +Cell[10,35] 0.0037167216650146 [GeV] +Cell[11,33] 0.068980730884683 [GeV] ### Total energy deposition in calorimeter by a source track in 5 cells : 0.37133215847831 (GeV) -Source track ID 11435 (gamma,0.136782797126[GeV]) at (-378.97237038013,-326.15938203348,68.392649195003) +Source track ID 11485 (gamma,0.136782797126[GeV]) at (-378.97239264978,-326.15935615784,68.392633853965) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,28] 0.007845122713144 [GeV] -Cell[10,29] 0.12700320437129 [GeV] -Cell[10,30] 0.00082079304362834 [GeV] -Cell[10,27] 0.00043432714522072 [GeV] -Cell[9,26] 0.00046957686220735 [GeV] -Cell[10,26] 0.00020977299051096 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.136782797126 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.0000000615128e-07 mm long - and its vector is (3.044345930902637e-08,-9.51126821746584e-08,-5.174427997189923e-09) mm - Endpoint of ComputeStep() was (-361.2084287009616,-447.0724246214083,207.0939818028157) - and current position to locate is (-361.2084286705182,-447.072424716521,207.0939817976413) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000102298617e-07 mm long - and its vector is (-1.995948650801438e-08,-6.34480556982453e-08,7.467238560820988e-08) mm - Endpoint of ComputeStep() was (-411.4142325326449,-424.7758481470177,227.7106073665192) - and current position to locate is (-411.4142325526044,-424.7758482104658,227.7106074411916) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000177947787e-07 mm long - and its vector is (-2.741961679930682e-08,-9.18591922527412e-08,2.846149982360657e-08) mm - Endpoint of ComputeStep() was (401.7867562423299,-554.3517801771794,1082.296647822162) - and current position to locate is (401.7867562149103,-554.3517802690386,1082.296647850624) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000026017668e-07 mm long - and its vector is (1.730313670122996e-09,9.304631731765767e-08,3.659766889541061e-08) mm - Endpoint of ComputeStep() was (-635.8159911850851,-55.82901646499644,96.94847552010732) - and current position to locate is (-635.8159911833548,-55.82901637195012,96.94847555670499) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998843297383e-08 mm long - and its vector is (6.969798960199114e-09,5.021666993343388e-08,8.619574032309174e-08) mm - Endpoint of ComputeStep() was (641.4921758048316,298.9752842292658,253.0091837575356) - and current position to locate is (641.4921758118014,298.9752842794825,253.0091838437313) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999885035e-08 mm long - and its vector is (1.574517227709293e-08,9.831235558976914e-08,9.315044735558331e-09) mm - Endpoint of ComputeStep() was (541.0863987595235,98.61799552323218,-1092.116912625264) - and current position to locate is (541.0863987752687,98.61799562154454,-1092.116912615949) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11414 (pi+,0.39414948597188[GeV]) at (-475.83484260204,-153.56172233305,236.57774931074) +Cell[10,29] 0.13055714461475 [GeV] +Cell[10,30] 0.0025487387602761 [GeV] +Cell[10,28] 0.0014767537515652 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.13458263712659 (GeV) + +Source track ID 11460 (pi+,0.39480805438546[GeV]) at (-467.51257685603,-177.29069485292,202.96472351863) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,23] 1.6903942946556e-07 [GeV] -Cell[11,33] 3.8662659790134e-05 [GeV] -Cell[11,29] 0.00022118426677912 [GeV] -Cell[5,25] 2.1139957010746e-05 [GeV] -Cell[11,3] 0.0004083303766871 [GeV] -Cell[10,31] 6.0883189435117e-06 [GeV] -Cell[10,25] 0.0013652425237922 [GeV] -Cell[11,31] 0.00080393426539206 [GeV] -Cell[11,32] 0.00010346155372099 [GeV] -Cell[14,11] 4.1859171353281e-05 [GeV] -Cell[11,0] 3.6492568906397e-06 [GeV] -Cell[11,27] 0.0013093363323861 [GeV] -Cell[11,26] 0.096598636649517 [GeV] -Cell[11,30] 4.664817050741e-05 [GeV] -Cell[11,25] 0.0010045094903063 [GeV] -Cell[12,13] 1.3554538600147e-07 [GeV] -Cell[10,29] 1.6109774998085e-05 [GeV] -Cell[10,30] 5.4271703850759e-05 [GeV] -Cell[6,5] 8.8195105400928e-06 [GeV] -Cell[10,44] 0.00023413167660059 [GeV] -Cell[10,26] 0.05504512893434 [GeV] -Cell[11,13] 2.5762387667783e-07 [GeV] -Cell[10,33] 0.0025918808621331 [GeV] -Cell[10,34] 0.00028374299370682 [GeV] -Cell[12,19] 5.5103461199906e-06 [GeV] -Cell[9,24] 0.00037946311127836 [GeV] -Cell[15,40] 0.0015977762612851 [GeV] -Cell[15,39] 1.7098901253121e-08 [GeV] -Cell[11,47] 0.00055454007035246 [GeV] -Cell[6,16] 7.9314553033328e-05 [GeV] -Cell[6,34] 4.1790994728217e-05 [GeV] -Cell[12,12] 1.6997012426145e-07 [GeV] -Cell[6,6] 1.6487448010594e-07 [GeV] -Cell[6,4] 2.395868068561e-08 [GeV] -Cell[10,24] 0.00029206860471072 [GeV] -Cell[10,45] 0.0022807502416443 [GeV] -Cell[11,1] 2.0281083270675e-05 [GeV] -Cell[11,2] 0.0011514387132676 [GeV] -Cell[17,46] 3.2112719491124e-05 [GeV] -Cell[4,2] 0.0012369216134868 [GeV] -Cell[4,0] 0.00027168872277798 [GeV] -Cell[4,1] 0.00036292315917785 [GeV] -Cell[4,16] 0.00089865940141082 [GeV] -Cell[4,29] 0.0026952123554746 [GeV] -Cell[4,28] 0.00051099891 [GeV] -Cell[14,37] 0.0016310301149272 [GeV] -### Total energy deposition in calorimeter by a source track in 46 cells : 0.17425018753656 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999083604684e-08 mm long - and its vector is (-8.599073453297024e-09,-7.46915702620754e-08,-6.593347734451527e-08) mm - Endpoint of ComputeStep() was (-160.7358845366519,-814.2874033766057,535.5724817131477) - and current position to locate is (-160.7358845452509,-814.2874034512972,535.5724816472142) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000869592434e-07 mm long - and its vector is (-1.708778540887579e-08,5.631727617583238e-08,-8.084793989837635e-08) mm - Endpoint of ComputeStep() was (-213.9964699439203,-1061.937211232775,885.2113867722874) - and current position to locate is (-213.9964699610081,-1061.937211176458,885.2113866914394) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000114579228e-07 mm long - and its vector is (-9.743503426307143e-08,-1.860064458014676e-08,-1.266619165107841e-08) mm - Endpoint of ComputeStep() was (-113.3714773748398,-772.3341694169392,742.4070652615299) - and current position to locate is (-113.3714774722749,-772.3341694355398,742.4070652488637) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998871699004e-08 mm long - and its vector is (-1.105576075133285e-08,3.334321263537277e-08,-9.36269088924746e-08) mm - Endpoint of ComputeStep() was (-184.3322370684723,-1026.747791103835,696.8408817388566) - and current position to locate is (-184.332237079528,-1026.747791070492,696.8408816452297) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000043960254e-07 mm long - and its vector is (9.978990078707284e-08,4.029061528854072e-10,6.466393642767798e-09) mm - Endpoint of ComputeStep() was (116.3801406462437,-755.7019049846676,537.4599565740577) - and current position to locate is (116.3801407460336,-755.7019049842647,537.4599565805241) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999433443948e-08 mm long - and its vector is (-2.311273306077055e-08,7.664959866815479e-08,-5.992194473947166e-08) mm - Endpoint of ComputeStep() was (-243.5836501897797,-701.9765031211264,742.3364216664983) - and current position to locate is (-243.5836502128924,-701.9765030444768,742.3364216065763) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000289038117e-07 mm long - and its vector is (8.314879096360528e-08,5.388722001953283e-08,-1.350747425021837e-08) mm - Endpoint of ComputeStep() was (-285.7768510995368,-958.2961919607304,843.798632043414) - and current position to locate is (-285.776851016388,-958.2961919068432,843.7986320299066) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000565675469e-07 mm long - and its vector is (3.91707999369828e-08,-7.187998107838212e-08,-5.743629571952624e-08) mm - Endpoint of ComputeStep() was (-35.54685154537828,-628.9963602896055,883.3155672947407) - and current position to locate is (-35.54685150620748,-628.9963603614855,883.3155672373044) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999510743032e-08 mm long - and its vector is (-6.215144310317555e-08,7.732796802883968e-08,-1.255318693438312e-08) mm - Endpoint of ComputeStep() was (-72.78473498596365,-754.0854340474681,708.4261539044747) - and current position to locate is (-72.7847350481151,-754.0854339701401,708.4261538919216) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000234752021e-07 mm long - and its vector is (-3.237536816413922e-08,-7.384358013950987e-08,-5.915205747442087e-08) mm - Endpoint of ComputeStep() was (58.66858659111678,-679.2553251019835,581.4400928988329) - and current position to locate is (58.66858655874141,-679.2553251758271,581.4400928396808) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000043112621e-07 mm long - and its vector is (-6.676510366787625e-08,-3.206127985322382e-08,-6.719005796185229e-08) mm - Endpoint of ComputeStep() was (29.74461238715939,-1136.642069201671,513.763699024243) - and current position to locate is (29.74461232039429,-1136.642069233732,513.763698957053) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996297866229e-08 mm long - and its vector is (5.943822145582089e-08,-7.993742201506393e-08,8.780602911429014e-09) mm - Endpoint of ComputeStep() was (-106.6253627314994,-826.7987862701948,638.3324069535429) - and current position to locate is (-106.6253626720611,-826.7987863501322,638.3324069623235) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995809219087e-08 mm long - and its vector is (3.893629241247254e-08,5.20230969414115e-08,7.601022389280843e-08) mm - Endpoint of ComputeStep() was (197.7055541214952,-1142.81897900136,698.7662368010846) - and current position to locate is (197.7055541604315,-1142.818978949336,698.7662368770948) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998505076998e-08 mm long - and its vector is (7.693927273066947e-09,-9.865266292763408e-08,1.443788733013207e-08) mm - Endpoint of ComputeStep() was (132.2201810840895,-1041.641888321766,619.5513748228855) - and current position to locate is (132.2201810917834,-1041.641888420419,619.5513748373234) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000028479107e-07 mm long - and its vector is (-9.688230662163733e-09,-9.794825928111095e-08,1.767136836861027e-08) mm - Endpoint of ComputeStep() was (-1.986941218703264,-990.828712250491,529.3562331327818) - and current position to locate is (-1.986941228391495,-990.8287123484392,529.3562331504531) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11415 (pi-,0.89577339971307[GeV]) at (-160.44860757825,-473.55701275158,404.657745409) +Cell[11,23] 0.010483478218667 [GeV] +Cell[12,23] 0.014955081282925 [GeV] +Cell[11,24] 0.035492129487022 [GeV] +Cell[11,25] 0.14273620998465 [GeV] +Cell[10,21] 0.00051099891 [GeV] +Cell[11,26] 0.087434614678382 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.29161251256164 (GeV) + +Source track ID 11461 (pi-,0.89187462034425[GeV]) at (-158.44025169601,-474.23273468046,405.47159390977) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[12,31] 0.0017891871304028 [GeV] -Cell[11,34] 0.00047318586309838 [GeV] -Cell[13,35] 0.01305494410043 [GeV] -Cell[14,35] 1.0869575210108e-06 [GeV] -Cell[12,32] 0.034344625045338 [GeV] -Cell[12,33] 0.46300985417214 [GeV] -Cell[12,34] 0.12749063339419 [GeV] -Cell[12,35] 0.0047626822074339 [GeV] -Cell[13,36] 0.011777643551284 [GeV] -Cell[13,34] 0.044838843383996 [GeV] -Cell[13,33] 1.363284415288e-05 [GeV] -Cell[14,34] 0.00068753638537555 [GeV] -Cell[12,36] 0.0073549854767604 [GeV] -Cell[12,37] 5.0370136932543e-09 [GeV] -Cell[14,33] 7.6164875508766e-09 [GeV] -Cell[13,37] 5.2609369294032e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.70960411410255 (GeV) - -Source track ID 11404 (gamma,0.032559394638405[GeV]) at (-498.62850861858,-37.008247632261,-1796.9974894609) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,24] 0.031451982934102 [GeV] -Cell[0,39] 0.00059641279430305 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.032048395728405 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994883076465e-08 mm long - and its vector is (-2.999809112225194e-08,2.621777639433276e-08,-9.172094905807171e-08) mm - Endpoint of ComputeStep() was (522.4955462950535,-171.7509945886405,-1798.798931118231) - and current position to locate is (522.4955462650554,-171.7509945624227,-1798.798931209952) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995291316551e-08 mm long - and its vector is (3.940613169106655e-08,1.050736386787321e-08,9.130576472671237e-08) mm - Endpoint of ComputeStep() was (-635.484816478889,139.8518982907893,-1890.305269177001) - and current position to locate is (-635.4848164394829,139.8518983012967,-1890.305269085696) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000003400357e-07 mm long - and its vector is (-3.906880152726444e-08,3.573472895368468e-08,-8.483311830786988e-08) mm - Endpoint of ComputeStep() was (-28.68785553683897,-837.6778759303907,-1813.319450169123) - and current position to locate is (-28.68785557590777,-837.6778758946559,-1813.319450253956) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991841729654e-08 mm long - and its vector is (5.543859415979568e-08,-2.575416147010401e-08,7.914081834314857e-08) mm - Endpoint of ComputeStep() was (5.102746152757643,-749.9826410941153,-1797.960676798323) - and current position to locate is (5.102746208196237,-749.9826411198694,-1797.960676719183) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11375 (pi+,0.77700613087982[GeV]) at (-481.12488002671,136.08398075924,-1801.7741465038) +Cell[14,33] 0.00094337983913772 [GeV] +Cell[12,34] 0.14283320897722 [GeV] +Cell[13,36] 1.3168706112765e-06 [GeV] +Cell[14,31] 7.9826436436633e-05 [GeV] +Cell[15,31] 0.00020720591518477 [GeV] +Cell[15,32] 0.00027606500065906 [GeV] +Cell[15,30] 4.6566128730774e-11 [GeV] +Cell[12,33] 0.13825480826996 [GeV] +Cell[13,34] 0.24411121970374 [GeV] +Cell[14,34] 0.13606284206996 [GeV] +Cell[14,35] 0.0077268013163789 [GeV] +Cell[14,36] 0.0014093317325426 [GeV] +Cell[14,37] 1.2464738728113e-06 [GeV] +Cell[13,35] 0.00021485777238274 [GeV] +Cell[15,35] 1.8302702073925e-08 [GeV] +Cell[15,37] 0.032415663497672 [GeV] +Cell[15,36] 0.00045937396611612 [GeV] +Cell[15,34] 0.0013898369819921 [GeV] +Cell[15,33] 0.0056680048354202 [GeV] +Cell[14,30] 9.7496797479835e-10 [GeV] +Cell[13,33] 0.0010102593732162 [GeV] +### Total energy deposition in calorimeter by a source track in 21 cells : 0.71306526835674 (GeV) + +Source track ID 11450 (gamma,0.032559394638405[GeV]) at (-498.62851433008,-37.00817067864,-1796.9995772694) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,0] 1.8881670024712e-05 [GeV] -Cell[0,35] 0.00026597424020645 [GeV] -Cell[1,36] 5.5887988476456e-05 [GeV] -Cell[0,36] 0.0090912735754364 [GeV] -Cell[0,21] 0.24260718721019 [GeV] -Cell[1,23] 0.00012608303077434 [GeV] -Cell[1,22] 0.0007671401252536 [GeV] -Cell[0,22] 0.0024932438896807 [GeV] -Cell[0,23] 0.00093304041286513 [GeV] -Cell[0,20] 0.00011119746817167 [GeV] -Cell[0,2] 1.0830964165507e-05 [GeV] -Cell[0,46] 0.0012919765406529 [GeV] -Cell[0,45] 1.5335278476414e-08 [GeV] -Cell[0,47] 0.00017379954066564 [GeV] -Cell[0,19] 0.00065551461814755 [GeV] -Cell[1,19] 3.957975708181e-05 [GeV] -Cell[1,17] 0.0023637893473718 [GeV] -Cell[1,18] 0.0060584227371106 [GeV] -Cell[0,17] 9.0132928744424e-06 [GeV] -Cell[0,18] 0.00010383646441369 [GeV] -Cell[0,37] 0.0011830080267755 [GeV] -Cell[0,34] 0.0003828544353928 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 0.26874255067101 (GeV) - -Source track ID 11372 (gamma,1.9015972345341[GeV]) at (-363.22356461718,343.61117866971,-955.17209704341) +Cell[1,24] 0.003907067480139 [GeV] +Cell[0,24] 0.02815129505168 [GeV] +Cell[1,34] 0.0005010321065865 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.032559394638405 (GeV) + +Source track ID 11438 (pi+,0.77713468831071[GeV]) at (-480.64744169268,137.76079556347,-1802.1926405288) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,6] 0.00037888782692143 [GeV] -Cell[8,5] 0.0014941141444217 [GeV] -Cell[7,6] 0.0015069401352532 [GeV] -Cell[9,6] 0.00051099891 [GeV] -Cell[7,33] 0.0018469144450067 [GeV] -Cell[7,34] 0.00051099891 [GeV] -Cell[4,36] 0.001861552957682 [GeV] -Cell[7,41] 0.0026301050716989 [GeV] -Cell[4,18] 0.2942559311102 [GeV] -Cell[7,42] 4.5125970819178e-05 [GeV] -Cell[5,30] 0.0008453199956547 [GeV] -Cell[6,28] 0.00051099891 [GeV] -Cell[6,41] 0.0018902423526548 [GeV] -Cell[3,27] 0.0022869329823612 [GeV] -Cell[3,26] 0.00067400840344598 [GeV] -Cell[1,35] 0.0014664896293516 [GeV] -Cell[0,35] 0.0034838133465186 [GeV] -Cell[0,36] 0.0013991589071321 [GeV] -Cell[5,16] 0.00062910840981983 [GeV] -Cell[4,26] 0.00051099891 [GeV] -Cell[4,27] 0.0046455889438914 [GeV] -Cell[6,16] 7.1435705955483e-05 [GeV] -Cell[4,16] 0.00077071366504939 [GeV] -Cell[5,18] 1.437186389365 [GeV] -Cell[1,38] 0.00013869858690757 [GeV] -Cell[5,20] 0.00056853305058516 [GeV] -Cell[4,19] 0.014470126248854 [GeV] -Cell[5,17] 0.0360021604838 [GeV] -Cell[3,37] 0.00089837814554454 [GeV] -Cell[6,17] 3.603509708392e-05 [GeV] -Cell[5,19] 0.0022726267163911 [GeV] -Cell[4,17] 0.064638995568169 [GeV] -Cell[3,47] 0.00051099891 [GeV] -Cell[8,4] 0.00042837327711593 [GeV] -Cell[2,27] 0.0040477922290572 [GeV] -Cell[2,26] 0.00051099891 [GeV] -Cell[5,24] 0.00078353985399421 [GeV] -Cell[0,5] 0.0008825194539942 [GeV] -Cell[4,12] 0.001610553201386 [GeV] -Cell[1,45] 0.00066559467092786 [GeV] -Cell[3,4] 0.00057349044682164 [GeV] -Cell[6,44] 0.0013436640375034 [GeV] -Cell[4,42] 0.00027710066491316 [GeV] -Cell[2,5] 0.0045244646823658 [GeV] -Cell[8,42] 0.00038780282498386 [GeV] -Cell[2,33] 0.00071305979557014 [GeV] -### Total energy deposition in calorimeter by a source track in 46 cells : 1.8976982758648 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991285886828e-08 mm long - and its vector is (1.808507477107923e-08,3.337953558002482e-08,-9.251334631699137e-08) mm - Endpoint of ComputeStep() was (-558.7061847317484,334.6746472513747,-1816.792355946778) - and current position to locate is (-558.7061847136633,334.6746472847542,-1816.792356039291) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000038316483e-07 mm long - and its vector is (-2.380096475462778e-08,9.460097771807341e-08,-2.200386006734334e-08) mm - Endpoint of ComputeStep() was (438.3721665589982,379.7760439198119,-1789.208290151756) - and current position to locate is (438.3721665351973,379.7760440144129,-1789.208290173759) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000098665121e-07 mm long - and its vector is (-2.293973011546768e-08,9.658043609306333e-08,1.208263711305335e-08) mm - Endpoint of ComputeStep() was (406.942850883268,-506.8505857070427,-1776.822353980877) - and current position to locate is (406.9428508603283,-506.8505856104623,-1776.822353968794) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999473658741e-08 mm long - and its vector is (-9.628263342165155e-08,-1.091586909751641e-08,-2.470824256306514e-08) mm - Endpoint of ComputeStep() was (396.4424724624437,304.6856841252267,-631.9291161417808) - and current position to locate is (396.442472366161,304.6856841143108,-631.9291161664891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11342 (pi-,4.4332197284722[GeV]) at (-407.32902429099,289.97080192694,-1898.9796114474) +Cell[0,21] 0.19664243875497 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.19664243875497 (GeV) + +Source track ID 11435 (gamma,1.9015972345341[GeV]) at (-363.2235646349,343.61117865098,-955.17208565765) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,9] 0.0029042547620207 [GeV] -Cell[2,35] 0.00044172570800859 [GeV] -Cell[6,20] 3.0140354418108e-05 [GeV] -Cell[2,41] 0.0023439068814046 [GeV] -Cell[5,3] 1.4128567301668e-05 [GeV] -Cell[0,35] 0.0022240634691439 [GeV] -Cell[0,36] 0.00065554465583092 [GeV] -Cell[4,28] 0.0023827218163111 [GeV] -Cell[0,39] 0.00092202726779961 [GeV] -Cell[0,21] 0.0035766986837649 [GeV] -Cell[0,20] 0.011016697118403 [GeV] -Cell[0,19] 3.3243924103841 [GeV] -Cell[0,17] 0.042168354268383 [GeV] -Cell[0,18] 0.15442617342276 [GeV] -Cell[5,20] 0.00042679096395693 [GeV] -Cell[1,45] 3.2032625458669e-06 [GeV] -Cell[2,33] 9.9930330179632e-08 [GeV] -Cell[2,38] 7.1045332588255e-06 [GeV] -Cell[1,5] 0.00012589731352557 [GeV] -Cell[1,6] 5.7160789669069e-05 [GeV] -Cell[0,4] 0.0043908044450049 [GeV] -Cell[3,33] 6.9985224399716e-08 [GeV] -Cell[1,40] 0.00020438930934506 [GeV] -Cell[1,41] 0.0021111341392082 [GeV] -Cell[0,42] 0.0002582555141463 [GeV] -Cell[0,41] 5.8939284538383e-05 [GeV] -Cell[1,42] 0.00054056913995851 [GeV] -Cell[5,21] 1.0657105944119e-05 [GeV] -Cell[0,8] 0.00051099891 [GeV] -Cell[0,25] 0.0015657669121149 [GeV] -Cell[0,3] 0.00027109465483806 [GeV] -Cell[0,16] 0.0016742804643115 [GeV] -Cell[3,10] 0.0023107478739005 [GeV] -Cell[4,44] 0.00088041765471326 [GeV] -Cell[1,27] 0.00048368686731561 [GeV] -### Total energy deposition in calorimeter by a source track in 35 cells : 3.5633909164135 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000090552128e-07 mm long - and its vector is (2.239903551526368e-08,8.75670593813993e-08,4.278194865037221e-08) mm - Endpoint of ComputeStep() was (619.8274882638287,282.7842878249602,-1827.510971006996) - and current position to locate is (619.8274882862278,282.7842879125273,-1827.510970964214) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997650281091e-08 mm long - and its vector is (-8.627874592548324e-08,-4.240666839905316e-08,2.752540240180679e-08) mm - Endpoint of ComputeStep() was (89.819456841302,-586.8036714735075,-1767.285627335719) - and current position to locate is (89.81945675502325,-586.8036715159142,-1767.285627308194) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000931598289e-07 mm long - and its vector is (-3.682848159769492e-08,-1.390719717164757e-08,9.192535799229518e-08) mm - Endpoint of ComputeStep() was (-153.2200443696509,571.8249904768484,-1577.057133042266) - and current position to locate is (-153.2200444064794,571.8249904629412,-1577.057132950341) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000000927759e-07 mm long - and its vector is (-6.544439656863688e-08,-7.498306331399363e-08,-9.724772098707035e-09) mm - Endpoint of ComputeStep() was (-511.7506188328836,265.5907736106369,-1758.426739578195) - and current position to locate is (-511.750618898328,265.5907735356538,-1758.42673958792) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991834167482e-08 mm long - and its vector is (-5.253644985714345e-08,4.296185807106667e-08,-7.34451077732956e-08) mm - Endpoint of ComputeStep() was (283.463447043341,443.8090161738734,-1170.130523550224) - and current position to locate is (283.4634469908046,443.8090162168353,-1170.130523623669) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992820735508e-08 mm long - and its vector is (6.174229838507017e-08,2.698327250527655e-08,7.389030542981345e-08) mm - Endpoint of ComputeStep() was (536.6888729317908,120.2707512175788,-1746.176888575342) - and current position to locate is (536.6888729935331,120.2707512445621,-1746.176888501452) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000016203155e-07 mm long - and its vector is (-1.732044552227308e-08,9.848019999481039e-08,-1.28670762933325e-09) mm - Endpoint of ComputeStep() was (195.7226025083429,643.6895273657723,-1592.349326707076) - and current position to locate is (195.7226024910224,643.6895274642525,-1592.349326708362) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999585807958e-08 mm long - and its vector is (4.460622449187213e-08,-7.851326699892525e-08,-4.296452971175313e-08) mm - Endpoint of ComputeStep() was (-209.4982425887338,683.4120476017157,-1536.784752018721) - and current position to locate is (-209.4982425441276,683.4120475232024,-1536.784752061686) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993663212161e-08 mm long - and its vector is (7.173173344199313e-08,-2.259258735648473e-08,-6.590994416910689e-08) mm - Endpoint of ComputeStep() was (-431.270302959904,341.3296439838871,-1941.138219659822) - and current position to locate is (-431.2703028881723,341.3296439612946,-1941.138219725732) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000427722177e-07 mm long - and its vector is (-1.653586423344677e-08,-4.475235471090855e-08,8.788515515334439e-08) mm - Endpoint of ComputeStep() was (-624.2639490353282,84.8205277144835,-1156.506275807976) - and current position to locate is (-624.2639490518641,84.82052766973115,-1156.506275720091) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997010337466e-08 mm long - and its vector is (-2.884380023715494e-08,7.213168373709777e-08,6.296863830357324e-08) mm - Endpoint of ComputeStep() was (253.6454525696301,555.3365591275258,-1498.653763211019) - and current position to locate is (253.6454525407863,555.3365591996575,-1498.65376314805) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000004231573e-07 mm long - and its vector is (1.783939751476282e-08,-9.815605750418399e-08,6.866230251034722e-09) mm - Endpoint of ComputeStep() was (-701.2983785632604,-33.77404946246151,-1728.170107170014) - and current position to locate is (-701.298378545421,-33.77404956061756,-1728.170107163148) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999158403144e-08 mm long - and its vector is (8.162032827385701e-09,4.784541829394584e-08,8.743108992348425e-08) mm - Endpoint of ComputeStep() was (604.3570215761102,150.7799450236135,-1843.440282360848) - and current position to locate is (604.3570215842723,150.7799450714589,-1843.440282273417) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997992763323e-08 mm long - and its vector is (6.902530458319234e-08,6.488639314738975e-08,3.201967047061771e-08) mm - Endpoint of ComputeStep() was (536.7447042026376,249.437618542427,-1830.571153691283) - and current position to locate is (536.744704271663,249.4376186073134,-1830.571153659263) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000279803585e-07 mm long - and its vector is (-3.054555008930038e-08,-9.472097417528857e-08,9.742279871716164e-09) mm - Endpoint of ComputeStep() was (509.630128293311,297.6806104382994,-1852.075417719648) - and current position to locate is (509.6301282627654,297.6806103435785,-1852.075417709905) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999883704867e-08 mm long - and its vector is (2.064984983007889e-08,6.911986361046729e-08,-6.92533603796619e-08) mm - Endpoint of ComputeStep() was (-900.9306874329467,-140.952638787587,-1018.644369182252) - and current position to locate is (-900.9306874122968,-140.9526387184671,-1018.644369251505) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994660862032e-08 mm long - and its vector is (-8.918812000047183e-08,2.674175902939169e-08,3.647392077255063e-08) mm - Endpoint of ComputeStep() was (-951.4779761518541,-348.5712712843271,-1046.699043396374) - and current position to locate is (-951.4779762410423,-348.5712712575854,-1046.6990433599) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000537898533e-07 mm long - and its vector is (8.626932412880706e-08,-3.600945319703897e-08,3.550962901499588e-08) mm - Endpoint of ComputeStep() was (-971.6847836063007,-236.2809375692694,-1183.00780245955) - and current position to locate is (-971.6847835200314,-236.2809376052789,-1183.007802424041) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000231194943e-07 mm long - and its vector is (8.149390851031058e-08,-4.950896936861682e-08,3.012655724887736e-08) mm - Endpoint of ComputeStep() was (-674.9135627147008,-357.0539037610705,-1033.168560497549) - and current position to locate is (-674.9135626332069,-357.0539038105795,-1033.168560467422) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999762095e-08 mm long - and its vector is (-2.035460511251586e-08,-6.978820010772324e-08,-6.86679868522333e-08) mm - Endpoint of ComputeStep() was (-896.6042295079631,-201.2238005934402,-1026.505030721958) - and current position to locate is (-896.6042295283177,-201.2238006632284,-1026.505030790626) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995907408683e-08 mm long - and its vector is (9.729080829856684e-08,5.39775868446668e-09,-2.248009423055919e-08) mm - Endpoint of ComputeStep() was (-698.4751833016339,46.17811653977154,-861.02602973049) - and current position to locate is (-698.4751832043431,46.1781165451693,-861.0260297529701) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999250630155e-08 mm long - and its vector is (9.448729088035179e-08,-2.576223323558224e-08,2.021033651544712e-08) mm - Endpoint of ComputeStep() was (-879.3773051968089,-432.5454372071119,-1037.650627780534) - and current position to locate is (-879.3773051023217,-432.5454372328742,-1037.650627760323) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11302 (pi+,1.2125030558048[GeV]) at (-456.53464753858,203.90222067655,-1890.6628937637) +Cell[4,26] 0.0014589018575367 [GeV] +Cell[4,40] 0.0010261459618911 [GeV] +Cell[9,40] 0.00088453240782488 [GeV] +Cell[4,33] 0.0010161328157414 [GeV] +Cell[4,11] 0.0024636677760832 [GeV] +Cell[5,18] 1.4416062035809 [GeV] +Cell[4,18] 0.31039267207787 [GeV] +Cell[4,19] 0.0015973347528596 [GeV] +Cell[4,16] 0.00063038020149613 [GeV] +Cell[6,44] 0.00051099891 [GeV] +Cell[12,33] 0.00091014163508142 [GeV] +Cell[4,3] 0.0041557436442886 [GeV] +Cell[6,28] 0.00082895708485754 [GeV] +Cell[9,0] 0.00074022733085998 [GeV] +Cell[3,25] 0.00061100269252291 [GeV] +Cell[5,26] 0.0004579962574539 [GeV] +Cell[4,17] 0.083982253101915 [GeV] +Cell[5,17] 0.013425407250637 [GeV] +Cell[12,1] 0.0012476188449495 [GeV] +Cell[4,42] 0.00067848431182345 [GeV] +Cell[1,37] 0.0052806393863294 [GeV] +Cell[5,19] 0.018184758483769 [GeV] +Cell[6,4] 0.00051099891 [GeV] +Cell[6,24] 0.00059533627757913 [GeV] +Cell[6,12] 0.0006606605594915 [GeV] +Cell[3,33] 0.00096445579592042 [GeV] +Cell[5,6] 0.00045860165919598 [GeV] +Cell[4,38] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 28 cells : 1.8957912524789 (GeV) + +Source track ID 11411 (pi-,4.4333024060681[GeV]) at (-407.35399422732,289.93572285431,-1898.9424479594) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,24] 1.5629568661097e-06 [GeV] -Cell[5,25] 0.0038699492941777 [GeV] -Cell[4,33] 0.0023051372255183 [GeV] -Cell[1,4] 2.6740948669612e-08 [GeV] -Cell[5,29] 4.1510067530908e-06 [GeV] -Cell[5,26] 0.022803429235 [GeV] -Cell[1,24] 1.2972819439483e-06 [GeV] -Cell[2,13] 0.0015743183034903 [GeV] -Cell[1,36] 0.00038179820118785 [GeV] -Cell[4,26] 0.003030705389036 [GeV] -Cell[4,27] 0.0003216252784453 [GeV] -Cell[0,24] 0.00046059301152637 [GeV] -Cell[0,21] 0.1149036458991 [GeV] -Cell[1,22] 4.4467655243352e-08 [GeV] -Cell[0,22] 3.205291513575e-05 [GeV] -Cell[0,23] 0.013668061965856 [GeV] -Cell[0,20] 0.44589992165376 [GeV] -Cell[0,2] 0.012216610799859 [GeV] -Cell[0,19] 8.837350993997e-05 [GeV] -Cell[0,18] 5.9537142113641e-05 [GeV] -Cell[0,37] 0.00013501948635428 [GeV] -Cell[5,24] 0.0039831235615536 [GeV] -Cell[0,5] 0.0040697124746418 [GeV] -Cell[4,42] 0.0021796345357723 [GeV] -Cell[0,4] 0.0046262886689171 [GeV] -Cell[0,3] 0.013757042093635 [GeV] -Cell[1,37] 3.0914748094801e-11 [GeV] -Cell[2,12] 0.00013343916132033 [GeV] -Cell[2,11] 2.3563615599414e-05 [GeV] -Cell[3,30] 0.00051526015099387 [GeV] -Cell[3,31] 1.4393563906197e-05 [GeV] -Cell[1,14] 0.0006396913179484 [GeV] -Cell[2,15] 1.1824945046101e-05 [GeV] -Cell[2,14] 0.00037602904643825 [GeV] -Cell[1,15] 1.990641546854e-06 [GeV] -Cell[5,37] 0.0018028898787948 [GeV] -Cell[1,20] 8.4114904540002e-05 [GeV] -Cell[4,7] 0.00041489943937927 [GeV] -Cell[4,6] 0.00089140402217199 [GeV] -Cell[4,8] 1.1616188159678e-05 [GeV] -Cell[3,6] 0.0010603539209195 [GeV] -Cell[4,43] 7.2148933832068e-06 [GeV] -Cell[5,42] 0.00027687327474086 [GeV] -Cell[4,41] 0.0008690272530265 [GeV] -Cell[6,23] 2.040286622389e-05 [GeV] -Cell[8,0] 3.3508776978124e-06 [GeV] -Cell[7,1] 2.040387771558e-06 [GeV] -Cell[8,1] 2.5203993136529e-06 [GeV] -Cell[12,2] 5.5237708147615e-07 [GeV] -Cell[1,1] 0.0011055733842385 [GeV] -Cell[0,29] 0.00048006392033921 [GeV] -Cell[1,10] 5.2414686069824e-07 [GeV] -Cell[1,9] 0.00022761743588535 [GeV] -Cell[1,8] 0.0059106618417746 [GeV] -Cell[2,9] 0.0024642450826451 [GeV] -Cell[1,13] 0.0034711152446448 [GeV] -Cell[1,12] 1.5750723832753e-08 [GeV] -Cell[6,31] 0.00095504862840144 [GeV] -Cell[4,32] 0.0047284205235649 [GeV] -Cell[5,22] 0.0017372565206476 [GeV] -Cell[4,22] 0.0011806530944453 [GeV] -Cell[4,21] 0.00012464157361694 [GeV] -Cell[4,23] 1.6376582266275e-08 [GeV] -Cell[2,8] 0.002800027065934 [GeV] -Cell[2,7] 0.00045321625176837 [GeV] -Cell[0,1] 0.0016797196421848 [GeV] -Cell[1,3] 0.001287363587636 [GeV] -Cell[0,38] 4.538655991837e-08 [GeV] -Cell[1,2] 0.00043790326393184 [GeV] -Cell[4,25] 0.0018345503542806 [GeV] -Cell[4,24] 7.9822293901088e-07 [GeV] -Cell[5,23] 0.00099483497010942 [GeV] -Cell[1,21] 0.00012458747532219 [GeV] -### Total energy deposition in calorimeter by a source track in 73 cells : 0.68953601600113 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000729706934e-07 mm long - and its vector is (2.689273514988599e-08,4.067592840328871e-08,8.730557965463959e-08) mm - Endpoint of ComputeStep() was (609.4534246385988,109.5249251522189,-1692.813906122188) - and current position to locate is (609.4534246654915,109.5249251928949,-1692.813906034882) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999570679405e-08 mm long - and its vector is (-5.79415200263611e-08,-6.782354944334656e-08,-4.519665708357934e-08) mm - Endpoint of ComputeStep() was (-753.9303983843117,199.972383922958,-1671.348087335388) - and current position to locate is (-753.9303984422532,199.9723838551345,-1671.348087380585) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000015588194e-07 mm long - and its vector is (8.239908311225008e-08,-4.468881797947688e-08,-3.483251020952594e-08) mm - Endpoint of ComputeStep() was (-597.3152395312197,256.348404998178,-1807.121742418777) - and current position to locate is (-597.3152394488206,256.3484049534891,-1807.12174245361) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995222914176e-08 mm long - and its vector is (1.1257441201451e-08,-6.273486974350817e-08,7.705580173933413e-08) mm - Endpoint of ComputeStep() was (-510.8322512078547,-101.2908998916275,-1784.504514583489) - and current position to locate is (-510.8322511965972,-101.2908999543624,-1784.504514506433) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994245042994e-08 mm long - and its vector is (9.300902092945762e-08,-2.726947007092306e-08,2.461069925629999e-08) mm - Endpoint of ComputeStep() was (-735.7130532832706,0.4326214501381976,-1758.377202289795) - and current position to locate is (-735.7130531902616,0.4326214228687275,-1758.377202265184) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001061274231e-07 mm long - and its vector is (2.245610630779993e-08,8.122782446662313e-09,9.710697668197099e-08) mm - Endpoint of ComputeStep() was (-746.4489810940056,-172.8125929616067,-1968.037022200954) - and current position to locate is (-746.4489810715495,-172.8125929534839,-1968.037022103847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995309670841e-08 mm long - and its vector is (-2.454817149555311e-08,9.136914513874217e-08,-3.238915269321296e-08) mm - Endpoint of ComputeStep() was (-525.0564327012863,416.3099566808043,-1949.343616545381) - and current position to locate is (-525.0564327258345,416.3099567721735,-1949.34361657777) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994304008122e-08 mm long - and its vector is (6.865820978418924e-08,-1.383264702781162e-08,7.137714419513941e-08) mm - Endpoint of ComputeStep() was (-554.6276361863615,169.6708144000687,-1679.801901523951) - and current position to locate is (-554.6276361177033,169.670814386236,-1679.801901452574) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000438485043e-07 mm long - and its vector is (-7.189328243839554e-08,-6.948363306946703e-08,1.84104465006385e-09) mm - Endpoint of ComputeStep() was (-525.923544554894,303.6421001329217,-1855.241010054396) - and current position to locate is (-525.9235446267872,303.6421000634381,-1855.241010052555) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999933798974e-08 mm long - and its vector is (8.502718173986068e-08,-3.417483185330639e-09,-5.252331902738661e-08) mm - Endpoint of ComputeStep() was (-667.5371267156654,493.2486032145277,-1649.928292569265) - and current position to locate is (-667.5371266306382,493.2486032111102,-1649.928292621789) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996280314383e-08 mm long - and its vector is (8.421011443715543e-08,3.819104676949792e-08,-3.808008841588162e-08) mm - Endpoint of ComputeStep() was (-503.2088383918958,376.435022499911,-1819.579974432914) - and current position to locate is (-503.2088383076857,376.4350225381021,-1819.579974470994) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000231935528e-07 mm long - and its vector is (8.765414349909406e-08,3.620237976065255e-08,-3.171976459270809e-08) mm - Endpoint of ComputeStep() was (-579.7269900506468,199.2633275773794,-1897.877566098754) - and current position to locate is (-579.7269899629927,199.2633276135818,-1897.877566130474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999990189735792e-08 mm long - and its vector is (-3.15220631819102e-08,5.938505864833132e-08,7.402536539302673e-08) mm - Endpoint of ComputeStep() was (-653.140190820984,190.6361027512021,-1849.674506175211) - and current position to locate is (-653.1401908525061,190.6361028105872,-1849.674506101186) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991215617209e-08 mm long - and its vector is (3.769741852011066e-08,1.912022185024398e-08,9.062728167918976e-08) mm - Endpoint of ComputeStep() was (-653.9097777318233,211.4728053856185,-1591.113311543084) - and current position to locate is (-653.9097776941259,211.4728054047388,-1591.113311452457) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000022270976e-07 mm long - and its vector is (2.334263626835309e-08,-5.422859317150142e-08,8.071174306678586e-08) mm - Endpoint of ComputeStep() was (-621.4180913238123,169.0041500630888,-1493.315579824843) - and current position to locate is (-621.4180913004697,169.0041500088602,-1493.315579744132) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000059833356e-07 mm long - and its vector is (8.733229606150417e-08,4.86970748170279e-08,1.290800355491228e-09) mm - Endpoint of ComputeStep() was (-726.3883026532149,186.7084194064949,-1594.708583615256) - and current position to locate is (-726.3883025658826,186.708419455192,-1594.708583613965) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994566731412e-08 mm long - and its vector is (-7.896414899732918e-08,4.183880264463369e-08,4.487947080633603e-08) mm - Endpoint of ComputeStep() was (-821.5803776997545,276.2561168323856,-1837.506482810387) - and current position to locate is (-821.5803777787187,276.2561168742244,-1837.506482765508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998380166243e-08 mm long - and its vector is (7.862769280109205e-08,-3.561467565305065e-08,5.049037099524867e-08) mm - Endpoint of ComputeStep() was (299.8534774219511,-445.9701941324527,-1442.918774206272) - and current position to locate is (299.8534775005788,-445.9701941680673,-1442.918774155782) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997290762679e-08 mm long - and its vector is (-4.170914280621218e-08,7.812479907443048e-08,-4.644198270398192e-08) mm - Endpoint of ComputeStep() was (425.1275559350496,-556.1173988530189,-1406.226929532566) - and current position to locate is (425.1275558933405,-556.1173987748941,-1406.226929579008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996326823923e-08 mm long - and its vector is (-2.872127424780047e-08,9.548170964990277e-08,7.637027010787278e-09) mm - Endpoint of ComputeStep() was (784.3537203526599,-522.3978570633941,-330.1692896684318) - and current position to locate is (784.3537203239387,-522.3978569679124,-330.1692896607948) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997663129757e-08 mm long - and its vector is (-9.71454028331209e-10,3.444000640229206e-08,9.38772473091376e-08) mm - Endpoint of ComputeStep() was (891.9945789554814,-180.5705958732656,-782.1455293055322) - and current position to locate is (891.99457895451,-180.5705958388256,-782.145529211655) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000076140372e-07 mm long - and its vector is (8.459733180643525e-08,-3.899947387253633e-08,3.636409928731155e-08) mm - Endpoint of ComputeStep() was (1090.100112218235,-569.7207606476311,-581.8813484036924) - and current position to locate is (1090.100112302832,-569.7207606866306,-581.8813483673283) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999830852144e-08 mm long - and its vector is (6.054085588402813e-08,7.959090453368844e-08,3.038849172298796e-10) mm - Endpoint of ComputeStep() was (1001.443648690202,-452.1477428797039,-716.0688038125134) - and current position to locate is (1001.443648750743,-452.147742800113,-716.0688038122095) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996771737386e-08 mm long - and its vector is (5.326569407770876e-08,3.815443960775156e-08,-7.554467629233841e-08) mm - Endpoint of ComputeStep() was (870.9328231593122,-521.2538761105428,-699.0132112053267) - and current position to locate is (870.9328232125779,-521.2538760723884,-699.0132112808714) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996220054577e-08 mm long - and its vector is (-8.765334769123001e-08,4.76013042316481e-08,-7.141352398321033e-09) mm - Endpoint of ComputeStep() was (859.881162090153,-448.4113755740128,-645.069486812397) - and current position to locate is (859.8811620024997,-448.4113755264115,-645.0694868195384) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998478379417e-08 mm long - and its vector is (2.527269771235297e-08,-9.355085239803884e-08,2.46885747401393e-08) mm - Endpoint of ComputeStep() was (796.2847443679002,-410.2301941226274,-266.9608428753195) - and current position to locate is (796.2847443931729,-410.2301942161783,-266.9608428506309) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997798967143e-08 mm long - and its vector is (-4.771916906065599e-08,3.116304014838533e-08,-8.216898095270153e-08) mm - Endpoint of ComputeStep() was (86.61826636977638,686.3003214749783,-1765.27031806321) - and current position to locate is (86.61826632205721,686.3003215061414,-1765.270318145379) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000084149865e-07 mm long - and its vector is (-5.792401225335198e-08,4.59648390460643e-08,6.73205704515567e-08) mm - Endpoint of ComputeStep() was (-565.4683462089931,375.0458058926624,-1584.862712269628) - and current position to locate is (-565.4683462669171,375.0458059386272,-1584.862712202307) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997130360681e-08 mm long - and its vector is (3.824175109912176e-08,-6.415638154066983e-08,6.649452188867144e-08) mm - Endpoint of ComputeStep() was (-538.0857774159339,447.7317235145332,-1427.722750577991) - and current position to locate is (-538.0857773776921,447.7317234503768,-1427.722750511496) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996033090684e-08 mm long - and its vector is (5.286028681439348e-08,-2.468232196406461e-08,8.121924111037515e-08) mm - Endpoint of ComputeStep() was (-574.290195554279,259.0188629496483,-1623.96431769444) - and current position to locate is (-574.2901955014187,259.018862924966,-1623.96431761322) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000647138008e-07 mm long - and its vector is (5.928802693233592e-08,-6.943338348719408e-08,4.079151949554216e-08) mm - Endpoint of ComputeStep() was (-667.0731243736146,445.1146512599585,-1936.129813089954) - and current position to locate is (-667.0731243143266,445.1146511905251,-1936.129813049162) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000533739852e-07 mm long - and its vector is (6.92491539666662e-08,-7.190851647465024e-08,-5.807805791846476e-09) mm - Endpoint of ComputeStep() was (-894.0295609451402,583.4677638797642,-1799.999999994192) - and current position to locate is (-894.0295608758911,583.4677638078557,-1800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996881009273e-08 mm long - and its vector is (-9.883740403893171e-08,5.606807462754659e-09,1.413241079717409e-08) mm - Endpoint of ComputeStep() was (-635.7342748353997,534.5225350467581,-1800.000000014132) - and current position to locate is (-635.7342749342371,534.5225350523649,-1800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000293149462e-07 mm long - and its vector is (4.909054496238241e-09,-9.600739758752752e-08,-2.754063643806148e-08) mm - Endpoint of ComputeStep() was (-388.8665488747799,782.8296147420641,-1908.111414392479) - and current position to locate is (-388.8665488698709,782.8296146460567,-1908.11141442002) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994859647208e-08 mm long - and its vector is (4.969757583239698e-08,-2.26471570385911e-08,-8.376900950679556e-08) mm - Endpoint of ComputeStep() was (483.9525902103088,321.9305922616628,-1272.324842951898) - and current position to locate is (483.9525902600064,321.9305922390157,-1272.324843035667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000311126297e-07 mm long - and its vector is (6.042816380613658e-08,6.565824151039124e-08,-4.513799467531499e-08) mm - Endpoint of ComputeStep() was (-139.8374939849597,521.8806320637983,-1161.930362840978) - and current position to locate is (-139.8374939245315,521.8806321294566,-1161.930362886116) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995764857872e-08 mm long - and its vector is (7.977416771609569e-08,1.495322976552416e-08,5.841638994752429e-08) mm - Endpoint of ComputeStep() was (406.3137395651106,413.8950893202415,-1659.34131493662) - and current position to locate is (406.3137396448848,413.8950893351947,-1659.341314878204) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000098458154e-07 mm long - and its vector is (-7.580842975585256e-08,3.9113956518122e-10,6.521463546960149e-08) mm - Endpoint of ComputeStep() was (-792.8778894595391,495.7642312662149,-1982.306635589448) - and current position to locate is (-792.8778895353475,495.764231266606,-1982.306635524234) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999718376984e-08 mm long - and its vector is (3.136236159662076e-08,2.447228553137393e-08,-9.174698334390996e-08) mm - Endpoint of ComputeStep() was (-219.2058664161419,-507.0472798992226,-486.3225842676341) - and current position to locate is (-219.2058663847795,-507.0472798747504,-486.3225843593811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000417234265e-07 mm long - and its vector is (5.126139512867667e-09,8.342834689756273e-08,5.489482646225952e-08) mm - Endpoint of ComputeStep() was (731.8382691798878,-164.0510523698524,-1947.041490004038) - and current position to locate is (731.8382691850139,-164.0510522864241,-1947.041489949143) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995490072634e-08 mm long - and its vector is (-2.801948539854493e-08,-6.154456855256285e-08,7.366929821728263e-08) mm - Endpoint of ComputeStep() was (567.4151963963013,-138.7048405352494,-1800.000000073669) - and current position to locate is (567.4151963682818,-138.7048405967939,-1800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999861995111e-08 mm long - and its vector is (3.291575012553949e-08,6.78205935855658e-09,9.418363333679736e-08) mm - Endpoint of ComputeStep() was (678.5911401224224,85.69038241834141,-1831.409589873967) - and current position to locate is (678.5911401553382,85.69038242512347,-1831.409589779784) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000207477321e-07 mm long - and its vector is (4.96006578032393e-08,8.079166491370415e-08,-3.181958163622767e-08) mm - Endpoint of ComputeStep() was (-691.01082069196,145.87027962241,-1845.160229731572) - and current position to locate is (-691.0108206423594,145.8702797032016,-1845.160229763391) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996793605981e-08 mm long - and its vector is (-7.385619937849697e-08,-6.546042641275562e-08,1.613034328329377e-08) mm - Endpoint of ComputeStep() was (-566.8725428171413,-318.0495560044927,-1377.051254738257) - and current position to locate is (-566.8725428909975,-318.0495560699531,-1377.051254722127) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000193817787e-07 mm long - and its vector is (-7.057599304971518e-08,4.866917890922196e-08,-5.148149284650572e-08) mm - Endpoint of ComputeStep() was (-517.721408007926,113.4219714436882,-1922.181337432782) - and current position to locate is (-517.721408078502,113.4219714923574,-1922.181337484264) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999305230946e-08 mm long - and its vector is (5.577112460741773e-08,-6.030060717421293e-08,-5.703873284801375e-08) mm - Endpoint of ComputeStep() was (-692.0219435387634,165.0821476542313,-1697.385820344265) - and current position to locate is (-692.0219434829922,165.0821475939307,-1697.385820401304) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000242180933e-07 mm long - and its vector is (-7.702038828938385e-08,4.401863407110795e-08,-4.615435500454623e-08) mm - Endpoint of ComputeStep() was (384.1907901157526,-319.9959950961666,-1270.478184215743) - and current position to locate is (384.1907900387322,-319.995995052148,-1270.478184261897) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000061378504e-07 mm long - and its vector is (-9.544987733534072e-08,-1.989451448025648e-08,2.221554495918099e-08) mm - Endpoint of ComputeStep() was (509.9931841600733,313.7306815744842,-1707.374212472849) - and current position to locate is (509.9931840646234,313.7306815545896,-1707.374212450633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995982923451e-08 mm long - and its vector is (-9.999200756283244e-08,-4.881712811766192e-10,-1.162788976216689e-09) mm - Endpoint of ComputeStep() was (-529.162891978005,272.2842930418613,-1794.960813328967) - and current position to locate is (-529.162892077997,272.2842930413731,-1794.960813330129) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998922672398e-08 mm long - and its vector is (3.087632194365142e-08,-8.503320714225993e-08,4.2614601625246e-08) mm - Endpoint of ComputeStep() was (800.2188413359543,-340.5113222740814,-1672.12193427583) - and current position to locate is (800.2188413668306,-340.5113223591146,-1672.121934233216) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001047081272e-07 mm long - and its vector is (-4.384617113828426e-08,-2.920080532931024e-08,-8.499910109094344e-08) mm - Endpoint of ComputeStep() was (-598.0830119112353,363.7261481279288,-1833.52214890212) - and current position to locate is (-598.0830119550815,363.726148098728,-1833.522148987119) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000063736332e-07 mm long - and its vector is (-7.334767815336818e-08,-6.248350814530568e-08,2.675687937880866e-08) mm - Endpoint of ComputeStep() was (-557.4728940474452,177.2977844991832,-1801.344153426263) - and current position to locate is (-557.4728941207928,177.2977844366997,-1801.344153399506) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999990596049177e-08 mm long - and its vector is (2.657657205418218e-09,-9.885255281005811e-09,-9.947461876436137e-08) mm - Endpoint of ComputeStep() was (-528.2805310469732,101.783806554997,-1859.167606086964) - and current position to locate is (-528.2805310443156,101.7838065451117,-1859.167606186439) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000027895411e-07 mm long - and its vector is (-8.931203865358839e-08,4.479227300180355e-08,4.125240593566559e-09) mm - Endpoint of ComputeStep() was (334.316959971079,-371.7958719091973,-1798.729381089038) - and current position to locate is (334.3169598817669,-371.795871864405,-1798.729381084912) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000252287397e-07 mm long - and its vector is (-9.077325557882432e-09,-5.718271722798818e-08,8.153369890351314e-08) mm - Endpoint of ComputeStep() was (-819.9158912370889,123.1015699052205,-1841.512820551972) - and current position to locate is (-819.9158912461662,123.1015698480377,-1841.512820470439) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000031087701e-07 mm long - and its vector is (8.918038929550676e-08,-4.021171662316192e-08,-2.073346649922314e-08) mm - Endpoint of ComputeStep() was (585.2688367454728,357.2774547034115,-365.8815131130666) - and current position to locate is (585.2688368346531,357.2774546631998,-365.8815131338001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999869835133e-08 mm long - and its vector is (-2.100057372445008e-08,9.316659088653978e-08,2.964725354104303e-08) mm - Endpoint of ComputeStep() was (-776.0351377994162,-172.9578450129381,-1830.673722217033) - and current position to locate is (-776.0351378204168,-172.9578449197715,-1830.673722187386) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001037108516e-07 mm long - and its vector is (-5.036713446315844e-08,4.430346223216475e-08,7.416451808239799e-08) mm - Endpoint of ComputeStep() was (-540.0547141461053,-104.1196700119252,-1881.980403176072) - and current position to locate is (-540.0547141964724,-104.1196699676217,-1881.980403101908) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992522319509e-08 mm long - and its vector is (2.371211849094834e-08,9.828248437315779e-09,-9.664950084697921e-08) mm - Endpoint of ComputeStep() was (-706.4143980088126,11.28814156050733,-1727.338214775198) - and current position to locate is (-706.4143979851004,11.28814157033558,-1727.338214871847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000359037163e-07 mm long - and its vector is (5.003960268368246e-08,-6.560853194059746e-08,-5.649394552165177e-08) mm - Endpoint of ComputeStep() was (-582.9564333395551,-96.49703438371178,-1634.722944948493) - and current position to locate is (-582.9564332895155,-96.49703444932031,-1634.722945004987) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000279919948e-07 mm long - and its vector is (1.761631551744358e-08,8.64225739860558e-08,-4.712546797236428e-08) mm - Endpoint of ComputeStep() was (-192.7992703283345,-515.1004188084953,-1232.290932178284) - and current position to locate is (-192.7992703107182,-515.1004187220727,-1232.29093222541) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000363662266e-07 mm long - and its vector is (-5.11495272803586e-08,7.499910825714551e-08,-4.193884706182871e-08) mm - Endpoint of ComputeStep() was (-571.9551493612616,-5.528103685832389,-1715.906233630083) - and current position to locate is (-571.9551494124112,-5.528103610833281,-1715.906233672022) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000074099646e-07 mm long - and its vector is (8.506555104759173e-08,-4.054517432905413e-08,3.346553967276122e-08) mm - Endpoint of ComputeStep() was (-505.3241569768131,93.62371827436611,-1768.749721964113) - and current position to locate is (-505.3241568917476,93.62371823382094,-1768.749721930647) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000190478763e-07 mm long - and its vector is (-5.842946393386228e-08,-7.412359082081821e-08,3.304080564703327e-08) mm - Endpoint of ComputeStep() was (745.6206824794609,289.9134318878212,-1168.977911036635) - and current position to locate is (745.6206824210315,289.9134318136976,-1168.977911003594) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.9999949585221e-08 mm long - and its vector is (4.478761184145696e-08,-7.800754531217535e-08,-4.369076123111881e-08) mm - Endpoint of ComputeStep() was (-493.751046099562,78.80294748364732,-1515.923261311936) - and current position to locate is (-493.7510460547744,78.80294740563977,-1515.923261355626) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997151848905e-08 mm long - and its vector is (-5.696949756384129e-08,-5.824669813137007e-08,5.79809693590505e-08) mm - Endpoint of ComputeStep() was (-616.0646957316302,-81.10645581774146,-1963.824190290792) - and current position to locate is (-616.0646957885997,-81.10645587598816,-1963.824190232811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000005613758e-07 mm long - and its vector is (-5.133949798619142e-08,-4.680325105255179e-08,7.192852535808925e-08) mm - Endpoint of ComputeStep() was (527.7769137841046,-225.7336281948361,-1103.988313905757) - and current position to locate is (527.7769137327651,-225.7336282416393,-1103.988313833829) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999148799689e-08 mm long - and its vector is (-4.077747917108354e-08,-9.020703828355181e-08,-1.413809513906017e-08) mm - Endpoint of ComputeStep() was (-430.6665844905061,-388.4923331264973,-1156.759244000299) - and current position to locate is (-430.6665845312835,-388.4923332167043,-1156.759244014437) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999715305484e-08 mm long - and its vector is (9.878374385152711e-08,-1.545743089081952e-08,1.68347469298169e-09) mm - Endpoint of ComputeStep() was (-469.6978377138238,-171.4174475788744,-1671.606608079209) - and current position to locate is (-469.6978376150401,-171.4174475943318,-1671.606608077526) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998972899393e-08 mm long - and its vector is (-5.931667601544177e-08,-6.70289068693819e-08,-4.459434421733022e-08) mm - Endpoint of ComputeStep() was (-151.4819627630371,476.501012594271,-1546.655254878622) - and current position to locate is (-151.4819628223538,476.5010125272421,-1546.655254923216) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000526547424e-07 mm long - and its vector is (-1.486068867961876e-08,-8.388980177187477e-08,-5.236097422312014e-08) mm - Endpoint of ComputeStep() was (-732.2791896280296,298.7371796194909,-1948.164014639581) - and current position to locate is (-732.2791896428903,298.7371795356011,-1948.164014691941) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997557649664e-08 mm long - and its vector is (-6.257721452129772e-08,2.996068815264152e-08,7.201697371783666e-08) mm - Endpoint of ComputeStep() was (-153.1096104277878,-523.9166571086299,-1800.000000072017) - and current position to locate is (-153.109610490365,-523.9166570786692,-1800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998266226999e-08 mm long - and its vector is (-4.745459136756836e-08,-3.887063027008253e-08,7.897551768110134e-08) mm - Endpoint of ComputeStep() was (-579.9672730100905,6.161345849239361,-1959.462452273076) - and current position to locate is (-579.9672730575451,6.161345810368731,-1959.4624521941) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000268631198e-07 mm long - and its vector is (9.738232620293275e-08,1.397012283632648e-09,-2.268780008307658e-08) mm - Endpoint of ComputeStep() was (-796.9571344335483,-73.01443544349389,-1752.544894837165) - and current position to locate is (-796.957134336166,-73.01443544209688,-1752.544894859853) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000425698746e-07 mm long - and its vector is (-5.164292815607041e-08,8.424375351340632e-08,1.536250238132197e-08) mm - Endpoint of ComputeStep() was (-659.5360173936726,-8.424342666374787e-08,-1948.652666689266) - and current position to locate is (-659.5360174453156,3.268496584496461e-13,-1948.652666673904) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995076972868e-08 mm long - and its vector is (-2.13367457035929e-09,-5.682431947207078e-08,-8.225833880715072e-08) mm - Endpoint of ComputeStep() was (-567.9496390351524,245.3388273744004,-1748.601620936359) - and current position to locate is (-567.949639037286,245.3388273175761,-1748.601621018618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000670465495e-07 mm long - and its vector is (2.510148533474421e-09,7.189728989942523e-08,6.945856512174942e-08) mm - Endpoint of ComputeStep() was (-491.5056882600784,201.1317904243734,-1898.413421617655) - and current position to locate is (-491.5056882575682,201.1317904962707,-1898.413421548196) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000067485408e-07 mm long - and its vector is (-1.534169769001892e-08,7.34418570402795e-08,6.61129888612777e-08) mm - Endpoint of ComputeStep() was (-983.5014495713981,-9.555568318016466,-1691.49138501328) - and current position to locate is (-983.5014495867398,-9.555568244574609,-1691.491384947167) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999990422340579e-08 mm long - and its vector is (1.291198259423254e-08,1.882241917883221e-08,-9.736004358273931e-08) mm - Endpoint of ComputeStep() was (-683.2731274349787,183.0824826838081,-1901.280628721521) - and current position to locate is (-683.2731274220668,183.0824827026305,-1901.280628818881) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000288098694e-07 mm long - and its vector is (-5.586832685366971e-08,-8.213433488890587e-08,1.151897777162958e-08) mm - Endpoint of ComputeStep() was (-634.3401570783478,141.8187754503412,-1745.220740055704) - and current position to locate is (-634.3401571342162,141.8187753682069,-1745.220740044185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000519631061e-07 mm long - and its vector is (-9.125983524427284e-08,2.017309697066594e-08,-3.556260708137415e-08) mm - Endpoint of ComputeStep() was (-579.8965617827048,-10.95342536364622,-1783.036033891444) - and current position to locate is (-579.8965618739646,-10.95342534347312,-1783.036033927007) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000210812413e-07 mm long - and its vector is (1.512626113253646e-08,6.344619762899129e-08,7.580092642456293e-08) mm - Endpoint of ComputeStep() was (-626.4577032663343,14.4725962439852,-1648.635516180072) - and current position to locate is (-626.457703251208,14.4725963074314,-1648.635516104271) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000391584406e-07 mm long - and its vector is (9.418636182090268e-08,9.807877177081537e-09,-3.213631316612009e-08) mm - Endpoint of ComputeStep() was (-1008.548480064296,-272.2592063394882,-1817.719091343467) - and current position to locate is (-1008.548479970109,-272.2592063296803,-1817.719091375603) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996232759559e-08 mm long - and its vector is (-3.445109086896991e-08,6.320027523543104e-08,6.941786523384508e-08) mm - Endpoint of ComputeStep() was (-883.8504998026467,-314.764486004734,-1840.882642162087) - and current position to locate is (-883.8504998370978,-314.7644859415337,-1840.882642092669) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999785361237e-08 mm long - and its vector is (-7.806420398992486e-08,5.800256985821761e-08,-2.327396941836923e-08) mm - Endpoint of ComputeStep() was (-891.3980345323329,-294.7538608672206,-1661.367333302463) - and current position to locate is (-891.3980346103971,-294.7538608092181,-1661.367333325737) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997934548455e-08 mm long - and its vector is (3.196919351466931e-08,5.954922244200134e-08,-7.370113053184468e-08) mm - Endpoint of ComputeStep() was (-946.2341253718166,-285.5365136378312,-1585.669350382584) - and current position to locate is (-946.2341253398474,-285.536513578282,-1585.669350456285) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996666893825e-08 mm long - and its vector is (7.926837497507222e-08,6.268635388551047e-09,-6.06401044933591e-08) mm - Endpoint of ComputeStep() was (-652.4287189880596,408.5059663246969,-1844.166291422422) - and current position to locate is (-652.4287189087912,408.5059663309656,-1844.166291483062) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000055418828e-07 mm long - and its vector is (-9.434711500944104e-08,2.025372936031999e-08,-2.623755790409632e-08) mm - Endpoint of ComputeStep() was (497.3170665695986,51.72751096229917,-1091.303445831272) - and current position to locate is (497.3170664752515,51.7275109825529,-1091.30344585751) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000355759098e-07 mm long - and its vector is (-1.924718162626959e-08,-2.786123332043644e-08,-9.409200174559373e-08) mm - Endpoint of ComputeStep() was (536.1274336549022,-433.426562364876,-1473.994843143594) - and current position to locate is (536.1274336356551,-433.4265623927373,-1473.994843237686) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999396491833e-08 mm long - and its vector is (2.25611529458547e-09,-2.997217052325141e-08,9.537598089082167e-08) mm - Endpoint of ComputeStep() was (-564.1345356731156,146.642003843601,-1771.43269678886) - and current position to locate is (-564.1345356708595,146.6420038136288,-1771.432696693484) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999936499596e-08 mm long - and its vector is (-7.711946636845823e-09,-9.904243825076264e-08,-1.145076566899661e-08) mm - Endpoint of ComputeStep() was (567.0132904615352,390.0660378661087,-1151.129304213174) - and current position to locate is (567.0132904538233,390.0660377670663,-1151.129304224625) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996506170315e-08 mm long - and its vector is (-2.957398237413145e-08,6.452006573454128e-08,-7.044525318633532e-08) mm - Endpoint of ComputeStep() was (367.2606516247282,432.2338379296128,-1019.717441273592) - and current position to locate is (367.2606515951542,432.2338379941328,-1019.717441344037) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000020315078e-07 mm long - and its vector is (7.14186398909078e-08,6.193715762492502e-08,-3.260629455326125e-08) mm - Endpoint of ComputeStep() was (-671.4096062912627,86.86293062683718,-1727.042517144337) - and current position to locate is (-671.409606219844,86.86293068877434,-1727.042517176943) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000205063483e-07 mm long - and its vector is (-2.075432803394506e-08,7.406752899896674e-08,6.390041562553961e-08) mm - Endpoint of ComputeStep() was (-588.4667673196271,-111.1133406393276,-1839.0169301075) - and current position to locate is (-588.4667673403815,-111.11334056526,-1839.0169300436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999990489419626e-08 mm long - and its vector is (-4.374476247903658e-08,3.2156489027102e-08,8.397819328820333e-08) mm - Endpoint of ComputeStep() was (549.8271626432028,13.78735895458031,-1186.988565275754) - and current position to locate is (549.827162599458,13.7873589867368,-1186.988565191775) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000144789967e-07 mm long - and its vector is (2.675221821846208e-08,-9.451969162910245e-08,-1.871762833616231e-08) mm - Endpoint of ComputeStep() was (647.7631772845438,-206.888535401226,-1277.520034932472) - and current position to locate is (647.763177311296,-206.8885354957457,-1277.520034951189) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998642350326e-08 mm long - and its vector is (-7.691109260576923e-08,-6.291350018727826e-08,-1.125044946093112e-08) mm - Endpoint of ComputeStep() was (-74.45147892397461,-565.5151277565324,-1706.284519941576) - and current position to locate is (-74.4514790008857,-565.5151278194459,-1706.284519952826) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000216298587e-07 mm long - and its vector is (-7.258233836182626e-08,-6.587680445591104e-08,1.980038177862298e-08) mm - Endpoint of ComputeStep() was (507.1308013877807,-507.1308012493222,-1799.274589378231) - and current position to locate is (507.1308013151983,-507.130801315199,-1799.274589358431) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000040473302e-07 mm long - and its vector is (8.614756552560721e-08,4.258900787590392e-08,2.765455064945854e-08) mm - Endpoint of ComputeStep() was (-586.8837752082495,102.1430071516476,-1659.204791849806) - and current position to locate is (-586.883775122102,102.1430071942366,-1659.204791822151) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000007578538e-07 mm long - and its vector is (-3.964260031352751e-10,-8.606721735304745e-08,-5.09144228999503e-08) mm - Endpoint of ComputeStep() was (-599.578049238241,199.1101055248391,-1703.13360677651) - and current position to locate is (-599.5780492386374,199.1101054387719,-1703.133606827425) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994199547025e-08 mm long - and its vector is (4.193816494080238e-08,-7.514961453125579e-08,-5.092852006782778e-08) mm - Endpoint of ComputeStep() was (222.2002936139286,-481.1725568098483,-1465.658898199891) - and current position to locate is (222.2002936558668,-481.1725568849979,-1465.658898250819) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999412980517e-08 mm long - and its vector is (-2.592292958070175e-08,9.463468586545787e-08,1.929447535076179e-08) mm - Endpoint of ComputeStep() was (-180.438136805395,498.3393208272072,-1964.99436925732) - and current position to locate is (-180.4381368313179,498.3393209218419,-1964.994369238026) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.9999992551539e-08 mm long - and its vector is (4.40483063357533e-08,1.550007766581984e-08,-8.842789611662738e-08) mm - Endpoint of ComputeStep() was (-645.5608592961887,120.4132047636576,-1661.096980619184) - and current position to locate is (-645.5608592521404,120.4132047791577,-1661.096980707612) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000146441281e-07 mm long - and its vector is (-8.231938863900723e-08,-5.537388148013633e-08,-1.254011294804513e-08) mm - Endpoint of ComputeStep() was (496.3941717904476,-59.94018925197994,-1699.615830469829) - and current position to locate is (496.3941717081282,-59.94018930735382,-1699.615830482369) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996862289458e-08 mm long - and its vector is (4.461884373085923e-08,-4.127377906115726e-08,-7.940798241179436e-08) mm - Endpoint of ComputeStep() was (-440.6931104399495,411.4551168189411,-1971.816661056732) - and current position to locate is (-440.6931103953307,411.4551167776673,-1971.81666113614) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11303 (anti_proton,5.3585489827578[GeV]) at (-477.47618121629,148.37956857705,-1705.9070356484) +Cell[0,19] 0.17427746027941 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.17427746027941 (GeV) + +Source track ID 11371 (pi+,1.21251166593[GeV]) at (-411.50214815928,284.0175735061,-1958.9836793) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,10] 1.105232804548e-07 [GeV] -Cell[8,6] 8.7844421025466e-05 [GeV] -Cell[7,32] 1.0477378964424e-12 [GeV] -Cell[7,10] 0.00019914934804297 [GeV] -Cell[8,5] 4.8659883323126e-06 [GeV] -Cell[8,7] 6.4275352274308e-06 [GeV] -Cell[7,8] 0.0014157393806566 [GeV] -Cell[2,34] 0.00093870906211873 [GeV] -Cell[6,2] 0.0017794551248912 [GeV] -Cell[7,27] 4.590857133735e-07 [GeV] -Cell[0,31] 0.00047408302687802 [GeV] -Cell[2,41] 8.2603844904156e-05 [GeV] -Cell[2,32] 2.352192212129e-06 [GeV] -Cell[7,33] 1.4187772199534e-05 [GeV] -Cell[6,25] 0.00013052718343749 [GeV] -Cell[9,33] 2.0730450976771e-05 [GeV] -Cell[8,34] 2.9854426975362e-07 [GeV] -Cell[8,39] 6.0124553336875e-05 [GeV] -Cell[9,39] 0.00046655767966193 [GeV] -Cell[5,25] 2.4266584019642e-05 [GeV] -Cell[1,4] 0.0020356967151216 [GeV] -Cell[2,28] 0.024179700484496 [GeV] -Cell[2,10] 0.00013569744809502 [GeV] -Cell[6,29] 7.4490782862995e-06 [GeV] -Cell[7,43] 1.476857776197e-07 [GeV] -Cell[7,44] 0.0012370693515683 [GeV] -Cell[0,0] 0.0017244154524383 [GeV] -Cell[6,28] 0.00067803536919052 [GeV] -Cell[6,27] 0.0014309700967525 [GeV] -Cell[6,3] 0.00046540153715705 [GeV] -Cell[2,19] 0.006024338862683 [GeV] -Cell[2,18] 0.00066258993461656 [GeV] -Cell[7,30] 0.0015086912704601 [GeV] -Cell[6,5] 1.4897901564837e-08 [GeV] -Cell[6,41] 0.00013987633287798 [GeV] -Cell[6,40] 3.6447747261263e-06 [GeV] -Cell[3,27] 0.00080140069699075 [GeV] -Cell[1,24] 0.0094117860653351 [GeV] -Cell[2,13] 0.00029712360212261 [GeV] -Cell[6,46] 3.9464794099331e-11 [GeV] -Cell[6,45] 0.0020192900997926 [GeV] -Cell[5,46] 5.1098522753477e-05 [GeV] -Cell[5,47] 7.0378616056814e-06 [GeV] -Cell[3,44] 0.0022663963321884 [GeV] -Cell[6,4] 4.1804773209151e-06 [GeV] -Cell[4,2] 7.0972557068671e-08 [GeV] -Cell[4,0] 2.2310219614383e-05 [GeV] -Cell[4,29] 1.098620873563e-08 [GeV] -Cell[4,28] 2.8692830230739e-06 [GeV] -Cell[12,34] 1.5117845418899e-07 [GeV] -Cell[0,24] 0.026846692072677 [GeV] -Cell[0,39] 2.5992985453058e-06 [GeV] -Cell[0,21] 1.2908256105461 [GeV] -Cell[1,23] 0.0620867584832 [GeV] -Cell[1,22] 0.25492743723132 [GeV] -Cell[0,22] 0.63370535684611 [GeV] -Cell[0,23] 0.08251791215998 [GeV] -Cell[0,20] 0.082121093084054 [GeV] -Cell[0,2] 0.00047629555187143 [GeV] -Cell[0,46] 0.0038693927869552 [GeV] -Cell[0,45] 0.0045889971813442 [GeV] -Cell[0,47] 0.0036671920703762 [GeV] -Cell[0,19] 0.2163394467482 [GeV] -Cell[1,19] 0.0043574605818321 [GeV] -Cell[1,17] 7.7964902156964e-06 [GeV] -Cell[1,18] 0.00027885320225107 [GeV] -Cell[0,17] 0.0024071659960304 [GeV] -Cell[0,18] 0.024462514235632 [GeV] -Cell[3,37] 0.0022279320636188 [GeV] -Cell[3,47] 0.00079885046548736 [GeV] -Cell[8,4] 3.4880287898886e-08 [GeV] -Cell[2,27] 0.11158514106181 [GeV] -Cell[2,26] 0.00034505592511039 [GeV] -Cell[1,45] 0.0044099160905224 [GeV] -Cell[3,4] 1.5561818188417e-06 [GeV] -Cell[6,44] 0.023807625587356 [GeV] -Cell[4,42] 9.0541696408764e-08 [GeV] -Cell[2,5] 0.00078996354896295 [GeV] -Cell[2,33] 0.0030184064111147 [GeV] -Cell[2,38] 0.00028932564402521 [GeV] -Cell[1,5] 2.0444545118607e-05 [GeV] -Cell[1,6] 4.5550196205113e-08 [GeV] -Cell[3,33] 5.7950192964427e-06 [GeV] -Cell[1,40] 0.00070612387760013 [GeV] -Cell[1,41] 0.00025937607368644 [GeV] -Cell[0,42] 0.0011336536029073 [GeV] -Cell[1,42] 0.00073138259735697 [GeV] -Cell[0,8] 0.00048865231305695 [GeV] -Cell[0,25] 0.064210198295902 [GeV] -Cell[0,3] 2.1011292076309e-06 [GeV] -Cell[0,16] 0.0014983500186186 [GeV] -Cell[4,44] 1.2137167670289e-05 [GeV] -Cell[1,27] 0.0047585565059359 [GeV] -Cell[2,12] 1.8847452389309e-05 [GeV] -Cell[3,30] 3.0437080713455e-06 [GeV] -Cell[2,14] 2.2738393658074e-05 [GeV] -Cell[1,15] 2.5525514502078e-09 [GeV] -Cell[1,20] 0.026011548571799 [GeV] -Cell[4,6] 4.1590080199967e-06 [GeV] -Cell[4,43] 0.00038897368824291 [GeV] -Cell[4,41] 4.3759646359831e-09 [GeV] -Cell[7,1] 0.0024519111739171 [GeV] -Cell[1,1] 1.9149248072381e-06 [GeV] -Cell[1,10] 0.00035600021755819 [GeV] -Cell[1,8] 3.0154175474308e-05 [GeV] -Cell[2,9] 0.00099239483302517 [GeV] -Cell[1,12] 0.00042944890486012 [GeV] -Cell[4,32] 1.902692715521e-05 [GeV] -Cell[2,7] 0.00030534762842808 [GeV] -Cell[0,1] 1.5420035264697e-05 [GeV] -Cell[0,38] 0.0055333806433627 [GeV] -Cell[1,21] 0.52391590277754 [GeV] -Cell[1,11] 1.4012786690955e-05 [GeV] -Cell[3,13] 1.7714466346661e-05 [GeV] -Cell[1,33] 3.3524932436535e-05 [GeV] -Cell[2,46] 8.0533757572994e-06 [GeV] -Cell[1,46] 0.00034568030945127 [GeV] -Cell[2,0] 2.4284511746373e-06 [GeV] -Cell[2,1] 0.00054563845410996 [GeV] -Cell[2,21] 0.0067575611769319 [GeV] -Cell[1,30] 3.0848277150653e-05 [GeV] -Cell[1,25] 0.0024747843146137 [GeV] -Cell[2,22] 0.0016856342576771 [GeV] -Cell[2,23] 2.1595427758712e-06 [GeV] -Cell[1,29] 0.00052257160939513 [GeV] -Cell[5,15] 1.5655736206099e-08 [GeV] -Cell[5,14] 1.1630615335889e-07 [GeV] -Cell[2,40] 0.0022288108046132 [GeV] -Cell[2,39] 0.0082402056417734 [GeV] -Cell[5,44] 6.222419324331e-08 [GeV] -Cell[8,43] 0.0006098940540943 [GeV] -Cell[5,45] 0.00084017992624217 [GeV] -Cell[6,43] 5.3501759912251e-06 [GeV] -Cell[7,45] 0.00012571898043814 [GeV] -Cell[8,44] 0.00080459658121811 [GeV] -Cell[1,16] 0.0003789870009175 [GeV] -Cell[0,12] 0.00011453897324827 [GeV] -Cell[2,20] 0.0090313769146382 [GeV] -Cell[0,15] 1.2499482950261e-06 [GeV] -Cell[4,46] 9.9942367523909e-07 [GeV] -Cell[3,5] 7.4989792935867e-06 [GeV] -Cell[4,13] 1.1112247824599e-05 [GeV] -Cell[1,26] 0.0013314057281486 [GeV] -Cell[2,31] 7.2062501567416e-07 [GeV] -Cell[3,29] 3.3020268892869e-07 [GeV] -Cell[4,3] 0.0016219904295929 [GeV] -Cell[0,10] 0.00062569788110682 [GeV] -Cell[0,26] 0.0026675554994111 [GeV] -Cell[1,44] 0.0017093293704821 [GeV] -Cell[2,44] 0.0019739892099803 [GeV] -Cell[2,6] 0.0025112479131178 [GeV] -Cell[6,19] 4.0485241340056e-05 [GeV] -Cell[6,21] 0.00030531445794668 [GeV] -Cell[7,3] 0.00029845837370874 [GeV] -Cell[7,2] 5.6773874796363e-05 [GeV] -Cell[8,3] 6.1609398471774e-11 [GeV] -Cell[9,34] 0.00023422258259131 [GeV] -Cell[5,10] 1.0411944822408e-07 [GeV] -Cell[5,0] 1.7947854939848e-07 [GeV] -Cell[2,4] 3.5779117759375e-05 [GeV] -Cell[3,3] 0.00034099760734193 [GeV] -Cell[3,2] 0.00064008880947279 [GeV] -Cell[2,3] 0.00057741631592262 [GeV] -Cell[0,33] 0.0015026668228365 [GeV] -Cell[0,9] 2.0821500620514e-06 [GeV] -Cell[1,43] 5.4570254246755e-07 [GeV] -Cell[1,7] 0.00033206712061838 [GeV] -Cell[1,34] 0.0010032788793353 [GeV] -Cell[0,32] 0.0012614796077446 [GeV] -Cell[2,25] 8.2930605537967e-07 [GeV] -Cell[0,28] 0.0034474751787978 [GeV] -Cell[3,0] 1.4165834534538e-05 [GeV] -Cell[5,41] 1.763048931025e-08 [GeV] -Cell[3,20] 8.8220841382736e-07 [GeV] -Cell[2,42] 0.0017915636182141 [GeV] -Cell[2,43] 4.3903806317758e-07 [GeV] -Cell[1,32] 1.5379443386337e-05 [GeV] -Cell[0,30] 0.00010074534418004 [GeV] -Cell[4,4] 0.004949589278425 [GeV] -Cell[4,5] 0.00082085503154678 [GeV] -Cell[0,40] 0.00038746381181909 [GeV] -Cell[4,47] 0.00015747187529973 [GeV] -Cell[3,45] 0.0015401622336161 [GeV] -Cell[4,39] 0.00055308252544138 [GeV] -Cell[3,39] 0.00043020553027401 [GeV] -Cell[3,40] 1.5606053406373e-05 [GeV] -Cell[3,41] 1.0464167135069e-05 [GeV] -Cell[4,30] 0.00036014331651813 [GeV] -Cell[4,31] 0.0014413760323455 [GeV] -Cell[3,36] 8.349120998173e-05 [GeV] -Cell[3,38] 0.00032130740389459 [GeV] -Cell[0,44] 1.9107479602098e-06 [GeV] -Cell[0,43] 0.0016812802536665 [GeV] -Cell[0,14] 0.00040339322941793 [GeV] -### Total energy deposition in calorimeter by a source track in 194 cells : 3.6083603008679 (GeV) - -Source track ID 11298 (gamma,0.3844820986824[GeV]) at (-394.438084838,307.27609283726,-1252.6820773003) +Cell[0,19] 0.053209048010469 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.053209048010469 (GeV) + +Source track ID 11372 (anti_proton,5.3584578331037[GeV]) at (-483.01532521328,129.21375936452,-1698.8832571698) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,33] 0.00051099891 [GeV] -Cell[7,31] 0.00093954349678508 [GeV] -Cell[6,44] 0.00049402361049639 [GeV] -Cell[1,33] 0.010844046426713 [GeV] -Cell[3,5] 0.00051099891 [GeV] -Cell[3,2] 0.00084313674729515 [GeV] -Cell[1,34] 0.0020344828167929 [GeV] -Cell[2,25] 0.0065525388431178 [GeV] -Cell[3,20] 0.0070430545646317 [GeV] -Cell[3,18] 0.21450405959854 [GeV] -Cell[3,19] 0.13151955495106 [GeV] -Cell[3,42] 0.00051099891 [GeV] -Cell[3,17] 3.5742589431038e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.37631101204437 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999083854521e-08 mm long - and its vector is (6.947709607629804e-08,-4.765691308250553e-08,-5.386789325712016e-08) mm - Endpoint of ComputeStep() was (785.60223985201,12.21636420095886,-750.7758224149786) - and current position to locate is (785.6022399214871,12.21636415330194,-750.7758224688465) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998996367515e-08 mm long - and its vector is (-6.848176781204529e-08,7.036386762138136e-08,1.895182322186884e-08) mm - Endpoint of ComputeStep() was (495.2253043929683,-68.93401168088873,-1866.840044366838) - and current position to locate is (495.2253043244866,-68.93401161052486,-1866.840044347887) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999990777348e-08 mm long - and its vector is (-5.730487373512005e-08,5.208050879446091e-08,6.327536539174616e-08) mm - Endpoint of ComputeStep() was (-171.773816348976,-567.1671101367052,-1906.911543200356) - and current position to locate is (-171.7738164062809,-567.1671100846247,-1906.91154313708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998013451179e-08 mm long - and its vector is (7.57180949051417e-08,6.436880539695267e-08,1.110959146899404e-08) mm - Endpoint of ComputeStep() was (15.10430594498269,-679.8322293236421,-263.1000309433729) - and current position to locate is (15.10430602070079,-679.8322292592733,-263.1000309322633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995402352675e-08 mm long - and its vector is (-4.455131374925259e-09,9.679001777840313e-08,2.473530003044289e-08) mm - Endpoint of ComputeStep() was (185.9367532519242,-529.9411004615887,-1691.754130089789) - and current position to locate is (185.9367532474691,-529.9411003647987,-1691.754130065054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995466987196e-08 mm long - and its vector is (-5.127448332586937e-08,6.750838110747281e-09,-8.558822628401686e-08) mm - Endpoint of ComputeStep() was (-104.1821045170732,532.4154206969437,-1554.097842900926) - and current position to locate is (-104.1821045683477,532.4154207036945,-1554.097842986514) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000084437464e-07 mm long - and its vector is (8.817779928449454e-08,4.179094048595289e-08,-2.186766323575284e-08) mm - Endpoint of ComputeStep() was (-109.0153658120449,598.1457461583841,-1556.712560486464) - and current position to locate is (-109.0153657238671,598.145746200175,-1556.712560508332) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998499279059e-08 mm long - and its vector is (2.180351543756842e-08,-8.983590760180959e-08,3.813283910858445e-08) mm - Endpoint of ComputeStep() was (155.0611392844281,-480.1538889297051,-1657.374153200918) - and current position to locate is (155.0611393062316,-480.153889019541,-1657.374153162785) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000054533746e-07 mm long - and its vector is (3.874896492561675e-08,3.931336323148571e-08,-8.338452062162105e-08) mm - Endpoint of ComputeStep() was (-116.4438409360156,524.5420153912943,-1669.533256510205) - and current position to locate is (-116.4438408972666,524.5420154306076,-1669.533256593589) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000040594184e-07 mm long - and its vector is (5.558172233577352e-08,-6.130497354206454e-08,5.614606379822362e-08) mm - Endpoint of ComputeStep() was (598.5126462780479,253.540158968559,-1828.103795055524) - and current position to locate is (598.5126463336296,253.540158907254,-1828.103794999378) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000193984586e-07 mm long - and its vector is (-2.965327894344227e-08,3.554248451109743e-08,-8.86420821188949e-08) mm - Endpoint of ComputeStep() was (-200.6856871234705,508.4550716604439,-1751.942655504856) - and current position to locate is (-200.6856871531238,508.4550716959864,-1751.942655593498) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998048306342e-08 mm long - and its vector is (1.580065145390108e-08,-9.237864522696561e-08,3.487866706564091e-08) mm - Endpoint of ComputeStep() was (-637.9673115318913,9.237876779558753e-08,-1822.273295071084) - and current position to locate is (-637.9673115160906,1.225686219186173e-13,-1822.273295036206) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997997472356e-08 mm long - and its vector is (-2.056356152024819e-08,-6.60680257169588e-08,-7.219523467938416e-08) mm - Endpoint of ComputeStep() was (-514.4215319824427,274.9650187841583,-1915.240410780902) - and current position to locate is (-514.4215320030063,274.9650187180903,-1915.240410853097) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998569578617e-08 mm long - and its vector is (5.255553503502597e-08,7.936330348456977e-08,-3.064928932872135e-08) mm - Endpoint of ComputeStep() was (-83.3146814022231,-541.8739974337722,-1497.068470040597) - and current position to locate is (-83.31468134966757,-541.8739973544089,-1497.068470071246) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998937135136e-08 mm long - and its vector is (9.207599305227632e-08,2.795343334582867e-08,2.721424152696272e-08) mm - Endpoint of ComputeStep() was (-278.0258137227105,-451.2739028089117,-746.2367239721826) - and current position to locate is (-278.0258136306345,-451.2739027809583,-746.2367239449684) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000320183235e-07 mm long - and its vector is (-1.997830167965731e-08,-8.403549145441502e-08,-5.038759809394833e-08) mm - Endpoint of ComputeStep() was (508.3321659039824,423.0891871187725,-1799.999999949612) - and current position to locate is (508.3321658840041,423.089187034737,-1800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000314810281e-07 mm long - and its vector is (8.764936865190975e-08,-4.11953422485567e-08,2.491060513420962e-08) mm - Endpoint of ComputeStep() was (-579.37800939722,-26.85372090170387,-1806.272780861861) - and current position to locate is (-579.3780093095706,-26.85372094289921,-1806.27278083695) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000006416313e-07 mm long - and its vector is (-1.333057753072353e-08,9.907853382173926e-08,2.396063791820779e-09) mm - Endpoint of ComputeStep() was (-521.0898374962734,189.9525737132897,-1108.365106851803) - and current position to locate is (-521.089837509604,189.9525738123683,-1108.365106849407) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000020155559e-07 mm long - and its vector is (-6.013681641547919e-08,7.267794899235014e-08,-3.318859853607137e-08) mm - Endpoint of ComputeStep() was (-29.8950355381495,699.3613420435254,-1605.580196459924) - and current position to locate is (-29.89503559828632,699.3613421162033,-1605.580196493113) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000015693296e-07 mm long - and its vector is (-1.517750547463947e-08,-6.564982868439984e-08,7.389007805613801e-08) mm - Endpoint of ComputeStep() was (214.4114008712538,1272.080250424522,-1726.768170239425) - and current position to locate is (214.4114008560763,1272.080250358872,-1726.768170165535) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000123543878e-07 mm long - and its vector is (7.365848375684436e-08,2.869455784093589e-09,6.757363735232502e-08) mm - Endpoint of ComputeStep() was (80.05258209513472,1270.824404205694,-1792.938722313473) - and current position to locate is (80.05258216879321,1270.824404208564,-1792.938722245899) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995538585506e-08 mm long - and its vector is (2.321229430890526e-09,9.98934410745278e-08,-3.987906893598847e-09) mm - Endpoint of ComputeStep() was (-91.29456558666257,1205.900867223416,-1798.018849595295) - and current position to locate is (-91.29456558434134,1205.90086732331,-1798.018849599283) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000199110995e-07 mm long - and its vector is (7.412194413802808e-08,5.727542884415016e-09,6.688151188427582e-08) mm - Endpoint of ComputeStep() was (11.45312324536463,1183.000094786304,-1700.20828442052) - and current position to locate is (11.45312331948657,1183.000094792032,-1700.208284353638) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000295491783e-07 mm long - and its vector is (-6.618990511242373e-08,-3.411560101085342e-08,-6.674599717371166e-08) mm - Endpoint of ComputeStep() was (53.73301932565635,1248.844571084197,-1683.200500116913) - and current position to locate is (53.73301925946645,1248.844571050081,-1683.200500183659) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999815260051e-08 mm long - and its vector is (-1.845038077874506e-08,5.162860361451749e-08,8.363053893845063e-08) mm - Endpoint of ComputeStep() was (-12.08139896881682,1251.978014023931,-1567.633347657064) - and current position to locate is (-12.0813989872672,1251.97801407556,-1567.633347573434) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998916261849e-08 mm long - and its vector is (-6.334583702027885e-08,-7.456605999323074e-08,-2.066894921881612e-08) mm - Endpoint of ComputeStep() was (107.1849051036297,1295.573771085505,-1433.736676327538) - and current position to locate is (107.1849050402838,1295.573771010939,-1433.736676348207) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994688620888e-08 mm long - and its vector is (-5.45470228985323e-08,-7.857624950702302e-08,2.916135599662084e-08) mm - Endpoint of ComputeStep() was (44.90309628029079,1432.983101190094,-1933.695221943792) - and current position to locate is (44.90309622574377,1432.983101111518,-1933.695221914631) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.0000006847062e-07 mm long - and its vector is (2.377925056862296e-08,-3.849947916023666e-08,-8.917595550883561e-08) mm - Endpoint of ComputeStep() was (-201.5382108893638,529.3110708500911,-1695.521532992873) - and current position to locate is (-201.5382108655845,529.3110708115917,-1695.521533082049) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000294231905e-07 mm long - and its vector is (-1.217733824887546e-08,-6.394367346729268e-08,7.591393114125822e-08) mm - Endpoint of ComputeStep() was (-260.5151952996178,475.3455135750643,-1687.446299285521) - and current position to locate is (-260.5151953117951,475.3455135111207,-1687.446299209607) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994429666944e-08 mm long - and its vector is (6.366005322888668e-08,3.707492624016595e-08,-6.762275006622076e-08) mm - Endpoint of ComputeStep() was (-179.4785166688106,498.6857347470822,-1723.531129268535) - and current position to locate is (-179.4785166051505,498.6857347841571,-1723.531129336158) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999565344734e-08 mm long - and its vector is (-9.089745844903518e-09,9.690006663731765e-08,2.297269929840695e-08) mm - Endpoint of ComputeStep() was (-232.3898728521536,639.0578587793798,-1946.890666967354) - and current position to locate is (-232.3898728612433,639.0578588762799,-1946.890666944382) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000107100424e-07 mm long - and its vector is (-4.807708364751306e-08,-7.080836894601816e-08,-5.171818884264212e-08) mm - Endpoint of ComputeStep() was (-289.8008127588059,572.612434607684,-1666.927008555535) - and current position to locate is (-289.800812806883,572.6124345368756,-1666.927008607253) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000592094221e-07 mm long - and its vector is (2.114504127348482e-08,6.371078598021995e-08,-7.4120407589362e-08) mm - Endpoint of ComputeStep() was (121.0500208245292,727.7542989408619,-1738.44754053054) - and current position to locate is (121.0500208456742,727.7542990045727,-1738.44754060466) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000435156379e-07 mm long - and its vector is (5.609952324903134e-08,7.616029051860096e-08,-3.244167601224035e-08) mm - Endpoint of ComputeStep() was (-88.91987576338634,872.0299174331979,-1693.23032048714) - and current position to locate is (-88.91987570728682,872.0299175093581,-1693.230320519582) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 11119 (proton,2.1151536860247[GeV]) at (-105.63918498463,488.71296544678,-1633.3339812601) +Cell[4,9] 3.3703913686622e-09 [GeV] +Cell[9,30] 0.00026250465818714 [GeV] +Cell[8,30] 1.2771249657817e-10 [GeV] +Cell[4,32] 0.00066854501746138 [GeV] +Cell[4,40] 2.8713839128613e-10 [GeV] +Cell[7,15] 0.00095310445064638 [GeV] +Cell[5,32] 2.323036963935e-05 [GeV] +Cell[8,39] 4.8337873013224e-06 [GeV] +Cell[6,35] 0.005058850099872 [GeV] +Cell[5,33] 2.8527176735224e-05 [GeV] +Cell[16,13] 0.0018412762696886 [GeV] +Cell[17,16] 0.0026124204729644 [GeV] +Cell[13,8] 9.3465081752584e-05 [GeV] +Cell[3,4] 5.0498333621363e-08 [GeV] +Cell[4,11] 0.0014578862068212 [GeV] +Cell[4,10] 7.0112271251901e-06 [GeV] +Cell[3,5] 1.6924168448895e-09 [GeV] +Cell[3,2] 5.9786530223164e-05 [GeV] +Cell[2,3] 2.497595269233e-05 [GeV] +Cell[16,44] 7.7480285654019e-10 [GeV] +Cell[2,12] 0.0042502562089616 [GeV] +Cell[2,13] 2.0603950833902e-06 [GeV] +Cell[2,11] 0.00090686116509639 [GeV] +Cell[15,35] 0.00040315776922717 [GeV] +Cell[1,24] 0.0023900257062337 [GeV] +Cell[0,24] 0.0018963541683491 [GeV] +Cell[0,21] 1.870916162598 [GeV] +Cell[9,0] 0.00045940029762567 [GeV] +Cell[4,42] 0.0009697563926012 [GeV] +Cell[0,19] 0.025944889904615 [GeV] +Cell[1,22] 0.17085167124053 [GeV] +Cell[0,22] 2.3885487737099 [GeV] +Cell[3,47] 0.00064582324899988 [GeV] +Cell[0,20] 0.033563959933811 [GeV] +Cell[0,23] 0.033798248003788 [GeV] +Cell[3,29] 0.00040639850762739 [GeV] +Cell[1,21] 0.12640570959178 [GeV] +Cell[1,20] 0.0036798748716567 [GeV] +Cell[1,23] 0.0054710328213019 [GeV] +Cell[0,10] 5.0015526940115e-06 [GeV] +Cell[3,46] 2.4902833276428e-05 [GeV] +Cell[0,35] 4.8474728001906e-05 [GeV] +Cell[1,35] 8.3408885757308e-07 [GeV] +Cell[2,6] 3.2376430692693e-06 [GeV] +Cell[2,4] 0.00072883447137235 [GeV] +Cell[2,5] 6.5388970542699e-06 [GeV] +Cell[3,6] 0.00085490478545091 [GeV] +Cell[1,43] 3.968714736402e-09 [GeV] +Cell[2,20] 0.015611039517304 [GeV] +Cell[2,21] 0.0010849975020183 [GeV] +Cell[2,19] 0.00031669004075218 [GeV] +Cell[2,18] 0.002544060875171 [GeV] +Cell[3,20] 0.0081652182757819 [GeV] +Cell[3,19] 9.4516465493143e-05 [GeV] +Cell[3,18] 0.00022363512861898 [GeV] +Cell[7,16] 7.2088374926125e-06 [GeV] +Cell[1,8] 1.833046117099e-05 [GeV] +Cell[16,15] 0.029984023646517 [GeV] +Cell[16,16] 3.9262382865331e-05 [GeV] +Cell[13,24] 5.877165007405e-06 [GeV] +Cell[16,43] 0.0003978620296873 [GeV] +Cell[16,39] 0.00053336662892927 [GeV] +Cell[14,44] 0.00025354870528691 [GeV] +Cell[18,11] 1.0823905933648e-05 [GeV] +Cell[19,36] 1.5170836180914e-05 [GeV] +Cell[19,35] 0.00074372354479237 [GeV] +Cell[19,37] 0.00026849806881137 [GeV] +Cell[19,38] 4.3126681248395e-10 [GeV] +Cell[12,8] 3.8059878570493e-05 [GeV] +Cell[17,20] 0.0013028494057645 [GeV] +Cell[17,28] 8.9749890612438e-06 [GeV] +Cell[18,28] 3.1868952937202e-05 [GeV] +Cell[18,29] 0.00023115512880793 [GeV] +Cell[14,4] 1.1907480220543e-05 [GeV] +Cell[14,3] 4.0855960571207e-05 [GeV] +Cell[13,9] 1.3754865911324e-05 [GeV] +Cell[6,31] 0.00055508482058557 [GeV] +Cell[17,15] 0.00070040598020387 [GeV] +Cell[15,19] 0.0030619747924593 [GeV] +Cell[10,44] 0.00041311883471393 [GeV] +Cell[1,26] 0.0023799571136093 [GeV] +Cell[1,25] 0.0048139275422415 [GeV] +Cell[2,24] 0.00045849684902839 [GeV] +Cell[2,25] 0.0014029968090492 [GeV] +Cell[1,19] 1.2029605529733e-06 [GeV] +Cell[1,18] 1.4706095043948e-08 [GeV] +Cell[2,22] 0.0011611379113482 [GeV] +Cell[2,23] 0.00038460019966567 [GeV] +Cell[2,42] 0.00067066916466911 [GeV] +Cell[1,42] 0.00084483764511107 [GeV] +Cell[1,41] 0.0027964759356415 [GeV] +Cell[2,41] 6.0487957398436e-10 [GeV] +Cell[1,17] 1.4916520332918e-05 [GeV] +Cell[0,18] 2.54905696371e-05 [GeV] +Cell[5,44] 4.8352306475863e-07 [GeV] +Cell[6,10] 3.6250046984264e-05 [GeV] +Cell[6,11] 6.0039497384423e-08 [GeV] +Cell[3,38] 0.00061231465154102 [GeV] +Cell[1,30] 0.00070529179900395 [GeV] +Cell[4,41] 9.557965764543e-06 [GeV] +Cell[4,39] 6.3246852732846e-09 [GeV] +Cell[0,36] 9.0803668717854e-07 [GeV] +Cell[3,3] 0.0010634081241636 [GeV] +Cell[4,2] 0.0003301826355945 [GeV] +Cell[0,29] 4.0113518480211e-09 [GeV] +Cell[2,0] 6.5337881096639e-08 [GeV] +Cell[0,6] 7.1305973106064e-06 [GeV] +Cell[0,2] 0.00085552845853414 [GeV] +Cell[0,1] 2.98306401437e-05 [GeV] +Cell[0,0] 0.0009501387337059 [GeV] +Cell[0,46] 1.4357319741976e-06 [GeV] +Cell[0,47] 5.4506402483412e-05 [GeV] +Cell[1,47] 3.8449070416391e-10 [GeV] +Cell[1,46] 1.8051396182273e-09 [GeV] +Cell[5,34] 0.00031251417058515 [GeV] +Cell[2,17] 0.00090926640757246 [GeV] +### Total energy deposition in calorimeter by a source track in 116 cells : 4.7738410994545 (GeV) + +Source track ID 11367 (gamma,0.3844820986824[GeV]) at (-413.45194639657,281.17163445285,-1136.1921840345) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[2,35] 0.00032673705451407 [GeV] -Cell[2,34] 1.9041229961658e-09 [GeV] -Cell[8,28] 3.5278657451272e-06 [GeV] -Cell[8,36] 7.2325794349126e-08 [GeV] -Cell[6,0] 5.6594405863279e-06 [GeV] -Cell[8,37] 0.0014124625285232 [GeV] -Cell[8,39] 1.9139342475682e-07 [GeV] -Cell[6,29] 0.00033075136798931 [GeV] -Cell[5,29] 0.0013270255758633 [GeV] -Cell[0,6] 0.0029722296361547 [GeV] -Cell[3,27] 0.0012673469995837 [GeV] -Cell[1,24] 2.7878676854016e-05 [GeV] -Cell[2,13] 0.0063297383543812 [GeV] -Cell[1,35] 0.0024842418907051 [GeV] -Cell[0,24] 0.0015728272291776 [GeV] -Cell[0,39] 0.00090953870955525 [GeV] -Cell[0,21] 1.1629479445219e-08 [GeV] -Cell[1,23] 0.00054625092648826 [GeV] -Cell[0,22] 5.4446178057788e-07 [GeV] -Cell[0,23] 0.00056227332839205 [GeV] -Cell[0,20] 0.0016276411516081 [GeV] -Cell[0,2] 5.8207660913467e-14 [GeV] -Cell[0,19] 8.5346522295367e-05 [GeV] -Cell[0,37] 0.0022750962288633 [GeV] -Cell[1,38] 0.0003402357974287 [GeV] -Cell[4,19] 4.6163566148607e-05 [GeV] -Cell[0,5] 0.00089710940488902 [GeV] -Cell[1,5] 2.7297573979013e-10 [GeV] -Cell[0,4] 1.2712553143501e-10 [GeV] -Cell[1,40] 7.8337241429836e-06 [GeV] -Cell[1,42] 4.6246859710664e-09 [GeV] -Cell[0,25] 2.0425650291145e-09 [GeV] -Cell[1,37] 0.0027980785232727 [GeV] -Cell[2,12] 1.7240313914954e-05 [GeV] -Cell[2,11] 0.00035920942638256 [GeV] -Cell[1,14] 0.14763748528002 [GeV] -Cell[2,15] 1.1052167188609e-05 [GeV] -Cell[1,15] 0.034444038725874 [GeV] -Cell[0,29] 5.005719375913e-05 [GeV] -Cell[1,10] 1.1473036061034e-05 [GeV] -Cell[1,9] 0.0017424486191278 [GeV] -Cell[1,8] 0.0016196451982823 [GeV] -Cell[1,13] 0.42604712408769 [GeV] -Cell[1,12] 0.019191138427926 [GeV] -Cell[6,31] 4.757475835504e-10 [GeV] -Cell[4,32] 6.6144857555628e-09 [GeV] -Cell[4,22] 1.4083343558013e-09 [GeV] -Cell[4,21] 4.0800622936104e-06 [GeV] -Cell[1,3] 0.0035243723774177 [GeV] -Cell[0,38] 0.001078198031886 [GeV] -Cell[1,2] 2.4418879443147e-06 [GeV] -Cell[1,11] 0.03130904855301 [GeV] -Cell[2,23] 0.0011965349977116 [GeV] -Cell[1,16] 7.1588354509231e-06 [GeV] -Cell[0,12] 1.3326663076896e-05 [GeV] -Cell[0,15] 0.0011389054549968 [GeV] -Cell[0,10] 6.010286626406e-06 [GeV] -Cell[5,10] 1.2442926527001e-07 [GeV] -Cell[0,33] 0.00092737881411415 [GeV] -Cell[1,34] 0.0009832252058859 [GeV] -Cell[0,28] 0.00017644578492582 [GeV] -Cell[0,40] 2.3763361095916e-05 [GeV] -Cell[0,14] 0.0013168961518413 [GeV] -Cell[3,42] 0.0017062906364586 [GeV] -Cell[6,1] 0.0001755300562005 [GeV] -Cell[6,47] 1.8891003264798e-08 [GeV] -Cell[1,39] 0.00017699653984312 [GeV] -Cell[6,22] 0.00062770818238355 [GeV] -Cell[2,24] 8.9245008215585e-05 [GeV] -Cell[3,24] 9.3293900965818e-06 [GeV] -Cell[4,37] 1.0189259774052e-07 [GeV] -Cell[8,45] 1.6488099936396e-07 [GeV] -Cell[6,32] 6.5847882721073e-06 [GeV] -Cell[0,11] 7.5493346719213e-07 [GeV] -Cell[0,13] 0.0011751109513936 [GeV] -### Total energy deposition in calorimeter by a source track in 75 cells : 0.70496349130845 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000501525425e-07 mm long - and its vector is (6.302764177235076e-08,7.569011017949379e-08,1.72781255969312e-08) mm - Endpoint of ComputeStep() was (-512.4229849385184,184.9640498727605,-1422.079807407556) - and current position to locate is (-512.4229848754908,184.9640499484507,-1422.079807390278) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995637749689e-08 mm long - and its vector is (8.86851694303914e-08,-3.126973879830075e-08,3.401669346203562e-08) mm - Endpoint of ComputeStep() was (608.9813786577681,-23.55722645974237,-1174.743746404101) - and current position to locate is (608.9813787464533,-23.55722649101211,-1174.743746370085) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999989600890846e-08 mm long - and its vector is (-1.33735511553823e-08,-5.736103503295453e-08,8.081360647338443e-08) mm - Endpoint of ComputeStep() was (-566.5710205874481,151.8122474822284,-1327.04202378254) - and current position to locate is (-566.5710206008216,151.8122474248673,-1327.042023701727) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000572169842e-07 mm long - and its vector is (8.715005606063642e-09,4.400257580527978e-08,8.9374680101173e-08) mm - Endpoint of ComputeStep() was (-798.1035114554583,-146.0182440461054,-1437.21873675947) - and current position to locate is (-798.1035114467433,-146.0182440021028,-1437.218736670096) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999786681991e-08 mm long - and its vector is (-7.528478818130679e-08,6.546747499669436e-08,6.797790774726309e-09) mm - Endpoint of ComputeStep() was (239.0959739232198,-439.1276754512343,-1594.766792944097) - and current position to locate is (239.0959738479351,-439.1276753857668,-1594.766792937299) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997573094681e-08 mm long - and its vector is (2.84321686194744e-08,-8.025835995795205e-08,5.244237399892882e-08) mm - Endpoint of ComputeStep() was (-597.7750879868636,198.9093870289127,-1351.539452439995) - and current position to locate is (-597.7750879584314,198.9093869486543,-1351.539452387552) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000206811376e-07 mm long - and its vector is (-9.097902875510044e-09,1.977622332560713e-08,-9.760191232999205e-08) mm - Endpoint of ComputeStep() was (648.0778219421671,-350.5364584149078,-357.1517301695902) - and current position to locate is (648.0778219330692,-350.5364583951316,-357.1517302671921) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000011723391e-07 mm long - and its vector is (-9.840471193456324e-08,1.759488554853306e-08,2.633441908983514e-09) mm - Endpoint of ComputeStep() was (-645.2254517100204,116.6153673109154,-1219.475334194093) - and current position to locate is (-645.2254518084251,116.6153673285103,-1219.47533419146) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995513370623e-08 mm long - and its vector is (-8.177505605999613e-08,5.315490625434904e-08,-2.207684701716062e-08) mm - Endpoint of ComputeStep() was (-516.3055655880346,317.4478182109593,-1275.936031445375) - and current position to locate is (-516.3055656698097,317.4478182641142,-1275.936031467452) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998439840489e-08 mm long - and its vector is (4.035314304928761e-09,8.237346094119857e-08,-5.655374479829334e-08) mm - Endpoint of ComputeStep() was (-558.5270617175655,125.5050751313007,-1574.43866793224) - and current position to locate is (-558.5270617135302,125.5050752136741,-1574.438667988793) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000234884297e-07 mm long - and its vector is (-3.871627995977178e-08,4.487753813009476e-08,-8.054229283516179e-08) mm - Endpoint of ComputeStep() was (-91.36722689760204,-511.0261854875695,-270.8534165116581) - and current position to locate is (-91.36722693631832,-511.026185442692,-270.8534165922003) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000462679267e-07 mm long - and its vector is (-2.142085975265218e-08,-5.286051418806892e-08,8.213964974856935e-08) mm - Endpoint of ComputeStep() was (126.4146350072759,-566.0559512994708,-1496.305881408626) - and current position to locate is (126.4146349858551,-566.0559513523314,-1496.305881326486) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998754821498e-08 mm long - and its vector is (-7.297626325453166e-08,6.732813950804939e-08,-1.189050635730382e-08) mm - Endpoint of ComputeStep() was (-605.6110138453888,-10.76072243745419,-1334.819655116988) - and current position to locate is (-605.6110139183651,-10.76072237012605,-1334.819655128878) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997646877175e-08 mm long - and its vector is (3.44883801517426e-08,-9.132893552532551e-08,-2.166962076444179e-08) mm - Endpoint of ComputeStep() was (-667.4253459493162,-33.22686717806333,-1440.444889738442) - and current position to locate is (-667.4253459148279,-33.22686726939227,-1440.444889760112) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998255990581e-08 mm long - and its vector is (7.642142918484751e-09,-7.863536666263826e-08,-6.130312613095157e-08) mm - Endpoint of ComputeStep() was (-536.4670693075788,524.1212489864973,-1262.895260554269) - and current position to locate is (-536.4670692999366,524.121248907862,-1262.895260615572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996895253909e-08 mm long - and its vector is (2.179706370952772e-08,6.806243391110911e-08,-6.994559953454882e-08) mm - Endpoint of ComputeStep() was (457.9021237112391,387.7185126196544,858.1686823129742) - and current position to locate is (457.9021237330361,387.7185126877168,858.1686822430286) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997549652506e-08 mm long - and its vector is (8.599846523793531e-08,8.281233476736816e-09,-5.035553840571083e-08) mm - Endpoint of ComputeStep() was (-374.5878120624798,-331.1857048910143,-1210.183052371543) - and current position to locate is (-374.5878119764814,-331.185704882733,-1210.183052421899) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997172702001e-08 mm long - and its vector is (-8.884899216354825e-08,4.582608426062507e-08,-2.412662070128135e-09) mm - Endpoint of ComputeStep() was (402.3864873338185,-296.7913659624472,-1423.286599278685) - and current position to locate is (402.3864872449695,-296.7913659166211,-1423.286599281098) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000165929315e-07 mm long - and its vector is (6.507605121441884e-08,-7.455886930074485e-08,-1.435569174645934e-08) mm - Endpoint of ComputeStep() was (-713.0424616414181,213.7289704457343,-1419.326192146848) - and current position to locate is (-713.042461576342,213.7289703711755,-1419.326192161204) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999355705994e-08 mm long - and its vector is (1.174623776023509e-08,-9.811174095375463e-09,9.882182894216385e-08) mm - Endpoint of ComputeStep() was (-643.6559198121319,246.402968934109,-1425.578515234652) - and current position to locate is (-643.6559198003856,246.4029689242979,-1425.57851513583) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999593464226e-08 mm long - and its vector is (-3.228683453926351e-08,9.063626293936977e-08,-2.725118974922225e-08) mm - Endpoint of ComputeStep() was (-588.4123267457531,73.70699157505925,-1464.302067049932) - and current position to locate is (-588.41232677804,73.70699166569551,-1464.302067077184) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998131236535e-08 mm long - and its vector is (4.676394382840954e-09,-5.048883622293943e-08,8.619167601864319e-08) mm - Endpoint of ComputeStep() was (-761.0762515337726,239.7661966572387,-1351.764513702699) - and current position to locate is (-761.0762515290962,239.7661966067499,-1351.764513616507) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000201313545e-07 mm long - and its vector is (-7.766821852328576e-08,3.794593794737011e-08,-5.027681027058861e-08) mm - Endpoint of ComputeStep() was (-54.62518305398357,527.1774742226995,-487.9177257679475) - and current position to locate is (-54.62518313165179,527.1774742606455,-487.9177258182243) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998539251922e-08 mm long - and its vector is (3.422849204071099e-08,8.503585036123695e-08,3.996638042735867e-08) mm - Endpoint of ComputeStep() was (-982.3971979266454,-129.1512107023682,-1438.327657482072) - and current position to locate is (-982.3971978924169,-129.1512106173323,-1438.327657442106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994217294487e-08 mm long - and its vector is (-6.469531399488915e-08,-6.040520617034417e-08,-4.653725227399264e-08) mm - Endpoint of ComputeStep() was (-1129.386770862926,37.22259606983292,-1402.815820766244) - and current position to locate is (-1129.386770927621,37.22259600942771,-1402.815820812781) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999199632931e-08 mm long - and its vector is (2.022136413870612e-08,-9.624531571716943e-08,-1.810894900700077e-08) mm - Endpoint of ComputeStep() was (-883.3878588379763,-244.9102137513639,-1497.666110896378) - and current position to locate is (-883.3878588177549,-244.9102138476092,-1497.666110914487) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000444419032e-07 mm long - and its vector is (-8.335678103321698e-08,-5.393014035348642e-08,1.196644916490186e-08) mm - Endpoint of ComputeStep() was (-899.6556567368336,-24.89375722438959,-1563.193885953156) - and current position to locate is (-899.6556568201904,-24.89375727831973,-1563.193885941189) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000296332168e-07 mm long - and its vector is (-4.323089797253488e-08,9.002354772746912e-08,-5.182300810702145e-09) mm - Endpoint of ComputeStep() was (-999.5217030810414,-375.5823177511017,-1519.344990135611) - and current position to locate is (-999.5217031242723,-375.5823176610782,-1519.344990140793) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998259850219e-08 mm long - and its vector is (2.697834133869037e-08,8.459636546831462e-08,4.59958755527623e-08) mm - Endpoint of ComputeStep() was (-934.9674914807795,-119.145949203809,-1586.472277203161) - and current position to locate is (-934.9674914538011,-119.1459491192126,-1586.472277157166) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999874886588e-08 mm long - and its vector is (-7.685162017878611e-08,5.080448772787349e-08,-3.889385880029295e-08) mm - Endpoint of ComputeStep() was (-980.5580599773535,-24.55215700985849,-1509.149064373167) - and current position to locate is (-980.5580600542052,-24.552156959054,-1509.149064412061) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10475 (pi+,0.78123448338814[GeV]) at (-497.5774550318,49.159701423755,-1145.3375621818) +Cell[7,43] 0.00051099891 [GeV] +Cell[8,26] 0.00018396197901742 [GeV] +Cell[4,21] 6.7930555376417e-05 [GeV] +Cell[7,4] 0.00051099891 [GeV] +Cell[3,2] 0.00033831869659301 [GeV] +Cell[4,19] 0.3523921494652 [GeV] +Cell[4,42] 0.00051099891 [GeV] +Cell[3,19] 0.0083327144280941 [GeV] +Cell[3,38] 0.00051099891 [GeV] +Cell[3,3] 0.00051099891 [GeV] +Cell[5,27] 0.0042229431352678 [GeV] +Cell[4,20] 0.0015951240277872 [GeV] +Cell[2,32] 0.00051099891 [GeV] +Cell[1,40] 0.0016878004926584 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.37188693623999 (GeV) + +Source track ID 11242 (proton,2.1151138078483[GeV]) at (-38.3499082867,498.5271151446,-1591.2106066305) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,12] 1.0044271011225e-05 [GeV] -Cell[8,35] 0.0013911263623804 [GeV] -Cell[8,34] 9.3822701561066e-05 [GeV] -Cell[7,13] 0.0001397888944789 [GeV] -Cell[2,10] 2.1642754407367e-05 [GeV] -Cell[14,5] 0.00087219956934018 [GeV] -Cell[4,40] 2.2524991974933e-05 [GeV] -Cell[4,28] 5.8148905809503e-06 [GeV] -Cell[2,26] 1.3794112210007e-05 [GeV] -Cell[8,42] 0.00028700708242832 [GeV] -Cell[4,7] 7.2670743293202e-08 [GeV] -Cell[4,6] 2.4650140014273e-05 [GeV] -Cell[6,23] 0.00086155802459527 [GeV] -Cell[5,22] 0.00010664910946923 [GeV] -Cell[4,22] 1.8047223774602e-05 [GeV] -Cell[4,23] 0.070943363811916 [GeV] -Cell[2,21] 0.025769392882619 [GeV] -Cell[2,22] 0.097031587960948 [GeV] -Cell[2,23] 0.0012016909110964 [GeV] -Cell[8,43] 0.00034718403880402 [GeV] -Cell[8,44] 0.00064344879144835 [GeV] -Cell[2,20] 0.01414924658783 [GeV] -Cell[4,46] 5.7252132278336e-06 [GeV] -Cell[1,44] 0.00014094822794539 [GeV] -Cell[2,25] 0.013925818674483 [GeV] -Cell[3,20] 0.003108543324543 [GeV] -Cell[4,47] 4.3207146655163e-05 [GeV] -Cell[3,18] 4.239961087228e-05 [GeV] -Cell[3,19] 0.0012127886939494 [GeV] -Cell[3,17] 1.9966496142843e-07 [GeV] -Cell[6,22] 0.0012548481445984 [GeV] -Cell[2,24] 0.011371074158864 [GeV] -Cell[3,24] 0.00077763137270199 [GeV] -Cell[3,23] 0.010112860589823 [GeV] -Cell[3,22] 0.19396200860227 [GeV] -Cell[3,21] 0.0053663712385715 [GeV] -Cell[3,25] 0.00051100694743853 [GeV] -Cell[2,36] 0.00020332205492332 [GeV] -Cell[2,37] 0.00038143805778839 [GeV] -Cell[14,4] 0.0012096411484335 [GeV] -Cell[7,38] 2.5721361744218e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 41 cells : 0.45758706279186 (GeV) - -Source track ID 10478 (pi+,0.50625067362263[GeV]) at (459.36831570015,197.4354338279,-1225.0361217903) +Cell[4,30] 3.527500666678e-09 [GeV] +Cell[2,12] 0.010484910038139 [GeV] +Cell[2,13] 0.00062389913742288 [GeV] +Cell[2,14] 4.2570849725507e-06 [GeV] +Cell[1,12] 0.22689354873301 [GeV] +Cell[4,31] 2.4919097297698e-06 [GeV] +Cell[1,11] 0.0011538992945189 [GeV] +Cell[2,10] 0.0018621942104074 [GeV] +Cell[1,10] 0.00023768540108472 [GeV] +Cell[2,9] 8.9462398027536e-06 [GeV] +Cell[1,9] 0.0043738405142588 [GeV] +Cell[0,10] 0.0013262712691929 [GeV] +Cell[1,8] 0.0026849267801504 [GeV] +Cell[0,6] 5.5377125397627e-07 [GeV] +Cell[0,12] 0.39245871896567 [GeV] +Cell[0,13] 0.017258119684824 [GeV] +Cell[0,11] 0.015171538606713 [GeV] +Cell[1,14] 0.00036317911965705 [GeV] +Cell[1,13] 0.011205211195639 [GeV] +Cell[0,14] 0.0074772408828376 [GeV] +Cell[0,15] 0.00059604209217684 [GeV] +Cell[1,15] 5.5353108223244e-07 [GeV] +Cell[3,30] 8.0915342550725e-08 [GeV] +Cell[0,9] 0.00029245219523364 [GeV] +Cell[0,8] 0.013607801571384 [GeV] +Cell[0,7] 0.0030125375442268 [GeV] +Cell[1,6] 3.7023037293693e-09 [GeV] +Cell[1,7] 0.0012696006527814 [GeV] +### Total energy deposition in calorimeter by a source track in 28 cells : 0.71237050857131 (GeV) + +Source track ID 10567 (pi+,0.78149641253911[GeV]) at (-497.50734717489,49.864210682626,-1145.2138053727) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[1,2] 0.006068808459179 [GeV] -Cell[2,1] 0.010863569266545 [GeV] -Cell[3,3] 0.023778197860473 [GeV] -Cell[3,2] 0.15283026119219 [GeV] -Cell[3,1] 0.20202384258712 [GeV] -Cell[2,2] 0.024570845295984 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.42013552466148 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997238170457e-08 mm long - and its vector is (2.663307441252982e-08,-7.548169378424063e-08,-5.99432041781256e-08) mm - Endpoint of ComputeStep() was (-864.7795944680478,342.1348463535865,-1532.437856594217) - and current position to locate is (-864.7795944414147,342.1348462781048,-1532.43785665416) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000639399189e-07 mm long - and its vector is (9.553400559525471e-08,-1.95864231500309e-08,-2.21277787204599e-08) mm - Endpoint of ComputeStep() was (-645.6314246247587,75.23339460180651,-1579.764246373037) - and current position to locate is (-645.6314245292247,75.23339458222009,-1579.764246395165) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999482492772e-08 mm long - and its vector is (1.7139768715424e-08,-9.378618415212259e-08,-3.017248673131689e-08) mm - Endpoint of ComputeStep() was (591.9005363137186,334.7443131018525,-1207.01659075929) - and current position to locate is (591.9005363308584,334.7443130080663,-1207.016590789462) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000201080567e-07 mm long - and its vector is (5.646001000059186e-08,-7.109400712579372e-08,4.192747837805655e-08) mm - Endpoint of ComputeStep() was (297.6305038707532,-447.1051243168758,-937.0500964186798) - and current position to locate is (297.6305039272132,-447.1051243879699,-937.0500963767523) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000049063815e-07 mm long - and its vector is (-3.98358110942354e-08,-6.150256126602471e-08,6.804816621297505e-08) mm - Endpoint of ComputeStep() was (-492.0062114354412,-252.479354187073,-1760.050972794094) - and current position to locate is (-492.006211475277,-252.4793542485756,-1760.050972726046) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000098393702e-07 mm long - and its vector is (6.688333087367937e-08,1.089966872314108e-08,-7.353787623287644e-08) mm - Endpoint of ComputeStep() was (-794.7449292781351,334.1982597572221,-1134.21172209331) - and current position to locate is (-794.7449292112518,334.1982597681218,-1134.211722166848) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000527130489e-07 mm long - and its vector is (-1.526410642327392e-08,-2.118537167916656e-08,9.653081178839784e-08) mm - Endpoint of ComputeStep() was (494.3485369468596,-338.1269218441305,-1591.657210270565) - and current position to locate is (494.3485369315954,-338.1269218653159,-1591.657210174035) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998165176796e-08 mm long - and its vector is (-9.66502398114244e-08,-2.117894837283529e-08,1.449757291993592e-08) mm - Endpoint of ComputeStep() was (241.7794823371929,-587.2212027659114,-1725.614954797009) - and current position to locate is (241.7794822405427,-587.2212027870903,-1725.614954782511) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999328708659e-08 mm long - and its vector is (2.876402049878379e-08,-6.062165880393877e-08,7.414610081468709e-08) mm - Endpoint of ComputeStep() was (-772.4459553819572,172.7442453246754,-1641.453292114368) - and current position to locate is (-772.4459553531932,172.7442452640537,-1641.453292040222) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000380882276e-07 mm long - and its vector is (3.373907020431943e-08,5.496264066096046e-08,7.64250671636546e-08) mm - Endpoint of ComputeStep() was (-371.0026863165911,-335.1969671816174,-1281.652076037266) - and current position to locate is (-371.002686282852,-335.1969671266547,-1281.652075960841) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000198822148e-07 mm long - and its vector is (-4.207799975119997e-08,6.887911752073705e-08,5.903484634472989e-08) mm - Endpoint of ComputeStep() was (-879.1031319969848,-76.1876498894008,-1504.770101776308) - and current position to locate is (-879.1031320390628,-76.18764982052168,-1504.770101717273) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000116111521e-07 mm long - and its vector is (-3.686011496029096e-08,-1.409887318004621e-09,-9.294808478443883e-08) mm - Endpoint of ComputeStep() was (-593.9849327261567,69.2429342452579,-1564.178779118493) - and current position to locate is (-593.9849327630168,69.24293424384801,-1564.178779211441) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000233001744e-07 mm long - and its vector is (7.271557933563599e-08,6.249179307360464e-08,-2.841170498868451e-08) mm - Endpoint of ComputeStep() was (-849.32573835433,33.84952419399469,-1621.762980703663) - and current position to locate is (-849.3257382816145,33.84952425648648,-1621.762980732075) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999807781559e-08 mm long - and its vector is (-8.343079116457375e-08,4.883099791186396e-08,-2.558977030275855e-08) mm - Endpoint of ComputeStep() was (-584.8045682180971,-48.75149314327983,-1710.444733996296) - and current position to locate is (-584.8045683015279,-48.75149309444883,-1710.444734021885) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994662993102e-08 mm long - and its vector is (-2.69722022494534e-09,-5.680472536795378e-09,-9.980203685699962e-08) mm - Endpoint of ComputeStep() was (-718.3701674519476,-3.902536548403179,-1478.901187138821) - and current position to locate is (-718.3701674546448,-3.902536554083652,-1478.901187238623) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996153271026e-08 mm long - and its vector is (1.851071829150897e-08,-9.205007245327579e-08,-3.441118678892963e-08) mm - Endpoint of ComputeStep() was (-722.1582218769532,144.851764431012,-1437.01571749184) - and current position to locate is (-722.1582218584425,144.8517643389619,-1437.015717526252) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000174339091e-07 mm long - and its vector is (1.639352831261931e-08,7.155929893087887e-08,6.790082807128783e-08) mm - Endpoint of ComputeStep() was (-924.785622524229,-46.01828434464055,-1488.388128979386) - and current position to locate is (-924.7856225078355,-46.01828427308125,-1488.388128911485) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995761931697e-08 mm long - and its vector is (8.961342246038839e-08,-5.411369130570165e-09,-4.404705578053836e-08) mm - Endpoint of ComputeStep() was (-1046.423862920616,13.61599180806942,-1340.264501007888) - and current position to locate is (-1046.423862831003,13.61599180265805,-1340.264501051935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994505774898e-08 mm long - and its vector is (4.775120032718405e-08,-7.171438909381322e-08,-5.076276465842966e-08) mm - Endpoint of ComputeStep() was (-748.9480784160514,39.70863777726118,-1419.047006717464) - and current position to locate is (-748.9480783683002,39.70863770554679,-1419.047006768227) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995363878763e-08 mm long - and its vector is (-5.949175374553306e-08,-2.8410482855179e-09,8.032839104998857e-08) mm - Endpoint of ComputeStep() was (-637.2344086021267,-58.77892945640319,-1433.336459017273) - and current position to locate is (-637.2344086616184,-58.77892945924424,-1433.336458936945) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000289604302e-07 mm long - and its vector is (-1.939929461514112e-08,9.241431797590849e-08,3.291302164143417e-08) mm - Endpoint of ComputeStep() was (-772.8618523902768,-18.33878213200851,-1655.472306921503) - and current position to locate is (-772.8618524096761,-18.3387820395942,-1655.47230688859) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000059645989e-07 mm long - and its vector is (-1.732064447423909e-08,9.765628306013241e-08,-1.277680894418154e-08) mm - Endpoint of ComputeStep() was (-770.3771111303172,-45.28199998645535,-1540.864772920645) - and current position to locate is (-770.3771111476378,-45.28199988879906,-1540.864772933422) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997696073203e-08 mm long - and its vector is (3.767047473957064e-08,-9.149778179562418e-08,-1.445982888981234e-08) mm - Endpoint of ComputeStep() was (542.2192327825802,-254.371860013918,-772.2784312920751) - and current position to locate is (542.2192328202507,-254.3718601054157,-772.2784313065349) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000262671621e-07 mm long - and its vector is (2.544163635320729e-08,-3.354645627950958e-08,9.070481610251591e-08) mm - Endpoint of ComputeStep() was (-673.389190709955,-104.5866734826032,-1586.996853419561) - and current position to locate is (-673.3891906845133,-104.5866735161497,-1586.996853328857) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000077459088e-07 mm long - and its vector is (1.958704842763836e-08,8.960938657764927e-08,-3.983097940363223e-08) mm - Endpoint of ComputeStep() was (267.8340246209958,-422.2143239167715,-625.9546926727472) - and current position to locate is (267.8340246405828,-422.2143238271622,-625.9546927125782) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.9999992497642e-08 mm long - and its vector is (9.827658686845098e-08,-2.66413735516835e-09,1.829243956308346e-08) mm - Endpoint of ComputeStep() was (-869.193322561606,-211.3819233602531,-1634.431353714219) - and current position to locate is (-869.1933224633294,-211.3819233629172,-1634.431353695927) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000005272025e-07 mm long - and its vector is (8.555559816159075e-08,-1.506691660324577e-09,-5.17491116625024e-08) mm - Endpoint of ComputeStep() was (-804.6846262738491,-101.3385950087379,-1446.974270440788) - and current position to locate is (-804.6846261882935,-101.3385950102446,-1446.974270492537) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998761914998e-08 mm long - and its vector is (6.243192274268949e-08,-6.685422704322264e-08,4.040748535771854e-08) mm - Endpoint of ComputeStep() was (-716.696232780006,138.7317916952943,-1542.174830359379) - and current position to locate is (-716.696232717574,138.7317916284401,-1542.174830318971) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000119194829e-07 mm long - and its vector is (-5.75822696191608e-08,8.081486058131304e-08,-1.237913238583133e-08) mm - Endpoint of ComputeStep() was (-719.0806370069951,21.84927938752155,-1578.506548138717) - and current position to locate is (-719.0806370645773,21.84927946833641,-1578.506548151096) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994816304618e-08 mm long - and its vector is (-5.780793799203821e-08,5.977349815111666e-08,5.554602466872893e-08) mm - Endpoint of ComputeStep() was (-674.3385776232075,146.1557969042052,-1553.609989951761) - and current position to locate is (-674.3385776810154,146.1557969639787,-1553.609989896215) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.0000000528768e-07 mm long - and its vector is (9.295354175264947e-08,-3.22901883009763e-08,1.78040409082314e-08) mm - Endpoint of ComputeStep() was (-836.8953326487375,83.34952082919817,-1524.337172630739) - and current position to locate is (-836.895332555784,83.34952079690798,-1524.337172612935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996335808207e-08 mm long - and its vector is (8.034805887291441e-08,-1.45876697388303e-08,-5.771812539023813e-08) mm - Endpoint of ComputeStep() was (-789.1579561566269,184.8019477028687,-1458.159768882151) - and current position to locate is (-789.1579560762789,184.801947688281,-1458.159768939869) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995463750695e-08 mm long - and its vector is (9.549137303110911e-08,2.666246956550822e-08,1.305761543335393e-08) mm - Endpoint of ComputeStep() was (-664.6467611238993,47.99277924149104,-1840.532328166218) - and current position to locate is (-664.6467610284079,47.99277926815351,-1840.532328153161) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993168899122e-08 mm long - and its vector is (1.745047484291717e-08,1.368701418869023e-08,9.750965546118096e-08) mm - Endpoint of ComputeStep() was (-523.1148686998483,-53.54493546771515,-1854.877381521789) - and current position to locate is (-523.1148686823979,-53.54493545402813,-1854.877381424279) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994123679413e-08 mm long - and its vector is (8.488507319270866e-08,-5.091621346764441e-08,1.42144926940091e-08) mm - Endpoint of ComputeStep() was (-692.6186380115149,230.606640017462,-1936.396226212787) - and current position to locate is (-692.6186379266298,230.6066399665458,-1936.396226198573) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000055350239e-07 mm long - and its vector is (5.840809080837062e-08,6.997836976552207e-08,4.112825990887359e-08) mm - Endpoint of ComputeStep() was (-862.2199865703918,-200.6125368597339,-1780.801879287576) - and current position to locate is (-862.2199865119837,-200.6125367897556,-1780.801879246447) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998042579558e-08 mm long - and its vector is (1.34492665893049e-08,-8.93018636816123e-08,4.294520294934046e-08) mm - Endpoint of ComputeStep() was (-650.6178628278259,499.2366450879662,-1418.007158393049) - and current position to locate is (-650.6178628143766,499.2366449986644,-1418.007158350104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000029069914e-07 mm long - and its vector is (-9.5115296971926e-08,-2.764640072427937e-09,-3.074796950386371e-08) mm - Endpoint of ComputeStep() was (-549.5300628822266,22.73125346839232,-1511.212879681193) - and current position to locate is (-549.5300629773419,22.73125346562768,-1511.212879711941) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997410222278e-08 mm long - and its vector is (6.814616426709108e-09,-8.842395260444391e-08,-4.620346771844197e-08) mm - Endpoint of ComputeStep() was (-731.3950250618096,-63.76168513826413,-1567.715628052957) - and current position to locate is (-731.395025054995,-63.76168522668809,-1567.715628099161) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000009734014e-07 mm long - and its vector is (2.137051069439622e-08,4.030852881239884e-08,-8.898609848984051e-08) mm - Endpoint of ComputeStep() was (-778.2258493205208,-4.030813446118049e-08,-1318.403533267111) - and current position to locate is (-778.2258492991502,3.943512183468556e-13,-1318.403533356097) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998722928048e-08 mm long - and its vector is (-1.632176349630754e-08,3.409058990655467e-08,9.258201316697523e-08) mm - Endpoint of ComputeStep() was (151.7905555422779,-642.5071355970463,-903.344800666608) - and current position to locate is (151.7905555259562,-642.5071355629557,-903.344800574026) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997493249518e-08 mm long - and its vector is (-5.69464191357838e-08,-7.194640261332097e-08,-3.975947038270533e-08) mm - Endpoint of ComputeStep() was (-768.4202846227397,-133.9039434576977,-1635.635202178467) - and current position to locate is (-768.4202846796861,-133.9039435296441,-1635.635202218227) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000577614651e-07 mm long - and its vector is (9.334689821116626e-08,-1.22564642879297e-08,-3.370678314240649e-08) mm - Endpoint of ComputeStep() was (-669.1850524810412,176.7079195087485,-1629.067156744986) - and current position to locate is (-669.1850523876943,176.7079194964921,-1629.067156778693) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000247971075e-07 mm long - and its vector is (-1.905800672830082e-08,-8.352569125236187e-08,-5.15776719112182e-08) mm - Endpoint of ComputeStep() was (-560.1111290132122,232.0056261647988,-1371.451136629976) - and current position to locate is (-560.1111290322702,232.0056260812731,-1371.451136681554) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000525645364e-07 mm long - and its vector is (2.661477083165664e-08,-8.553377739417556e-08,4.444814294402022e-08) mm - Endpoint of ComputeStep() was (-775.9878942977838,46.53969740704645,-1633.950030785878) - and current position to locate is (-775.987894271169,46.53969732151268,-1633.95003074143) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10282 (anti_proton,1.6910087598226[GeV]) at (-493.84033111503,78.241468315682,-1172.8178461673) +Cell[3,21] 0.00074434835658076 [GeV] +Cell[4,21] 0.0022252413633658 [GeV] +Cell[4,19] 0.0024911945587866 [GeV] +Cell[5,1] 0.00022777821589318 [GeV] +Cell[5,0] 0.00083023074462164 [GeV] +Cell[2,14] 0.001525022604108 [GeV] +Cell[4,3] 1.1428896300458e-08 [GeV] +Cell[2,20] 0.00031153612629839 [GeV] +Cell[2,19] 7.355638861668e-05 [GeV] +Cell[3,20] 0.00060236410558014 [GeV] +Cell[3,19] 3.3684183307514e-06 [GeV] +Cell[1,19] 1.1657338950499e-07 [GeV] +Cell[1,18] 0.0017467521410411 [GeV] +Cell[2,23] 0.0023879837207978 [GeV] +Cell[1,47] 1.1829524097266e-05 [GeV] +Cell[1,46] 0.0020161307418278 [GeV] +Cell[4,20] 0.041312456400364 [GeV] +Cell[4,23] 0.073413011620635 [GeV] +Cell[4,22] 0.0040711846140671 [GeV] +Cell[3,22] 0.39998515337652 [GeV] +Cell[3,23] 0.0084695328172354 [GeV] +Cell[3,24] 0.0065234164732299 [GeV] +Cell[3,15] 1.1335617004079e-05 [GeV] +Cell[3,14] 3.3187356397093e-06 [GeV] +Cell[3,16] 0.00051108988609188 [GeV] +Cell[6,0] 1.7902546096593e-07 [GeV] +Cell[4,24] 0.0011505852684311 [GeV] +Cell[1,1] 4.4759945012629e-08 [GeV] +Cell[4,27] 3.0542723834515e-09 [GeV] +Cell[5,16] 1.985696144402e-09 [GeV] +Cell[2,47] 0.0012038389663811 [GeV] +Cell[11,43] 3.8428028201452e-05 [GeV] +Cell[11,42] 0.0023834570847788 [GeV] +Cell[14,15] 6.7261031680687e-05 [GeV] +Cell[14,16] 4.1601177827033e-09 [GeV] +Cell[11,41] 0.0063380565845973 [GeV] +Cell[4,4] 1.529644831794e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 0.5606951209509 (GeV) + +Source track ID 10570 (pi+,0.50625496255613[GeV]) at (490.91168595801,94.898454096305,-1101.7778723335) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,7] 0.0014834677109645 [GeV] -Cell[9,10] 1.3989571016282e-08 [GeV] -Cell[9,9] 5.5138953030109e-09 [GeV] -Cell[7,27] 2.0756182493642e-08 [GeV] -Cell[5,38] 0.001015368789173 [GeV] -Cell[5,5] 2.4860759890544e-07 [GeV] -Cell[5,6] 2.6155321393162e-09 [GeV] -Cell[6,27] 1.3499575701417e-06 [GeV] -Cell[2,19] 0.00045568459982928 [GeV] -Cell[2,18] 2.036859752252e-05 [GeV] -Cell[2,17] 4.3894397094846e-08 [GeV] -Cell[1,24] 0.016434441739528 [GeV] -Cell[0,36] 0.0012647122050366 [GeV] -Cell[0,24] 0.0005232045656948 [GeV] -Cell[0,21] 3.0525064304356e-05 [GeV] -Cell[1,23] 0.31159625948518 [GeV] -Cell[1,22] 0.36002565266547 [GeV] -Cell[0,22] 0.0024795780365118 [GeV] -Cell[0,23] 0.01024426627242 [GeV] -Cell[1,19] 0.00050696457072252 [GeV] -Cell[1,17] 0.0012445276864657 [GeV] -Cell[0,37] 0.001744653881862 [GeV] -Cell[1,38] 1.0350398197261e-06 [GeV] -Cell[2,27] 0.00048913137276292 [GeV] -Cell[2,26] 0.0046263979211575 [GeV] -Cell[3,4] 0.00011100403370187 [GeV] -Cell[6,44] 1.1144701261401e-08 [GeV] -Cell[2,5] 0.0023656831162631 [GeV] -Cell[0,25] 1.5675180520702e-08 [GeV] -Cell[1,27] 4.8584502110316e-09 [GeV] -Cell[1,37] 2.6510724296713e-08 [GeV] -Cell[5,37] 7.3050614446402e-12 [GeV] -Cell[1,20] 1.9883936503902e-05 [GeV] -Cell[4,22] 0.041745108190428 [GeV] -Cell[0,38] 8.6937650943355e-06 [GeV] -Cell[1,21] 0.017401386814571 [GeV] -Cell[2,21] 0.003868929203205 [GeV] -Cell[1,25] 0.017363849217606 [GeV] -Cell[2,22] 0.17440707022669 [GeV] -Cell[2,23] 0.92940055454857 [GeV] -Cell[5,44] 8.0313089420088e-06 [GeV] -Cell[5,45] 2.5473825429799e-05 [GeV] -Cell[6,43] 0.00093337579172214 [GeV] -Cell[2,20] 0.00056925176872642 [GeV] -Cell[3,5] 0.0019494293670973 [GeV] -Cell[1,26] 0.0005569548277175 [GeV] -Cell[1,44] 7.214731303975e-07 [GeV] -Cell[2,44] 0.00016366958297522 [GeV] -Cell[2,6] 0.0011560944219452 [GeV] -Cell[2,4] 0.0067473310544476 [GeV] -Cell[3,3] 2.7329054577194e-06 [GeV] -Cell[3,2] 2.6955909561366e-08 [GeV] -Cell[1,43] 4.9818480647446e-08 [GeV] -Cell[2,25] 0.010274591398915 [GeV] -Cell[3,20] 0.00048703382308179 [GeV] -Cell[2,43] 4.518730025211e-05 [GeV] -Cell[4,39] 7.9452114587184e-06 [GeV] -Cell[3,19] 3.2138086680789e-10 [GeV] -Cell[3,17] 8.9438347786199e-06 [GeV] -Cell[1,39] 9.9739872894133e-10 [GeV] -Cell[2,24] 0.01027789149398 [GeV] -Cell[3,24] 0.0017750933872436 [GeV] -Cell[3,23] 0.0081616632592969 [GeV] -Cell[3,22] 0.21541002047869 [GeV] -Cell[3,21] 0.0034965891622996 [GeV] -Cell[3,25] 0.0044567708346436 [GeV] -Cell[5,40] 1.9857193759663e-06 [GeV] -Cell[1,28] 1.8472207034392e-07 [GeV] -Cell[4,20] 3.7573045119643e-11 [GeV] -Cell[2,45] 5.5523535702378e-06 [GeV] -Cell[2,30] 7.8003213275224e-09 [GeV] -Cell[3,16] 4.5266577391885e-05 [GeV] -Cell[5,43] 8.4678418055773e-05 [GeV] -Cell[5,7] 1.9923318177462e-09 [GeV] -Cell[5,4] 1.4845013674858e-07 [GeV] -Cell[4,38] 0.0001205106594133 [GeV] -### Total energy deposition in calorimeter by a source track in 76 cells : 2.1676533581238 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000346942519e-07 mm long - and its vector is (-7.727282991254469e-08,-5.785454959550407e-08,-2.6110683393199e-08) mm - Endpoint of ComputeStep() was (587.4305461264952,171.6262237901344,-737.343902248054) - and current position to locate is (587.4305460492224,171.6262237322799,-737.3439022741646) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000028802886e-07 mm long - and its vector is (-7.711446414759848e-08,-1.123459014706896e-08,6.266697027967894e-08) mm - Endpoint of ComputeStep() was (843.9953731158606,421.3972016553797,-320.4892176015623) - and current position to locate is (843.9953730387462,421.3972016441451,-320.4892175388953) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997972585848e-08 mm long - and its vector is (1.41461669045384e-08,1.451923026252189e-08,9.79238166110008e-08) mm - Endpoint of ComputeStep() was (532.3111794565784,444.0544412916463,-766.3942510168704) - and current position to locate is (532.3111794707246,444.0544413061655,-766.3942509189466) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995394674998e-08 mm long - and its vector is (-1.819580575102009e-08,-1.587193310115254e-08,-9.704115200293018e-08) mm - Endpoint of ComputeStep() was (536.6909238948422,260.1915952803753,-599.9999999029588) - and current position to locate is (536.6909238766464,260.1915952645034,-600) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998024851717e-08 mm long - and its vector is (-6.867935553600546e-09,-9.764369224285474e-08,2.045817382168025e-08) mm - Endpoint of ComputeStep() was (514.8395620832173,528.7054531557071,-1696.988721623074) - and current position to locate is (514.8395620763494,528.7054530580634,-1696.988721602616) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999694866557e-08 mm long - and its vector is (-7.707177474003402e-08,-3.70954467143747e-08,-5.180606876820093e-08) mm - Endpoint of ComputeStep() was (470.342756801931,372.5287790548512,-586.0249841236736) - and current position to locate is (470.3427567248592,372.5287790177557,-586.0249841754796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994405056692e-08 mm long - and its vector is (5.661331670125946e-08,-4.636356720766344e-08,6.815673714299919e-08) mm - Endpoint of ComputeStep() was (488.1022736750216,225.6393039035198,-686.1703889025356) - and current position to locate is (488.1022737316349,225.6393038571562,-686.1703888343789) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999012176339e-08 mm long - and its vector is (4.329649527790025e-09,-9.544825729790318e-08,2.951071564893937e-08) mm - Endpoint of ComputeStep() was (582.2034369146888,188.6797900101934,-729.7827282865745) - and current position to locate is (582.2034369190185,188.6797899147451,-729.7827282570638) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996261749666e-08 mm long - and its vector is (2.470267190801678e-08,-7.022589443295146e-08,6.676896191493142e-08) mm - Endpoint of ComputeStep() was (690.6374269474333,399.9693449899265,-806.7739841240765) - and current position to locate is (690.6374269721359,399.9693449197006,-806.7739840573075) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994841181038e-08 mm long - and its vector is (8.410665941482875e-08,5.278809567244025e-08,-1.181001607619692e-08) mm - Endpoint of ComputeStep() was (661.2506208760725,361.7736044360913,-833.885968657477) - and current position to locate is (661.2506209601792,361.7736044888794,-833.885968669287) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000247602842e-07 mm long - and its vector is (-9.877749107545242e-08,-7.687560810154537e-09,1.356147549813613e-08) mm - Endpoint of ComputeStep() was (630.0843210642231,411.8319259842166,-806.5333100317454) - and current position to locate is (630.0843209654456,411.8319259765291,-806.5333100181839) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10283 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) +Cell[8,10] 0.00032562398400989 [GeV] +Cell[8,8] 0.00029776083234708 [GeV] +Cell[7,11] 8.203274988773e-05 [GeV] +Cell[7,10] 0.00030502245723619 [GeV] +Cell[8,7] 1.2569254019127e-05 [GeV] +Cell[7,35] 3.3910272759385e-06 [GeV] +Cell[4,9] 1.7676538088836e-06 [GeV] +Cell[6,20] 0.0010968647145125 [GeV] +Cell[5,28] 3.573664688156e-05 [GeV] +Cell[6,17] 0.0031407627129159 [GeV] +Cell[8,30] 0.0008118948385353 [GeV] +Cell[5,29] 1.4030354213901e-07 [GeV] +Cell[6,27] 1.2265841580074e-05 [GeV] +Cell[6,36] 2.0896599983189e-07 [GeV] +Cell[8,31] 5.021865334129e-06 [GeV] +Cell[4,0] 0.018393443969015 [GeV] +Cell[4,1] 0.21141855004273 [GeV] +Cell[6,35] 0.00011778247882648 [GeV] +Cell[5,36] 1.4316174201667e-10 [GeV] +Cell[5,38] 1.7112839850597e-07 [GeV] +Cell[3,12] 0.00014086266194352 [GeV] +Cell[4,10] 8.4478418330036e-08 [GeV] +Cell[2,2] 3.7658171874901e-05 [GeV] +Cell[3,2] 0.00098042763197876 [GeV] +Cell[2,3] 0.00015151951052884 [GeV] +Cell[8,29] 1.5058371345503e-05 [GeV] +Cell[5,18] 0.0003101367233794 [GeV] +Cell[5,0] 3.2347918022424e-08 [GeV] +Cell[3,11] 0.00045291585920484 [GeV] +Cell[4,31] 0.0010542236519342 [GeV] +Cell[2,10] 0.00037605981277738 [GeV] +Cell[1,9] 2.7845354925375e-06 [GeV] +Cell[4,3] 3.8420372294581e-05 [GeV] +Cell[6,28] 2.3707555898e-05 [GeV] +Cell[5,17] 0.00060519168984945 [GeV] +Cell[4,42] 0.00083214683265465 [GeV] +Cell[5,19] 9.6059902625711e-06 [GeV] +Cell[4,38] 0.00010167675755633 [GeV] +Cell[3,47] 0.00040509745372343 [GeV] +Cell[1,21] 4.7973822802305e-08 [GeV] +Cell[1,20] 9.4424950366374e-06 [GeV] +Cell[1,19] 0.00020716845498112 [GeV] +Cell[1,18] 2.5944088974938e-09 [GeV] +Cell[2,22] 0.00071334389915754 [GeV] +Cell[2,23] 1.132216420956e-07 [GeV] +Cell[2,42] 0.00024855013188346 [GeV] +Cell[4,39] 0.00056456230022491 [GeV] +Cell[4,2] 0.0012526914475799 [GeV] +Cell[0,6] 1.0303929564543e-05 [GeV] +Cell[2,17] 0.00073720389243636 [GeV] +Cell[5,27] 0.0011644341533382 [GeV] +Cell[2,32] 0.0006465385741734 [GeV] +Cell[0,13] 5.6851129772895e-07 [GeV] +Cell[1,14] 2.6683653751434e-06 [GeV] +Cell[1,13] 3.5580771509558e-08 [GeV] +Cell[0,14] 5.9330159274396e-10 [GeV] +Cell[3,15] 0.001453832710487 [GeV] +Cell[3,14] 0.0081562565375123 [GeV] +Cell[3,16] 0.00095821496519465 [GeV] +Cell[3,0] 0.00043392206725327 [GeV] +Cell[3,1] 0.00043184223956439 [GeV] +Cell[5,42] 0.00071802089961204 [GeV] +Cell[1,29] 5.7758881523341e-05 [GeV] +Cell[3,44] 0.0011887062630372 [GeV] +Cell[4,47] 0.0027970828985775 [GeV] +Cell[4,46] 1.5940867634072e-05 [GeV] +Cell[2,16] 6.5970651240832e-06 [GeV] +Cell[4,36] 0.0007053541866635 [GeV] +Cell[4,35] 2.9692147336391e-09 [GeV] +Cell[5,24] 0.0014620689668317 [GeV] +Cell[3,13] 0.00019698704021869 [GeV] +Cell[3,42] 6.8032339597949e-05 [GeV] +Cell[5,14] 8.922176177748e-07 [GeV] +Cell[5,13] 2.3483038370387e-05 [GeV] +Cell[5,15] 5.252812229628e-09 [GeV] +Cell[4,14] 0.0022230553200215 [GeV] +Cell[3,17] 2.4349917657673e-07 [GeV] +Cell[4,12] 8.9528528915253e-06 [GeV] +Cell[5,20] 0.00018027578811927 [GeV] +Cell[5,9] 8.0616610366633e-06 [GeV] +Cell[5,10] 1.0040821507573e-11 [GeV] +Cell[5,47] 2.1543012280745e-09 [GeV] +Cell[4,28] 7.6334306617127e-06 [GeV] +Cell[16,36] 0.00071599285212376 [GeV] +### Total energy deposition in calorimeter by a source track in 84 cells : 0.26897551711326 (GeV) + +Source track ID 10389 (anti_proton,1.6910256243602[GeV]) at (-493.84300632504,78.224581199578,-1172.8149472233) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,2] 0.0062340945369321 [GeV] -Cell[7,5] 1.5746002191008e-09 [GeV] -Cell[5,2] 0.00012770937601272 [GeV] -Cell[5,3] 0.3006651292064 [GeV] -Cell[6,3] 0.073854032571379 [GeV] -Cell[6,5] 0.0010930782053869 [GeV] -Cell[6,4] 0.0036872579626404 [GeV] -Cell[10,24] 0.00037307831377507 [GeV] -Cell[1,5] 0.00015188436863093 [GeV] -Cell[1,6] 0.0022502194083617 [GeV] -Cell[7,3] 0.00095428433281802 [GeV] -Cell[7,2] 0.001017889855564 [GeV] -Cell[8,3] 2.6058341611588e-06 [GeV] -Cell[6,1] 1.8277053808561e-05 [GeV] -Cell[5,4] 2.5422332328162e-10 [GeV] -Cell[4,34] 0.00095254455707072 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.39138208741176 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000039544792e-07 mm long - and its vector is (-6.412795983123942e-08,7.500682386307744e-08,1.617371481188457e-08) mm - Endpoint of ComputeStep() was (271.4395554048537,685.7053019774252,392.3676921213462) - and current position to locate is (271.4395553407257,685.705302052432,392.36769213752) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000223428333e-07 mm long - and its vector is (8.417373464908451e-09,-2.337242221983615e-08,-9.686527846497484e-08) mm - Endpoint of ComputeStep() was (312.7395573087355,725.2511514113769,400.0000000968653) - and current position to locate is (312.7395573171529,725.2511513880045,400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998258640144e-08 mm long - and its vector is (-9.434529602003749e-09,-5.093056643090677e-09,9.942357337422436e-08) mm - Endpoint of ComputeStep() was (250.8409743671241,696.4998275495941,538.0721515538014) - and current position to locate is (250.8409743576895,696.499827544501,538.072151653225) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000268306465e-07 mm long - and its vector is (8.507080906383635e-08,2.281137767567998e-08,-4.735613856610144e-08) mm - Endpoint of ComputeStep() was (218.8558524027311,805.245995086396,718.5640638676145) - and current position to locate is (218.8558524878019,805.2459951092073,718.5640638202584) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000378655998e-07 mm long - and its vector is (3.382774593774229e-08,-6.802099505875958e-08,6.502949645437184e-08) mm - Endpoint of ComputeStep() was (389.7510863729105,814.1789685150617,335.8632014090606) - and current position to locate is (389.7510864067382,814.1789684470407,335.8632014740901) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10284 (pi+,0.53446218630656[GeV]) at (100.49603699762,489.79643378425,289.44269148862) +Cell[10,33] 0.00053720225597431 [GeV] +Cell[7,35] 0.0005446956345146 [GeV] +Cell[7,13] 3.2261631179153e-07 [GeV] +Cell[6,7] 1.5303958207369e-09 [GeV] +Cell[3,32] 3.9908336475492e-09 [GeV] +Cell[6,8] 9.4121924098545e-07 [GeV] +Cell[4,32] 9.8185864044353e-07 [GeV] +Cell[8,46] 3.1579308270011e-06 [GeV] +Cell[7,34] 1.0979933433646e-05 [GeV] +Cell[3,21] 0.0056937946876185 [GeV] +Cell[7,14] 1.5566658021271e-08 [GeV] +Cell[4,1] 1.0711669165175e-06 [GeV] +Cell[8,1] 1.0485465463717e-06 [GeV] +Cell[7,5] 0.0046684061275191 [GeV] +Cell[3,4] 0.00041597576557751 [GeV] +Cell[4,33] 8.7546982103959e-07 [GeV] +Cell[3,5] 0.00073237197128412 [GeV] +Cell[5,23] 0.00063113298288795 [GeV] +Cell[5,22] 6.4322830439778e-10 [GeV] +Cell[2,2] 9.1437460796442e-06 [GeV] +Cell[3,2] 1.6695831396078e-05 [GeV] +Cell[2,3] 0.0021279003676723 [GeV] +Cell[3,10] 1.5884128864855e-05 [GeV] +Cell[2,14] 1.6982885426842e-07 [GeV] +Cell[4,3] 0.00035887776959776 [GeV] +Cell[3,25] 0.00157922860525 [GeV] +Cell[5,26] 8.3297703531571e-07 [GeV] +Cell[4,42] 3.7521186171261e-05 [GeV] +Cell[1,37] 1.9565412121324e-05 [GeV] +Cell[2,6] 0.0036268704466049 [GeV] +Cell[2,4] 3.5460187938952e-05 [GeV] +Cell[3,6] 1.0957497026538e-05 [GeV] +Cell[2,20] 6.1858117719225e-05 [GeV] +Cell[2,21] 0.002412905524079 [GeV] +Cell[2,19] 0.0028513379741808 [GeV] +Cell[3,20] 0.00057335233090373 [GeV] +Cell[3,18] 0.00063050589469299 [GeV] +Cell[16,39] 0.00092271905375512 [GeV] +Cell[2,24] 0.0057967986942047 [GeV] +Cell[2,25] 0.0012368673271792 [GeV] +Cell[2,22] 0.040481933548661 [GeV] +Cell[2,23] 0.0086971248530814 [GeV] +Cell[4,41] 1.5864337683524e-09 [GeV] +Cell[4,39] 0.00015594125750215 [GeV] +Cell[3,3] 0.0022663091928274 [GeV] +Cell[4,2] 3.0651462628839e-05 [GeV] +Cell[2,32] 0.0075326201131678 [GeV] +Cell[1,40] 0.00038744289979297 [GeV] +Cell[0,9] 1.8228020053357e-09 [GeV] +Cell[1,6] 1.3531074073398e-05 [GeV] +Cell[4,23] 0.0024478303564428 [GeV] +Cell[4,22] 0.045140343037411 [GeV] +Cell[3,22] 0.42703153651775 [GeV] +Cell[3,23] 1.0854996944897 [GeV] +Cell[3,24] 0.016111585314506 [GeV] +Cell[3,15] 0.00098649086971171 [GeV] +Cell[4,24] 0.0022640300483535 [GeV] +Cell[4,4] 0.0022507534701748 [GeV] +Cell[3,1] 3.5979846143164e-07 [GeV] +Cell[5,24] 0.00028862341865977 [GeV] +Cell[5,14] 1.6069459728897e-05 [GeV] +Cell[3,17] 0.00047969161106226 [GeV] +Cell[5,9] 0.0050805772161738 [GeV] +Cell[2,26] 0.0043993755483568 [GeV] +Cell[3,26] 1.5158985092967e-08 [GeV] +Cell[3,41] 0.0033699586846704 [GeV] +Cell[1,36] 8.8954001057573e-08 [GeV] +Cell[6,18] 9.4188062939793e-07 [GeV] +Cell[9,36] 2.4876137904357e-06 [GeV] +Cell[9,37] 1.1253106640652e-06 [GeV] +Cell[9,46] 5.5817188183937e-05 [GeV] +Cell[2,27] 1.93031122908e-05 [GeV] +Cell[2,28] 1.3532986980863e-05 [GeV] +Cell[2,29] 7.9671331332065e-06 [GeV] +Cell[1,31] 0.00030758020414487 [GeV] +Cell[1,32] 0.018532646495143 [GeV] +Cell[0,32] 0.0016380203067386 [GeV] +Cell[0,31] 1.0117520054337e-05 [GeV] +Cell[2,31] 0.0014190333010805 [GeV] +Cell[2,33] 6.4765786532917e-08 [GeV] +Cell[1,33] 0.00034054379524787 [GeV] +Cell[0,4] 0.00064427122163295 [GeV] +Cell[4,5] 1.3448175195663e-09 [GeV] +Cell[1,39] 0.00016261412631866 [GeV] +Cell[0,39] 0.0030081459485685 [GeV] +Cell[0,40] 0.00029551638348482 [GeV] +Cell[6,9] 0.00058818685414637 [GeV] +Cell[5,8] 0.00057132539708448 [GeV] +Cell[5,7] 0.00015820998995514 [GeV] +Cell[2,40] 0.0013802960099277 [GeV] +Cell[2,7] 6.8513239158392e-05 [GeV] +Cell[13,4] 0.021544628438099 [GeV] +Cell[18,33] 0.00051099891 [GeV] +Cell[10,13] 0.00022433209058975 [GeV] +Cell[4,25] 0.00094311644766617 [GeV] +### Total energy deposition in calorimeter by a source track in 95 cells : 1.74295035258 (GeV) + +Source track ID 10390 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,9] 0.00040368939527878 [GeV] -Cell[11,10] 0.098717439766866 [GeV] -Cell[11,9] 0.10960189010235 [GeV] -Cell[12,9] 0.089920041971808 [GeV] -Cell[12,8] 0.10095188403399 [GeV] -Cell[11,8] 0.0046907248646385 [GeV] -Cell[13,10] 1.9292876140753e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.40428586306368 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997536429326e-08 mm long - and its vector is (-7.084634034981718e-08,6.629099402744032e-08,-2.421353428871953e-08) mm - Endpoint of ComputeStep() was (609.021019726606,-200.5251217756872,493.0388938131177) - and current position to locate is (609.0210196557597,-200.5251217093962,493.0388937889041) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000843407343e-07 mm long - and its vector is (-1.37594327043189e-08,6.38956407783553e-08,-7.568382898170967e-08) mm - Endpoint of ComputeStep() was (248.2639360853466,-707.7181770568586,1194.404439348374) - and current position to locate is (248.2639360715872,-707.718176992963,1194.40443927269) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000009369703e-07 mm long - and its vector is (-8.382721716770902e-08,2.883820116039715e-08,4.627480620911228e-08) mm - Endpoint of ComputeStep() was (723.2386318415323,-292.1059423395736,405.3847599405726) - and current position to locate is (723.2386317577051,-292.1059423107354,405.3847599868474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000073634996e-07 mm long - and its vector is (2.21135678657447e-08,9.711219917107883e-08,-8.956135388871189e-09) mm - Endpoint of ComputeStep() was (-546.5961104409402,61.09576141716988,784.5951166114963) - and current position to locate is (-546.5961104188266,61.09576151428207,784.5951166025402) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998840977399e-08 mm long - and its vector is (1.64970970217837e-09,5.652421464219515e-08,8.247599225796876e-08) mm - Endpoint of ComputeStep() was (841.4585117385684,-241.1274511725096,429.0946138624436) - and current position to locate is (841.4585117402181,-241.1274511159854,429.0946139449196) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999467624781e-08 mm long - and its vector is (2.940294052677928e-08,-8.26806392240087e-08,4.795182917405327e-08) mm - Endpoint of ComputeStep() was (584.1415165439936,23.81934225755347,199.9999999520482) - and current position to locate is (584.1415165733965,23.81934217487283,200) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000088232145e-07 mm long - and its vector is (9.871303063846426e-08,-2.875594873330556e-09,-1.573118879605317e-08) mm - Endpoint of ComputeStep() was (717.9112686119556,-314.297811000599,352.9456934469648) - and current position to locate is (717.9112687106687,-314.2978110034746,352.9456934312336) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000128978702e-07 mm long - and its vector is (-8.465030987281352e-08,-2.845519020411302e-08,4.499588612816297e-08) mm - Endpoint of ComputeStep() was (-624.8988163461737,-462.2108181675479,1405.80736189506) - and current position to locate is (-624.898816430824,-462.2108181960031,1405.807361940056) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000059998308e-07 mm long - and its vector is (-7.054228490233072e-08,6.203777047630865e-08,3.427976480452344e-08) mm - Endpoint of ComputeStep() was (484.6031133166849,-142.7095850173357,514.2053145962277) - and current position to locate is (484.6031132461426,-142.7095849552979,514.2053146305075) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000364940315e-07 mm long - and its vector is (7.114238087524427e-09,-9.816187684918987e-08,-1.77099082065979e-08) mm - Endpoint of ComputeStep() was (438.5265287567789,-561.3158105161079,428.9497876733088) - and current position to locate is (438.5265287638932,-561.3158106142698,428.9497876555989) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000045484076e-07 mm long - and its vector is (7.649634881090606e-08,-1.915631742122059e-08,6.14926420894335e-08) mm - Endpoint of ComputeStep() was (533.016841806834,-180.8666388621372,532.0512285519095) - and current position to locate is (533.0168418833304,-180.8666388812935,532.0512286134021) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999043422302e-08 mm long - and its vector is (4.842218004341703e-08,4.911230178095138e-08,7.241044386319118e-08) mm - Endpoint of ComputeStep() was (558.5912617214233,-92.19388078916377,670.366178240287) - and current position to locate is (558.5912617698455,-92.19388074005147,670.3661783126975) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997149133809e-08 mm long - and its vector is (-8.656456884637009e-08,3.269786930104601e-08,-3.791330982494401e-08) mm - Endpoint of ComputeStep() was (952.9949074753712,-302.9863140651967,740.3380101678604) - and current position to locate is (952.9949073888066,-302.9863140324989,740.3380101299471) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000035478603e-07 mm long - and its vector is (-7.923426892375574e-08,5.153589199835551e-08,-3.264949555159546e-08) mm - Endpoint of ComputeStep() was (914.8730383054371,-226.1600954901951,578.0646110781372) - and current position to locate is (914.8730382262029,-226.1600954386593,578.0646110454877) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997987043739e-08 mm long - and its vector is (-5.666845481755445e-08,-2.375503527218825e-08,7.889474318290013e-08) mm - Endpoint of ComputeStep() was (919.0026541914174,-108.1775802918466,291.4405988226599) - and current position to locate is (919.0026541347489,-108.1775803156016,291.4405989015547) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000022283513e-07 mm long - and its vector is (8.197935130738188e-08,-5.615814302473154e-08,1.120952219935134e-08) mm - Endpoint of ComputeStep() was (889.3674522398816,-193.3808140943298,566.8753416853225) - and current position to locate is (889.3674523218609,-193.3808141504879,566.875341696532) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000228452161e-07 mm long - and its vector is (-8.179870292224223e-08,-5.417223292170092e-08,-1.934802185132867e-08) mm - Endpoint of ComputeStep() was (801.9343627024481,-281.7823238205037,512.5369275646161) - and current position to locate is (801.9343626206494,-281.7823238746759,512.5369275452681) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000058028423e-07 mm long - and its vector is (-6.162986210256349e-08,-5.555762072617654e-08,-5.581318873737473e-08) mm - Endpoint of ComputeStep() was (1328.181060509921,-311.0205934823963,800.0000000558132) - and current position to locate is (1328.181060448291,-311.0205935379539,800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998243771892e-08 mm long - and its vector is (8.950132723839488e-08,1.80575625563506e-08,4.078520987604861e-08) mm - Endpoint of ComputeStep() was (682.3837401666125,-156.052654702547,450.350573591818) - and current position to locate is (682.3837402561138,-156.0526546844895,450.3505736326032) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000002094374e-07 mm long - and its vector is (6.78475089443964e-08,7.2396630912408e-08,-1.246769443241647e-08) mm - Endpoint of ComputeStep() was (799.6127182321159,-237.2756844337225,754.5254997813994) - and current position to locate is (799.6127182999634,-237.2756843613258,754.5254997689317) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000015231118e-07 mm long - and its vector is (3.246282176405657e-08,4.234358641497238e-08,8.457652711513219e-08) mm - Endpoint of ComputeStep() was (631.496869743646,22.10188393666241,607.4768732413451) - and current position to locate is (631.4968697761088,22.101883979006,607.4768733259216) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000190303563e-07 mm long - and its vector is (-5.296476501825964e-08,8.07147699788402e-08,-2.607418991829036e-08) mm - Endpoint of ComputeStep() was (783.6857136991204,-104.3483008437964,673.1187108001966) - and current position to locate is (783.6857136461556,-104.3483007630817,673.1187107741224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10285 (kaon-,1.5177867746549[GeV]) at (462.53000840154,-189.91048240704,444.14716929379) +Cell[8,9] 1.5212224641346e-06 [GeV] +Cell[8,8] 0.013456489389278 [GeV] +Cell[7,9] 1.7231843230547e-08 [GeV] +Cell[8,7] 0.0086179600864924 [GeV] +Cell[6,6] 7.908784027677e-10 [GeV] +Cell[8,3] 0.00047821844441103 [GeV] +Cell[8,4] 0.0034729501842951 [GeV] +Cell[4,0] 0.0090366999692615 [GeV] +Cell[4,1] 0.002374139592428 [GeV] +Cell[8,5] 0.0010803635796533 [GeV] +Cell[7,4] 0.007941379831429 [GeV] +Cell[7,5] 0.00012067163663403 [GeV] +Cell[6,3] 3.3919554582098e-05 [GeV] +Cell[2,1] 3.030245907587e-05 [GeV] +Cell[2,2] 0.0040414680249861 [GeV] +Cell[3,2] 0.00050558523842722 [GeV] +Cell[5,1] 0.00020212293761574 [GeV] +Cell[5,0] 0.0035815083159547 [GeV] +Cell[5,2] 0.00012625460702304 [GeV] +Cell[4,3] 0.042993427476805 [GeV] +Cell[6,4] 1.8623541109264e-10 [GeV] +Cell[3,3] 0.0017455487700734 [GeV] +Cell[4,2] 0.0048250628497496 [GeV] +Cell[0,1] 0.0020559376791667 [GeV] +Cell[0,0] 0.0022241007197791 [GeV] +Cell[1,1] 2.5246284098898e-05 [GeV] +Cell[4,4] 0.000816429976996 [GeV] +Cell[3,0] 0.001437833840355 [GeV] +Cell[3,1] 0.00069510761791582 [GeV] +Cell[4,47] 0.0011142916399597 [GeV] +Cell[5,47] 0.0027565994454783 [GeV] +Cell[5,3] 0.017095021022817 [GeV] +Cell[5,4] 0.0050919828170071 [GeV] +Cell[5,5] 0.0020810922118522 [GeV] +Cell[6,5] 0.0013389645182669 [GeV] +Cell[7,3] 1.0893631687168e-06 [GeV] +Cell[1,0] 0.00019742734465365 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 0.14159673686111 (GeV) + +Source track ID 10391 (pi+,0.52266836244012[GeV]) at (108.75224439974,488.02966030562,291.15389404077) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,18] 3.9000294054858e-07 [GeV] -Cell[9,0] 0.0095183420919003 [GeV] -Cell[15,29] 1.2374113514056e-05 [GeV] -Cell[16,29] 1.2023908350329e-05 [GeV] -Cell[14,26] 0.0008897130695932 [GeV] -Cell[11,0] 0.00023614872568783 [GeV] -Cell[12,41] 1.4067860536215e-07 [GeV] -Cell[12,45] 0.97164370087054 [GeV] -Cell[12,44] 0.22628220427969 [GeV] -Cell[16,35] 0.00079746608511677 [GeV] -Cell[16,36] 0.00022394085653877 [GeV] -Cell[13,23] 0.00016382729848328 [GeV] -Cell[11,5] 0.0033822055504495 [GeV] -Cell[16,37] 0.00071845427686878 [GeV] -Cell[8,21] 0.0016563088996684 [GeV] -Cell[13,45] 0.0091642376631407 [GeV] -Cell[7,21] 2.9135579825379e-07 [GeV] -Cell[11,47] 3.626337274909e-11 [GeV] -Cell[6,17] 6.8906870092178e-06 [GeV] -Cell[5,14] 4.0329436887987e-07 [GeV] -Cell[10,40] 3.9155417471193e-07 [GeV] -Cell[12,46] 0.025857889655608 [GeV] -Cell[11,45] 0.0040246323673597 [GeV] -Cell[11,43] 6.8065939201801e-05 [GeV] -Cell[12,43] 0.0061967300659604 [GeV] -Cell[11,44] 0.00093976407723815 [GeV] -Cell[12,42] 0.00085890536477623 [GeV] -Cell[11,42] 0.00018025974534203 [GeV] -Cell[15,37] 0.00014253524932246 [GeV] -Cell[15,38] 7.7217727898642e-06 [GeV] -Cell[13,22] 0.002116001122162 [GeV] -Cell[11,46] 0.00030720294321156 [GeV] -Cell[13,19] 0.0017076238006314 [GeV] -Cell[11,20] 0.0021570926357912 [GeV] -Cell[13,44] 7.6065803824349e-05 [GeV] -Cell[13,43] 9.4439630711349e-05 [GeV] -Cell[11,6] 0.0021620722613075 [GeV] -Cell[15,26] 0.00010228999593528 [GeV] -Cell[15,27] 0.0020360614005215 [GeV] -Cell[16,28] 8.3515143666432e-05 [GeV] -Cell[15,28] 0.00034223487573036 [GeV] -Cell[17,28] 5.7864863265422e-09 [GeV] -Cell[11,41] 0.00039941548925003 [GeV] -Cell[12,40] 2.7705050342774e-10 [GeV] -Cell[13,46] 0.0051781203524254 [GeV] -Cell[13,47] 0.0056512107783765 [GeV] -Cell[14,45] 0.0004951238875318 [GeV] -Cell[12,47] 3.6360650278766e-06 [GeV] -Cell[13,0] 1.7197476608999e-08 [GeV] -Cell[10,1] 0.0051715454688568 [GeV] -Cell[10,3] 0.00223489095444 [GeV] -Cell[10,2] 0.00011986318392457 [GeV] -### Total energy deposition in calorimeter by a source track in 52 cells : 1.2934243885906 (GeV) - -Source track ID 10444 (gamma,0.23378010273678[GeV]) at (499.39193999298,24.651374607672,861.27115369182) +Cell[10,9] 0.0049075698734515 [GeV] +Cell[10,30] 0.0019740736789957 [GeV] +Cell[12,8] 3.5621489861513e-05 [GeV] +Cell[11,10] 0.049734833160151 [GeV] +Cell[11,9] 0.31541368221874 [GeV] +Cell[11,8] 0.0058238466467967 [GeV] +Cell[11,7] 4.050047835234e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.37793012754634 (GeV) + +Source track ID 10392 (kaon-,1.5189242797767[GeV]) at (463.14302182757,-188.41056587259,441.62044478991) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,0] 0.22711066501101 [GeV] -Cell[11,23] 0.00055091929083074 [GeV] -Cell[14,1] 0.0026560608215696 [GeV] -Cell[15,1] 0.0012621389484136 [GeV] -Cell[15,12] 0.0011100835544411 [GeV] -Cell[14,47] 0.0010902351105137 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.23378010273678 (GeV) - -Source track ID 10445 (gamma,0.24889356279397[GeV]) at (220.2924341846,-448.85548168762,830.38547374856) +Cell[12,45] 0.21937921495436 [GeV] +Cell[14,46] 0.19737108329188 [GeV] +Cell[16,44] 0.0019452215139915 [GeV] +Cell[17,45] 3.6515768897516e-10 [GeV] +Cell[13,45] 0.24983966950591 [GeV] +Cell[14,45] 0.12595535705866 [GeV] +Cell[15,46] 0.3976732548764 [GeV] +Cell[15,45] 0.0051752332342812 [GeV] +Cell[15,47] 0.011730205201263 [GeV] +Cell[15,0] 0.00022194236751329 [GeV] +Cell[16,47] 0.00032886131951943 [GeV] +Cell[16,0] 2.8810936214541e-07 [GeV] +Cell[13,46] 0.0020793111052485 [GeV] +Cell[16,45] 0.0010050312540243 [GeV] +Cell[16,46] 0.0038615509525211 [GeV] +Cell[15,44] 0.00078937429869552 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 1.2173555994088 (GeV) + +Source track ID 10500 (gamma,0.23378010273678[GeV]) at (499.39193992088,24.651376068277,861.27115213283) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,40] 0.00051099891 [GeV] -Cell[14,37] 0.00034442346295735 [GeV] -Cell[14,39] 0.24437562685686 [GeV] -Cell[14,41] 0.0010539756044872 [GeV] -Cell[14,40] 0.00092019781642832 [GeV] -Cell[14,38] 0.0016883401432287 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.24889356279397 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000132247358e-07 mm long - and its vector is (-8.042945864872308e-08,-5.382406698117848e-08,-2.51808387474739e-08) mm - Endpoint of ComputeStep() was (482.5756600600232,-328.1330758822129,819.2112211632552) - and current position to locate is (482.5756599795937,-328.133075936037,819.2112211380744) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999647718368e-08 mm long - and its vector is (-5.884389953081381e-08,4.422531674208585e-08,6.768689786440518e-08) mm - Endpoint of ComputeStep() was (2.89046668681976,566.0709399282021,176.1088652185798) - and current position to locate is (2.89046662797586,566.0709399724274,176.1088652862667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10426 (kaon+,0.60212717022977[GeV]) at (325.24309417332,379.75904162055,508.0683575442) +Cell[14,21] 0.00048690520171692 [GeV] +Cell[10,20] 0.00059743205884793 [GeV] +Cell[10,30] 0.0016010155544319 [GeV] +Cell[15,0] 0.0024652625915094 [GeV] +Cell[14,0] 0.21977419470652 [GeV] +Cell[10,18] 0.00051099891 [GeV] +Cell[14,47] 0.0075676459058997 [GeV] +Cell[16,17] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.23351445383893 (GeV) + +Source track ID 10501 (gamma,0.24889356279397[GeV]) at (220.29243298443,-448.85548227664,830.38547219781) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,34] 0.00030981541606991 [GeV] -Cell[12,35] 0.0016600056768786 [GeV] -Cell[13,43] 5.7564329182469e-06 [GeV] -Cell[12,6] 0.056585743467099 [GeV] -Cell[13,42] 0.00039312164494208 [GeV] -Cell[14,43] 9.0452965650911e-10 [GeV] -Cell[10,11] 0.001317750657208 [GeV] -Cell[10,12] 2.3865140974522e-12 [GeV] -Cell[14,16] 0.089806019052677 [GeV] -Cell[15,16] 0.067341456027731 [GeV] -Cell[15,15] 0.005995492143159 [GeV] -Cell[15,17] 0.00048404452730916 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.22389920595291 (GeV) - -Source track ID 10429 (gamma,0.0027517259304135[GeV]) at (406.27556381119,-291.44496264286,341.73320116138) +Cell[14,39] 0.23488432913338 [GeV] +Cell[13,38] 0.0015833521471658 [GeV] +Cell[12,12] 0.00040484156986782 [GeV] +Cell[19,8] 0.0027652305432735 [GeV] +Cell[19,10] 0.0022863378171856 [GeV] +Cell[17,32] 0.00051099891 [GeV] +Cell[14,38] 0.0059474737630964 [GeV] +Cell[11,5] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.24889356279397 (GeV) + +Source track ID 10490 (kaon+,0.6679067910959[GeV]) at (303.2945017767,397.50779261799,360.72061283074) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,43] 0.00024453450404598 [GeV] -Cell[11,42] 0.0025071914263675 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0027517259304135 (GeV) +Cell[11,7] 0.078750090193048 [GeV] +Cell[11,6] 0.25889325198487 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.33764334217792 (GeV) -Source track ID 10430 (gamma,0.0010635807642458[GeV]) at (-418.79967066995,-273.14251929486,-734.96458155085) +Source track ID 10394 (pi-,1.1892182335312[GeV]) at (43.837313377277,-498.07458272418,1036.9116231622) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,28] 0.0010635807642458 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0010635807642458 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999982866375e-08 mm long - and its vector is (-2.676677013369044e-08,3.636435508269642e-08,-8.922540928324452e-08) mm - Endpoint of ComputeStep() was (551.405562008775,212.8157651762575,432.0170426483137) - and current position to locate is (551.4055619820082,212.8157652126218,432.0170425590883) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10431 (neutron,0.94030684760222[GeV]) at (386.5172096379,317.18204024461,336.58191766405) +Cell[16,32] 0.00022116848588712 [GeV] +Cell[15,37] 0.037534922860942 [GeV] +Cell[15,36] 0.13493937753837 [GeV] +Cell[19,36] 0.0043970540028329 [GeV] +Cell[19,38] 2.3526977615916e-05 [GeV] +Cell[17,32] 7.8070048486552e-05 [GeV] +Cell[16,37] 0.21023533109652 [GeV] +Cell[17,37] 0.16639416499611 [GeV] +Cell[17,38] 0.30202826860333 [GeV] +Cell[18,36] 2.4596585926133e-05 [GeV] +Cell[18,37] 0.0088949438536996 [GeV] +Cell[17,36] 0.050645993572899 [GeV] +Cell[18,38] 0.00099136944566146 [GeV] +Cell[18,39] 0.0056898373334169 [GeV] +Cell[17,39] 0.00039394478542408 [GeV] +Cell[18,35] 0.0019057962992873 [GeV] +Cell[17,35] 0.0028259686169967 [GeV] +Cell[17,40] 5.8692860055771e-06 [GeV] +Cell[19,39] 0.00012771364743162 [GeV] +Cell[16,35] 0.011240272188464 [GeV] +Cell[16,34] 0.0033341376687369 [GeV] +Cell[17,26] 1.1091629858129e-07 [GeV] +Cell[17,34] 4.4001751200994e-05 [GeV] +Cell[16,33] 0.0010083661830248 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.94298480674457 (GeV) + +Source track ID 10474 (gamma,1.5351207931195[GeV]) at (395.55062910449,-305.8426062782,318.34458823117) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,3] 1.907265919499e-06 [GeV] -Cell[11,4] 0.00070563081468481 [GeV] -Cell[11,5] 2.4048105406109e-06 [GeV] -Cell[12,2] 1.456271547795e-11 [GeV] -Cell[12,3] 3.1544668694664e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0007414875744023 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000208302725e-07 mm long - and its vector is (-8.709622534297523e-08,3.370382728462573e-08,3.575337359507103e-08) mm - Endpoint of ComputeStep() was (88.39631485749157,-671.4366715006848,1242.105134870553) - and current position to locate is (88.39631477039535,-671.436671466981,1242.105134906307) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997790908189e-08 mm long - and its vector is (-5.938318281550892e-09,9.727148153615417e-08,2.242745722469408e-08) mm - Endpoint of ComputeStep() was (402.3516581230571,-296.8385811651731,944.6495241308505) - and current position to locate is (402.3516581171187,-296.8385810679016,944.649524153278) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997440396783e-08 mm long - and its vector is (-4.089304184162756e-08,8.991071354103042e-08,-1.561465978738852e-08) mm - Endpoint of ComputeStep() was (-35.89253959109131,705.026098529941,1293.144154407119) - and current position to locate is (-35.89253963198435,705.0260986198517,1293.144154391505) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000656899904e-07 mm long - and its vector is (4.417026389091916e-08,5.577339834417216e-08,-7.027324500086252e-08) mm - Endpoint of ComputeStep() was (199.6802262655093,-557.5011286764711,1366.082297110844) - and current position to locate is (199.6802263096796,-557.5011286206977,1366.082297040571) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000292962579e-07 mm long - and its vector is (8.259604555860278e-09,-9.787470389710506e-08,1.877037902886514e-08) mm - Endpoint of ComputeStep() was (-125.7728483936581,483.9227114981805,1262.200831525238) - and current position to locate is (-125.7728483853985,483.9227114003058,1262.200831544008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000005398687e-07 mm long - and its vector is (-9.201619377563475e-08,-3.833667960861931e-08,7.957396519486792e-09) mm - Endpoint of ComputeStep() was (430.9790861610392,-609.3389751236697,1295.108211938312) - and current position to locate is (430.979086069023,-609.3389751620064,1295.10821194627) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000728746599e-07 mm long - and its vector is (3.897436329225457e-08,4.90557567900396e-08,7.793937584210653e-08) mm - Endpoint of ComputeStep() was (-97.04116514165139,-579.64911201312,1501.857352499102) - and current position to locate is (-97.04116510267703,-579.6491119640642,1501.857352577042) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999855539164e-08 mm long - and its vector is (-5.116200441079854e-08,8.117785910144448e-08,2.815318111970555e-08) mm - Endpoint of ComputeStep() was (239.9887792158173,-636.2431814788714,1632.156732835026) - and current position to locate is (239.9887791646553,-636.2431813976935,1632.156732863179) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001118313724e-07 mm long - and its vector is (4.075218384969048e-09,4.10683469453943e-08,9.108680387726054e-08) mm - Endpoint of ComputeStep() was (-597.7738872074033,-845.7686519018193,1554.120914693345) - and current position to locate is (-597.7738872033281,-845.768651860751,1554.120914784432) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000042763872e-07 mm long - and its vector is (-4.176024503976805e-08,7.063346174618346e-08,-5.715764928027056e-08) mm - Endpoint of ComputeStep() was (140.2564429593761,-479.9251298774578,1983.280130483954) - and current position to locate is (140.2564429176159,-479.9251298068244,1983.280130426797) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10287 (pi-,1.1891762906296[GeV]) at (44.097536211652,-498.05161108068,1037.4679317175) +Cell[10,43] 0.00013301255955401 [GeV] +Cell[10,21] 0.0010625566432834 [GeV] +Cell[11,43] 0.40872008061529 [GeV] +Cell[11,42] 1.0263883428272 [GeV] +Cell[11,41] 0.0043416705504752 [GeV] +Cell[12,43] 0.054797384307399 [GeV] +Cell[12,42] 0.029553617066565 [GeV] +Cell[11,44] 0.0021522675654003 [GeV] +Cell[10,6] 0.0069248334094604 [GeV] +Cell[11,39] 0.00059493509546783 [GeV] +Cell[11,40] 0.00045207090028298 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 1.5351207715403 (GeV) + +Source track ID 10475 (gamma,0.1244455075516[GeV]) at (447.26694549206,-223.50006592885,557.85452680213) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,32] 0.019744045094395 [GeV] -Cell[17,32] 0.0012181530113237 [GeV] -Cell[18,35] 4.8461182159372e-06 [GeV] -Cell[18,38] 0.00012752050069787 [GeV] -Cell[16,35] 2.1438843046781e-05 [GeV] -Cell[16,36] 0.069238296255087 [GeV] -Cell[15,5] 2.4746695999056e-09 [GeV] -Cell[16,37] 0.75127322569511 [GeV] -Cell[16,38] 0.0062456974490498 [GeV] -Cell[16,39] 3.6094587703701e-06 [GeV] -Cell[15,36] 0.1619775929727 [GeV] -Cell[17,36] 0.0081859389215428 [GeV] -Cell[15,11] 0.0011813829780864 [GeV] -Cell[16,12] 0.0017260861083291 [GeV] -Cell[17,37] 0.045070349590134 [GeV] -Cell[17,35] 0.0016435746254523 [GeV] -Cell[17,34] 0.0019443735213981 [GeV] -Cell[16,40] 0.00111757975669 [GeV] -Cell[16,41] 0.00043403972080705 [GeV] -Cell[17,38] 0.0059860258954582 [GeV] -Cell[16,33] 7.4261671397835e-06 [GeV] -Cell[17,31] 0.022027682695121 [GeV] -Cell[17,30] 1.024454832077e-10 [GeV] -Cell[16,18] 2.8556011024193e-05 [GeV] -Cell[16,17] 5.5723832929289e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 25 cells : 1.0992074996905 (GeV) - -Source track ID 10390 (e-,1.1408017967313[GeV]) at (396.13972960664,-305.07919402539,318.25767239226) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,22] 0.00057136689298802 [GeV] -Cell[13,27] 0.00051099891 [GeV] -Cell[12,44] 0.00032591750036859 [GeV] -Cell[2,22] 0.0017461629744481 [GeV] -Cell[11,43] 0.4896132283545 [GeV] -Cell[12,43] 0.012292265400933 [GeV] -Cell[11,44] 0.00012083168254214 [GeV] -Cell[12,42] 0.0072576346904105 [GeV] -Cell[11,42] 0.61595195994579 [GeV] -Cell[11,41] 0.00092989054617147 [GeV] -Cell[13,38] 0.0036067427612394 [GeV] -Cell[17,24] 0.00594437392538 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 1.1388713735848 (GeV) - -Source track ID 10391 (e+,0.39281757359285[GeV]) at (393.76150658682,-308.14262270981,318.63775388985) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,43] 0.028226478137106 [GeV] -Cell[11,44] 0.00040082080519303 [GeV] -Cell[11,42] 0.36434896017024 [GeV] -Cell[11,39] 0.00035231339031463 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.39332857250285 (GeV) +Cell[12,44] 0.11076763622373 [GeV] +Cell[12,43] 0.00067567122501477 [GeV] +Cell[13,44] 0.012472324281346 [GeV] +Cell[13,43] 0.00052987582151276 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.1244455075516 (GeV) -Source track ID 10389 (gamma,0.1244455075516[GeV]) at (447.26695613527,-223.50004462972,557.854583135) +Source track ID 10453 (pi+,0.37522588488258[GeV]) at (181.31764243126,465.96557012634,1249.8208014214) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,44] 0.092934009962843 [GeV] -Cell[12,46] 0.015851787808346 [GeV] -Cell[13,44] 0.013899824213159 [GeV] -Cell[13,43] 0.00047436363243872 [GeV] -Cell[16,15] 0.0012855219348136 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.1244455075516 (GeV) - -Source track ID 10364 (pi+,0.37517742434982[GeV]) at (184.42882478579,464.74294893858,1254.3016586426) +Cell[5,41] 1.9317482383485e-08 [GeV] +Cell[15,9] 7.9471144918443e-05 [GeV] +Cell[15,24] 0.00038092592990859 [GeV] +Cell[14,42] 2.2625277517363e-05 [GeV] +Cell[14,35] 6.6303100902587e-06 [GeV] +Cell[14,37] 0.00024747376079324 [GeV] +Cell[14,44] 0.0011610466030374 [GeV] +Cell[18,11] 0.00020607311375284 [GeV] +Cell[14,45] 2.6428766417439e-06 [GeV] +Cell[15,0] 0.00016561882234942 [GeV] +Cell[14,0] 4.7837521517067e-05 [GeV] +Cell[12,43] 0.00037939349292503 [GeV] +Cell[12,42] 0.0039408822389996 [GeV] +Cell[16,9] 0.035487196179395 [GeV] +Cell[16,8] 0.16730112845628 [GeV] +Cell[14,41] 0.0067504029596537 [GeV] +Cell[16,7] 0.0091194375687937 [GeV] +Cell[16,24] 0.00031088017726222 [GeV] +Cell[15,25] 0.00097136367471171 [GeV] +Cell[16,25] 0.00094584719287786 [GeV] +Cell[16,26] 4.1697569486132e-09 [GeV] +Cell[15,26] 2.2297354007605e-10 [GeV] +Cell[5,39] 0.002485037752276 [GeV] +Cell[5,40] 2.0222198361353e-07 [GeV] +Cell[18,10] 2.4722718320845e-05 [GeV] +Cell[16,10] 0.0010223355693845 [GeV] +Cell[15,1] 6.2493007817466e-09 [GeV] +Cell[16,6] 0.00026188020659072 [GeV] +Cell[17,9] 0.00011470708597312 [GeV] +Cell[19,25] 0.00012002547419979 [GeV] +Cell[19,23] 0.0054741430401673 [GeV] +Cell[19,22] 0.00052110269350668 [GeV] +Cell[19,24] 0.0049012284791105 [GeV] +Cell[15,41] 0.0010537812056854 [GeV] +Cell[15,42] 0.00221878851115 [GeV] +Cell[14,43] 0.0013686678852325 [GeV] +### Total energy deposition in calorimeter by a source track in 36 cells : 0.24709353010452 (GeV) + +Source track ID 10445 (pi-,0.48486314350354[GeV]) at (172.07786447611,-469.45629035869,99.374260922726) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,9] 0.015864694028203 [GeV] -Cell[16,8] 0.1514124453606 [GeV] -Cell[16,7] 0.090466207938622 [GeV] -Cell[18,16] 0.0020596683100121 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.25980301563744 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997679115997e-08 mm long - and its vector is (5.376466560846893e-08,7.921448741399217e-08,2.888634753617225e-08) mm - Endpoint of ComputeStep() was (385.7642658994636,-528.0710142826421,65.23393806794665) - and current position to locate is (385.7642659532282,-528.0710142034276,65.233938096833) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999033645475e-08 mm long - and its vector is (-7.665789780730847e-09,-2.577758095867466e-08,9.631588682168513e-08) mm - Endpoint of ComputeStep() was (531.5569135712929,-35.65344014681547,155.4648289237765) - and current position to locate is (531.5569135636271,-35.65344017259305,155.4648290200924) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000028270873e-07 mm long - and its vector is (-6.620492776221454e-08,-6.772938832000364e-08,3.208805310350726e-08) mm - Endpoint of ComputeStep() was (11.8842829783041,-649.9776392435737,-124.2253408121159) - and current position to locate is (11.88428291209917,-649.9776393113031,-124.2253407800278) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999659006983e-08 mm long - and its vector is (-2.777579766188865e-08,-7.319658834603615e-08,-6.221546300366754e-08) mm - Endpoint of ComputeStep() was (132.8714679005348,-507.0794939444754,1000.000000062215) - and current position to locate is (132.871467872759,-507.079494017672,1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000357530467e-07 mm long - and its vector is (-2.533462861720182e-08,-9.39151050260989e-08,-2.319734448974486e-08) mm - Endpoint of ComputeStep() was (174.1967164599614,-512.6937339974737,208.5075406379492) - and current position to locate is (174.1967164346268,-512.6937340913888,208.5075406147519) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994535549352e-08 mm long - and its vector is (-2.598829951239168e-08,-9.60199031396769e-08,-1.023599338623171e-08) mm - Endpoint of ComputeStep() was (358.1693906943005,-541.538114851408,-57.61464828328793) - and current position to locate is (358.1693906683122,-541.5381149474279,-57.61464829352393) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999255174802e-08 mm long - and its vector is (4.636660833057249e-08,-7.767084753140807e-08,4.26306883127836e-08) mm - Endpoint of ComputeStep() was (246.4819982392196,-491.6773580761741,98.09817068584557) - and current position to locate is (246.4819982855862,-491.677358153845,98.09817072847626) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000009800967e-07 mm long - and its vector is (2.357276684961107e-08,-4.458820512809325e-08,8.63493880842725e-08) mm - Endpoint of ComputeStep() was (193.5086681445399,-672.7216328347204,215.433858242993) - and current position to locate is (193.5086681681127,-672.7216328793086,215.4338583293424) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000012229922e-07 mm long - and its vector is (1.259763848793227e-09,2.159265477530425e-08,-9.763283514985233e-08) mm - Endpoint of ComputeStep() was (363.0479999084339,-530.4621279632917,185.6288372148236) - and current position to locate is (363.0479999096937,-530.462127941699,185.6288371171908) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000490939255e-07 mm long - and its vector is (-8.736151357879862e-09,-7.921551059553167e-08,-6.040357902747928e-08) mm - Endpoint of ComputeStep() was (547.5975405091193,-557.3666279394164,414.996809456122) - and current position to locate is (547.5975405003832,-557.3666280186319,414.9968093957185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000212061064e-07 mm long - and its vector is (-3.251864200137788e-08,-6.716413736285176e-08,-6.656966888840543e-08) mm - Endpoint of ComputeStep() was (679.1841228451129,-411.9953042454107,600.0000000665697) - and current position to locate is (679.1841228125943,-411.9953043125748,600) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999311592724e-08 mm long - and its vector is (-7.134769930416951e-08,-5.331179409040487e-08,4.546819809547742e-08) mm - Endpoint of ComputeStep() was (378.0834900128394,-400.7567332774298,399.9999999545318) - and current position to locate is (378.0834899414917,-400.7567333307416,400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999057413995e-08 mm long - and its vector is (5.306105776980985e-09,3.983967644671793e-08,9.156769920082297e-08) mm - Endpoint of ComputeStep() was (383.8394694539007,-441.4166847334351,534.1372126236472) - and current position to locate is (383.8394694592068,-441.4166846935954,534.1372127152149) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999122638484e-08 mm long - and its vector is (-6.209791081346339e-08,6.843208666396094e-08,3.822168537226389e-08) mm - Endpoint of ComputeStep() was (424.9874177100532,-489.0255463674633,473.0012818256687) - and current position to locate is (424.9874176479553,-489.0255462990312,473.0012818638904) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996037260516e-08 mm long - and its vector is (4.360447292128811e-08,-6.388194151440985e-08,-6.338564162433613e-08) mm - Endpoint of ComputeStep() was (463.2407932524286,-342.8224786602806,567.5083442554567) - and current position to locate is (463.2407932960331,-342.8224787241626,567.508344192071) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000025547368e-07 mm long - and its vector is (6.38199253444327e-08,-3.097659373452188e-08,7.048026873235358e-08) mm - Endpoint of ComputeStep() was (908.3476847912035,-486.7755794223008,512.1237900377934) - and current position to locate is (908.3476848550234,-486.7755794532774,512.1237901082736) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000030403338e-07 mm long - and its vector is (-3.849254426313564e-08,-4.554067345452495e-09,9.218234708896489e-08) mm - Endpoint of ComputeStep() was (572.9314386810336,-287.6636233044092,399.9999999078177) - and current position to locate is (572.931438642541,-287.6636233089633,400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000107036446e-07 mm long - and its vector is (1.555952167109353e-08,3.228313971703756e-08,9.335792583442526e-08) mm - Endpoint of ComputeStep() was (392.6812783309385,-379.0057070476998,526.4846698719219) - and current position to locate is (392.6812783464981,-379.0057070154167,526.4846699652799) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998175471319e-08 mm long - and its vector is (-9.516554655419895e-08,-2.681196065168479e-08,-1.498779056419153e-08) mm - Endpoint of ComputeStep() was (719.8869298235534,-121.0900838208558,636.4038755369367) - and current position to locate is (719.8869297283878,-121.0900838476678,636.4038755219489) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997551428037e-08 mm long - and its vector is (8.456470368400915e-08,1.630041879252531e-09,5.334931074685301e-08) mm - Endpoint of ComputeStep() was (524.8827087348558,-217.4135366497623,256.4791903428081) - and current position to locate is (524.8827088194205,-217.4135366481323,256.4791903961574) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10348 (pi-,0.48292274792302[GeV]) at (170.68063103971,-469.96608621036,102.57466955383) +Cell[10,39] 0.085121982101064 [GeV] +Cell[11,43] 0.00073590803742161 [GeV] +Cell[11,42] 0.0047011731515105 [GeV] +Cell[11,41] 0.0087807392454962 [GeV] +Cell[11,39] 9.060642490897e-05 [GeV] +Cell[11,40] 0.00067266128088215 [GeV] +Cell[10,38] 0.043711113012874 [GeV] +Cell[10,40] 0.21582991006316 [GeV] +Cell[10,41] 0.037433007997687 [GeV] +Cell[10,42] 0.00038953276793836 [GeV] +Cell[11,38] 5.078151843918e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.39746663916109 (GeV) + +Source track ID 10443 (e-,0.00051461710378799[GeV]) at (-70.557973701989,-494.9965377122,1186.8898883887) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,37] 0.0018644435944854 [GeV] -Cell[9,40] 1.2352352202925e-05 [GeV] -Cell[8,14] 0.0022230708607212 [GeV] -Cell[9,39] 0.0018289223398737 [GeV] -Cell[13,35] 7.257586187734e-06 [GeV] -Cell[17,25] 1.0564344702289e-06 [GeV] -Cell[12,41] 0.0074200178741614 [GeV] -Cell[12,45] 0.01434765428061 [GeV] -Cell[10,47] 3.2214301086242e-08 [GeV] -Cell[12,44] 0.015004485071325 [GeV] -Cell[11,40] 2.4619808186799e-08 [GeV] -Cell[12,13] 6.3418299832847e-06 [GeV] -Cell[11,38] 6.5481011292832e-06 [GeV] -Cell[9,37] 2.6819368358701e-06 [GeV] -Cell[12,12] 4.1417012136662e-05 [GeV] -Cell[14,37] 1.2786453566605e-05 [GeV] -Cell[12,35] 0.00052930312049409 [GeV] -Cell[13,36] 1.0389974272584e-07 [GeV] -Cell[12,36] 0.00013246010144815 [GeV] -Cell[10,40] 0.0027310256883361 [GeV] -Cell[11,45] 4.6078455898169e-07 [GeV] -Cell[12,43] 0.008442471649385 [GeV] -Cell[11,44] 5.5070104167498e-08 [GeV] -Cell[12,42] 0.015516830426093 [GeV] -Cell[11,42] 6.1079065182071e-05 [GeV] -Cell[15,37] 1.1510462627484e-10 [GeV] -Cell[15,38] 0.00028818647290348 [GeV] -Cell[11,46] 0.00028960276145028 [GeV] -Cell[11,41] 1.3829855026188e-05 [GeV] -Cell[13,46] 7.178604125329e-06 [GeV] -Cell[14,38] 1.6783842170298e-08 [GeV] -Cell[13,42] 0.00055762058777116 [GeV] -Cell[17,24] 1.0609941091388e-07 [GeV] -Cell[11,39] 0.00095122831949104 [GeV] -Cell[10,38] 0.050830043986291 [GeV] -Cell[10,39] 0.14981344605694 [GeV] -Cell[10,46] 1.656737367739e-09 [GeV] -Cell[11,37] 8.428979839664e-06 [GeV] -Cell[11,36] 4.3466228627949e-05 [GeV] -Cell[9,36] 0.00027559250362276 [GeV] -Cell[9,38] 5.4395059123635e-11 [GeV] -Cell[10,41] 9.4109658093657e-06 [GeV] -Cell[9,17] 0.00094782961126475 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.2742288720098 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000994649152e-07 mm long - and its vector is (-4.974849332484155e-08,1.696491835900815e-08,-8.507231541443616e-08) mm - Endpoint of ComputeStep() was (-28.86521894216249,-649.3587599737002,1176.112240589372) - and current position to locate is (-28.86521899191098,-649.3587599567353,1176.112240504299) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998204933171e-08 mm long - and its vector is (-6.654062190136756e-08,-5.816957582283067e-08,-4.678292953030905e-08) mm - Endpoint of ComputeStep() was (479.2063586666299,269.9282606705825,574.3467001685586) - and current position to locate is (479.2063586000892,269.9282606124129,574.3467001217757) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000199276989e-07 mm long - and its vector is (9.379940735243508e-08,-3.042737262148876e-08,1.660873749642633e-08) mm - Endpoint of ComputeStep() was (36.77995761528526,-704.7774998286301,-1532.525013909394) - and current position to locate is (36.77995770908466,-704.7774998590575,-1532.525013892785) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000058457612e-07 mm long - and its vector is (-2.479377236852542e-08,4.303171863284661e-08,8.67960352479713e-08) mm - Endpoint of ComputeStep() was (13.58903282005003,549.8320999544943,1330.144900361345) - and current position to locate is (13.58903279525626,549.832099997526,1330.144900448141) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996152503722e-08 mm long - and its vector is (-4.73106780418675e-08,-7.886319508543238e-08,-3.927198122255504e-08) mm - Endpoint of ComputeStep() was (-45.53794637046156,-723.4214854628524,1693.355005970045) - and current position to locate is (-45.53794641777224,-723.4214855417156,1693.355005930773) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000210876516e-07 mm long - and its vector is (-7.023925263638375e-08,4.930279828840867e-08,-5.133892955200281e-08) mm - Endpoint of ComputeStep() was (-153.2180522202195,-745.8784426973324,1699.662262277346) - and current position to locate is (-153.2180522904588,-745.8784426480296,1699.662262226007) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995459791267e-08 mm long - and its vector is (-5.44224576515262e-09,-6.933623808436096e-08,7.185303729784209e-08) mm - Endpoint of ComputeStep() was (-166.6292127008185,-813.1019034291685,1702.67943118619) - and current position to locate is (-166.6292127062607,-813.1019034985047,1702.679431258043) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999945079312e-08 mm long - and its vector is (-7.13758048220825e-08,6.99276370141888e-08,-3.95220922655426e-09) mm - Endpoint of ComputeStep() was (-3.351986276302582,-932.8078633293056,1706.822432390904) - and current position to locate is (-3.351986347678387,-932.807863259378,1706.822432386952) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996165782138e-08 mm long - and its vector is (-7.077153441059636e-08,5.355013854568824e-08,-4.608432391250972e-08) mm - Endpoint of ComputeStep() was (-535.9790196680093,-1071.517073313251,1649.405095071853) - and current position to locate is (-535.9790197387808,-1071.517073259701,1649.405095025769) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000203101828e-07 mm long - and its vector is (2.003281451834482e-08,-5.370429789763875e-08,8.194228939828463e-08) mm - Endpoint of ComputeStep() was (-418.5030341151996,-1010.355700753137,1841.613915478403) - and current position to locate is (-418.5030340951668,-1010.355700806841,1841.613915560346) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10312 (pi+,0.96800120819826[GeV]) at (-68.904699746255,-495.22938357177,1186.1293778256) +Cell[15,34] 3.6181937879875e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 3.6181937879875e-06 (GeV) + +Source track ID 10425 (pi+,0.96824900289718[GeV]) at (-70.508427748281,-495.00359757932,1187.4917076264) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,7] 7.0229612174444e-06 [GeV] -Cell[18,35] 0.27007263111343 [GeV] -Cell[16,34] 0.1326134425959 [GeV] -Cell[16,35] 0.07872690267839 [GeV] -Cell[1,36] 1.720344639034e-05 [GeV] -Cell[1,38] 0.00074907668084791 [GeV] -Cell[1,37] 0.00025862280151171 [GeV] -Cell[2,36] 6.2177645789347e-05 [GeV] -Cell[2,37] 7.226232848268e-05 [GeV] -Cell[12,3] 0.00065754677367534 [GeV] -Cell[16,12] 0.0015711760365955 [GeV] -Cell[17,35] 0.20647643090434 [GeV] -Cell[17,34] 0.0059428305201386 [GeV] -Cell[15,34] 0.017272987088513 [GeV] -Cell[15,35] 0.00053829469542745 [GeV] -Cell[12,4] 1.4432209744996e-05 [GeV] -Cell[1,31] 1.4939539105399e-05 [GeV] -Cell[16,11] 7.9900022456059e-09 [GeV] -Cell[18,34] 0.003928550034797 [GeV] -Cell[19,33] 0.022619323513777 [GeV] -Cell[18,33] 3.4761256535376e-05 [GeV] -Cell[19,32] 0.00021772160715318 [GeV] -Cell[18,32] 2.5296566934685e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.74186859738742 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000140083439e-07 mm long - and its vector is (-3.251500402257079e-08,-7.493883913411992e-08,-5.767969923908822e-08) mm - Endpoint of ComputeStep() was (534.0491695972387,-534.0491694897855,771.9170570803176) - and current position to locate is (534.0491695647237,-534.0491695647244,771.9170570226379) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000137939393e-07 mm long - and its vector is (-1.764163926054607e-08,9.740767836774467e-08,1.416049144609133e-08) mm - Endpoint of ComputeStep() was (370.0365314747629,-629.2638282229268,843.4037374833674) - and current position to locate is (370.0365314571213,-629.2638281255191,843.4037374975279) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999305665135e-08 mm long - and its vector is (-5.804616876048385e-08,7.604137408634415e-08,-2.912645413744031e-08) mm - Endpoint of ComputeStep() was (498.5746436987013,-663.5686285679207,863.1453058342136) - and current position to locate is (498.5746436406551,-663.5686284918793,863.1453058050871) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000615981591e-07 mm long - and its vector is (1.893147327791667e-08,-2.804210907925153e-08,9.41023472478264e-08) mm - Endpoint of ComputeStep() was (445.9458746642551,-519.7859666718601,883.9158726273125) - and current position to locate is (445.9458746831866,-519.7859666999022,883.9158727214149) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998930485378e-08 mm long - and its vector is (-8.775066362431971e-08,2.512410901545081e-08,-4.084847660124069e-08) mm - Endpoint of ComputeStep() was (445.9633566015714,-540.4096453523046,812.8336304853572) - and current position to locate is (445.9633565138207,-540.4096453271804,812.8336304445087) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000326606807e-07 mm long - and its vector is (2.281694833072834e-08,8.374308890779503e-08,4.96637539981748e-08) mm - Endpoint of ComputeStep() was (313.240913448147,-569.5437913130709,475.3699879159371) - and current position to locate is (313.240913470964,-569.5437912293278,475.3699879656009) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992221472493e-08 mm long - and its vector is (-6.145080533315195e-08,-7.884364094934426e-08,2.731894710450433e-09) mm - Endpoint of ComputeStep() was (690.7871594295171,-690.7871592892236,570.8617719113892) - and current position to locate is (690.7871593680663,-690.7871593680673,570.8617719141211) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997927767835e-08 mm long - and its vector is (-7.962512427184265e-09,-9.805069112189813e-08,1.796263404685305e-08) mm - Endpoint of ComputeStep() was (458.0189592608223,-369.1198945560463,877.9363550007838) - and current position to locate is (458.0189592528598,-369.119894654097,877.9363550187464) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998966500051e-08 mm long - and its vector is (-2.410240540484665e-08,-9.582515758665977e-08,1.538217020424781e-08) mm - Endpoint of ComputeStep() was (524.4785144966893,-463.597117945938,952.7579566992689) - and current position to locate is (524.4785144725869,-463.5971180417631,952.7579567146511) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998627635456e-08 mm long - and its vector is (3.717025265359553e-08,-2.496068418622599e-08,8.941663054429227e-08) mm - Endpoint of ComputeStep() was (579.9572580339174,-497.1221782835279,706.5253670536492) - and current position to locate is (579.9572580710876,-497.1221783084886,706.5253671430659) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999662916704e-08 mm long - and its vector is (7.224787168524927e-08,4.734164349429193e-08,-5.038862127548782e-08) mm - Endpoint of ComputeStep() was (531.200464797697,-407.6044527690207,929.792850001848) - and current position to locate is (531.2004648699449,-407.6044527216791,929.7928499514594) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000326909891e-07 mm long - and its vector is (1.855357822933001e-08,9.775533271749737e-08,9.98329596768599e-09) mm - Endpoint of ComputeStep() was (611.7235279472168,-700.4957712007017,905.0449982255814) - and current position to locate is (611.7235279657704,-700.4957711029464,905.0449982355647) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996414873454e-08 mm long - and its vector is (6.907725946803112e-08,2.989156655530678e-08,6.583934464288177e-08) mm - Endpoint of ComputeStep() was (380.8410798430564,-701.6587567498876,697.2998257685011) - and current position to locate is (380.8410799121337,-701.6587567199961,697.2998258343405) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998068230241e-08 mm long - and its vector is (6.272324526435114e-08,-5.811324399473961e-08,5.185211193747818e-08) mm - Endpoint of ComputeStep() was (457.9835167743245,-397.9035275701621,833.5662440939752) - and current position to locate is (457.9835168370478,-397.9035276282753,833.5662441458273) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000091760587e-07 mm long - and its vector is (-6.488414783234475e-08,1.340413291472942e-08,7.4902459346049e-08) mm - Endpoint of ComputeStep() was (611.032910921647,-298.393669265805,661.6288126373513) - and current position to locate is (611.0329108567629,-298.3936692524009,661.6288127122538) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998743324434e-08 mm long - and its vector is (-9.04257717593282e-08,-2.191848125221441e-08,3.6643655221269e-08) mm - Endpoint of ComputeStep() was (444.5596143601721,-525.8988424483379,821.2557279632642) - and current position to locate is (444.5596142697463,-525.8988424702563,821.2557279999079) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999197044356e-08 mm long - and its vector is (-8.038352916628355e-08,-6.17319528828375e-10,5.9481976677489e-08) mm - Endpoint of ComputeStep() was (587.9467395899738,-660.5519480377429,905.9242596941307) - and current position to locate is (587.9467395095903,-660.5519480383603,905.9242597536127) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996751684712e-08 mm long - and its vector is (9.675204637460411e-08,3.234504220017698e-09,2.507135832274798e-08) mm - Endpoint of ComputeStep() was (665.1895873841256,-512.5281483755521,835.0644824527785) - and current position to locate is (665.1895874808777,-512.5281483723176,835.0644824778499) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999749702151e-08 mm long - and its vector is (6.251701734072412e-08,7.803407697792863e-08,-1.516696102044079e-09) mm - Endpoint of ComputeStep() was (509.8655775786886,-733.3625789360864,884.4969069657928) - and current position to locate is (509.8655776412056,-733.3625788580523,884.4969069642761) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000106661146e-07 mm long - and its vector is (1.465042487325263e-08,-9.527724387226044e-08,2.660101472429233e-08) mm - Endpoint of ComputeStep() was (501.666587145715,-471.5836049109008,781.849362558271) - and current position to locate is (501.6665871603654,-471.5836050061781,781.849362584872) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000152838982e-07 mm long - and its vector is (3.501440914988052e-08,9.090803132494329e-08,2.257706910313573e-08) mm - Endpoint of ComputeStep() was (419.4280209078981,-404.8126609216667,962.0768226962364) - and current position to locate is (419.4280209429126,-404.8126608307587,962.0768227188134) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998277918948e-08 mm long - and its vector is (4.138382792007178e-08,2.032282964137266e-08,-8.873757906258106e-08) mm - Endpoint of ComputeStep() was (561.1401965312136,-474.0933764262651,852.1771374969419) - and current position to locate is (561.1401965725975,-474.0933764059423,852.1771374082043) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000435160327e-07 mm long - and its vector is (-6.018916565153631e-08,-4.426641453392222e-08,-6.646621386607876e-08) mm - Endpoint of ComputeStep() was (476.9202422678144,-420.0005742748318,803.0033290731604) - and current position to locate is (476.9202422076252,-420.0005743190982,803.0033290066942) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000016926223e-07 mm long - and its vector is (8.106974291877123e-08,-5.405706815508893e-08,-2.248407326987945e-08) mm - Endpoint of ComputeStep() was (575.3807391565061,-575.3807391835196,726.1756314369858) - and current position to locate is (575.3807392375759,-575.3807392375767,726.1756314145017) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998862018404e-08 mm long - and its vector is (6.734563839927432e-08,-7.389860456896713e-08,1.886519385152496e-09) mm - Endpoint of ComputeStep() was (436.0120137338126,-478.2784502249144,581.5217997348153) - and current position to locate is (436.0120138011583,-478.278450298813,581.5217997367018) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999601871742e-08 mm long - and its vector is (-4.828928013012046e-08,8.70001031216816e-08,-9.956238500308245e-09) mm - Endpoint of ComputeStep() was (767.5761004678948,-856.2075051057931,683.2906492773531) - and current position to locate is (767.5761004196055,-856.207505018793,683.2906492673968) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999125785649e-08 mm long - and its vector is (-9.580281812304747e-08,2.638000751176151e-08,1.122111825679895e-08) mm - Endpoint of ComputeStep() was (471.3579078049557,-683.1703468946041,1048.583729119074) - and current position to locate is (471.3579077091529,-683.1703468682241,1048.583729130295) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000503458595e-07 mm long - and its vector is (2.070680693577742e-08,-3.085585831286153e-08,9.283940016757697e-08) mm - Endpoint of ComputeStep() was (574.2344049929075,-524.7924693729622,792.6771659875398) - and current position to locate is (574.2344050136143,-524.792469403818,792.6771660803792) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000247358404e-07 mm long - and its vector is (-8.103506843326613e-08,3.406660198379541e-08,4.767377959069563e-08) mm - Endpoint of ComputeStep() was (537.0624176018309,-417.0898700701516,614.7281860515993) - and current position to locate is (537.0624175207959,-417.089870036085,614.7281860992731) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998049197004e-08 mm long - and its vector is (4.884628879153752e-08,-7.180551619967446e-08,4.957826149620814e-08) mm - Endpoint of ComputeStep() was (370.7356910465606,-459.081733060572,927.1163221822321) - and current position to locate is (370.7356910954069,-459.0817331323776,927.1163222318104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000221051481e-07 mm long - and its vector is (5.858760232513305e-08,4.193918812234187e-08,6.934408247616375e-08) mm - Endpoint of ComputeStep() was (565.6503136550588,-758.0184444246097,650.9255472023148) - and current position to locate is (565.6503137136464,-758.0184443826705,650.9255472716588) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999713854848e-08 mm long - and its vector is (-2.032442125710077e-08,-9.703103387437295e-08,1.311070718656993e-08) mm - Endpoint of ComputeStep() was (399.6487945031609,-612.478151496612,341.2940916288181) - and current position to locate is (399.6487944828365,-612.478151593643,341.2940916419288) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000090397678e-07 mm long - and its vector is (6.112941264291294e-10,-7.268999979714863e-08,-6.867162483104039e-08) mm - Endpoint of ComputeStep() was (528.091391710312,-576.8998883785358,627.8465790939176) - and current position to locate is (528.0913917109233,-576.8998884512258,627.846579025246) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000097012052e-07 mm long - and its vector is (-2.69693032350915e-08,8.990741662273649e-08,3.448644747550134e-08) mm - Endpoint of ComputeStep() was (440.4088300291951,-536.5444976869339,875.0376083858787) - and current position to locate is (440.4088300022258,-536.5444975970265,875.0376084203651) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000111839748e-07 mm long - and its vector is (-8.946119578467915e-08,-3.386662683624309e-08,2.915044206019957e-08) mm - Endpoint of ComputeStep() was (483.5217912002352,-592.366681112076,770.0719259288184) - and current position to locate is (483.521791110774,-592.3666811459426,770.0719259579688) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000403385847e-07 mm long - and its vector is (-7.220864972623531e-08,6.21957276791818e-08,3.029208528460003e-08) mm - Endpoint of ComputeStep() was (-579.4004822873877,-26.36438970935052,1478.509813852069) - and current position to locate is (-579.4004823595964,-26.36438964715479,1478.509813882361) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997518159858e-08 mm long - and its vector is (5.045353645982686e-08,4.482052418097737e-08,-7.379401267826324e-08) mm - Endpoint of ComputeStep() was (798.0313600206714,-266.0392322069293,958.0201316617122) - and current position to locate is (798.0313600711249,-266.0392321621088,958.0201315879182) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999918837021e-08 mm long - and its vector is (3.194111286575207e-08,8.801225703791715e-08,-3.512275270622922e-08) mm - Endpoint of ComputeStep() was (503.8242529717485,-668.5251442797547,692.2649224290373) - and current position to locate is (503.8242530036896,-668.5251441917425,692.2649223939145) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000332356357e-07 mm long - and its vector is (7.928974810056388e-08,-6.292907528404612e-09,-6.060975010768743e-08) mm - Endpoint of ComputeStep() was (563.5350241679618,-563.5350242409594,683.7130026892499) - and current position to locate is (563.5350242472515,-563.5350242472523,683.7130026286402) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999932311186e-08 mm long - and its vector is (5.719550699723186e-08,5.936169600317953e-08,-5.661149771185592e-08) mm - Endpoint of ComputeStep() was (591.328460010241,-680.062047703459,807.3582278638345) - and current position to locate is (591.3284600674365,-680.0620476440973,807.358227807223) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998027489971e-08 mm long - and its vector is (-5.712468009733129e-08,5.311966333465534e-08,-6.257050699787214e-08) mm - Endpoint of ComputeStep() was (469.4764051324762,-506.5837376968248,673.117338568056) - and current position to locate is (469.4764050753515,-506.5837376437051,673.1173385054855) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000253122171e-07 mm long - and its vector is (3.309605745016597e-08,-8.662345862830989e-08,-3.743036813830258e-08) mm - Endpoint of ComputeStep() was (982.9697638064536,-750.9096882713479,970.853563461509) - and current position to locate is (982.9697638395496,-750.9096883579714,970.8535634240786) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000164671379e-07 mm long - and its vector is (7.131154688977404e-08,-6.909431249368936e-09,-6.976335953368107e-08) mm - Endpoint of ComputeStep() was (1009.774171952798,-762.9043075974822,917.5179435501982) - and current position to locate is (1009.774172024109,-762.9043076043916,917.5179434804348) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000338622248e-07 mm long - and its vector is (8.279823759949068e-08,-5.332788077794248e-08,1.733769749989733e-08) mm - Endpoint of ComputeStep() was (907.1406900044402,-879.7765620558374,857.3820000655311) - and current position to locate is (907.1406900872385,-879.7765621091653,857.3820000828688) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999577281949e-08 mm long - and its vector is (-5.881838660570793e-08,4.92730123369256e-09,8.072242962953169e-08) mm - Endpoint of ComputeStep() was (961.0447222194313,-786.6430072120745,764.6777840361979) - and current position to locate is (961.0447221606129,-786.6430072071472,764.6777841169203) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999511657352e-08 mm long - and its vector is (-8.538097517885035e-08,-5.012213932786835e-08,-1.406624505762011e-08) mm - Endpoint of ComputeStep() was (1012.32030284789,-847.0144292998741,694.6847116504472) - and current position to locate is (1012.320302762509,-847.0144293499962,694.6847116363809) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000834810771e-07 mm long - and its vector is (-5.595256880042143e-08,7.000562618486583e-08,4.436822109710192e-08) mm - Endpoint of ComputeStep() was (1075.903260378185,-667.6375016063939,999.9999999556318) - and current position to locate is (1075.903260322232,-667.6375015363883,1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000287768751e-07 mm long - and its vector is (5.481274456542451e-08,-6.70275994707481e-08,5.002868874726119e-08) mm - Endpoint of ComputeStep() was (635.4459540754639,-674.0905531882805,999.9999999499713) - and current position to locate is (635.4459541302766,-674.0905532553081,1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000413032932e-07 mm long - and its vector is (6.104153271735413e-08,-7.103483312675962e-08,-3.50427171724732e-08) mm - Endpoint of ComputeStep() was (765.264617381585,-612.1846659329336,853.3688234727288) - and current position to locate is (765.2646174426266,-612.1846660039685,853.368823437686) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999804687711e-08 mm long - and its vector is (-5.669562597176991e-10,-4.16190459873178e-09,9.991174465540098e-08) mm - Endpoint of ComputeStep() was (581.6076126153298,-507.1354702313944,809.7994885691152) - and current position to locate is (581.6076126147628,-507.1354702355563,809.7994886690269) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997961141026e-08 mm long - and its vector is (5.861255658601294e-08,4.698244993051048e-08,-6.600919277843786e-08) mm - Endpoint of ComputeStep() was (500.1232006813904,-642.467761457247,692.7938672787471) - and current position to locate is (500.123200740003,-642.4677614102645,692.793867212738) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999801836198e-08 mm long - and its vector is (-4.635899131244514e-08,-7.732273843430448e-08,4.326705038693035e-08) mm - Endpoint of ComputeStep() was (800.539892385971,-462.1919222619872,944.875683177945) - and current position to locate is (800.539892339612,-462.1919223393099,944.8756832212121) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995816718242e-08 mm long - and its vector is (8.841732324071927e-08,4.457808699953603e-08,-1.397006599290762e-08) mm - Endpoint of ComputeStep() was (737.8237381989064,-422.038068493052,1035.41884078257) - and current position to locate is (737.8237382873237,-422.0380684484739,1035.4188407686) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000416736664e-07 mm long - and its vector is (-3.143486537737772e-08,-4.82808104607102e-08,-8.173628884833306e-08) mm - Endpoint of ComputeStep() was (475.900641865791,-475.9006417860759,1087.001296668187) - and current position to locate is (475.9006418343562,-475.9006418343567,1087.001296586451) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000272953821e-07 mm long - and its vector is (5.727451934944838e-08,-3.021432348759845e-08,-7.620189990120707e-08) mm - Endpoint of ComputeStep() was (532.253170383092,-570.1811664039096,894.8813363963808) - and current position to locate is (532.2531704403665,-570.181166434124,894.8813363201789) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000480712432e-07 mm long - and its vector is (6.821392162237316e-08,-5.047695594839752e-08,5.290507942845579e-08) mm - Endpoint of ComputeStep() was (852.303619204608,-376.8733294590354,849.3383881565251) - and current position to locate is (852.3036192728219,-376.8733295095124,849.3383882094301) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000206182913e-07 mm long - and its vector is (2.802232756948797e-08,9.044913440447999e-08,3.215131982869934e-08) mm - Endpoint of ComputeStep() was (960.2769042478767,-632.7466058611129,1150.329642730172) - and current position to locate is (960.276904275899,-632.7466057706638,1150.329642762323) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999792578884e-08 mm long - and its vector is (7.518059419453493e-08,4.602554781740764e-09,6.577761268999893e-08) mm - Endpoint of ComputeStep() was (460.9931945354953,-460.9931946152791,851.178392418796) - and current position to locate is (460.9931946106759,-460.9931946106765,851.1783924845736) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000207071486e-07 mm long - and its vector is (-3.291927441750886e-08,-8.224742487072945e-08,-4.638627615349833e-08) mm - Endpoint of ComputeStep() was (770.7988168019065,-628.9377861969876,1048.784989899703) - and current position to locate is (770.7988167689872,-628.9377862792351,1048.784989853317) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000054090268e-07 mm long - and its vector is (9.431232683709823e-09,4.914716100756777e-08,-8.657718808535719e-08) mm - Endpoint of ComputeStep() was (575.845363466199,-833.3879636402925,709.3382808327744) - and current position to locate is (575.8453634756303,-833.3879635911453,709.3382807461973) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000738315058e-07 mm long - and its vector is (8.815493401925778e-08,-1.851799424912315e-08,4.342587089922745e-08) mm - Endpoint of ComputeStep() was (682.1094832481509,-393.9478457582639,1078.634951063451) - and current position to locate is (682.1094833363059,-393.9478457767819,1078.634951106877) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000098101443e-07 mm long - and its vector is (-4.023183919343865e-08,-2.087438133457908e-08,8.913843885238748e-08) mm - Endpoint of ComputeStep() was (717.830846283116,-986.3580970050157,1019.296792513204) - and current position to locate is (717.8308462428841,-986.3580970258901,1019.296792602342) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000412618696e-07 mm long - and its vector is (-2.342642346775392e-08,-1.365776824968634e-08,9.625318853068165e-08) mm - Endpoint of ComputeStep() was (874.4714153148366,-880.6532762951614,672.2686772553359) - and current position to locate is (874.4714152914102,-880.6532763088192,672.2686773515891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000231279438e-07 mm long - and its vector is (9.213408702635206e-09,9.938605671777623e-08,6.126128937467001e-09) mm - Endpoint of ComputeStep() was (734.720202105001,-850.3612154082359,786.263144190784) - and current position to locate is (734.7202021142144,-850.3612153088499,786.2631441969102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000015200502e-07 mm long - and its vector is (4.58607019027113e-08,-8.205859103327384e-08,3.41054828822962e-08) mm - Endpoint of ComputeStep() was (812.0993129661414,-896.9887509063008,721.1855930918123) - and current position to locate is (812.0993130120021,-896.9887509883594,721.1855931259178) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993661982698e-08 mm long - and its vector is (5.798790425615152e-08,6.783716344216373e-08,4.511662154982332e-08) mm - Endpoint of ComputeStep() was (772.3045883414788,-844.4188216019345,633.0299527380614) - and current position to locate is (772.3045883994668,-844.4188215340973,633.029952783178) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000429089277e-07 mm long - and its vector is (-8.783786142885219e-08,3.679349447338609e-08,-3.050831764994655e-08) mm - Endpoint of ComputeStep() was (437.4513240729988,-876.9471701352149,1133.162004370087) - and current position to locate is (437.451323985161,-876.9471700984215,1133.162004339579) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000613503928e-07 mm long - and its vector is (2.912611307692714e-08,-8.232575510191964e-08,4.872526915278286e-08) mm - Endpoint of ComputeStep() was (716.9363377541254,-821.5917536308319,986.4272184194513) - and current position to locate is (716.9363377832515,-821.5917537131577,986.4272184681765) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993034462388e-08 mm long - and its vector is (1.844352937041549e-08,7.721610018052161e-10,9.828136171563528e-08) mm - Endpoint of ComputeStep() was (662.6384296066489,-839.4757973194571,1193.091118778004) - and current position to locate is (662.6384296250924,-839.475797318685,1193.091118876285) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998425562634e-08 mm long - and its vector is (3.553475380613236e-08,9.306018000643235e-08,8.77957972988952e-09) mm - Endpoint of ComputeStep() was (592.2216763077006,-771.7983150501182,1159.358800235342) - and current position to locate is (592.2216763432353,-771.798314957058,1159.358800244121) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996509863549e-08 mm long - and its vector is (-1.951161721081007e-08,4.289051958039636e-08,8.820256880426314e-08) mm - Endpoint of ComputeStep() was (607.0415027276524,-856.7383579969641,1076.070945096392) - and current position to locate is (607.0415027081408,-856.7383579540735,1076.070945184594) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992780911964e-08 mm long - and its vector is (-3.392131020518718e-08,-9.307564141636249e-08,-1.36475364342914e-08) mm - Endpoint of ComputeStep() was (566.8135072336886,-762.379464514871,1020.924459066998) - and current position to locate is (566.8135071997673,-762.3794646079466,1020.924459053351) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000957780752e-07 mm long - and its vector is (-1.060038812283892e-08,-9.703626346890815e-08,-2.171668711525854e-08) mm - Endpoint of ComputeStep() was (572.9352711226069,-1086.774732527033,1373.366505054424) - and current position to locate is (572.9352711120065,-1086.774732624069,1373.366505032708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991949194148e-08 mm long - and its vector is (-3.239847501390614e-08,4.827415978070349e-08,8.136294127325527e-08) mm - Endpoint of ComputeStep() was (558.3989803778886,-980.4560294962549,1235.16851251917) - and current position to locate is (558.3989803454901,-980.4560294479808,1235.168512600533) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000187117696e-07 mm long - and its vector is (-8.099209480860736e-08,5.837841854372527e-08,-5.678430170519277e-09) mm - Endpoint of ComputeStep() was (565.3325700305329,-1035.760148622827,1157.592773697893) - and current position to locate is (565.3325699495408,-1035.760148564448,1157.592773692215) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000085028759e-07 mm long - and its vector is (-4.188109414826613e-09,9.283985491492786e-08,-3.692184691317379e-08) mm - Endpoint of ComputeStep() was (523.9696287601541,-627.1890677624334,1258.613117810378) - and current position to locate is (523.969628755966,-627.1890676695936,1258.613117773456) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000430555583e-07 mm long - and its vector is (-8.974791398941306e-08,-2.825004230544437e-09,4.401522346597631e-08) mm - Endpoint of ComputeStep() was (827.144901898898,-646.7853673418077,900.8081992803625) - and current position to locate is (827.14490180915,-646.7853673446327,900.8081993243777) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994198028372e-08 mm long - and its vector is (-4.889420779363718e-08,7.835899396013701e-08,-3.83303131457069e-08) mm - Endpoint of ComputeStep() was (832.0377568325093,-554.7190021744559,760.290953282675) - and current position to locate is (832.0377567836151,-554.7190020960969,760.2909532443447) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000006287792e-07 mm long - and its vector is (-1.516775682830485e-08,8.053683586695115e-08,5.7304077927256e-08) mm - Endpoint of ComputeStep() was (745.1996342552312,-482.244618556943,1017.043783867801) - and current position to locate is (745.1996342400635,-482.2446184764061,1017.043783925105) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000206672113e-07 mm long - and its vector is (-6.091624982218491e-08,7.426967840729048e-08,-2.780700469884323e-08) mm - Endpoint of ComputeStep() was (551.4277543033879,-592.3553175972133,788.4578843491936) - and current position to locate is (551.4277542424717,-592.3553175229437,788.4578843213866) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000035866446e-07 mm long - and its vector is (-3.306956841697684e-08,-6.501215921161929e-08,-6.84092356095789e-08) mm - Endpoint of ComputeStep() was (572.1022205480958,-553.8456941742191,919.2977257986772) - and current position to locate is (572.1022205150263,-553.8456942392313,919.297725730268) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996945975282e-08 mm long - and its vector is (5.322942797647556e-08,6.589402801182587e-09,-8.439906196144875e-08) mm - Endpoint of ComputeStep() was (767.2219118287236,-573.8422707773652,777.3150863252807) - and current position to locate is (767.221911881953,-573.8422707707758,777.3150862408817) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000125328607e-07 mm long - and its vector is (7.52316964280908e-08,8.233996595663484e-09,-6.536356522701681e-08) mm - Endpoint of ComputeStep() was (752.4322731336511,-658.6696245042428,1042.461026423631) - and current position to locate is (752.4322732088827,-658.6696244960089,1042.461026358267) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000436748449e-07 mm long - and its vector is (2.375804797338787e-08,9.713482995721279e-08,-6.234586180653423e-10) mm - Endpoint of ComputeStep() was (524.5946547810501,-714.1288369415389,875.1014630107459) - and current position to locate is (524.5946548048081,-714.1288368444041,875.1014630101224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000038649779e-07 mm long - and its vector is (4.082676241523586e-08,6.750940428901231e-08,-6.14463715464808e-08) mm - Endpoint of ComputeStep() was (635.012445928969,-609.2283591115195,1008.081602415448) - and current position to locate is (635.0124459697957,-609.2283590440101,1008.081602354001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995339454204e-08 mm long - and its vector is (9.670122835814254e-08,-2.464980752847623e-08,6.422624210244976e-09) mm - Endpoint of ComputeStep() was (869.5459389160254,-382.6092784128648,628.2896951607859) - and current position to locate is (869.5459390127266,-382.6092784375146,628.2896951672085) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998138278881e-08 mm long - and its vector is (5.321305707184365e-08,-8.413326213485561e-08,-9.484779184276704e-09) mm - Endpoint of ComputeStep() was (661.0249598322896,-723.4956822861001,1016.095897610563) - and current position to locate is (661.0249598855027,-723.4956823702333,1016.095897601079) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000121013697e-07 mm long - and its vector is (1.543969574413495e-08,-5.938250069448259e-08,7.896414899732918e-08) mm - Endpoint of ComputeStep() was (736.0251240316444,-857.4188105410582,1025.574078256807) - and current position to locate is (736.0251240470841,-857.4188106004407,1025.574078335771) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994373739729e-08 mm long - and its vector is (-5.753577170253266e-08,-1.075545696949121e-08,-8.107986104732845e-08) mm - Endpoint of ComputeStep() was (571.5795313564852,-752.2218412595967,1162.322603192106) - and current position to locate is (571.5795312989494,-752.2218412703521,1162.322603111026) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999256549666e-08 mm long - and its vector is (8.889617220120272e-08,-2.301987933606142e-08,-3.959235073125456e-08) mm - Endpoint of ComputeStep() was (858.5507793680165,-734.7044025049136,1087.062917633943) - and current position to locate is (858.5507794569127,-734.7044025279334,1087.062917594351) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000052608451e-07 mm long - and its vector is (-9.387247246195329e-08,2.242063601443078e-08,2.617775862745475e-08) mm - Endpoint of ComputeStep() was (625.1002974503116,-874.9942314743136,1131.96160213438) - and current position to locate is (625.1002973564391,-874.9942314518929,1131.961602160558) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000249438633e-07 mm long - and its vector is (2.806496013363358e-08,-9.432949354959419e-08,-1.772878022165969e-08) mm - Endpoint of ComputeStep() was (791.5320660530647,-763.8566542364017,1113.971027117125) - and current position to locate is (791.5320660811296,-763.8566543307312,1113.971027099396) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997607687641e-08 mm long - and its vector is (-5.092147148388904e-09,9.855352800514083e-08,-1.616376721358392e-08) mm - Endpoint of ComputeStep() was (615.6153134120317,-850.5984869881527,1027.268013495724) - and current position to locate is (615.6153134069395,-850.5984868895991,1027.26801347956) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999718704545e-08 mm long - and its vector is (-7.020264547463739e-08,5.476408659887966e-08,-4.552452992356848e-08) mm - Endpoint of ComputeStep() was (510.6350045515603,-859.7975879778309,1099.824717311283) - and current position to locate is (510.6350044813577,-859.7975879230668,1099.824717265758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997912574851e-08 mm long - and its vector is (5.012384463043418e-08,-1.641092239879072e-08,-8.496044756611809e-08) mm - Endpoint of ComputeStep() was (680.3256386059745,-822.359934460618,1000.00000008496) - and current position to locate is (680.3256386560984,-822.3599344770289,1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999995325549e-08 mm long - and its vector is (-8.396204975724686e-08,4.233970685163513e-08,-3.402533366170246e-08) mm - Endpoint of ComputeStep() was (383.2875739847602,-1030.230966200794,1118.909762567654) - and current position to locate is (383.2875739007982,-1030.230966158455,1118.909762533629) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000301326108e-07 mm long - and its vector is (5.623928700515535e-08,-7.469907359336503e-09,8.234894721681485e-08) mm - Endpoint of ComputeStep() was (435.389617089366,-1092.410867984633,772.3266511461309) - and current position to locate is (435.3896171456053,-1092.410867992103,772.3266512284798) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997617736596e-08 mm long - and its vector is (8.31544184620725e-08,7.187964001786895e-09,5.507877176569309e-08) mm - Endpoint of ComputeStep() was (586.9573759331262,-1142.077080720362,999.9999999449212) - and current position to locate is (586.9573760162806,-1142.077080713174,1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10313 (kaon-,2.4404101811852[GeV]) at (342.07048655061,-364.6748993707,531.93612216478) +Cell[10,7] 1.5321105602197e-06 [GeV] +Cell[15,31] 0.0033785588304207 [GeV] +Cell[16,31] 0.048454882074828 [GeV] +Cell[16,32] 0.059346659736049 [GeV] +Cell[15,32] 1.3566268535214e-09 [GeV] +Cell[15,30] 5.9465974225077e-06 [GeV] +Cell[16,30] 0.0003725127821358 [GeV] +Cell[16,13] 0.00012533861358963 [GeV] +Cell[17,16] 5.0301446339176e-05 [GeV] +Cell[12,4] 0.0023829221143742 [GeV] +Cell[17,45] 0.00014491086456655 [GeV] +Cell[17,0] 0.00050288259946387 [GeV] +Cell[12,37] 1.342344798104e-06 [GeV] +Cell[15,35] 0.010813757921671 [GeV] +Cell[15,36] 0.00040209497547551 [GeV] +Cell[15,34] 0.024650597402704 [GeV] +Cell[15,33] 1.4272041311074e-05 [GeV] +Cell[16,15] 4.0920420292423e-07 [GeV] +Cell[13,9] 3.6687846295536e-07 [GeV] +Cell[17,15] 0.00046666544818618 [GeV] +Cell[15,19] 4.8643944319338e-07 [GeV] +Cell[16,36] 0.0039980368126171 [GeV] +Cell[13,4] 0.0031483668257884 [GeV] +Cell[17,32] 0.00057364800801338 [GeV] +Cell[11,5] 0.00024120958371304 [GeV] +Cell[16,37] 3.5813778906686e-06 [GeV] +Cell[16,35] 0.0079825403770798 [GeV] +Cell[16,34] 0.41382269754099 [GeV] +Cell[16,33] 0.0858771345251 [GeV] +Cell[16,7] 0.0024532066067819 [GeV] +Cell[16,6] 0.0013572479583345 [GeV] +Cell[18,44] 0.00062921061013481 [GeV] +Cell[14,20] 2.710847981507e-05 [GeV] +Cell[10,36] 1.6946820833255e-05 [GeV] +Cell[17,46] 0.0019215713988764 [GeV] +Cell[15,4] 0.0016132508209668 [GeV] +Cell[13,3] 0.0047546933635888 [GeV] +Cell[12,3] 0.00026534149433405 [GeV] +Cell[11,4] 3.4311586824515e-05 [GeV] +Cell[12,5] 5.271375994198e-08 [GeV] +Cell[17,5] 1.3530147261918e-06 [GeV] +Cell[14,12] 6.9829991290248e-05 [GeV] +Cell[14,13] 1.1010915124984e-05 [GeV] +Cell[19,43] 0.0027630244925246 [GeV] +Cell[18,43] 9.9699925116624e-05 [GeV] +Cell[19,44] 3.5428020637482e-06 [GeV] +Cell[17,14] 0.00014905674481906 [GeV] +Cell[16,14] 1.0141200618818e-08 [GeV] +Cell[15,29] 6.0991405830123e-05 [GeV] +Cell[16,29] 0.0010858059562859 [GeV] +Cell[17,31] 0.00029511706866629 [GeV] +Cell[17,29] 0.0073918920370459 [GeV] +Cell[16,41] 8.5854146163911e-08 [GeV] +Cell[16,28] 5.8481490414124e-06 [GeV] +Cell[12,38] 1.6937445568601e-06 [GeV] +Cell[15,12] 0.00051713195956245 [GeV] +Cell[15,6] 0.002520320709749 [GeV] +Cell[15,5] 0.00047120131943857 [GeV] +Cell[16,20] 1.7950186327198e-07 [GeV] +Cell[16,19] 2.6471581122678e-09 [GeV] +Cell[10,8] 8.7211988284253e-07 [GeV] +Cell[15,18] 3.4926417685824e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 62 cells : 0.69532019560586 (GeV) + +Source track ID 10426 (kaon-,2.4403887246663[GeV]) at (342.08845237058,-364.65804633204,532.08674367005) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,40] 0.014795631370103 [GeV] -Cell[12,41] 0.076969913814126 [GeV] -Cell[12,45] 4.2880038952262e-06 [GeV] -Cell[12,44] 0.00053051393605832 [GeV] -Cell[11,40] 0.00063618664820547 [GeV] -Cell[16,39] 0.001024301883827 [GeV] -Cell[13,45] 3.0299214586194e-09 [GeV] -Cell[15,40] 0.040603897828368 [GeV] -Cell[15,39] 0.010574011265485 [GeV] -Cell[12,43] 0.0002503471106513 [GeV] -Cell[12,42] 0.0036501291169988 [GeV] -Cell[15,38] 6.2862903791938e-07 [GeV] -Cell[13,44] 0.0010077692044962 [GeV] -Cell[13,43] 0.032025637433619 [GeV] -Cell[12,40] 0.00060010537814276 [GeV] -Cell[14,45] 0.00012281343744746 [GeV] -Cell[14,39] 0.055821664472763 [GeV] -Cell[14,41] 0.076816788377574 [GeV] -Cell[14,40] 0.0033144793026264 [GeV] -Cell[13,42] 0.25722651930087 [GeV] -Cell[14,43] 0.029155116643592 [GeV] -Cell[16,40] 0.0011172144306632 [GeV] -Cell[16,41] 3.0152822932337e-05 [GeV] -Cell[13,38] 1.369029421403e-05 [GeV] -Cell[17,24] 1.1341017852828e-08 [GeV] -Cell[13,41] 0.41820336833031 [GeV] -Cell[14,42] 0.3030599021345 [GeV] -Cell[12,39] 0.0001142491520643 [GeV] -Cell[15,42] 0.0081319763111711 [GeV] -Cell[13,39] 4.9524983890706e-05 [GeV] -Cell[14,44] 0.0044922152585751 [GeV] -Cell[15,41] 0.11210740888114 [GeV] -Cell[17,23] 0.00087552622535748 [GeV] -Cell[16,23] 0.00065251568908809 [GeV] -Cell[17,22] 2.7723472761409e-05 [GeV] -Cell[15,44] 3.2572250809608e-05 [GeV] -Cell[15,43] 0.00086520596126149 [GeV] -Cell[16,44] 4.4136693099972e-07 [GeV] -Cell[15,45] 8.6122221546248e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 39 cells : 1.4549045312167 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995772649954e-08 mm long - and its vector is (-3.87547203217764e-08,-7.711150828981772e-08,5.051612106399261e-08) mm - Endpoint of ComputeStep() was (112.990012304272,531.8251110884496,411.5949268783988) - and current position to locate is (112.9900122655172,531.8251110113381,411.594926928915) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000335945544e-07 mm long - and its vector is (-9.726022653921973e-08,-5.325091478880495e-09,2.262959242216311e-08) mm - Endpoint of ComputeStep() was (996.4863347665021,-661.6260427199429,1108.599634781329) - and current position to locate is (996.4863346692418,-661.626042725268,1108.599634803959) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000048306466e-07 mm long - and its vector is (-4.265530151315033e-09,3.709260454343166e-08,9.276823220716324e-08) mm - Endpoint of ComputeStep() was (1025.027377771365,-600.3673700912316,1007.965487931656) - and current position to locate is (1025.0273777671,-600.367370054139,1007.965488024424) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999646791529e-08 mm long - and its vector is (6.197615221026354e-08,-7.838900728529552e-08,-3.757577360374853e-09) mm - Endpoint of ComputeStep() was (1168.433186268441,-696.3547321040285,1168.896350408949) - and current position to locate is (1168.433186330417,-696.3547321824175,1168.896350405191) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997657008297e-08 mm long - and its vector is (4.5760771172354e-08,7.167398052843055e-08,-5.261927071842365e-08) mm - Endpoint of ComputeStep() was (941.538722686152,-543.5976350934015,1123.218635428459) - and current position to locate is (941.5387227319128,-543.5976350217276,1123.21863537584) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995386803854e-08 mm long - and its vector is (-9.273958312405739e-08,2.639194462972227e-08,2.651086106197909e-08) mm - Endpoint of ComputeStep() was (944.071600985715,-524.5272275249979,1207.147521545295) - and current position to locate is (944.0716008929754,-524.527227498606,1207.147521571806) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999743861479e-08 mm long - and its vector is (-7.073890628817026e-08,6.212513881109771e-08,3.37115579895908e-08) mm - Endpoint of ComputeStep() was (1031.812295939406,-188.364487793337,1061.359444606887) - and current position to locate is (1031.812295868667,-188.3644877312119,1061.359444640598) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993608390408e-08 mm long - and its vector is (2.473257154633757e-08,-8.367237569473218e-08,4.885919224761892e-08) mm - Endpoint of ComputeStep() was (891.4919957164975,-554.7450057787677,1374.48327413438) - and current position to locate is (891.4919957412301,-554.7450058624401,1374.483274183239) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998770387138e-08 mm long - and its vector is (7.12161636329256e-08,-7.008770808170084e-08,-3.996092345914803e-09) mm - Endpoint of ComputeStep() was (806.6516737216272,-641.5296582092725,1258.057213110471) - and current position to locate is (806.6516737928433,-641.5296582793602,1258.057213106475) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000210023486e-07 mm long - and its vector is (-4.512423856795067e-08,2.397837306489237e-08,-8.595839062763844e-08) mm - Endpoint of ComputeStep() was (887.8824339648804,-557.3283915056817,1197.932360498521) - and current position to locate is (887.8824339197562,-557.3283914817033,1197.932360412562) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000931784687e-07 mm long - and its vector is (5.038305062043946e-08,2.181866420869483e-08,8.35793798614759e-08) mm - Endpoint of ComputeStep() was (1148.819020031914,-646.3657303631206,1269.428445427341) - and current position to locate is (1148.819020082297,-646.365730341302,1269.42844551092) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999989414994733e-08 mm long - and its vector is (5.111382961331401e-08,8.591428013460245e-08,-2.468141246936284e-09) mm - Endpoint of ComputeStep() was (1034.29539281663,-643.1565883263004,1219.815188412315) - and current position to locate is (1034.295392867744,-643.1565882403861,1219.815188409847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001027352389e-07 mm long - and its vector is (-7.377093425020576e-08,6.576021860382752e-08,1.527951098978519e-08) mm - Endpoint of ComputeStep() was (1119.427127117028,-650.2218860858434,1229.540700660192) - and current position to locate is (1119.427127043257,-650.2218860200832,1229.540700675471) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999910707386e-08 mm long - and its vector is (2.958859113277867e-08,-3.966397343901917e-08,-8.689812602824531e-08) mm - Endpoint of ComputeStep() was (1009.734924971408,-639.3678113865324,1286.090556304041) - and current position to locate is (1009.734925000997,-639.3678114261963,1286.090556217143) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000263768887e-07 mm long - and its vector is (9.625568964111153e-08,-2.331557880097535e-08,1.382863956678193e-08) mm - Endpoint of ComputeStep() was (1077.881318575858,-636.0441030835021,1231.466436067308) - and current position to locate is (1077.881318672113,-636.0441031068177,1231.466436081137) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995981406414e-08 mm long - and its vector is (-3.43800365953939e-08,9.303522574555245e-08,-1.274565875064582e-08) mm - Endpoint of ComputeStep() was (1373.907292123954,-467.8396473257052,1182.628078015719) - and current position to locate is (1373.907292089574,-467.83964723267,1182.628078002974) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995242279824e-08 mm long - and its vector is (-1.549892658658791e-08,5.24044025951298e-08,8.374695426027756e-08) mm - Endpoint of ComputeStep() was (1345.615201548729,-578.285090721303,1165.496878982636) - and current position to locate is (1345.61520153323,-578.2850906688986,1165.496879066383) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000590324144e-07 mm long - and its vector is (6.796244633733295e-08,2.775959728751332e-08,-6.790082807128783e-08) mm - Endpoint of ComputeStep() was (1366.756285927336,-895.7456426786578,1356.588525701338) - and current position to locate is (1366.756285995298,-895.7456426508982,1356.588525633437) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997157022723e-08 mm long - and its vector is (-8.737197276786901e-08,3.682180249597877e-08,-3.17850208375603e-08) mm - Endpoint of ComputeStep() was (1333.502911578039,-670.6524218269606,1277.75898688813) - and current position to locate is (1333.502911490667,-670.6524217901388,1277.758986856345) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994698414759e-08 mm long - and its vector is (-7.572180038550869e-08,-4.749961135530612e-08,-4.483285920287017e-08) mm - Endpoint of ComputeStep() was (1222.967499278024,-708.0923981746286,1243.000643271575) - and current position to locate is (1222.967499202302,-708.0923982221282,1243.000643226742) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000050134664e-07 mm long - and its vector is (-9.471068551647477e-08,2.379351826675702e-09,-3.200352693966124e-08) mm - Endpoint of ComputeStep() was (1359.317165239763,-634.2372147272956,1248.846936161666) - and current position to locate is (1359.317165145052,-634.2372147249163,1248.846936129663) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000508736392e-07 mm long - and its vector is (-1.172566044260748e-08,-8.154836450557923e-08,5.667789082508534e-08) mm - Endpoint of ComputeStep() was (1518.615276311726,-944.9376752383323,1376.029976126056) - and current position to locate is (1518.6152763,-944.9376753198807,1376.029976182733) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994792429055e-08 mm long - and its vector is (5.900642463529948e-08,-8.034601250983542e-08,7.921471478766762e-09) mm - Endpoint of ComputeStep() was (1254.762819896773,-619.6996815004031,1369.738616819238) - and current position to locate is (1254.76281995578,-619.6996815807491,1369.738616827159) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10311 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) +Cell[6,20] 3.2082155928947e-05 [GeV] +Cell[10,7] 1.3419895811239e-05 [GeV] +Cell[12,44] 0.0042742962536099 [GeV] +Cell[12,45] 0.00011808944723301 [GeV] +Cell[6,13] 6.0790028452175e-05 [GeV] +Cell[14,42] 0.038087391762898 [GeV] +Cell[4,38] 4.3677905603545e-05 [GeV] +Cell[6,10] 8.8552731194795e-05 [GeV] +Cell[6,11] 5.534386199804e-05 [GeV] +Cell[11,43] 0.00031961949360061 [GeV] +Cell[11,42] 0.00021519624574762 [GeV] +Cell[1,31] 0.0016940349731008 [GeV] +Cell[1,32] 1.1932579014683e-05 [GeV] +Cell[2,31] 0.00073442689019078 [GeV] +Cell[6,9] 0.00021527094443445 [GeV] +Cell[11,7] 9.401878080098e-06 [GeV] +Cell[13,45] 2.0290001998546e-08 [GeV] +Cell[13,46] 0.0020047872011697 [GeV] +Cell[14,39] 0.00096883425617114 [GeV] +Cell[12,12] 0.00089258982066425 [GeV] +Cell[14,38] 0.0051808702209372 [GeV] +Cell[17,26] 0.00083491462345182 [GeV] +Cell[12,43] 0.012417058072205 [GeV] +Cell[12,42] 0.01304755587565 [GeV] +Cell[11,39] 5.6430791446473e-06 [GeV] +Cell[13,44] 0.0014842012120397 [GeV] +Cell[13,43] 0.13717946596128 [GeV] +Cell[14,41] 0.027865872421931 [GeV] +Cell[15,41] 0.00049566054937441 [GeV] +Cell[15,42] 0.0026803651589155 [GeV] +Cell[14,43] 8.0199558837194e-05 [GeV] +Cell[11,38] 0.0014648678480581 [GeV] +Cell[16,41] 0.00064905344113788 [GeV] +Cell[12,41] 0.10028685080045 [GeV] +Cell[13,41] 0.80459840088969 [GeV] +Cell[13,42] 0.67700720151045 [GeV] +Cell[13,40] 0.017285436609457 [GeV] +Cell[12,40] 0.0023531061181551 [GeV] +Cell[19,17] 0.0021369590358242 [GeV] +Cell[19,16] 6.8588067615565e-06 [GeV] +Cell[9,26] 8.118174620904e-06 [GeV] +Cell[4,7] 3.8945244596107e-05 [GeV] +Cell[13,39] 2.0767638402958e-05 [GeV] +Cell[13,0] 0.00017656971301764 [GeV] +Cell[12,39] 7.0216553371724e-05 [GeV] +Cell[11,37] 3.4629713465506e-05 [GeV] +Cell[14,40] 0.0055391757721277 [GeV] +Cell[15,39] 4.3146919047103e-06 [GeV] +Cell[16,40] 4.5627002050423e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 49 cells : 1.8628386649122 (GeV) + +Source track ID 10424 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,30] 0.00015322258066226 [GeV] -Cell[12,45] 0.00071449465185265 [GeV] -Cell[12,44] 0.0046600218681533 [GeV] -Cell[11,40] 0.017231454800242 [GeV] -Cell[12,23] 7.9862626399859e-05 [GeV] -Cell[13,45] 0.00072025166391168 [GeV] -Cell[11,13] 0.00046831142683163 [GeV] -Cell[12,46] 4.9817117425846e-05 [GeV] -Cell[11,45] 0.0010899425040813 [GeV] -Cell[11,43] 0.0024726431821087 [GeV] -Cell[12,43] 0.031044552072283 [GeV] -Cell[11,44] 0.00091443560278657 [GeV] -Cell[12,42] 0.024295964325774 [GeV] -Cell[11,42] 0.029601636250661 [GeV] -Cell[13,44] 0.030667943633507 [GeV] -Cell[13,43] 7.8498833172489e-06 [GeV] -Cell[11,41] 0.067080765766452 [GeV] -Cell[13,47] 0.00096915050284796 [GeV] -Cell[15,42] 0.0031827589212033 [GeV] -Cell[15,44] 0.025112011059456 [GeV] -Cell[15,43] 0.0041709785179196 [GeV] -Cell[16,44] 0.056822571606466 [GeV] -Cell[15,45] 0.0037495975378625 [GeV] -Cell[13,3] 1.5835708705708e-05 [GeV] -Cell[13,2] 1.5091675129952e-05 [GeV] -Cell[14,46] 1.5361841302365e-05 [GeV] -Cell[16,20] 0.00036553814046522 [GeV] -Cell[17,20] 1.9463845958967e-05 [GeV] -Cell[11,12] 8.5799541352571e-08 [GeV] -Cell[12,10] 1.5495215166084e-08 [GeV] -Cell[16,43] 0.025343695225464 [GeV] -Cell[15,46] 5.4279201530335e-05 [GeV] -Cell[16,42] 2.9380616182834e-05 [GeV] -Cell[17,43] 0.00077523195428284 [GeV] -Cell[16,45] 0.0022532920050198 [GeV] -Cell[17,44] 7.5120948395124e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 36 cells : 0.3341475171231 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993727771064e-08 mm long - and its vector is (3.723101826835773e-08,-5.843946837558178e-08,7.210178409877699e-08) mm - Endpoint of ComputeStep() was (275.011600314221,-940.621400757071,752.0784401683554) - and current position to locate is (275.011600351452,-940.6214008155105,752.0784402404572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998413180773e-08 mm long - and its vector is (-6.258926532609621e-08,-7.754783837299328e-08,8.301412890432402e-09) mm - Endpoint of ComputeStep() was (305.5736970727874,-737.7201635489596,796.7316059695514) - and current position to locate is (305.5736970101981,-737.7201636265074,796.7316059778528) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998557844606e-08 mm long - and its vector is (-7.385069977772218e-08,-6.56796146358829e-08,-1.524006165709579e-08) mm - Endpoint of ComputeStep() was (74.3226164301788,-726.2066844931655,726.6287730900963) - and current position to locate is (74.3226163563281,-726.2066845588452,726.6287730748562) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000054764977e-07 mm long - and its vector is (8.722784627934743e-08,-4.370019723864971e-08,-2.194531134591671e-08) mm - Endpoint of ComputeStep() was (199.978892400677,-618.4726691659513,772.6640070228265) - and current position to locate is (199.9788924879048,-618.4726692096515,772.6640070008812) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998357993923e-08 mm long - and its vector is (-6.389615236912505e-08,2.681792921066517e-08,-7.209769137261901e-08) mm - Endpoint of ComputeStep() was (405.5749146468625,-882.7628031883894,798.1835681288894) - and current position to locate is (405.5749145829663,-882.7628031615715,798.1835680567917) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999296041081e-08 mm long - and its vector is (1.762123247317504e-08,7.775452104397118e-08,-6.036327704350697e-08) mm - Endpoint of ComputeStep() was (472.9105968121928,-682.0964503002059,978.6503037621947) - and current position to locate is (472.910596829814,-682.0964502224514,978.6503037018314) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000071778724e-07 mm long - and its vector is (6.970472554712615e-08,-9.218410923494957e-09,-7.110747901606373e-08) mm - Endpoint of ComputeStep() was (207.2980567193506,-1045.83592995773,974.3439559929917) - and current position to locate is (207.2980567890554,-1045.835929966949,974.3439559218842) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999022902224e-08 mm long - and its vector is (-4.877020387539233e-08,-2.681377964108833e-08,8.308120413857978e-08) mm - Endpoint of ComputeStep() was (-204.8756374266808,-510.4174498796599,678.32465232673) - and current position to locate is (-204.875637475451,-510.4174499064737,678.3246524098112) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000268450252e-07 mm long - and its vector is (7.788818834342237e-08,-1.909529601107351e-08,5.973947736492846e-08) mm - Endpoint of ComputeStep() was (216.0286744256699,-806.2299891199431,871.9765216153932) - and current position to locate is (216.0286745035581,-806.2299891390384,871.9765216751326) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000189212789e-07 mm long - and its vector is (-9.981761195376748e-08,2.364686224609613e-09,-5.554852577915881e-09) mm - Endpoint of ComputeStep() was (374.7456185663199,-773.1522281242768,890.184628816452) - and current position to locate is (374.7456184665023,-773.1522281219121,890.1846288108972) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999367569994e-08 mm long - and its vector is (6.932563678674342e-08,1.094679191737669e-08,7.123287559807068e-08) mm - Endpoint of ComputeStep() was (197.3972271549791,-844.3185590770453,787.244424790421) - and current position to locate is (197.3972272243048,-844.3185590660985,787.2444248616539) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997857039031e-08 mm long - and its vector is (1.839424612626317e-08,-8.091615200100932e-08,-5.580523065873422e-08) mm - Endpoint of ComputeStep() was (465.5427237713171,-746.9102778680337,800.0000000558052) - and current position to locate is (465.5427237897114,-746.9102779489499,800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996242199439e-08 mm long - and its vector is (1.963837803486967e-08,-7.914763955341186e-08,-5.787899226561422e-08) mm - Endpoint of ComputeStep() was (545.4585966670672,-775.2674132385589,782.7898760333675) - and current position to locate is (545.4585966867056,-775.2674133177065,782.7898759754885) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999417274747e-08 mm long - and its vector is (-7.580160854558926e-08,-6.483094239229104e-08,7.145899871829897e-09) mm - Endpoint of ComputeStep() was (373.1515532522188,-646.3174489599639,773.9159357466273) - and current position to locate is (373.1515531764172,-646.3174490247949,773.9159357537732) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996738940958e-08 mm long - and its vector is (9.04991566130775e-08,-4.18619947595289e-08,7.5808657129528e-09) mm - Endpoint of ComputeStep() was (352.2563278921179,-860.7063839220325,827.2730771598866) - and current position to locate is (352.2563279826171,-860.7063839638945,827.2730771674675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993400154015e-08 mm long - and its vector is (6.111531547503546e-08,-4.24631707574008e-08,6.679658781649778e-08) mm - Endpoint of ComputeStep() was (410.9123686371076,-854.2321403705461,911.6129513455187) - and current position to locate is (410.912368698223,-854.2321404130092,911.6129514123153) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000097975467e-07 mm long - and its vector is (2.150815703316766e-08,-9.721668448037235e-08,9.290715752285905e-09) mm - Endpoint of ComputeStep() was (239.1371292552911,-898.7287873582934,842.2415673229254) - and current position to locate is (239.1371292767993,-898.7287874555101,842.2415673322162) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000072205037e-07 mm long - and its vector is (-9.985393489841954e-08,3.989384822489228e-09,3.643890522653237e-09) mm - Endpoint of ComputeStep() was (314.8794047772175,-949.1316876585682,1103.232697494683) - and current position to locate is (314.8794046773636,-949.1316876545789,1103.232697498327) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000300047896e-07 mm long - and its vector is (-3.901507739101362e-08,-6.285506515268935e-08,-6.728350854245946e-08) mm - Endpoint of ComputeStep() was (119.4589559206321,-722.5199019578525,813.1192875170198) - and current position to locate is (119.458955881617,-722.5199020207076,813.1192874497362) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994704631946e-08 mm long - and its vector is (-8.024954922802863e-09,-5.326910468284041e-09,-9.953498647519154e-08) mm - Endpoint of ComputeStep() was (254.8753689414134,-951.8984449155075,639.4899031471325) - and current position to locate is (254.8753689333884,-951.8984449208344,639.4899030475975) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994028156151e-08 mm long - and its vector is (-3.27187024140585e-08,7.444259608746506e-08,-5.820459136884892e-08) mm - Endpoint of ComputeStep() was (254.1056866775436,-737.4485067613584,721.3287051647112) - and current position to locate is (254.1056866448249,-737.4485066869158,721.3287051065066) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999132866767e-08 mm long - and its vector is (-3.913476120942505e-08,-7.688765890634386e-08,-5.056438112660544e-08) mm - Endpoint of ComputeStep() was (364.5530779100741,-699.987670217719,936.0310163570715) - and current position to locate is (364.5530778709393,-699.9876702946067,936.0310163065071) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997794849515e-08 mm long - and its vector is (-5.887856957542681e-08,6.587993084394839e-08,4.683101906266529e-08) mm - Endpoint of ComputeStep() was (-60.73047212915442,-863.1204962697381,1366.786377564312) - and current position to locate is (-60.73047218803299,-863.1204962038581,1366.786377611144) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999182129658e-08 mm long - and its vector is (3.038215368178498e-08,-7.900166565377731e-08,5.325091478880495e-08) mm - Endpoint of ComputeStep() was (84.26158669192918,-775.4353518382542,1240.496650288271) - and current position to locate is (84.26158672231134,-775.4353519172558,1240.496650341522) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.9999977421378e-08 mm long - and its vector is (5.91835913610339e-10,-8.548227015126031e-09,9.963218872144353e-08) mm - Endpoint of ComputeStep() was (-14.82361850300104,-829.3884075308673,1089.074783163224) - and current position to locate is (-14.8236185024092,-829.3884075394155,1089.074783262856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998696884376e-08 mm long - and its vector is (-5.378865353122819e-09,-7.912024102552095e-08,-6.091840987210162e-08) mm - Endpoint of ComputeStep() was (25.7861508420773,-849.6087771972371,1248.909950163706) - and current position to locate is (25.78615083669843,-849.6087772763574,1248.909950102787) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000663502602e-07 mm long - and its vector is (-1.955203288162011e-08,8.885353963705711e-08,-4.150638233113568e-08) mm - Endpoint of ComputeStep() was (213.6134204421722,-976.918270270832,1632.862132916525) - and current position to locate is (213.6134204226201,-976.9182701819784,1632.862132875018) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000046453395e-07 mm long - and its vector is (2.612716798466863e-08,-1.10746896098135e-08,-9.588916327629704e-08) mm - Endpoint of ComputeStep() was (167.2609814259291,-851.6648506832,1188.278406225437) - and current position to locate is (167.2609814520563,-851.6648506942747,1188.278406129548) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996750301795e-08 mm long - and its vector is (1.577974018118766e-08,-5.742992925661383e-08,-8.032930054469034e-08) mm - Endpoint of ComputeStep() was (61.15655352509792,-877.8723573835603,1146.978902789342) - and current position to locate is (61.15655354087766,-877.8723574409902,1146.978902709013) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000545584725e-07 mm long - and its vector is (4.028512989862065e-08,-1.710884589556372e-08,-8.991332833829802e-08) mm - Endpoint of ComputeStep() was (-117.4551826938726,581.3911102348884,1127.666307614434) - and current position to locate is (-117.4551826535875,581.3911102177796,1127.66630752452) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000006962552e-07 mm long - and its vector is (3.861453024001094e-08,-7.741930119209428e-08,-5.015147053200053e-08) mm - Endpoint of ComputeStep() was (512.1923284594244,51.74166056956712,1003.67796499725) - and current position to locate is (512.1923284980389,51.74166049214782,1003.677964947099) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999605938599e-08 mm long - and its vector is (1.855960363172926e-08,6.267134722293122e-08,7.568246473965701e-08) mm - Endpoint of ComputeStep() was (-178.0065540556836,572.9866199554828,1672.415220668795) - and current position to locate is (-178.006554037124,572.9866200181541,1672.415220744477) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000054974478e-07 mm long - and its vector is (9.216023499902803e-10,-6.762934390280861e-08,-7.365747478615958e-08) mm - Endpoint of ComputeStep() was (232.0230864989336,-683.7439212412401,768.1010225927108) - and current position to locate is (232.0230864998552,-683.7439213088694,768.1010225190533) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000217393793e-07 mm long - and its vector is (9.746690921019763e-08,-1.78771415448864e-08,-1.34392621475854e-08) mm - Endpoint of ComputeStep() was (414.3922289571901,-653.3458306250192,715.5660318298801) - and current position to locate is (414.392229054657,-653.3458306428963,715.5660318164408) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000123084879e-07 mm long - and its vector is (-6.429945642594248e-08,7.576784355478594e-08,-1.117211922974093e-08) mm - Endpoint of ComputeStep() was (176.3247837772403,-875.4513978942937,798.5181722372816) - and current position to locate is (176.3247837129408,-875.4513978185258,798.5181722261095) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993621349141e-08 mm long - and its vector is (1.296906759762351e-08,4.103139872313477e-08,-9.026746283780085e-08) mm - Endpoint of ComputeStep() was (78.71862628912915,-695.5597587053107,770.9972498175608) - and current position to locate is (78.71862630209822,-695.5597586642793,770.9972497272934) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000518662555e-07 mm long - and its vector is (-7.646724498044932e-08,-6.371465133270249e-08,-9.65474100667052e-09) mm - Endpoint of ComputeStep() was (529.0097227809796,-592.7253653788756,850.4448876228652) - and current position to locate is (529.0097227045123,-592.7253654425903,850.4448876132104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998763490195e-08 mm long - and its vector is (9.565422942614532e-08,2.888560857172706e-08,3.985917373938719e-09) mm - Endpoint of ComputeStep() was (370.0876815837712,-472.2659292140729,403.7893297572312) - and current position to locate is (370.0876816794254,-472.2659291851873,403.7893297612171) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997245715251e-08 mm long - and its vector is (-1.082167955246405e-08,9.897252084556385e-08,-9.344830687041394e-09) mm - Endpoint of ComputeStep() was (451.2147771444724,-403.5626916088624,517.5511222714294) - and current position to locate is (451.2147771336507,-403.5626915098899,517.5511222620846) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996905794002e-08 mm long - and its vector is (1.082304379451671e-08,-9.885275176202413e-08,-1.053513187798671e-08) mm - Endpoint of ComputeStep() was (-420.0261938876508,271.2526433253204,1870.199008764908) - and current position to locate is (-420.0261938768278,271.2526432264677,1870.199008754373) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000338989955e-07 mm long - and its vector is (-8.521794825355755e-08,-4.384799012768781e-08,-2.855279035429703e-08) mm - Endpoint of ComputeStep() was (726.6055295428616,-348.5860213856881,167.6958942273063) - and current position to locate is (726.6055294576437,-348.5860214295361,167.6958941987535) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998692542081e-08 mm long - and its vector is (9.024029168358538e-08,-4.094133032594982e-08,-1.343482836091425e-08) mm - Endpoint of ComputeStep() was (-474.1671602490046,-158.6363899424821,658.4557613195897) - and current position to locate is (-474.1671601587643,-158.6363899834234,658.4557613061548) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997429559422e-08 mm long - and its vector is (-7.339917829085607e-08,6.688651410513557e-08,1.177920694317436e-08) mm - Endpoint of ComputeStep() was (255.438075692038,-1011.005667282729,1007.832976548323) - and current position to locate is (255.4380756186388,-1011.005667215842,1007.832976560102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998656069793e-08 mm long - and its vector is (8.400132855967968e-08,-1.269734184461413e-08,5.274989689496579e-08) mm - Endpoint of ComputeStep() was (249.1629916291748,-957.4390835693494,900.4358233323159) - and current position to locate is (249.1629917131761,-957.4390835820467,900.4358233850658) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000167943356e-07 mm long - and its vector is (-5.072620012924745e-08,2.58939962805016e-08,8.219706160161877e-08) mm - Endpoint of ComputeStep() was (121.0361011411517,-919.3604626717158,955.973231259504) - and current position to locate is (121.0361010904255,-919.3604626458218,955.9732313417011) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999153924736e-08 mm long - and its vector is (4.422886945576465e-08,5.957440407655668e-08,6.704249244648963e-08) mm - Endpoint of ComputeStep() was (89.98558784824964,-881.192400166263,1082.263953551716) - and current position to locate is (89.98558789247851,-881.1924001066886,1082.263953618758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999029981323e-08 mm long - and its vector is (5.438113248601439e-08,2.970386958622839e-08,7.848802852095105e-08) mm - Endpoint of ComputeStep() was (115.1199648482394,-920.7917150003848,917.8149384270542) - and current position to locate is (115.1199649026205,-920.7917149706809,917.8149385055423) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997826937405e-08 mm long - and its vector is (8.417276831096387e-08,4.805656317330431e-08,2.46070612774929e-08) mm - Endpoint of ComputeStep() was (186.807261904244,-1105.841632898965,1052.196407890932) - and current position to locate is (186.8072619884168,-1105.841632850908,1052.196407915539) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000670596842e-07 mm long - and its vector is (1.595711296431546e-08,-6.627419679716695e-08,-7.316498340514954e-08) mm - Endpoint of ComputeStep() was (170.3559569913332,-1134.616281715357,1043.326002674477) - and current position to locate is (170.3559570072903,-1134.616281781631,1043.326002601312) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993634150784e-08 mm long - and its vector is (1.041340880192365e-08,2.674175902939169e-08,-9.579366633261088e-08) mm - Endpoint of ComputeStep() was (40.30404140187957,-899.913400138356,1212.890720992824) - and current position to locate is (40.30404141229298,-899.9134001116142,1212.89072089703) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996763092378e-08 mm long - and its vector is (-3.180861085638753e-08,9.442680948268389e-08,8.472511581203435e-09) mm - Endpoint of ComputeStep() was (290.1449549682495,-921.4755998176691,819.6655904374022) - and current position to locate is (290.1449549364409,-921.4755997232423,819.6655904458747) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997766682455e-08 mm long - and its vector is (5.111172640681616e-08,5.45760485692881e-08,-6.640061656071339e-08) mm - Endpoint of ComputeStep() was (190.3492175378015,-994.0141277043161,966.0080773419938) - and current position to locate is (190.3492175889133,-994.0141276497401,966.0080772755932) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000068797344e-07 mm long - and its vector is (-6.402777330549725e-08,-4.641810846806038e-08,-6.120308171375655e-08) mm - Endpoint of ComputeStep() was (179.5171424767069,-1056.791630510769,1126.883939683412) - and current position to locate is (179.5171424126791,-1056.791630557188,1126.883939622209) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997608865404e-08 mm long - and its vector is (7.198633511507069e-08,4.995001745555783e-08,4.819708010472823e-08) mm - Endpoint of ComputeStep() was (300.3555043733049,-946.7499623885267,1199.999999951803) - and current position to locate is (300.3555044452912,-946.7499623385767,1200) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995509835717e-08 mm long - and its vector is (-2.427469780741376e-08,-7.876360541558824e-08,-5.663059710059315e-08) mm - Endpoint of ComputeStep() was (467.2652916607087,-1151.699215774777,1076.386370780706) - and current position to locate is (467.265291636434,-1151.699215853541,1076.386370724076) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000627972835e-07 mm long - and its vector is (2.25058158775937e-08,-4.344315129856113e-08,8.721349331608508e-08) mm - Endpoint of ComputeStep() was (-115.1168669071519,-1040.371554776161,720.6500414846105) - and current position to locate is (-115.1168668846461,-1040.371554819604,720.650041571824) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000013719372e-07 mm long - and its vector is (-9.043588988788542e-09,-8.334575340995798e-08,-5.451329343486577e-08) mm - Endpoint of ComputeStep() was (168.9107425683513,-1017.988483628619,1025.989654625621) - and current position to locate is (168.9107425593077,-1017.988483711964,1025.989654571108) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000511835895e-07 mm long - and its vector is (6.858186907265917e-08,-1.962871465366334e-08,7.008031843724893e-08) mm - Endpoint of ComputeStep() was (281.0351315182225,-1027.894001182057,914.0392606456817) - and current position to locate is (281.0351315868044,-1027.894001201686,914.039260715762) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000247942317e-07 mm long - and its vector is (8.67911751356587e-08,-4.563526090350933e-08,1.961427642527269e-08) mm - Endpoint of ComputeStep() was (149.1818299863827,-1039.348248413955,1000.630744735626) - and current position to locate is (149.1818300731739,-1039.34824845959,1000.63074475524) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000402904013e-07 mm long - and its vector is (7.511067678933614e-08,-3.08704102280899e-08,-5.835590854985639e-08) mm - Endpoint of ComputeStep() was (268.1457033385296,-1000.733388940131,1110.67886484884) - and current position to locate is (268.1457034136403,-1000.733388971001,1110.678864790484) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000021945306e-07 mm long - and its vector is (-4.743620252156688e-08,-8.592951417085715e-08,1.912928837555228e-08) mm - Endpoint of ComputeStep() was (223.0403802651861,-974.809206267971,811.7125105038421) - and current position to locate is (223.0403802177499,-974.8092063539005,811.7125105229713) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000180979476e-07 mm long - and its vector is (7.751813768663851e-08,-5.410242920333985e-09,-6.294180820987094e-08) mm - Endpoint of ComputeStep() was (176.1081886102936,-914.4796723647828,1314.586043788181) - and current position to locate is (176.1081886878117,-914.479672370193,1314.586043725239) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999766986191e-08 mm long - and its vector is (8.360905212612124e-08,-4.036758127767825e-08,-3.714808372023981e-08) mm - Endpoint of ComputeStep() was (415.4526359699384,-989.3688810287041,1138.199235976044) - and current position to locate is (415.4526360535475,-989.3688810690717,1138.199235938896) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997586494768e-08 mm long - and its vector is (2.30530474709667e-08,8.630536285636481e-08,4.494370386964874e-08) mm - Endpoint of ComputeStep() was (116.4205983256561,-1029.06917363604,918.9051157224882) - and current position to locate is (116.4205983487091,-1029.069173549735,918.9051157674319) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000320261429e-07 mm long - and its vector is (5.637195954477647e-08,-6.542677510879003e-09,-8.23371237856918e-08) mm - Endpoint of ComputeStep() was (189.5006063211819,-763.2510387831003,766.8121119874689) - and current position to locate is (189.5006063775539,-763.251038789643,766.8121119051318) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001022474129e-07 mm long - and its vector is (-3.109238377874135e-08,-9.497648534306791e-08,3.570903572835959e-09) mm - Endpoint of ComputeStep() was (131.7668538934267,-1041.699330913363,1063.021960873571) - and current position to locate is (131.7668538623343,-1041.699331008339,1063.021960877142) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000264244031e-07 mm long - and its vector is (9.795547839530627e-08,1.994237663893728e-08,2.651631803018972e-09) mm - Endpoint of ComputeStep() was (293.3226236278675,-753.1020760840742,863.2845455195162) - and current position to locate is (293.322623725823,-753.1020760641318,863.2845455221678) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998124823889e-08 mm long - and its vector is (8.676789065020785e-08,-3.782588464673609e-08,-3.225727596145589e-08) mm - Endpoint of ComputeStep() was (58.35996781743807,-1028.34532821831,1026.452886987862) - and current position to locate is (58.35996790420596,-1028.345328256136,1026.452886955605) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995696031005e-08 mm long - and its vector is (-6.107242711550498e-08,6.98823896527756e-08,3.723710051417584e-08) mm - Endpoint of ComputeStep() was (95.2557629336423,-1032.166515564579,904.5564068861298) - and current position to locate is (95.25576287256987,-1032.166515494696,904.5564069233669) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995450113996e-08 mm long - and its vector is (-6.536548369240336e-08,-7.091261977620889e-08,-2.643378138600383e-08) mm - Endpoint of ComputeStep() was (97.16040310730939,-1049.675781422993,1107.18452695644) - and current position to locate is (97.16040304194391,-1049.675781493905,1107.184526930006) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000001794183e-07 mm long - and its vector is (-9.659981969889486e-08,-1.576609065523371e-08,2.04915977519704e-08) mm - Endpoint of ComputeStep() was (163.6861971589328,-1090.977220392565,1093.738611981501) - and current position to locate is (163.686197062333,-1090.977220408331,1093.738612001993) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000229838052e-07 mm long - and its vector is (-3.281419935774466e-08,-3.743684828805272e-08,-8.672782314533833e-08) mm - Endpoint of ComputeStep() was (224.8327897559098,-961.8512170315647,1007.73498655224) - and current position to locate is (224.8327897230956,-961.8512170690016,1007.734986465512) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999501590629e-08 mm long - and its vector is (-2.437951707179309e-08,-1.335797605861444e-08,9.60583292908268e-08) mm - Endpoint of ComputeStep() was (325.813248221843,-1092.56934053572,972.7049167222358) - and current position to locate is (325.8132481974635,-1092.569340549078,972.7049168182941) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000336444801e-07 mm long - and its vector is (6.351737624754605e-08,-4.12856024922803e-08,-6.527670848299749e-08) mm - Endpoint of ComputeStep() was (247.0213984459242,-917.3224234709927,1081.041906249244) - and current position to locate is (247.0213985094416,-917.3224235122783,1081.041906183967) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995012588458e-08 mm long - and its vector is (-3.026150352525292e-08,-7.922494660306256e-08,-5.29871613252908e-08) mm - Endpoint of ComputeStep() was (475.6028471293853,-936.1099997772062,1067.5763030211) - and current position to locate is (475.6028470991238,-936.1099998564312,1067.576302968113) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999915735093e-08 mm long - and its vector is (-2.506055807316443e-08,-9.555321867082966e-08,1.554190021124668e-08) mm - Endpoint of ComputeStep() was (527.5441635079135,-999.2983315227764,1101.457784790552) - and current position to locate is (527.5441634828529,-999.2983316183296,1101.457784806094) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999987682210924e-08 mm long - and its vector is (-4.800870101462351e-08,-6.463687896030024e-08,-5.930610313953366e-08) mm - Endpoint of ComputeStep() was (460.0248057272619,-1215.885347392008,1036.390442738354) - and current position to locate is (460.0248056792532,-1215.885347456645,1036.390442679048) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000665068267e-07 mm long - and its vector is (1.476155375712551e-08,-9.031737135956064e-08,4.030982836411567e-08) mm - Endpoint of ComputeStep() was (465.1296290624624,-1131.122151642107,905.5932897092533) - and current position to locate is (465.129629077224,-1131.122151732425,905.5932897495632) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994163262532e-08 mm long - and its vector is (-2.49376057581685e-08,7.019684744591359e-08,-6.671211849607062e-08) mm - Endpoint of ComputeStep() was (333.1353117805859,-1331.049685877182,862.1352795504456) - and current position to locate is (333.1353117556483,-1331.049685806986,862.1352794837335) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000614173427e-07 mm long - and its vector is (-6.15625594946323e-08,-4.837829692405649e-08,-6.220614068297436e-08) mm - Endpoint of ComputeStep() was (238.7365480329005,-1065.956058732609,959.3067990414974) - and current position to locate is (238.7365479713379,-1065.956058780987,959.3067989792912) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995572558517e-08 mm long - and its vector is (4.118361829341666e-08,-1.283569872612134e-08,9.021721325552789e-08) mm - Endpoint of ComputeStep() was (51.26836534166124,-1178.485910401198,1001.380027442224) - and current position to locate is (51.26836538284486,-1178.485910414034,1001.380027532441) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000115207692e-07 mm long - and its vector is (-9.422301161521318e-08,-1.94738731806865e-08,2.725425929384073e-08) mm - Endpoint of ComputeStep() was (125.2583802852558,-1200.759574995053,975.9716923055436) - and current position to locate is (125.2583801910328,-1200.759575014527,975.9716923327978) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994053518865e-08 mm long - and its vector is (5.857913265572279e-08,6.36032382317353e-08,-5.023048288421705e-08) mm - Endpoint of ComputeStep() was (185.71816196456,-1034.537136635829,1119.538072774952) - and current position to locate is (185.7181620231391,-1034.537136572226,1119.538072724722) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997246514966e-08 mm long - and its vector is (-6.392787099684938e-08,3.746390575543046e-08,6.715413292113226e-08) mm - Endpoint of ComputeStep() was (481.401121820556,-1310.615177391904,1189.345198473276) - and current position to locate is (481.4011217566281,-1310.61517735444,1189.345198540431) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999605994422e-08 mm long - and its vector is (9.984849338077651e-08,3.476316123851575e-09,-4.26530277763959e-09) mm - Endpoint of ComputeStep() was (-9.984913819830921e-08,-933.249691621248,964.7324565887292) - and current position to locate is (-6.448175327022909e-13,-933.2496916177716,964.7324565844639) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997887101884e-08 mm long - and its vector is (-1.426559492756496e-08,5.761467036791146e-08,8.04800492915092e-08) mm - Endpoint of ComputeStep() was (171.3730257935587,-1187.699998388527,1235.220854617914) - and current position to locate is (171.3730257792931,-1187.699998330912,1235.220854698394) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000196472454e-07 mm long - and its vector is (2.627684736467018e-08,9.094878805626649e-08,3.221566657884978e-08) mm - Endpoint of ComputeStep() was (30.10234718286097,-1229.631590727958,922.4172455937439) - and current position to locate is (30.10234720913782,-1229.631590637009,922.4172456259596) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000693083336e-07 mm long - and its vector is (-3.669453008114942e-08,6.884079084557015e-08,-6.256573215068784e-08) mm - Endpoint of ComputeStep() was (450.2349844666007,-1036.430633924962,1174.437102951907) - and current position to locate is (450.2349844299062,-1036.430633856122,1174.437102889341) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995410683858e-08 mm long - and its vector is (8.160640163623611e-08,-3.023319550266024e-08,4.925789198750863e-08) mm - Endpoint of ComputeStep() was (431.3158395445391,-1222.357161942484,805.8185132751511) - and current position to locate is (431.3158396261455,-1222.357161972717,805.818513324409) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000047972644e-07 mm long - and its vector is (2.61546233559784e-08,-8.052847988437861e-08,5.320816853782162e-08) mm - Endpoint of ComputeStep() was (311.7597004631833,-1106.935358985573,1256.04196763137) - and current position to locate is (311.7597004893379,-1106.935359066101,1256.041967684579) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000188571815e-07 mm long - and its vector is (-5.620408671802579e-08,1.594867171661463e-08,8.115875971270725e-08) mm - Endpoint of ComputeStep() was (84.74235406235275,-1077.824452940338,1187.485199315083) - and current position to locate is (84.74235400614866,-1077.824452924389,1187.485199396241) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996697368656e-08 mm long - and its vector is (5.712922757084016e-08,-6.754157766408753e-08,4.663024810724892e-08) mm - Endpoint of ComputeStep() was (646.6695689159981,-975.9370956039188,1632.069294405286) - and current position to locate is (646.6695689731273,-975.9370956714604,1632.069294451916) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000317102958e-07 mm long - and its vector is (7.099267840260381e-09,-3.862123776343651e-08,9.196742212225217e-08) mm - Endpoint of ComputeStep() was (5.734327416079727,-880.360266155287,930.5916197807906) - and current position to locate is (5.734327423178994,-880.3602661939083,930.591619872758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000268197625e-07 mm long - and its vector is (8.628425973711273e-08,-4.917058049613843e-08,-1.171690655610291e-08) mm - Endpoint of ComputeStep() was (107.0875363090395,-722.1026654692308,609.8472746548008) - and current position to locate is (107.0875363953237,-722.1026655184014,609.8472746430839) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999536912313e-08 mm long - and its vector is (3.522701774727466e-08,8.909614734875504e-08,2.865192527679028e-08) mm - Endpoint of ComputeStep() was (115.3005589525003,-1124.102211232334,1019.78410926983) - and current position to locate is (115.3005589877274,-1124.102211143238,1019.784109298481) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000052896066e-07 mm long - and its vector is (-2.081426941913378e-08,-9.556833902024664e-08,-2.081969796563499e-08) mm - Endpoint of ComputeStep() was (252.1859073960316,-1224.29664211225,1008.566360690673) - and current position to locate is (252.1859073752174,-1224.296642207818,1008.566360669853) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000666138431e-07 mm long - and its vector is (1.81527184395236e-08,-8.990468813863117e-08,-3.984519025834743e-08) mm - Endpoint of ComputeStep() was (293.3198700031991,-1399.594031710266,1095.986749465769) - and current position to locate is (293.3198700213518,-1399.594031800171,1095.986749425924) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999836270336e-08 mm long - and its vector is (-4.816138243768364e-08,8.520157734892564e-08,2.052240688499296e-08) mm - Endpoint of ComputeStep() was (311.6770272974123,-950.1881028759436,963.9700036024394) - and current position to locate is (311.6770272492509,-950.1881027907421,963.9700036229618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993761097415e-08 mm long - and its vector is (4.476459025681834e-08,7.907055987743661e-08,4.176081347395666e-08) mm - Endpoint of ComputeStep() was (244.3748996846972,-1090.24087161991,1066.562393732492) - and current position to locate is (244.3748997294618,-1090.240871540839,1066.562393774253) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993212812932e-08 mm long - and its vector is (-2.528810405522108e-08,6.848722478025593e-08,-6.833738552813884e-08) mm - Endpoint of ComputeStep() was (-12.26908904304294,-1179.936214214588,915.9345024908368) - and current position to locate is (-12.26908906833105,-1179.936214146101,915.9345024224995) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996249323008e-08 mm long - and its vector is (8.771870874113574e-08,4.10641405323986e-08,2.488286554580554e-08) mm - Endpoint of ComputeStep() was (-12.63205386657196,-966.459817525203,1081.81784138522) - and current position to locate is (-12.63205377885325,-966.4598174841389,1081.817841410103) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996750642294e-08 mm long - and its vector is (8.163602593924679e-08,-3.454761099419557e-08,4.628191163646989e-08) mm - Endpoint of ComputeStep() was (11.40205045461574,-1046.313946864371,842.1304776813392) - and current position to locate is (11.40205053625176,-1046.313946898919,842.1304777276212) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999969025236e-08 mm long - and its vector is (-9.632600495024235e-08,-1.563989826536272e-08,2.183332981076092e-08) mm - Endpoint of ComputeStep() was (-114.6402478867952,-1011.96248561682,944.9619849160169) - and current position to locate is (-114.6402479831212,-1011.962485632459,944.9619849378503) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000522411533e-07 mm long - and its vector is (-4.045192270041298e-08,-2.719707481446676e-08,-8.731535672268365e-08) mm - Endpoint of ComputeStep() was (124.2217125556226,-1088.651117647453,1049.38716916292) - and current position to locate is (124.2217125151707,-1088.65111767465,1049.387169075605) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999989844803152e-08 mm long - and its vector is (-2.883811589526886e-08,-9.43684881349327e-08,-1.621515366423409e-08) mm - Endpoint of ComputeStep() was (-83.72590046369676,-1096.808995851012,1298.619167789611) - and current position to locate is (-83.72590049253488,-1096.808995945381,1298.619167773396) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995706173261e-08 mm long - and its vector is (8.451183930446859e-08,-4.545745468931273e-08,-2.813112587318756e-08) mm - Endpoint of ComputeStep() was (573.8134913865697,-1333.375136448449,1094.548664724185) - and current position to locate is (573.8134914710815,-1333.375136493907,1094.548664696054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000522372749e-07 mm long - and its vector is (8.657315220261808e-08,4.99635461892467e-08,2.956994649139233e-09) mm - Endpoint of ComputeStep() was (445.2116401906504,-1474.349183234551,1063.193859026089) - and current position to locate is (445.2116402772236,-1474.349183184588,1063.193859029046) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000331486687e-07 mm long - and its vector is (3.041526497327141e-08,-3.810328053077683e-08,-8.731012712814845e-08) mm - Endpoint of ComputeStep() was (504.0042258885715,-1342.260169578037,1098.700461855999) - and current position to locate is (504.0042259189868,-1342.26016961614,1098.700461768689) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999780303653e-08 mm long - and its vector is (7.187520623119781e-08,5.765059540863149e-08,3.886339072778355e-08) mm - Endpoint of ComputeStep() was (416.2816098936043,-1473.439193807827,1137.110607647313) - and current position to locate is (416.2816099654795,-1473.439193750176,1137.110607686177) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999274143991e-08 mm long - and its vector is (1.376531599817099e-08,9.806444722926244e-08,-1.392356807627948e-08) mm - Endpoint of ComputeStep() was (590.6501945692643,-1101.649829961905,953.2111427209456) - and current position to locate is (590.6501945830296,-1101.649829863841,953.2111427070221) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000038547555e-07 mm long - and its vector is (-5.62863533559721e-08,4.45427303930046e-08,-6.962613952055108e-08) mm - Endpoint of ComputeStep() was (549.6146942595662,-1374.162904476123,1117.042019936342) - and current position to locate is (549.6146942032799,-1374.16290443158,1117.042019866716) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995864588512e-08 mm long - and its vector is (1.86390991530061e-08,9.325526661996264e-08,-3.091975031566108e-08) mm - Endpoint of ComputeStep() was (149.7165499648176,-1137.210100373125,955.1124217474196) - and current position to locate is (149.7165499834567,-1137.21010027987,955.1124217164999) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993167509715e-08 mm long - and its vector is (-7.699506454628136e-08,-3.320280939078657e-08,5.449146556202322e-08) mm - Endpoint of ComputeStep() was (176.6826620481056,-964.8146314011242,1096.059346570498) - and current position to locate is (176.6826619711105,-964.814631434327,1096.05934662499) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999501720442e-08 mm long - and its vector is (-1.849982567136976e-08,3.735544851224404e-08,-9.08972879187786e-08) mm - Endpoint of ComputeStep() was (46.90287000516685,-1149.043132729516,964.0526977379128) - and current position to locate is (46.90286998666703,-1149.04313269216,964.0526976470155) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000310586812e-07 mm long - and its vector is (-9.791000366021763e-08,1.716580300126225e-08,-1.090745627152501e-08) mm - Endpoint of ComputeStep() was (329.4937812663956,-1290.703785101025,727.8592271656075) - and current position to locate is (329.4937811684856,-1290.703785083859,727.8592271547001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000041831193e-07 mm long - and its vector is (-1.59648152475711e-08,7.366338650172111e-08,6.571781341335736e-08) mm - Endpoint of ComputeStep() was (212.3629420196779,-1262.260662878113,968.9980245586363) - and current position to locate is (212.362942003713,-1262.260662804449,968.9980246243541) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000045768217e-07 mm long - and its vector is (-5.590658247456304e-08,7.673361324123107e-08,3.140712578897364e-08) mm - Endpoint of ComputeStep() was (273.8946324369791,-1065.35521330509,960.0777885060888) - and current position to locate is (273.8946323810725,-1065.355213228357,960.077788537496) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 10292 (pi+,4.2123171483475[GeV]) at (194.28353813874,-460.71021999549,515.78871237163) +Cell[10,15] 0.0001251294261001 [GeV] +Cell[12,44] 0.1301437797566 [GeV] +Cell[12,45] 3.8952300654273e-05 [GeV] +Cell[11,12] 1.8305062199943e-05 [GeV] +Cell[11,15] 0.0014608835661611 [GeV] +Cell[14,46] 1.8852524362956e-08 [GeV] +Cell[13,8] 5.2395943271222e-08 [GeV] +Cell[14,42] 0.003271168265079 [GeV] +Cell[4,16] 4.8273345214511e-08 [GeV] +Cell[12,33] 4.0798283646382e-06 [GeV] +Cell[14,34] 0.00012623479176546 [GeV] +Cell[14,35] 1.8529418332037e-05 [GeV] +Cell[4,17] 2.6666788627381e-06 [GeV] +Cell[14,44] 0.00059816383797624 [GeV] +Cell[13,9] 4.6947509417805e-09 [GeV] +Cell[3,16] 2.9498062303901e-10 [GeV] +Cell[13,45] 0.0034635599713916 [GeV] +Cell[14,45] 0.0010340647919929 [GeV] +Cell[12,43] 0.0024119708981103 [GeV] +Cell[12,42] 4.6860603220011e-07 [GeV] +Cell[13,44] 0.26466922753173 [GeV] +Cell[13,43] 0.0032803119078364 [GeV] +Cell[14,43] 0.0098694542119414 [GeV] +Cell[14,12] 3.8695224793628e-07 [GeV] +Cell[14,13] 3.7880489299027e-05 [GeV] +Cell[13,41] 9.7832511237357e-06 [GeV] +Cell[13,42] 0.00020527716349898 [GeV] +Cell[13,14] 1.4669802592834e-05 [GeV] +Cell[13,12] 0.00053585188338366 [GeV] +Cell[10,16] 0.00044384354046451 [GeV] +Cell[15,17] 0.0024496038085838 [GeV] +Cell[13,7] 0.002510714022199 [GeV] +Cell[14,8] 0.00066044031183419 [GeV] +Cell[14,9] 8.8999513536692e-11 [GeV] +Cell[12,14] 0.0009053621578164 [GeV] +Cell[12,0] 0.0020399126926883 [GeV] +### Total energy deposition in calorimeter by a source track in 36 cells : 0.43035080152741 (GeV) + +Source track ID 10399 (pi+,4.2122717993978[GeV]) at (194.27940215595,-460.71196413586,515.83123191922) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,38] 0.12672772780815 [GeV] -Cell[13,35] 0.0037665393271685 [GeV] -Cell[14,35] 0.011213207446342 [GeV] -Cell[13,32] 1.0679798720048e-08 [GeV] -Cell[14,32] 9.8700607486535e-06 [GeV] -Cell[14,0] 0.00070510338433257 [GeV] -Cell[13,40] 0.00010728227906748 [GeV] -Cell[12,41] 0.0031004721912108 [GeV] -Cell[14,1] 2.1281372601152e-06 [GeV] -Cell[16,35] 0.00093942596890838 [GeV] -Cell[16,36] 0.011584838316982 [GeV] -Cell[16,37] 0.016576286232883 [GeV] -Cell[16,38] 0.0013887021902757 [GeV] -Cell[16,39] 7.5398349963507e-10 [GeV] -Cell[18,11] 4.12606781465e-05 [GeV] -Cell[10,44] 0.00013933941365713 [GeV] -Cell[10,43] 0.0013706547068675 [GeV] -Cell[15,40] 0.42879851536013 [GeV] -Cell[15,39] 0.0047435994356498 [GeV] -Cell[14,37] 0.66528819613943 [GeV] -Cell[13,36] 0.0016899574923239 [GeV] -Cell[13,34] 0.00084524755207337 [GeV] -Cell[13,33] 0.00039403257295339 [GeV] -Cell[14,34] 1.4597520930693e-08 [GeV] -Cell[12,37] 0.0044827368699114 [GeV] -Cell[14,33] 6.8009454777894e-05 [GeV] -Cell[13,37] 0.0062819309976843 [GeV] -Cell[11,44] 2.3834537500193e-05 [GeV] -Cell[12,42] 2.8602641202724e-07 [GeV] -Cell[11,42] 2.2701431473251e-05 [GeV] -Cell[15,37] 0.32780442238703 [GeV] -Cell[15,38] 0.031970626672867 [GeV] -Cell[11,41] 0.0072062586545925 [GeV] -Cell[12,40] 0.0054517717320866 [GeV] -Cell[14,39] 0.20542386699881 [GeV] -Cell[14,41] 0.00043215810182858 [GeV] -Cell[14,40] 0.11748081383542 [GeV] -Cell[14,38] 0.41663800399075 [GeV] -Cell[15,36] 0.11115396838517 [GeV] -Cell[17,37] 0.0005121864179473 [GeV] -Cell[16,40] 5.5363613646477e-06 [GeV] -Cell[17,38] 3.2722262840252e-06 [GeV] -Cell[13,38] 0.3370737822845 [GeV] -Cell[15,35] 0.00090742458927355 [GeV] -Cell[12,39] 0.086883101641054 [GeV] -Cell[13,39] 0.15777620679884 [GeV] -Cell[15,41] 8.3416898269206e-07 [GeV] -Cell[14,36] 0.016940599752238 [GeV] -Cell[18,37] 2.2305193851935e-09 [GeV] -Cell[17,14] 0.0026276549415568 [GeV] -Cell[17,15] 0.00096807244320303 [GeV] -Cell[15,13] 7.2353537532535e-05 [GeV] -Cell[15,0] 1.3969838619232e-12 [GeV] -Cell[17,13] 1.8185978758993e-05 [GeV] -Cell[18,13] 1.8471984139978e-07 [GeV] -Cell[18,14] 4.3364707380533e-12 [GeV] -Cell[19,37] 0.0040680281462006 [GeV] -Cell[19,36] 3.2098614610732e-10 [GeV] -Cell[17,16] 2.9059829830658e-06 [GeV] -Cell[18,30] 2.0362333539197e-06 [GeV] -Cell[19,30] 3.0180863667624e-05 [GeV] -Cell[10,42] 0.00064678939509986 [GeV] -Cell[17,39] 0.015553744524561 [GeV] -Cell[18,40] 9.716272870719e-10 [GeV] -Cell[18,39] 0.0014789108437709 [GeV] -Cell[17,40] 0.0022379156465856 [GeV] -### Total energy deposition in calorimeter by a source track in 66 cells : 3.1416837138286 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996366741865e-08 mm long - and its vector is (7.719904715486336e-08,-5.413164672063431e-08,-3.33176330968854e-08) mm - Endpoint of ComputeStep() was (520.133326880398,-771.3996145957864,-588.2979183173086) - and current position to locate is (520.1333269575971,-771.399614649918,-588.2979183506262) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999043117663e-08 mm long - and its vector is (6.954644504730823e-08,5.597996732831234e-08,-4.505034212343162e-08) mm - Endpoint of ComputeStep() was (450.7430161022613,-847.6875646897275,-668.9113882681144) - and current position to locate is (450.7430161718078,-847.6875646337476,-668.9113883131647) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996712175516e-08 mm long - and its vector is (-3.250698910051142e-08,7.199798801593715e-08,-6.13154043094255e-08) mm - Endpoint of ComputeStep() was (362.7029843149926,-712.5953160911993,-559.8707930127946) - and current position to locate is (362.7029842824857,-712.5953160192013,-559.87079307411) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996859290928e-08 mm long - and its vector is (-6.978683586567058e-08,-6.289610610110685e-08,3.426180228416342e-08) mm - Endpoint of ComputeStep() was (373.4628356303325,-686.5184845126415,-600.0000000342618) - and current position to locate is (373.4628355605457,-686.5184845755376,-600) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999707777492e-08 mm long - and its vector is (3.118930180789903e-08,-4.085495675099082e-08,8.577933385822689e-08) mm - Endpoint of ComputeStep() was (284.4938493393698,-528.9094160359027,-600.0000000857793) - and current position to locate is (284.4938493705591,-528.9094160767577,-600) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999974788035e-08 mm long - and its vector is (7.592620931973215e-08,-5.024617166782264e-08,-4.135858944209758e-08) mm - Endpoint of ComputeStep() was (368.5122018273366,-706.2472681427936,-592.5079166091198) - and current position to locate is (368.5122019032628,-706.2472681930398,-592.5079166504784) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998435747297e-08 mm long - and its vector is (-7.711651051067747e-08,1.552280082250945e-08,-6.174207101139473e-08) mm - Endpoint of ComputeStep() was (310.3666624060104,-749.2914055184095,-726.0477849036964) - and current position to locate is (310.3666623288939,-749.2914055028867,-726.0477849654385) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000037293494e-07 mm long - and its vector is (-1.529599558125483e-09,7.85082647780655e-08,-6.19202182861045e-08) mm - Endpoint of ComputeStep() was (506.6525701068198,-1025.620229839014,-565.6791367912608) - and current position to locate is (506.6525701052902,-1025.620229760506,-565.679136853181) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000057748603e-07 mm long - and its vector is (-6.065761226636823e-09,-5.490130661200965e-08,-8.336098744621268e-08) mm - Endpoint of ComputeStep() was (-312.9427009571396,-480.606513676473,-622.259135764933) - and current position to locate is (-312.9427009632053,-480.6065137313743,-622.259135848294) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996847618307e-08 mm long - and its vector is (5.999140739731956e-09,-9.899997621687362e-08,-1.276748662348837e-08) mm - Endpoint of ComputeStep() was (323.4648603135771,-646.0687448309001,-646.4634142579173) - and current position to locate is (323.4648603195762,-646.0687449299,-646.4634142706848) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000021054905e-07 mm long - and its vector is (-7.319584938159096e-08,-5.457218321680557e-08,-4.079515747434925e-08) mm - Endpoint of ComputeStep() was (339.9792974320223,-668.7069715627326,-573.9324714942476) - and current position to locate is (339.9792973588264,-668.7069716173048,-573.9324715350427) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996742124069e-08 mm long - and its vector is (-8.258226102952904e-08,4.363937478046864e-08,-3.571790330170188e-08) mm - Endpoint of ComputeStep() was (238.7912395486083,-705.4056211250773,-599.9999999642821) - and current position to locate is (238.7912394660261,-705.405621081438,-600) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996007797041e-08 mm long - and its vector is (-3.050934083148604e-08,-9.494146979704965e-08,7.435687621182296e-09) mm - Endpoint of ComputeStep() was (347.4220241166345,-642.0264301864761,-632.456740758578) - and current position to locate is (347.4220240861252,-642.0264302814176,-632.4567407511423) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000555214386e-07 mm long - and its vector is (9.250641141989036e-09,9.942186807165854e-08,-5.452420737128705e-09) mm - Endpoint of ComputeStep() was (77.64155139085112,-645.3462556058635,-867.4216979135414) - and current position to locate is (77.64155140010176,-645.3462555064416,-867.4216979189938) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996466132821e-08 mm long - and its vector is (-2.302670054632472e-08,9.48565457292716e-08,2.172555468860082e-08) mm - Endpoint of ComputeStep() was (350.2620549130348,-547.5550136818284,-758.8765798107095) - and current position to locate is (350.2620548900081,-547.5550135869719,-758.8765797889839) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000174066339e-07 mm long - and its vector is (-3.806462700595148e-09,-9.577433957019821e-08,2.85094756691251e-08) mm - Endpoint of ComputeStep() was (369.6283645768235,-686.8586986939234,-678.4982645975945) - and current position to locate is (369.6283645730171,-686.8586987896978,-678.498264569085) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000070317224e-07 mm long - and its vector is (8.972756404546089e-08,-2.809406396409031e-08,-3.405421011848375e-08) mm - Endpoint of ComputeStep() was (306.5467937509329,-596.8162727290253,-834.0505496814196) - and current position to locate is (306.5467938406605,-596.8162727571193,-834.0505497154738) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000189670364e-07 mm long - and its vector is (6.622119030907925e-08,7.40188852432766e-08,1.166029051091755e-08) mm - Endpoint of ComputeStep() was (201.5752337116412,-722.403921109474,-591.4104918858076) - and current position to locate is (201.5752337778624,-722.4039210354551,-591.4104918741473) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999658855721e-08 mm long - and its vector is (-3.688643346322351e-08,-8.166523457475705e-08,4.438663836481282e-08) mm - Endpoint of ComputeStep() was (345.7951194962789,-526.6172569068088,-541.2699097282326) - and current position to locate is (345.7951194593924,-526.6172569884741,-541.269909683846) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000543522065e-07 mm long - and its vector is (-1.162737817139714e-08,-9.841323844739236e-08,-1.340333710686537e-08) mm - Endpoint of ComputeStep() was (333.9693148784775,-534.1951858845445,-389.9117336309724) - and current position to locate is (333.9693148668501,-534.1951859829577,-389.9117336443758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999620635171e-08 mm long - and its vector is (-9.496426400801283e-08,-2.721628789004171e-08,1.552615458422224e-08) mm - Endpoint of ComputeStep() was (409.4281919450614,-663.9040259572328,-490.0195351282484) - and current position to locate is (409.4281918500971,-663.904025984449,-490.0195351127222) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000286293397e-07 mm long - and its vector is (-3.192565145582194e-08,5.838467131979996e-08,7.464575446647359e-08) mm - Endpoint of ComputeStep() was (561.7553508853725,-761.0801063230622,-396.2105145432453) - and current position to locate is (561.7553508534469,-761.0801062646775,-396.2105144685995) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000202179004e-07 mm long - and its vector is (-7.004553026490612e-08,6.19360207565478e-08,3.546205107340938e-08) mm - Endpoint of ComputeStep() was (268.5803180383148,-853.5346124023555,-471.1477512561701) - and current position to locate is (268.5803179682693,-853.5346123404195,-471.147751220708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999950563606e-08 mm long - and its vector is (-8.900332204575534e-08,-3.595278030843474e-08,2.803221832436975e-08) mm - Endpoint of ComputeStep() was (212.2160547786244,-617.0025954679055,-594.1994867375938) - and current position to locate is (212.216054689621,-617.0025955038583,-594.1994867095616) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999989234598081e-08 mm long - and its vector is (-2.5308622753073e-08,-5.401625458034687e-08,-8.02601789473556e-08) mm - Endpoint of ComputeStep() was (404.6273334572665,-623.860126544145,-1242.209749608504) - and current position to locate is (404.6273334319579,-623.8601265981613,-1242.209749688764) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999149636564e-08 mm long - and its vector is (8.142330898408545e-08,4.516539320320589e-08,3.647369339887518e-08) mm - Endpoint of ComputeStep() was (734.5415089446868,-673.3057915150647,-1150.009493237597) - and current position to locate is (734.5415090261101,-673.3057914698993,-1150.009493201123) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001017008926e-07 mm long - and its vector is (4.855212409893284e-08,1.96571932065126e-08,-8.518395588907879e-08) mm - Endpoint of ComputeStep() was (565.0442197999495,471.6593261036771,-1204.746944608076) - and current position to locate is (565.0442198485016,471.6593261233343,-1204.74694469326) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994443126004e-08 mm long - and its vector is (9.513553322904045e-08,-2.991328074131161e-09,3.066384124394972e-08) mm - Endpoint of ComputeStep() was (530.6624017246247,580.9093551205713,-1172.64813116324) - and current position to locate is (530.6624018197602,580.9093551175799,-1172.648131132576) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000027545041e-07 mm long - and its vector is (-8.227641501434846e-08,3.435076223468059e-08,-4.52837412012741e-08) mm - Endpoint of ComputeStep() was (561.4415694599063,325.4901150261466,-1477.866951647156) - and current position to locate is (561.4415693776299,325.4901150604974,-1477.86695169244) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999008485933e-08 mm long - and its vector is (4.931825969833881e-08,5.3595158533426e-08,6.852201295259874e-08) mm - Endpoint of ComputeStep() was (541.7204902388985,585.616490924928,-1407.43524886199) - and current position to locate is (541.7204902882168,585.6164909785232,-1407.435248793468) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000802806662e-07 mm long - and its vector is (-4.023672772746067e-08,-4.020705546281533e-08,-8.224606062867679e-08) mm - Endpoint of ComputeStep() was (289.5744493568166,581.9335343059336,-1241.636778692751) - and current position to locate is (289.5744493165799,581.9335342657265,-1241.636778774997) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997159363709e-08 mm long - and its vector is (-8.133724804793019e-10,9.628251973481383e-08,-2.700016921153292e-08) mm - Endpoint of ComputeStep() was (340.1548237582546,530.2779420006372,-1263.073078627526) - and current position to locate is (340.1548237574412,530.2779420969197,-1263.073078654526) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997835963692e-08 mm long - and its vector is (-2.978367774630897e-08,-3.890443167620106e-08,-8.717438504390884e-08) mm - Endpoint of ComputeStep() was (296.0765166574361,594.4680865508154,-1173.626833772229) - and current position to locate is (296.0765166276524,594.468086511911,-1173.626833859404) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000684362241e-07 mm long - and its vector is (3.332922915433301e-08,-2.04058778763283e-08,-9.204768502968363e-08) mm - Endpoint of ComputeStep() was (378.6738115656609,655.8822812056212,-1254.725600433918) - and current position to locate is (378.6738115989901,655.8822811852153,-1254.725600525965) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997653053338e-08 mm long - and its vector is (-3.645550350483973e-08,9.234997833118541e-08,-1.193620846606791e-08) mm - Endpoint of ComputeStep() was (490.8984295908111,-648.4140062645201,-743.6293388936147) - and current position to locate is (490.8984295543556,-648.4140061721702,-743.6293389055509) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999930503175e-08 mm long - and its vector is (8.514069804732571e-08,1.113426151277963e-08,-5.125514235260198e-08) mm - Endpoint of ComputeStep() was (473.7648810020448,-837.4207579055071,-853.2885134258029) - and current position to locate is (473.7648810871855,-837.4207578943729,-853.288513477058) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996410550142e-08 mm long - and its vector is (9.374969067721395e-08,-2.398405740677845e-08,2.521414899092633e-08) mm - Endpoint of ComputeStep() was (437.4527804165589,-774.7407636940061,-784.635278158415) - and current position to locate is (437.4527805103086,-774.7407637179901,-784.6352781332008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000137464249e-07 mm long - and its vector is (5.31517798663117e-08,9.959990165953059e-09,-8.411711860389914e-08) mm - Endpoint of ComputeStep() was (591.3239323422405,-727.4653476808398,-684.2527812765252) - and current position to locate is (591.3239323953923,-727.4653476708799,-684.2527813606423) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000087464418e-07 mm long - and its vector is (2.32716956816148e-10,3.482034571788972e-08,9.374161891173571e-08) mm - Endpoint of ComputeStep() was (502.374509563045,-855.8641997262399,-610.3035050702238) - and current position to locate is (502.3745095632777,-855.8641996914196,-610.3035049764821) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000052147726e-07 mm long - and its vector is (-9.803645184547349e-08,1.492958290327806e-08,-1.288265139010036e-08) mm - Endpoint of ComputeStep() was (173.2091438457646,-734.0782052360066,-728.9863237751935) - and current position to locate is (173.2091437477281,-734.078205221077,-728.9863237880761) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999953745505e-08 mm long - and its vector is (-2.021135969698662e-08,5.731055807700614e-08,7.941662261146121e-08) mm - Endpoint of ComputeStep() was (534.0782838032417,-635.3427318103172,-818.434417512344) - and current position to locate is (534.0782837830303,-635.3427317530067,-818.4344174329274) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996477131742e-08 mm long - and its vector is (-7.663152246095706e-08,6.264895091590006e-08,-1.423768480890431e-08) mm - Endpoint of ComputeStep() was (455.4527828450349,-715.9035654774393,-596.4314229055176) - and current position to locate is (455.4527827684034,-715.9035654147904,-596.4314229197553) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000293493744e-07 mm long - and its vector is (-2.594686066004215e-08,6.373215910571162e-08,-7.256016942847054e-08) mm - Endpoint of ComputeStep() was (527.4245193020651,-681.8171389614668,-748.8994469627449) - and current position to locate is (527.4245192761182,-681.8171388977346,-748.8994470353051) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996523203457e-08 mm long - and its vector is (-3.291455641374341e-08,-5.565550509345485e-08,-7.628295861650258e-08) mm - Endpoint of ComputeStep() was (375.9923648610124,-894.4851419952531,-703.4723282135506) - and current position to locate is (375.9923648280978,-894.4851420509086,-703.4723282898335) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999643758377e-08 mm long - and its vector is (-4.076144932696479e-08,-9.064171990758041e-08,-1.107139269151958e-08) mm - Endpoint of ComputeStep() was (431.0352877497236,-624.524302958642,-704.539258841227) - and current position to locate is (431.0352877089622,-624.5243030492837,-704.5392588522984) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000179156246e-07 mm long - and its vector is (9.987405746869626e-08,-3.495983946777415e-09,3.599211595428642e-09) mm - Endpoint of ComputeStep() was (429.2302808946746,-710.6983913700649,-692.198678993713) - and current position to locate is (429.2302809945487,-710.6983913735609,-692.1986789901138) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999653643234e-08 mm long - and its vector is (-8.091768677331856e-08,-2.530964593461249e-08,-5.302592853695387e-08) mm - Endpoint of ComputeStep() was (498.6427846345625,-663.5174250756347,-682.7771439666245) - and current position to locate is (498.6427845536448,-663.5174251009444,-682.7771440196504) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993391675409e-08 mm long - and its vector is (1.512535163783468e-08,-4.836635980609572e-08,-8.620850167062599e-08) mm - Endpoint of ComputeStep() was (461.2587617884059,-662.4864782140281,-718.2437565406913) - and current position to locate is (461.2587618035313,-662.4864782623945,-718.2437566268998) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000323347846e-07 mm long - and its vector is (-1.185060227726353e-08,-9.545908596919617e-08,-2.733372639340814e-08) mm - Endpoint of ComputeStep() was (191.5099603469592,-530.3704234817095,-656.419857124328) - and current position to locate is (191.5099603351086,-530.3704235771686,-656.4198571516617) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000241519027e-07 mm long - and its vector is (9.80079448709148e-08,-6.483446668426041e-09,-1.877265276561957e-08) mm - Endpoint of ComputeStep() was (523.6022877701321,-760.1431935211401,-675.8586338437638) - and current position to locate is (523.60228786814,-760.1431935276236,-675.8586338625364) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994563435612e-08 mm long - and its vector is (-9.711186521599302e-08,2.365891305089463e-08,-3.087166078330483e-09) mm - Endpoint of ComputeStep() was (522.8993952065917,-828.8402877716303,-596.4965308059602) - and current position to locate is (522.8993951094799,-828.8402877479714,-596.4965308090474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000026818994e-07 mm long - and its vector is (8.417373464908451e-08,2.48121523327427e-09,-5.393172841650085e-08) mm - Endpoint of ComputeStep() was (544.2950394767824,-976.3089399546994,-467.3780229012339) - and current position to locate is (544.2950395609562,-976.3089399522182,-467.3780229551656) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997210149706e-08 mm long - and its vector is (9.268524081562646e-08,-1.820865236368263e-08,-3.283116711827461e-08) mm - Endpoint of ComputeStep() was (684.0544041677771,-796.5987521850972,-533.9483929553124) - and current position to locate is (684.0544042604623,-796.5987522033058,-533.9483929881436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000595490142e-07 mm long - and its vector is (-1.626597168069566e-08,5.357605914468877e-09,9.852271887211828e-08) mm - Endpoint of ComputeStep() was (578.4762191830425,-814.0161795470506,-544.2162751300345) - and current position to locate is (578.4762191667766,-814.016179541693,-544.2162750315118) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000113528521e-07 mm long - and its vector is (-3.49822357748053e-08,-7.552682745881611e-08,5.542511871681199e-08) mm - Endpoint of ComputeStep() was (706.8724950886181,-707.3409896434683,-322.0131594078359) - and current position to locate is (706.8724950536358,-707.3409897189952,-322.0131593524108) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000643641879e-07 mm long - and its vector is (-5.497690835909452e-08,-8.244853688665899e-08,-1.340862354481942e-08) mm - Endpoint of ComputeStep() was (1340.975846079167,-535.7999948831315,-470.3555799714612) - and current position to locate is (1340.97584602419,-535.79999496558,-470.3555799848698) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000058478202e-07 mm long - and its vector is (7.690232450840995e-09,9.910445442073978e-08,1.091643753170501e-08) mm - Endpoint of ComputeStep() was (1334.731521133756,-552.8638982827633,-447.870651805545) - and current position to locate is (1334.731521141446,-552.8638981836589,-447.8706517946285) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.0000004217531e-07 mm long - and its vector is (3.604418452596292e-08,-5.207760978009901e-08,-7.738699991932663e-08) mm - Endpoint of ComputeStep() was (1142.760228054275,-294.1072271541934,-176.3442502557037) - and current position to locate is (1142.76022809032,-294.107227206271,-176.3442503330907) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993220510299e-08 mm long - and its vector is (6.475693226093426e-08,5.694420224244823e-08,5.063481012257398e-08) mm - Endpoint of ComputeStep() was (1221.542928920402,-454.1703125300009,-350.9101639325385) - and current position to locate is (1221.542928985159,-454.1703124730567,-350.9101638819037) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998772849292e-08 mm long - and its vector is (6.289610610110685e-09,-6.55644498692709e-08,7.524454304075334e-08) mm - Endpoint of ComputeStep() was (1308.235703713892,-372.5115389625165,-400.0000000752445) - and current position to locate is (1308.235703720181,-372.511539028081,-400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000340784912e-07 mm long - and its vector is (-9.181485438602977e-08,2.873943572012649e-08,2.727790615608683e-08) mm - Endpoint of ComputeStep() was (1314.146415509276,-204.7417858113108,-139.0738790465772) - and current position to locate is (1314.146415417462,-204.7417857825714,-139.0738790192993) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000111448291e-07 mm long - and its vector is (9.536802281218115e-08,-2.598909532025573e-08,1.514956693426939e-08) mm - Endpoint of ComputeStep() was (1335.32651951346,-348.2859256577445,-560.2000107569861) - and current position to locate is (1335.326519608828,-348.2859256837336,-560.2000107418365) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999788872878e-08 mm long - and its vector is (-9.838004189077765e-08,-1.984403752430808e-09,1.781643277354306e-08) mm - Endpoint of ComputeStep() was (2333.799811463626,-559.8021440378016,-776.1292954189772) - and current position to locate is (2333.799811365246,-559.802144039786,-776.1292954011608) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000006252734e-07 mm long - and its vector is (5.249466994428076e-08,-7.34361265131156e-08,-4.302842171455268e-08) mm - Endpoint of ComputeStep() was (2328.179219798338,-548.4827303674906,-845.1990252889997) - and current position to locate is (2328.179219850833,-548.4827304409267,-845.1990253320281) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000150846479e-07 mm long - and its vector is (3.224158717785031e-09,-2.333717930014245e-08,-9.718530691316118e-08) mm - Endpoint of ComputeStep() was (2281.433152149156,-500.7593989142176,-599.9999999028147) - and current position to locate is (2281.43315215238,-500.7593989375548,-600) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999986421715285e-08 mm long - and its vector is (9.233735909219831e-08,-8.725692168809474e-09,3.738512077688938e-08) mm - Endpoint of ComputeStep() was (2373.956019424023,-739.3671655607607,-656.3031216357564) - and current position to locate is (2373.956019516361,-739.3671655694864,-656.3031215983713) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996680618242e-08 mm long - and its vector is (-9.403493095305748e-08,-4.343974069342948e-09,3.374248080945108e-08) mm - Endpoint of ComputeStep() was (2282.606921157933,-467.5528247237197,-947.5976404119758) - and current position to locate is (2282.606921063898,-467.5528247280636,-947.5976403782333) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001366136082e-07 mm long - and its vector is (5.821675586048514e-08,-6.392860996129457e-08,-5.02391230838839e-08) mm - Endpoint of ComputeStep() was (2488.281536076798,-545.9045718568326,-767.9966880693329) - and current position to locate is (2488.281536135014,-545.9045719207612,-767.996688119572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999377634049e-08 mm long - and its vector is (9.766154107637703e-09,2.224942363682203e-08,9.700295322545571e-08) mm - Endpoint of ComputeStep() was (2588.802625608709,-521.8391544006652,-801.4091517228567) - and current position to locate is (2588.802625618475,-521.8391543784157,-801.4091516258537) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998040270883e-08 mm long - and its vector is (-6.541222319356166e-08,-2.172600943595171e-08,-7.245148481160868e-08) mm - Endpoint of ComputeStep() was (2821.72292396548,-808.5748781567914,-934.1566479832112) - and current position to locate is (2821.722923900068,-808.5748781785175,-934.1566480556627) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001386875668e-07 mm long - and its vector is (-7.069502316880971e-08,7.040296168270288e-08,6.757545634172857e-09) mm - Endpoint of ComputeStep() was (2650.80611072793,-604.8742076587672,-1070.640279574425) - and current position to locate is (2650.806110657235,-604.8742075883642,-1070.640279567668) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6388 (kaon+,2.4761550012856[GeV]) at (287.59399362293,-409.01062924087,-440.36944617498) +Cell[12,34] 7.2135347929816e-06 [GeV] +Cell[13,36] 0.0049487044829047 [GeV] +Cell[4,21] 0.00039967823597305 [GeV] +Cell[12,36] 0.001252662458306 [GeV] +Cell[13,26] 6.3614146783948e-06 [GeV] +Cell[13,25] 0.00012789790191573 [GeV] +Cell[13,8] 6.2717094560867e-05 [GeV] +Cell[14,42] 7.0154428677597e-05 [GeV] +Cell[12,37] 0.0073436046334611 [GeV] +Cell[11,34] 1.1721496093742e-08 [GeV] +Cell[14,35] 1.6513433558885e-07 [GeV] +Cell[14,36] 0.0025218773289831 [GeV] +Cell[14,37] 0.019336731471121 [GeV] +Cell[13,35] 2.4618003228625e-05 [GeV] +Cell[15,37] 0.0012892412645409 [GeV] +Cell[15,36] 5.9615155826123e-06 [GeV] +Cell[16,15] 1.7058337107301e-09 [GeV] +Cell[13,24] 2.2545056594936e-08 [GeV] +Cell[12,8] 4.613281955244e-06 [GeV] +Cell[13,9] 0.00021671417966411 [GeV] +Cell[3,22] 0.0010214205523457 [GeV] +Cell[3,23] 0.0040476982403895 [GeV] +Cell[3,24] 1.2490051839677e-05 [GeV] +Cell[4,24] 0.0031084352805173 [GeV] +Cell[11,43] 0.0022212263144601 [GeV] +Cell[11,42] 0.0010716706515412 [GeV] +Cell[14,15] 0.00088527190427335 [GeV] +Cell[14,16] 0.0009999956339015 [GeV] +Cell[11,41] 0.0071612192240885 [GeV] +Cell[4,12] 0.0061750107514081 [GeV] +Cell[14,39] 0.098810278727298 [GeV] +Cell[13,38] 1.3332969471303 [GeV] +Cell[14,38] 0.017237601043641 [GeV] +Cell[12,43] 0.0032455978798861 [GeV] +Cell[12,42] 0.0054524200716232 [GeV] +Cell[11,39] 0.0013841606336891 [GeV] +Cell[11,40] 0.003833494984289 [GeV] +Cell[13,43] 0.0077096093021294 [GeV] +Cell[14,41] 0.00013038218334555 [GeV] +Cell[16,26] 1.3505053590052e-05 [GeV] +Cell[15,26] 5.7735166628845e-06 [GeV] +Cell[14,43] 0.00022892366436702 [GeV] +Cell[10,40] 0.0022230556980635 [GeV] +Cell[10,41] 0.0011204310707867 [GeV] +Cell[11,38] 4.1630235614321e-08 [GeV] +Cell[17,14] 2.8953375876881e-06 [GeV] +Cell[17,29] 8.1096767098643e-07 [GeV] +Cell[16,28] 1.8618981557665e-05 [GeV] +Cell[12,38] 0.077868458798479 [GeV] +Cell[12,41] 0.01125593138922 [GeV] +Cell[13,41] 0.010847232128566 [GeV] +Cell[13,42] 0.031950136954979 [GeV] +Cell[13,40] 0.033298466933202 [GeV] +Cell[12,40] 0.022319634654775 [GeV] +Cell[13,39] 0.45165892856636 [GeV] +Cell[12,39] 0.43338685230472 [GeV] +Cell[14,40] 0.0026612256644434 [GeV] +Cell[15,39] 0.0014005465230485 [GeV] +Cell[16,40] 0.00028841747008642 [GeV] +Cell[13,37] 0.052955765835769 [GeV] +Cell[15,38] 0.0042011247113348 [GeV] +Cell[17,41] 7.2972124229409e-06 [GeV] +Cell[17,42] 3.0521116531077e-05 [GeV] +Cell[16,42] 9.9589733306402e-06 [GeV] +Cell[9,16] 0.0018591741498207 [GeV] +Cell[8,16] 5.3710848795845e-06 [GeV] +Cell[10,17] 4.1865613343361e-07 [GeV] +Cell[12,9] 1.3396948052105e-06 [GeV] +Cell[13,20] 0.0032457444353455 [GeV] +Cell[13,21] 0.0010026493420935 [GeV] +Cell[12,35] 6.0518574989032e-05 [GeV] +Cell[11,35] 1.7279918029089e-07 [GeV] +Cell[15,40] 0.0062567776116881 [GeV] +Cell[12,47] 2.7473810478114e-06 [GeV] +Cell[19,5] 2.3159989796113e-06 [GeV] +Cell[13,16] 1.8060169386445e-05 [GeV] +Cell[15,28] 1.4784093044e-05 [GeV] +Cell[16,27] 0.0044177224949151 [GeV] +### Total energy deposition in calorimeter by a source track in 78 cells : 2.6900662345421 (GeV) + +Source track ID 9542 (kaon+,2.4814297394056[GeV]) at (287.80045827957,-408.8653766389,-438.69778392234) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,39] 0.067316424707128 [GeV] -Cell[8,28] 0.00017263078278352 [GeV] -Cell[8,41] 0.0012197654346802 [GeV] -Cell[9,45] 5.5805888644045e-07 [GeV] -Cell[8,39] 3.2692541473125e-05 [GeV] -Cell[5,38] 0.00095928107102509 [GeV] -Cell[8,38] 0.0051115586091162 [GeV] -Cell[6,38] 0.0066483209966889 [GeV] -Cell[7,41] 0.0059538506920674 [GeV] -Cell[7,46] 0.0020227503653528 [GeV] -Cell[7,44] 0.0048838067059722 [GeV] -Cell[6,39] 0.072115679120025 [GeV] -Cell[6,41] 0.0062250420431259 [GeV] -Cell[6,40] 0.61856313304517 [GeV] -Cell[7,37] 0.0026691078768846 [GeV] -Cell[6,46] 0.037835240274743 [GeV] -Cell[6,45] 0.0023487644876543 [GeV] -Cell[5,46] 0.0082646726976467 [GeV] -Cell[3,44] 0.0013711853786863 [GeV] -Cell[3,4] 0.00066006145829647 [GeV] -Cell[4,42] 0.004636270361853 [GeV] -Cell[2,5] 0.00045481660769269 [GeV] -Cell[5,37] 0.00015112896819392 [GeV] -Cell[4,7] 0.043143991830873 [GeV] -Cell[4,6] 0.011795777043208 [GeV] -Cell[4,8] 0.00058461672770483 [GeV] -Cell[3,6] 0.0018100899678124 [GeV] -Cell[4,41] 0.018716069845028 [GeV] -Cell[6,31] 0.00068183940920187 [GeV] -Cell[0,38] 3.2205614843406e-07 [GeV] -Cell[2,40] 2.8679129318334e-06 [GeV] -Cell[5,45] 0.00035158742281521 [GeV] -Cell[7,45] 0.0075963818615459 [GeV] -Cell[8,44] 0.002113999800938 [GeV] -Cell[4,46] 0.00074160718164103 [GeV] -Cell[3,5] 0.0009882415408548 [GeV] -Cell[2,6] 1.0270145326899e-05 [GeV] -Cell[2,4] 0.0010352816852469 [GeV] -Cell[5,41] 1.0450255924638e-05 [GeV] -Cell[4,5] 2.038899453396e-06 [GeV] -Cell[3,45] 1.5618053119397e-05 [GeV] -Cell[3,40] 0.00010111501444896 [GeV] -Cell[3,41] 0.00095722040804287 [GeV] -Cell[3,42] 0.0063669187520853 [GeV] -Cell[6,47] 0.00051236026373714 [GeV] -Cell[1,39] 0.068348307463739 [GeV] -Cell[8,45] 0.012820456951273 [GeV] -Cell[6,32] 0.00071053811662046 [GeV] -Cell[7,38] 0.06765341650132 [GeV] -Cell[5,40] 0.011999652601158 [GeV] -Cell[7,40] 0.23473939463171 [GeV] -Cell[6,33] 6.7438587429933e-06 [GeV] -Cell[6,37] 0.0010599544529036 [GeV] -Cell[5,36] 1.759498256888e-07 [GeV] -Cell[5,39] 0.00014704467782701 [GeV] -Cell[8,40] 0.0129494384814 [GeV] -Cell[3,7] 0.0024040249552063 [GeV] -Cell[3,8] 0.00034863593930652 [GeV] -Cell[8,46] 0.010924627818789 [GeV] -Cell[9,46] 0.0031603261006972 [GeV] -### Total energy deposition in calorimeter by a source track in 60 cells : 1.3744281468637 (GeV) - -Source track ID 6664 (gamma,0.0035564916634823[GeV]) at (-498.98749499818,31.803770773919,507.46676767338) +Cell[7,37] 0.0004814986030924 [GeV] +Cell[6,37] 1.6982085071504e-10 [GeV] +Cell[7,38] 0.00058993335722879 [GeV] +Cell[5,45] 7.0235546445474e-10 [GeV] +Cell[6,42] 0.0016917517684643 [GeV] +Cell[9,47] 2.3527572629973e-06 [GeV] +Cell[5,43] 1.6215490177274e-09 [GeV] +Cell[7,43] 0.0015562157167849 [GeV] +Cell[6,40] 0.24944730913261 [GeV] +Cell[6,19] 3.6180548777338e-05 [GeV] +Cell[6,20] 0.00092863573004377 [GeV] +Cell[6,2] 3.368948638672e-05 [GeV] +Cell[6,47] 2.2676249500364e-08 [GeV] +Cell[7,39] 0.026816278162091 [GeV] +Cell[8,38] 5.3831774948776e-10 [GeV] +Cell[7,42] 0.012402265466345 [GeV] +Cell[8,39] 2.4709152057767e-11 [GeV] +Cell[6,41] 0.014919342375224 [GeV] +Cell[10,12] 1.1713508603862e-05 [GeV] +Cell[6,45] 1.3853349014425e-07 [GeV] +Cell[8,41] 0.00029299776811479 [GeV] +Cell[6,38] 0.0045512501731705 [GeV] +Cell[7,41] 0.041122157326236 [GeV] +Cell[6,43] 0.0016775473506343 [GeV] +Cell[6,44] 4.9719445515962e-05 [GeV] +Cell[9,21] 0.00053656284527653 [GeV] +Cell[4,39] 0.00051099891 [GeV] +Cell[6,0] 0.00020392037507872 [GeV] +Cell[4,27] 3.8474636676256e-06 [GeV] +Cell[5,42] 0.00022044636187206 [GeV] +Cell[11,8] 9.7707789973356e-06 [GeV] +Cell[11,7] 0.00016466529744309 [GeV] +Cell[5,39] 0.006586707812566 [GeV] +Cell[10,40] 3.045451361686e-06 [GeV] +Cell[13,40] 7.0271688739467e-06 [GeV] +Cell[13,39] 0.00014090119266586 [GeV] +Cell[12,47] 3.6604544729926e-06 [GeV] +Cell[7,40] 1.4377762901637 [GeV] +Cell[6,39] 0.034292573179586 [GeV] +Cell[7,44] 0.00031126174181748 [GeV] +Cell[8,42] 0.00014167147900787 [GeV] +Cell[8,44] 0.0026561802726783 [GeV] +Cell[8,45] 4.5411701263561e-05 [GeV] +Cell[10,5] 3.8762376643717e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 44 cells : 1.8402298218311 (GeV) + +Source track ID 9737 (gamma,0.19649521790461[GeV]) at (-493.90321168142,77.843544952534,489.46549164779) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,23] 0.0035564916634823 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0035564916634823 (GeV) - -Source track ID 6669 (gamma,0.0097774617716576[GeV]) at (-390.50820591713,312.25524993406,752.22042879982) +Cell[12,22] 0.17732670054721 [GeV] +Cell[12,23] 0.0026385563528721 [GeV] +Cell[12,21] 0.003312454648979 [GeV] +Cell[10,41] 0.0018251760114649 [GeV] +Cell[10,42] 0.00027727523312867 [GeV] +Cell[11,37] 0.0011813548803084 [GeV] +Cell[9,42] 0.0013111815622474 [GeV] +Cell[13,22] 0.0086225186684024 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.19649521790461 (GeV) + +Source track ID 9738 (gamma,0.89164369738079[GeV]) at (-456.12361538416,204.8200368345,886.89514170062) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,18] 0.0097774617716576 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0097774617716576 (GeV) - -Source track ID 6693 (e-,0.00058086492650111[GeV]) at (479.44759726457,141.88023638698,1796.3069533581) +Cell[14,21] 0.015282192619973 [GeV] +Cell[15,36] 0.0012588565432807 [GeV] +Cell[15,19] 0.0031414895732099 [GeV] +Cell[16,47] 0.00049339522196874 [GeV] +Cell[16,46] 2.2951212486078e-10 [GeV] +Cell[17,40] 0.00066042536629015 [GeV] +Cell[16,35] 0.00057949857101226 [GeV] +Cell[14,20] 0.84665982738848 [GeV] +Cell[18,40] 0.00020729305151808 [GeV] +Cell[16,4] 0.00085873110679696 [GeV] +Cell[15,20] 0.0054954459033378 [GeV] +Cell[15,22] 0.0019035589745283 [GeV] +Cell[14,19] 0.0073139353394947 [GeV] +Cell[15,21] 0.00011745821627551 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.88397210810568 (GeV) + +Source track ID 9704 (mu-,0.6196843006144[GeV]) at (-192.52889947185,461.44622966079,845.06545366963) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[18,2] 4.2581918371609e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 4.2581918371609e-05 (GeV) - -Source track ID 6646 (e-,0.022313449708122[GeV]) at (478.44948612056,145.21049972704,1770.289483095) +Cell[16,15] 1.5754593812403e-05 [GeV] +Cell[16,16] 0.16095516709546 [GeV] +Cell[14,15] 0.19071918869039 [GeV] +Cell[11,41] 0.00067531693697963 [GeV] +Cell[16,17] 0.0018922255263641 [GeV] +Cell[16,20] 8.3400282471757e-07 [GeV] +Cell[16,19] 0.00064952482168781 [GeV] +Cell[15,15] 0.0086951531697413 [GeV] +Cell[15,16] 0.16699454137772 [GeV] +Cell[17,19] 0.012416034076747 [GeV] +Cell[17,18] 4.1176019863087e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.54301415205193 (GeV) + +Source track ID 9671 (pi+,0.42678398522626[GeV]) at (-366.77874162315,-339.81370586446,-452.78490058002) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[18,2] 0.017418889617542 [GeV] -Cell[18,1] 0.0026231417671257 [GeV] -Cell[19,2] 0.0017604194134545 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.021802450798122 (GeV) +Cell[7,28] 0.20113067287717 [GeV] +Cell[8,29] 0.0013238024830252 [GeV] +Cell[7,29] 0.12542168321859 [GeV] +Cell[8,28] 0.012298799063278 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.34017495764206 (GeV) -Source track ID 6649 (gamma,0.00018529026663027[GeV]) at (-473.45776850801,160.74122507749,439.52780466458) +Source track ID 9672 (kaon-,0.64155284210936[GeV]) at (452.10557608648,-213.54284832678,326.63951136967) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,21] 0.00018529026663027 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018529026663027 (GeV) - -Source track ID 6650 (gamma,0.00073179466216419[GeV]) at (-482.51944489926,131.05336811432,488.59053761872) +Cell[9,22] 4.8008878749215e-06 [GeV] +Cell[6,27] 2.4036269169301e-06 [GeV] +Cell[14,1] 0.0022243992279186 [GeV] +Cell[10,39] 0.0010608048218497 [GeV] +Cell[13,32] 4.146731342189e-06 [GeV] +Cell[11,31] 0.0011768325683715 [GeV] +Cell[11,32] 0.00090090539552693 [GeV] +Cell[13,25] 8.669074956515e-06 [GeV] +Cell[13,29] 3.8676553813275e-06 [GeV] +Cell[13,28] 1.8808519816957e-06 [GeV] +Cell[12,44] 0.00022538156636028 [GeV] +Cell[12,45] 3.8101573911263e-05 [GeV] +Cell[12,28] 3.9835250301508e-05 [GeV] +Cell[11,30] 1.0647242626874e-05 [GeV] +Cell[12,23] 1.0095536708832e-09 [GeV] +Cell[11,21] 0.0012050919373808 [GeV] +Cell[12,21] 0.0025142936365038 [GeV] +Cell[11,20] 5.4006860409572e-08 [GeV] +Cell[11,36] 0.0024710753914612 [GeV] +Cell[10,34] 0.0008667878608104 [GeV] +Cell[10,35] 0.00012801659952197 [GeV] +Cell[10,30] 2.6307267544325e-06 [GeV] +Cell[13,34] 0.00020276600442912 [GeV] +Cell[15,34] 7.5019267969765e-06 [GeV] +Cell[13,33] 0.000190123713194 [GeV] +Cell[5,26] 0.00015480424962743 [GeV] +Cell[16,16] 5.4575341341433e-05 [GeV] +Cell[13,24] 0.00031013450539967 [GeV] +Cell[12,8] 1.9933662610129e-05 [GeV] +Cell[5,27] 0.0003656453122594 [GeV] +Cell[11,43] 0.0050346317479056 [GeV] +Cell[11,42] 9.1851359175053e-06 [GeV] +Cell[14,15] 0.00060367451384877 [GeV] +Cell[14,16] 3.8777343555239e-05 [GeV] +Cell[11,41] 4.2231771723891e-05 [GeV] +Cell[11,9] 0.0034414463709595 [GeV] +Cell[13,46] 3.7899445742369e-06 [GeV] +Cell[14,0] 0.00095565628877932 [GeV] +Cell[16,17] 1.3441305491142e-06 [GeV] +Cell[16,35] 4.3521684419829e-06 [GeV] +Cell[12,43] 0.0020012117204479 [GeV] +Cell[11,44] 0.14821978347923 [GeV] +Cell[11,39] 0.010315636262498 [GeV] +Cell[11,40] 0.00016327281730753 [GeV] +Cell[16,7] 0.00066505998936623 [GeV] +Cell[16,26] 4.3370861976655e-07 [GeV] +Cell[15,42] 1.275409507798e-05 [GeV] +Cell[11,38] 2.2431188129985e-06 [GeV] +Cell[10,36] 0.00016253379759451 [GeV] +Cell[16,28] 0.00012448701266044 [GeV] +Cell[12,38] 0.00084092832632552 [GeV] +Cell[15,12] 0.00055133312655551 [GeV] +Cell[16,20] 0.0016435506521189 [GeV] +Cell[10,8] 0.00071787064384163 [GeV] +Cell[12,41] 0.0027535740367148 [GeV] +Cell[13,40] 7.8085402492434e-08 [GeV] +Cell[12,40] 7.1328803414872e-09 [GeV] +Cell[13,0] 6.6525898873806e-06 [GeV] +Cell[12,39] 0.00035210527836762 [GeV] +Cell[15,17] 2.2665690630674e-07 [GeV] +Cell[12,0] 3.7293586343594e-05 [GeV] +Cell[12,47] 0.0020354324269825 [GeV] +Cell[15,28] 2.2443527705036e-06 [GeV] +Cell[16,27] 1.5653516970133e-05 [GeV] +Cell[15,21] 5.3013551223557e-06 [GeV] +Cell[15,15] 2.4156179279089e-10 [GeV] +Cell[15,16] 1.4078041203902e-08 [GeV] +Cell[11,46] 1.0974267643178e-05 [GeV] +Cell[15,27] 1.0430764494231e-05 [GeV] +Cell[11,45] 0.0074947210859851 [GeV] +Cell[5,25] 5.5643722930654e-08 [GeV] +Cell[13,17] 0.00068842645482835 [GeV] +Cell[13,18] 7.911609223811e-06 [GeV] +Cell[10,3] 1.3133393134922e-05 [GeV] +Cell[10,37] 0.00013834914977394 [GeV] +Cell[14,17] 0.00021277383209417 [GeV] +Cell[16,21] 1.2899801833555e-05 [GeV] +Cell[11,47] 3.2908836146817e-08 [GeV] +Cell[12,46] 6.2046568427036e-05 [GeV] +Cell[13,23] 2.2053695080103e-05 [GeV] +Cell[14,23] 0.00073615003626957 [GeV] +Cell[14,24] 0.0016910704482797 [GeV] +Cell[14,22] 8.4131194137171e-07 [GeV] +Cell[12,20] 2.6656198315322e-10 [GeV] +Cell[10,45] 0.0044683434836001 [GeV] +Cell[13,19] 0.0031395088318597 [GeV] +Cell[10,1] 0.0014457748428415 [GeV] +Cell[16,22] 1.7982876452152e-06 [GeV] +Cell[16,23] 3.6364642728586e-06 [GeV] +Cell[13,11] 1.2462985512229e-06 [GeV] +Cell[13,10] 2.9960758263314e-07 [GeV] +Cell[14,2] 0.0083231253670667 [GeV] +Cell[19,21] 2.1426402381621e-06 [GeV] +Cell[15,11] 6.2396394940947e-05 [GeV] +Cell[11,11] 0.00020446190221139 [GeV] +Cell[13,5] 0.00093279700886023 [GeV] +Cell[13,6] 1.990410964936e-10 [GeV] +Cell[14,5] 0.00032285685811075 [GeV] +### Total energy deposition in calorimeter by a source track in 98 cells : 0.22497114328944 (GeV) + +Source track ID 9669 (gamma,0.062293140479318[GeV]) at (-277.09245056227,416.19679701002,226.70071474392) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,21] 0.00073179466216419 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00073179466216419 (GeV) +Cell[8,9] 0.00014824487606107 [GeV] +Cell[11,16] 0.056686647403473 [GeV] +Cell[11,17] 0.0050963269817202 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.061931219261254 (GeV) -Source track ID 6647 (e+,0.15125853849605[GeV]) at (-495.65356264441,-65.784084989468,1263.2231467666) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[16,25] 0.12919468654493 [GeV] -Cell[16,24] 0.018658612072797 [GeV] -Cell[14,12] 0.00051099891 [GeV] -Cell[16,26] 0.0027631550869396 [GeV] -Cell[18,31] 0.00064208479138409 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.15176953740605 (GeV) - -Source track ID 6645 (gamma,0.89164369738079[GeV]) at (-456.12361933608,204.82002803378,886.89511478876) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,20] 0.020238764585023 [GeV] -Cell[11,4] 0.0011232140964562 [GeV] -Cell[15,21] 0.0099534553871148 [GeV] -Cell[15,41] 0.0022524853293542 [GeV] -Cell[15,43] 0.00051099891 [GeV] -Cell[14,20] 0.77771042312839 [GeV] -Cell[13,8] 0.00085399992705922 [GeV] -Cell[14,21] 0.051590066428931 [GeV] -Cell[14,19] 0.017207953559966 [GeV] -Cell[15,19] 0.0056978802336865 [GeV] -Cell[14,22] 0.0029904970620737 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.89012973864806 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000023939576e-07 mm long - and its vector is (1.663417492636654e-08,8.663005246489774e-08,4.710136636276729e-08) mm - Endpoint of ComputeStep() was (-146.997431861263,581.7144960634004,975.0716530749214) - and current position to locate is (-146.9974318446288,581.7144961500304,975.0716531220228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000357119583e-07 mm long - and its vector is (1.598095877852757e-09,8.240562010541908e-08,5.662832336383872e-08) mm - Endpoint of ComputeStep() was (590.2730045946607,-376.2682289363776,1316.499343153396) - and current position to locate is (590.2730045962588,-376.2682288539719,1316.499343210024) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998084933799e-08 mm long - and its vector is (-6.990620704527828e-08,3.936179382435512e-08,5.969729954813374e-08) mm - Endpoint of ComputeStep() was (-322.8025560752379,529.3913308339479,993.7978412679125) - and current position to locate is (-322.8025561451441,529.3913308733097,993.7978413276098) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998015011174e-08 mm long - and its vector is (-1.66306790561066e-08,8.188516176232952e-08,5.493848220794462e-08) mm - Endpoint of ComputeStep() was (310.2166528698516,508.1669136198963,1553.971694498576) - and current position to locate is (310.2166528532209,508.1669137017815,1553.971694553514) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997488465265e-08 mm long - and its vector is (-9.401559251465346e-08,2.045237579295645e-08,-2.725369085965212e-08) mm - Endpoint of ComputeStep() was (9.401566356892704e-08,514.4310601488617,1078.122510969545) - and current position to locate is (7.105427357601002e-14,514.431060169314,1078.122510942292) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998191083144e-08 mm long - and its vector is (-3.705557105604385e-08,-7.850758265703917e-08,4.963305855198996e-08) mm - Endpoint of ComputeStep() was (-164.7403910589025,680.3385948543374,990.2471119363953) - and current position to locate is (-164.740391095958,680.3385947758298,990.2471119860284) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000041841542e-07 mm long - and its vector is (-9.03776253835531e-08,-2.229717210866511e-08,3.653394742286764e-08) mm - Endpoint of ComputeStep() was (-282.9366025948988,582.5314285110479,959.1555393137131) - and current position to locate is (-282.9366026852764,582.5314284887507,959.1555393502471) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000399923134e-07 mm long - and its vector is (-1.470621668886452e-08,3.909576662408654e-09,-9.883547136269044e-08) mm - Endpoint of ComputeStep() was (-212.4009392215451,539.1238137053015,1085.993704050576) - and current position to locate is (-212.4009392362513,539.123813709211,1085.993703951741) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000077398001e-07 mm long - and its vector is (5.578533546213293e-08,8.28526154350584e-08,-4.841695044888183e-09) mm - Endpoint of ComputeStep() was (-499.9406429420524,-7.704128227296998,1335.703824506357) - and current position to locate is (-499.940642886267,-7.704128144444383,1335.703824501516) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997172235096e-08 mm long - and its vector is (4.347509729996091e-08,7.708638349868124e-08,-4.655748853110708e-08) mm - Endpoint of ComputeStep() was (-315.6152770837537,713.2930651484128,1331.969329886949) - and current position to locate is (-315.6152770402786,713.2930652254992,1331.969329840392) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000224548257e-07 mm long - and its vector is (-1.503894964116625e-08,5.476124442793662e-08,8.231063475250266e-08) mm - Endpoint of ComputeStep() was (-262.2615007985453,635.5882154984608,907.8338586470101) - and current position to locate is (-262.2615008135842,635.5882155532221,907.8338587293207) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000392086248e-07 mm long - and its vector is (3.530740855239856e-08,1.850048647611402e-08,-9.171219517156715e-08) mm - Endpoint of ComputeStep() was (-89.66301020250509,718.4694683061521,668.9870059019295) - and current position to locate is (-89.66301016719768,718.4694683246526,668.9870058102173) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000152721246e-07 mm long - and its vector is (-8.525509542778309e-08,-4.860487479163567e-08,-1.921296188811539e-08) mm - Endpoint of ComputeStep() was (-136.0222260641621,484.9983688793605,1004.733843086011) - and current position to locate is (-136.0222261494172,484.9983688307556,1004.733843066798) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000176080169e-07 mm long - and its vector is (-3.999815589850186e-08,2.727824721659999e-08,8.749884727876633e-08) mm - Endpoint of ComputeStep() was (343.9599204342503,-609.6651320156344,1925.253417116867) - and current position to locate is (343.9599203942522,-609.6651319883562,1925.253417204366) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991095119747e-08 mm long - and its vector is (1.856102471720078e-08,-4.863721869696747e-08,-8.538086149201263e-08) mm - Endpoint of ComputeStep() was (-359.913306863284,479.6767159842217,1193.094857048792) - and current position to locate is (-359.913306844723,479.6767159355845,1193.094856963411) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991820362278e-08 mm long - and its vector is (-3.674580284496187e-08,-6.206664693308994e-08,-6.926370588189457e-08) mm - Endpoint of ComputeStep() was (443.163537287184,461.6848305358667,1320.951077027644) - and current position to locate is (443.1635372504382,461.6848304738,1320.951076958381) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000507443318e-07 mm long - and its vector is (-6.477242209257383e-08,-1.360831447527744e-08,-7.496237230952829e-08) mm - Endpoint of ComputeStep() was (-171.6526584338908,673.1442584564261,1200.000000074962) - and current position to locate is (-171.6526584986632,673.1442584428178,1200) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997311920414e-08 mm long - and its vector is (-7.423125225614058e-08,5.553414439418702e-08,3.749232746486086e-08) mm - Endpoint of ComputeStep() was (-396.5527892149864,441.113041267069,785.2862050566739) - and current position to locate is (-396.5527892892176,441.1130413226031,785.2862050941662) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000511415883e-07 mm long - and its vector is (1.926031245602644e-08,-6.560750875905796e-08,7.297057891264558e-08) mm - Endpoint of ComputeStep() was (489.6093673530711,-202.935130903048,1064.089327695302) - and current position to locate is (489.6093673723314,-202.9351309686556,1064.089327768273) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999043308706e-08 mm long - and its vector is (8.050309929785726e-08,-2.356068762310315e-08,-5.444394446385559e-08) mm - Endpoint of ComputeStep() was (-214.5488638693105,618.1026105599598,1007.851830235274) - and current position to locate is (-214.5488637888074,618.1026105363991,1007.85183018083) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994822325511e-08 mm long - and its vector is (2.374309815422748e-08,-7.369044396909885e-08,-6.329275947791757e-08) mm - Endpoint of ComputeStep() was (-394.0204794068054,750.3023989324015,967.1532676010862) - and current position to locate is (-394.0204793830623,750.3023988587111,967.1532675377935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000260903483e-07 mm long - and its vector is (-9.376196885568788e-08,3.444540652708383e-08,4.713001544587314e-09) mm - Endpoint of ComputeStep() was (-327.4159304343492,682.5447949430446,827.0142987356803) - and current position to locate is (-327.4159305281112,682.54479497749,827.0142987403933) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000219541877e-07 mm long - and its vector is (-2.727472292463062e-08,8.576182608521776e-08,4.360049388196785e-08) mm - Endpoint of ComputeStep() was (730.4581489088715,-170.090836795065,1922.315962755263) - and current position to locate is (730.4581488815968,-170.0908367093032,1922.315962798864) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994531869548e-08 mm long - and its vector is (-9.617690466257045e-08,-2.702647350361076e-08,-4.42287273472175e-09) mm - Endpoint of ComputeStep() was (641.1589697176472,106.8418255165532,1980.415039954605) - and current position to locate is (641.1589696214703,106.8418254895267,1980.415039950182) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6634 (pi-,0.85441358006546[GeV]) at (-164.81978146882,472.05342879442,873.97819141619) +Source track ID 9670 (gamma,0.18169391742921[GeV]) at (418.45379320324,273.67210846891,279.34342802017) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,30] 2.1949517496978e-05 [GeV] -Cell[14,35] 2.3683690284315e-06 [GeV] -Cell[14,29] 1.2597406632267e-05 [GeV] -Cell[19,39] 9.8277880624664e-09 [GeV] -Cell[14,11] 0.00015656226911199 [GeV] -Cell[15,6] 3.9418700907845e-09 [GeV] -Cell[13,17] 1.4536340131599e-11 [GeV] -Cell[15,5] 0.00095083899767201 [GeV] -Cell[16,37] 4.2432104237378e-06 [GeV] -Cell[15,3] 0.0036282449353985 [GeV] -Cell[14,12] 0.0018083448958779 [GeV] -Cell[14,13] 0.0056527847619288 [GeV] -Cell[14,14] 0.22204130733655 [GeV] -Cell[14,15] 0.22918587624793 [GeV] -Cell[13,37] 2.4187378585339e-08 [GeV] -Cell[13,43] 0.0019998750678966 [GeV] -Cell[15,12] 0.0021234876416345 [GeV] -Cell[14,16] 0.0087685468479744 [GeV] -Cell[15,16] 0.0038927863707466 [GeV] -Cell[15,15] 0.0093283957520777 [GeV] -Cell[15,17] 0.0011405935582711 [GeV] -Cell[16,15] 0.0028069826145932 [GeV] -Cell[13,39] 2.6969993853072e-06 [GeV] -Cell[15,44] 1.9381350807635e-07 [GeV] -Cell[16,44] 7.4334250473385e-07 [GeV] -Cell[16,43] 5.0570508847159e-10 [GeV] -Cell[17,14] 0.0052180451131493 [GeV] -Cell[17,15] 0.0018627106108527 [GeV] -Cell[15,13] 0.00065427523320545 [GeV] -Cell[13,18] 4.3462176108733e-08 [GeV] -Cell[15,14] 0.021138314629992 [GeV] -Cell[18,41] 0.0013956298938022 [GeV] -Cell[19,7] 3.4850800875574e-07 [GeV] -Cell[19,42] 9.7067981714645e-06 [GeV] -Cell[19,41] 0.0036349876060686 [GeV] -Cell[18,8] 8.0068251330658e-06 [GeV] -Cell[18,7] 3.8000172935426e-08 [GeV] -Cell[17,8] 8.0686502201388e-08 [GeV] -Cell[17,7] 1.0762560350486e-08 [GeV] -Cell[13,29] 0.00032779853652949 [GeV] -Cell[16,13] 6.6276406869292e-09 [GeV] -Cell[16,14] 6.9901618595622e-06 [GeV] -Cell[18,0] 8.6167800473049e-06 [GeV] -Cell[17,0] 2.8118945192546e-06 [GeV] -Cell[13,11] 0.0018377023475617 [GeV] -Cell[13,12] 0.00013452456070274 [GeV] -Cell[13,13] 7.3065643846348e-10 [GeV] -Cell[19,40] 0.0007906773746314 [GeV] -Cell[15,18] 0.0014770174180291 [GeV] -Cell[16,5] 1.3359315971684e-08 [GeV] -Cell[16,6] 7.8059997576929e-11 [GeV] -Cell[14,17] 3.9438049521664e-05 [GeV] -Cell[18,15] 1.4546826527067e-06 [GeV] -Cell[16,4] 2.1456391550601e-08 [GeV] -Cell[19,46] 0.0077471675244163 [GeV] -Cell[19,47] 0.00074908908144494 [GeV] -Cell[19,45] 0.0016912089721979 [GeV] -Cell[19,0] 0.0051950880527221 [GeV] -Cell[19,1] 2.2474503353578e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 59 cells : 0.54748375875598 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999107172467e-08 mm long - and its vector is (8.164113296516007e-08,-7.773792276566382e-09,-5.722142759623239e-08) mm - Endpoint of ComputeStep() was (472.4697100522854,243.154463466897,818.1804591156791) - and current position to locate is (472.4697101339266,243.1544634591232,818.1804590584577) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998143445529e-08 mm long - and its vector is (-3.511769364195061e-08,8.349633162652026e-08,4.236869699525414e-08) mm - Endpoint of ComputeStep() was (-489.2300594083875,-420.0762052657984,-458.7485386788404) - and current position to locate is (-489.2300594435052,-420.0762051823021,-458.7485386364717) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000062201161e-07 mm long - and its vector is (5.348965714802034e-09,9.921268429025076e-08,1.132400484493701e-08) mm - Endpoint of ComputeStep() was (-537.0425991543385,-222.4503282388215,-588.1621959055536) - and current position to locate is (-537.0425991489896,-222.4503281396088,-588.1621958942296) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000168564297e-07 mm long - and its vector is (3.340903731441358e-08,-8.736014933674596e-08,3.538423243298894e-08) mm - Endpoint of ComputeStep() was (-501.2540377933256,-274.4824746766435,-567.4777895996501) - and current position to locate is (-501.2540377599165,-274.4824747640037,-567.4777895642659) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997691348518e-08 mm long - and its vector is (-3.92012680094922e-08,6.177121747441561e-08,-6.81731080476311e-08) mm - Endpoint of ComputeStep() was (539.8904502413833,60.9128105342235,-294.2546202447729) - and current position to locate is (539.890450202182,60.91281059599471,-294.254620312946) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000237025757e-07 mm long - and its vector is (-8.939139206631808e-08,-4.177900336799212e-08,-1.623880052648019e-08) mm - Endpoint of ComputeStep() was (-608.0966072824452,-164.6770053441049,-587.4335535134442) - and current position to locate is (-608.0966073718366,-164.6770053858839,-587.433553529683) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999122090801e-08 mm long - and its vector is (7.407680868709576e-08,3.674352910820744e-08,-5.623644483421231e-08) mm - Endpoint of ComputeStep() was (405.9151818827028,371.1237866665538,-432.5661273305464) - and current position to locate is (405.9151819567796,371.1237867032973,-432.5661273867828) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000175563827e-07 mm long - and its vector is (-6.880804903630633e-08,1.602063548489241e-08,7.077284180923016e-08) mm - Endpoint of ComputeStep() was (528.8014687205987,-337.806741934064,-400.0000000707728) - and current position to locate is (528.8014686517906,-337.8067419180433,-400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999217248991e-08 mm long - and its vector is (-3.610830390243791e-08,-8.738436463318067e-08,-3.256012348629156e-08) mm - Endpoint of ComputeStep() was (255.8964864092349,575.6882736016954,-89.60200632220375) - and current position to locate is (255.8964863731266,575.688273514311,-89.60200635476387) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000117443936e-07 mm long - and its vector is (8.794529549049912e-08,-3.499735612422228e-08,-3.226162448299874e-08) mm - Endpoint of ComputeStep() was (442.8272534162534,324.4445053891111,-104.4470163149177) - and current position to locate is (442.8272535041987,324.4445053541137,-104.4470163471793) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6589 (pi+,0.42850901473179[GeV]) at (-368.58050219501,-337.85857011725,-467.54240738245) +Cell[14,26] 0.00024207942484952 [GeV] +Cell[4,35] 0.00051099891 [GeV] +Cell[11,5] 0.00090879835679498 [GeV] +Cell[11,4] 0.17948629245664 [GeV] +Cell[11,3] 0.00039710820662294 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.18154527735491 (GeV) + +Source track ID 9649 (kaon+,1.7505046244303[GeV]) at (75.992459406464,494.1914063532,1965.9001384897) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,6] 7.7806710032746e-06 [GeV] -Cell[9,8] 8.2797194750128e-08 [GeV] -Cell[9,7] 1.6628468086424e-05 [GeV] -Cell[7,6] 0.00055175335374281 [GeV] -Cell[7,26] 0.0027782332802544 [GeV] -Cell[7,27] 0.008889370253699 [GeV] -Cell[7,28] 0.082158800607364 [GeV] -Cell[7,5] 0.0004701236770444 [GeV] -Cell[10,31] 0.0004413168147305 [GeV] -Cell[14,2] 7.5774673787237e-06 [GeV] -Cell[14,3] 0.0003158882825486 [GeV] -Cell[6,29] 4.948299074124e-05 [GeV] -Cell[7,29] 0.083384559741751 [GeV] -Cell[7,43] 1.5079940203577e-07 [GeV] -Cell[6,28] 0.13442564423167 [GeV] -Cell[6,27] 0.0022244635003471 [GeV] -Cell[10,30] 1.3538777595386e-05 [GeV] -Cell[6,26] 1.3954194000689e-05 [GeV] -Cell[8,42] 0.00043636304371648 [GeV] -Cell[6,23] 9.7534419037402e-06 [GeV] -Cell[8,0] 6.2640674861996e-06 [GeV] -Cell[8,1] 2.0150548607489e-10 [GeV] -Cell[8,43] 3.8131860318344e-06 [GeV] -Cell[6,19] 5.1222596084699e-08 [GeV] -Cell[13,42] 0.0017055720462089 [GeV] -Cell[12,3] 1.9784702919424e-05 [GeV] -Cell[13,41] 2.879087513179e-06 [GeV] -Cell[13,3] 0.0002722487295938 [GeV] -Cell[10,6] 1.3316160591785e-05 [GeV] -Cell[7,19] 1.2719098594971e-07 [GeV] -Cell[7,25] 1.1872653658429e-08 [GeV] -Cell[9,5] 0.0052105075583009 [GeV] -Cell[9,4] 0.0026479534098057 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.32607799583037 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999234632609e-08 mm long - and its vector is (-9.772048770173569e-08,-1.441952690584003e-08,1.558146323077381e-08) mm - Endpoint of ComputeStep() was (-441.6941838284169,327.7289244105178,-705.4471107910961) - and current position to locate is (-441.6941839261374,327.7289243960983,-705.4471107755146) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000146907902e-07 mm long - and its vector is (4.688604349212255e-08,6.547607966922442e-08,5.928393420617795e-08) mm - Endpoint of ComputeStep() was (-567.2021669124566,60.20212953903226,880.1084204559561) - and current position to locate is (-567.2021668655706,60.20212960450834,880.10842051524) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997268608127e-08 mm long - and its vector is (-7.406799795717234e-08,4.313517365517328e-08,5.151002824277384e-08) mm - Endpoint of ComputeStep() was (577.6898480409047,-297.950397854672,444.8844729562611) - and current position to locate is (577.6898479668367,-297.9503978115368,444.8844730077711) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000266010999e-07 mm long - and its vector is (-8.378589200219722e-08,-2.197299409090192e-08,4.997116320737405e-08) mm - Endpoint of ComputeStep() was (459.6986346390902,-287.4521598181254,374.5610924763252) - and current position to locate is (459.6986345553044,-287.4521598400984,374.5610925262964) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997611017367e-08 mm long - and its vector is (-9.53093604039168e-08,-2.98887812277826e-08,4.773028194904327e-09) mm - Endpoint of ComputeStep() was (334.1512762077104,371.9447871589117,1801.207959448474) - and current position to locate is (334.151276112401,371.9447871290229,1801.207959453247) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998015348831e-08 mm long - and its vector is (-8.766738801568863e-08,2.995460590682342e-08,-3.764500888792099e-08) mm - Endpoint of ComputeStep() was (506.5144603350874,-282.5652165026564,371.5370978547008) - and current position to locate is (506.51446024742,-282.5652164727018,371.5370978170558) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999277946933e-08 mm long - and its vector is (2.58419277088251e-08,2.472051363611172e-08,-9.338677386949712e-08) mm - Endpoint of ComputeStep() was (594.0642430231443,-52.18874229943727,221.9799045469047) - and current position to locate is (594.0642430489862,-52.18874227471675,221.9799044535179) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000118276247e-07 mm long - and its vector is (6.082018444431014e-09,3.756861133297207e-08,9.247492016584147e-08) mm - Endpoint of ComputeStep() was (-510.713939871184,-424.6393680068887,-1400.000000092475) - and current position to locate is (-510.713939865102,-424.6393679693201,-1400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000273473111e-07 mm long - and its vector is (3.741320142580662e-09,-1.359117618449091e-08,9.9001454145764e-08) mm - Endpoint of ComputeStep() was (-671.5428295766942,-46.48321343121705,-800.0000000990015) - and current position to locate is (-671.5428295729529,-46.48321344480822,-800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997486851792e-08 mm long - and its vector is (4.710284429165768e-08,2.707307089622191e-08,8.395454642595723e-08) mm - Endpoint of ComputeStep() was (-675.0946316678943,39.55780673142319,-604.5296744945725) - and current position to locate is (-675.0946316207915,39.55780675849626,-604.529674410618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000035625436e-07 mm long - and its vector is (7.094229204085423e-08,-7.047422989537301e-08,7.581775207654573e-10) mm - Endpoint of ComputeStep() was (536.1564379409687,7.047389904891167e-08,-751.3706339932813) - and current position to locate is (536.156438011911,-3.308464613382966e-13,-751.3706339925232) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6590 (kaon-,0.64444172853688[GeV]) at (453.38403653293,-210.81488423995,318.73298974178) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,27] 0.00078378552238019 [GeV] -Cell[6,18] 5.0362794718239e-06 [GeV] -Cell[2,32] 3.8913112948649e-06 [GeV] -Cell[7,24] 0.00043429919133837 [GeV] -Cell[6,0] 4.6709530253111e-06 [GeV] -Cell[6,24] 0.016346724756694 [GeV] -Cell[6,25] 0.0047815798362376 [GeV] -Cell[11,33] 0.005901908442294 [GeV] -Cell[19,21] 0.00038690330942995 [GeV] -Cell[11,32] 3.4450611565262e-08 [GeV] -Cell[12,32] 0.0049766815038604 [GeV] -Cell[12,33] 0.00039667809508467 [GeV] -Cell[10,32] 0.001469057437313 [GeV] -Cell[15,6] 3.1485139863435e-05 [GeV] -Cell[12,29] 0.00011099461136655 [GeV] -Cell[12,27] 0.0036820820976098 [GeV] -Cell[12,45] 0.00028137675408266 [GeV] -Cell[10,47] 1.3278413781563e-06 [GeV] -Cell[12,44] 4.477629889675e-05 [GeV] -Cell[8,24] 1.1691459367285e-05 [GeV] -Cell[15,21] 0.0010278728312206 [GeV] -Cell[15,22] 0.0015968364603474 [GeV] -Cell[0,6] 0.0023881028273446 [GeV] -Cell[14,14] 6.9902947579976e-06 [GeV] -Cell[6,26] 6.8712785946445e-08 [GeV] -Cell[11,47] 0.00021262338960844 [GeV] -Cell[2,27] 0.002038795071198 [GeV] -Cell[2,26] 0.0012723137307748 [GeV] -Cell[0,5] 1.4106605667621e-06 [GeV] -Cell[3,30] 0.00040210076397341 [GeV] -Cell[4,8] 4.7832298150752e-06 [GeV] -Cell[6,23] 6.6932082177118e-08 [GeV] -Cell[6,43] 1.6226480022397e-07 [GeV] -Cell[3,29] 5.070944893896e-05 [GeV] -Cell[6,19] 0.00034152914057711 [GeV] -Cell[5,0] 0.00020661481515117 [GeV] -Cell[6,47] 3.4749427868519e-10 [GeV] -Cell[14,4] 3.9163509209175e-06 [GeV] -Cell[11,45] 0.066596366658509 [GeV] -Cell[11,43] 1.0967522712235e-09 [GeV] -Cell[12,43] 1.1990358651701e-06 [GeV] -Cell[11,44] 0.27816340964493 [GeV] -Cell[13,22] 6.4691858133301e-06 [GeV] -Cell[12,40] 1.2700669059996e-05 [GeV] -Cell[14,47] 1.3553017663071e-05 [GeV] -Cell[14,41] 3.7677695509046e-06 [GeV] -Cell[15,15] 3.4730845072772e-06 [GeV] -Cell[15,41] 5.7838224165607e-06 [GeV] -Cell[13,29] 3.7713194033131e-06 [GeV] -Cell[7,25] 0.0011961878076645 [GeV] -Cell[15,7] 4.4816331064794e-06 [GeV] -Cell[14,23] 0.0010546644755401 [GeV] -Cell[17,2] 7.4371933296788e-06 [GeV] -Cell[19,22] 2.6791307163876e-08 [GeV] -Cell[0,7] 0.00011762119615923 [GeV] -Cell[2,29] 1.7965105139524e-05 [GeV] -Cell[9,15] 1.9632113253465e-05 [GeV] -Cell[6,42] 7.9086974096754e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 58 cells : 0.39643918505368 (GeV) - -Source track ID 6511 (gamma,0.062293140479318[GeV]) at (-277.09242636582,416.19681311935,226.70073109268) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,15] 0.0037603779016303 [GeV] -Cell[12,37] 0.001757614494741 [GeV] -Cell[13,38] 0.00051099891 [GeV] -Cell[11,16] 0.056264149172946 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.062293140479318 (GeV) +Cell[19,10] 0.046213127344691 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.046213127344691 (GeV) -Source track ID 6557 (gamma,0.0038875209005627[GeV]) at (378.8820215207,326.26433113104,282.69962436642) +Source track ID 9546 (pi-,0.4589295424304[GeV]) at (-499.95194602465,-6.9319309117019,-206.54097337243) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,5] 0.0038875209005627 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0038875209005627 (GeV) - -Source track ID 6558 (gamma,0.037711126165256[GeV]) at (376.6311008867,328.8601736983,278.59954814418) +Cell[5,28] 1.5099445181477e-07 [GeV] +Cell[8,26] 0.0017244050521605 [GeV] +Cell[6,26] 4.6490355744027e-06 [GeV] +Cell[6,27] 7.2116662625376e-05 [GeV] +Cell[7,26] 0.00091362558764172 [GeV] +Cell[7,25] 0.011351257181129 [GeV] +Cell[8,23] 0.00030308879099528 [GeV] +Cell[7,24] 0.0028773788753079 [GeV] +Cell[5,26] 0.0014898251196343 [GeV] +Cell[6,24] 1.5335972420871e-09 [GeV] +Cell[5,27] 0.012123867396104 [GeV] +Cell[9,26] 9.6048238686649e-05 [GeV] +Cell[8,28] 5.5471127780038e-10 [GeV] +Cell[8,24] 0.15689043606515 [GeV] +Cell[8,25] 0.046440806319669 [GeV] +Cell[9,27] 0.0082975461759994 [GeV] +Cell[8,27] 0.0032902818247438 [GeV] +Cell[9,28] 0.0013344207637034 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.24720990617189 (GeV) + +Source track ID 9642 (gamma,0.43032370642417[GeV]) at (-193.66745806185,460.96953878522,1404.1020579422) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,5] 0.014131726290878 [GeV] -Cell[11,6] 0.023579399874378 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.037711126165256 (GeV) - -Source track ID 6559 (gamma,0.00029103124402118[GeV]) at (375.43667610193,330.22310978721,278.51025884882) +Cell[17,16] 0.0045005054206092 [GeV] +Cell[11,30] 0.00042548084232137 [GeV] +Cell[18,11] 0.0043946618191993 [GeV] +Cell[17,15] 0.34980326260562 [GeV] +Cell[16,6] 0.00051099891 [GeV] +Cell[17,9] 0.001522332792621 [GeV] +Cell[15,42] 0.0014664265562277 [GeV] +Cell[17,14] 0.053956030164291 [GeV] +Cell[16,14] 0.001874037941601 [GeV] +Cell[16,23] 0.00051099891 [GeV] +Cell[17,17] 0.0010378602134367 [GeV] +Cell[18,26] 0.0012299065995723 [GeV] +Cell[18,25] 0.00032945112649873 [GeV] +Cell[19,34] 0.0021186812713626 [GeV] +Cell[19,1] 0.00051099891 [GeV] +Cell[18,41] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 0.42470263299336 (GeV) + +Source track ID 9643 (gamma,0.84468519705162[GeV]) at (143.95468768829,478.82882942923,1448.6318383857) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,5] 0.00029103124402118 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00029103124402118 (GeV) - -Source track ID 6562 (gamma,0.00012906147535555[GeV]) at (-483.62764111288,-126.90273736838,640.24589863748) +Cell[14,32] 0.00051099891 [GeV] +Cell[15,33] 0.0018894897530175 [GeV] +Cell[18,11] 0.0013033213038365 [GeV] +Cell[17,20] 0.00075086238588279 [GeV] +Cell[17,28] 0.00058265625184745 [GeV] +Cell[17,9] 0.76783628675736 [GeV] +Cell[19,23] 1.5807608724572e-07 [GeV] +Cell[17,29] 0.00029224513957288 [GeV] +Cell[16,20] 0.0011285142886079 [GeV] +Cell[15,28] 0.0002421822781156 [GeV] +Cell[16,27] 0.00042134555442483 [GeV] +Cell[18,41] 0.00051099891 [GeV] +Cell[17,10] 0.034372157340805 [GeV] +Cell[18,9] 0.018256594148841 [GeV] +Cell[17,6] 0.00020396303013085 [GeV] +Cell[17,8] 7.491057102497e-05 [GeV] +Cell[18,8] 0.00035760629716453 [GeV] +Cell[18,22] 0.000973483661557 [GeV] +Cell[19,26] 0.00086981808347256 [GeV] +Cell[19,14] 1.4909225865267e-07 [GeV] +Cell[19,46] 0.00036314584281548 [GeV] +### Total energy deposition in calorimeter by a source track in 21 cells : 0.83094088767682 (GeV) + +Source track ID 9552 (pi-,1.1274721298724[GeV]) at (-499.95260737727,-6.884066869819,948.82151472435) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,25] 0.00012906147535555 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012906147535555 (GeV) +Cell[13,36] 1.7273266473694e-07 [GeV] +Cell[12,36] 4.0535044618082e-06 [GeV] +Cell[16,11] 7.6972937677056e-09 [GeV] +Cell[15,24] 0.61957990158634 [GeV] +Cell[14,27] 0.0031268988801952 [GeV] +Cell[16,13] 1.4510278193711e-06 [GeV] +Cell[13,25] 0.00051099891 [GeV] +Cell[14,26] 0.00078195557594518 [GeV] +Cell[11,28] 3.198510967195e-11 [GeV] +Cell[11,30] 0.00033755462773206 [GeV] +Cell[10,21] 0.00075959943046109 [GeV] +Cell[12,21] 6.0509079056792e-05 [GeV] +Cell[11,20] 0.00013273761760206 [GeV] +Cell[17,2] 0.0011730110712337 [GeV] +Cell[16,2] 9.0364381765085e-07 [GeV] +Cell[14,42] 1.1118913789687e-10 [GeV] +Cell[9,25] 0.001431085425628 [GeV] +Cell[12,37] 0.00025679029190007 [GeV] +Cell[12,33] 0.0027741014303869 [GeV] +Cell[15,34] 4.0726904982193e-06 [GeV] +Cell[11,43] 0.00036813668092589 [GeV] +Cell[11,42] 1.4576432557078e-05 [GeV] +Cell[14,16] 8.9950064079858e-06 [GeV] +Cell[5,13] 0.00032780402522451 [GeV] +Cell[11,10] 0.00041161358836177 [GeV] +Cell[16,0] 8.6447280409629e-08 [GeV] +Cell[13,38] 0.00085946801325213 [GeV] +Cell[17,37] 1.3445969671011e-11 [GeV] +Cell[17,38] 2.6172169782512e-09 [GeV] +Cell[18,37] 8.0457886308409e-05 [GeV] +Cell[18,38] 1.9221714637752e-09 [GeV] +Cell[12,43] 5.8154141297564e-06 [GeV] +Cell[14,41] 4.5469149313249e-08 [GeV] +Cell[16,24] 0.0013489253507884 [GeV] +Cell[15,25] 0.021039200105847 [GeV] +Cell[16,25] 0.0033522143702132 [GeV] +Cell[15,26] 1.4873306305844e-05 [GeV] +Cell[16,10] 0.0022230512305252 [GeV] +Cell[11,4] 1.8941618618555e-06 [GeV] +Cell[16,29] 4.0570739656687e-09 [GeV] +Cell[12,38] 0.0099594423867967 [GeV] +Cell[16,19] 3.037101123482e-09 [GeV] +Cell[12,41] 4.4894752714981e-06 [GeV] +Cell[13,40] 3.5465435066726e-06 [GeV] +Cell[12,40] 0.0057192506475876 [GeV] +Cell[9,26] 0.0002818043112249 [GeV] +Cell[14,40] 0.00031564208386339 [GeV] +Cell[13,37] 8.0217458904485e-05 [GeV] +Cell[12,35] 7.7191175120788e-05 [GeV] +Cell[15,22] 0.00012295345664563 [GeV] +Cell[15,15] 0.00030757582008198 [GeV] +Cell[15,27] 0.0036563050789794 [GeV] +Cell[13,17] 7.4626348123275e-10 [GeV] +Cell[14,17] 2.7708220906106e-06 [GeV] +Cell[14,23] 0.0036803487327949 [GeV] +Cell[14,24] 0.093716513537703 [GeV] +Cell[12,20] 0.00039878346121229 [GeV] +Cell[13,11] 1.3389452244155e-05 [GeV] +Cell[11,16] 0.00058313429818084 [GeV] +Cell[17,10] 0.0010314584099085 [GeV] +Cell[14,25] 0.0056059210181538 [GeV] +Cell[18,3] 0.00013978309897698 [GeV] +Cell[16,3] 1.6764679457992e-08 [GeV] +Cell[15,23] 0.0061018849317469 [GeV] +Cell[17,13] 0.0020024566017423 [GeV] +Cell[16,12] 1.8533656282216e-07 [GeV] +Cell[12,18] 2.4959731468698e-05 [GeV] +Cell[12,17] 6.622209912166e-06 [GeV] +Cell[11,29] 2.4167943687075e-05 [GeV] +Cell[12,30] 4.3328488459338e-08 [GeV] +Cell[14,28] 0.00080401685635667 [GeV] +Cell[10,10] 0.00033744015832099 [GeV] +Cell[17,12] 0.001283975657995 [GeV] +Cell[17,11] 0.00098625810349949 [GeV] +Cell[18,13] 5.8734987344451e-06 [GeV] +Cell[18,14] 3.5096104419381e-06 [GeV] +Cell[18,46] 0.0010776874902542 [GeV] +Cell[18,45] 0.00051099891 [GeV] +Cell[16,18] 9.0413959696889e-10 [GeV] +Cell[14,14] 5.9065467212349e-08 [GeV] +Cell[14,11] 9.16506012436e-06 [GeV] +Cell[10,47] 4.4081474095492e-07 [GeV] +Cell[19,40] 0.0019358911652308 [GeV] +Cell[19,41] 0.00035366445607769 [GeV] +Cell[10,11] 4.6027998905629e-09 [GeV] +Cell[13,1] 1.8434366211295e-09 [GeV] +Cell[12,19] 9.8656343780021e-06 [GeV] +Cell[11,19] 0.00051386195507541 [GeV] +Cell[9,2] 7.886540988693e-06 [GeV] +Cell[4,13] 0.00028745276509835 [GeV] +Cell[5,12] 9.5806909822613e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 91 cells : 0.80299146915031 (GeV) + +Source track ID 9540 (gamma,0.21259862372436[GeV]) at (298.67434907873,-400.99081436162,-1192.028773764) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[4,40] 0.0010145948052156 [GeV] +Cell[2,14] 0.00071721005900003 [GeV] +Cell[2,32] 0.0048937789021144 [GeV] +Cell[2,16] 0.00051099891 [GeV] +Cell[5,10] 0.0019068407867985 [GeV] +Cell[3,41] 0.0066522686619694 [GeV] +Cell[5,8] 0.00080163085191721 [GeV] +Cell[3,40] 0.19610130074734 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.21259862372436 (GeV) + +Source track ID 9498 (pi-,0.62979406455293[GeV]) at (341.32392883147,365.37374783508,-1021.4114666437) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[10,15] 0.00060267407026322 [GeV] +Cell[7,11] 0.0010437851118856 [GeV] +Cell[6,42] 0.0012638388357728 [GeV] +Cell[7,13] 0.00046624888223953 [GeV] +Cell[9,14] 0.00062870040642736 [GeV] +Cell[7,12] 0.011439103216577 [GeV] +Cell[4,9] 0.0016356703913133 [GeV] +Cell[6,6] 1.0812785185408e-06 [GeV] +Cell[8,30] 8.4771710971836e-06 [GeV] +Cell[5,29] 9.749881287803e-06 [GeV] +Cell[9,12] 0.00092486482016773 [GeV] +Cell[6,35] 0.0015764061261448 [GeV] +Cell[8,13] 0.02430158352464 [GeV] +Cell[10,12] 0.00070641817715148 [GeV] +Cell[4,44] 0.00060688043063351 [GeV] +Cell[15,24] 7.9831224866211e-09 [GeV] +Cell[16,13] 3.5952771952452e-06 [GeV] +Cell[2,8] 1.9558404776035e-05 [GeV] +Cell[15,36] 1.9150051433826e-05 [GeV] +Cell[4,3] 2.3921149550006e-05 [GeV] +Cell[5,6] 0.0022356682389035 [GeV] +Cell[0,35] 2.2171463288032e-06 [GeV] +Cell[2,6] 0.00099969521711239 [GeV] +Cell[18,28] 7.8349901014008e-06 [GeV] +Cell[1,26] 1.3963227320346e-07 [GeV] +Cell[1,25] 0.0015400351544871 [GeV] +Cell[6,10] 2.7407627669163e-05 [GeV] +Cell[6,11] 5.4874806373846e-06 [GeV] +Cell[1,30] 0.00059055784967032 [GeV] +Cell[0,13] 0.00068522608951627 [GeV] +Cell[3,30] 0.0054657946974249 [GeV] +Cell[1,7] 0.00038085207501206 [GeV] +Cell[4,4] 5.0973571633222e-05 [GeV] +Cell[4,35] 8.9950184337795e-06 [GeV] +Cell[5,24] 3.488463893882e-05 [GeV] +Cell[5,14] 0.00039104906373552 [GeV] +Cell[5,15] 9.4195670972113e-06 [GeV] +Cell[2,26] 7.3205171211157e-06 [GeV] +Cell[6,18] 0.00079384220996432 [GeV] +Cell[1,31] 0.0029923586174459 [GeV] +Cell[0,32] 2.0521496469428e-07 [GeV] +Cell[0,31] 0.00082837694870966 [GeV] +Cell[4,5] 0.0093181795470723 [GeV] +Cell[5,8] 1.2732394679915e-05 [GeV] +Cell[5,7] 0.000715029572003 [GeV] +Cell[2,7] 0.0001296305596735 [GeV] +Cell[10,13] 0.001145177698855 [GeV] +Cell[5,3] 4.9035483098123e-06 [GeV] +Cell[5,4] 0.0023960666369788 [GeV] +Cell[5,5] 0.0048611736284636 [GeV] +Cell[13,44] 1.9494676962495e-08 [GeV] +Cell[16,14] 0.00023309396956927 [GeV] +Cell[4,7] 0.008260746847484 [GeV] +Cell[10,16] 3.5904532206587e-05 [GeV] +Cell[15,27] 0.00020481714611593 [GeV] +Cell[14,24] 1.5407218597829e-08 [GeV] +Cell[16,12] 6.6480379246059e-10 [GeV] +Cell[10,11] 0.0038584609433964 [GeV] +Cell[4,6] 0.12015626497501 [GeV] +Cell[4,45] 2.7259232132451e-05 [GeV] +Cell[19,3] 0.00064348679902878 [GeV] +Cell[4,8] 2.3070094812283e-09 [GeV] +Cell[3,31] 7.6635802524834e-05 [GeV] +Cell[1,27] 0.00313645464295 [GeV] +Cell[5,46] 0.00069557109792534 [GeV] +Cell[10,14] 0.00024283078307451 [GeV] +Cell[4,34] 0.00068031433869438 [GeV] +Cell[3,35] 9.3511689265142e-06 [GeV] +Cell[0,5] 3.6486821481958e-06 [GeV] +Cell[6,30] 5.8721244045046e-08 [GeV] +Cell[0,33] 1.0607436706778e-10 [GeV] +Cell[0,30] 0.00013080520507901 [GeV] +Cell[9,13] 0.02244992910286 [GeV] +### Total energy deposition in calorimeter by a source track in 73 cells : 0.24176862231357 (GeV) + +Source track ID 9499 (pi+,3.2625364243985[GeV]) at (499.98862008911,-3.3733931565511,-1676.1324808218) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[0,0] 0.0014482774603914 [GeV] +Cell[0,47] 0.18114179942137 [GeV] +Cell[1,47] 0.14252553013978 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.32511560702154 (GeV) -Source track ID 6513 (e-,0.072072031451118[GeV]) at (480.27888047297,139.04027104271,1180.3589242848) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,33] 1.8050230977979e-05 [GeV] -Cell[16,36] 0.00095922877549137 [GeV] -Cell[16,47] 0.0026046652636291 [GeV] -Cell[16,1] 0.00054481998441772 [GeV] -Cell[15,1] 0.020604706704552 [GeV] -Cell[15,2] 0.043089991853845 [GeV] -Cell[19,32] 0.00031061984197873 [GeV] -Cell[18,31] 0.000366384535622 [GeV] -Cell[18,41] 0.0014031632785429 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.069901630469057 (GeV) - -Source track ID 6518 (gamma,0.00095121024778452[GeV]) at (-405.76646559374,-292.15334227005,882.95270808583) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,28] 0.00095121024778452 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00095121024778452 (GeV) +Source track ID 9495 (gamma,0.53051937575115[GeV]) at (475.84610346255,-153.52682442982,-782.17054994568) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[5,45] 0.49143894216387 [GeV] +Cell[5,43] 0.00020279944877046 [GeV] +Cell[6,46] 0.00046859441538209 [GeV] +Cell[6,19] 0.0013481539375563 [GeV] +Cell[6,45] 0.00017084070521494 [GeV] +Cell[12,24] 0.00092583768061975 [GeV] +Cell[6,44] 1.208100002259e-10 [GeV] +Cell[5,44] 0.0029019658701765 [GeV] +Cell[7,3] 0.00061617919082869 [GeV] +Cell[5,46] 0.0062333686465444 [GeV] +Cell[7,2] 0.00012318357007598 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.50442986574984 (GeV) + +Source track ID 9496 (gamma,0.17927399228015[GeV]) at (168.15422556197,-470.87594589834,-1264.5234722168) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[3,37] 0.001350024016494 [GeV] +Cell[3,38] 0.17444628654493 [GeV] +Cell[3,40] 0.00064117436957694 [GeV] +Cell[3,36] 0.00051911190179415 [GeV] +Cell[3,39] 0.0011755844542752 [GeV] +Cell[2,38] 0.0011418109930777 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.17927399228015 (GeV) + +Source track ID 9485 (gamma,0.00051381694826823[GeV]) at (-163.52537895705,472.50338669363,-74.801305395393) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,14] 0.00051381694826823 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051381694826823 (GeV) -Source track ID 6514 (e+,0.045356586503611[GeV]) at (443.70708122926,230.48649866535,1071.2174647968) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,2] 0.0015637161903991 [GeV] -Cell[15,3] 0.042650471825164 [GeV] -Cell[17,27] 0.00051099891 [GeV] -Cell[15,39] 0.00067162402561688 [GeV] -Cell[17,36] 0.00047077446243086 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.045867585413611 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000324059027e-07 mm long - and its vector is (7.98355017650465e-08,4.451356971912901e-08,-4.05566424888093e-08) mm - Endpoint of ComputeStep() was (238.1289499723086,490.0624937294671,1959.9419049036) - and current position to locate is (238.1289500521441,490.0624937739807,1959.941904863043) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000104679346e-07 mm long - and its vector is (-6.755504955435754e-08,-5.920662715652725e-08,-4.394192387735529e-08) mm - Endpoint of ComputeStep() was (496.1833734730415,380.7348934596783,167.0529137618803) - and current position to locate is (496.1833734054865,380.7348934004717,167.0529137179383) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999225050966e-08 mm long - and its vector is (-9.24439120808529e-08,-2.844598157025757e-08,-2.539582055760548e-08) mm - Endpoint of ComputeStep() was (-190.3775213086055,510.0485788513189,1875.403866737205) - and current position to locate is (-190.3775214010494,510.0485788228729,1875.403866711809) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6497 (kaon+,1.7504675224731[GeV]) at (76.375208301621,494.1323988132,1961.6800605346) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,6] 0.0018524953193541 [GeV] -Cell[14,27] 0.00048938435564894 [GeV] -Cell[17,42] 0.00048130710992109 [GeV] -Cell[15,10] 0.0017885809741778 [GeV] -Cell[14,42] 0.0009795943283178 [GeV] -Cell[18,41] 3.0740664001087e-05 [GeV] -Cell[19,41] 0.003182293396605 [GeV] -Cell[18,7] 0.00014141494540183 [GeV] -Cell[19,40] 0.0013435883903129 [GeV] -Cell[19,10] 0.30267260834008 [GeV] -Cell[19,9] 0.00063857888649318 [GeV] -Cell[19,8] 5.282114466354e-08 [GeV] -Cell[10,4] 0.00014917893492225 [GeV] -Cell[10,5] 1.4965288274084e-05 [GeV] -Cell[19,14] 0.0022441375754581 [GeV] -Cell[19,15] 0.0030216505872182 [GeV] -Cell[18,42] 0.00067465574170205 [GeV] -Cell[19,11] 0.24002458595197 [GeV] -Cell[19,12] 0.00032902588960554 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.56005883950061 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000174347785e-07 mm long - and its vector is (3.275226845289581e-08,9.393967559390148e-08,-1.01306341093732e-08) mm - Endpoint of ComputeStep() was (-610.8243839916208,71.46646187197686,-374.6009102417162) - and current position to locate is (-610.8243839588686,71.46646196591654,-374.6009102518468) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997355821683e-08 mm long - and its vector is (3.438462670146691e-08,3.133857262582751e-08,8.851884558680467e-08) mm - Endpoint of ComputeStep() was (-74.49044402512959,-527.3572449949959,-298.8769852594033) - and current position to locate is (-74.49044399074496,-527.3572449636573,-298.8769851708844) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000133577804e-07 mm long - and its vector is (5.073673037259141e-08,-4.841730572024971e-08,-7.128500101316604e-08) mm - Endpoint of ComputeStep() was (-597.4847412374731,-51.65802824589128,-297.779807241241) - and current position to locate is (-597.4847411867364,-51.65802829430859,-297.779807312526) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000530315617e-07 mm long - and its vector is (-1.939991989274858e-08,-8.501649517711485e-08,-4.89474132336909e-08) mm - Endpoint of ComputeStep() was (386.6676923913842,522.4826272370823,1025.415073161416) - and current position to locate is (386.6676923719843,522.4826271520658,1025.415073112469) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000501754235e-07 mm long - and its vector is (4.138804143849484e-08,-9.034044978761813e-08,1.120906745200045e-08) mm - Endpoint of ComputeStep() was (-54.69341816745489,547.2738163959328,-628.5368810081136) - and current position to locate is (-54.69341812606685,547.2738163055924,-628.5368809969045) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000027179757e-07 mm long - and its vector is (-5.089168553240597e-08,-8.558549779991154e-08,9.228187991539016e-09) mm - Endpoint of ComputeStep() was (504.191132128902,219.752821077477,707.2931233362843) - and current position to locate is (504.1911320780104,219.7528209918915,707.2931233455125) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000078055764e-07 mm long - and its vector is (8.50367314342293e-08,-2.741984417298227e-09,5.254747748040245e-08) mm - Endpoint of ComputeStep() was (-628.329958734634,-146.6152687011588,-470.4492841010045) - and current position to locate is (-628.3299586495973,-146.6152687039008,-470.4492840484571) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000394239945e-07 mm long - and its vector is (-1.327384779870044e-08,-2.348070893276599e-08,-9.629366104491055e-08) mm - Endpoint of ComputeStep() was (-385.8918536320494,384.8854997061189,-1263.90273732139) - and current position to locate is (-385.8918536453233,384.8854996826382,-1263.902737417683) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995986331692e-08 mm long - and its vector is (-1.978969521587715e-08,-8.626536285305519e-08,4.654725671571214e-08) mm - Endpoint of ComputeStep() was (-512.8614572471774,-28.3809432993767,-1940.966977617906) - and current position to locate is (-512.8614572669671,-28.38094338564207,-1940.966977571359) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000267830472e-07 mm long - and its vector is (1.939952198881656e-09,-8.746951607463416e-09,9.95978552964516e-08) mm - Endpoint of ComputeStep() was (-679.3208513510756,409.9384884996318,-288.0628359577841) - and current position to locate is (-679.3208513491356,409.9384884908848,-288.0628358581862) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998743492455e-08 mm long - and its vector is (-2.67933728537173e-08,-8.73293402037234e-08,4.069028136655106e-08) mm - Endpoint of ComputeStep() was (-600.6411076602067,128.0816218785382,-347.3837331415172) - and current position to locate is (-600.641107687,128.0816217912088,-347.3837331008269) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997271745598e-08 mm long - and its vector is (9.755586916071479e-08,8.570907539251493e-09,-2.023330125666689e-08) mm - Endpoint of ComputeStep() was (411.9030704790921,-459.3324465292094,-1231.904937022275) - and current position to locate is (411.903070576648,-459.3324465206385,-1231.904937042508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995302175423e-08 mm long - and its vector is (-8.478457402816275e-08,6.944063102309883e-09,5.256754320726031e-08) mm - Endpoint of ComputeStep() was (-615.6759417382008,-81.05527545241219,-324.3958482343695) - and current position to locate is (-615.6759418229854,-81.05527544546813,-324.395848181802) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000008186594e-07 mm long - and its vector is (-1.908972535602516e-08,6.504136962348639e-08,-7.352008424277301e-08) mm - Endpoint of ComputeStep() was (-537.7181007006948,41.21086293117215,-322.0009467402649) - and current position to locate is (-537.7181007197845,41.21086299621352,-322.000946813785) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000223982519e-07 mm long - and its vector is (6.801519703003578e-08,5.392053026298527e-08,-4.966400979355967e-08) mm - Endpoint of ComputeStep() was (-736.5360036870436,-88.09112020256471,-201.9964199092635) - and current position to locate is (-736.5360036190284,-88.09112014864418,-201.9964199589275) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000005613237e-07 mm long - and its vector is (2.276271970913513e-08,-8.995891676022438e-08,3.72726844943827e-08) mm - Endpoint of ComputeStep() was (-568.9208778171463,190.601770306471,-351.0151689282148) - and current position to locate is (-568.9208777943836,190.6017702165121,-351.0151688909421) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999693304284e-08 mm long - and its vector is (2.704473445191979e-08,2.988593905683956e-08,9.151727908829344e-08) mm - Endpoint of ComputeStep() was (-671.1174660379394,128.1215552767741,-406.9528901194449) - and current position to locate is (-671.1174660108946,128.12155530666,-406.9528900279277) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996884738049e-08 mm long - and its vector is (-1.702574081718922e-08,-8.51324557515909e-08,4.962441835232312e-08) mm - Endpoint of ComputeStep() was (-508.2789055553477,289.6272950981308,-384.7244530885069) - and current position to locate is (-508.2789055723734,289.6272950129984,-384.7244530388825) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000290603944e-07 mm long - and its vector is (8.836650522425771e-08,-3.201364506821847e-09,4.670243924920214e-08) mm - Endpoint of ComputeStep() was (-619.2834784234145,280.870029485245,-287.6949407740485) - and current position to locate is (-619.283478335048,280.8700294820437,-287.694940727346) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000025055947e-07 mm long - and its vector is (-5.31068167219928e-08,6.091048021517054e-08,-5.890314014322939e-08) mm - Endpoint of ComputeStep() was (-474.4973615218754,236.3499785635074,-258.8825969225375) - and current position to locate is (-474.4973615749822,236.3499786244178,-258.8825969814406) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6392 (pi-,0.45585343941336[GeV]) at (-499.77281076007,-15.071085726493,-209.11209952699) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,10] 2.2665950877126e-05 [GeV] -Cell[8,33] 1.0074618330691e-06 [GeV] -Cell[7,26] 0.0006258222600993 [GeV] -Cell[7,27] 0.0011343535427396 [GeV] -Cell[8,23] 0.020499659332914 [GeV] -Cell[7,28] 0.0015861741491248 [GeV] -Cell[7,4] 0.000510098678189 [GeV] -Cell[7,20] 0.0010164703679704 [GeV] -Cell[8,37] 2.0095691143069e-06 [GeV] -Cell[8,34] 2.301708633604e-05 [GeV] -Cell[9,25] 0.0002557616380351 [GeV] -Cell[8,20] 0.002491784868199 [GeV] -Cell[8,38] 3.5302028700244e-06 [GeV] -Cell[8,19] 0.0063402777543101 [GeV] -Cell[10,10] 1.9300995860249e-05 [GeV] -Cell[15,6] 0.00045332307277204 [GeV] -Cell[13,4] 5.0326975208463e-06 [GeV] -Cell[8,25] 0.019571616362826 [GeV] -Cell[8,32] 8.5362969548441e-07 [GeV] -Cell[8,26] 0.00076764033561644 [GeV] -Cell[8,22] 0.0071399807371856 [GeV] -Cell[8,21] 0.010166008066851 [GeV] -Cell[8,24] 0.16342311682479 [GeV] -Cell[8,27] 0.00033229658465745 [GeV] -Cell[6,12] 1.1706922643953e-06 [GeV] -Cell[6,11] 9.349076388321e-05 [GeV] -Cell[5,29] 0.00044563673511597 [GeV] -Cell[2,17] 5.6891142844506e-06 [GeV] -Cell[15,3] 7.4774317909032e-08 [GeV] -Cell[7,21] 0.00053978999562139 [GeV] -Cell[3,43] 0.0016479264925373 [GeV] -Cell[9,42] 1.7517002706882e-06 [GeV] -Cell[9,24] 0.0018058342359901 [GeV] -Cell[13,36] 7.8709051012993e-06 [GeV] -Cell[0,24] 0.00055899214924841 [GeV] -Cell[1,46] 3.824285522569e-07 [GeV] -Cell[6,19] 3.3213794231415e-06 [GeV] -Cell[7,3] 0.001509943562872 [GeV] -Cell[3,40] 6.3254718627377e-06 [GeV] -Cell[3,41] 0.00016318296915165 [GeV] -Cell[0,44] 8.1971822946798e-06 [GeV] -Cell[3,18] 3.9799488149583e-12 [GeV] -Cell[3,42] 0.0043183833921571 [GeV] -Cell[3,17] 0.0023978395115647 [GeV] -Cell[10,3] 0.002921435361096 [GeV] -Cell[13,3] 4.3792902692985e-07 [GeV] -Cell[7,19] 2.8247984712607e-05 [GeV] -Cell[7,25] 0.00015758683599472 [GeV] -Cell[15,7] 5.8474595570033e-05 [GeV] -Cell[15,9] 1.7170798557345e-05 [GeV] -Cell[15,8] 0.0001630331350907 [GeV] -Cell[5,11] 1.5731377061456e-06 [GeV] -Cell[6,10] 1.9897985330317e-06 [GeV] -Cell[16,27] 1.0539253707975e-07 [GeV] -Cell[1,47] 5.6756371050142e-06 [GeV] -Cell[7,23] 0.00011591211515621 [GeV] -Cell[8,18] 0.0013924786872447 [GeV] -Cell[7,22] 0.0015260513865122 [GeV] -Cell[9,21] 1.0153315088246e-08 [GeV] -Cell[9,20] 7.8676998782612e-10 [GeV] -### Total energy deposition in calorimeter by a source track in 60 cells : 0.25629778936581 (GeV) - -Source track ID 6487 (gamma,0.43032370642417[GeV]) at (-193.66745957844,460.96953814806,1404.1020560524) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[19,39] 0.0019613958091107 [GeV] -Cell[17,9] 0.00026283661787288 [GeV] -Cell[15,28] 0.00030236673391102 [GeV] -Cell[17,30] 0.0040625531768195 [GeV] -Cell[15,34] 0.00051099891 [GeV] -Cell[15,46] 0.0011694771342993 [GeV] -Cell[17,14] 0.1607248603213 [GeV] -Cell[17,15] 0.24320750901589 [GeV] -Cell[19,30] 0.00034158431552426 [GeV] -Cell[17,8] 0.00097135202211491 [GeV] -Cell[16,13] 0.0033460595124167 [GeV] -Cell[16,14] 0.0015858177822667 [GeV] -Cell[18,28] 0.00060081612156557 [GeV] -Cell[19,43] 0.00017339690617757 [GeV] -Cell[19,31] 0.0009434411542395 [GeV] -Cell[18,36] 0.0022150648110016 [GeV] -Cell[19,29] 4.8892684232092e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.42242842302874 (GeV) - -Source track ID 6488 (gamma,0.84468519705162[GeV]) at (143.95468851348,478.82882918115,1448.6318376094) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[18,5] 0.00052075351217955 [GeV] -Cell[17,11] 0.00022618338263085 [GeV] -Cell[16,29] 0.0024090831494076 [GeV] -Cell[17,10] 0.017840954973065 [GeV] -Cell[17,9] 0.77490510130337 [GeV] -Cell[18,30] 0.00067615343694291 [GeV] -Cell[18,39] 0.00051099891 [GeV] -Cell[17,8] 0.0010419009786935 [GeV] -Cell[19,14] 0.0021337282922838 [GeV] -Cell[17,5] 0.00061250316747844 [GeV] -Cell[18,9] 0.029371012228251 [GeV] -Cell[19,44] 0.0024875372039296 [GeV] -Cell[19,25] 0.0087268754137328 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.84146278595197 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000377095081e-07 mm long - and its vector is (-8.475342383462703e-08,-5.280545423147487e-08,5.333731678547338e-09) mm - Endpoint of ComputeStep() was (-728.9914322020092,-38.36002670024173,1344.589597121809) - and current position to locate is (-728.9914322867626,-38.36002675304718,1344.589597127143) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995395090204e-08 mm long - and its vector is (-3.617492438934278e-08,-6.252611228774185e-08,6.915092853887472e-08) mm - Endpoint of ComputeStep() was (-745.5495753780277,-300.1939639675149,1799.999999930849) - and current position to locate is (-745.5495754142026,-300.1939640300411,1800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997952078489e-08 mm long - and its vector is (-2.84874204226071e-08,-9.447042259580485e-08,-1.62419837579364e-08) mm - Endpoint of ComputeStep() was (-598.7734381926558,-38.34539964044977,1193.072972350256) - and current position to locate is (-598.7734382211432,-38.34539973492019,1193.072972334014) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998963054407e-08 mm long - and its vector is (1.269165750272805e-08,1.226982249136199e-08,-9.842952408689598e-08) mm - Endpoint of ComputeStep() was (565.3017376862276,301.187392294501,-237.9515624908821) - and current position to locate is (565.3017376989193,301.1873923067708,-237.9515625893116) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999950664195e-08 mm long - and its vector is (6.159908494396404e-08,7.615687991346931e-08,2.014155597862555e-08) mm - Endpoint of ComputeStep() was (-29.25552690625659,579.2616973879872,651.3819923242287) - and current position to locate is (-29.25552684465751,579.261697464144,651.3819923443702) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000758428225e-07 mm long - and its vector is (-2.52905891784394e-08,-2.035551460721763e-08,-9.4583583631902e-08) mm - Endpoint of ComputeStep() was (-86.57749726627365,529.5146575077814,1919.959459335948) - and current position to locate is (-86.57749729156424,529.5146574874259,1919.959459241365) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000481787766e-07 mm long - and its vector is (-7.703329174546525e-08,-6.289519660640508e-08,1.049170350597706e-08) mm - Endpoint of ComputeStep() was (-575.8091144080088,-284.2626285581755,1175.554868313844) - and current position to locate is (-575.8091144850421,-284.2626286210707,1175.554868324336) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998242142169e-08 mm long - and its vector is (9.360383046441711e-08,2.627851358738553e-08,2.340425453439821e-08) mm - Endpoint of ComputeStep() was (-593.4478790371845,-95.89012517742704,1284.721123916496) - and current position to locate is (-593.4478789435807,-95.89012515114852,1284.721123939901) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999668169907e-08 mm long - and its vector is (-9.666780442785239e-08,2.111136154780979e-08,1.447892827854957e-08) mm - Endpoint of ComputeStep() was (627.0248262894402,-394.0691688559978,1177.737488968752) - and current position to locate is (627.0248261927724,-394.0691688348864,1177.737488983231) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000183238672e-07 mm long - and its vector is (9.39024857871118e-09,9.950809953807038e-08,3.156742423016112e-09) mm - Endpoint of ComputeStep() was (-402.2816179955735,-338.8374384040532,909.5231372759537) - and current position to locate is (-402.2816179861833,-338.8374383045451,909.5231372791104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997983326273e-08 mm long - and its vector is (-5.319037654771819e-08,2.738443072303198e-08,-8.013034857867751e-08) mm - Endpoint of ComputeStep() was (-344.3474094799575,-592.7830080063759,786.1361399965756) - and current position to locate is (-344.3474095331479,-592.7830079789915,786.1361399164452) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998197567707e-08 mm long - and its vector is (-2.440248181301286e-08,6.123326556917164e-08,-7.519975042669103e-08) mm - Endpoint of ComputeStep() was (-453.2416823303951,-453.2416824160304,976.689218374236) - and current position to locate is (-453.2416823547975,-453.2416823547971,976.6892182990363) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998232518619e-08 mm long - and its vector is (5.248250545264455e-08,4.799660757726087e-08,-7.029871085251216e-08) mm - Endpoint of ComputeStep() was (-589.8720198177057,-44.15852947864035,1204.998582263564) - and current position to locate is (-589.8720197652232,-44.15852943064374,1204.998582193266) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997865020034e-08 mm long - and its vector is (-3.755974375962978e-08,9.22423737392819e-08,8.978076948551461e-09) mm - Endpoint of ComputeStep() was (-683.1598734000743,-97.13177764079899,1139.600466607854) - and current position to locate is (-683.159873437634,-97.13177754855661,1139.600466616832) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995227433112e-08 mm long - and its vector is (-4.54247128800489e-09,9.500659164225395e-09,9.944392331817653e-08) mm - Endpoint of ComputeStep() was (-593.521036537825,-9.500364288990055e-09,1193.301513977206) - and current position to locate is (-593.5210365423675,2.948752353404416e-13,1193.30151407665) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000077251339e-07 mm long - and its vector is (-3.682123406179016e-08,7.307266969291959e-08,-5.748550435669131e-08) mm - Endpoint of ComputeStep() was (506.469398093252,-300.3216800104087,-24.25218536361919) - and current position to locate is (506.4693980564308,-300.3216799373361,-24.25218542110469) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999722786018e-08 mm long - and its vector is (7.585163075418677e-08,6.514332540064061e-08,-1.694616003078409e-09) mm - Endpoint of ComputeStep() was (-767.3021456205347,-140.1692457737721,1365.612424310093) - and current position to locate is (-767.3021455446831,-140.1692457086288,1365.612424308398) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000327812681e-07 mm long - and its vector is (7.553694558737334e-09,-8.315134891745402e-08,5.503454758581938e-08) mm - Endpoint of ComputeStep() was (672.1203052049697,433.8828129727891,968.5518910067475) - and current position to locate is (672.1203052125234,433.8828128896377,968.551891061782) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995270683475e-08 mm long - and its vector is (4.092544259037822e-08,9.120401500695152e-08,-2.63179344983655e-09) mm - Endpoint of ComputeStep() was (-337.5731054550905,-812.6773029002815,463.666330354087) - and current position to locate is (-337.5731054141651,-812.6773028090774,463.6663303514552) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992679500299e-08 mm long - and its vector is (-4.694686595030362e-08,6.834664389998579e-08,5.589913598669227e-08) mm - Endpoint of ComputeStep() was (-685.962056221514,-44.81076352538796,1228.54021550927) - and current position to locate is (-685.9620562684609,-44.81076345704132,1228.540215565169) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000207559756e-07 mm long - and its vector is (-2.474553184583783e-08,6.372005145749426e-09,9.668019629316404e-08) mm - Endpoint of ComputeStep() was (-618.544375282013,-51.09648184396751,1167.965950153559) - and current position to locate is (-618.5443753067585,-51.0964818375955,1167.965950250239) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000675124121e-07 mm long - and its vector is (5.478000275616068e-08,2.861138881371517e-08,-7.861649464757647e-08) mm - Endpoint of ComputeStep() was (-837.3136164179024,36.76600404307009,1231.351243736016) - and current position to locate is (-837.3136163631224,36.76600407168148,1231.351243657399) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997130432676e-08 mm long - and its vector is (3.378363544470631e-08,4.662608432681736e-08,-8.175982202374144e-08) mm - Endpoint of ComputeStep() was (-698.4400635008793,46.70629229262278,927.2662266219569) - and current position to locate is (-698.4400634670957,46.70629233924887,927.2662265401971) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000172251228e-07 mm long - and its vector is (4.365085715107853e-08,-4.405654863148811e-08,7.844505489629228e-08) mm - Endpoint of ComputeStep() was (-609.3343785433119,-137.9061498527544,1197.302304869496) - and current position to locate is (-609.3343784996611,-137.906149896811,1197.302304947941) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000050685186e-07 mm long - and its vector is (-6.662075691110658e-08,-4.930109298584284e-08,-5.595603624897194e-08) mm - Endpoint of ComputeStep() was (-26.80820408240593,591.8190428447905,491.8740240726857) - and current position to locate is (-26.80820414902669,591.8190427954894,491.8740240167297) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999450156794e-08 mm long - and its vector is (-8.846740229273564e-08,-4.636228823073907e-08,-4.904677552985959e-09) mm - Endpoint of ComputeStep() was (358.3685118292659,348.6717795076277,1364.529693099822) - and current position to locate is (358.3685117407985,348.6717794612654,1364.529693094917) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997282057893e-08 mm long - and its vector is (-2.296877710250556e-08,7.988387551449705e-08,5.559672899835277e-08) mm - Endpoint of ComputeStep() was (-485.6951923734057,-228.826075061255,1044.384325301911) - and current position to locate is (-485.6951923963745,-228.8260749813711,1044.384325357508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996219457213e-08 mm long - and its vector is (-5.673228997693514e-08,-5.524915991372836e-08,6.106529326643795e-08) mm - Endpoint of ComputeStep() was (-494.4869848615296,-190.7422913917359,1221.479721986361) - and current position to locate is (-494.4869849182619,-190.7422914469851,1221.479722047426) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995242830739e-08 mm long - and its vector is (-7.565364512629458e-08,6.349625891743926e-08,1.564421836519614e-08) mm - Endpoint of ComputeStep() was (-475.8762557845195,-505.2950140886757,1245.46721290827) - and current position to locate is (-475.8762558601731,-505.2950140251794,1245.467212923914) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000250827091e-07 mm long - and its vector is (8.863696621119743e-08,3.955072003236637e-08,-2.406727617199067e-08) mm - Endpoint of ComputeStep() was (-700.6863827084393,39.80147345294221,1145.213150600163) - and current position to locate is (-700.6863826198023,39.80147349249293,1145.213150576096) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000398438703e-07 mm long - and its vector is (-2.179149305447936e-09,-3.917899960015347e-08,-9.197970030072611e-08) mm - Endpoint of ComputeStep() was (-683.179809240187,81.28716078667709,1286.084630435223) - and current position to locate is (-683.1798092423661,81.28716074749809,1286.084630343243) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999694239709e-08 mm long - and its vector is (9.361099273519358e-08,3.471069476290722e-08,-5.670017344527878e-09) mm - Endpoint of ComputeStep() was (-627.7745517208022,150.5169167382534,952.8681827351762) - and current position to locate is (-627.7745516271912,150.5169167729641,952.8681827295062) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6398 (pi-,1.1275957477887[GeV]) at (-499.99940329674,0.7724654724078,960.80542451398) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,25] 5.1715328928594e-06 [GeV] -Cell[13,35] 0.00019832069415963 [GeV] -Cell[14,35] 0.00082015205831472 [GeV] -Cell[18,4] 0.00012213100987719 [GeV] -Cell[18,3] 0.00094030463183231 [GeV] -Cell[14,29] 5.8702774941821e-06 [GeV] -Cell[17,25] 6.4023619692307e-05 [GeV] -Cell[15,29] 0.00067149222502018 [GeV] -Cell[18,5] 2.7371919743018e-05 [GeV] -Cell[12,32] 2.11081338648e-08 [GeV] -Cell[14,31] 0.00013818139052341 [GeV] -Cell[13,31] 5.1732241047375e-07 [GeV] -Cell[12,33] 0.00054352397999139 [GeV] -Cell[15,30] 0.00082536948063614 [GeV] -Cell[16,30] 0.0035159761999082 [GeV] -Cell[16,29] 0.0025724280739196 [GeV] -Cell[16,25] 0.021451523213724 [GeV] -Cell[16,24] 0.0067530876931778 [GeV] -Cell[15,5] 0.0018642124087324 [GeV] -Cell[12,11] 1.1658994480968e-10 [GeV] -Cell[15,21] 0.00040242644223258 [GeV] -Cell[15,22] 0.089902982357335 [GeV] -Cell[17,26] 0.001423085320469 [GeV] -Cell[10,44] 0.00055458249111177 [GeV] -Cell[12,12] 6.7280317445011e-06 [GeV] -Cell[10,45] 3.50262653443e-05 [GeV] -Cell[12,34] 0.0012816172735355 [GeV] -Cell[13,36] 2.0589824795024e-05 [GeV] -Cell[13,34] 1.1606117797783e-05 [GeV] -Cell[13,33] 2.0856085408013e-05 [GeV] -Cell[12,36] 0.00041871003740926 [GeV] -Cell[8,3] 0.0016151485764248 [GeV] -Cell[14,4] 6.4767207049954e-08 [GeV] -Cell[15,26] 0.00049371842506844 [GeV] -Cell[15,27] 0.00065259934836296 [GeV] -Cell[16,28] 4.1678702973513e-05 [GeV] -Cell[15,28] 0.00079857584024421 [GeV] -Cell[14,43] 0.00016362258183532 [GeV] -Cell[17,31] 0.022165136878168 [GeV] -Cell[17,24] 0.014140256008971 [GeV] -Cell[16,23] 0.002475930784249 [GeV] -Cell[15,44] 0.0023529569313366 [GeV] -Cell[15,43] 7.4852982834273e-10 [GeV] -Cell[16,44] 0.00059046888110561 [GeV] -Cell[11,12] 0.00023243430237039 [GeV] -Cell[16,45] 2.114434316718e-05 [GeV] -Cell[16,26] 0.0016098333165945 [GeV] -Cell[18,31] 0.0043255913349906 [GeV] -Cell[14,21] 1.961610563626e-06 [GeV] -Cell[14,22] 0.00049286921873693 [GeV] -Cell[19,42] 4.9155255022924e-05 [GeV] -Cell[13,11] 0.0015338413072257 [GeV] -Cell[13,12] 2.8876101516744e-05 [GeV] -Cell[14,23] 0.0046425268961132 [GeV] -Cell[19,12] 4.098555946257e-07 [GeV] -Cell[16,27] 0.00018011670194801 [GeV] -Cell[14,24] 0.07028750296617 [GeV] -Cell[15,24] 0.35331852378078 [GeV] -Cell[15,25] 0.0094318200692234 [GeV] -Cell[18,26] 0.001026329944858 [GeV] -Cell[18,27] 2.4097971618176e-11 [GeV] -Cell[19,27] 2.8609065338969e-11 [GeV] -Cell[15,4] 0.0027591690739084 [GeV] -Cell[19,3] 0.0012871961195717 [GeV] -Cell[19,13] 0.00071005159498532 [GeV] -Cell[14,30] 0.0007791591730778 [GeV] -Cell[15,23] 0.14582875770563 [GeV] -Cell[9,43] 8.8670348645792e-07 [GeV] -Cell[9,44] 2.5077199097723e-08 [GeV] -Cell[16,22] 4.5178091876664e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 70 cells : 0.77868140827575 (GeV) - -Source track ID 6386 (gamma,0.21259862372436[GeV]) at (298.6743407945,-400.99082053206,-1192.028595743) +Source track ID 9488 (gamma,7.5873739435081e-05[GeV]) at (-199.95186743203,458.27857326133,-114.37554396845) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,9] 0.00060634339232011 [GeV] -Cell[4,40] 0.0047062597843929 [GeV] -Cell[3,31] 0.004221031350286 [GeV] -Cell[4,41] 0.00045651515575162 [GeV] -Cell[1,25] 0.0004125635434218 [GeV] -Cell[3,39] 0.0031637468044589 [GeV] -Cell[3,40] 0.17561169151775 [GeV] -Cell[3,41] 0.015260875050271 [GeV] -Cell[3,42] 0.0016179871014462 [GeV] -Cell[3,22] 0.0065416100242591 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.21259862372436 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000633517163e-07 mm long - and its vector is (2.213221250713104e-08,-3.719719643413555e-09,9.744917406351306e-08) mm - Endpoint of ComputeStep() was (355.0364992761881,-505.5773021398495,-1400.000000097449) - and current position to locate is (355.0364992983203,-505.5773021435692,-1400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995954626431e-08 mm long - and its vector is (5.899227062400314e-08,-3.34480318997521e-08,-7.34924014977878e-08) mm - Endpoint of ComputeStep() was (450.2071175594125,583.5123011114225,-1144.47882773525) - and current position to locate is (450.2071176184048,583.5123010779745,-1144.478827808742) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000313807645e-07 mm long - and its vector is (-5.875580200154218e-08,-2.174863311665831e-08,7.794074008415919e-08) mm - Endpoint of ComputeStep() was (478.3032185160057,272.6161539143779,-887.9680183512319) - and current position to locate is (478.3032184572499,272.6161538926293,-887.9680182732911) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999146180823e-08 mm long - and its vector is (4.722124913314474e-08,1.380101366521558e-08,8.706138032721356e-08) mm - Endpoint of ComputeStep() was (404.4088295446354,487.6034155894654,-1031.527121389581) - and current position to locate is (404.4088295918566,487.6034156032664,-1031.527121302519) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999194053905e-08 mm long - and its vector is (-2.388441089351545e-08,8.039194199227495e-08,5.44671365787508e-08) mm - Endpoint of ComputeStep() was (331.6104859945987,-535.6626603380084,-1621.786726213802) - and current position to locate is (331.6104859707143,-535.6626602576165,-1621.786726159335) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000827453716e-07 mm long - and its vector is (2.063808324237471e-08,-6.798580898248474e-08,-7.037056093395222e-08) mm - Endpoint of ComputeStep() was (418.9855450719096,430.5732355771837,-1287.665914679932) - and current position to locate is (418.9855450925477,430.5732355091979,-1287.665914750302) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999964086717e-08 mm long - and its vector is (-6.640811989200301e-08,3.349072130731656e-08,-6.684558684355579e-08) mm - Endpoint of ComputeStep() was (394.4416798166846,440.709499612114,-999.9999999331544) - and current position to locate is (394.4416797502765,440.7094996456047,-1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000039336404e-07 mm long - and its vector is (-6.646371275564888e-08,5.386311840993585e-09,-7.452223371728905e-08) mm - Endpoint of ComputeStep() was (-583.4615753398554,-373.5411508686873,-467.4629155116873) - and current position to locate is (-583.4615754063191,-373.541150863301,-467.4629155862095) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000015827e-07 mm long - and its vector is (-2.791841779981041e-08,7.292709724993074e-08,6.246762040973408e-08) mm - Endpoint of ComputeStep() was (-756.7021312188785,-30.19597696201653,-942.6854423954394) - and current position to locate is (-756.702131246797,-30.19597688908944,-942.6854423329718) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000628696941e-07 mm long - and its vector is (-5.424999471870251e-08,6.627377047152549e-08,5.162110028322786e-08) mm - Endpoint of ComputeStep() was (548.7682583220841,-45.33791283280934,-1327.398206636453) - and current position to locate is (548.7682582678341,-45.33791276653557,-1327.398206584832) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999441035011e-08 mm long - and its vector is (-9.681070878286846e-08,-1.153224360450622e-08,-2.224169293185696e-08) mm - Endpoint of ComputeStep() was (585.3230064737307,62.48832525487925,-1419.891310578126) - and current position to locate is (585.32300637692,62.48832524334701,-1419.891310600368) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999092174971e-08 mm long - and its vector is (1.98936049855547e-08,-9.626302244214457e-08,1.837588570197113e-08) mm - Endpoint of ComputeStep() was (599.9907426781017,-3.332968056590584,-1382.484764699373) - and current position to locate is (599.9907426979953,-3.332968152853606,-1382.484764680997) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000021213071e-07 mm long - and its vector is (-3.406364612601465e-08,-9.32760713112657e-08,-1.180012532131514e-08) mm - Endpoint of ComputeStep() was (342.6782053344634,-611.9879929801029,-939.3698157127685) - and current position to locate is (342.6782053003998,-611.987993073379,-939.3698157245686) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995501400732e-08 mm long - and its vector is (-8.612573765276466e-08,4.833657385461265e-08,1.568196239531972e-08) mm - Endpoint of ComputeStep() was (-593.9298645445732,-348.4794025696706,-617.9955345693419) - and current position to locate is (-593.9298646306989,-348.4794025213341,-617.9955345536599) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000455818992e-07 mm long - and its vector is (-8.761833214521175e-08,5.215213150222553e-09,-4.791490937350318e-08) mm - Endpoint of ComputeStep() was (405.0912465161366,399.5629214704146,-1153.074138462961) - and current position to locate is (405.0912464285182,399.5629214756298,-1153.074138510876) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000116062892e-07 mm long - and its vector is (4.029288902529515e-09,-9.939094525179826e-08,-1.025705387291964e-08) mm - Endpoint of ComputeStep() was (-680.1916963042183,260.8661635975693,-1056.540269063982) - and current position to locate is (-680.1916963001891,260.8661634981784,-1056.540269074239) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000184613213e-07 mm long - and its vector is (-4.872106273978716e-09,2.601797177703702e-08,-9.643304110795725e-08) mm - Endpoint of ComputeStep() was (425.4912864819224,491.3829108816617,-1075.899323144806) - and current position to locate is (425.4912864770503,491.3829109076797,-1075.899323241239) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998758472181e-08 mm long - and its vector is (5.480791287482134e-08,7.926701073301956e-08,-2.669889909157064e-08) mm - Endpoint of ComputeStep() was (350.4697399191131,462.1373835661292,-1055.840357296396) - and current position to locate is (350.469739973921,462.1373836453963,-1055.840357323095) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000470869149e-07 mm long - and its vector is (7.26851112631266e-08,-4.926658903059433e-08,4.785067631019047e-08) mm - Endpoint of ComputeStep() was (427.8558190654318,491.853258873873,-800.0000000478507) - and current position to locate is (427.8558191381169,491.8532588246064,-800) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998733514588e-08 mm long - and its vector is (-6.368173899318208e-08,-5.831770977238193e-08,5.043489181844052e-08) mm - Endpoint of ComputeStep() was (269.8083977029647,560.3924532938405,-887.6737326390456) - and current position to locate is (269.8083976392829,560.3924532355228,-887.6737325886107) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996355763946e-08 mm long - and its vector is (-5.745357611885993e-08,6.325325330180931e-08,-5.194328878133092e-08) mm - Endpoint of ComputeStep() was (547.4876127415706,420.102020733442,-1037.739285242117) - and current position to locate is (547.487612684117,420.1020207966952,-1037.739285294061) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000119104396e-07 mm long - and its vector is (-2.874338633773732e-08,5.109728817842552e-08,8.101164894469548e-08) mm - Endpoint of ComputeStep() was (388.1018509463016,456.2554930890839,-957.7833158746918) - and current position to locate is (388.1018509175582,456.2554931401812,-957.7833157936801) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000070036273e-07 mm long - and its vector is (-6.169295829749899e-08,3.672397497211932e-08,-6.960840437386651e-08) mm - Endpoint of ComputeStep() was (461.1047394436583,270.9023718501895,-1499.268649037598) - and current position to locate is (461.1047393819654,270.9023718869134,-1499.268649107207) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000334476653e-07 mm long - and its vector is (7.518895017710747e-08,3.625461886258563e-08,-5.506569777935511e-08) mm - Endpoint of ComputeStep() was (506.9950773280461,442.8632100586124,-972.4418589618969) - and current position to locate is (506.9950774032351,442.863210094867,-972.4418590169626) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6347 (pi-,0.62988632761658[GeV]) at (341.14474364487,365.54105635821,-1021.6022680953) +Cell[9,15] 7.5873739435081e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.5873739435081e-05 (GeV) + +Source track ID 9389 (e+,0.34247397524044[GeV]) at (-157.37684715751,474.58669174215,-136.29982328632) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,28] 1.1832956560056e-06 [GeV] -Cell[7,33] 2.8670297033386e-05 [GeV] -Cell[8,34] 4.7987359312174e-07 [GeV] -Cell[5,38] 9.6746884393269e-05 [GeV] -Cell[5,25] 0.00055758212483283 [GeV] -Cell[5,5] 0.0028252169534896 [GeV] -Cell[5,6] 0.00061989001233746 [GeV] -Cell[6,29] 0.00081078789918888 [GeV] -Cell[7,29] 2.8664708485849e-05 [GeV] -Cell[5,29] 8.4347586089279e-06 [GeV] -Cell[5,28] 1.176092075184e-06 [GeV] -Cell[6,28] 1.4761278180231e-08 [GeV] -Cell[5,3] 2.2998475867553e-06 [GeV] -Cell[6,34] 1.5847682370804e-06 [GeV] -Cell[6,6] 9.5700102065166e-11 [GeV] -Cell[13,33] 0.0011447319761631 [GeV] -Cell[5,20] 1.9851938925513e-06 [GeV] -Cell[4,19] 0.00065135244592238 [GeV] -Cell[5,19] 5.8344835124444e-06 [GeV] -Cell[3,47] 0.00028727018835151 [GeV] -Cell[5,24] 0.0068405437594237 [GeV] -Cell[3,4] 9.3355122135108e-07 [GeV] -Cell[1,40] 8.1524593304039e-06 [GeV] -Cell[1,42] 1.0888787452132e-05 [GeV] -Cell[5,21] 0.00018526602622751 [GeV] -Cell[1,27] 0.0025683784279719 [GeV] -Cell[4,7] 0.0027755356871006 [GeV] -Cell[4,6] 0.22199962902071 [GeV] -Cell[4,8] 3.0075908824983e-05 [GeV] -Cell[3,6] 0.0003293499643371 [GeV] -Cell[4,22] 1.258834215696e-05 [GeV] -Cell[4,21] 0.00010454210326543 [GeV] -Cell[4,25] 0.00016581349710214 [GeV] -Cell[5,23] 3.9172552703803e-07 [GeV] -Cell[2,46] 0.00054138568646767 [GeV] -Cell[2,0] 0.0030406562170641 [GeV] -Cell[2,1] 0.00060558944649881 [GeV] -Cell[1,30] 1.5687426290242e-05 [GeV] -Cell[1,29] 2.0184888213407e-05 [GeV] -Cell[3,5] 0.00018552026534996 [GeV] -Cell[4,13] 3.3245956874453e-06 [GeV] -Cell[9,34] 2.0451469455338e-06 [GeV] -Cell[2,4] 3.0319493691877e-07 [GeV] -Cell[1,43] 4.7562776308041e-06 [GeV] -Cell[3,0] 7.2430260843248e-08 [GeV] -Cell[4,4] 0.0015739284520348 [GeV] -Cell[4,5] 0.01299119611329 [GeV] -Cell[3,40] 3.9505096638777e-05 [GeV] -Cell[1,39] 0.00010885119024113 [GeV] -Cell[3,1] 0.00092050228136543 [GeV] -Cell[2,2] 0.00053162179484161 [GeV] -Cell[5,40] 3.9959559217095e-11 [GeV] -Cell[1,28] 0.00044668789928244 [GeV] -Cell[4,20] 0.0022113223782551 [GeV] -Cell[5,7] 0.0024727489063674 [GeV] -Cell[5,4] 0.00011396080364841 [GeV] -Cell[5,39] 6.524153395867e-05 [GeV] -Cell[3,7] 4.5769732423651e-08 [GeV] -Cell[3,8] 0.00036500711978533 [GeV] -Cell[2,47] 0.004201499393654 [GeV] -Cell[5,8] 5.0724612947306e-08 [GeV] -Cell[6,35] 4.227904625543e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 62 cells : 0.27260997004026 (GeV) - -Source track ID 6348 (pi+,3.2624901664352[GeV]) at (499.990733034,-3.0441550754745,-1675.4366975009) +Cell[9,14] 0.24959117514081 [GeV] +Cell[9,12] 0.01354172730092 [GeV] +Cell[8,13] 0.0077251228341803 [GeV] +Cell[10,44] 0.00030731193363461 [GeV] +Cell[11,7] 0.00047954101064031 [GeV] +Cell[9,13] 0.068903129651172 [GeV] +Cell[12,7] 0.00027292747526553 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.34082093534662 (GeV) + +Source track ID 9473 (gamma,0.0021263918202991[GeV]) at (-498.53959292032,-38.187357735807,-97.451455311278) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[0,0] 0.14539743965088 [GeV] -Cell[0,46] 0.00084701162923302 [GeV] -Cell[0,47] 0.2168931885592 [GeV] -Cell[0,1] 0.16505227367315 [GeV] -Cell[1,47] 0.18023654343501 [GeV] -Cell[1,0] 0.00741942175098 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.71584587869845 (GeV) - -Source track ID 6344 (gamma,0.53051937575115[GeV]) at (475.84610301492,-153.52682581725,-782.17055284302) +Cell[9,24] 0.0021263918202991 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0021263918202991 (GeV) + +Source track ID 9468 (gamma,0.205970880404[GeV]) at (-498.91639309571,32.900344988616,-134.92883365752) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,10] 0.0017207601548029 [GeV] -Cell[6,46] 0.0013145403772865 [GeV] -Cell[6,45] 0.19272045263379 [GeV] -Cell[5,46] 0.0082123170493054 [GeV] -Cell[4,26] 0.00095853118626673 [GeV] -Cell[6,17] 0.00064402434909329 [GeV] -Cell[5,45] 0.32380588488241 [GeV] -Cell[6,22] 0.00051099891 [GeV] -Cell[5,43] 0.00016064678996249 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.53004815633291 (GeV) - -Source track ID 6345 (gamma,0.17927399228015[GeV]) at (168.15423151315,-470.87594377312,-1264.5234724046) +Cell[9,22] 0.00051915765118012 [GeV] +Cell[9,23] 0.19889144288644 [GeV] +Cell[9,24] 0.0065602798663741 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.205970880404 (GeV) + +Source track ID 9469 (gamma,0.00013834325360898[GeV]) at (-498.95607387535,32.292976680664,-135.77255576513) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,37] 0.00058640910379911 [GeV] -Cell[2,38] 0.0014844943256403 [GeV] -Cell[2,39] 0.00051099891 [GeV] -Cell[1,16] 0.00051099891 [GeV] -Cell[2,31] 0.0031128417149661 [GeV] -Cell[3,38] 0.17259770823914 [GeV] -Cell[4,10] 0.00047054107660804 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.17927399228015 (GeV) - -Source track ID 6282 (gamma,0.030409257824831[GeV]) at (-228.7368132401,444.61159484292,-130.24308238422) +Cell[9,23] 0.00013834325360898 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00013834325360898 (GeV) + +Source track ID 9470 (gamma,4.3055612019483e-05[GeV]) at (-498.93857445447,32.562231516659,-135.51892868231) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,15] 0.0020702079923746 [GeV] -Cell[9,15] 0.027822860421037 [GeV] -Cell[9,16] 0.0005161894114195 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.030409257824831 (GeV) +Cell[9,23] 4.3055612019483e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 4.3055612019483e-05 (GeV) -Source track ID 6283 (gamma,0.033925089317531[GeV]) at (-199.00875719618,458.68890825834,-132.20902530336) +Source track ID 9471 (gamma,0.0018138810106325[GeV]) at (-498.95186388474,32.357959236423,-135.77277684482) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,14] 0.0008836521984721 [GeV] -Cell[9,14] 0.0015933042848061 [GeV] -Cell[9,15] 0.031448132834253 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.033925089317531 (GeV) +Cell[9,23] 0.0015111568527799 [GeV] +Cell[8,23] 0.00030272415785263 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0018138810106325 (GeV) -Source track ID 6284 (gamma,0.11284089086614[GeV]) at (-194.00292973121,460.82845317505,-131.2879679669) +Source track ID 9390 (e-,0.29225327116004[GeV]) at (-499.81188421238,13.71424077623,-138.89831447336) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,23] 0.18661255940131 [GeV] +Cell[16,1] 0.0012716820483005 [GeV] +Cell[9,25] 0.0057619345874554 [GeV] +Cell[9,24] 0.096599459748305 [GeV] +Cell[13,46] 0.00033792944624532 [GeV] +Cell[9,2] 0.00019255310674397 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.29077611833836 (GeV) + +Source track ID 9400 (gamma,9.1611661883989e-05[GeV]) at (-499.04152377341,-30.944426798957,-350.80893880132) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,14] 0.10741936389987 [GeV] -Cell[9,15] 0.0054215269662697 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.11284089086614 (GeV) +Cell[8,24] 9.1611661883989e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 9.1611661883989e-05 (GeV) -Source track ID 6287 (gamma,0.00042426520533693[GeV]) at (-74.542289320096,494.41222386074,-153.42229121588) +Source track ID 9401 (gamma,0.0093091466962307[GeV]) at (-442.47792170467,-232.83747293748,-436.67336805325) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,13] 0.00042426520533693 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00042426520533693 (GeV) +Cell[7,27] 0.0081733608827368 [GeV] +Cell[7,28] 0.0011357858134939 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0093091466962307 (GeV) -Source track ID 6291 (gamma,0.0022884261436112[GeV]) at (494.04938414723,76.910376567447,-354.5085580535) +Source track ID 9462 (gamma,0.00028679762999226[GeV]) at (-352.29266905402,-354.80963252256,-466.55782215264) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,0] 0.0022884261436112 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0022884261436112 (GeV) +Cell[7,30] 0.00028679762999226 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00028679762999226 (GeV) -Source track ID 6297 (gamma,0.00041118819966353[GeV]) at (-120.78816088379,-485.19091107554,-536.3210837112) +Source track ID 9402 (gamma,0.00055214323081114[GeV]) at (-482.97345543209,-129.37017178617,-444.16498543295) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,34] 0.00041118819966353 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041118819966353 (GeV) +Cell[7,25] 0.00055214323081114 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00055214323081114 (GeV) -Source track ID 6270 (e+,0.15018312477675[GeV]) at (-499.51890565547,-21.928586200663,-1206.5471690625) +Source track ID 9404 (gamma,0.0077108373334023[GeV]) at (-426.42743920804,-261.07401075265,-438.27836394077) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[4,23] 0.002707318914979 [GeV] -Cell[4,25] 0.0019761119296055 [GeV] -Cell[4,24] 0.012422560875806 [GeV] -Cell[3,24] 0.12405143546953 [GeV] -Cell[3,25] 0.0095376954268434 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.15069512261676 (GeV) - -Source track ID 6276 (gamma,0.00026510749174862[GeV]) at (-493.67136807994,79.300569594902,-132.36833116858) +Cell[7,28] 0.0077108373334023 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0077108373334023 (GeV) + +Source track ID 9457 (gamma,0.018367441369512[GeV]) at (-407.8199414098,-289.27996022626,-437.3064113634) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,22] 0.00026510749174862 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00026510749174862 (GeV) +Cell[7,28] 0.018367441369512 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.018367441369512 (GeV) -Source track ID 6278 (gamma,0.085435617926759[GeV]) at (-499.41654832188,24.147696831397,-134.80696415414) +Source track ID 9458 (gamma,0.0011727575220294[GeV]) at (-221.87818660643,-448.07373311571,-396.64037825984) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,8] 0.00064430003508814 [GeV] -Cell[8,25] 0.00051099891 [GeV] -Cell[8,24] 0.0036234948078802 [GeV] -Cell[9,24] 0.010747927242241 [GeV] -Cell[9,23] 0.069908896931549 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.085435617926759 (GeV) - -Source track ID 6271 (e-,0.42785255740147[GeV]) at (-499.58730972599,20.310587405313,-134.70431881292) +Cell[7,32] 0.0007026278816498 [GeV] +Cell[7,33] 0.00047012964037965 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0011727575220294 (GeV) + +Source track ID 9405 (gamma,0.0003880334045112[GeV]) at (483.45156945692,127.57186206071,-224.81504031481) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,25] 0.0076539348618951 [GeV] -Cell[8,19] 0.01108334847907 [GeV] -Cell[8,25] 0.0055818926999548 [GeV] -Cell[8,24] 0.00042213559237631 [GeV] -Cell[9,24] 0.099644580965994 [GeV] -Cell[8,44] 0.00051099891 [GeV] -Cell[6,22] 0.00036956690120025 [GeV] -Cell[9,23] 0.30200910260681 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.4272755610173 (GeV) - -Source track ID 6272 (gamma,0.14815181584447[GeV]) at (-470.45468985238,169.32922014793,-336.66130717894) +Cell[8,1] 0.0003880334045112 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0003880334045112 (GeV) + +Source track ID 9407 (gamma,0.0013728393338558[GeV]) at (-379.11597511855,-325.99244992778,-488.05632452091) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,20] 0.0012392090057339 [GeV] -Cell[8,21] 0.14691260683873 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.14815181584447 (GeV) +Cell[7,29] 0.0013728393338558 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0013728393338558 (GeV) -Source track ID 6233 (pi+,0.18780960736844[GeV]) at (-499.97473747537,5.0261204161591,1561.1267320356) +Source track ID 9408 (gamma,0.0059398377770749[GeV]) at (-372.00566189715,-334.08350380775,-492.16313880059) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[14,1] 0.0013912425780174 [GeV] -Cell[15,5] 0.00041255905761705 [GeV] -Cell[14,13] 7.0918315447285e-05 [GeV] -Cell[13,0] 0.020033721594332 [GeV] -Cell[17,23] 0.060537083506373 [GeV] -Cell[15,4] 0.004748163407213 [GeV] -Cell[18,23] 0.00051099891 [GeV] -Cell[13,14] 0.0014576290801024 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.089162316449102 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000213406548e-07 mm long - and its vector is (-7.147993841272182e-08,1.271450855711009e-08,-6.876746283523971e-08) mm - Endpoint of ComputeStep() was (-22.51386887113458,-581.9960246790354,-647.98504343231) - and current position to locate is (-22.51386894261452,-581.9960246663209,-647.9850435010775) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000192774875e-07 mm long - and its vector is (-8.422745167990797e-08,-3.166965711898229e-08,-4.362078698250116e-08) mm - Endpoint of ComputeStep() was (-476.5039795736174,-251.0731518214568,-370.6733979168941) - and current position to locate is (-476.5039796578449,-251.0731518531264,-370.6733979605149) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998133652242e-08 mm long - and its vector is (-7.275286861840868e-08,-5.415225245997135e-08,-4.212540716252988e-08) mm - Endpoint of ComputeStep() was (-604.207156193682,-230.4070523080035,-353.7347914227125) - and current position to locate is (-604.2071562664348,-230.4070523621557,-353.7347914648379) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000057941544e-07 mm long - and its vector is (-7.964445103425533e-09,9.119094102061354e-08,4.025892508252582e-08) mm - Endpoint of ComputeStep() was (-599.5199410659899,-529.0625966336885,-193.7986021722001) - and current position to locate is (-599.5199410739543,-529.0625965424975,-193.7986021319412) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000237362445e-07 mm long - and its vector is (-5.972981398372212e-08,-4.976277523383033e-08,-6.28969019089709e-08) mm - Endpoint of ComputeStep() was (-584.729087713926,-684.1724152896663,-341.9197753623017) - and current position to locate is (-584.7290877736558,-684.1724153394291,-341.9197754251986) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000438724513e-07 mm long - and its vector is (-7.002222446317319e-08,3.200472065145732e-08,-6.381688422152365e-08) mm - Endpoint of ComputeStep() was (-556.1219677852997,-472.8935999767748,-208.7402962112489) - and current position to locate is (-556.1219678553219,-472.8935999447701,-208.7402962750658) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000050199934e-07 mm long - and its vector is (-2.277863586641615e-08,6.978291366976919e-08,6.790787665522657e-08) mm - Endpoint of ComputeStep() was (-428.2233020518742,-477.5936375886385,-400.0000000679079) - and current position to locate is (-428.2233020746528,-477.5936375188556,-400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000056316385e-07 mm long - and its vector is (8.317084621012327e-08,1.21452217172191e-08,5.417660986495321e-08) mm - Endpoint of ComputeStep() was (-446.7781329045087,-393.5659915663495,-404.2555444950734) - and current position to locate is (-446.7781328213378,-393.5659915542042,-404.2555444408968) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000016839563e-07 mm long - and its vector is (5.387801138567738e-08,5.803553904115688e-08,6.106586170062656e-08) mm - Endpoint of ComputeStep() was (-348.7712983807801,-681.7464131511632,-457.6410694095899) - and current position to locate is (-348.7712983269021,-681.7464130931277,-457.641069348524) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000253436079e-07 mm long - and its vector is (-2.706059376578196e-08,1.288748308070353e-08,9.540252676742966e-08) mm - Endpoint of ComputeStep() was (-476.3420258944378,-427.5909542287325,-317.7642808445496) - and current position to locate is (-476.3420259214984,-427.590954215845,-317.7642807491471) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000022055276e-07 mm long - and its vector is (-2.46070612774929e-08,-9.372189424539101e-08,2.471233528922312e-08) mm - Endpoint of ComputeStep() was (-777.338578050988,-489.184296768418,-351.0227967656087) - and current position to locate is (-777.338578075595,-489.1842968621399,-351.0227967408964) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000241182016e-07 mm long - and its vector is (8.975348464446142e-08,3.655333102869918e-08,2.466111936882953e-08) mm - Endpoint of ComputeStep() was (-448.661103311304,-367.5638917016913,-470.2884284176423) - and current position to locate is (-448.6611032215505,-367.5638916651379,-470.2884283929811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998101874848e-08 mm long - and its vector is (3.376834456503275e-08,-8.826361863611965e-09,9.371120768264518e-08) mm - Endpoint of ComputeStep() was (-494.2697605674605,-439.0990132649179,-391.2788982646999) - and current position to locate is (-494.2697605336922,-439.0990132737442,-391.2788981709887) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999054950225e-08 mm long - and its vector is (-1.446176156605361e-08,8.89455122887739e-08,-4.335379344411194e-08) mm - Endpoint of ComputeStep() was (-526.1820598178929,-430.7347675625967,-278.6168175324301) - and current position to locate is (-526.1820598323546,-430.7347674736512,-278.6168175757839) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000028433978e-07 mm long - and its vector is (6.971401944610989e-08,2.315942992936471e-08,-6.784981110286026e-08) mm - Endpoint of ComputeStep() was (-526.439103642946,-505.7290482584887,-148.2048565745386) - and current position to locate is (-526.4391035732319,-505.7290482353292,-148.2048566423884) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998513271686e-08 mm long - and its vector is (-6.215520897967508e-08,5.416104897904006e-09,7.814981017872924e-08) mm - Endpoint of ComputeStep() was (-528.9775727227164,-32.90482473714507,-592.05205982826) - and current position to locate is (-528.9775727848717,-32.90482473172897,-592.0520597501102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998872208318e-08 mm long - and its vector is (6.755499271093868e-09,-5.144363512954442e-08,8.548633445570886e-08) mm - Endpoint of ComputeStep() was (-546.4236391037381,-463.7768650302173,-149.8924783004203) - and current position to locate is (-546.4236390969826,-463.776865081661,-149.892478214934) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000046208505e-07 mm long - and its vector is (4.398157216201071e-08,1.067974153556861e-08,8.91715501438739e-08) mm - Endpoint of ComputeStep() was (-576.4365451641472,-548.7402106588428,-232.5867412426107) - and current position to locate is (-576.4365451201656,-548.740210648163,-232.5867411534391) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000066255194e-07 mm long - and its vector is (7.439251703544869e-08,-6.972300070628989e-09,-6.64615811274416e-08) mm - Endpoint of ComputeStep() was (-430.3442190136892,-330.2147333058761,-180.8727420215424) - and current position to locate is (-430.3442189392966,-330.2147333128484,-180.872742088004) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000056599961e-07 mm long - and its vector is (-3.31572209688602e-08,-8.456606792606181e-08,-4.18231991261564e-08) mm - Endpoint of ComputeStep() was (-568.2105420827278,-313.186241272599,-237.0075074851577) - and current position to locate is (-568.210542115885,-313.186241357165,-237.0075075269809) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995825896395e-08 mm long - and its vector is (-1.391515525028808e-08,-5.664054469889379e-08,8.122935923893237e-08) mm - Endpoint of ComputeStep() was (-479.0879049650769,-482.5710095397092,-591.4565287039251) - and current position to locate is (-479.0879049789921,-482.5710095963498,-591.4565286226957) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000035816406e-07 mm long - and its vector is (-2.990219627463375e-08,-8.382022542718914e-08,-4.560740762826754e-08) mm - Endpoint of ComputeStep() was (-472.3451639218378,-395.4229555931815,-419.8837150681032) - and current position to locate is (-472.34516395174,-395.4229556770018,-419.8837151137106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000006692214e-07 mm long - and its vector is (4.977835033059819e-08,8.031429388211109e-08,-3.273729021202598e-08) mm - Endpoint of ComputeStep() was (-634.8044124085883,-444.0381758175793,-195.0589065422182) - and current position to locate is (-634.8044123588099,-444.038175737265,-195.0589065749554) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999832236093e-08 mm long - and its vector is (-1.878089506135439e-08,1.627893198019592e-08,-9.686212365522806e-08) mm - Endpoint of ComputeStep() was (-225.7271874153855,-920.0376803338753,-157.5577302087229) - and current position to locate is (-225.7271874341664,-920.0376803175964,-157.5577303055851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998938052789e-08 mm long - and its vector is (4.131015884922817e-08,-8.772065029916121e-08,-2.446540747769177e-08) mm - Endpoint of ComputeStep() was (-303.1015068473078,-1003.842375499415,-346.269012178013) - and current position to locate is (-303.1015068059976,-1003.842375587135,-346.2690122024784) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000033942685e-07 mm long - and its vector is (9.533832212582638e-08,-1.597834398125997e-08,-2.559877998464799e-08) mm - Endpoint of ComputeStep() was (-143.9285143843425,-874.6798723172765,-185.1023626821912) - and current position to locate is (-143.9285142890042,-874.6798723332548,-185.10236270779) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000395678625e-07 mm long - and its vector is (-2.133566567863454e-08,-8.463234735245351e-08,4.880740789303672e-08) mm - Endpoint of ComputeStep() was (-216.8196768859806,-1109.003709424857,-413.5943344700486) - and current position to locate is (-216.8196769073162,-1109.003709509489,-413.5943344212412) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997084221115e-08 mm long - and its vector is (6.701810661979835e-08,5.751985554525163e-08,4.690451760325232e-08) mm - Endpoint of ComputeStep() was (-205.9245747264341,-855.5671041185273,-363.2296915011332) - and current position to locate is (-205.924574659416,-855.5671040610074,-363.2296914542287) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6221 (pi-,0.95165387519268[GeV]) at (-377.95364443921,-327.3393386917,-222.56902057873) +Cell[7,29] 0.0059398377770749 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0059398377770749 (GeV) + +Source track ID 9409 (gamma,0.002530305748683[GeV]) at (-389.23578222037,-313.83993665449,-520.52376587015) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,32] 0.00013719697359227 [GeV] -Cell[8,33] 0.12394889167505 [GeV] -Cell[8,28] 0.018614552366841 [GeV] -Cell[7,7] 1.0778775031213e-06 [GeV] -Cell[7,27] 2.7677742764354e-11 [GeV] -Cell[7,28] 8.5514586396243e-05 [GeV] -Cell[8,35] 0.00034304277271838 [GeV] -Cell[7,24] 3.0776036000361e-05 [GeV] -Cell[7,33] 0.00040837850240837 [GeV] -Cell[6,24] 2.2530738963496e-05 [GeV] -Cell[7,34] 0.018468597891159 [GeV] -Cell[8,34] 0.0068493619998626 [GeV] -Cell[16,19] 3.6936835385859e-09 [GeV] -Cell[8,31] 4.1633439832367e-06 [GeV] -Cell[8,32] 1.1500731459819e-05 [GeV] -Cell[6,29] 2.8574091265909e-07 [GeV] -Cell[8,26] 1.950793944161e-09 [GeV] -Cell[8,27] 0.0013034139819122 [GeV] -Cell[8,29] 0.43790321769747 [GeV] -Cell[7,29] 0.002341374421333 [GeV] -Cell[9,31] 3.2724346965551e-10 [GeV] -Cell[8,30] 0.004092848136471 [GeV] -Cell[7,31] 0.0081816808407635 [GeV] -Cell[9,30] 0.0012228329565793 [GeV] -Cell[7,30] 0.00043762029169102 [GeV] -Cell[9,29] 0.00021021402550468 [GeV] -Cell[9,27] 0.00045502650773075 [GeV] -Cell[9,28] 0.001935059623432 [GeV] -Cell[6,34] 8.1385214859665e-05 [GeV] -Cell[6,6] 3.0028601520371e-07 [GeV] -Cell[9,34] 0.00011757398971224 [GeV] -Cell[15,28] 2.1364830899984e-08 [GeV] -Cell[14,45] 9.2834234237671e-09 [GeV] -Cell[16,18] 1.1194118997082e-08 [GeV] -Cell[16,8] 1.0299661581712e-06 [GeV] -Cell[14,46] 1.9320729620631e-08 [GeV] -Cell[15,46] 5.3674267780934e-07 [GeV] -Cell[7,25] 2.55095240027e-06 [GeV] -Cell[15,8] 0.00050360158113176 [GeV] -Cell[6,35] 0.00012824127782187 [GeV] -Cell[7,35] 0.00056260274558497 [GeV] -Cell[9,32] 0.0010626746755341 [GeV] -### Total energy deposition in calorimeter by a source track in 42 cells : 0.62946972431414 (GeV) - -Source track ID 6113 (e-,0.0008019357287215[GeV]) at (-138.77690327121,480.35504693763,1714.3058228539) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[18,14] 0.0002909368187215 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0002909368187215 (GeV) +Cell[6,29] 0.0023364571476929 [GeV] +Cell[7,29] 0.00019384860099009 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.002530305748683 (GeV) -Source track ID 6058 (pi+,3.7103832735137[GeV]) at (209.57415981201,453.95888749874,1948.3198639483) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,8] 0.068553058185185 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.068553058185185 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000181126777e-07 mm long - and its vector is (6.948664577066666e-08,-7.080797104208614e-08,1.256347559319693e-08) mm - Endpoint of ComputeStep() was (-168.3463374669275,483.6121614811255,81.30201313094729) - and current position to locate is (-168.3463373974408,483.6121614103175,81.30201314351076) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000145889868e-07 mm long - and its vector is (-6.637390015384881e-08,-7.443939864515414e-08,7.299604476429522e-09) mm - Endpoint of ComputeStep() was (773.6368041588606,37.23717669394061,941.7511689047585) - and current position to locate is (773.6368040924867,37.23717661950121,941.7511689120581) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996349641777e-08 mm long - and its vector is (9.158429747913033e-08,-2.854930869489181e-08,-2.823554723363486e-08) mm - Endpoint of ComputeStep() was (-518.7585708100952,-92.15455027132076,-286.9812639672875) - and current position to locate is (-518.7585707185109,-92.15455029987007,-286.981263995523) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999120090703e-08 mm long - and its vector is (-1.936462012963602e-08,-1.501564383943332e-08,-9.695122571429238e-08) mm - Endpoint of ComputeStep() was (-523.2960387037022,314.8854982298581,382.3178488215097) - and current position to locate is (-523.2960387230668,314.8854982148425,382.3178487245585) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000168257699e-07 mm long - and its vector is (-6.907225724717136e-08,4.571970180222706e-08,-5.602441888186149e-08) mm - Endpoint of ComputeStep() was (-631.0232850182862,155.9154054713694,672.1100260562687) - and current position to locate is (-631.0232850873584,155.9154055170891,672.1100260002443) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999789343337e-08 mm long - and its vector is (-6.316656708804658e-08,-7.483890840376262e-09,-7.716198524576612e-08) mm - Endpoint of ComputeStep() was (357.6952535244661,558.3087065998842,875.4969231034132) - and current position to locate is (357.6952534612996,558.3087065924003,875.4969230262512) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998976251736e-08 mm long - and its vector is (-7.874359653214924e-08,5.452807272376958e-08,2.874253368645441e-08) mm - Endpoint of ComputeStep() was (386.1222324314223,-405.1079888210162,1519.305609425245) - and current position to locate is (386.1222323526787,-405.1079887664882,1519.305609453988) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000148442001e-07 mm long - and its vector is (7.942583124531666e-08,1.522664661024464e-08,-5.881912557015312e-08) mm - Endpoint of ComputeStep() was (-481.522101662107,336.0192710201722,343.795459374655) - and current position to locate is (-481.5221015826812,336.0192710353988,343.7954593158358) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999969535931e-08 mm long - and its vector is (6.707750799250789e-08,-4.782992846230627e-08,-5.668249514201307e-08) mm - Endpoint of ComputeStep() was (-651.058094099916,85.71342420174308,-166.0300479266385) - and current position to locate is (-651.0580940328385,85.71342415391315,-166.030047983321) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997344340637e-08 mm long - and its vector is (-7.350180908360926e-08,-5.461345153889852e-08,4.018519206283599e-08) mm - Endpoint of ComputeStep() was (-155.0390792171615,573.2428337570949,-36.58761268331555) - and current position to locate is (-155.0390792906633,573.2428337024814,-36.58761264313036) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5789 (pi+,0.59707295842222[GeV]) at (-416.3845090029,276.8102972478,374.84710839969) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,28] 3.3003407224896e-08 [GeV] -Cell[6,24] 0.00046605073598994 [GeV] -Cell[8,38] 1.3731478247792e-08 [GeV] -Cell[17,32] 1.2671461561695e-05 [GeV] -Cell[14,8] 6.3061554056048e-05 [GeV] -Cell[14,0] 3.7834979593754e-13 [GeV] -Cell[15,47] 0.00017857338107569 [GeV] -Cell[11,40] 3.3430231800594e-05 [GeV] -Cell[17,42] 1.5313204494305e-05 [GeV] -Cell[12,24] 1.5402050077682e-05 [GeV] -Cell[12,22] 0.0008401563939658 [GeV] -Cell[13,23] 0.094241115542576 [GeV] -Cell[11,4] 1.4568480546586e-06 [GeV] -Cell[8,25] 1.5628756955266e-11 [GeV] -Cell[10,15] 6.3316618400222e-07 [GeV] -Cell[10,14] 7.5437128543854e-11 [GeV] -Cell[9,13] 6.5648788449835e-09 [GeV] -Cell[9,14] 9.9732316322161e-05 [GeV] -Cell[8,24] 6.0191566842605e-07 [GeV] -Cell[7,29] 0.0020221757102438 [GeV] -Cell[10,29] 1.5675656817621e-05 [GeV] -Cell[12,19] 0.16048189950139 [GeV] -Cell[15,39] 0.0005137221100631 [GeV] -Cell[11,2] 7.8520970419049e-09 [GeV] -Cell[13,34] 0.00026641253210153 [GeV] -Cell[4,41] 1.8688421114348e-06 [GeV] -Cell[10,40] 5.2725349087268e-06 [GeV] -Cell[15,37] 5.2745946618415e-08 [GeV] -Cell[15,38] 0.0010573814868095 [GeV] -Cell[13,22] 0.00025748004363857 [GeV] -Cell[11,20] 1.5808795666089e-05 [GeV] -Cell[11,6] 4.9680109892506e-05 [GeV] -Cell[11,41] 6.7308057041373e-06 [GeV] -Cell[14,47] 2.5297627871623e-08 [GeV] -Cell[17,31] 2.1046476118499e-05 [GeV] -Cell[12,4] 7.0804700953886e-07 [GeV] -Cell[15,0] 0.0001954095929583 [GeV] -Cell[18,40] 4.3326976301614e-06 [GeV] -Cell[12,21] 0.00021525242215591 [GeV] -Cell[9,22] 0.0013530441643616 [GeV] -Cell[9,23] 5.4494453479492e-08 [GeV] -Cell[11,19] 0.15938076232936 [GeV] -Cell[12,20] 0.00011900040056571 [GeV] -Cell[10,0] 2.3690821690252e-05 [GeV] -Cell[12,18] 0.0015869502805664 [GeV] -Cell[11,17] 1.5119970310479e-05 [GeV] -Cell[11,18] 0.053159765479959 [GeV] -Cell[13,21] 2.8382055461407e-10 [GeV] -Cell[14,7] 0.00055309653772281 [GeV] -Cell[17,41] 0.0011400285084968 [GeV] -Cell[12,17] 0.00044353248187997 [GeV] -### Total energy deposition in calorimeter by a source track in 51 cells : 0.47887424120712 (GeV) - -Source track ID 6043 (gamma,0.15251351239083[GeV]) at (-487.09323688795,-112.87239954044,-730.31343149247) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[6,25] 0.12776305926678 [GeV] -Cell[5,25] 0.0022478517944409 [GeV] -Cell[5,26] 0.00021849724845351 [GeV] -Cell[6,26] 0.010490317809916 [GeV] -Cell[3,47] 0.00051099891 [GeV] -Cell[4,47] 0.00051099891 [GeV] -Cell[10,41] 0.010419682306193 [GeV] -Cell[6,10] 0.00035210614504205 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.15251351239083 (GeV) +Source track ID 9414 (gamma,0.00060410634661587[GeV]) at (-49.546662230061,-497.53907209571,-576.08954733622) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[7,35] 0.00060410634661587 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00060410634661587 (GeV) -Source track ID 6044 (gamma,0.13352323164713[GeV]) at (-462.29599616793,-190.47942651924,2.9650690653141) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,42] 0.00097921048748841 [GeV] -Cell[10,27] 0.026898789985302 [GeV] -Cell[9,26] 0.014933556370444 [GeV] -Cell[10,26] 0.060484112864786 [GeV] -Cell[9,27] 0.027580600640751 [GeV] -Cell[9,28] 0.0015779888740273 [GeV] -Cell[3,18] 9.3439145027105e-05 [GeV] -Cell[7,35] 9.5974103081226e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.13264367247091 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999139317807e-08 mm long - and its vector is (-4.969274414179381e-08,7.954844249979942e-08,3.467960141279036e-08) mm - Endpoint of ComputeStep() was (516.1126668774222,-394.7046573035202,872.6147509979552) - and current position to locate is (516.1126668277294,-394.7046572239717,872.6147510326348) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998878904522e-08 mm long - and its vector is (-9.395603228767868e-08,-2.575774260549224e-08,-2.255660547234584e-08) mm - Endpoint of ComputeStep() was (354.9638904520981,-397.7349190741172,803.6938295481514) - and current position to locate is (354.9638903581421,-397.7349190998749,803.6938295255948) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000170728214e-07 mm long - and its vector is (1.780847469490254e-09,1.491770262873615e-08,-9.886502994049806e-08) mm - Endpoint of ComputeStep() was (354.9851906438186,485.9405827542093,1400.000000098865) - and current position to locate is (354.9851906455995,485.940582769127,1400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000015252728e-07 mm long - and its vector is (-8.752982694204547e-08,-1.077825118045439e-08,-4.714190282584241e-08) mm - Endpoint of ComputeStep() was (484.1784679248595,292.5408805491881,41.69748614362405) - and current position to locate is (484.1784678373297,292.5408805384099,41.69748609648214) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997740471163e-08 mm long - and its vector is (1.638221647226601e-08,9.7417341748951e-08,1.553962647449225e-08) mm - Endpoint of ComputeStep() was (281.8097350776003,-618.8564238390308,891.4109503951304) - and current position to locate is (281.8097350939825,-618.8564237416134,891.41095041067) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999712956286e-08 mm long - and its vector is (-6.55447252029262e-08,1.309621211476042e-08,7.437995463988045e-08) mm - Endpoint of ComputeStep() was (321.2782226822641,-506.7349442119759,830.2686114059157) - and current position to locate is (321.2782226167193,-506.7349441988797,830.2686114802957) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000662216444e-07 mm long - and its vector is (-1.762920476267027e-08,-9.025632152770413e-08,-3.928130354324821e-08) mm - Endpoint of ComputeStep() was (-76.62154449448666,-524.4322061257404,1815.104910220465) - and current position to locate is (-76.62154451211586,-524.4322062159968,1815.104910181184) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000126747456e-07 mm long - and its vector is (1.268456628622516e-08,6.016659881424857e-08,-7.886117359134914e-08) mm - Endpoint of ComputeStep() was (68.11679510786216,575.9861996204381,12.5276623584111) - and current position to locate is (68.11679512054673,575.9861996806047,12.52766227954992) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000133817547e-07 mm long - and its vector is (-5.366234745451948e-08,7.505514076910913e-08,-3.856268904200988e-08) mm - Endpoint of ComputeStep() was (580.7422548531601,-520.7095481826303,877.038027444706) - and current position to locate is (580.7422547994978,-520.7095481075752,877.0380274061433) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000283249632e-07 mm long - and its vector is (-4.405296749609988e-08,8.885069746611407e-08,-1.284115569433197e-08) mm - Endpoint of ComputeStep() was (553.847102073601,-627.2485185897227,880.5236426184564) - and current position to locate is (553.8471020295481,-627.248518500872,880.5236426056152) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000294807054e-07 mm long - and its vector is (-5.664463742505177e-08,6.50269385005231e-08,-5.062497621111106e-08) mm - Endpoint of ComputeStep() was (443.8838502420336,-579.5404451977158,958.6576656667396) - and current position to locate is (443.883850185389,-579.5404451326889,958.6576656161146) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995686581027e-08 mm long - and its vector is (2.45026399170456e-08,-7.226367415569257e-08,-6.463415047619492e-08) mm - Endpoint of ComputeStep() was (446.795119959581,-815.6433783465206,1096.09230940295) - and current position to locate is (446.7951199840837,-815.6433784187843,1096.092309338316) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000033497349e-07 mm long - and its vector is (2.44813236349728e-08,9.604127626516856e-08,-1.329431142949034e-08) mm - Endpoint of ComputeStep() was (621.9685723051001,-707.045311404892,1156.561879232264) - and current position to locate is (621.9685723295814,-707.0453113088507,1156.56187921897) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999342914114e-08 mm long - and its vector is (-5.614657538899337e-08,-2.631281859066803e-08,-7.845505933801178e-08) mm - Endpoint of ComputeStep() was (350.8780191459229,-1033.596030327818,1122.993067132891) - and current position to locate is (350.8780190897763,-1033.596030354131,1122.993067054436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000023072303e-07 mm long - and its vector is (-8.629126568848733e-08,2.194133230659645e-08,4.552362042886671e-08) mm - Endpoint of ComputeStep() was (504.2551656873029,-856.4977197224605,903.0040535432838) - and current position to locate is (504.2551656010116,-856.4977197005192,903.0040535888074) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000831289602e-07 mm long - and its vector is (-3.270866955062957e-08,-5.975857675366569e-08,-7.320568329305388e-08) mm - Endpoint of ComputeStep() was (366.6931777142408,-1076.609456117259,1268.384814740939) - and current position to locate is (366.6931776815321,-1076.609456177017,1268.384814667733) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000203670554e-07 mm long - and its vector is (9.629189889892587e-08,2.674417487469327e-08,3.552941052475944e-09) mm - Endpoint of ComputeStep() was (-430.1869821514693,254.8316315856961,850.5545574656109) - and current position to locate is (-430.1869820551774,254.8316316124402,850.5545574691638) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998467034762e-08 mm long - and its vector is (5.326495511326357e-08,3.974838591602747e-08,-7.471885510312859e-08) mm - Endpoint of ComputeStep() was (371.840984500295,-392.1715733171839,888.9601116539856) - and current position to locate is (371.8409845535599,-392.1715732774355,888.9601115792667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998011825235e-08 mm long - and its vector is (1.706871444184799e-08,8.629177727925708e-08,4.756452653964516e-08) mm - Endpoint of ComputeStep() was (369.5790137828392,-511.6106372421105,918.8732045784756) - and current position to locate is (369.579013799908,-511.6106371558187,918.8732046260401) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995369279572e-08 mm long - and its vector is (6.267117669267463e-08,7.179880867624888e-08,3.028605988220079e-08) mm - Endpoint of ComputeStep() was (295.3441147113173,-520.2056910458833,862.3647101195576) - and current position to locate is (295.3441147739885,-520.2056909740845,862.3647101498436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999601272359e-08 mm long - and its vector is (9.389344768351293e-08,1.31947217596462e-08,-3.177922280883649e-08) mm - Endpoint of ComputeStep() was (310.9172123341917,-439.3774691194258,740.8840061239948) - and current position to locate is (310.9172124280851,-439.377469106231,740.8840060922156) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000137138708e-07 mm long - and its vector is (7.640204557901598e-08,1.665989657340106e-08,6.233119620446814e-08) mm - Endpoint of ComputeStep() was (281.7255861708035,-458.1964285145513,795.1109670291605) - and current position to locate is (281.7255862472056,-458.1964284978914,795.1109670914917) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000222403404e-07 mm long - and its vector is (-5.874653652426787e-08,-2.534591203584569e-08,-7.685332548135193e-08) mm - Endpoint of ComputeStep() was (531.7786538788285,135.3908859396007,231.3523191650042) - and current position to locate is (531.778653820082,135.3908859142548,231.3523190881508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000258762023e-07 mm long - and its vector is (2.560358325354173e-08,-2.014030542341061e-08,-9.454538485442754e-08) mm - Endpoint of ComputeStep() was (354.6477602338914,-574.4487655633637,1011.266815696544) - and current position to locate is (354.647760259495,-574.448765583504,1011.266815601998) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996278433839e-08 mm long - and its vector is (-1.005128069664352e-08,6.179141109896591e-08,-7.797939360898454e-08) mm - Endpoint of ComputeStep() was (-630.5214181693956,75.51485681916911,1374.512494004831) - and current position to locate is (-630.5214181794469,75.51485688096052,1374.512493926852) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999204002691e-08 mm long - and its vector is (4.849027845921228e-09,-1.324451659456827e-11,9.988235660784994e-08) mm - Endpoint of ComputeStep() was (459.3420399774654,365.7216015134153,477.4316530968051) - and current position to locate is (459.3420399823144,365.721601513402,477.4316531966874) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998480487758e-08 mm long - and its vector is (-1.202045041281963e-08,-9.923661536959116e-08,2.756792127911467e-09) mm - Endpoint of ComputeStep() was (389.6293224464934,-389.6293223352368,811.298688697404) - and current position to locate is (389.629322434473,-389.6293224344734,811.2986887001608) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000032024741e-07 mm long - and its vector is (2.800845777528593e-09,9.656912425271003e-08,-2.581782609922811e-08) mm - Endpoint of ComputeStep() was (277.8994245176064,-524.5247178254555,1000.000000025818) - and current position to locate is (277.8994245204073,-524.5247177288863,1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000084983199e-07 mm long - and its vector is (8.778778237683582e-08,-4.678628329202184e-08,-1.021521711663809e-08) mm - Endpoint of ComputeStep() was (395.5921349179308,-492.460665921806,759.8922484465709) - and current position to locate is (395.5921350057185,-492.4606659685923,759.8922484363557) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000005457042e-07 mm long - and its vector is (-7.279038527485682e-08,6.841491995146498e-08,-4.578168955049478e-09) mm - Endpoint of ComputeStep() was (373.2176301956929,-469.7963395235499,703.130835734067) - and current position to locate is (373.2176301229025,-469.796339455135,703.1308357294888) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 6028 (pi-,0.85378155902069[GeV]) at (323.42859836076,-381.30557530987,735.16797042139) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,6] 1.3580641971203e-05 [GeV] -Cell[7,10] 0.0022230572656029 [GeV] -Cell[9,8] 9.1642624756787e-06 [GeV] -Cell[7,11] 2.7600870403148e-06 [GeV] -Cell[9,11] 0.00056847090005294 [GeV] -Cell[9,3] 1.4867982827127e-09 [GeV] -Cell[10,31] 0.00021861695502957 [GeV] -Cell[10,32] 0.00050304738871944 [GeV] -Cell[18,35] 1.1211424771318e-07 [GeV] -Cell[14,8] 1.3239689809552e-06 [GeV] -Cell[13,40] 0.0073922154834618 [GeV] -Cell[16,38] 0.0026901823699145 [GeV] -Cell[16,39] 0.0011220586859043 [GeV] -Cell[6,12] 6.6207856593792e-05 [GeV] -Cell[6,11] 2.2399801614711e-05 [GeV] -Cell[10,33] 0.0022231637072385 [GeV] -Cell[15,40] 0.0035164510642075 [GeV] -Cell[15,39] 0.0098516904036317 [GeV] -Cell[11,1] 5.5845769111329e-09 [GeV] -Cell[11,2] 2.9172759275298e-07 [GeV] -Cell[15,38] 0.008847122921661 [GeV] -Cell[13,43] 0.00029546407177031 [GeV] -Cell[10,3] 0.0001550999609135 [GeV] -Cell[14,39] 0.0051883027231455 [GeV] -Cell[14,41] 0.17585748669463 [GeV] -Cell[14,40] 0.015779037675801 [GeV] -Cell[14,38] 0.0003181492806317 [GeV] -Cell[13,42] 0.0037280896534284 [GeV] -Cell[14,43] 0.0069439766646061 [GeV] -Cell[10,11] 3.1549234336126e-11 [GeV] -Cell[12,3] 2.5803480733884e-05 [GeV] -Cell[17,38] 0.0012249626549713 [GeV] -Cell[16,7] 4.3049922237515e-07 [GeV] -Cell[12,4] 0.004349536799306 [GeV] -Cell[18,34] 0.002736843454472 [GeV] -Cell[13,41] 0.094855115297632 [GeV] -Cell[14,42] 0.10025796199243 [GeV] -Cell[15,42] 3.4737614632832e-06 [GeV] -Cell[13,39] 0.0013955944427148 [GeV] -Cell[15,41] 0.001548350859409 [GeV] -Cell[16,23] 3.3215954259049e-05 [GeV] -Cell[17,16] 2.6251328963554e-05 [GeV] -Cell[17,39] 0.0022230704300304 [GeV] -Cell[17,7] 6.8696379431117e-05 [GeV] -Cell[9,4] 4.0274462662637e-09 [GeV] -Cell[10,4] 0.00077201721153085 [GeV] -Cell[18,9] 0.0023298988871372 [GeV] -Cell[15,24] 1.4601150469389e-06 [GeV] -Cell[16,22] 0.00038192756453827 [GeV] -Cell[11,18] 0.00031754182126497 [GeV] -Cell[17,6] 2.5557227530612e-05 [GeV] -Cell[17,17] 1.261212391546e-05 [GeV] -Cell[19,34] 1.0637472769304e-10 [GeV] -Cell[18,10] 0.0022805557120187 [GeV] -Cell[14,9] 1.0083613650863e-05 [GeV] -Cell[12,5] 0.00040744482341995 [GeV] -### Total energy deposition in calorimeter by a source track in 56 cells : 0.4628259420027 (GeV) - -Source track ID 6024 (gamma,0.00036790977862492[GeV]) at (386.9325632682,-316.67521450644,155.61383571532) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,42] 0.00036790977862492 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00036790977862492 (GeV) +Source track ID 9392 (e-,0.053056853873497[GeV]) at (383.61776966803,320.68271982588,-1376.5204892582) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[3,5] 0.052545854963497 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.052545854963497 (GeV) -Source track ID 6020 (e-,0.17933222138391[GeV]) at (396.04362342757,-305.20394548951,158.44780278469) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,44] 0.0024508620285744 [GeV] -Cell[10,43] 0.16689505041677 [GeV] -Cell[14,39] 0.00051099891 [GeV] -Cell[10,41] 0.00017851560153643 [GeV] -Cell[10,42] 0.0058237097146714 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.17585913667156 (GeV) - -Source track ID 6021 (e+,0.18178468937917[GeV]) at (215.46498028334,-451.19268862815,160.58994472442) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,3] 0.00029257558610574 [GeV] -Cell[11,39] 0.00058357119092197 [GeV] -Cell[10,38] 0.02725743350928 [GeV] -Cell[10,39] 0.15394368467897 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.18207726496528 (GeV) +Source track ID 9395 (gamma,0.0012672480474063[GeV]) at (374.59075178307,-331.18237978279,-1360.4152128535) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[2,42] 0.0012672480474063 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0012672480474063 (GeV) -Source track ID 6019 (gamma,0.13885684299554[GeV]) at (475.10692081791,-155.79927403852,345.33261920249) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,13] 0.00029466011273279 [GeV] -Cell[12,45] 0.00051099891 [GeV] -Cell[12,44] 0.00051099891 [GeV] -Cell[11,45] 0.13534486937757 [GeV] -Cell[11,46] 0.0021953156852412 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.13885684299554 (GeV) - -Source track ID 5804 (gamma,0.1484777566564[GeV]) at (-237.22761966349,440.13981468255,-159.00519902475) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,14] 0.00044206817251643 [GeV] -Cell[9,15] 0.12211017121369 [GeV] -Cell[9,16] 0.025925517270201 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.1484777566564 (GeV) +Source track ID 9396 (gamma,0.00097640981800673[GeV]) at (183.58330925719,465.07759413046,-132.06475981143) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,8] 0.00097640981800673 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00097640981800673 (GeV) -Source track ID 5853 (gamma,0.0014450961757632[GeV]) at (98.851905860896,490.13090160453,-69.415046204767) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 0.0014450961757632 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014450961757632 (GeV) +Source track ID 9322 (pi+,0.1875390525964[GeV]) at (-499.4929573911,-22.51189722544,1588.6713106021) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[17,24] 0.034039602499856 [GeV] +Cell[18,24] 0.061275840493943 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.095315442993798 (GeV) -Source track ID 5854 (gamma,0.0061167172306738[GeV]) at (57.487592477744,496.68418206252,-72.733725990483) +Source track ID 9315 (pi-,0.95310382838957[GeV]) at (-364.65680960805,-342.08977068378,-239.9609146472) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[8,8] 9.8384016109776e-06 [GeV] +Cell[9,10] 5.6292803201359e-06 [GeV] +Cell[6,37] 0.0024916659517708 [GeV] +Cell[10,33] 6.7178493452502e-07 [GeV] +Cell[5,43] 1.5224516973831e-06 [GeV] +Cell[7,6] 0.0021043000856053 [GeV] +Cell[8,33] 0.0023222998082164 [GeV] +Cell[8,34] 0.0033734263552177 [GeV] +Cell[6,7] 1.0963536042254e-06 [GeV] +Cell[3,34] 0.00011370228622206 [GeV] +Cell[9,30] 0.0026814457725584 [GeV] +Cell[8,30] 0.010641682408769 [GeV] +Cell[7,34] 0.099710444592413 [GeV] +Cell[7,26] 0.11794107216728 [GeV] +Cell[8,4] 0.0012074583938216 [GeV] +Cell[7,15] 1.723539608065e-07 [GeV] +Cell[9,31] 1.4824352103915e-06 [GeV] +Cell[8,31] 0.0022196288736621 [GeV] +Cell[8,32] 0.0026820973770264 [GeV] +Cell[10,31] 0.000131602050835 [GeV] +Cell[9,39] 5.2842478908133e-08 [GeV] +Cell[10,39] 0.003265482851148 [GeV] +Cell[3,37] 8.9893874246627e-09 [GeV] +Cell[7,27] 0.1012743887636 [GeV] +Cell[15,24] 6.2628238651996e-08 [GeV] +Cell[10,21] 4.6494482376147e-06 [GeV] +Cell[10,22] 2.7432412898634e-06 [GeV] +Cell[9,33] 0.0018813089473075 [GeV] +Cell[10,24] 9.3893805751577e-07 [GeV] +Cell[7,28] 1.3420763707472e-05 [GeV] +Cell[8,29] 0.12925460877085 [GeV] +Cell[8,35] 0.0067203580285402 [GeV] +Cell[4,18] 2.1789192978758e-06 [GeV] +Cell[9,35] 4.5453635834747e-08 [GeV] +Cell[9,29] 0.0044969223100842 [GeV] +Cell[9,21] 9.1042398416903e-06 [GeV] +Cell[11,36] 1.7662619939074e-08 [GeV] +Cell[9,32] 1.024139349056e-06 [GeV] +Cell[9,34] 5.4906013247091e-10 [GeV] +Cell[10,28] 6.6667668929199e-05 [GeV] +Cell[6,4] 5.9108823188581e-07 [GeV] +Cell[3,6] 9.2691567260772e-08 [GeV] +Cell[5,44] 1.5454254462384e-06 [GeV] +Cell[3,24] 1.834044494899e-06 [GeV] +Cell[9,36] 2.8230715543032e-12 [GeV] +Cell[5,8] 0.00068138734228728 [GeV] +Cell[5,3] 2.6397751353215e-06 [GeV] +Cell[5,5] 0.0032324213532431 [GeV] +Cell[15,45] 0.00014129442043566 [GeV] +Cell[15,44] 0.00019641512520593 [GeV] +Cell[19,8] 6.5687390088442e-05 [GeV] +Cell[17,37] 5.1513779908419e-12 [GeV] +Cell[17,38] 0.00021495230021333 [GeV] +Cell[17,39] 0.00038410572261625 [GeV] +Cell[17,40] 5.3647359600291e-06 [GeV] +Cell[16,41] 3.7030913226772e-06 [GeV] +Cell[4,7] 0.0011564094036653 [GeV] +Cell[17,41] 0.013029529147676 [GeV] +Cell[17,42] 0.0043174899697465 [GeV] +Cell[13,16] 2.7791428465207e-09 [GeV] +Cell[15,22] 0.0017300910908899 [GeV] +Cell[15,21] 3.6732614635753e-05 [GeV] +Cell[8,28] 0.11119499266785 [GeV] +Cell[13,17] 2.5567820659944e-07 [GeV] +Cell[10,3] 1.1236353020649e-06 [GeV] +Cell[8,27] 0.081691589943597 [GeV] +Cell[9,28] 0.0022421143806203 [GeV] +Cell[18,41] 5.2273341561886e-05 [GeV] +Cell[18,8] 0.00064064733102157 [GeV] +Cell[15,23] 5.7133966652145e-07 [GeV] +Cell[5,12] 1.52571205399e-06 [GeV] +Cell[4,6] 0.001607061241111 [GeV] +Cell[3,35] 1.4370127834127e-06 [GeV] +Cell[7,2] 0.00046749521166589 [GeV] +Cell[3,36] 7.0935683766038e-08 [GeV] +Cell[7,23] 6.0520489932969e-07 [GeV] +Cell[10,27] 1.319047587458e-07 [GeV] +Cell[10,32] 9.0613226817595e-06 [GeV] +Cell[2,37] 0.00073274538805015 [GeV] +Cell[1,2] 3.5024704629905e-08 [GeV] +Cell[17,44] 0.0017112311235823 [GeV] +Cell[18,17] 6.7287335987203e-06 [GeV] +Cell[17,43] 0.0022925704576277 [GeV] +Cell[10,4] 0.00012987063617334 [GeV] +Cell[7,1] 0.00036590315551075 [GeV] +Cell[19,11] 1.0727582121035e-05 [GeV] +Cell[19,7] 3.9438131522047e-06 [GeV] +Cell[12,16] 2.7414467751896e-06 [GeV] +Cell[12,15] 9.6529621669106e-07 [GeV] +Cell[18,42] 0.00050676359043814 [GeV] +### Total energy deposition in calorimeter by a source track in 90 cells : 0.72351269697179 (GeV) + +Source track ID 9259 (pi-,0.29740879790601[GeV]) at (-494.20063106814,75.932445317192,1861.6712710303) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,11] 0.0061167172306738 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0061167172306738 (GeV) - -Source track ID 5855 (gamma,0.00037791632902193[GeV]) at (57.499283018975,496.68282882772,-74.022679813904) +Cell[18,11] 1.0233611192234e-08 [GeV] +Cell[14,45] 0.0013979438869625 [GeV] +Cell[19,8] 0.0017504069369356 [GeV] +Cell[18,35] 0.0019309813217158 [GeV] +Cell[17,35] 3.4226368879899e-06 [GeV] +Cell[17,34] 0.00078470529235756 [GeV] +Cell[19,25] 0.0023976568651065 [GeV] +Cell[19,23] 0.0019424196907137 [GeV] +Cell[19,22] 0.088478409488841 [GeV] +Cell[19,24] 0.0057559024354476 [GeV] +Cell[18,44] 0.00010410212005991 [GeV] +Cell[19,43] 4.3967744135784e-05 [GeV] +Cell[18,43] 5.3410225373227e-06 [GeV] +Cell[19,44] 0.00061834654089864 [GeV] +Cell[18,40] 2.3462259909138e-05 [GeV] +Cell[18,41] 0.00016520023023077 [GeV] +Cell[19,3] 0.0012411027166987 [GeV] +Cell[19,11] 0.0020730244345363 [GeV] +Cell[18,42] 1.3098871742841e-05 [GeV] +Cell[19,42] 0.00028923051813763 [GeV] +Cell[19,45] 3.9071227365639e-07 [GeV] +Cell[19,2] 0.00091619357113746 [GeV] +Cell[19,12] 0.00054969521973624 [GeV] +Cell[18,12] 9.9313413703385e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.11058432816432 (GeV) + +Source track ID 9260 (pi+,3.7103891185565[GeV]) at (208.94364398889,454.24943988589,1947.5240803714) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,11] 0.00037791632902193 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00037791632902193 (GeV) - -Source track ID 5860 (gamma,0.010036000636982[GeV]) at (-476.15341202756,-152.57105955756,-110.25820997594) +Cell[14,33] 3.5838244911588e-05 [GeV] +Cell[19,4] 1.0615702893119e-05 [GeV] +Cell[15,32] 0.0008479072733918 [GeV] +Cell[14,34] 0.0021895822748607 [GeV] +Cell[16,15] 1.100601282576e-05 [GeV] +Cell[16,16] 6.6129334527432e-08 [GeV] +Cell[19,36] 0.023929062525625 [GeV] +Cell[19,35] 3.690971758158e-05 [GeV] +Cell[19,37] 0.0013664734851901 [GeV] +Cell[19,38] 0.00012269814015019 [GeV] +Cell[18,28] 4.2757150481521e-08 [GeV] +Cell[18,29] 0.0011122416015126 [GeV] +Cell[15,19] 0.0021677407181994 [GeV] +Cell[19,8] 0.91722550398742 [GeV] +Cell[19,10] 0.20557211898679 [GeV] +Cell[17,32] 0.0011485478418736 [GeV] +Cell[17,26] 8.8376691564918e-10 [GeV] +Cell[18,10] 0.00028088697204726 [GeV] +Cell[19,23] 0.00057591115418246 [GeV] +Cell[18,44] 1.8226361135021e-08 [GeV] +Cell[14,20] 0.00017873648246155 [GeV] +Cell[19,43] 0.011227689365427 [GeV] +Cell[18,43] 0.0053625279520488 [GeV] +Cell[19,44] 1.2799842465938e-08 [GeV] +Cell[17,14] 2.0997216302021e-07 [GeV] +Cell[16,14] 2.7563892386866e-05 [GeV] +Cell[17,31] 0.0018062676075835 [GeV] +Cell[15,18] 0.00010076973456785 [GeV] +Cell[19,16] 2.007294096984e-08 [GeV] +Cell[15,17] 2.1086772449053e-08 [GeV] +Cell[15,38] 0.0012125868608759 [GeV] +Cell[19,5] 0.00013449617371271 [GeV] +Cell[15,20] 0.0052091394386772 [GeV] +Cell[14,19] 0.0020529303586906 [GeV] +Cell[15,21] 0.00013582016592284 [GeV] +Cell[11,46] 1.0991090675816e-08 [GeV] +Cell[18,26] 2.1964660845697e-10 [GeV] +Cell[19,34] 6.0011225286871e-09 [GeV] +Cell[19,1] 4.2025141738122e-05 [GeV] +Cell[17,10] 6.5926049046539e-09 [GeV] +Cell[18,9] 0.0093821014921707 [GeV] +Cell[17,8] 3.7938197718518e-05 [GeV] +Cell[18,8] 0.00044491749959002 [GeV] +Cell[19,26] 0.0027809098269486 [GeV] +Cell[19,46] 8.9078979508486e-06 [GeV] +Cell[18,13] 8.7638394230453e-05 [GeV] +Cell[18,14] 0.0038548063494007 [GeV] +Cell[18,45] 3.1929384160321e-05 [GeV] +Cell[19,41] 1.0857998859137e-08 [GeV] +Cell[18,24] 0.00042603568168914 [GeV] +Cell[17,43] 1.5121118336083e-05 [GeV] +Cell[19,11] 0.010030090280554 [GeV] +Cell[19,7] 0.19570200104102 [GeV] +Cell[18,42] 9.3025480319739e-05 [GeV] +Cell[19,42] 0.00046061069846121 [GeV] +Cell[19,45] 1.9803322065854e-05 [GeV] +Cell[19,12] 0.002115190729698 [GeV] +Cell[17,27] 0.00021681914517774 [GeV] +Cell[18,27] 4.5567162487714e-11 [GeV] +Cell[19,9] 0.035770367340329 [GeV] +Cell[19,32] 0.0014518314003427 [GeV] +Cell[19,33] 1.3244144429336e-07 [GeV] +Cell[19,29] 0.016104158217933 [GeV] +Cell[19,6] 4.4778569408095e-05 [GeV] +Cell[19,27] 0.0012745712975947 [GeV] +Cell[18,32] 0.0030487400936865 [GeV] +Cell[19,30] 0.027037924097438 [GeV] +Cell[18,30] 0.000223655346805 [GeV] +Cell[19,31] 0.0048999464060902 [GeV] +Cell[9,1] 1.0176503565162e-08 [GeV] +Cell[18,23] 0.0018864498775986 [GeV] +Cell[15,14] 0.00035466859754229 [GeV] +Cell[15,13] 9.2117721877003e-05 [GeV] +Cell[19,19] 2.7691685245372e-06 [GeV] +Cell[19,28] 0.012284747086375 [GeV] +Cell[18,1] 0.0011568945147328 [GeV] +Cell[18,0] 0.0029340522415746 [GeV] +Cell[18,7] 1.8974081615397e-07 [GeV] +Cell[18,31] 0.0022643109903125 [GeV] +### Total energy deposition in calorimeter by a source track in 79 cells : 1.5206641863163 (GeV) + +Source track ID 9018 (pi+,0.59761532039336[GeV]) at (-418.22316847576,274.0244174341,367.25825522465) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,18] 0.00040381468203111 [GeV] -Cell[9,26] 0.0095250017269819 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.009928816409013 (GeV) - -Source track ID 5867 (gamma,0.0013581989710766[GeV]) at (270.90640393655,420.24959286853,-104.44084854914) +Cell[9,10] 0.0012237565380105 [GeV] +Cell[8,14] 1.0978014208376e-05 [GeV] +Cell[9,47] 0.0024710730952805 [GeV] +Cell[9,17] 3.7435974923028e-07 [GeV] +Cell[9,20] 2.451943786582e-06 [GeV] +Cell[9,11] 0.00038664217731978 [GeV] +Cell[9,19] 3.5972704936285e-06 [GeV] +Cell[7,26] 0.0005677274992571 [GeV] +Cell[9,5] 0.0023745274999972 [GeV] +Cell[8,4] 0.00011345100502717 [GeV] +Cell[7,25] 4.0438699717129e-05 [GeV] +Cell[12,22] 0.00051530489969752 [GeV] +Cell[4,30] 0.00067349644068588 [GeV] +Cell[14,1] 2.7625355869532e-09 [GeV] +Cell[9,4] 0.00085833524419559 [GeV] +Cell[10,39] 0.00055719778522975 [GeV] +Cell[11,15] 1.3024003419559e-05 [GeV] +Cell[12,4] 0.00057817585186842 [GeV] +Cell[11,30] 0.0021777729263012 [GeV] +Cell[11,23] 0.00015954058562602 [GeV] +Cell[12,23] 0.0032143329560217 [GeV] +Cell[11,21] 2.9926942488601e-09 [GeV] +Cell[12,21] 0.0019041179795951 [GeV] +Cell[10,20] 0.00016213518907102 [GeV] +Cell[11,20] 0.00080955945647179 [GeV] +Cell[6,38] 0.0010235848499398 [GeV] +Cell[8,18] 3.5010142222745e-05 [GeV] +Cell[9,29] 0.00104980026518 [GeV] +Cell[12,37] 1.526023944507e-07 [GeV] +Cell[10,34] 3.1393679228131e-07 [GeV] +Cell[10,35] 1.6287092676066e-06 [GeV] +Cell[10,29] 3.5824433353696e-05 [GeV] +Cell[10,30] 0.0038093760186275 [GeV] +Cell[9,46] 2.7852118071564e-05 [GeV] +Cell[10,18] 0.0005364941994269 [GeV] +Cell[12,12] 2.6633642846718e-08 [GeV] +Cell[11,5] 0.00030661561155875 [GeV] +Cell[11,38] 3.0648724778075e-06 [GeV] +Cell[10,36] 1.6733165684855e-05 [GeV] +Cell[11,4] 5.3510794823524e-06 [GeV] +Cell[12,5] 2.1189305084022e-05 [GeV] +Cell[19,44] 0.00065108671589019 [GeV] +Cell[9,26] 2.6554631403997e-08 [GeV] +Cell[11,37] 1.6262375879705e-08 [GeV] +Cell[9,16] 0.0013178411971872 [GeV] +Cell[13,20] 0.00025983605482941 [GeV] +Cell[13,21] 5.709115309503e-05 [GeV] +Cell[6,39] 1.4378807100002e-07 [GeV] +Cell[13,22] 0.001483079937306 [GeV] +Cell[8,28] 0.00018305907739887 [GeV] +Cell[13,18] 0.00069348997581346 [GeV] +Cell[13,23] 2.2375772299711e-05 [GeV] +Cell[12,20] 0.0049628253522525 [GeV] +Cell[13,19] 0.00045877514724384 [GeV] +Cell[14,2] 3.0089540916833e-07 [GeV] +Cell[11,16] 0.00035644268542819 [GeV] +Cell[11,17] 0.0009083484594056 [GeV] +Cell[8,24] 2.0648186909966e-06 [GeV] +Cell[9,27] 2.4841788160757e-06 [GeV] +Cell[8,27] 0.00073786881238232 [GeV] +Cell[19,46] 0.0031609217096934 [GeV] +Cell[12,18] 0.007252531771077 [GeV] +Cell[12,17] 0.0045021630291469 [GeV] +Cell[11,29] 1.4784745872021e-11 [GeV] +Cell[10,47] 0.0022589735654777 [GeV] +Cell[12,19] 0.13204687016262 [GeV] +Cell[11,19] 0.06722573228703 [GeV] +Cell[12,16] 0.00059519345962485 [GeV] +Cell[12,15] 1.5493842511205e-09 [GeV] +Cell[19,45] 0.0035918754812506 [GeV] +Cell[19,32] 0.00012308203326154 [GeV] +Cell[19,31] 8.9387462883451e-05 [GeV] +Cell[11,18] 0.014693929448516 [GeV] +Cell[10,46] 2.9594663314811e-05 [GeV] +Cell[9,41] 2.3726297949906e-05 [GeV] +Cell[15,8] 4.9350899644196e-08 [GeV] +Cell[9,18] 0.00042050642600941 [GeV] +Cell[10,19] 6.9044628207848e-07 [GeV] +Cell[7,0] 3.4808734339322e-05 [GeV] +Cell[4,29] 6.0526205061251e-09 [GeV] +Cell[10,2] 1.0110001981957e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 81 cells : 0.27384834590614 (GeV) + +Source track ID 9251 (gamma,0.15251351239083[GeV]) at (-487.09323507165,-112.87240737858,-730.31335979642) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 0.0013581989710766 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0013581989710766 (GeV) - -Source track ID 5868 (gamma,0.017176846287226[GeV]) at (260.44974547656,426.80900890351,-90.015451705771) +Cell[8,14] 0.00034639129678753 [GeV] +Cell[6,25] 0.14332840267693 [GeV] +Cell[6,26] 0.0013428810646754 [GeV] +Cell[5,26] 0.0014947289169628 [GeV] +Cell[7,16] 0.0014745081944638 [GeV] +Cell[5,25] 0.00035774366031248 [GeV] +Cell[10,3] 0.00051099891 [GeV] +Cell[2,46] 0.00075355087022453 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.14960920559036 (GeV) + +Source track ID 9252 (gamma,0.13352323164713[GeV]) at (-462.29599814581,-190.47942171892,2.9650221838166) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 0.017176846287226 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.017176846287226 (GeV) +Cell[10,26] 0.048509033083307 [GeV] +Cell[9,26] 0.00051099891 [GeV] +Cell[9,27] 0.031716284598292 [GeV] +Cell[10,27] 0.05278691505553 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.13352323164713 (GeV) -Source track ID 5872 (gamma,0.0015012192320791[GeV]) at (110.69362663091,487.59298705303,-98.537683847749) +Source track ID 9193 (pi-,0.85335214899571[GeV]) at (323.99336285375,-380.82581428616,733.77399008972) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 0.0015012192320791 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0015012192320791 (GeV) - -Source track ID 5873 (gamma,0.0027153089250205[GeV]) at (98.774772183587,490.14645197133,-100.60900989675) +Cell[8,10] 1.0797303955769e-05 [GeV] +Cell[6,37] 1.1528925000448e-06 [GeV] +Cell[8,11] 0.00062596885711037 [GeV] +Cell[9,11] 0.00011404718920858 [GeV] +Cell[9,12] 0.00027711666833238 [GeV] +Cell[6,36] 1.2484947473126e-05 [GeV] +Cell[14,27] 0.00065478946447001 [GeV] +Cell[16,13] 7.8875300823711e-07 [GeV] +Cell[11,22] 6.7586952354759e-09 [GeV] +Cell[6,38] 2.5611370801926e-12 [GeV] +Cell[14,42] 0.037569992060851 [GeV] +Cell[14,37] 4.3955863496876e-06 [GeV] +Cell[15,37] 0.00046655035426397 [GeV] +Cell[16,16] 0.00019060132401194 [GeV] +Cell[16,43] 0.0053666415037819 [GeV] +Cell[14,4] 0.0008975878629826 [GeV] +Cell[0,18] 0.00012048888700679 [GeV] +Cell[15,45] 7.7034928835928e-10 [GeV] +Cell[15,44] 0.0085716708998211 [GeV] +Cell[16,17] 0.00010661532360962 [GeV] +Cell[14,39] 0.00034036924847521 [GeV] +Cell[19,8] 0.00047500506946562 [GeV] +Cell[19,10] 0.0040892876506044 [GeV] +Cell[14,38] 0.00069351654115746 [GeV] +Cell[13,43] 9.9092802656742e-09 [GeV] +Cell[14,41] 0.2654624276932 [GeV] +Cell[15,41] 0.00030166345494467 [GeV] +Cell[15,42] 0.005984046250707 [GeV] +Cell[14,43] 0.0028873476464552 [GeV] +Cell[16,14] 0.0003508587848462 [GeV] +Cell[12,41] 5.6971321123456e-05 [GeV] +Cell[13,41] 0.087742359759339 [GeV] +Cell[13,42] 0.00086927010463717 [GeV] +Cell[13,40] 0.0021863900764348 [GeV] +Cell[12,40] 0.00048684839798875 [GeV] +Cell[13,39] 1.9773328489691e-05 [GeV] +Cell[14,40] 0.0035163182485908 [GeV] +Cell[15,39] 8.6701882537454e-08 [GeV] +Cell[13,12] 0.00052429031593326 [GeV] +Cell[15,38] 6.2174735022609e-06 [GeV] +Cell[16,42] 4.799582764781e-05 [GeV] +Cell[15,40] 0.0001149485831603 [GeV] +Cell[13,16] 0.0015626297462654 [GeV] +Cell[15,15] 1.6701580898371e-05 [GeV] +Cell[15,16] 0.0015289691405699 [GeV] +Cell[17,18] 4.1103930925601e-11 [GeV] +Cell[13,17] 7.4926986999344e-06 [GeV] +Cell[14,17] 0.0019997502850453 [GeV] +Cell[14,23] 9.7492942586541e-07 [GeV] +Cell[17,17] 1.8414721125737e-08 [GeV] +Cell[16,12] 2.5701833697326e-05 [GeV] +Cell[16,18] 1.4845622445137e-08 [GeV] +Cell[9,13] 0.00068790875658237 [GeV] +Cell[19,7] 7.0263555764996e-06 [GeV] +Cell[19,12] 5.4226574342465e-05 [GeV] +Cell[15,14] 0.00040302533032809 [GeV] +Cell[13,13] 8.8481957209297e-07 [GeV] +Cell[13,15] 1.5338997169806e-05 [GeV] +Cell[11,1] 5.7177355338354e-06 [GeV] +Cell[15,43] 0.048937082783402 [GeV] +### Total energy deposition in calorimeter by a source track in 60 cells : 0.48640116466676 (GeV) + +Source track ID 9187 (gamma,0.0017414068350167[GeV]) at (359.57858097016,-347.42372415753,148.15357344977) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 0.0027153089250205 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0027153089250205 (GeV) +Cell[10,42] 0.0017414068350167 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0017414068350167 (GeV) -Source track ID 5876 (gamma,0.0037230265728876[GeV]) at (3.2474501349688,499.9894539564,-108.84962480559) +Source track ID 9189 (gamma,0.011563506830416[GeV]) at (384.61963350852,-319.48041805371,148.36837889758) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,11] 0.0026195636541622 [GeV] -Cell[9,12] 0.0011034629187254 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0037230265728876 (GeV) +Cell[10,42] 0.011563506830416 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.011563506830416 (GeV) -Source track ID 5878 (gamma,0.030516500256382[GeV]) at (-134.02633147746,481.70213044027,-120.36541296629) +Source track ID 9191 (gamma,0.0025880306164031[GeV]) at (426.5640393513,-260.85076256799,151.80598856909) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,13] 0.00051099891 [GeV] -Cell[9,14] 0.030005501346382 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.030516500256382 (GeV) +Cell[10,43] 0.0025880306164031 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0025880306164031 (GeV) -Source track ID 5891 (gamma,0.0006072083795211[GeV]) at (81.405330709539,493.32866542709,112.69286315263) +Source track ID 9106 (e-,0.19834849352495[GeV]) at (435.10406220076,-246.34215038518,155.86303841451) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,10] 0.0006072083795211 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0006072083795211 (GeV) +Cell[10,44] 0.16388712342852 [GeV] +Cell[10,45] 0.03395037118643 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.19783749461495 (GeV) -Source track ID 5894 (gamma,0.005108513660975[GeV]) at (151.86126117708,-476.38026549565,511.21320262204) +Source track ID 9114 (gamma,0.0064483163519609[GeV]) at (91.009564840586,-491.64749476381,172.91192719488) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[12,38] 0.005108513660975 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.005108513660975 (GeV) +Cell[10,36] 0.0012300049498763 [GeV] +Cell[10,37] 0.0052183114020845 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0064483163519609 (GeV) -Source track ID 5817 (gamma,0.0019337506167169[GeV]) at (274.69188224978,417.78507611698,-56.160748636555) +Source track ID 9115 (gamma,0.00071363012626837[GeV]) at (89.232182629477,-491.97318787021,176.59512650519) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 0.0019337506167169 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0019337506167169 (GeV) +Cell[10,37] 0.00071363012626837 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00071363012626837 (GeV) -Source track ID 5820 (gamma,0.0015622437997111[GeV]) at (271.60469793961,419.79862798386,-82.164302605321) +Source track ID 9122 (gamma,0.094306038728516[GeV]) at (-126.97758806974,483.60799427635,444.29775183171) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 0.0015622437997111 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0015622437997111 (GeV) - -Source track ID 5827 (gamma,0.00032607087495569[GeV]) at (452.01110603586,213.74274261419,-122.8137389881) +Cell[11,25] 0.00051099891 [GeV] +Cell[14,36] 0.00051099891 [GeV] +Cell[12,14] 0.0017048515011064 [GeV] +Cell[17,42] 0.00021961887097765 [GeV] +Cell[12,13] 0.089649479436878 [GeV] +Cell[0,26] 0.0014187110605309 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.094014658689493 (GeV) + +Source track ID 9107 (e+,0.030483027262026[GeV]) at (13.151934984228,499.82699667602,1466.2196909712) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,3] 0.00032607087495569 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00032607087495569 (GeV) +Cell[15,17] 0.00055378318079098 [GeV] +Cell[17,12] 0.0013390509633497 [GeV] +Cell[17,11] 0.028567023716645 [GeV] +Cell[19,33] 0.00024905725896845 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.030708915119754 (GeV) -Source track ID 5829 (gamma,6.5064095491883e-05[GeV]) at (283.61911340342,-411.77687952611,603.78219866521) +Source track ID 9105 (gamma,0.13885684299554[GeV]) at (475.10691255703,-155.79929922989,345.3326052985) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[13,40] 6.5064095491883e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.5064095491883e-05 (GeV) - -Source track ID 5830 (gamma,0.00051099891[GeV]) at (400.39060169561,299.47849016887,-198.7865035147) +Cell[10,24] 0.00049806492745246 [GeV] +Cell[11,44] 0.00045624384993481 [GeV] +Cell[11,46] 0.0013379737180225 [GeV] +Cell[11,45] 0.13218331315893 [GeV] +Cell[17,22] 0.0016119104765109 [GeV] +Cell[12,26] 0.00029387923837603 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.13638138536923 (GeV) + +Source track ID 9031 (gamma,0.1484777566564[GeV]) at (-237.22760742304,440.13982127994,-159.0051973132) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,4] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) - +Cell[9,17] 0.0031149486650305 [GeV] +Cell[9,14] 0.00086720842886034 [GeV] +Cell[8,15] 0.00073814791876004 [GeV] +Cell[10,16] 0.0002223206812709 [GeV] +Cell[9,16] 0.0097517212374408 [GeV] +Cell[9,15] 0.13357296497774 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.1482673119091 (GeV) + +Source track ID 9032 (gamma,0.20137908385321[GeV]) at (152.3266632651,476.23165335635,-66.015726320584) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[9,10] 0.00017602168573298 [GeV] +Cell[9,8] 0.0013346968620721 [GeV] +Cell[9,9] 0.19986836530541 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.20137908385321 (GeV) --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000240984268e-07 mm long - and its vector is (8.323854672198649e-08,-5.261364321995643e-08,-1.741130972732208e-08) mm - Endpoint of ComputeStep() was (519.4165904571348,-357.0200865431991,414.756649726306) - and current position to locate is (519.4165905403734,-357.0200865958128,414.7566497088947) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998794039336e-08 mm long - and its vector is (4.88716977997683e-08,7.992593964445405e-08,-3.497711986710783e-08) mm - Endpoint of ComputeStep() was (714.2926731496301,-356.3862703233468,551.9443040766761) - and current position to locate is (714.2926731985018,-356.3862702434208,551.944304041699) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992719978839e-08 mm long - and its vector is (1.067471089299943e-08,-7.561868642369518e-08,-6.455888978962321e-08) mm - Endpoint of ComputeStep() was (221.2535695540855,611.1847986061873,1147.296189523536) - and current position to locate is (221.2535695647603,611.1847985305686,1147.296189458977) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000186492302e-07 mm long - and its vector is (1.251703451998765e-08,3.411577154111001e-08,9.31635213419213e-08) mm - Endpoint of ComputeStep() was (532.2802496195371,-436.7857364114325,523.7483028904946) - and current position to locate is (532.2802496320542,-436.7857363773167,523.7483029836582) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000233420091e-07 mm long - and its vector is (4.674768661061535e-08,8.448392918580794e-08,-2.602160975584411e-08) mm - Endpoint of ComputeStep() was (696.9261718131504,-363.7740844527218,400.9224337368088) - and current position to locate is (696.9261718598981,-363.7740843682378,400.9224337107872) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000061777877e-07 mm long - and its vector is (6.407810815289849e-08,-6.651066541962791e-08,-3.834486506093526e-08) mm - Endpoint of ComputeStep() was (629.4959609231889,-293.3929374198505,469.4516421445313) - and current position to locate is (629.495960987267,-293.3929374863612,469.4516421061864) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000054265288e-07 mm long - and its vector is (6.128948371042497e-08,3.763091172004351e-09,-7.892685971455649e-08) mm - Endpoint of ComputeStep() was (563.4222582237479,-380.7300341079674,591.0431119149791) - and current position to locate is (563.4222582850374,-380.7300341042043,591.0431118360523) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000091445548e-07 mm long - and its vector is (-7.307249916266301e-08,-6.106574801378883e-09,-6.799353968744981e-08) mm - Endpoint of ComputeStep() was (503.416585636544,-213.3188679623148,507.6514490699305) - and current position to locate is (503.4165855634715,-213.3188679684213,507.651449001937) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000305734882e-07 mm long - and its vector is (-6.05411969445413e-08,1.381488345941762e-08,-7.838315241315286e-08) mm - Endpoint of ComputeStep() was (574.0892802212712,-364.4468389417096,359.5238888583333) - and current position to locate is (574.08928016073,-364.4468389278947,359.5238887799501) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998899754081e-08 mm long - and its vector is (-2.469209903210867e-08,8.957954378274735e-08,-3.695677719406376e-08) mm - Endpoint of ComputeStep() was (241.7043320675697,-570.5435597102975,187.760623309067) - and current position to locate is (241.7043320428776,-570.5435596207179,187.7606232721102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996840238303e-08 mm long - and its vector is (-5.769084054918494e-08,-7.239259502966888e-08,3.782952262554318e-08) mm - Endpoint of ComputeStep() was (516.0504421696776,306.0913936071064,367.7805126841027) - and current position to locate is (516.0504421119867,306.0913935347138,367.7805127219322) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000022596821e-07 mm long - and its vector is (9.456630323256832e-08,-5.359140686778119e-09,3.207014742656611e-08) mm - Endpoint of ComputeStep() was (525.2277574372589,-163.204787663662,294.9657686976972) - and current position to locate is (525.2277575318252,-163.2047876690212,294.9657687297674) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000097535503e-07 mm long - and its vector is (-5.542102599065402e-08,-8.150675512297312e-08,-1.688670181465568e-08) mm - Endpoint of ComputeStep() was (444.9624879274534,-291.486997095116,615.8349009287306) - and current position to locate is (444.9624878720323,-291.4869971766227,615.8349009118439) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000046285367e-07 mm long - and its vector is (7.392304723907728e-08,3.965675432482385e-08,5.443092732093646e-08) mm - Endpoint of ComputeStep() was (487.8204137229027,-487.8204138364832,484.7885715581144) - and current position to locate is (487.8204137968258,-487.8204137968265,484.7885716125453) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998283458798e-08 mm long - and its vector is (1.912383140734164e-09,9.438929282623576e-08,-3.29696945300384e-08) mm - Endpoint of ComputeStep() was (-402.5476332012468,422.3310786114014,69.24515230238289) - and current position to locate is (-402.5476331993344,422.3310787057907,69.2451522694132) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5794 (pi-,0.39810204202646[GeV]) at (398.03209518138,-302.60609908843,394.38520063535) +Source track ID 9023 (pi-,0.39881150725759[GeV]) at (377.59336653368,-327.75486197731,359.55011781908) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,37] 2.1732218885973e-07 [GeV] -Cell[10,18] 0.0021799661391652 [GeV] -Cell[11,3] 9.26859231447e-06 [GeV] -Cell[12,41] 8.3709034015556e-09 [GeV] -Cell[12,45] 0.00063756799373994 [GeV] -Cell[12,44] 0.01349485385382 [GeV] -Cell[12,24] 5.2543972851709e-06 [GeV] -Cell[11,4] 6.7222413031232e-07 [GeV] -Cell[10,17] 4.2925510208647e-05 [GeV] -Cell[13,45] 7.2072217562891e-09 [GeV] -Cell[11,38] 6.2008970598981e-07 [GeV] -Cell[10,45] 1.7542572459206e-07 [GeV] -Cell[11,2] 1.8736042906085e-06 [GeV] -Cell[11,45] 0.00031429556513227 [GeV] -Cell[11,43] 0.010242611211018 [GeV] -Cell[12,43] 0.18635474274661 [GeV] -Cell[11,44] 0.0056249481297765 [GeV] -Cell[12,42] 0.004249593214429 [GeV] -Cell[11,42] 4.426540384452e-05 [GeV] -Cell[13,43] 5.7072270465142e-11 [GeV] -Cell[11,41] 0.00079775251169349 [GeV] -Cell[12,3] 0.00013741984841806 [GeV] -Cell[10,38] 6.1000183710576e-06 [GeV] -Cell[10,39] 6.4610503613949e-12 [GeV] -Cell[11,37] 0.00027459575655928 [GeV] -Cell[12,4] 2.6557038338183e-05 [GeV] -Cell[13,29] 9.933409630321e-06 [GeV] -Cell[15,9] 3.2399659141902e-07 [GeV] -Cell[15,8] 0.00065600698397816 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 0.22511255662863 (GeV) - -Source track ID 5786 (gamma,0.094503470007519[GeV]) at (318.07142598414,385.78565029355,-1059.6706018496) +Cell[15,30] 2.5433633709326e-08 [GeV] +Cell[10,44] 0.00026897801971018 [GeV] +Cell[11,43] 0.0035190450709869 [GeV] +Cell[11,42] 0.07860933152017 [GeV] +Cell[11,41] 1.1350493878126e-12 [GeV] +Cell[12,43] 0.089154803491604 [GeV] +Cell[12,42] 0.1018151685752 [GeV] +Cell[11,44] 0.058451272076936 [GeV] +Cell[11,45] 0.0022256117692325 [GeV] +Cell[10,45] 6.3994143521313e-06 [GeV] +Cell[18,21] 9.0804873377692e-07 [GeV] +Cell[18,20] 9.845825843513e-11 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.33405154352015 (GeV) + +Source track ID 9015 (gamma,0.094503470007519[GeV]) at (318.07142880081,385.78564797126,-1059.6707407482) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,42] 0.0017222739893792 [GeV] -Cell[4,7] 0.002528647328391 [GeV] -Cell[4,6] 0.08882443107354 [GeV] -Cell[4,5] 0.0014281176162079 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.094503470007519 (GeV) +Cell[1,20] 0.0026072379225795 [GeV] +Cell[4,6] 0.087726983348209 [GeV] +Cell[2,43] 0.0041692487367301 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.094503470007519 (GeV) -Source track ID 5724 (pi+,0.33210970119913[GeV]) at (216.23242869079,450.82539500618,-1597.0918979269) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,8] 0.083307938399566 [GeV] -Cell[2,8] 0.0048926452226941 [GeV] -Cell[1,7] 0.12694211496658 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.21514269858884 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998941445523e-08 mm long - and its vector is (4.147238996665692e-08,7.727874162810622e-08,4.804201125807595e-08) mm - Endpoint of ComputeStep() was (-424.8674493625707,-331.7412523912486,-916.4230077268179) - and current position to locate is (-424.8674493210983,-331.7412523139699,-916.4230076787759) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993541390351e-08 mm long - and its vector is (-8.170047749445075e-09,6.902200766489841e-08,-7.189714779087808e-08) mm - Endpoint of ComputeStep() was (322.5006755471343,-532.6924406843351,-633.4640198008208) - and current position to locate is (322.5006755389642,-532.6924406153131,-633.4640198727179) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000329086288e-07 mm long - and its vector is (-1.74231047367357e-08,-6.233733529370511e-08,7.622662678841152e-08) mm - Endpoint of ComputeStep() was (-247.5165115860471,-562.4595418287623,-140.6588171242789) - and current position to locate is (-247.5165116034702,-562.4595418910997,-140.6588170480523) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997720372043e-08 mm long - and its vector is (5.293634330882924e-08,5.32047863543994e-08,6.608320290979464e-08) mm - Endpoint of ComputeStep() was (-456.2275922220435,-204.5883285169237,-1522.148230238396) - and current position to locate is (-456.2275921691071,-204.5883284637189,-1522.148230172312) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000099260788e-07 mm long - and its vector is (4.344269655121025e-08,-2.712863533815835e-08,-8.588813216192648e-08) mm - Endpoint of ComputeStep() was (357.1348959599566,-457.0061991175232,-370.6872875381418) - and current position to locate is (357.1348960033993,-457.0061991446518,-370.68728762403) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992357281378e-08 mm long - and its vector is (1.63140612130519e-09,-1.128690030327562e-08,9.93475168797886e-08) mm - Endpoint of ComputeStep() was (-531.6431789682545,124.0307202174269,-1480.337718597602) - and current position to locate is (-531.6431789666231,124.03072020614,-1480.337718498255) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998030107223e-08 mm long - and its vector is (7.70890551393677e-08,-5.754429821536178e-08,2.731167114689015e-08) mm - Endpoint of ComputeStep() was (128.4154044177394,514.2076272748286,-842.8800158600745) - and current position to locate is (128.4154044948284,514.2076272172843,-842.8800158327629) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000354561989e-07 mm long - and its vector is (-4.851736434829945e-08,6.88930867909221e-08,-5.384993073676014e-08) mm - Endpoint of ComputeStep() was (24.30229916719475,602.1567195225073,-943.6972352663847) - and current position to locate is (24.30229911867739,602.1567195914004,-943.6972353202347) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000001668976e-07 mm long - and its vector is (-9.291136393585475e-08,-9.454439009459747e-09,3.575041773729026e-08) mm - Endpoint of ComputeStep() was (569.5182844090816,109.7675900784995,-1049.406655128899) - and current position to locate is (569.5182843161703,109.7675900690451,-1049.406655093149) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998208037118e-08 mm long - and its vector is (3.809503823504201e-08,-7.034685722828726e-08,6.00007012963033e-08) mm - Endpoint of ComputeStep() was (-285.7419860154642,504.729152636066,-203.1663464939679) - and current position to locate is (-285.7419859773692,504.7291525657191,-203.1663464339672) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999991756425769e-08 mm long - and its vector is (8.627023362350883e-08,2.629207074278384e-09,5.05026491737226e-08) mm - Endpoint of ComputeStep() was (-598.7993884495537,-68.17275379959236,-1141.750261774243) - and current position to locate is (-598.7993883632835,-68.17275379696315,-1141.75026172374) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998455493005e-08 mm long - and its vector is (5.823034143759287e-08,-6.678516228930675e-08,-4.635694494936615e-08) mm - Endpoint of ComputeStep() was (345.4882968208214,-424.3092323110352,-1044.431552800641) - and current position to locate is (345.4882968790517,-424.3092323778204,-1044.431552846998) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000004331155e-07 mm long - and its vector is (-5.899210009374656e-10,9.81460175353277e-08,1.91575395547261e-08) mm - Endpoint of ComputeStep() was (630.4582486372894,8.165350401370727,-191.2646069190945) - and current position to locate is (630.4582486366995,8.165350499516745,-191.2646068999369) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000306901982e-07 mm long - and its vector is (-2.340215132790036e-08,9.635971309762681e-08,1.292869455937762e-08) mm - Endpoint of ComputeStep() was (79.62824153906506,-585.7697934478526,-1386.048133700423) - and current position to locate is (79.62824151566291,-585.7697933514929,-1386.048133687494) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998790111844e-08 mm long - and its vector is (5.536281832974055e-08,-6.223740456334781e-08,5.533047442440875e-08) mm - Endpoint of ComputeStep() was (-90.91324280709154,528.8514628131625,-934.0865896907071) - and current position to locate is (-90.91324275172872,528.8514627509251,-934.0865896353766) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999999518735e-08 mm long - and its vector is (-7.917878974694759e-08,5.390590729348332e-08,2.872059212677414e-08) mm - Endpoint of ComputeStep() was (-569.3389726460676,55.34926396261287,119.6765136026344) - and current position to locate is (-569.3389727252464,55.34926401651878,119.676513631355) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000070699795e-07 mm long - and its vector is (1.575745045556687e-08,2.204092197644059e-08,9.625955499359407e-08) mm - Endpoint of ComputeStep() was (690.4828509577521,-177.9014739014282,-449.2123537271156) - and current position to locate is (690.4828509735096,-177.9014738793873,-449.212353630856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997486770432e-08 mm long - and its vector is (-5.108503131623365e-08,-3.948866833525244e-08,7.636072041350417e-08) mm - Endpoint of ComputeStep() was (43.65889700178533,706.3037146393782,-1041.758525888409) - and current position to locate is (43.6588969507003,706.3037145998895,-1041.758525812048) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998503370792e-08 mm long - and its vector is (3.209901677792004e-09,-9.316306659457041e-08,-3.619857125158887e-08) mm - Endpoint of ComputeStep() was (-29.00671665217364,779.4604611745747,-986.2229925054318) - and current position to locate is (-29.00671664896374,779.4604610814116,-986.2229925416303) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000242710086e-07 mm long - and its vector is (3.177934893017209e-08,3.362174538779072e-08,-8.8654701357882e-08) mm - Endpoint of ComputeStep() was (10.83480102836323,606.202211314487,-883.4453847694434) - and current position to locate is (10.83480106014258,606.2022113481088,-883.4453848580981) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5725 (pi-,0.6146891014783[GeV]) at (85.542368453738,492.62815916198,-889.06620104259) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,39] 3.4054968273267e-07 [GeV] -Cell[7,32] 1.3891312351916e-05 [GeV] -Cell[8,33] 0.0014473877784352 [GeV] -Cell[7,12] 0.0005753434365879 [GeV] -Cell[10,23] 2.1307186178774e-06 [GeV] -Cell[7,27] 0.00014288681954762 [GeV] -Cell[7,28] 6.5819040173665e-08 [GeV] -Cell[7,17] 0.0012119387745628 [GeV] -Cell[6,20] 0.002181170229157 [GeV] -Cell[8,41] 0.00089780328817551 [GeV] -Cell[6,0] 0.0002625977161124 [GeV] -Cell[9,33] 0.001588643522413 [GeV] -Cell[6,8] 5.1502138376236e-10 [GeV] -Cell[7,16] 0.001742832820237 [GeV] -Cell[7,47] 0.0012212079455043 [GeV] -Cell[9,0] 6.215905625595e-08 [GeV] -Cell[7,41] 0.00015576139335758 [GeV] -Cell[7,46] 0.00054190574854169 [GeV] -Cell[8,32] 0.0006080902929607 [GeV] -Cell[6,12] 4.4704060710501e-06 [GeV] -Cell[6,11] 0.0030581186881378 [GeV] -Cell[7,42] 0.00015164756958791 [GeV] -Cell[7,43] 0.0043704776438376 [GeV] -Cell[9,31] 0.00022538417765941 [GeV] -Cell[7,31] 1.0923519148491e-06 [GeV] -Cell[5,30] 1.1381649680175e-05 [GeV] -Cell[5,29] 2.3343317013769e-07 [GeV] -Cell[5,12] 0.00012644534330354 [GeV] -Cell[2,18] 0.0015216564478869 [GeV] -Cell[2,17] 4.1427018776403e-06 [GeV] -Cell[9,30] 4.6452623791993e-10 [GeV] -Cell[7,30] 7.7465054346249e-08 [GeV] -Cell[8,15] 4.4116908705291e-05 [GeV] -Cell[6,40] 0.0010583722538122 [GeV] -Cell[4,40] 0.0010003535682057 [GeV] -Cell[8,17] 0.00030854071385704 [GeV] -Cell[8,16] 8.7893567979336e-12 [GeV] -Cell[7,21] 0.00045611303271012 [GeV] -Cell[9,42] 0.0002183213920847 [GeV] -Cell[6,6] 5.0415721489117e-08 [GeV] -Cell[10,24] 4.8505446443414e-08 [GeV] -Cell[4,2] 9.5828349003568e-08 [GeV] -Cell[4,0] 3.3719348721206e-07 [GeV] -Cell[4,1] 0.00088713877515829 [GeV] -Cell[0,21] 2.6827975030756e-05 [GeV] -Cell[3,37] 3.6442637703772e-05 [GeV] -Cell[4,12] 0.054306472644443 [GeV] -Cell[0,42] 1.4939198881621e-05 [GeV] -Cell[0,41] 4.4092479365645e-05 [GeV] -Cell[4,41] 1.0419559618754e-05 [GeV] -Cell[6,23] 6.5154264448211e-06 [GeV] -Cell[8,0] 0.0018534298877389 [GeV] -Cell[7,1] 0.0014407629937604 [GeV] -Cell[8,1] 0.0024643204288296 [GeV] -Cell[4,23] 0.0006398176680085 [GeV] -Cell[4,25] 1.177397120955e-08 [GeV] -Cell[4,24] 1.9390439422295e-07 [GeV] -Cell[5,23] 0.001610737945321 [GeV] -Cell[2,46] 0.00065401181992015 [GeV] -Cell[2,22] 0.0011866124812557 [GeV] -Cell[6,21] 0.0022733431718048 [GeV] -Cell[9,34] 0.00054056378602642 [GeV] -Cell[5,10] 0.22473012489539 [GeV] -Cell[2,42] 0.0027479759345029 [GeV] -Cell[2,43] 1.1378540279111e-05 [GeV] -Cell[4,39] 0.00070109315869712 [GeV] -Cell[3,36] 1.8144498881156e-10 [GeV] -Cell[6,1] 0.00013373727597389 [GeV] -Cell[6,22] 0.0023115996746574 [GeV] -Cell[3,24] 0.0002007250241631 [GeV] -Cell[8,45] 1.0882033937378e-05 [GeV] -Cell[3,23] 0.0055122561844962 [GeV] -Cell[3,22] 2.1007150473906e-07 [GeV] -Cell[2,36] 0.0001157339098138 [GeV] -Cell[2,37] 0.0029622057190822 [GeV] -Cell[5,40] 0.000230202225776 [GeV] -Cell[10,42] 6.2858907102054e-05 [GeV] -Cell[7,40] 1.7266414670303e-07 [GeV] -Cell[5,39] 0.00075655391079533 [GeV] -Cell[7,25] 2.2554030321771e-05 [GeV] -Cell[5,11] 0.0061671971023707 [GeV] -Cell[6,10] 2.6555528311292e-05 [GeV] -Cell[2,47] 0.0017614443789873 [GeV] -Cell[5,8] 2.5267566797993e-08 [GeV] -Cell[9,32] 5.1144589301089e-05 [GeV] -Cell[5,9] 0.0028088383910198 [GeV] -Cell[7,0] 0.00026612683157583 [GeV] -Cell[4,9] 3.0866204295307e-05 [GeV] -Cell[8,47] 0.00024653546471684 [GeV] -Cell[5,13] 5.7720285440155e-11 [GeV] -Cell[6,30] 2.2197869839147e-08 [GeV] -Cell[4,11] 0.0075798161990099 [GeV] -### Total energy deposition in calorimeter by a source track in 92 cells : 0.35260103011574 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999983892777e-08 mm long - and its vector is (-8.787054639469716e-08,3.192853625932912e-08,3.5487119021127e-08) mm - Endpoint of ComputeStep() was (494.5634803049045,73.5320612448718,-1530.474453301234) - and current position to locate is (494.5634802170339,73.53206127680033,-1530.474453265747) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000294567301e-07 mm long - and its vector is (9.941891221387777e-08,-1.057941290127928e-08,-1.990429154830053e-09) mm - Endpoint of ComputeStep() was (-334.4934668484725,493.5516258303391,-1140.711483896206) - and current position to locate is (-334.4934667490535,493.5516258197597,-1140.711483898197) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000078657584e-07 mm long - and its vector is (6.343509539874503e-08,-1.246826286660507e-08,7.62925083108712e-08) mm - Endpoint of ComputeStep() was (-451.9934650590659,640.0454158843102,-1044.154128862119) - and current position to locate is (-451.9934649956308,640.0454158718419,-1044.154128785826) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996856661988e-08 mm long - and its vector is (-5.345060571926297e-08,-7.961017445268226e-08,-2.837686707835019e-08) mm - Endpoint of ComputeStep() was (-320.3128660807296,447.1014066854346,-59.92160109265965) - and current position to locate is (-320.3128661341802,447.1014066058244,-59.92160112103652) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999990048111669e-08 mm long - and its vector is (-1.134515059675323e-08,6.99276370141888e-09,9.910786502587143e-08) mm - Endpoint of ComputeStep() was (-386.8852321557945,459.8069814528637,-1241.112561128874) - and current position to locate is (-386.8852321671397,459.8069814598564,-1241.112561029767) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 3930 (pi+,0.42341575641016[GeV]) at (-379.21585867194,325.87625340258,-1082.3791793744) +Source track ID 8975 (pi+,0.33210378942782[GeV]) at (220.24431917059,448.87909271104,-1605.8307260595) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,41] 1.2985992361791e-06 [GeV] -Cell[4,18] 0.094649895500895 [GeV] -Cell[6,41] 0.00096182234175001 [GeV] -Cell[4,16] 0.00047570243283997 [GeV] -Cell[4,17] 0.089323600480878 [GeV] -Cell[3,18] 0.00011576993707638 [GeV] -Cell[3,17] 0.1857631699747 [GeV] -Cell[5,40] 0.0017745557622812 [GeV] -Cell[3,16] 8.1710169324651e-05 [GeV] -Cell[9,17] 1.0734447528193e-08 [GeV] -Cell[7,40] 4.527630289283e-05 [GeV] -Cell[9,16] 1.2454597595024e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.3731929367823 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000157579695e-07 mm long - and its vector is (2.136960119969444e-08,5.579354755980148e-08,8.018992048164364e-08) mm - Endpoint of ComputeStep() was (-629.967368056046,6.412114374143544,-1557.317161961788) - and current position to locate is (-629.9673680346764,6.412114429937091,-1557.317161881598) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000159492615e-07 mm long - and its vector is (-5.715719453291968e-09,-8.519151606378728e-08,-5.205515662964899e-08) mm - Endpoint of ComputeStep() was (514.2631490917346,-363.9140192822013,-1091.033146268461) - and current position to locate is (514.2631490860189,-363.9140193673928,-1091.033146320516) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999879507167e-08 mm long - and its vector is (1.023772711050697e-08,-7.282437763933558e-08,6.776281225029379e-08) mm - Endpoint of ComputeStep() was (-510.6207014374875,-169.2747727022766,-1006.155467522985) - and current position to locate is (-510.6207014272497,-169.274772775101,-1006.155467455222) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000391714299e-07 mm long - and its vector is (-6.443440270231804e-08,4.88490741190617e-08,5.883862286282238e-08) mm - Endpoint of ComputeStep() was (490.1149221464381,-387.4571415210937,-999.1575906900642) - and current position to locate is (490.1149220820037,-387.4571414722446,-999.1575906312256) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000046064354e-07 mm long - and its vector is (-2.7750331810239e-08,-4.184136059848242e-08,-8.648248694953509e-08) mm - Endpoint of ComputeStep() was (-467.5896514657432,265.4833370512729,133.8361695655003) - and current position to locate is (-467.5896514934935,265.4833370094315,133.8361694790179) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999660000688e-08 mm long - and its vector is (8.719041488802759e-08,-4.061769232066581e-08,2.735009729804005e-08) mm - Endpoint of ComputeStep() was (-573.6897547028331,371.8793540207687,-1262.455079354321) - and current position to locate is (-573.6897546156426,371.879353980151,-1262.455079326971) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997578495994e-08 mm long - and its vector is (-5.549176762542629e-08,7.813940783307771e-08,-2.85463102045469e-08) mm - Endpoint of ComputeStep() was (-156.2117422810634,-474.9714640169509,-1436.932565113606) - and current position to locate is (-156.2117423365552,-474.9714639388115,-1436.932565142152) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998664451461e-08 mm long - and its vector is (2.696685896808049e-08,-4.122756536162342e-08,-8.702340892341454e-08) mm - Endpoint of ComputeStep() was (693.4965205390629,-464.6166976495612,-1027.006925018625) - and current position to locate is (693.4965205660297,-464.6166976907887,-1027.006925105649) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5652 (pi-,0.49353703003438[GeV]) at (306.90367737194,-394.72792251825,-951.08445590578) +Cell[1,44] 2.1438386192926e-05 [GeV] +Cell[3,12] 1.9161195668858e-06 [GeV] +Cell[2,12] 0.00012003795619069 [GeV] +Cell[2,11] 4.0462838280746e-06 [GeV] +Cell[1,9] 0.0010188367948937 [GeV] +Cell[1,8] 0.19812166882621 [GeV] +Cell[0,9] 3.5835661947203e-08 [GeV] +Cell[1,7] 0.089415676263933 [GeV] +Cell[1,45] 9.5123622595679e-05 [GeV] +Cell[0,44] 8.2882701932249e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.28888166279101 (GeV) + +Source track ID 8976 (pi-,0.61478686044453[GeV]) at (85.573916912851,492.62267989222,-891.21916372411) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,39] 0.00051730637986338 [GeV] -Cell[9,19] 7.9763703979552e-09 [GeV] -Cell[7,41] 9.6958267369018e-06 [GeV] -Cell[10,20] 1.5001475844656e-08 [GeV] -Cell[4,40] 0.00041386320816458 [GeV] -Cell[4,26] 6.3850166179691e-07 [GeV] -Cell[4,27] 5.7385876743865e-07 [GeV] -Cell[4,28] 4.2275293785679e-06 [GeV] -Cell[1,23] 3.6640773996282e-05 [GeV] -Cell[1,22] 3.5360842966838e-06 [GeV] -Cell[4,19] 0.00038051920713997 [GeV] -Cell[4,42] 0.10941696178415 [GeV] -Cell[4,44] 2.9155635274947e-09 [GeV] -Cell[4,43] 0.013748536394272 [GeV] -Cell[5,42] 0.060461404458407 [GeV] -Cell[4,41] 0.16908770617548 [GeV] -Cell[2,21] 0.0023180683004324 [GeV] -Cell[2,22] 1.554875052534e-08 [GeV] -Cell[2,23] 0.00066966586962576 [GeV] -Cell[5,44] 0.00062837058389027 [GeV] -Cell[2,25] 4.082361588371e-05 [GeV] -Cell[5,41] 0.077003370581101 [GeV] -Cell[4,30] 1.9254857237684e-05 [GeV] -Cell[4,31] 3.1338043278083e-05 [GeV] -Cell[3,19] 5.3386567446978e-07 [GeV] -Cell[2,24] 0.00095967114665086 [GeV] -Cell[4,37] 0.00071488333822428 [GeV] -Cell[7,38] 0.00093353198721434 [GeV] -Cell[4,20] 0.00016459239834876 [GeV] -Cell[5,43] 0.00038492329637666 [GeV] -Cell[4,38] 0.0010518203432057 [GeV] -Cell[7,40] 5.9312093445783e-05 [GeV] -Cell[10,19] 3.4198894775272e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.43906215393401 (GeV) - -Source track ID 5677 (e-,0.00051893445512903[GeV]) at (-221.20122725774,448.40831510987,-888.82444958757) +Cell[8,9] 4.6954053686932e-08 [GeV] +Cell[7,37] 1.5512423124164e-07 [GeV] +Cell[6,37] 1.0725160856964e-05 [GeV] +Cell[7,9] 2.5062762006201e-08 [GeV] +Cell[7,11] 4.9803177757894e-06 [GeV] +Cell[7,10] 2.9792133555247e-05 [GeV] +Cell[5,45] 0.00023900092283168 [GeV] +Cell[7,35] 1.2054677063134e-06 [GeV] +Cell[5,43] 2.2198857299145e-06 [GeV] +Cell[6,46] 5.4945918091107e-06 [GeV] +Cell[7,18] 1.1543929758773e-09 [GeV] +Cell[7,19] 9.1976598855581e-06 [GeV] +Cell[4,9] 0.062240736067384 [GeV] +Cell[6,19] 4.1661598970677e-10 [GeV] +Cell[6,20] 0.00052079399754916 [GeV] +Cell[6,2] 2.1986808860675e-08 [GeV] +Cell[7,34] 0.0012264413099006 [GeV] +Cell[7,36] 4.4935615967916e-05 [GeV] +Cell[6,36] 0.0016409492200157 [GeV] +Cell[8,38] 0.00055457666250732 [GeV] +Cell[6,35] 0.00065550197027278 [GeV] +Cell[4,21] 0.0002648430441177 [GeV] +Cell[6,45] 7.9906251990906e-05 [GeV] +Cell[8,41] 1.9083168066572e-05 [GeV] +Cell[6,38] 4.3967202072963e-06 [GeV] +Cell[4,11] 0.0013835013019506 [GeV] +Cell[4,10] 0.0061357631982581 [GeV] +Cell[5,30] 5.1057609380223e-07 [GeV] +Cell[2,2] 0.00048064785727217 [GeV] +Cell[5,18] 0.00010596584656048 [GeV] +Cell[4,18] 0.00038024800407368 [GeV] +Cell[4,19] 2.430406510598e-06 [GeV] +Cell[5,2] 2.0566076273099e-08 [GeV] +Cell[6,44] 0.00010693209193653 [GeV] +Cell[1,11] 2.4226455662756e-05 [GeV] +Cell[1,10] 1.2072650553137e-06 [GeV] +Cell[1,9] 1.5973055269569e-09 [GeV] +Cell[5,19] 1.9031551801163e-10 [GeV] +Cell[3,46] 3.1749047934682e-08 [GeV] +Cell[2,42] 0.00046222324210316 [GeV] +Cell[2,41] 1.2125383364037e-10 [GeV] +Cell[5,44] 0.0003720620870381 [GeV] +Cell[6,10] 0.015248586510759 [GeV] +Cell[6,11] 0.00102163651432 [GeV] +Cell[2,0] 0.0010536481540146 [GeV] +Cell[4,20] 8.7585061559253e-05 [GeV] +Cell[4,22] 7.5300588359823e-05 [GeV] +Cell[3,22] 2.2667639617566e-06 [GeV] +Cell[1,1] 4.683575953095e-07 [GeV] +Cell[2,47] 2.2592277905119e-05 [GeV] +Cell[4,46] 2.7823299664306e-05 [GeV] +Cell[2,16] 2.3372465511784e-07 [GeV] +Cell[4,36] 0.00043279452227318 [GeV] +Cell[4,35] 8.4237338160165e-06 [GeV] +Cell[5,13] 5.1208128570579e-06 [GeV] +Cell[4,12] 0.0024543715708642 [GeV] +Cell[5,9] 0.019799783255022 [GeV] +Cell[5,10] 0.084901657276553 [GeV] +Cell[6,9] 0.001446013218563 [GeV] +Cell[5,8] 0.0017859029211801 [GeV] +Cell[5,7] 0.0011104977374243 [GeV] +Cell[2,7] 3.6371813621372e-08 [GeV] +Cell[1,0] 1.1539323168108e-09 [GeV] +Cell[5,25] 7.2224960924359e-05 [GeV] +Cell[5,12] 0.014964948947917 [GeV] +Cell[3,31] 0.0019177021771973 [GeV] +Cell[2,46] 0.00035427930707465 [GeV] +Cell[0,26] 0.003991439632107 [GeV] +Cell[2,45] 2.2335545725127e-07 [GeV] +Cell[3,45] 2.9538608714574e-09 [GeV] +Cell[5,11] 0.0076717856202556 [GeV] +Cell[5,35] 6.8404439545702e-05 [GeV] +Cell[8,40] 4.52132379869e-05 [GeV] +Cell[5,21] 5.6150430532398e-07 [GeV] +Cell[6,1] 5.468387005385e-05 [GeV] +Cell[0,27] 0.00052962468089503 [GeV] +Cell[0,25] 0.00048469053337952 [GeV] +Cell[1,5] 2.354136086069e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 78 cells : 0.23665156788517 (GeV) + +Source track ID 3001 (pi+,0.42341280635687[GeV]) at (-381.01657116218,323.76901102455,-1081.8855267331) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[5,15] 7.9355451290283e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.9355451290283e-06 (GeV) - -Source track ID 5662 (e-,0.00060910554984741[GeV]) at (-221.61344795483,448.20472965551,-888.11241690682) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[5,15] 9.5626323670185e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.5626323670185e-05 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999117861193e-08 mm long - and its vector is (2.516060249035945e-08,7.957146408443805e-08,-5.509377842827234e-08) mm - Endpoint of ComputeStep() was (-358.1278642796931,1262.209289664411,-1430.892737818638) - and current position to locate is (-358.1278642545325,1262.209289743982,-1430.892737873731) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000061511144e-07 mm long - and its vector is (-3.224437250537449e-08,8.006270491023315e-08,-5.050014806329273e-08) mm - Endpoint of ComputeStep() was (-370.4369362415578,993.5267153731832,-1225.261090998495) - and current position to locate is (-370.4369362738021,993.5267154532459,-1225.261091048995) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000378630633e-07 mm long - and its vector is (1.361740942229517e-09,-5.349238563212566e-08,8.447909749520477e-08) mm - Endpoint of ComputeStep() was (-413.3453556116455,1196.176750561229,-1297.190165000789) - and current position to locate is (-413.3453556102837,1196.176750507737,-1297.19016491631) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000331432403e-07 mm long - and its vector is (-3.616781896198518e-08,7.150356395868585e-08,-5.982587936159689e-08) mm - Endpoint of ComputeStep() was (-297.0293430960583,1300.573256609368,-1616.183445224686) - and current position to locate is (-297.0293431322261,1300.573256680872,-1616.183445284511) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000642137001e-07 mm long - and its vector is (6.614837388951855e-08,-5.960669113846961e-08,4.551316123979632e-08) mm - Endpoint of ComputeStep() was (-165.5513441633864,1089.639443235203,-1597.43866927158) - and current position to locate is (-165.551344097238,1089.639443175596,-1597.438669226067) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000983480357e-07 mm long - and its vector is (-2.568225454524509e-08,-2.79214873444289e-09,9.660561772761866e-08) mm - Endpoint of ComputeStep() was (-376.6785405842092,1139.159831193964,-1392.157839062907) - and current position to locate is (-376.6785406098915,1139.159831191172,-1392.157838966301) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000383559505e-07 mm long - and its vector is (-8.256373007498041e-08,-5.400761438068002e-08,-1.632224666536786e-08) mm - Endpoint of ComputeStep() was (-239.8551913079831,1175.784626234757,-1496.929062488133) - and current position to locate is (-239.8551913905468,1175.784626180749,-1496.929062504455) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000306864985e-07 mm long - and its vector is (9.339714779343922e-08,-3.423087946430314e-08,-1.025796336762141e-08) mm - Endpoint of ComputeStep() was (-488.9359460111204,1236.86767314625,-1417.282520435077) - and current position to locate is (-488.9359459177233,1236.867673112019,-1417.282520445335) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000070777989e-07 mm long - and its vector is (6.600328106287634e-08,-6.59804300084943e-08,3.591867425711825e-08) mm - Endpoint of ComputeStep() was (-379.1936594879352,1191.097044245926,-1578.925816919383) - and current position to locate is (-379.1936594219319,1191.097044179946,-1578.925816883464) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992702792211e-08 mm long - and its vector is (-3.792970915128535e-08,2.622232386784162e-08,-8.873394108377397e-08) mm - Endpoint of ComputeStep() was (-189.3541651969059,1245.45362319666,-1348.526979337844) - and current position to locate is (-189.3541652348356,1245.453623222882,-1348.526979426578) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000904868546e-07 mm long - and its vector is (-2.999627213284839e-10,-5.118090484756976e-08,8.590950528741814e-08) mm - Endpoint of ComputeStep() was (-425.5139848863467,1299.505773594037,-1309.582061171606) - and current position to locate is (-425.5139848866467,1299.505773542856,-1309.582061085697) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001179258125e-07 mm long - and its vector is (-2.068850335490424e-08,-8.334632184414659e-08,-5.123865776113234e-08) mm - Endpoint of ComputeStep() was (-315.1401183020489,1309.660026744677,-1302.007061162393) - and current position to locate is (-315.1401183227374,1309.660026661331,-1302.007061213632) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000237589274e-07 mm long - and its vector is (-3.495881628623465e-08,8.236020221374929e-08,-4.466187419893686e-08) mm - Endpoint of ComputeStep() was (-369.9618712596932,1286.125440854058,-1259.019985364901) - and current position to locate is (-369.961871294652,1286.125440936418,-1259.019985409563) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999010755241e-08 mm long - and its vector is (1.325702214671765e-08,-8.928805073082913e-08,4.303342393541243e-08) mm - Endpoint of ComputeStep() was (-642.0161213601184,1300.929904134015,-1416.443225546876) - and current position to locate is (-642.0161213468614,1300.929904044727,-1416.443225503843) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997629979921e-08 mm long - and its vector is (-8.681635677021404e-08,-1.933381099661347e-08,4.570688361127395e-08) mm - Endpoint of ComputeStep() was (-190.0907741661756,1378.707307150324,-1392.635339365278) - and current position to locate is (-190.090774252992,1378.70730713099,-1392.635339319571) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995372741777e-08 mm long - and its vector is (2.739943738561124e-08,-3.115360414085444e-08,-9.098744158109184e-08) mm - Endpoint of ComputeStep() was (-958.4682083875042,1454.240602626501,-1399.999999909013) - and current position to locate is (-958.4682083601048,1454.240602595347,-1400) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000696528897e-07 mm long - and its vector is (3.897571332345251e-08,-4.108437678951304e-08,8.241954674303997e-08) mm - Endpoint of ComputeStep() was (-756.298595232614,1272.168398842174,-1516.886232436568) - and current position to locate is (-756.2985951936383,1272.16839880109,-1516.886232354149) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000504983062e-07 mm long - and its vector is (-3.656066382973222e-08,8.174242793757003e-08,-4.451408130989876e-08) mm - Endpoint of ComputeStep() was (-561.4297795470502,1315.553805512177,-1423.777304770981) - and current position to locate is (-561.4297795836109,1315.553805593919,-1423.777304815495) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995222718285e-08 mm long - and its vector is (-8.941822216002038e-08,4.068169801030308e-08,1.869148036348633e-08) mm - Endpoint of ComputeStep() was (-769.1196143927865,1205.56587537978,-1551.495533302104) - and current position to locate is (-769.1196144822047,1205.565875420461,-1551.495533283412) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994738449029e-08 mm long - and its vector is (-7.236258170451038e-08,5.910123945795931e-08,-3.564673534128815e-08) mm - Endpoint of ComputeStep() was (-662.2440867742032,1414.123147694222,-1591.242742141953) - and current position to locate is (-662.2440868465658,1414.123147753323,-1591.2427421776) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000505039931e-07 mm long - and its vector is (-7.289884251804324e-08,6.285699782893062e-08,2.710658009164035e-08) mm - Endpoint of ComputeStep() was (-777.8124550533227,1164.048016408336,-1645.09551735826) - and current position to locate is (-777.8124551262215,1164.048016471193,-1645.095517331153) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000825791278e-07 mm long - and its vector is (3.099626155744772e-08,8.781262295087799e-08,3.644436219474301e-08) mm - Endpoint of ComputeStep() was (-827.4749434477177,1296.936072708841,-1700.706191416646) - and current position to locate is (-827.4749434167214,1296.936072796654,-1700.706191380202) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000258668803e-07 mm long - and its vector is (2.892693373723887e-08,-1.347666511719581e-08,9.477139428781811e-08) mm - Endpoint of ComputeStep() was (-514.9545725449207,1239.828263887336,-1452.473508014203) - and current position to locate is (-514.9545725159937,1239.828263873859,-1452.473507919432) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000292510821e-07 mm long - and its vector is (-9.879545359581243e-08,8.435563358943909e-09,1.297325979976449e-08) mm - Endpoint of ComputeStep() was (-804.1250690010551,1242.490592811148,-1642.419404999706) - and current position to locate is (-804.1250690998505,1242.490592819584,-1642.419404986733) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000345660389e-07 mm long - and its vector is (-6.417428721761098e-08,6.593404577870388e-08,-3.917102731065825e-08) mm - Endpoint of ComputeStep() was (-660.137983494057,1234.592176591472,-1671.913130374678) - and current position to locate is (-660.1379835582313,1234.592176657406,-1671.913130413849) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993237399659e-08 mm long - and its vector is (-5.667720870405901e-08,8.224128578149248e-08,-4.904222805635072e-09) mm - Endpoint of ComputeStep() was (-695.4213646936723,1194.898558757001,-1561.580026389151) - and current position to locate is (-695.4213647503495,1194.898558839242,-1561.580026394055) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999447983829e-08 mm long - and its vector is (4.19298658016487e-08,2.701608536881395e-08,-8.66718892211793e-08) mm - Endpoint of ComputeStep() was (-419.7391314634379,1447.3598365967,-1402.3479111958) - and current position to locate is (-419.739131421508,1447.359836623716,-1402.347911282472) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998082043512e-08 mm long - and its vector is (-7.961284609336872e-08,1.573243935126811e-08,5.843185135745443e-08) mm - Endpoint of ComputeStep() was (-396.4554435132544,1446.659283038015,-1171.559389744338) - and current position to locate is (-396.4554435928673,1446.659283053748,-1171.559389685906) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000550364235e-07 mm long - and its vector is (-5.245271950116148e-08,8.379356586374342e-08,-1.507851266069338e-08) mm - Endpoint of ComputeStep() was (-552.2450245610867,1286.477917639473,-1158.157933077759) - and current position to locate is (-552.2450246135394,1286.477917723267,-1158.157933092838) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000040532687e-07 mm long - and its vector is (-7.230864440543883e-08,2.236652107967529e-08,6.535447027999908e-08) mm - Endpoint of ComputeStep() was (-13.91625785895228,1708.888852399798,-1332.882602423355) - and current position to locate is (-13.91625793126093,1708.888852422165,-1332.882602358001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000444168029e-07 mm long - and its vector is (-4.84622546537139e-08,2.548858901718631e-10,-8.747201718506403e-08) mm - Endpoint of ComputeStep() was (257.7855175537471,1925.657300125693,-1404.234721933651) - and current position to locate is (257.7855175052848,1925.657300125948,-1404.234722021123) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996797839224e-08 mm long - and its vector is (6.210919423210726e-08,-7.56861027184641e-08,-2.034835233644117e-08) mm - Endpoint of ComputeStep() was (239.3438369735347,1484.400673255886,-1353.032383006329) - and current position to locate is (239.3438370356439,1484.4006731802,-1353.032383026677) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994346475065e-08 mm long - and its vector is (4.637001893570414e-08,-7.476933205907699e-08,4.753269422508311e-08) mm - Endpoint of ComputeStep() was (129.300963837099,1795.349899325276,-1301.926044356007) - and current position to locate is (129.3009638834691,1795.349899250507,-1301.926044308474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999988260986119e-08 mm long - and its vector is (-2.443826474518573e-09,3.868262865580618e-08,-9.218274499289691e-08) mm - Endpoint of ComputeStep() was (102.5467212003562,1940.021357706416,-1199.999999907817) - and current position to locate is (102.5467211979124,1940.021357745098,-1200) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000050262982e-07 mm long - and its vector is (3.479485144453065e-08,-6.956520337553229e-08,-6.28490397502901e-08) mm - Endpoint of ComputeStep() was (186.2575681916993,1890.848518137142,-1139.234233550207) - and current position to locate is (186.2575682264942,1890.848518067577,-1139.234233613056) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996137512987e-08 mm long - and its vector is (1.465704713154992e-08,8.533402251487132e-08,-5.003266778658144e-08) mm - Endpoint of ComputeStep() was (253.3713860656903,1832.567308560033,-1287.811447025815) - and current position to locate is (253.3713860803474,1832.567308645367,-1287.811447075847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000467242481e-07 mm long - and its vector is (-1.901622681543813e-08,9.036648407345638e-08,3.837044459942263e-08) mm - Endpoint of ComputeStep() was (493.2158835689303,1721.466595922406,-1206.220211544294) - and current position to locate is (493.2158835499141,1721.466596012773,-1206.220211505924) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000120852785e-07 mm long - and its vector is (-7.895982889749575e-08,9.997620509238914e-10,-6.13542852079263e-08) mm - Endpoint of ComputeStep() was (417.1325049071326,1779.828554873804,-1261.527399138854) - and current position to locate is (417.1325048281727,1779.828554874803,-1261.527399200208) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992297825605e-08 mm long - and its vector is (6.185021561577742e-08,-4.899061423202511e-08,6.143659447843675e-08) mm - Endpoint of ComputeStep() was (237.8692897023084,1804.706495810833,-1192.404636659483) - and current position to locate is (237.8692897641586,1804.706495761843,-1192.404636598046) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5653 (pi+,1.8605663070332[GeV]) at (-197.54475489381,459.32131434753,-618.4280808783) +Cell[4,18] 0.092834655838759 [GeV] +Cell[4,17] 0.054771390556498 [GeV] +Cell[3,16] 0.098945653432602 [GeV] +Cell[3,17] 0.093890750577204 [GeV] +Cell[2,15] 0.00083319461311578 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.34127564501818 (GeV) + +Source track ID 8907 (pi-,0.49368053462077[GeV]) at (310.50628792356,-391.90030002531,-959.5845258053) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,14] 0.52376347758733 [GeV] -Cell[2,10] 1.069938210685e-05 [GeV] -Cell[3,9] 0.00018798058370726 [GeV] -Cell[2,13] 0.012480698035709 [GeV] -Cell[6,4] 0.00017920313863794 [GeV] -Cell[0,16] 0.00080591912166301 [GeV] -Cell[3,10] 0.026640301777649 [GeV] -Cell[2,12] 1.1342637386406e-05 [GeV] -Cell[2,11] 0.0011472646701213 [GeV] -Cell[1,14] 0.00047215713483729 [GeV] -Cell[2,15] 0.0074201979742019 [GeV] -Cell[2,14] 0.022183488984174 [GeV] -Cell[1,15] 0.0011595980001487 [GeV] -Cell[1,13] 3.9055616980477e-09 [GeV] -Cell[1,11] 0.0022230492057704 [GeV] -Cell[3,13] 0.0091880093362503 [GeV] -Cell[5,14] 0.3058885831074 [GeV] -Cell[1,16] 0.003416807943352 [GeV] -Cell[4,10] 0.0031759737341022 [GeV] -Cell[4,11] 0.0049260099608167 [GeV] -Cell[6,15] 0.0606996277735 [GeV] -Cell[6,14] 0.18901340373093 [GeV] -Cell[4,14] 0.27775510146911 [GeV] -Cell[3,12] 0.002086652674803 [GeV] -Cell[3,15] 0.0010123079343532 [GeV] -Cell[2,16] 0.011127614580053 [GeV] -Cell[4,15] 6.7579094320536e-11 [GeV] -Cell[3,11] 0.010560091546412 [GeV] -### Total energy deposition in calorimeter by a source track in 28 cells : 1.4775355659977 (GeV) - -Source track ID 5650 (gamma,1.5112205487345[GeV]) at (-499.81457251293,13.615913620395,-1633.5784559777) +Cell[5,41] 0.071281248200339 [GeV] +Cell[7,11] 0.00045583645256875 [GeV] +Cell[8,11] 6.2162712310965e-11 [GeV] +Cell[8,14] 3.0888287321432e-05 [GeV] +Cell[10,26] 0.063539967135963 [GeV] +Cell[7,12] 0.00017549351878381 [GeV] +Cell[6,20] 0.00032752516118983 [GeV] +Cell[3,21] 2.3335334670264e-05 [GeV] +Cell[4,40] 0.0014143919784953 [GeV] +Cell[4,44] 2.4543037625335e-07 [GeV] +Cell[7,30] 7.6074406097177e-06 [GeV] +Cell[4,18] 0.00062361477876152 [GeV] +Cell[4,42] 0.083446499169389 [GeV] +Cell[3,19] 9.5965144630554e-06 [GeV] +Cell[3,18] 4.9329663658e-06 [GeV] +Cell[2,22] 2.8387444672262e-08 [GeV] +Cell[2,23] 1.8976661499437e-07 [GeV] +Cell[4,41] 0.20469273921738 [GeV] +Cell[3,22] 0.0010845317077471 [GeV] +Cell[3,23] 2.293726253265e-05 [GeV] +Cell[4,4] 6.0971947040798e-05 [GeV] +Cell[3,44] 7.9937191230783e-09 [GeV] +Cell[3,42] 0.0012986279874694 [GeV] +Cell[3,41] 0.00014265654177098 [GeV] +Cell[4,5] 6.3230026432848e-07 [GeV] +Cell[5,4] 0.00012167462334696 [GeV] +Cell[5,5] 0.00055688733461466 [GeV] +Cell[9,27] 2.0506469882093e-06 [GeV] +Cell[3,40] 1.884595124011e-07 [GeV] +Cell[10,27] 2.4653245551235e-05 [GeV] +Cell[3,43] 0.00039030065794441 [GeV] +Cell[4,43] 0.0034419136393651 [GeV] +Cell[11,27] 3.5797711461782e-12 [GeV] +### Total energy deposition in calorimeter by a source track in 33 cells : 0.43318217415435 (GeV) + +Source track ID 8908 (pi+,1.8608976028368[GeV]) at (-197.39807765728,459.38436949597,-618.11911444366) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,45] 0.0067038591316843 [GeV] -Cell[8,7] 0.00038172993386957 [GeV] -Cell[7,8] 0.0011026062936215 [GeV] -Cell[2,35] 0.00024488835987887 [GeV] -Cell[0,6] 0.0018437291937498 [GeV] -Cell[1,24] 0.057613787671223 [GeV] -Cell[11,2] 0.00051099891 [GeV] -Cell[0,24] 0.0011048383077198 [GeV] -Cell[0,21] 0.00090303199396892 [GeV] -Cell[1,23] 1.3802036363369 [GeV] -Cell[1,22] 0.0040756979957345 [GeV] -Cell[0,22] 0.00011647292804454 [GeV] -Cell[0,23] 0.0018479800545091 [GeV] -Cell[0,5] 0.00037681557837947 [GeV] -Cell[1,6] 0.0019935366633835 [GeV] -Cell[0,25] 0.00019131942754674 [GeV] -Cell[4,6] 0.00061966535841878 [GeV] -Cell[1,12] 0.00037301099204878 [GeV] -Cell[1,25] 0.0013838686845826 [GeV] -Cell[5,45] 0.0048775763256971 [GeV] -Cell[3,5] 0.00051099891 [GeV] -Cell[1,44] 0.0012910838619984 [GeV] -Cell[3,2] 0.0010041295069313 [GeV] -Cell[0,9] 0.00091287929985107 [GeV] -Cell[0,32] 0.00092909703244431 [GeV] -Cell[2,43] 0.0050939135401251 [GeV] -Cell[0,43] 0.00069492615638888 [GeV] -Cell[0,14] 0.0013975957849105 [GeV] -Cell[2,36] 0.00060107611860007 [GeV] -Cell[2,30] 0.00068489494047845 [GeV] -Cell[11,45] 0.0031993967571649 [GeV] -Cell[1,31] 0.0019732309888503 [GeV] -Cell[5,36] 0.00039031558554839 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 1.4851525886243 (GeV) - -Source track ID 5651 (gamma,2.1679106429722[GeV]) at (-488.39603125188,-107.09489557122,-1544.0566940584) +Cell[7,11] 9.844716828411e-08 [GeV] +Cell[7,10] 1.9240542314947e-10 [GeV] +Cell[7,13] 0.0014844824543126 [GeV] +Cell[8,33] 0.0012552701041025 [GeV] +Cell[8,34] 0.001263184430096 [GeV] +Cell[7,12] 0.0014590308415015 [GeV] +Cell[9,11] 2.7711322389564e-05 [GeV] +Cell[6,17] 1.6052031153322e-06 [GeV] +Cell[9,12] 0.0019115401819554 [GeV] +Cell[7,15] 0.0012779425009455 [GeV] +Cell[7,14] 0.0052088810664522 [GeV] +Cell[8,32] 7.7036388684064e-06 [GeV] +Cell[8,13] 4.9043792649172e-05 [GeV] +Cell[10,12] 6.0589409034037e-05 [GeV] +Cell[5,36] 0.00013835231785004 [GeV] +Cell[4,44] 0.013853446324486 [GeV] +Cell[6,13] 0.0074134385253597 [GeV] +Cell[6,14] 0.68359015290306 [GeV] +Cell[4,18] 2.2047606762499e-07 [GeV] +Cell[5,0] 1.9793674255197e-11 [GeV] +Cell[4,16] 0.00012929359445275 [GeV] +Cell[2,11] 1.4674431586172e-06 [GeV] +Cell[4,3] 7.2238793196675e-06 [GeV] +Cell[5,26] 1.7290658113779e-05 [GeV] +Cell[4,17] 2.0458261315298e-05 [GeV] +Cell[5,17] 0.019671473140401 [GeV] +Cell[4,42] 1.8767510773614e-06 [GeV] +Cell[1,37] 0.0011016882664982 [GeV] +Cell[6,12] 0.00097423284552156 [GeV] +Cell[2,6] 0.00065556497343459 [GeV] +Cell[2,4] 8.5053164070814e-08 [GeV] +Cell[2,5] 2.0355896803039e-06 [GeV] +Cell[7,16] 1.012008140151e-07 [GeV] +Cell[10,44] 1.031773435534e-05 [GeV] +Cell[5,44] 0.00071423736287547 [GeV] +Cell[6,10] 0.0054028383249959 [GeV] +Cell[6,11] 0.0023822030072154 [GeV] +Cell[5,16] 0.0023533674419736 [GeV] +Cell[3,44] 5.8194273151457e-09 [GeV] +Cell[4,47] 1.645902954624e-05 [GeV] +Cell[4,46] 0.0019067193341723 [GeV] +Cell[5,14] 0.0060661139387779 [GeV] +Cell[5,13] 2.869202420402e-05 [GeV] +Cell[5,15] 0.14490332861487 [GeV] +Cell[3,17] 1.148256143324e-07 [GeV] +Cell[5,47] 0.00063274678566178 [GeV] +Cell[10,45] 0.00020687788678003 [GeV] +Cell[10,11] 1.2991051357858e-05 [GeV] +Cell[5,12] 0.0018476419978351 [GeV] +Cell[4,45] 0.0013072939330665 [GeV] +Cell[1,27] 2.0844974089414e-05 [GeV] +Cell[3,35] 0.00024036935271636 [GeV] +Cell[9,13] 0.18115408420625 [GeV] +Cell[3,36] 3.0892011977812e-08 [GeV] +Cell[10,46] 8.7551597971469e-09 [GeV] +Cell[5,11] 0.00023191004482948 [GeV] +Cell[5,35] 3.898539932834e-08 [GeV] +Cell[4,43] 0.0012101369053678 [GeV] +Cell[6,15] 0.39315548129229 [GeV] +Cell[5,37] 0.00048375465195704 [GeV] +Cell[9,45] 0.00018370288258586 [GeV] +Cell[9,44] 5.6487626807211e-09 [GeV] +Cell[0,37] 0.00015418081275629 [GeV] +Cell[1,38] 2.017810641064e-07 [GeV] +Cell[6,16] 0.0042989831290942 [GeV] +### Total energy deposition in calorimeter by a source track in 65 cells : 1.4905111692356 (GeV) + +Source track ID 8905 (gamma,1.5112205487345[GeV]) at (-499.81457149767,13.615950888629,-1633.5784688298) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,12] 0.0017031843851907 [GeV] -Cell[8,14] 0.00051752026428758 [GeV] -Cell[7,16] 0.00041325167039392 [GeV] -Cell[5,5] 0.00038402220086068 [GeV] -Cell[5,6] 0.00039804013307312 [GeV] -Cell[6,11] 0.0013082642108419 [GeV] -Cell[6,27] 0.00036728613447895 [GeV] -Cell[6,41] 0.00051099891 [GeV] -Cell[1,24] 0.0084256980916489 [GeV] +Cell[5,45] 0.00093841972315382 [GeV] +Cell[7,7] 0.00036935841542045 [GeV] +Cell[1,44] 0.00036168689464392 [GeV] +Cell[0,45] 0.00051099891 [GeV] +Cell[6,44] 0.00051373629774246 [GeV] +Cell[1,12] 0.00026536361658584 [GeV] +Cell[1,11] 0.001165808815756 [GeV] +Cell[1,24] 0.065421058497468 [GeV] +Cell[0,24] 0.0012276531617283 [GeV] +Cell[1,37] 0.0013031490921963 [GeV] +Cell[1,22] 0.0024352176825852 [GeV] +Cell[0,22] 3.2218052000645e-05 [GeV] +Cell[3,47] 0.00051099891 [GeV] +Cell[1,20] 0.0023435215001148 [GeV] +Cell[1,23] 1.3634564238868 [GeV] +Cell[1,35] 0.00080938876202584 [GeV] +Cell[2,4] 0.00056952739372802 [GeV] +Cell[1,25] 0.0057637282870779 [GeV] +Cell[2,24] 0.0066086457117777 [GeV] +Cell[1,42] 0.00054094278034827 [GeV] +Cell[1,46] 0.001905396763569 [GeV] +Cell[0,12] 0.0012708880599653 [GeV] +Cell[1,6] 0.00047790295978633 [GeV] +Cell[3,14] 0.00041858552633461 [GeV] +Cell[3,16] 0.00066296135918583 [GeV] +Cell[3,42] 0.0047619995105742 [GeV] +Cell[5,13] 0.00051099891 [GeV] Cell[5,47] 0.00051099891 [GeV] -Cell[0,17] 0.0011498885241698 [GeV] -Cell[0,37] 0.00051099891 [GeV] -Cell[2,26] 0.010524676924035 [GeV] -Cell[2,5] 0.0021666641810803 [GeV] -Cell[2,38] 0.00030154924612524 [GeV] -Cell[1,6] 0.00051099891 [GeV] -Cell[1,42] 0.0010292470511261 [GeV] -Cell[1,27] 0.001421865266506 [GeV] -Cell[1,37] 0.00074880213681901 [GeV] -Cell[4,41] 0.00044728303401833 [GeV] -Cell[1,1] 0.0011431676191242 [GeV] -Cell[1,10] 0.00049670041930581 [GeV] -Cell[1,8] 0.00090204850373104 [GeV] -Cell[2,8] 0.00068763124394684 [GeV] -Cell[1,3] 5.9851471934434e-05 [GeV] -Cell[1,33] 0.00051099891 [GeV] -Cell[1,25] 1.0139674832399 [GeV] -Cell[2,22] 0.0020839431933915 [GeV] -Cell[5,14] 0.00028073566042256 [GeV] -Cell[2,39] 0.0020314274052788 [GeV] -Cell[1,26] 0.042657597240483 [GeV] -Cell[5,10] 0.00053649618497224 [GeV] -Cell[1,34] 0.0014100103248696 [GeV] -Cell[2,25] 1.031567672386 [GeV] -Cell[3,41] 0.00077683040281485 [GeV] -Cell[3,38] 0.0024188209438296 [GeV] -Cell[3,18] 0.00051099891 [GeV] -Cell[2,24] 0.00491021126041 [GeV] -Cell[8,45] 0.00031346894712792 [GeV] -Cell[5,7] 0.0044584140409768 [GeV] -Cell[5,13] 0.0046159705740374 [GeV] -Cell[18,44] 0.0007373244951959 [GeV] -### Total energy deposition in calorimeter by a source track in 42 cells : 2.1504290424724 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997300131472e-08 mm long - and its vector is (-1.910507307911757e-08,7.173218818934401e-08,6.700361154798884e-08) mm - Endpoint of ComputeStep() was (-402.8971042774662,506.7267005511902,-1721.7356978625) - and current position to locate is (-402.8971042965712,506.7267006229224,-1721.735697795496) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999373959237e-08 mm long - and its vector is (-2.400958010184695e-08,9.456039151700679e-08,-2.19515641219914e-08) mm - Endpoint of ComputeStep() was (-464.824828837022,496.3243681106615,-1631.527824366772) - and current position to locate is (-464.8248288610316,496.3243682052218,-1631.527824388724) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993658669127e-08 mm long - and its vector is (8.511233318131417e-08,2.191876546930871e-08,-4.770163286593743e-08) mm - Endpoint of ComputeStep() was (-577.3674287395493,469.98845252014,-1751.08743026595) - and current position to locate is (-577.3674286544369,469.9884525420587,-1751.087430313652) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998583211651e-08 mm long - and its vector is (-8.114966476568952e-09,-9.817472346185241e-08,-1.720081854728051e-08) mm - Endpoint of ComputeStep() was (324.22492674797,-422.6522851649466,-1690.995085106617) - and current position to locate is (324.224926739855,-422.6522852631213,-1690.995085123818) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995192036655e-08 mm long - and its vector is (-6.379138994816458e-09,-7.49108721720404e-08,6.593677426280919e-08) mm - Endpoint of ComputeStep() was (-243.0706213719837,537.9544518923402,-1784.412366723685) - and current position to locate is (-243.0706213783628,537.9544518174293,-1784.412366657748) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999984640289e-08 mm long - and its vector is (-2.293830902999616e-09,-6.54040377412457e-09,-9.975951797969174e-08) mm - Endpoint of ComputeStep() was (161.8927182281349,577.0132278492792,-1555.050852565359) - and current position to locate is (161.892718225841,577.0132278427388,-1555.050852665118) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993887707826e-08 mm long - and its vector is (1.292772822125698e-08,-8.990764399641193e-08,4.18267518398352e-08) mm - Endpoint of ComputeStep() was (-275.4291742792171,-531.5344465504752,-1858.205992240614) - and current position to locate is (-275.4291742662894,-531.5344466403828,-1858.205992198788) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997660544843e-08 mm long - and its vector is (-6.691536214020744e-10,5.618653631245252e-08,-8.272013474197593e-08) mm - Endpoint of ComputeStep() was (-51.04162123186913,696.8022774376138,-1330.151528838779) - and current position to locate is (-51.04162123253828,696.8022774938004,-1330.151528921499) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000049777943e-07 mm long - and its vector is (1.469743438065052e-09,6.799609764129855e-10,-9.998689165513497e-08) mm - Endpoint of ComputeStep() was (-159.129181404876,628.9912487969821,-1181.976892314249) - and current position to locate is (-159.1291814034063,628.991248797662,-1181.976892414235) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998274964443e-08 mm long - and its vector is (8.842678766995959e-08,-7.186827133409679e-09,-4.614162207872141e-08) mm - Endpoint of ComputeStep() was (-208.5001198222703,822.0184084493002,-1386.115404397566) - and current position to locate is (-208.5001197338435,822.0184084421134,-1386.115404443708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000492251313e-07 mm long - and its vector is (-1.535462956780975e-08,-9.100506304093869e-08,-3.850095708912704e-08) mm - Endpoint of ComputeStep() was (-212.2493706506655,750.5665891767959,-1049.207783781382) - and current position to locate is (-212.2493706660201,750.5665890857908,-1049.207783819883) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000251568986e-07 mm long - and its vector is (6.576456712537038e-08,7.528126388933742e-08,-2.785327524179593e-09) mm - Endpoint of ComputeStep() was (-255.9152662355772,716.2659140172245,-1088.134704619268) - and current position to locate is (-255.9152661698127,716.2659140925058,-1088.134704622054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996281278889e-08 mm long - and its vector is (-4.01456077270268e-08,8.471772616758244e-08,-3.480272425804287e-08) mm - Endpoint of ComputeStep() was (-487.3213237514293,852.0192787127946,-1166.485611987051) - and current position to locate is (-487.3213237915749,852.0192787975124,-1166.485612021854) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5623 (pi-,0.39143253115185[GeV]) at (-224.43535846432,446.79835482127,-1616.4762293651) +Cell[2,31] 0.00046100360715293 [GeV] +Cell[0,4] 0.00054230793697291 [GeV] +Cell[5,40] 0.0025437739780741 [GeV] +Cell[4,45] 0.0027834069754973 [GeV] +Cell[1,27] 0.001636882835316 [GeV] +Cell[5,46] 0.00040802609466508 [GeV] +Cell[2,37] 0.00051099891 [GeV] +Cell[1,45] 0.00085980863987024 [GeV] +Cell[0,37] 0.00052254414078717 [GeV] +Cell[0,34] 0.0018153925235741 [GeV] +Cell[1,4] 0.0023474219594716 [GeV] +Cell[0,16] 0.0015941906697758 [GeV] +### Total energy deposition in calorimeter by a source track in 40 cells : 1.4816933366617 (GeV) + +Source track ID 8906 (gamma,2.1679106429722[GeV]) at (-488.39602596358,-107.09491968803,-1544.0566663804) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,31] 3.4174217888676e-06 [GeV] -Cell[2,10] 7.4649985890574e-08 [GeV] -Cell[2,17] 2.8974725864828e-08 [GeV] -Cell[2,13] 3.0718699516683e-06 [GeV] -Cell[0,35] 5.9902300708927e-06 [GeV] -Cell[1,23] 3.4105483297026e-05 [GeV] -Cell[1,17] 0.0050341564096194 [GeV] -Cell[1,18] 9.3381681836036e-08 [GeV] -Cell[0,17] 0.0017903019079801 [GeV] -Cell[0,18] 0.0023895448724103 [GeV] -Cell[0,34] 1.360292287427e-05 [GeV] -Cell[1,40] 1.225970880796e-07 [GeV] -Cell[1,41] 1.9860453903675e-10 [GeV] -Cell[1,42] 5.6938603734125e-07 [GeV] -Cell[1,14] 3.5574866228558e-05 [GeV] -Cell[2,14] 1.2158084427938e-06 [GeV] -Cell[1,15] 0.21565849373605 [GeV] -Cell[1,10] 0.00052749099324899 [GeV] -Cell[1,9] 1.2263471726328e-06 [GeV] -Cell[2,9] 6.5021477803384e-07 [GeV] -Cell[3,13] 0.0024333745396686 [GeV] -Cell[5,15] 0.00088410344490386 [GeV] -Cell[5,14] 0.0057877425280908 [GeV] -Cell[1,16] 0.0088784940013495 [GeV] -Cell[4,13] 4.8180954176928e-05 [GeV] -Cell[1,7] 0.0004919777163387 [GeV] -Cell[0,32] 0.00044786434362788 [GeV] -Cell[2,42] 1.8005594112083e-06 [GeV] -Cell[0,30] 1.7478974768892e-08 [GeV] -Cell[4,14] 0.00027800514756871 [GeV] -Cell[3,12] 0.0040444912511161 [GeV] -Cell[4,15] 0.001400823825184 [GeV] -Cell[3,46] 0.00033726661800341 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.25053387468045 (GeV) - -Source track ID 5601 (pi+,4.0201726034765[GeV]) at (-418.33240436592,-273.85762625391,-1787.8158185608) +Cell[6,37] 0.00051099891 [GeV] +Cell[3,32] 0.00048133996779378 [GeV] +Cell[2,2] 0.00051099891 [GeV] +Cell[17,2] 0.0012414781914105 [GeV] +Cell[5,2] 0.00050152777128085 [GeV] +Cell[1,10] 0.0020143695994234 [GeV] +Cell[1,24] 0.0077272702247745 [GeV] +Cell[0,21] 0.0087494728656157 [GeV] +Cell[4,3] 0.0016461667982725 [GeV] +Cell[1,22] 0.0008770338007907 [GeV] +Cell[1,21] 0.00040496936570162 [GeV] +Cell[0,10] 0.0077646862328437 [GeV] +Cell[1,26] 0.040175801245825 [GeV] +Cell[1,25] 0.42498445064065 [GeV] +Cell[2,24] 0.0030195386454077 [GeV] +Cell[2,25] 1.5683864819311 [GeV] +Cell[5,44] 0.0014947776994926 [GeV] +Cell[0,29] 1.5274436429625e-05 [GeV] +Cell[0,2] 0.0012611813508194 [GeV] +Cell[0,1] 0.00032916638662766 [GeV] +Cell[1,47] 0.0022852038180009 [GeV] +Cell[1,40] 0.00036697028205462 [GeV] +Cell[0,12] 0.00051099891 [GeV] +Cell[1,14] 0.00026547298195429 [GeV] +Cell[3,30] 0.0030151185037039 [GeV] +Cell[0,8] 0.00071470120720447 [GeV] +Cell[3,1] 0.00042018421250725 [GeV] +Cell[5,42] 0.00049535344252023 [GeV] +Cell[4,36] 0.00040136502226475 [GeV] +Cell[5,10] 0.00051099891 [GeV] +Cell[2,26] 0.012697696955625 [GeV] +Cell[2,27] 0.00098282561531851 [GeV] +Cell[2,40] 0.0005349885862313 [GeV] +Cell[1,27] 0.0023004435030746 [GeV] +Cell[0,30] 0.00097588546646792 [GeV] +Cell[4,43] 0.00051099891 [GeV] +Cell[0,34] 0.0057681271140484 [GeV] +Cell[1,28] 0.0050310338630278 [GeV] +Cell[8,47] 0.00051099891 [GeV] +Cell[0,3] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 40 cells : 2.1109073500983 (GeV) + +Source track ID 8888 (pi-,0.39153027052817[GeV]) at (-221.16216738955,448.42758135016,-1595.1682886586) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,28] 0.2049840010269 [GeV] -Cell[1,28] 0.013880959565383 [GeV] -Cell[0,27] 0.00041195320593036 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.21927691379821 (GeV) - -Source track ID 5602 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) +Cell[8,8] 2.5240052375011e-05 [GeV] +Cell[9,10] 0.0011820584215302 [GeV] +Cell[5,41] 0.0002694042041195 [GeV] +Cell[7,35] 2.9001857968979e-05 [GeV] +Cell[7,6] 1.3849276140263e-05 [GeV] +Cell[6,21] 4.3336284870747e-06 [GeV] +Cell[8,33] 0.00026507233215307 [GeV] +Cell[6,40] 0.0016851268411075 [GeV] +Cell[9,12] 0.00028704827841204 [GeV] +Cell[7,34] 4.3082449701615e-06 [GeV] +Cell[8,32] 2.8809154173359e-11 [GeV] +Cell[8,5] 4.4530134560773e-05 [GeV] +Cell[1,44] 3.4194628591649e-05 [GeV] +Cell[10,12] 1.9167171198205e-05 [GeV] +Cell[7,5] 0.0022235602300564 [GeV] +Cell[14,27] 0.00074492679891278 [GeV] +Cell[11,12] 1.0473924339749e-07 [GeV] +Cell[6,38] 7.3016549561089e-06 [GeV] +Cell[5,38] 6.2881736084819e-10 [GeV] +Cell[7,30] 9.2067143123131e-06 [GeV] +Cell[5,31] 0.000212390476937 [GeV] +Cell[7,33] 1.8222424321266e-06 [GeV] +Cell[5,1] 0.00095533722107575 [GeV] +Cell[5,2] 6.850542529719e-06 [GeV] +Cell[2,14] 0.0016800354023243 [GeV] +Cell[15,35] 0.00033105407827156 [GeV] +Cell[15,37] 0.00070729521835585 [GeV] +Cell[15,36] 0.00049842704650137 [GeV] +Cell[3,29] 4.0655047079781e-05 [GeV] +Cell[6,31] 0.0011813023699955 [GeV] +Cell[1,17] 0.0013709397025002 [GeV] +Cell[1,47] 5.4763916064985e-05 [GeV] +Cell[1,46] 0.00013902021767535 [GeV] +Cell[2,17] 0.00024809272840116 [GeV] +Cell[1,14] 0.0037747072673777 [GeV] +Cell[0,15] 1.3166759674732e-07 [GeV] +Cell[1,15] 0.027216344456322 [GeV] +Cell[4,27] 0.0011700019992089 [GeV] +Cell[2,47] 0.00013840706046358 [GeV] +Cell[3,44] 2.1694779640029e-06 [GeV] +Cell[2,16] 0.0016891768642713 [GeV] +Cell[5,20] 5.087160738185e-06 [GeV] +Cell[4,28] 0.00010984145142561 [GeV] +Cell[16,36] 0.0089015837281353 [GeV] +Cell[2,28] 0.00086535547002995 [GeV] +Cell[10,13] 5.0762798607366e-05 [GeV] +Cell[5,4] 1.1006019689376e-05 [GeV] +Cell[16,37] 0.00029335722791927 [GeV] +Cell[18,39] 8.5880483384244e-06 [GeV] +Cell[19,39] 1.5072873793542e-10 [GeV] +Cell[16,35] 0.0024450666378684 [GeV] +Cell[16,34] 2.7324498021926e-05 [GeV] +Cell[5,39] 2.5457571979359e-06 [GeV] +Cell[14,20] 1.3967796112411e-05 [GeV] +Cell[6,39] 0.00057709589745241 [GeV] +Cell[14,19] 0.00026606754917123 [GeV] +Cell[14,22] 0.00029756451897626 [GeV] +Cell[10,10] 1.2083969659216e-07 [GeV] +Cell[19,40] 9.7377307894817e-05 [GeV] +Cell[10,11] 0.0009986753443693 [GeV] +Cell[13,1] 3.2762784394436e-07 [GeV] +Cell[2,46] 0.00095965998858458 [GeV] +Cell[1,45] 0.00084979952045171 [GeV] +Cell[2,45] 0.00033943125604674 [GeV] +Cell[2,15] 0.012020250464989 [GeV] +Cell[3,43] 0.00016857866010605 [GeV] +Cell[3,28] 7.9315998315224e-06 [GeV] +Cell[6,32] 0.00090987939100933 [GeV] +Cell[3,27] 2.7215276077186e-10 [GeV] +Cell[1,16] 0.082903848764132 [GeV] +Cell[16,38] 1.1923632933758e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 71 cells : 0.16141038025053 (GeV) + +Source track ID 8872 (pi+,4.0201912237148[GeV]) at (-418.41937116624,-273.72473368852,-1789.1134776022) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,28] 2.9719837766606e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 2.9719837766606e-06 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996440453054e-08 mm long - and its vector is (-3.231383516322239e-08,-1.241437530552503e-08,-9.381733434565831e-08) mm - Endpoint of ComputeStep() was (-469.7331425675762,273.3944727399327,-1777.22272207693) - and current position to locate is (-469.7331425998901,273.3944727275183,-1777.222722170747) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997781859283e-08 mm long - and its vector is (1.115716941058054e-08,9.43924192142731e-08,-3.107385282419273e-08) mm - Endpoint of ComputeStep() was (-423.9929750128613,-340.46964498058,-312.5625217285542) - and current position to locate is (-423.9929750017042,-340.4696448861876,-312.5625217596281) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000240842705e-07 mm long - and its vector is (-1.525154402770568e-08,-8.502211557015471e-08,-5.038486960984301e-08) mm - Endpoint of ComputeStep() was (-542.0152161202279,-55.23069419117429,-1319.074667890189) - and current position to locate is (-542.0152161354795,-55.23069427619641,-1319.074667940574) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999765963702e-08 mm long - and its vector is (8.025938313949155e-08,-2.640251750563039e-08,5.349147613742389e-08) mm - Endpoint of ComputeStep() was (-707.3138229613418,-110.1163223826012,-1809.488968144354) - and current position to locate is (-707.3138228810824,-110.1163224090037,-1809.488968090863) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000907270599e-07 mm long - and its vector is (-2.50080915975559e-08,4.815194643015275e-08,-8.400002116104588e-08) mm - Endpoint of ComputeStep() was (-208.625576728809,-553.1466036925931,-1882.314005844422) - and current position to locate is (-208.6255767538171,-553.1466036444411,-1882.314005928422) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000852426886e-07 mm long - and its vector is (-2.010055766277219e-08,6.937534635653719e-08,-6.915956873854157e-08) mm - Endpoint of ComputeStep() was (-84.20464517523561,528.5447652012741,-1631.833803196731) - and current position to locate is (-84.20464519533617,528.5447652706495,-1631.83380326589) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996960219919e-08 mm long - and its vector is (8.153210728778504e-08,-4.949805543219554e-08,-3.004083737323526e-08) mm - Endpoint of ComputeStep() was (316.1723454338764,-462.5711603088171,-1589.653006006173) - and current position to locate is (316.1723455154086,-462.5711603583152,-1589.653006036214) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992296414893e-08 mm long - and its vector is (-1.156477935637668e-08,8.541610441170633e-08,-5.069841790827923e-08) mm - Endpoint of ComputeStep() was (-36.74374011493758,837.8420315721415,-1811.02269517285) - and current position to locate is (-36.74374012650236,837.8420316575576,-1811.022695223549) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999989246705708e-08 mm long - and its vector is (-2.353809236410598e-08,-1.030616658681538e-08,-9.664222488936502e-08) mm - Endpoint of ComputeStep() was (197.9228704582212,964.6756273499218,-1873.315967862578) - and current position to locate is (197.9228704346831,964.6756273396156,-1873.315967959221) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998822087548e-08 mm long - and its vector is (7.979048177730874e-08,5.561992111324798e-08,2.323577064089477e-08) mm - Endpoint of ComputeStep() was (204.8163808895487,1111.283154719356,-1808.981648350732) - and current position to locate is (204.8163809693391,1111.283154774976,-1808.981648327496) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999619538334e-08 mm long - and its vector is (3.408527504689118e-08,4.95249423693167e-08,-7.990911399247125e-08) mm - Endpoint of ComputeStep() was (153.5075894255501,818.1236334655576,-1984.235706050372) - and current position to locate is (153.5075894596354,818.1236335150826,-1984.235706130281) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993172067852e-08 mm long - and its vector is (5.397830094011624e-08,2.20436504605459e-08,-8.124288797262125e-08) mm - Endpoint of ComputeStep() was (-27.56563759389766,997.7133016511573,-1822.892911129132) - and current position to locate is (-27.56563753991936,997.7133016732009,-1822.892911210375) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993016912254e-08 mm long - and its vector is (1.491309831180843e-08,-6.021087983754114e-08,7.843618732294999e-08) mm - Endpoint of ComputeStep() was (208.9008234242934,504.3312011980503,-1852.493246578752) - and current position to locate is (208.9008234392065,504.3312011378395,-1852.493246500316) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000673910208e-07 mm long - and its vector is (-7.314673666769522e-08,-4.493472260946874e-09,6.80395260133082e-08) mm - Endpoint of ComputeStep() was (314.0633644544997,916.7711055663602,-1924.219543871715) - and current position to locate is (314.063364381353,916.7711055618668,-1924.219543803675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999740419187e-08 mm long - and its vector is (1.090424461835937e-08,-9.920540833263658e-08,6.275286068557762e-09) mm - Endpoint of ComputeStep() was (114.7025259258313,914.5549897885924,-1689.650337160137) - and current position to locate is (114.7025259367356,914.554989689387,-1689.650337153862) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5512 (pi-,5.4476570307949[GeV]) at (-285.58730752025,-410.4142904229,-1893.8918430921) +Cell[8,9] 1.9626223045634e-05 [GeV] +Cell[8,10] 0.0026281777390923 [GeV] +Cell[10,15] 3.5091133584501e-05 [GeV] +Cell[7,37] 2.9900886070777e-05 [GeV] +Cell[8,14] 2.899009118903e-05 [GeV] +Cell[7,35] 2.2415503053708e-09 [GeV] +Cell[7,13] 5.1360029209491e-05 [GeV] +Cell[9,14] 0.0021938078261356 [GeV] +Cell[6,40] 0.0018924850571625 [GeV] +Cell[6,19] 0.00043832036621643 [GeV] +Cell[6,20] 0.0012465783264355 [GeV] +Cell[7,36] 0.00019978113655441 [GeV] +Cell[7,14] 0.0070576716298462 [GeV] +Cell[8,32] 0.0015302430908386 [GeV] +Cell[1,44] 9.0861507342197e-06 [GeV] +Cell[6,41] 0.0022228932762587 [GeV] +Cell[8,13] 4.5800664229318e-06 [GeV] +Cell[3,37] 0.00049690444125827 [GeV] +Cell[10,12] 1.9867537688697e-05 [GeV] +Cell[4,44] 0.14823699755712 [GeV] +Cell[15,30] 3.1797969422769e-06 [GeV] +Cell[11,13] 0.0025619039957564 [GeV] +Cell[11,12] 0.0042893092111716 [GeV] +Cell[3,12] 9.4466805876436e-08 [GeV] +Cell[4,11] 0.00091886890222612 [GeV] +Cell[4,10] 0.0038981453976059 [GeV] +Cell[3,5] 0.00048936475084544 [GeV] +Cell[5,30] 0.0016856243529461 [GeV] +Cell[5,23] 2.8979955357045e-07 [GeV] +Cell[5,22] 1.5673098232583e-09 [GeV] +Cell[2,2] 0.00013895696921236 [GeV] +Cell[2,3] 5.5340535709547e-09 [GeV] +Cell[17,1] 0.0015102186816399 [GeV] +Cell[16,1] 0.00084171702620824 [GeV] +Cell[5,18] 9.1954310856067e-05 [GeV] +Cell[4,18] 4.6264551085187e-05 [GeV] +Cell[3,11] 0.001127707727906 [GeV] +Cell[3,10] 0.00013226561128749 [GeV] +Cell[2,12] 0.0023331840758433 [GeV] +Cell[2,13] 2.1056257751297e-06 [GeV] +Cell[2,11] 6.3213666317097e-07 [GeV] +Cell[1,11] 0.0015521520522045 [GeV] +Cell[2,10] 2.7131410024595e-06 [GeV] +Cell[1,10] 2.1956394301696e-06 [GeV] +Cell[9,32] 8.9572495198809e-11 [GeV] +Cell[1,24] 0.0061980044033058 [GeV] +Cell[0,24] 0.010729873506934 [GeV] +Cell[1,34] 0.0021598618234424 [GeV] +Cell[0,21] 3.4122116893514e-05 [GeV] +Cell[9,0] 1.0840801609447e-05 [GeV] +Cell[3,25] 8.9508555447537e-08 [GeV] +Cell[4,17] 9.8982318013441e-06 [GeV] +Cell[5,17] 0.00038454153432673 [GeV] +Cell[6,12] 0.00044849776391743 [GeV] +Cell[5,6] 2.3664858946518e-05 [GeV] +Cell[0,19] 0.0018745671741989 [GeV] +Cell[1,22] 9.3633414053329e-09 [GeV] +Cell[0,22] 9.6907663862567e-05 [GeV] +Cell[0,20] 0.0015503247999828 [GeV] +Cell[0,23] 5.3324293502328e-06 [GeV] +Cell[3,29] 4.26660968742e-07 [GeV] +Cell[1,21] 0.0011308641555269 [GeV] +Cell[1,20] 1.9295839592814e-11 [GeV] +Cell[0,35] 1.7297100217547e-05 [GeV] +Cell[2,6] 0.0095041163697549 [GeV] +Cell[2,5] 0.0024189819069523 [GeV] +Cell[1,43] 0.00011468663544224 [GeV] +Cell[2,21] 0.0008265073480942 [GeV] +Cell[2,19] 1.6806329193059e-05 [GeV] +Cell[2,18] 2.31589217492e-09 [GeV] +Cell[3,18] 4.9358983520165e-05 [GeV] +Cell[1,26] 0.0013255493721245 [GeV] +Cell[1,25] 9.0682526540263e-05 [GeV] +Cell[2,24] 1.4551915228367e-13 [GeV] +Cell[2,22] 8.72558177889e-09 [GeV] +Cell[2,42] 0.0072537045688755 [GeV] +Cell[1,42] 0.0020297635161346 [GeV] +Cell[1,41] 0.0063688624452401 [GeV] +Cell[2,41] 0.0038233733282997 [GeV] +Cell[1,17] 0.0020846862635073 [GeV] +Cell[0,18] 3.8698046701029e-06 [GeV] +Cell[1,30] 0.0063623213109038 [GeV] +Cell[0,36] 1.2044756411342e-05 [GeV] +Cell[0,29] 0.042375191045321 [GeV] +Cell[0,1] 3.0522608085448e-10 [GeV] +Cell[0,0] 1.1926171077562e-05 [GeV] +Cell[0,47] 0.00029548968365953 [GeV] +Cell[1,46] 0.0034350489225901 [GeV] +Cell[2,17] 0.00075289870060533 [GeV] +Cell[1,40] 0.00065130011687143 [GeV] +Cell[1,14] 0.0020335303660923 [GeV] +Cell[1,13] 0.0013098993675892 [GeV] +Cell[0,14] 5.0624553296075e-09 [GeV] +Cell[1,15] 3.5513910930604e-05 [GeV] +Cell[3,14] 2.5400594167877e-06 [GeV] +Cell[5,16] 0.0026820658507745 [GeV] +Cell[2,47] 0.00061652412931153 [GeV] +Cell[1,29] 0.0018339679371834 [GeV] +Cell[2,16] 0.0011399373970519 [GeV] +Cell[5,24] 1.0379834647779e-05 [GeV] +Cell[3,13] 1.1067981745327e-08 [GeV] +Cell[3,42] 0.0032405148545768 [GeV] +Cell[5,15] 1.7787990160286e-05 [GeV] +Cell[2,26] 0.015786147515731 [GeV] +Cell[3,26] 0.00019977502370784 [GeV] +Cell[3,41] 1.5975145395714e-05 [GeV] +Cell[2,27] 0.0091579923916234 [GeV] +Cell[2,28] 3.2948903546298e-05 [GeV] +Cell[2,29] 3.1203237127784e-06 [GeV] +Cell[1,31] 0.00055252060307645 [GeV] +Cell[1,32] 0.00081220407172193 [GeV] +Cell[0,32] 0.009447948459196 [GeV] +Cell[0,31] 0.0044741019904938 [GeV] +Cell[2,31] 0.00028587872618846 [GeV] +Cell[1,33] 0.003148677916199 [GeV] +Cell[0,4] 1.5331714663489e-06 [GeV] +Cell[1,39] 1.9141599623254e-05 [GeV] +Cell[0,39] 5.6765832705423e-06 [GeV] +Cell[2,40] 5.8856676332653e-10 [GeV] +Cell[10,13] 0.0027612986302418 [GeV] +Cell[5,4] 0.0001330990402505 [GeV] +Cell[5,5] 0.000463421317079 [GeV] +Cell[11,10] 0.0060507883166564 [GeV] +Cell[15,0] 0.0041065704139215 [GeV] +Cell[16,0] 0.00082294357640845 [GeV] +Cell[16,34] 0.00027313220159942 [GeV] +Cell[16,33] 0.00079006686294338 [GeV] +Cell[15,1] 0.0020508147866874 [GeV] +Cell[4,7] 1.6353963292204e-07 [GeV] +Cell[4,6] 3.2880544895306e-06 [GeV] +Cell[4,8] 3.5171082563465e-05 [GeV] +Cell[1,27] 0.0087630654475809 [GeV] +Cell[10,14] 0.0018998149552109 [GeV] +Cell[0,5] 1.5528983340118e-08 [GeV] +Cell[0,33] 0.00014234068027088 [GeV] +Cell[0,30] 0.0083984852548967 [GeV] +Cell[9,13] 0.00092225740570561 [GeV] +Cell[3,36] 7.128166826385e-05 [GeV] +Cell[3,39] 0.0024510570384784 [GeV] +Cell[2,38] 3.5196912816446e-05 [GeV] +Cell[2,37] 0.0017151263204371 [GeV] +Cell[2,46] 0.00048360351163694 [GeV] +Cell[0,26] 0.012228850407181 [GeV] +Cell[2,43] 0.00071870986813542 [GeV] +Cell[2,45] 0.0017564253497731 [GeV] +Cell[5,35] 3.7730569096084e-06 [GeV] +Cell[0,27] 0.11664081280615 [GeV] +Cell[0,25] 0.0044107416626114 [GeV] +Cell[3,43] 6.8529650830897e-05 [GeV] +Cell[0,34] 1.9516142881457e-05 [GeV] +Cell[1,28] 0.052688701711967 [GeV] +Cell[0,3] 0.00030786054691453 [GeV] +Cell[3,28] 0.00055610501079523 [GeV] +Cell[1,16] 0.0027976743875779 [GeV] +Cell[0,28] 1.7201388486424 [GeV] +Cell[0,38] 1.3986997917527e-05 [GeV] +Cell[2,30] 3.4488039091229e-11 [GeV] +Cell[6,34] 0.0029191559722734 [GeV] +Cell[2,39] 0.00034395319412658 [GeV] +Cell[2,34] 4.7529851577792e-06 [GeV] +Cell[2,35] 0.00047138859383051 [GeV] +Cell[2,44] 0.0012353422948282 [GeV] +Cell[0,42] 1.5628085066055e-09 [GeV] +Cell[1,3] 2.2000924218446e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 164 cells : 2.3210180018583 (GeV) + +Source track ID 8873 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,28] 1.9242313555878e-09 [GeV] -Cell[0,31] 1.0013684025937 [GeV] -Cell[5,25] 2.1302478562575e-06 [GeV] -Cell[1,4] 3.5085903888103e-05 [GeV] -Cell[8,29] 0.00018276644740195 [GeV] -Cell[1,24] 0.00028299805112192 [GeV] -Cell[1,36] 4.5113389060134e-05 [GeV] -Cell[1,23] 0.00034734784292505 [GeV] -Cell[1,22] 0.00054070101542629 [GeV] -Cell[0,20] 0.00028682115983905 [GeV] -Cell[1,19] 2.2104700292402e-11 [GeV] -Cell[2,5] 0.0018351674903528 [GeV] -Cell[0,4] 2.5134952738881e-05 [GeV] -Cell[3,33] 0.00031989169607232 [GeV] -Cell[1,40] 1.7147713835584e-05 [GeV] -Cell[0,8] 1.2436989787489e-05 [GeV] -Cell[0,25] 1.8917489796877e-12 [GeV] -Cell[0,3] 1.0869336518226e-05 [GeV] -Cell[1,37] 1.3137564819772e-06 [GeV] -Cell[1,14] 0.00054948063224799 [GeV] -Cell[1,20] 1.7780041512765e-05 [GeV] -Cell[1,10] 0.00021724165692729 [GeV] -Cell[1,9] 4.4459040509537e-08 [GeV] -Cell[1,8] 4.5661368127412e-06 [GeV] -Cell[1,13] 1.0085110703812e-06 [GeV] -Cell[1,12] 3.2755665756667e-08 [GeV] -Cell[1,11] 0.00018829015642348 [GeV] -Cell[2,0] 6.4587197033688e-05 [GeV] -Cell[1,25] 7.2157680381224e-07 [GeV] -Cell[2,40] 1.6456199323329e-06 [GeV] -Cell[2,39] 0.0001416901970457 [GeV] -Cell[0,12] 3.482649617581e-09 [GeV] -Cell[0,10] 0.053118935068732 [GeV] -Cell[0,26] 0.0041525284408451 [GeV] -Cell[0,33] 0.0039778547298528 [GeV] -Cell[0,9] 0.0020203262889989 [GeV] -Cell[0,32] 0.016222204561234 [GeV] -Cell[0,30] 0.013400428302746 [GeV] -Cell[0,40] 9.7922032078941e-06 [GeV] -Cell[3,24] 0.0011988387628003 [GeV] -Cell[0,11] 0.00015665825124779 [GeV] -Cell[3,25] 0.0033990791132712 [GeV] -Cell[4,20] 3.5153857024852e-06 [GeV] -Cell[0,7] 0.0011290650090083 [GeV] -Cell[2,47] 4.9102874996606e-05 [GeV] -Cell[1,0] 6.1557115288451e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 46 cells : 1.1054003090664 (GeV) - -Source track ID 5262 (e-,0.00092189776955291[GeV]) at (-374.95605539377,-330.76873571054,-1261.6250438878) +Cell[0,28] 1.8082460446749e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 1.8082460446749e-06 (GeV) + +Source track ID 8869 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,29] 0.00041089885955291 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041089885955291 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000416923819e-07 mm long - and its vector is (5.835041427815213e-08,9.191580829792656e-09,8.068923307291698e-08) mm - Endpoint of ComputeStep() was (12.10346375995426,-656.7131593661474,-1010.937909631165) - and current position to locate is (12.10346381830467,-656.7131593569558,-1010.937909550476) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999884279612e-08 mm long - and its vector is (-9.98495011117484e-08,-5.469303232530365e-09,4.044977686135098e-10) mm - Endpoint of ComputeStep() was (-510.1447801907003,-205.5536502717923,-1955.546392847681) - and current position to locate is (-510.1447802905498,-205.5536502772616,-1955.546392847277) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000064041927e-07 mm long - and its vector is (8.49325942908763e-09,6.810279273850028e-08,-7.273160917975474e-08) mm - Endpoint of ComputeStep() was (-215.5763240829211,484.1764641456766,-1430.475915677991) - and current position to locate is (-215.5763240744279,484.1764642137794,-1430.475915750723) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997898553798e-08 mm long - and its vector is (-1.579129360607112e-08,-5.212223186390474e-08,-8.386837180296425e-08) mm - Endpoint of ComputeStep() was (-42.32993658623794,-748.8044981096265,1071.969451230908) - and current position to locate is (-42.32993660202924,-748.8044981617487,1071.96945114704) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000282826065e-07 mm long - and its vector is (2.242290975118522e-08,-9.216259400091076e-08,3.167451723129489e-08) mm - Endpoint of ComputeStep() was (576.9791029555382,-215.8811931125836,-1863.15156093322) - and current position to locate is (576.9791029779611,-215.8811932047462,-1863.151560901545) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997658575821e-08 mm long - and its vector is (9.919344279296638e-08,6.07678884989582e-09,-1.112334757635836e-08) mm - Endpoint of ComputeStep() was (208.3823260013122,-636.6416407485497,-1802.069798228754) - and current position to locate is (208.3823261005056,-636.6416407424729,-1802.069798239877) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997389703679e-08 mm long - and its vector is (-3.798212500072395e-08,-5.764047728007426e-08,-7.235280463646632e-08) mm - Endpoint of ComputeStep() was (-1.698127790221258,499.997116411204,-1067.189448159634) - and current position to locate is (-1.698127828203383,499.9971163535636,-1067.189448231987) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000001073126609e-07 mm long - and its vector is (-2.379954366915626e-08,3.823475935860188e-08,-8.928441275202204e-08) mm - Endpoint of ComputeStep() was (-590.5398817369683,-307.5554331573034,-1924.880920344043) - and current position to locate is (-590.5398817607678,-307.5554331190687,-1924.880920433327) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997115547358e-08 mm long - and its vector is (3.03645038002287e-08,-9.212760687660193e-08,2.430010681564454e-08) mm - Endpoint of ComputeStep() was (-573.9244929475361,-395.8975138183757,-1641.685742553011) - and current position to locate is (-573.9244929171716,-395.8975139105033,-1641.685742528711) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993506882353e-08 mm long - and its vector is (9.786026566871442e-08,1.194873178178568e-08,-1.675061866990291e-08) mm - Endpoint of ComputeStep() was (-536.7564473603418,-26.53747064696859,-1480.609271942145) - and current position to locate is (-536.7564472624815,-26.53747063501985,-1480.609271958895) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000475544497e-07 mm long - and its vector is (-7.388189970924941e-08,1.657929260545643e-08,-6.531922736030538e-08) mm - Endpoint of ComputeStep() was (61.92971146244354,629.0701708579019,-1692.369814703196) - and current position to locate is (61.92971138856164,629.0701708744812,-1692.369814768515) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000502099604e-07 mm long - and its vector is (-5.129351166033302e-09,2.77752860711189e-08,9.592827154847328e-08) mm - Endpoint of ComputeStep() was (239.2288498753276,555.5633850395884,-1927.793646625687) - and current position to locate is (239.2288498701982,555.5633850673637,-1927.793646529758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000018844898e-07 mm long - and its vector is (8.917277227737941e-08,-3.91352728001948e-09,4.508774509304203e-08) mm - Endpoint of ComputeStep() was (-697.6983539037612,172.7594494341713,-1826.237437195779) - and current position to locate is (-697.6983538145885,172.7594494302578,-1826.237437150691) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000071197002e-07 mm long - and its vector is (8.921290373109514e-08,2.209155525179085e-08,-3.940840542782098e-08) mm - Endpoint of ComputeStep() was (-590.5811761090597,105.8955831294956,-1676.171719199397) - and current position to locate is (-590.5811760198468,105.8955831515871,-1676.171719238805) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000096604803e-07 mm long - and its vector is (2.072988536383491e-08,-9.067250061889354e-08,-3.672562343126629e-08) mm - Endpoint of ComputeStep() was (-519.679638233757,-249.4845898264179,-1991.877973629964) - and current position to locate is (-519.6796382130271,-249.4845899170904,-1991.877973666689) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000028985054e-07 mm long - and its vector is (-5.829519977851305e-09,9.981803827940894e-08,-1.541593519505113e-09) mm - Endpoint of ComputeStep() was (-656.5292962126107,-214.505050814591,-1870.57189713552) - and current position to locate is (-656.5292962184402,-214.505050714773,-1870.571897137062) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999656538322e-08 mm long - and its vector is (-2.915334107456147e-08,4.600974534696434e-08,8.386405170313083e-08) mm - Endpoint of ComputeStep() was (312.6751911528749,676.2718644964634,-1845.105267461745) - and current position to locate is (312.6751911237216,676.2718645424732,-1845.105267377881) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000340014884e-07 mm long - and its vector is (-8.816891750029754e-08,3.231673417758429e-08,3.43784449796658e-08) mm - Endpoint of ComputeStep() was (-193.166951316753,619.4086600229953,-1640.374610718721) - and current position to locate is (-193.1669514049219,619.408660055312,-1640.374610684342) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000175151297e-07 mm long - and its vector is (-9.668195843914873e-08,-2.202091309300158e-08,1.294920082273165e-08) mm - Endpoint of ComputeStep() was (423.6527045934654,-344.9208608656737,117.0576720652953) - and current position to locate is (423.6527044967835,-344.9208608876946,117.0576720782445) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999979211512e-08 mm long - and its vector is (9.313106374975177e-08,6.258460416574962e-11,3.642253432190046e-08) mm - Endpoint of ComputeStep() was (-483.9888867694031,-431.3694602565179,-1913.447616494439) - and current position to locate is (-483.988886676272,-431.3694602564553,-1913.447616458017) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998678287351e-08 mm long - and its vector is (8.568815701437416e-08,3.529805780999595e-08,-3.757105559998308e-08) mm - Endpoint of ComputeStep() was (-722.0740553212006,-107.2802813349954,278.3451080394282) - and current position to locate is (-722.0740552355124,-107.2802812996973,278.3451080018571) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000075580332e-07 mm long - and its vector is (4.033120148960734e-08,9.05685197949424e-08,1.306671038037166e-08) mm - Endpoint of ComputeStep() was (544.4699340864194,17.53333275185752,-1518.078812900247) - and current position to locate is (544.4699341267506,17.53333284242604,-1518.07881288718) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000320013437e-07 mm long - and its vector is (-1.25478436530102e-08,9.805245326788281e-08,1.510875335952733e-08) mm - Endpoint of ComputeStep() was (-621.4328792518501,-278.6294608478191,-1881.354071528744) - and current position to locate is (-621.4328792643979,-278.6294607497666,-1881.354071513636) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000423766889e-07 mm long - and its vector is (3.270884008088615e-09,8.607480594946537e-08,5.079800757812336e-08) mm - Endpoint of ComputeStep() was (-593.6895135365036,-226.9550052974107,-1997.525994867016) - and current position to locate is (-593.6895135332327,-226.9550052113359,-1997.525994816218) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 3937 (pi-,5.0449014276416[GeV]) at (-463.64144262646,-187.1806952633,-1933.1318006284) +Cell[10,43] 8.4817096694678e-06 [GeV] +Cell[5,41] 3.3631110659712e-05 [GeV] +Cell[6,42] 4.9013032592029e-05 [GeV] +Cell[6,40] 5.5763248781659e-05 [GeV] +Cell[4,26] 1.3167156430427e-06 [GeV] +Cell[6,26] 0.00076860456316706 [GeV] +Cell[7,47] 9.3463919474743e-06 [GeV] +Cell[4,30] 0.058043667671833 [GeV] +Cell[1,44] 0.0010876365354749 [GeV] +Cell[6,41] 3.423512680456e-09 [GeV] +Cell[3,37] 2.2578635253012e-07 [GeV] +Cell[3,4] 0.0013213398827643 [GeV] +Cell[3,12] 2.9264533077367e-07 [GeV] +Cell[3,5] 1.4057150110602e-11 [GeV] +Cell[2,3] 0.00075899686984178 [GeV] +Cell[6,43] 0.00059628765413095 [GeV] +Cell[0,45] 3.1416030083165e-08 [GeV] +Cell[3,10] 6.8187573924661e-07 [GeV] +Cell[3,9] 1.5873741649557e-06 [GeV] +Cell[1,12] 0.0011843806946083 [GeV] +Cell[4,31] 8.7700369117556e-05 [GeV] +Cell[1,9] 4.2500047151179e-06 [GeV] +Cell[1,24] 0.00046641215101465 [GeV] +Cell[0,24] 0.0056818338799423 [GeV] +Cell[1,37] 5.7182691536013e-05 [GeV] +Cell[3,33] 1.6658025560901e-07 [GeV] +Cell[0,19] 0.0015643428369567 [GeV] +Cell[1,22] 0.0028621280982869 [GeV] +Cell[0,22] 0.002610769303247 [GeV] +Cell[0,23] 0.0018869426747252 [GeV] +Cell[1,21] 2.2345750042632e-05 [GeV] +Cell[1,20] 0.00033517971692629 [GeV] +Cell[1,23] 0.00049087936217666 [GeV] +Cell[3,46] 0.00039370639373521 [GeV] +Cell[1,43] 0.0061130757553226 [GeV] +Cell[2,21] 7.8482695971616e-06 [GeV] +Cell[2,18] 0.0011568035860727 [GeV] +Cell[3,19] 5.7575121172704e-06 [GeV] +Cell[1,8] 0.0018901548882623 [GeV] +Cell[10,44] 5.7241280728704e-09 [GeV] +Cell[1,26] 0.050948444611848 [GeV] +Cell[1,25] 0.0010089215129274 [GeV] +Cell[2,24] 9.9244061857462e-11 [GeV] +Cell[2,25] 0.00093265951383933 [GeV] +Cell[1,19] 0.0037512320197729 [GeV] +Cell[1,18] 0.0026774816269084 [GeV] +Cell[2,22] 0.0057299814954164 [GeV] +Cell[2,23] 0.003674324907086 [GeV] +Cell[2,42] 3.0349790496984e-05 [GeV] +Cell[1,42] 0.0062688117089012 [GeV] +Cell[1,41] 0.0026015395828261 [GeV] +Cell[2,41] 0.0022926212954835 [GeV] +Cell[1,17] 0.00060314344421215 [GeV] +Cell[0,18] 0.00088463462211439 [GeV] +Cell[1,30] 0.0038952013000283 [GeV] +Cell[3,3] 7.7270058682188e-07 [GeV] +Cell[0,29] 0.0080556843034041 [GeV] +Cell[2,0] 4.7087241546251e-06 [GeV] +Cell[0,6] 1.734171564749e-08 [GeV] +Cell[0,2] 0.0057865247119098 [GeV] +Cell[0,1] 0.00049820061663263 [GeV] +Cell[0,0] 0.015151225424661 [GeV] +Cell[0,46] 4.3258764214556e-05 [GeV] +Cell[0,47] 0.0019080621612741 [GeV] +Cell[1,47] 2.6502530090511e-06 [GeV] +Cell[1,46] 0.001405822224767 [GeV] +Cell[2,17] 0.030161797779522 [GeV] +Cell[2,32] 0.00026543041466653 [GeV] +Cell[1,40] 0.0014500937127161 [GeV] +Cell[0,13] 0.0006346423444827 [GeV] +Cell[0,11] 0.0020211450168296 [GeV] +Cell[1,13] 0.0010250100647294 [GeV] +Cell[0,15] 5.2075380238307e-05 [GeV] +Cell[1,15] 0.00022815857660419 [GeV] +Cell[3,30] 0.04585757211364 [GeV] +Cell[0,7] 0.00045726169524859 [GeV] +Cell[1,6] 0.002871851360311 [GeV] +Cell[1,7] 0.00094548906930856 [GeV] +Cell[4,23] 9.2077478766441e-06 [GeV] +Cell[3,16] 0.0018554689149121 [GeV] +Cell[1,1] 0.00086340673932398 [GeV] +Cell[1,29] 0.0021440346431045 [GeV] +Cell[2,16] 0.0073005800349214 [GeV] +Cell[4,36] 7.5950070862518e-05 [GeV] +Cell[3,13] 6.3665989415313e-05 [GeV] +Cell[5,14] 3.5038501082454e-06 [GeV] +Cell[5,15] 1.2416364334058e-06 [GeV] +Cell[3,17] 4.1402736061968e-05 [GeV] +Cell[5,9] 0.00027704552773855 [GeV] +Cell[2,26] 0.00095992586169065 [GeV] +Cell[2,27] 1.1776381742379e-05 [GeV] +Cell[2,28] 1.1800716492871e-10 [GeV] +Cell[2,29] 2.7159020188265e-05 [GeV] +Cell[1,31] 0.0011965726187922 [GeV] +Cell[1,32] 0.00162554006878 [GeV] +Cell[0,32] 0.0014023929439122 [GeV] +Cell[0,31] 0.00088275722955495 [GeV] +Cell[2,31] 1.7976999447455e-07 [GeV] +Cell[2,33] 3.1963013005225e-05 [GeV] +Cell[1,33] 0.001039837111889 [GeV] +Cell[1,39] 2.6880734367296e-08 [GeV] +Cell[0,40] 2.7296994090648e-05 [GeV] +Cell[5,8] 9.4236262362983e-06 [GeV] +Cell[5,7] 0.000940271328373 [GeV] +Cell[2,40] 0.00093949662365935 [GeV] +Cell[1,0] 0.00034511863232547 [GeV] +Cell[5,40] 0.00040742623019833 [GeV] +Cell[10,42] 4.659476182951e-07 [GeV] +Cell[4,45] 1.780529593816e-06 [GeV] +Cell[1,27] 0.0024151875085465 [GeV] +Cell[0,5] 1.9001890905201e-10 [GeV] +Cell[0,33] 0.00018692568582753 [GeV] +Cell[0,30] 0.00085111691327131 [GeV] +Cell[3,36] 1.2835839572062e-05 [GeV] +Cell[2,46] 1.0517513146624e-08 [GeV] +Cell[0,26] 0.1081109662717 [GeV] +Cell[2,43] 7.6113792601973e-09 [GeV] +Cell[1,45] 1.4217898773495e-05 [GeV] +Cell[0,44] 0.0015194473597969 [GeV] +Cell[2,45] 4.7178629620248e-07 [GeV] +Cell[0,27] 0.27465751094764 [GeV] +Cell[0,25] 0.011440704083193 [GeV] +Cell[1,5] 3.8091683276889e-05 [GeV] +Cell[9,44] 1.024218078237e-05 [GeV] +Cell[1,38] 1.0082018222874e-06 [GeV] +Cell[0,34] 0.00074051442600887 [GeV] +Cell[0,3] 2.1056500816485e-05 [GeV] +Cell[1,16] 2.3412146338842e-05 [GeV] +Cell[0,28] 1.8025273358768 [GeV] +Cell[2,30] 0.00077646537699969 [GeV] +Cell[0,42] 0.020678448683001 [GeV] +Cell[1,3] 2.1958882200579e-07 [GeV] +Cell[3,7] 0.00071536725756245 [GeV] +Cell[9,43] 0.00018819423007142 [GeV] +Cell[0,43] 6.5381724073404e-05 [GeV] +Cell[0,41] 0.00074941001901584 [GeV] +### Total energy deposition in calorimeter by a source track in 136 cells : 2.5419150457803 (GeV) + +Source track ID 3008 (pi-,5.0454442574505[GeV]) at (-463.65634278709,-187.14378374206,-1932.7851493151) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,35] 0.00028662889575028 [GeV] -Cell[4,36] 5.0931703299284e-12 [GeV] -Cell[13,35] 0.0055771486710229 [GeV] -Cell[4,33] 0.00070870419091523 [GeV] -Cell[9,0] 2.8580701618921e-05 [GeV] -Cell[14,35] 0.001286242589866 [GeV] -Cell[10,25] 0.00070968173190533 [GeV] -Cell[14,32] 4.2277280000809e-05 [GeV] -Cell[13,15] 0.00020019933152842 [GeV] -Cell[12,45] 0.0036934494510573 [GeV] -Cell[11,26] 0.0001277338474265 [GeV] -Cell[11,25] 0.003163542317622 [GeV] -Cell[3,14] 0.00049843681061793 [GeV] -Cell[12,13] 1.3253461278509e-05 [GeV] -Cell[8,31] 7.2206057666335e-06 [GeV] -Cell[8,32] 0.00026421575021959 [GeV] -Cell[0,0] 0.00054212710311053 [GeV] -Cell[0,6] 6.6191432415508e-07 [GeV] -Cell[1,24] 0.0016602687089805 [GeV] -Cell[0,36] 3.734152501363e-05 [GeV] -Cell[13,36] 0.00068489580193397 [GeV] -Cell[13,34] 0.0012694415274994 [GeV] -Cell[13,33] 2.7749923835927e-06 [GeV] -Cell[14,34] 0.00076970862280041 [GeV] -Cell[14,33] 0.007966845797913 [GeV] -Cell[0,24] 6.4690041967124e-05 [GeV] -Cell[1,23] 0.00013088325859292 [GeV] -Cell[1,22] 0.00077676586835241 [GeV] -Cell[0,22] 1.023587515192e-08 [GeV] -Cell[0,23] 0.0016174385271152 [GeV] -Cell[0,2] 5.3646464424673e-05 [GeV] -Cell[0,45] 0.00055247194856884 [GeV] -Cell[0,18] 0.0010913032880887 [GeV] -Cell[1,38] 8.0216072133226e-05 [GeV] -Cell[3,4] 0.00070750493288438 [GeV] -Cell[2,33] 0.00042956642294851 [GeV] -Cell[1,5] 0.00051099891 [GeV] -Cell[1,6] 0.00045925039299542 [GeV] -Cell[1,40] 0.00040253619927636 [GeV] -Cell[1,41] 2.1222309442237e-08 [GeV] -Cell[0,42] 0.0025892511055397 [GeV] -Cell[0,41] 1.2776708230376e-05 [GeV] -Cell[0,8] 0.00035108923594976 [GeV] -Cell[0,25] 0.010795988927345 [GeV] -Cell[0,3] 2.7066630718764e-06 [GeV] -Cell[1,27] 1.788724141079e-05 [GeV] -Cell[1,37] 0.0010281758040524 [GeV] -Cell[1,14] 3.5706166625005e-07 [GeV] -Cell[2,15] 0.00021991180152122 [GeV] -Cell[1,15] 2.5481072952971e-08 [GeV] -Cell[4,8] 0.00051099891 [GeV] -Cell[7,1] 5.8819584897719e-05 [GeV] -Cell[0,29] 0.0014376246929993 [GeV] -Cell[1,10] 1.1639443783906e-05 [GeV] -Cell[1,9] 0.0013964409955628 [GeV] -Cell[1,8] 0.0067784251893067 [GeV] -Cell[1,13] 0.0058918863035349 [GeV] -Cell[1,12] 0.0023591233982609 [GeV] -Cell[0,38] 9.6326857601525e-12 [GeV] -Cell[1,21] 0.0032950644325382 [GeV] -Cell[1,11] 4.9159913260155e-08 [GeV] -Cell[2,0] 3.4009402008905e-06 [GeV] -Cell[2,21] 1.6664486756781e-05 [GeV] -Cell[2,22] 0.0013266677440348 [GeV] -Cell[1,29] 0.0020240687600256 [GeV] -Cell[2,40] 0.00051099891 [GeV] -Cell[0,26] 1.2325223406702 [GeV] -Cell[2,6] 1.2805123871658e-05 [GeV] -Cell[7,2] 6.1092480289517e-05 [GeV] -Cell[3,3] 0.0029168886436499 [GeV] -Cell[3,2] 4.4061113842417e-06 [GeV] -Cell[0,9] 3.7020072340965e-11 [GeV] -Cell[1,43] 0.0012209884365572 [GeV] -Cell[1,7] 0.17670312373725 [GeV] -Cell[2,25] 4.8733945194044e-05 [GeV] -Cell[0,28] 0.018351054121172 [GeV] -Cell[3,0] 0.0010276443016474 [GeV] -Cell[2,43] 4.2362237290945e-06 [GeV] -Cell[3,39] 4.6583614021074e-06 [GeV] -Cell[3,41] 0.0018108935629333 [GeV] -Cell[4,30] 0.00078739626437656 [GeV] -Cell[3,36] 0.0026641919692266 [GeV] -Cell[0,44] 4.9375622900357e-05 [GeV] -Cell[2,24] 0.00018143993041986 [GeV] -Cell[0,11] 2.5474149151705e-07 [GeV] -Cell[1,28] 0.0043041883564647 [GeV] -Cell[4,34] 0.00037852308157983 [GeV] -Cell[10,40] 2.5532409432344e-05 [GeV] -Cell[12,46] 0.0011932941988911 [GeV] -Cell[11,45] 0.0017548326256581 [GeV] -Cell[11,42] 1.0654682216455e-05 [GeV] -Cell[11,46] 0.0022230552430204 [GeV] -Cell[11,6] 9.2375981969187e-05 [GeV] -Cell[11,41] 1.0541407391429e-10 [GeV] -Cell[13,38] 1.9038081314648e-05 [GeV] -Cell[10,38] 9.9505962862168e-06 [GeV] -Cell[10,39] 1.8917760695331e-05 [GeV] -Cell[10,41] 8.3441409515217e-10 [GeV] -Cell[15,35] 1.6789926905858e-07 [GeV] -Cell[10,42] 0.00063083173947302 [GeV] -Cell[10,6] 0.0024466875564095 [GeV] -Cell[0,7] 4.6260538510978e-10 [GeV] -Cell[1,47] 2.2817496815833e-05 [GeV] -Cell[2,47] 0.00052741419063271 [GeV] -Cell[3,15] 0.00094140353940202 [GeV] -Cell[0,27] 0.76696148426392 [GeV] -Cell[4,35] 2.1133056407052e-09 [GeV] -Cell[5,35] 9.9014561101285e-09 [GeV] -Cell[17,29] 0.0021019037498653 [GeV] -### Total energy deposition in calorimeter by a source track in 109 cells : 2.2990933395677 (GeV) - -Source track ID 5056 (pi-,26.431194861732[GeV]) at (-348.93796027492,-358.10934067569,-1955.5813398532) +Cell[0,26] 0.1058853742097 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.1058853742097 (GeV) + +Source track ID 8524 (pi-,26.431127632336[GeV]) at (-348.94707090191,-358.10046315102,-1955.4989519129) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.078862043413628 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.078862043413628 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999665122081e-08 mm long - and its vector is (-7.985318006831221e-08,-2.792945963392413e-08,5.332367436494678e-08) mm - Endpoint of ComputeStep() was (647.35090693354,-58.62425600751462,-1628.360802235663) - and current position to locate is (647.3509068536869,-58.62425603544408,-1628.36080218234) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000361330781e-07 mm long - and its vector is (2.086051154037705e-08,-8.555606711979635e-08,-4.738149073091336e-08) mm - Endpoint of ComputeStep() was (-577.8902484883671,67.19927415827269,-1779.071556420001) - and current position to locate is (-577.8902484675066,67.19927407271662,-1779.071556467383) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995790914072e-08 mm long - and its vector is (5.693925686500734e-08,6.991967893554829e-09,-8.190863809431903e-08) mm - Endpoint of ComputeStep() was (270.860417962643,-462.9542539271902,-1210.909285237478) - and current position to locate is (270.8604180195823,-462.9542539201982,-1210.909285319387) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000070023263e-07 mm long - and its vector is (-3.250579538871534e-08,-4.964318378597454e-08,-8.049187272263225e-08) mm - Endpoint of ComputeStep() was (-799.9005881007815,12.6114672133415,-1641.716677638222) - and current position to locate is (-799.9005881332873,12.61146716369832,-1641.716677718714) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999992478002078e-08 mm long - and its vector is (-8.98837697604904e-08,-3.807133452937705e-08,-2.171327651012689e-08) mm - Endpoint of ComputeStep() was (-1146.972629584814,-1012.597544288948,-1832.17644690706) - and current position to locate is (-1146.972629674697,-1012.597544327019,-1832.176446928773) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000036215052e-07 mm long - and its vector is (3.408308657526504e-08,2.837060719684814e-08,8.962956599134486e-08) mm - Endpoint of ComputeStep() was (-568.2910278593334,330.5148008934761,-1073.782351871106) - and current position to locate is (-568.2910278252504,330.5148009218468,-1073.782351781476) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000807376831e-07 mm long - and its vector is (4.934213393426035e-08,-1.506589342170628e-08,8.566439646529034e-08) mm - Endpoint of ComputeStep() was (-535.3594766937346,419.2734558491339,-1593.378873701327) - and current position to locate is (-535.3594766443924,419.273455834068,-1593.378873615663) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996357547555e-08 mm long - and its vector is (-3.845627816190245e-08,-1.785275571819511e-08,9.056702765519731e-08) mm - Endpoint of ComputeStep() was (528.737973957427,-279.7130352647439,-1081.133664605612) - and current position to locate is (528.7379739189707,-279.7130352825966,-1081.133664515045) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000000350222e-07 mm long - and its vector is (6.805498742323834e-08,-1.960249207400011e-08,-7.059929885144811e-08) mm - Endpoint of ComputeStep() was (-598.2143725808694,-17.89770206259085,-1724.478489271419) - and current position to locate is (-598.2143725128144,-17.89770208219334,-1724.478489342018) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999989822276e-08 mm long - and its vector is (7.037658633635147e-08,-6.415663023062734e-08,3.05133198708063e-08) mm - Endpoint of ComputeStep() was (-799.147515591205,-36.92219430301554,-1538.62445283153) - and current position to locate is (-799.1475155208284,-36.92219436717217,-1538.624452801017) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000217547983e-07 mm long - and its vector is (-9.804114142752951e-08,-1.955273631892851e-08,-2.372644303250127e-09) mm - Endpoint of ComputeStep() was (-585.3992215228488,-22.19683444187548,-1888.960595041946) - and current position to locate is (-585.39922162089,-22.19683446142821,-1888.960595044319) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000141559601e-07 mm long - and its vector is (-8.979469612313551e-08,4.397452357807197e-08,1.776697899913415e-09) mm - Endpoint of ComputeStep() was (-511.3925942334054,139.2035001684373,-1927.426328473076) - and current position to locate is (-511.3925943232001,139.2035002124118,-1927.426328471299) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000208785947e-07 mm long - and its vector is (-4.055516455991892e-08,7.931146228656871e-08,4.544199327938259e-08) mm - Endpoint of ComputeStep() was (647.1698436419319,-508.8249653462358,-1612.028312331298) - and current position to locate is (647.1698436013768,-508.8249652669243,-1612.028312285856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000723442015e-07 mm long - and its vector is (2.155775291612372e-08,-5.901668487240386e-08,7.779658517392818e-08) mm - Endpoint of ComputeStep() was (-564.4838007578409,133.2592913160253,-1891.938179956903) - and current position to locate is (-564.4838007362831,133.2592912570086,-1891.938179879106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997772257348e-08 mm long - and its vector is (-6.309630862233462e-08,-7.118640255043829e-08,3.084392119490076e-08) mm - Endpoint of ComputeStep() was (-614.9822212484227,-8.267678474371799,-1766.964295884011) - and current position to locate is (-614.982221311519,-8.267678545558201,-1766.964295853167) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000106733241e-07 mm long - and its vector is (3.819093308266019e-08,7.545756375293422e-08,-5.336301001079846e-08) mm - Endpoint of ComputeStep() was (-550.9679534693194,-198.2937107827836,-1824.837888634883) - and current position to locate is (-550.9679534311284,-198.2937107073261,-1824.837888688246) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994897028102e-08 mm long - and its vector is (-6.329480584099656e-08,-6.526384055405288e-08,4.164598976785783e-08) mm - Endpoint of ComputeStep() was (-577.2519469271999,-56.39317058228074,-1685.724084141681) - and current position to locate is (-577.2519469904947,-56.39317064754458,-1685.724084100035) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997273592214e-08 mm long - and its vector is (-6.050117917766329e-08,-7.506906740673003e-08,-2.653746378200594e-08) mm - Endpoint of ComputeStep() was (-627.3971559692121,75.66066580987751,-1678.30770924282) - and current position to locate is (-627.3971560297133,75.66066573480845,-1678.307709269357) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999375132382e-08 mm long - and its vector is (9.642110398999648e-08,1.323289922083859e-08,2.297520040883683e-08) mm - Endpoint of ComputeStep() was (-578.5743827439404,40.6409121817691,-1829.081417385627) - and current position to locate is (-578.5743826475193,40.640912195002,-1829.081417362651) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998404510824e-08 mm long - and its vector is (7.357789399975445e-08,5.697840776974772e-08,3.66026142728515e-08) mm - Endpoint of ComputeStep() was (-773.7668871643727,-98.41140408019666,-1884.352855584418) - and current position to locate is (-773.7668870907949,-98.41140402321825,-1884.352855547815) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999900450192e-08 mm long - and its vector is (-5.99011400481686e-08,-8.00168962200587e-08,-3.024524630745873e-09) mm - Endpoint of ComputeStep() was (-763.3167673780766,-53.47008988967565,-1418.855267446373) - and current position to locate is (-763.3167674379778,-53.47008996969254,-1418.855267449398) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000222392782e-07 mm long - and its vector is (1.474654709454626e-08,8.489664082844683e-08,-5.074548425909597e-08) mm - Endpoint of ComputeStep() was (-609.3141668981449,45.26141467165726,-1877.650006287478) - and current position to locate is (-609.3141668833983,45.2614147565539,-1877.650006338224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000051026186e-07 mm long - and its vector is (-9.614859663997777e-08,-2.679198018995521e-08,6.134996510809287e-09) mm - Endpoint of ComputeStep() was (445.8229197599542,226.3667915454249,-1895.073062474521) - and current position to locate is (445.8229196638056,226.366791518633,-1895.073062468386) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999869820107e-08 mm long - and its vector is (-2.657793629623484e-08,-3.596244368964108e-08,-8.944448381953407e-08) mm - Endpoint of ComputeStep() was (-264.3489394491411,-554.0064345799422,-1130.016980278699) - and current position to locate is (-264.3489394757191,-554.0064346159046,-1130.016980368143) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999993757782228e-08 mm long - and its vector is (3.118555014225421e-08,-7.636384680154151e-08,5.653328116750345e-08) mm - Endpoint of ComputeStep() was (-665.6525190372352,-87.63481657612382,-1719.495092876268) - and current position to locate is (-665.6525190060496,-87.63481665248767,-1719.495092819735) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999994677804804e-08 mm long - and its vector is (7.363144050032133e-08,4.94429599484647e-08,-4.619300852937158e-08) mm - Endpoint of ComputeStep() was (-544.585260591217,119.0599996510049,-1919.775695686681) - and current position to locate is (-544.5852605175855,119.0599997004479,-1919.775695732874) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000139890376e-07 mm long - and its vector is (3.791490144067211e-08,-6.44639044367068e-08,-6.638424565608148e-08) mm - Endpoint of ComputeStep() was (-518.8505432000501,299.5585008283065,-1946.897953067175) - and current position to locate is (-518.8505431621352,299.5585007638426,-1946.897953133559) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5057 (pi+,1.1804725185084[GeV]) at (-499.11669704075,29.707284209939,-1754.8289702237) +Cell[6,17] 0.00029015311232329 [GeV] +Cell[3,37] 0.00075373378581435 [GeV] +Cell[3,2] 0.00035237846546705 [GeV] +Cell[2,10] 2.6628653699845e-08 [GeV] +Cell[2,9] 0.0026272068108767 [GeV] +Cell[2,8] 0.00010311085789522 [GeV] +Cell[0,23] 0.00020547454823991 [GeV] +Cell[0,35] 0.00070420427525452 [GeV] +Cell[2,6] 0.00058133172762109 [GeV] +Cell[2,5] 6.8605082051363e-06 [GeV] +Cell[1,18] 0.0010573321039136 [GeV] +Cell[1,17] 0.00031173742419742 [GeV] +Cell[0,18] 0.0009129231025643 [GeV] +Cell[3,38] 0.00028961093602015 [GeV] +Cell[1,30] 3.4665915336518e-08 [GeV] +Cell[0,36] 0.0020547674182818 [GeV] +Cell[0,29] 0.055058234472648 [GeV] +Cell[0,46] 0.0010015999032018 [GeV] +Cell[0,12] 0.00051099891 [GeV] +Cell[0,9] 0.00054146018920575 [GeV] +Cell[3,1] 0.001583304100472 [GeV] +Cell[1,29] 3.9726728573442e-11 [GeV] +Cell[3,13] 0.00051099891 [GeV] +Cell[0,31] 0.0025857998620841 [GeV] +Cell[0,39] 0.00087153158969144 [GeV] +Cell[2,7] 1.0090612522617e-07 [GeV] +Cell[0,33] 0.0012406863378926 [GeV] +Cell[0,30] 1.7197156983805 [GeV] +Cell[2,38] 6.0937916089188e-07 [GeV] +Cell[2,37] 3.9913734293805e-05 [GeV] +Cell[1,45] 0.00070535862805899 [GeV] +Cell[2,45] 0.0032038830339488 [GeV] +Cell[0,37] 0.00096904010936382 [GeV] +Cell[0,34] 0.00049508475432439 [GeV] +Cell[0,42] 0.00091799025194187 [GeV] +Cell[3,8] 6.4030920912046e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 36 cells : 1.8002095829559 (GeV) + +Source track ID 8525 (pi+,1.1827294718821[GeV]) at (-498.93289579331,32.649127022002,-1754.2243337661) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,45] 3.7412716812923e-07 [GeV] -Cell[0,31] 1.3397468166659e-05 [GeV] -Cell[16,10] 0.00037745736314998 [GeV] -Cell[5,5] 0.0037946466214924 [GeV] -Cell[4,18] 4.2626919321265e-07 [GeV] -Cell[2,19] 1.4439344666926e-06 [GeV] -Cell[2,18] 4.6423620108612e-05 [GeV] -Cell[2,17] 8.7731062887997e-06 [GeV] -Cell[6,5] 6.7629286786541e-06 [GeV] -Cell[14,12] 0.00024938943529111 [GeV] -Cell[1,24] 0.03186845925756 [GeV] -Cell[0,24] 0.013522277974101 [GeV] -Cell[0,21] 0.0065349173913997 [GeV] -Cell[1,23] 0.48921807469829 [GeV] -Cell[1,22] 0.0045976371827999 [GeV] -Cell[0,22] 0.0047522564446601 [GeV] -Cell[0,23] 0.21207970185083 [GeV] -Cell[0,20] 8.0107775612532e-06 [GeV] -Cell[0,2] 1.2821147684008e-05 [GeV] -Cell[0,19] 7.8650710406691e-08 [GeV] -Cell[0,18] 7.2369269910268e-06 [GeV] -Cell[4,19] 0.00014606146068593 [GeV] -Cell[4,42] 0.0018105868383792 [GeV] -Cell[1,42] 9.9500260034802e-08 [GeV] -Cell[0,25] 0.0020862894962343 [GeV] -Cell[4,44] 0.00038320107763525 [GeV] -Cell[1,20] 0.00027388460209659 [GeV] -Cell[4,43] 4.1141812104115e-06 [GeV] -Cell[4,41] 0.00010147527298795 [GeV] -Cell[0,29] 0.001850645566121 [GeV] -Cell[4,32] 1.3576426795225e-06 [GeV] -Cell[1,21] 0.005281170704258 [GeV] -Cell[2,0] 1.2744861736451e-05 [GeV] -Cell[2,1] 0.00012458356589639 [GeV] -Cell[1,25] 0.0026306012654954 [GeV] -Cell[2,23] 2.7239671950156e-05 [GeV] -Cell[0,12] 0.0014354089452767 [GeV] -Cell[2,20] 0.0018163737912738 [GeV] -Cell[1,26] 0.00038299849506916 [GeV] -Cell[0,26] 1.0171550293535e-05 [GeV] -Cell[1,44] 0.00042264488494072 [GeV] -Cell[2,44] 0.0012734970034427 [GeV] -Cell[3,2] 0.00068351721915044 [GeV] -Cell[1,43] 1.9824596407716e-06 [GeV] -Cell[2,25] 0.0018576902119413 [GeV] -Cell[2,42] 2.2407746279214e-06 [GeV] -Cell[2,43] 1.2176578715071e-06 [GeV] -Cell[0,30] 0.00077681891457552 [GeV] -Cell[3,40] 5.8196510167363e-08 [GeV] -Cell[4,31] 0.00078141732065569 [GeV] -Cell[0,14] 0.002539296698009 [GeV] -Cell[3,42] 3.9818404687821e-06 [GeV] -Cell[2,24] 0.0042003419409183 [GeV] -Cell[4,20] 1.7144316188933e-11 [GeV] -Cell[5,7] 0.00184828680767 [GeV] -Cell[5,39] 2.3872776946519e-06 [GeV] -Cell[1,47] 0.0001908986386801 [GeV] -Cell[2,47] 0.0010166252012726 [GeV] -Cell[3,12] 6.4748554723337e-06 [GeV] -Cell[5,31] 3.8643484003842e-09 [GeV] -Cell[3,35] 1.1208895011805e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 61 cells : 0.80108906954012 (GeV) - -Source track ID 5037 (gamma,1.5279055119092[GeV]) at (-73.254816883746,-494.60462169629,-436.11294453139) +Cell[0,23] 0.17429799500679 [GeV] +Cell[1,23] 0.066470625987125 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.24076862099392 (GeV) + +Source track ID 8522 (gamma,1.5279055119092[GeV]) at (-73.254847067894,-494.60461722578,-436.11299446688) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,32] 0.00097077764116335 [GeV] -Cell[8,35] 0.0021044820677211 [GeV] -Cell[7,33] 0.0036300816442397 [GeV] -Cell[7,34] 1.4056418951108 [GeV] -Cell[8,34] 0.00069150021104767 [GeV] -Cell[5,3] 0.0010237258676904 [GeV] -Cell[3,9] 0.0010463601522202 [GeV] -Cell[7,36] 0.0018136957469991 [GeV] -Cell[7,37] 0.00075270314527618 [GeV] -Cell[6,34] 0.0019330557212858 [GeV] -Cell[1,5] 0.00038653758302129 [GeV] -Cell[5,45] 0.00080629900663856 [GeV] -Cell[2,20] 0.0013213764210918 [GeV] -Cell[3,19] 0.0040270426890818 [GeV] -Cell[9,15] 0.00054760712762486 [GeV] -Cell[6,35] 0.010115434158616 [GeV] -Cell[7,35] 0.08531990598257 [GeV] -Cell[6,36] 0.0023580874583869 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 1.5244905677355 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000369986114e-07 mm long - and its vector is (5.623576271318598e-09,9.412326562596718e-08,-3.330455911054742e-08) mm - Endpoint of ComputeStep() was (-177.4046890983534,668.8252076614393,1415.179553383573) - and current position to locate is (-177.4046890927299,668.8252077555626,1415.179553350268) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 5039 (e-,2.1336162094656[GeV]) at (-102.40416405283,-489.40104943149,-488.5658031052) +Cell[7,35] 0.11054113009243 [GeV] +Cell[8,33] 0.0025903589703342 [GeV] +Cell[8,34] 0.005094191700755 [GeV] +Cell[7,12] 0.0008428694570062 [GeV] +Cell[6,20] 0.00037381888759708 [GeV] +Cell[7,34] 1.3899814218131 [GeV] +Cell[7,36] 0.00048351422562067 [GeV] +Cell[6,36] 0.00081791720899202 [GeV] +Cell[7,31] 0.00028579888915594 [GeV] +Cell[7,42] 0.0010354944733923 [GeV] +Cell[7,32] 0.00052066467238002 [GeV] +Cell[6,35] 0.0048307343175322 [GeV] +Cell[7,33] 0.0086490794689535 [GeV] +Cell[8,35] 0.00031618871917562 [GeV] +Cell[3,13] 0.00049699040120408 [GeV] +Cell[9,42] 0.00049202222079845 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 1.5273521955185 (GeV) + +Source track ID 8523 (gamma,2.1921548366006[GeV]) at (-105.19673490608,-488.80839494131,-488.29265425987) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,32] 0.0021073631319841 [GeV] -Cell[8,5] 2.6502716646064e-06 [GeV] -Cell[10,18] 2.4629480321892e-07 [GeV] -Cell[8,35] 0.00051099891 [GeV] -Cell[7,33] 0.042336202980552 [GeV] -Cell[7,34] 2.0135922247187 [GeV] -Cell[6,34] 0.036937202159869 [GeV] -Cell[4,16] 0.00088855833051649 [GeV] -Cell[8,4] 4.4053426245227e-07 [GeV] -Cell[3,4] 0.00051099891 [GeV] -Cell[4,21] 0.00070033101258336 [GeV] -Cell[3,5] 0.0014990542540874 [GeV] -Cell[2,6] 0.0015139707363352 [GeV] -Cell[10,3] 4.0969395195134e-07 [GeV] -Cell[18,34] 1.1046987492591e-07 [GeV] -Cell[18,33] 1.2232913286425e-07 [GeV] -Cell[17,14] 4.6039865554803e-06 [GeV] -Cell[17,13] 6.3934248487385e-08 [GeV] -Cell[6,33] 0.0037141948606072 [GeV] -Cell[3,7] 0.00075042020879781 [GeV] -Cell[16,13] 2.6487396098673e-10 [GeV] -Cell[16,14] 1.3533103047962e-05 [GeV] -Cell[10,6] 0.00071532340761698 [GeV] -Cell[9,5] 0.0008506240662 [GeV] -Cell[9,4] 0.00012976655891885 [GeV] -Cell[6,35] 0.0029175285840975 [GeV] -Cell[7,35] 0.012411249800825 [GeV] -Cell[8,47] 0.0006438409816612 [GeV] -Cell[5,13] 0.00088698289972555 [GeV] -Cell[6,13] 0.00065222349787601 [GeV] -Cell[9,35] 2.5067312526517e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 2.1242914915665 (GeV) - -Source track ID 5040 (e+,0.054611546576195[GeV]) at (-394.29122773807,-307.46451458469,-1253.4992199206) +Cell[7,35] 0.020896467040426 [GeV] +Cell[7,34] 2.0368682786549 [GeV] +Cell[7,36] 0.00079151471340937 [GeV] +Cell[4,0] 0.0018673759595495 [GeV] +Cell[7,32] 0.00032085696659824 [GeV] +Cell[6,35] 0.0099174537271995 [GeV] +Cell[7,33] 0.023215641172435 [GeV] +Cell[3,11] 0.00034535077794475 [GeV] +Cell[9,21] 0.00092382448013711 [GeV] +Cell[6,34] 0.073353845123567 [GeV] +Cell[6,33] 0.014295525901938 [GeV] +Cell[9,3] 0.00097238456733924 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 2.1837685190854 (GeV) + +Source track ID 8520 (gamma,0.076632669216442[GeV]) at (-300.43599674071,399.67263086483,200.6347443489) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,28] 0.013624730975436 [GeV] -Cell[2,15] 0.00051099891 [GeV] -Cell[3,29] 0.027038078834243 [GeV] -Cell[2,6] 0.00019658759758439 [GeV] -Cell[3,3] 0.00051099891 [GeV] -Cell[3,19] 0.012035955478569 [GeV] -Cell[3,24] 0.00098984503824392 [GeV] -Cell[3,23] 1.6007911252612e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.054923203655329 (GeV) - -Source track ID 5035 (gamma,0.076632669216442[GeV]) at (-300.43599727731,399.67263046147,200.63475379912) +Cell[9,14] 9.1287474013527e-05 [GeV] +Cell[10,16] 0.0032989374194845 [GeV] +Cell[10,17] 0.00093027206227611 [GeV] +Cell[11,16] 0.059966305550509 [GeV] +Cell[11,17] 0.011503642808444 [GeV] +Cell[9,15] 0.00084222390171474 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.076632669216442 (GeV) + +Source track ID 8521 (gamma,0.17932025858732[GeV]) at (-255.57095709116,429.74816566393,-559.80029774146) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,16] 0.067024407079526 [GeV] -Cell[11,17] 0.0096082621369163 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.076632669216442 (GeV) - -Source track ID 5036 (gamma,0.17932025858732[GeV]) at (-255.57095674764,429.74816586822,-559.8003033524) +Cell[7,15] 0.0061757292259835 [GeV] +Cell[7,30] 0.00051099891 [GeV] +Cell[7,28] 0.000549792961313 [GeV] +Cell[3,29] 0.00032116793941794 [GeV] +Cell[7,16] 0.138206762989 [GeV] +Cell[2,42] 0.001377767611127 [GeV] +Cell[6,10] 0.00051099891 [GeV] +Cell[8,16] 0.00024826414995737 [GeV] +Cell[6,16] 0.030887847196364 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.17878932989316 (GeV) + +Source track ID 3012 (pi-,0.22746459691189[GeV]) at (49.253911477554,497.5681382526,-1289.4644520774) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,17] 6.81929536026e-05 [GeV] -Cell[7,18] 0.00087317026765143 [GeV] -Cell[7,16] 0.11378032638151 [GeV] -Cell[8,15] 0.0018825440653621 [GeV] -Cell[7,15] 0.027258008705705 [GeV] -Cell[3,44] 0.0015613149760986 [GeV] -Cell[6,16] 0.027934476098759 [GeV] -Cell[3,40] 0.00051099891 [GeV] -Cell[6,15] 0.0039409865458461 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.17781001890453 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999935490493e-08 mm long - and its vector is (5.336335107131163e-08,-3.274806203990011e-08,7.797382295393618e-08) mm - Endpoint of ComputeStep() was (485.7792050606827,-283.9564095973194,-1000.000000077974) - and current position to locate is (485.7792051140461,-283.9564096300675,-1000) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000196046721e-07 mm long - and its vector is (-4.516891749517526e-09,-7.465155249519739e-08,6.63833361613797e-08) mm - Endpoint of ComputeStep() was (-104.5233274404801,-771.421068967465,-1342.985631036673) - and current position to locate is (-104.523327444997,-771.4210690421165,-1342.985630970289) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 3941 (pi-,0.22747927225442[GeV]) at (37.748319090608,498.57302815719,-1281.9962184249) +Cell[4,26] 5.3540289198281e-05 [GeV] +Cell[16,5] 5.5400649011972e-07 [GeV] +Cell[14,46] 1.6663518403448e-05 [GeV] +Cell[3,12] 0.010859006399884 [GeV] +Cell[0,45] 5.6582995690405e-05 [GeV] +Cell[3,11] 0.10405364246648 [GeV] +Cell[3,10] 0.00098993396852825 [GeV] +Cell[3,9] 0.00046886577516295 [GeV] +Cell[2,12] 0.0013792264953562 [GeV] +Cell[2,13] 0.00046017903505785 [GeV] +Cell[2,14] 0.0019942601872106 [GeV] +Cell[2,11] 7.214057813826e-06 [GeV] +Cell[2,10] 0.00020763549397907 [GeV] +Cell[2,9] 0.00029562316765396 [GeV] +Cell[0,36] 2.8382191754645e-05 [GeV] +Cell[3,14] 3.7058078987684e-09 [GeV] +Cell[3,16] 0.0018488232978029 [GeV] +Cell[3,13] 0.0014160437688503 [GeV] +Cell[3,17] 0.00015442533213172 [GeV] +Cell[5,20] 4.6475063805701e-05 [GeV] +Cell[4,28] 1.3064464292256e-05 [GeV] +Cell[4,5] 0.0023684231610325 [GeV] +Cell[0,40] 1.2106318558835e-07 [GeV] +Cell[2,40] 0.00028140311239765 [GeV] +Cell[4,25] 3.5821457771817e-05 [GeV] +Cell[14,45] 0.0013509990209958 [GeV] +Cell[15,45] 4.0922864622189e-05 [GeV] +Cell[15,4] 1.0038720344028e-06 [GeV] +Cell[15,5] 1.7319398466498e-09 [GeV] +Cell[4,7] 2.1726551931351e-06 [GeV] +Cell[4,6] 0.0090293618053794 [GeV] +Cell[15,43] 3.716700791847e-05 [GeV] +Cell[2,39] 0.0055319950806077 [GeV] +Cell[3,8] 0.00020906025994918 [GeV] +### Total energy deposition in calorimeter by a source track in 34 cells : 0.14323859877438 (GeV) + +Source track ID 8401 (gamma,0.31054837923301[GeV]) at (447.33313539031,223.36755803356,253.26071245521) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,39] 0.00022745059091994 [GeV] -Cell[2,34] 1.836660695858e-06 [GeV] -Cell[7,27] 2.7717271324946e-05 [GeV] -Cell[8,39] 4.8971679643728e-06 [GeV] -Cell[8,38] 0.00058302397062084 [GeV] -Cell[2,19] 0.0013442609690454 [GeV] -Cell[2,18] 0.00051150511561028 [GeV] -Cell[9,30] 5.7091672715615e-08 [GeV] -Cell[4,16] 0.0014817466830365 [GeV] -Cell[2,33] 0.00041914657700511 [GeV] -Cell[3,10] 1.574664490181e-05 [GeV] -Cell[4,43] 1.3938127892743e-07 [GeV] -Cell[5,44] 7.4796844273806e-12 [GeV] -Cell[7,45] 1.4169613598369e-07 [GeV] -Cell[3,24] 5.0702283195051e-05 [GeV] -Cell[3,25] 0.0039373808474241 [GeV] -Cell[7,38] 7.137075420701e-06 [GeV] -Cell[2,45] 0.00032110649666697 [GeV] -Cell[5,43] 0.00018860047339058 [GeV] -Cell[6,33] 9.1512565268204e-07 [GeV] -Cell[3,12] 0.0013634076446926 [GeV] -Cell[3,11] 0.16761259696898 [GeV] -Cell[3,34] 1.2280788058661e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.17810074482192 (GeV) - -Source track ID 4912 (gamma,0.31054837923301[GeV]) at (447.33311815136,223.3675925576,253.26070255333) +Cell[9,17] 0.00069460123085819 [GeV] +Cell[11,4] 0.0038902779369124 [GeV] +Cell[12,38] 0.00032369244323532 [GeV] +Cell[11,3] 0.29967813990698 [GeV] +Cell[15,13] 0.00051099891 [GeV] +Cell[11,2] 0.0054506688050194 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.310548379233 (GeV) + +Source track ID 8402 (gamma,0.15995014937721[GeV]) at (486.22069041757,-116.57375437835,276.45971195637) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[9,7] 0.00018366979440079 [GeV] -Cell[11,3] 0.3057197139659 [GeV] -Cell[11,4] 0.0019410374504013 [GeV] -Cell[10,4] 0.0011554573980102 [GeV] -Cell[10,5] 0.0015485006242949 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.31054837923301 (GeV) - -Source track ID 4913 (gamma,0.15995014937721[GeV]) at (486.22067261147,-116.57382864627,276.45970209047) +Cell[10,39] 0.0011913513004189 [GeV] +Cell[10,16] 0.0014134239268273 [GeV] +Cell[11,46] 0.13839635932439 [GeV] +Cell[11,45] 0.017780151552425 [GeV] +Cell[11,47] 0.00068735183454013 [GeV] +Cell[13,15] 0.00013002174861203 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.15959865968721 (GeV) + +Source track ID 8378 (pi+,0.5833729291123[GeV]) at (-499.05529959211,30.721457469187,861.93402640426) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,45] 0.004202865294167 [GeV] -Cell[11,46] 0.15574728408304 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.15995014937721 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000240573434e-07 mm long - and its vector is (5.924675861024298e-09,-9.125405142640375e-08,-4.046728463436011e-08) mm - Endpoint of ComputeStep() was (-690.3092212242875,83.02109504742307,1058.238169441917) - and current position to locate is (-690.3092212183628,83.02109495616902,1058.238169401449) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 4894 (pi+,0.5832977751083[GeV]) at (-499.04554707499,30.879474487567,861.61280052245) +Cell[15,24] 0.00040943513236516 [GeV] +Cell[14,21] 0.00092120638884182 [GeV] +Cell[14,20] 5.5230421230476e-05 [GeV] +Cell[15,20] 1.8050620565191e-06 [GeV] +Cell[15,22] 0.088604417105386 [GeV] +Cell[15,21] 0.0014663854154034 [GeV] +Cell[14,23] 0.11448056829847 [GeV] +Cell[14,22] 0.23260923308395 [GeV] +Cell[15,23] 0.080336791378087 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.51888507228579 (GeV) + +Source track ID 8375 (gamma,1.004682788758[GeV]) at (-131.64955839031,-482.35712265461,294.93686671299) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[15,21] 0.15637196353845 [GeV] -Cell[15,22] 0.22157946142345 [GeV] -Cell[14,22] 0.094266146664282 [GeV] -Cell[14,23] 0.090412513971917 [GeV] -Cell[15,23] 0.00042651685796727 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.56305660245606 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000345070479e-07 mm long - and its vector is (-4.498579997402885e-08,-8.447261734545464e-08,-2.899416529089649e-08) mm - Endpoint of ComputeStep() was (-24.36415735273547,-733.7795838209606,-101.4650401942793) - and current position to locate is (-24.36415739772127,-733.7795839054332,-101.4650402232734) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999936403299e-08 mm long - and its vector is (-9.094708275370067e-08,-2.940458898592624e-08,-2.939384557976155e-08) mm - Endpoint of ComputeStep() was (330.2006576551561,476.8307097620769,992.1120357348012) - and current position to locate is (330.200657564209,476.8307097326723,992.1120357054074) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 4891 (gamma,1.004682788758[GeV]) at (-131.64956924136,-482.35711969304,294.93685938585) +Cell[9,10] 0.00051099891 [GeV] +Cell[10,33] 0.00026615040420071 [GeV] +Cell[12,34] 0.0025917750399231 [GeV] +Cell[10,31] 0.00029299654970799 [GeV] +Cell[11,32] 0.0038298786543482 [GeV] +Cell[10,34] 0.00048327615369123 [GeV] +Cell[11,34] 0.21406314400003 [GeV] +Cell[11,33] 0.7717771517107 [GeV] +Cell[12,33] 0.0011157212239302 [GeV] +Cell[18,36] 0.00029357808519777 [GeV] +Cell[11,4] 0.0016135789288895 [GeV] +Cell[17,14] 0.00090709980675912 [GeV] +Cell[12,35] 0.0011242503797099 [GeV] +Cell[11,35] 0.0022687789492021 [GeV] +Cell[18,40] 0.00031805841800082 [GeV] +Cell[18,6] 0.0012381069996758 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 1.002694544214 (GeV) + +Source track ID 8376 (gamma,1.1635719616336[GeV]) at (-189.42309943178,-462.72982333286,253.06735303342) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,34] 0.32104638312583 [GeV] -Cell[11,33] 0.65917055997133 [GeV] -Cell[9,0] 0.0006474870673045 [GeV] -Cell[15,6] 0.00085923095531609 [GeV] -Cell[8,30] 5.8892936542429e-05 [GeV] -Cell[12,34] 0.0035319519770903 [GeV] -Cell[9,34] 2.8678575908998e-05 [GeV] -Cell[9,36] 4.1560057411516e-08 [GeV] -Cell[14,17] 0.00039304691486464 [GeV] -Cell[15,7] 7.8846037213225e-06 [GeV] -Cell[17,5] 0.00055567417054267 [GeV] -Cell[14,7] 6.0924094052552e-06 [GeV] -Cell[9,35] 0.0003559098420227 [GeV] -Cell[18,18] 0.0010252451973606 [GeV] -Cell[14,6] 6.4570395807095e-07 [GeV] -Cell[11,35] 0.00012296308126484 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.98781068809252 (GeV) - -Source track ID 4892 (gamma,1.1635719616336[GeV]) at (-189.4230907551,-462.72982688474,253.067359769) +Cell[10,33] 0.00084385472519521 [GeV] +Cell[9,30] 0.00059033480239863 [GeV] +Cell[10,31] 0.00042683380640971 [GeV] +Cell[11,31] 0.003584746963909 [GeV] +Cell[11,32] 0.28684456140149 [GeV] +Cell[12,32] 0.00059425730643187 [GeV] +Cell[11,22] 0.00030590705707389 [GeV] +Cell[10,34] 0.0011423891327354 [GeV] +Cell[11,34] 0.002056058786222 [GeV] +Cell[11,33] 0.84507849307505 [GeV] +Cell[13,35] 0.00035182304027787 [GeV] +Cell[1,17] 2.7148445442435e-05 [GeV] +Cell[14,15] 0.00027573678516469 [GeV] +Cell[11,44] 0.0012283047710191 [GeV] +Cell[16,8] 0.0016587890493863 [GeV] +Cell[11,4] 0.0021686276042657 [GeV] +Cell[12,41] 0.0010974273913647 [GeV] +Cell[10,10] 0.0013779290391063 [GeV] +Cell[10,32] 0.0028263773450956 [GeV] +### Total energy deposition in calorimeter by a source track in 19 cells : 1.152479600528 (GeV) + +Source track ID 3490 (neutron,0.96967529952792[GeV]) at (-1244.7313883592,-1141.6477146539,2000) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,34] 0.0058371827182994 [GeV] -Cell[11,33] 0.97788181609614 [GeV] -Cell[11,31] 0.0044795066227277 [GeV] -Cell[11,32] 0.16078899647593 [GeV] -Cell[12,32] 0.0029762033233417 [GeV] -Cell[12,33] 0.00050993665490935 [GeV] -Cell[10,32] 0.0026797551678547 [GeV] -Cell[10,33] 0.0015794340077532 [GeV] -Cell[10,34] 0.0063879863330462 [GeV] -Cell[12,34] 0.00045114423364011 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 1.1635719616336 (GeV) - -Source track ID 4877 (gamma,4.6165874202233e-05[GeV]) at (-147.10172831587,-477.87140689362,794.93811353277) +Cell[19,29] 0.0037127330764322 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0037127330764322 (GeV) + +Source track ID 3499 (H4,3.8047380830913[GeV]) at (-1730.581877187,-42.044331469447,2000) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[13,33] 4.6165874202233e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 4.6165874202233e-05 (GeV) +Cell[19,24] 0.054651832563209 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.054651832563209 (GeV) + +Source track ID 2963 (gamma,0.12911588927385[GeV]) at (-469.46383209761,172.05728799509,450.45158309658) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,7] 0.00041564766671094 [GeV] +Cell[12,22] 0.00027871815056665 [GeV] +Cell[12,23] 1.7464088253335e-05 [GeV] +Cell[12,24] 0.00049353482174666 [GeV] +Cell[12,21] 0.12671409899286 [GeV] +Cell[12,20] 0.00059007540042194 [GeV] +Cell[10,47] 0.0003382736955275 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.12884781281609 (GeV) + +Source track ID 2952 (e-,0.027993918239282[GeV]) at (-119.79679828204,485.43663553689,1422.204702176) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[17,14] 0.0013949809424706 [GeV] +Cell[17,13] 0.026087938386812 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.027482919329282 (GeV) + +Source track ID 2954 (gamma,0.0019734474141683[GeV]) at (391.78909569002,310.64659099754,-168.36994975131) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[9,5] 0.0019734474141683 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0019734474141683 (GeV) -Source track ID 3927 (gamma,0.17435926984906[GeV]) at (-435.61886297626,245.43065460384,445.72698583496) +Source track ID 2955 (gamma,0.0001699840038491[GeV]) at (284.76067562354,-410.98826944139,202.08507997225) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[14,2] 0.00070401362136795 [GeV] -Cell[12,19] 0.017267346133129 [GeV] -Cell[13,19] 0.0029893229889542 [GeV] -Cell[12,20] 0.1533985871056 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.17435926984906 (GeV) +Cell[11,40] 0.0001699840038491 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0001699840038491 (GeV) -Source track ID 3901 (gamma,0.10305715080057[GeV]) at (11.538102514207,499.86685446264,4.6715042887837) +Source track ID 2957 (gamma,0.00051099891[GeV]) at (-450.66191419534,216.5729417397,307.79024615403) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,11] 0.026009174146662 [GeV] -Cell[9,12] 0.00052643647326 [GeV] -Cell[10,11] 0.076521540180645 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.10305715080057 (GeV) +Cell[11,20] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 3902 (gamma,0.062482768189188[GeV]) at (-488.97409074846,104.42384103601,-57.614767483417) +Source track ID 2958 (gamma,0.00051099891[GeV]) at (495.40310499381,-67.644390473205,0.11696525224874) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,43] 0.0021600032086798 [GeV] -Cell[9,21] 0.00038780122178187 [GeV] -Cell[9,22] 0.055529519404007 [GeV] -Cell[9,23] 0.0044054443547196 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.062482768189188 (GeV) +Cell[9,46] 0.00041464418177487 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041464418177487 (GeV) -Source track ID 3893 (gamma,0.004498974090393[GeV]) at (499.76542298991,15.314110607936,557.92675468873) +Source track ID 2917 (proton,1.0103291191644[GeV]) at (-88.456429636324,492.11325937836,-125.20772018122) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,0] 0.0037637575408448 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0037637575408448 (GeV) +Cell[9,13] 0.072057106164393 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.072057106164393 (GeV) -Source track ID 3894 (gamma,0.0031349481815828[GeV]) at (-446.50265061969,225.02307212726,-1525.3715746316) +Source track ID 2918 (neutron,0.99403458593619[GeV]) at (353.46438965368,353.64236913406,-281.10320970421) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[7,6] 0.0015429202274524 [GeV] +Cell[8,3] 7.6141532190377e-10 [GeV] +Cell[8,4] 4.0705543346007e-05 [GeV] +Cell[8,5] 9.2299443994307e-05 [GeV] +Cell[7,4] 0.010614301564573 [GeV] +Cell[7,5] 0.0048195346513977 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.017109762192179 (GeV) + +Source track ID 2922 (gamma,0.00091605929226597[GeV]) at (259.89265744532,-427.14845967884,159.3939043522) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[2,20] 0.0031349481815828 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0031349481815828 (GeV) +Cell[10,40] 0.00091605929226597 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00091605929226597 (GeV) -Source track ID 3895 (gamma,0.0003444150597855[GeV]) at (-42.451380288589,498.19462091796,-111.59169723052) +Source track ID 2923 (neutron,0.94060547057267[GeV]) at (-219.93705236718,449.02972395604,267.31173786797) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,12] 0.0003444150597855 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0003444150597855 (GeV) +Cell[11,15] 0.00080992931954631 [GeV] +Cell[11,16] 0.00023018123977192 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0010401105593182 (GeV) -Source track ID 3883 (gamma,0.67224858404432[GeV]) at (444.0523215799,-229.8206598622,-518.95900484301) +Source track ID 2910 (gamma,0.67224858404432[GeV]) at (444.05232181631,-229.82065940543,-518.95900808055) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,12] 0.00095357497260118 [GeV] -Cell[7,11] 0.0010799079375262 [GeV] -Cell[8,20] 0.0025160350526136 [GeV] -Cell[7,43] 0.006239667047852 [GeV] -Cell[7,44] 0.62651480067825 [GeV] -Cell[6,44] 0.013110053414646 [GeV] -Cell[6,43] 0.012332880885963 [GeV] -Cell[7,45] 0.0064328369316419 [GeV] -Cell[6,42] 0.0015280815869312 [GeV] -Cell[6,10] 0.00081289291885561 [GeV] -Cell[4,10] 0.00072785261743815 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.67224858404432 (GeV) - -Source track ID 3884 (gamma,0.13757172036947[GeV]) at (417.90942396443,-274.5026654911,-190.74603489643) +Cell[6,46] 4.9887968772918e-05 [GeV] +Cell[7,43] 0.022768286697229 [GeV] +Cell[6,45] 0.0030083567955202 [GeV] +Cell[6,43] 0.0017691540342218 [GeV] +Cell[4,16] 0.00044967923319003 [GeV] +Cell[6,44] 0.032478875440964 [GeV] +Cell[7,44] 0.60799001394909 [GeV] +Cell[2,35] 0.00060602605274304 [GeV] +Cell[7,45] 0.0030658442296389 [GeV] +Cell[4,15] 6.1319676809969e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.67224744407818 (GeV) + +Source track ID 2911 (gamma,0.13757172036947[GeV]) at (417.90942293979,-274.50266705103,-190.74602301086) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,17] 0.00049717803587214 [GeV] -Cell[9,42] 0.0029059857991583 [GeV] -Cell[8,43] 0.01913691344836 [GeV] -Cell[8,44] 0.0092847506045195 [GeV] -Cell[4,37] 0.00017339108949351 [GeV] -Cell[9,43] 0.097178987027745 [GeV] -Cell[9,44] 0.0081612496799699 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.13733845568512 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999696524552e-08 mm long - and its vector is (-4.760499905387405e-08,8.348760616172513e-08,2.76330069937103e-08) mm - Endpoint of ComputeStep() was (796.9149564771001,-160.1242437415228,-242.5564175039216) - and current position to locate is (796.9149564294951,-160.1242436580352,-242.5564174762886) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000340747471e-07 mm long - and its vector is (3.565787665138487e-08,6.883814762659313e-08,-6.316511758086563e-08) mm - Endpoint of ComputeStep() was (1074.23037056303,-141.4251113423899,-134.0256443401369) - and current position to locate is (1074.230370598688,-141.4251112735517,-134.025644403302) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997195226346e-08 mm long - and its vector is (6.422965270758141e-08,-1.172620045508665e-08,-7.5743265881556e-08) mm - Endpoint of ComputeStep() was (796.8487804769574,-70.93673905924614,-42.46649129129885) - and current position to locate is (796.848780541187,-70.93673907097234,-42.46649136704212) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000032669383e-07 mm long - and its vector is (2.394290277152322e-08,9.167191450387691e-08,-3.198434228579572e-08) mm - Endpoint of ComputeStep() was (916.8304531024469,-19.9701088920294,-74.56587839266533) - and current position to locate is (916.8304531263898,-19.97010880035749,-74.56587842464967) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997416875443e-08 mm long - and its vector is (-8.372580850846134e-08,2.87830062006833e-08,4.649217544283601e-08) mm - Endpoint of ComputeStep() was (664.7987840021555,-354.2009167805086,-159.907066233792) - and current position to locate is (664.7987839184296,-354.2009167517256,-159.9070661872998) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000038551915e-07 mm long - and its vector is (4.327102942625061e-08,-8.069082468864508e-08,4.020708388452476e-08) mm - Endpoint of ComputeStep() was (1372.464494832383,-207.7012443907566,-142.5194884009732) - and current position to locate is (1372.464494875654,-207.7012444714474,-142.5194883607662) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995842902477e-08 mm long - and its vector is (9.657253485784167e-08,1.730035137370578e-08,1.935032400979253e-08) mm - Endpoint of ComputeStep() was (660.0714716334647,-411.8191444271057,-104.7074170937847) - and current position to locate is (660.0714717300373,-411.8191444098053,-104.7074170744344) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999748498901e-08 mm long - and its vector is (-3.578634277801029e-09,4.78849244700541e-08,-8.771674231411453e-08) mm - Endpoint of ComputeStep() was (683.2038286964965,-59.12641809906751,-66.168938757662) - and current position to locate is (683.2038286929179,-59.12641805118258,-66.16893884537875) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000015214113e-07 mm long - and its vector is (4.756952876050491e-08,-5.08717050706764e-08,7.175799510150682e-08) mm - Endpoint of ComputeStep() was (667.3272468827785,-211.3630655598501,83.73594920482867) - and current position to locate is (667.327246930348,-211.3630656107218,83.73594927658667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998842410122e-08 mm long - and its vector is (5.425511062639998e-08,7.698378112763749e-08,3.361365941145777e-08) mm - Endpoint of ComputeStep() was (781.6308872649208,-327.4455401159979,-36.5745776914498) - and current position to locate is (781.6308873191759,-327.4455400390141,-36.57457765783614) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000065488567e-07 mm long - and its vector is (-4.621210791810881e-08,7.645445521120564e-08,-4.493504945912719e-08) mm - Endpoint of ComputeStep() was (707.6343251007524,-263.9473161665265,-68.70872879961948) - and current position to locate is (707.6343250545403,-263.947316090072,-68.70872884455453) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000315528609e-07 mm long - and its vector is (-9.964367109205341e-08,3.056527475564508e-09,-7.861473250159179e-09) mm - Endpoint of ComputeStep() was (754.8325686902388,-358.5336798475022,43.50361761846781) - and current position to locate is (754.8325685905951,-358.5336798444457,43.50361761060633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996968511625e-08 mm long - and its vector is (9.291750302509172e-08,2.926700304328733e-08,2.257817754980351e-08) mm - Endpoint of ComputeStep() was (849.506718461124,-28.95401756646607,-188.5892706264267) - and current position to locate is (849.5067185540415,-28.95401753719907,-188.5892706038485) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000004829984e-07 mm long - and its vector is (-9.331392902822699e-08,1.822584749788803e-08,3.098917922272904e-08) mm - Endpoint of ComputeStep() was (817.0539640468144,-210.2462312858199,-12.46461318590273) - and current position to locate is (817.0539639535004,-210.2462312675941,-12.46461315491355) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999227091553e-08 mm long - and its vector is (6.1566765907628e-08,7.583641092878679e-08,-2.140959054486302e-08) mm - Endpoint of ComputeStep() was (919.8151874056477,-121.0959668247145,-246.557079238374) - and current position to locate is (919.8151874672145,-121.0959667488781,-246.5570792597836) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000417075937e-07 mm long - and its vector is (8.590700417698827e-08,3.766155032280949e-08,3.466414000286022e-08) mm - Endpoint of ComputeStep() was (862.0564390354238,-164.9224075274639,-286.339986592025) - and current position to locate is (862.0564391213308,-164.9224074898024,-286.3399865573608) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000610783667e-07 mm long - and its vector is (-9.848940862866584e-08,-4.637797701434465e-09,-1.668350790851036e-08) mm - Endpoint of ComputeStep() was (1064.990281079472,-275.3101912634083,-26.57330071933711) - and current position to locate is (1064.990280980982,-275.3101912680461,-26.57330073602062) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000254494764e-07 mm long - and its vector is (5.18011802341789e-08,-8.078291102719959e-08,-2.812052812828369e-08) mm - Endpoint of ComputeStep() was (750.3028210534892,-217.9934825619257,-15.97760365985066) - and current position to locate is (750.3028211052904,-217.9934826427086,-15.97760368797118) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999274761375e-08 mm long - and its vector is (4.149103460804326e-08,1.757378065292414e-08,-8.927292327598479e-08) mm - Endpoint of ComputeStep() was (832.852636035472,-10.44594447960635,22.28383879923979) - and current position to locate is (832.852636076963,-10.44594446203257,22.28383870996687) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997083539665e-08 mm long - and its vector is (8.146525942720473e-08,-5.744995235090755e-08,-7.931497236768337e-09) mm - Endpoint of ComputeStep() was (796.1264730681903,-78.62975735213875,38.94991215026041) - and current position to locate is (796.1264731496556,-78.62975740958871,38.94991214232891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998251480825e-08 mm long - and its vector is (1.154376150225289e-08,-7.300951665456523e-08,-6.735242052968715e-08) mm - Endpoint of ComputeStep() was (930.5221096124113,-357.3679167502119,-25.81883241314597) - and current position to locate is (930.5221096239551,-357.3679168232214,-25.81883248049839) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999063159149e-08 mm long - and its vector is (3.182617547281552e-08,-7.735270912689884e-08,5.480557518922069e-08) mm - Endpoint of ComputeStep() was (739.9493911720029,-67.55790294426232,51.42302833387359) - and current position to locate is (739.9493912038291,-67.55790302161503,51.42302838867916) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997521531589e-08 mm long - and its vector is (3.584852947824402e-08,9.025029612530489e-08,-2.38696884480305e-08) mm - Endpoint of ComputeStep() was (629.1828821817599,-306.8417776269058,67.88635014449267) - and current position to locate is (629.1828822176084,-306.8417775366555,67.88635012062298) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000406931185e-07 mm long - and its vector is (8.966912901087198e-08,-3.626871603046311e-08,2.537785803724546e-08) mm - Endpoint of ComputeStep() was (823.4631471223216,-310.3360197611814,-239.9543161452181) - and current position to locate is (823.4631472119908,-310.3360197974501,-239.9543161198402) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000022630143e-07 mm long - and its vector is (-2.020556166826282e-08,3.075746235481347e-08,-9.298233294430247e-08) mm - Endpoint of ComputeStep() was (819.6991538449203,-161.3700639839204,110.1333527154478) - and current position to locate is (819.6991538247147,-161.3700639531629,110.1333526224654) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000411158246e-07 mm long - and its vector is (-7.043490768410265e-08,3.705596895997587e-08,6.054574441805016e-08) mm - Endpoint of ComputeStep() was (980.4320570570833,-137.9269692589396,-152.6904015082085) - and current position to locate is (980.4320569866484,-137.9269692218837,-152.6904014476628) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998731239539e-08 mm long - and its vector is (9.432335446035722e-08,-2.22325695631298e-08,2.46741791443128e-08) mm - Endpoint of ComputeStep() was (769.6970644665373,-228.3980427494214,-62.34091019894093) - and current position to locate is (769.6970645608607,-228.398042771654,-62.34091017426675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998732326021e-08 mm long - and its vector is (-2.674732968444005e-08,-6.955704634492577e-08,6.668129515219334e-08) mm - Endpoint of ComputeStep() was (694.5597188892068,-151.2547143598635,40.12782422563686) - and current position to locate is (694.5597188624595,-151.2547144294205,40.12782429231815) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999584069991e-08 mm long - and its vector is (3.492482392175589e-08,6.284491860242269e-08,6.950375563974376e-08) mm - Endpoint of ComputeStep() was (879.7930619452968,-234.1497640488965,158.7400465211234) - and current position to locate is (879.7930619802216,-234.1497639860516,158.7400465906272) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999339713636e-08 mm long - and its vector is (-7.872984042478492e-08,3.353250122017926e-08,5.174149464437505e-08) mm - Endpoint of ComputeStep() was (762.8572538072875,-205.3479575680587,-98.67662740756532) - and current position to locate is (762.8572537285577,-205.3479575345262,-98.67662735582383) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000056100219e-07 mm long - and its vector is (-7.491053111152723e-09,7.942304591779248e-08,6.029813448549248e-08) mm - Endpoint of ComputeStep() was (597.4608574593777,-419.4526479586043,-458.6631532294615) - and current position to locate is (597.4608574518867,-419.4526478791813,-458.6631531691634) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000496406238e-07 mm long - and its vector is (-6.555160325660836e-08,5.301785677147564e-09,7.533185453212354e-08) mm - Endpoint of ComputeStep() was (691.7170123403708,171.4689752993615,-751.4465422946203) - and current position to locate is (691.7170122748192,171.4689753046633,-751.4465422192884) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000193314847e-07 mm long - and its vector is (3.26685949403327e-08,6.100309946077687e-08,7.21899482414301e-08) mm - Endpoint of ComputeStep() was (739.8650383098549,-42.28661450949067,-455.9791058239082) - and current position to locate is (739.8650383425235,-42.28661444848757,-455.9791057517183) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.99999791685073e-08 mm long - and its vector is (5.147489900991786e-08,8.505221416044151e-08,1.079126832337352e-08) mm - Endpoint of ComputeStep() was (730.7594480424638,-52.37617681936597,-450.010004460979) - and current position to locate is (730.7594480939387,-52.37617673431376,-450.0100044501878) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000110038853e-07 mm long - and its vector is (8.137635632010642e-08,-9.436632808501599e-09,5.734841579396743e-08) mm - Endpoint of ComputeStep() was (779.7748530360194,-170.567241838259,-594.7727850060216) - and current position to locate is (779.7748531173958,-170.5672418476957,-594.7727849486732) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000413525515e-07 mm long - and its vector is (9.374502951686736e-08,-3.446435448140051e-08,4.907747097604442e-09) mm - Endpoint of ComputeStep() was (529.9929669572882,2.730361996252949,-539.2313689545389) - and current position to locate is (529.9929670510332,2.730361961788594,-539.2313689496311) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 3872 (kaon-,1.1694290189215[GeV]) at (474.28120762171,-158.29509182819,-20.413874902306) +Cell[8,43] 0.084285584680726 [GeV] +Cell[9,42] 0.012488925187772 [GeV] +Cell[9,44] 0.0010509574158533 [GeV] +Cell[9,43] 0.039746253085115 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.13757172036947 (GeV) + +Source track ID 2906 (kaon-,1.1703498182022[GeV]) at (474.13315101406,-158.73800776586,-19.646994598552) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[6,2] 0.00031210715761108 [GeV] -Cell[9,45] 0.3608883355334 [GeV] -Cell[6,0] 1.032225554809e-09 [GeV] -Cell[7,47] 0.014124317253055 [GeV] -Cell[9,0] 0.00091093620125957 [GeV] -Cell[7,46] 0.016190545179679 [GeV] -Cell[10,47] 0.00018897602685979 [GeV] -Cell[7,42] 3.6592097444554e-08 [GeV] -Cell[7,43] 1.4575117779714e-07 [GeV] -Cell[6,3] 1.0450316142396e-07 [GeV] -Cell[10,44] 0.00024624298174876 [GeV] -Cell[6,46] 0.00027087180403925 [GeV] -Cell[10,45] 0.010676165150033 [GeV] -Cell[7,1] 0.00071592834639648 [GeV] -Cell[8,43] 5.7621218729764e-09 [GeV] -Cell[8,44] 0.00085963232334416 [GeV] -Cell[6,1] 2.0577605231665e-05 [GeV] -Cell[6,47] 0.00026961381603974 [GeV] -Cell[8,45] 4.7333244457377e-06 [GeV] -Cell[10,46] 0.0085643988610767 [GeV] -Cell[8,46] 0.00065931244257081 [GeV] -Cell[9,46] 0.40886922838671 [GeV] -Cell[9,43] 9.088112220752e-07 [GeV] -Cell[9,44] 0.0050718768099658 [GeV] -Cell[10,0] 1.3904157583511e-07 [GeV] -Cell[7,0] 0.0001795050421274 [GeV] -Cell[8,47] 0.0012329625870843 [GeV] -Cell[9,47] 0.011107037393684 [GeV] -### Total energy deposition in calorimeter by a source track in 28 cells : 0.84136464571995 (GeV) - -Source track ID 3869 (gamma,0.015859560263227[GeV]) at (453.63011973259,-210.28484127819,-430.35178955559) +Cell[10,43] 0.0026289944820282 [GeV] +Cell[9,47] 0.00048529880098424 [GeV] +Cell[7,43] 3.4297941283512e-08 [GeV] +Cell[9,20] 0.0055778350209015 [GeV] +Cell[8,43] 0.0013514516413783 [GeV] +Cell[9,19] 0.00063113626519134 [GeV] +Cell[8,46] 0.0024094634564432 [GeV] +Cell[8,1] 0.0028674504183616 [GeV] +Cell[7,42] 1.2287481262319e-05 [GeV] +Cell[8,39] 2.300683609792e-05 [GeV] +Cell[6,41] 5.9076473116875e-06 [GeV] +Cell[8,19] 4.2369284566917e-05 [GeV] +Cell[8,41] 0.001319439915258 [GeV] +Cell[10,21] 2.1585027584024e-05 [GeV] +Cell[10,22] 4.1651362602352e-05 [GeV] +Cell[10,20] 8.4094149315206e-09 [GeV] +Cell[7,41] 0.00054430243485149 [GeV] +Cell[5,18] 0.00054713182080377 [GeV] +Cell[6,44] 0.00056398237412156 [GeV] +Cell[10,30] 5.6204134598374e-06 [GeV] +Cell[9,0] 0.00028696670349711 [GeV] +Cell[10,44] 0.0082512641854984 [GeV] +Cell[5,27] 1.1847571897761e-07 [GeV] +Cell[4,27] 1.9864819478244e-09 [GeV] +Cell[11,43] 9.8842036777569e-09 [GeV] +Cell[11,42] 0.00051109299721008 [GeV] +Cell[5,15] 0.00042892545435222 [GeV] +Cell[4,14] 2.6678130780056e-08 [GeV] +Cell[9,46] 0.054908702824392 [GeV] +Cell[11,9] 4.7310930676758e-07 [GeV] +Cell[11,6] 2.639613870997e-06 [GeV] +Cell[10,6] 3.062604603474e-05 [GeV] +Cell[10,42] 2.4957503555925e-06 [GeV] +Cell[12,5] 9.4760525915945e-06 [GeV] +Cell[7,40] 0.00095170906216254 [GeV] +Cell[7,44] 0.0034011230228754 [GeV] +Cell[8,42] 0.0047543372457687 [GeV] +Cell[8,45] 0.00070109636040638 [GeV] +Cell[9,42] 0.00060735577052469 [GeV] +Cell[11,46] 0.021376649985268 [GeV] +Cell[11,47] 9.7074983328525e-05 [GeV] +Cell[10,45] 0.027904845392144 [GeV] +Cell[10,47] 0.018459654900848 [GeV] +Cell[12,7] 2.8088230959838e-05 [GeV] +Cell[9,1] 0.0015128723754109 [GeV] +Cell[10,46] 0.041668795305415 [GeV] +Cell[9,18] 1.463742050305e-06 [GeV] +Cell[13,15] 0.0003274602477569 [GeV] +Cell[8,40] 0.0025075581067717 [GeV] +Cell[9,45] 0.46212433583501 [GeV] +Cell[9,44] 0.014937738460511 [GeV] +Cell[8,47] 0.0023097803876262 [GeV] +Cell[9,43] 0.012222067971684 [GeV] +Cell[8,0] 0.00026186988423251 [GeV] +Cell[10,0] 0.0026688676258462 [GeV] +Cell[12,6] 0.0016156716339322 [GeV] +### Total energy deposition in calorimeter by a source track in 56 cells : 0.70395219368274 (GeV) + +Source track ID 2903 (gamma,0.015859560263227[GeV]) at (453.63010608126,-210.28487072708,-430.35193460939) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,44] 0.014802271831719 [GeV] -Cell[7,45] 0.0010572884315082 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.015859560263227 (GeV) +Cell[7,44] 0.015489016516971 [GeV] +Cell[8,45] 0.00016347741775807 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.015652493934729 (GeV) -Source track ID 3870 (gamma,0.75885122891297[GeV]) at (497.5107803188,-49.829945480357,326.48050997605) +Source track ID 2904 (gamma,0.75885122891297[GeV]) at (497.51078038,-49.829944869356,326.48051274168) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[11,0] 0.0011005894988832 [GeV] -Cell[11,47] 0.68353948010528 [GeV] -Cell[12,46] 0.0022422131575695 [GeV] -Cell[11,43] 0.00032644275463346 [GeV] -Cell[11,46] 0.011888815127737 [GeV] -Cell[12,47] 0.058194657508109 [GeV] -Cell[12,0] 0.0015590307607605 [GeV] +Cell[11,0] 0.0014785354616809 [GeV] +Cell[11,44] 0.0031254110541804 [GeV] +Cell[12,47] 0.12822067866893 [GeV] +Cell[11,46] 0.045166184573483 [GeV] +Cell[11,45] 0.0025239133550244 [GeV] +Cell[11,47] 0.57515835410468 [GeV] +Cell[12,46] 0.0031781516949922 [GeV] ### Total energy deposition in calorimeter by a source track in 7 cells : 0.75885122891297 (GeV) -Source track ID 3592 (gamma,0.12620965025075[GeV]) at (-487.28250272973,-112.05249900582,703.88980968714) +Source track ID 2817 (e-,0.00059572244250163[GeV]) at (84.188197749858,-492.86138757224,1876.8783634517) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,0] 0.00080645967287325 [GeV] -Cell[13,26] 0.0010027805452484 [GeV] -Cell[13,25] 0.11528897644966 [GeV] -Cell[12,30] 0.0035386609699175 [GeV] -Cell[13,24] 0.0023717052333197 [GeV] -Cell[12,8] 0.00051099891 [GeV] -Cell[14,36] 0.00030467854387285 [GeV] -Cell[17,13] 0.00029570827573317 [GeV] -Cell[15,18] 0.00017873885140087 [GeV] -Cell[19,9] 0.0010996924463818 [GeV] -Cell[14,10] 0.00030025144233682 [GeV] -Cell[13,1] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.12620965025075 (GeV) - -Source track ID 3593 (gamma,0.088297327870564[GeV]) at (61.272155599914,-496.23152151807,76.525340163626) +Cell[19,37] 8.4723532501626e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 8.4723532501626e-05 (GeV) + +Source track ID 2852 (pi+,0.1716861942595[GeV]) at (-22.137571155637,-686.35933750521,2000) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,37] 0.019137045743168 [GeV] -Cell[10,36] 0.069160282127396 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.088297327870564 (GeV) +Cell[19,35] 0.072156894361524 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.072156894361524 (GeV) +Source track ID 2674 (e-,0.0012362754911248[GeV]) at (495.67728732234,65.605082369965,1095.4293623459) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[15,1] 0.00072527658112482 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00072527658112482 (GeV) + +Source track ID 2661 (gamma,0.12620965025075[GeV]) at (-487.28250226356,-112.05250103306,703.889809704) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[16,32] 0.0063528420342063 [GeV] +Cell[13,26] 0.00048326413008093 [GeV] +Cell[13,25] 0.105759598696 [GeV] +Cell[13,33] 0.00043959040457308 [GeV] +Cell[13,24] 0.0013840473125774 [GeV] +Cell[17,28] 0.001718276760792 [GeV] +Cell[18,29] 2.1329748278731e-09 [GeV] +Cell[12,5] 0.00091281510693449 [GeV] +Cell[17,31] 0.00067574108290626 [GeV] +Cell[16,40] 0.00085464027208576 [GeV] +Cell[18,30] 5.0117772957492e-08 [GeV] +Cell[12,2] 0.00088098822737279 [GeV] +Cell[17,30] 1.0000893242136e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.11947185717152 (GeV) + +Source track ID 2662 (gamma,0.088297327870564[GeV]) at (61.272153871141,-496.23152173153,76.525342601345) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,36] 0.071530090738784 [GeV] +Cell[10,37] 0.01676723713178 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.088297327870564 (GeV) --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000307534184e-07 mm long - and its vector is (-2.111162444862202e-08,-7.382948297163239e-08,6.40586677036481e-08) mm - Endpoint of ComputeStep() was (-51.49943206089873,527.4919985868215,953.0044187959961) - and current position to locate is (-51.49943208201036,527.491998512992,953.0044188600548) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000452106444e-07 mm long - and its vector is (-2.248987973629824e-08,9.309030701842858e-08,2.878209670598153e-08) mm - Endpoint of ComputeStep() was (-3.974490219299378,579.9863820119708,816.733229350239) - and current position to locate is (-3.974490241789257,579.9863821050611,816.7332293790211) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998310099253e-08 mm long - and its vector is (-7.384583255998223e-08,2.565752765804064e-08,6.235768523765728e-08) mm - Endpoint of ComputeStep() was (53.13867253132459,741.5367546008857,840.0505626957637) - and current position to locate is (53.13867245747876,741.5367546265433,840.0505627581214) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999678651311e-08 mm long - and its vector is (9.784142207536206e-08,-2.066326487693004e-08,2.914930519182235e-10) mm - Endpoint of ComputeStep() was (120.5981635084134,574.4416352972215,937.0508518555667) - and current position to locate is (120.5981636062548,574.4416352765583,937.0508518558582) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000081904951e-07 mm long - and its vector is (-4.977687240170781e-08,7.410694990994671e-08,-4.50602328783134e-08) mm - Endpoint of ComputeStep() was (-523.1876828969081,41.01657833976508,780.0168697359644) - and current position to locate is (-523.187682946685,41.01657841387203,780.0168696909042) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998473506805e-08 mm long - and its vector is (-8.617234925623052e-08,3.249624569434673e-09,5.06336164107779e-08) mm - Endpoint of ComputeStep() was (193.29158768244,549.3719057772754,845.5872890674259) - and current position to locate is (193.2915875962677,549.371905780525,845.5872891180595) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997806430753e-08 mm long - and its vector is (-2.168792434531497e-08,8.733684353501303e-08,4.361083938420052e-08) mm - Endpoint of ComputeStep() was (-358.2106965962477,412.4161059623893,901.1633183063545) - and current position to locate is (-358.2106966179356,412.4161060497262,901.1633183499654) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000086270499e-07 mm long - and its vector is (9.095373343370738e-08,-2.249004182885983e-08,-3.495165401545819e-08) mm - Endpoint of ComputeStep() was (-460.7964210821995,194.0790004363903,1268.296340422157) - and current position to locate is (-460.7964209912457,194.0790004139003,1268.296340387205) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999997674040225e-08 mm long - and its vector is (-6.605819180549588e-08,5.955271831226128e-08,-4.571415956888814e-08) mm - Endpoint of ComputeStep() was (-568.7797023408918,-74.88126845844333,1086.608259776059) - and current position to locate is (-568.77970240695,-74.88126839889061,1086.608259730344) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000114682696e-07 mm long - and its vector is (-7.32775902179128e-08,3.325544639665168e-08,5.936726665822789e-08) mm - Endpoint of ComputeStep() was (153.5237018169712,516.0043276184566,1029.261884064443) - and current position to locate is (153.5237017436936,516.0043276517121,1029.261884123811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998938953581e-08 mm long - and its vector is (5.694703020253655e-08,-2.772344487311784e-08,-7.738503882137593e-08) mm - Endpoint of ComputeStep() was (122.1653865350505,688.377631788518,951.0710546344719) - and current position to locate is (122.1653865919975,688.3776317607945,951.0710545570869) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000235732409e-07 mm long - and its vector is (-1.689095086021553e-08,-9.144923751591705e-08,-3.676598225865746e-08) mm - Endpoint of ComputeStep() was (57.3286954607143,677.5790882270774,952.7221424742426) - and current position to locate is (57.32869544382335,677.5790881356281,952.7221424374766) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000538301339e-07 mm long - and its vector is (2.424181388960278e-08,2.178262548113707e-08,9.454026894673007e-08) mm - Endpoint of ComputeStep() was (222.5498886410601,633.8596625595138,882.0360595051282) - and current position to locate is (222.5498886653019,633.8596625812964,882.0360595996684) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -Source track ID 3439 (pi+,0.8867143299996[GeV]) at (4.798474366454,499.97697411356,750.88695288448) +Source track ID 2462 (pi+,0.88671231848056[GeV]) at (5.343316811462,499.97144815024,750.94535068089) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[12,34] 0.0099084176431677 [GeV] +Cell[14,10] 0.00534269486154 [GeV] +Cell[9,40] 0.00049898566843402 [GeV] +Cell[11,31] 8.2927625626326e-06 [GeV] +Cell[11,32] 7.7276029915083e-06 [GeV] +Cell[12,32] 0.006197131715067 [GeV] +Cell[14,32] 0.00036424518065359 [GeV] +Cell[16,32] 0.00051099891 [GeV] +Cell[15,32] 0.013043612673725 [GeV] +Cell[15,24] 0.0020135120941861 [GeV] +Cell[14,46] 0.0062678674038152 [GeV] +Cell[13,47] 0.0019628986745906 [GeV] +Cell[12,4] 0.0014033567735623 [GeV] +Cell[11,30] 7.1577965543838e-05 [GeV] +Cell[11,34] 0.00025974718445832 [GeV] +Cell[13,35] 0.0031764692661303 [GeV] +Cell[15,33] 0.0086073721235268 [GeV] +Cell[13,24] 0.00060874745886964 [GeV] +Cell[13,9] 0.0032150695209723 [GeV] +Cell[14,15] 0.00056648202997292 [GeV] +Cell[17,40] 0.00038985682255441 [GeV] +Cell[12,43] 0.000477198406911 [GeV] +Cell[12,42] 0.0011202700765989 [GeV] +Cell[14,12] 0.043685447314342 [GeV] +Cell[14,13] 0.0022464534424254 [GeV] +Cell[17,14] 1.502427039668e-09 [GeV] +Cell[16,14] 0.0026648238024549 [GeV] +Cell[15,12] 0.00024935093681995 [GeV] +Cell[16,20] 0.0014837539174665 [GeV] +Cell[12,40] 0.00016795182243482 [GeV] +Cell[13,39] 2.040178515017e-11 [GeV] +Cell[13,12] 0.014947016068104 [GeV] +Cell[14,9] 0.0035909330608309 [GeV] +Cell[12,35] 0.00079845956371331 [GeV] +Cell[11,35] 0.0021612498328978 [GeV] +Cell[15,22] 0.0039590253063697 [GeV] +Cell[15,21] 0.0030889741701022 [GeV] +Cell[15,27] 0.0028405301252417 [GeV] +Cell[16,22] 0.002442758885438 [GeV] +Cell[13,11] 0.078730053530631 [GeV] +Cell[13,10] 0.021602200793637 [GeV] +Cell[13,6] 0.00046918070657553 [GeV] +Cell[15,23] 0.00172565215556 [GeV] +Cell[14,14] 0.0030418689150789 [GeV] +Cell[14,11] 0.3978844389217 [GeV] +Cell[10,32] 0.001220895384523 [GeV] +Cell[15,14] 2.4067596984878e-07 [GeV] +Cell[15,13] 0.043391370194823 [GeV] +Cell[13,13] 0.0020368788840344 [GeV] +### Total energy deposition in calorimeter by a source track in 49 cells : 0.70045204275384 (GeV) + +Source track ID 2555 (pi-,0.65420295051113[GeV]) at (-91.890578405457,-491.48359240193,1124.4743669952) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[6,7] 1.7258641618355e-05 [GeV] +Cell[6,8] 6.4952881075442e-08 [GeV] +Cell[12,36] 4.2700882156055e-05 [GeV] +Cell[16,32] 0.00082543861277271 [GeV] +Cell[15,30] 4.0136718553185e-09 [GeV] +Cell[16,30] 0.0014441916189968 [GeV] +Cell[17,16] 3.9411133911926e-11 [GeV] +Cell[5,22] 9.2110377863719e-07 [GeV] +Cell[15,35] 0.00070348428694437 [GeV] +Cell[15,36] 0.001517311925565 [GeV] +Cell[15,34] 0.10355164794766 [GeV] +Cell[16,39] 0.0001086483991354 [GeV] +Cell[19,37] 0.0022501149652292 [GeV] +Cell[19,38] 0.0009952738651226 [GeV] +Cell[5,42] 1.4089950127527e-08 [GeV] +Cell[16,36] 0.0060020623901087 [GeV] +Cell[5,7] 6.9988309405744e-09 [GeV] +Cell[18,33] 1.9427870824984e-07 [GeV] +Cell[17,37] 0.10961426765179 [GeV] +Cell[17,38] 1.4694818441058e-05 [GeV] +Cell[18,37] 0.0024032305977981 [GeV] +Cell[17,36] 0.0010819600145851 [GeV] +Cell[17,39] 0.0038423998182205 [GeV] +Cell[17,35] 0.00032011002378704 [GeV] +Cell[17,40] 0.0018492108035477 [GeV] +Cell[16,35] 0.19835198781348 [GeV] +Cell[16,34] 0.0025455766852328 [GeV] +Cell[17,34] 0.0083229441173087 [GeV] +Cell[16,33] 0.0081663735683951 [GeV] +Cell[12,3] 2.048483263934e-06 [GeV] +Cell[14,12] 5.7897460093272e-06 [GeV] +Cell[14,13] 0.00015993672832133 [GeV] +Cell[17,17] 0.00034912364497006 [GeV] +Cell[17,33] 0.000132269405594 [GeV] +Cell[18,34] 8.2320184446871e-10 [GeV] +### Total energy deposition in calorimeter by a source track in 35 cells : 0.45462126375648 (GeV) + +Source track ID 2479 (e-,0.00062607986776882[GeV]) at (-346.04868463665,-360.90207516893,1581.6964539985) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[14,25] 1.5795696526766e-07 [GeV] -Cell[16,31] 6.4031661022454e-06 [GeV] -Cell[16,30] 6.183384131873e-06 [GeV] -Cell[14,11] 0.3077445230645 [GeV] -Cell[14,8] 4.5333858096228e-06 [GeV] -Cell[16,36] 0.00052920723997079 [GeV] -Cell[13,23] 1.862645149231e-12 [GeV] -Cell[15,10] 0.004668748521082 [GeV] -Cell[14,12] 0.0027003873890519 [GeV] -Cell[14,33] 0.00089218921925249 [GeV] -Cell[15,37] 6.7848320468329e-06 [GeV] -Cell[13,0] 0.00010030304086945 [GeV] -Cell[15,12] 9.7076388483401e-06 [GeV] -Cell[14,47] 7.7950450906883e-07 [GeV] -Cell[14,16] 2.1332991309464e-08 [GeV] -Cell[15,36] 7.774531346513e-06 [GeV] -Cell[15,11] 0.0021268459305986 [GeV] -Cell[16,7] 0.00028967257856618 [GeV] -Cell[15,34] 1.5682599041611e-09 [GeV] -Cell[16,43] 0.00039091440020127 [GeV] -Cell[14,21] 1.7706645099679e-05 [GeV] -Cell[14,22] 5.497888562968e-05 [GeV] -Cell[13,11] 0.077435982162775 [GeV] -Cell[14,17] 4.6102340775178e-07 [GeV] -Cell[14,23] 0.0018199324757008 [GeV] -Cell[15,9] 0.0036759884783617 [GeV] -Cell[15,8] 1.1910523142433e-05 [GeV] -Cell[18,28] 0.00035560194292884 [GeV] -Cell[14,24] 0.00076303166741934 [GeV] -Cell[15,24] 1.9138187940371e-07 [GeV] -Cell[18,27] 4.4797867303714e-08 [GeV] -Cell[14,9] 0.14325918168843 [GeV] -Cell[17,29] 0.00039507665348651 [GeV] -Cell[14,10] 0.20348094293927 [GeV] -Cell[13,1] 0.00011075921307201 [GeV] -Cell[13,16] 7.4445161153562e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 36 cells : 0.75087437368155 (GeV) - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000266669996e-07 mm long - and its vector is (-3.23835820381646e-08,-8.416697028224007e-08,-4.321145752328448e-08) mm - Endpoint of ComputeStep() was (282.8833655577038,412.2826719357345,1624.669779745611) - and current position to locate is (282.8833655253202,412.2826718515675,1624.6697797024) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999990633904742e-08 mm long - and its vector is (-3.424077021918492e-08,5.30928900843719e-08,7.751577868475579e-08) mm - Endpoint of ComputeStep() was (-183.0020065924652,-612.9804538832611,1296.923239925455) - and current position to locate is (-183.002006626706,-612.9804538301682,1296.923240002971) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000688971226e-07 mm long - and its vector is (-4.510704343374528e-08,-2.16407443076605e-08,-8.658548722451087e-08) mm - Endpoint of ComputeStep() was (-192.5251016932307,-479.22683394385,1197.40783837021) - and current position to locate is (-192.5251017383377,-479.2268339654907,1197.407838283625) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999995798442712e-08 mm long - and its vector is (-8.042547960940283e-09,9.844609394349391e-08,1.561011231387965e-08) mm - Endpoint of ComputeStep() was (137.7321409867636,-767.5244300088333,1331.104859377333) - and current position to locate is (137.732140978721,-767.5244299103872,1331.104859392943) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000127832928e-07 mm long - and its vector is (-4.553106691673747e-08,-7.835512860765448e-08,-4.227763383823913e-08) mm - Endpoint of ComputeStep() was (415.5888094379207,278.003491976957,1698.2304136872) - and current position to locate is (415.5888093923896,278.0034918986019,1698.230413644923) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996662230027e-08 mm long - and its vector is (-1.197145138576161e-08,-4.374251716399158e-08,-8.912502380553633e-08) mm - Endpoint of ComputeStep() was (563.3443574540067,137.9968657263387,1018.986071985761) - and current position to locate is (563.3443574420353,137.9968656825961,1018.986071896636) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000013186228e-07 mm long - and its vector is (-7.170774551923387e-08,6.939418994988955e-08,-6.51505160931265e-09) mm - Endpoint of ComputeStep() was (628.5665445307313,42.47468870924567,198.171308031132) - and current position to locate is (628.5665444590236,42.47468877863986,198.171308024617) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998311897982e-08 mm long - and its vector is (4.108056828044937e-08,2.477781890775077e-08,8.774077286943793e-08) mm - Endpoint of ComputeStep() was (281.9707397945291,-1052.329127339059,780.409269745878) - and current position to locate is (281.9707398356097,-1052.329127314281,780.4092698336187) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999998940693064e-08 mm long - and its vector is (1.40983047458576e-08,-4.38684537584777e-08,-8.87513067482359 -============================================================================================ -================= lines above cut to keep file within limits =============================== -============================================================================================ - -Source track ID 94 (gamma,0.0055213690639422[GeV]) at (-495.39542650561,-67.700601159283,-1983.1680178367) +Cell[17,30] 0.00011029367736688 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00011029367736688 (GeV) + +Source track ID 2453 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,35] 0.19716817859325 [GeV] +Cell[10,34] 0.0014633030235561 [GeV] +Cell[10,35] 0.035154462416703 [GeV] +Cell[9,36] 0.0044030064850245 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.23818895051853 (GeV) + +Source track ID 2454 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,7] 0.018892345924733 [GeV] +Cell[10,9] 0.0069861080078296 [GeV] +Cell[11,7] 0.00051099891 [GeV] +Cell[10,6] 0.00090043858257885 [GeV] +Cell[10,8] 0.30612937650431 [GeV] +Cell[9,28] 0.00061794688599947 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.33403721481545 (GeV) + +Source track ID 2295 (pi-,1.7948735261936[GeV]) at (442.6782672881,-232.45634358047,-1861.8118260498) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[0,44] 0.15028284903854 [GeV] +Cell[0,43] 0.00024545329175203 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.15052830233029 (GeV) + +Source track ID 2017 (gamma,0.16498092085606[GeV]) at (-167.27757807297,471.18808545425,-1116.9836581136) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[3,34] 0.0003924280593586 [GeV] +Cell[3,14] 0.011739695173919 [GeV] +Cell[4,14] 0.1512066521153 [GeV] +Cell[4,15] 0.0016421455074882 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.16498092085606 (GeV) + +Source track ID 1898 (gamma,0.025785962614609[GeV]) at (-499.85155932106,12.182719084907,-421.85985426136) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[1,46] 0.00070427324319596 [GeV] +Cell[9,2] 0.0013061846648252 [GeV] +Cell[7,23] 0.023775504706588 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.025785962614609 (GeV) + +Source track ID 1899 (gamma,0.77353931528222[GeV]) at (193.22390359013,-461.15563867461,-1884.3170148329) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[2,13] 0.00072309113430866 [GeV] +Cell[1,9] 0.00051099891 [GeV] +Cell[1,35] 0.00051099891 [GeV] +Cell[1,13] 0.00051099891 [GeV] +Cell[0,15] 0.00041550466868017 [GeV] +Cell[3,16] 0.00034383975200509 [GeV] +Cell[0,32] 0.00082343379096408 [GeV] +Cell[0,31] 0.00049005501100454 [GeV] +Cell[1,33] 0.00027429925101578 [GeV] +Cell[0,39] 0.62113213453058 [GeV] +Cell[0,40] 0.00013685726178491 [GeV] +Cell[0,37] 0.0075687824153044 [GeV] +Cell[0,38] 0.11222561400648 [GeV] +Cell[0,41] 0.00013607998383197 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.74580268853596 (GeV) + +Source track ID 1861 (pi+,0.23588624586823[GeV]) at (64.318222863579,495.8459097418,-1620.4804879981) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[5,28] 0.00067662600550921 [GeV] +Cell[4,32] 0.0018893477927841 [GeV] +Cell[5,32] 4.1364018077729e-05 [GeV] +Cell[5,18] 6.6418855567463e-06 [GeV] +Cell[5,0] 0.00062448231196129 [GeV] +Cell[2,11] 0.00074313022245121 [GeV] +Cell[4,31] 0.00077474138527532 [GeV] +Cell[1,11] 0.064494191201724 [GeV] +Cell[2,10] 0.00042592350768552 [GeV] +Cell[1,10] 0.011112172420301 [GeV] +Cell[2,9] 0.0040751939838796 [GeV] +Cell[1,34] 1.1428020603489e-05 [GeV] +Cell[0,19] 2.8995797038078e-08 [GeV] +Cell[0,10] 6.4152060111383e-05 [GeV] +Cell[0,18] 6.0836651312002e-07 [GeV] +Cell[3,38] 0.0011397720711357 [GeV] +Cell[0,11] 0.00046078563411561 [GeV] +Cell[1,14] 4.7072846082301e-05 [GeV] +Cell[1,15] 0.00023533104853504 [GeV] +Cell[5,47] 2.4518475547666e-05 [GeV] +Cell[4,28] 5.510486541732e-05 [GeV] +Cell[1,33] 3.4463544314349e-05 [GeV] +Cell[0,44] 6.1379590093793e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 23 cells : 0.086943218622387 (GeV) + +Source track ID 1858 (gamma,0.59980090891317[GeV]) at (255.70125353783,-429.67065170801,-1133.3038220111) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[5,29] 0.0010221762945865 [GeV] +Cell[3,21] 0.00045255793094498 [GeV] +Cell[4,40] 0.51455374836575 [GeV] +Cell[4,0] 0.00074460292587194 [GeV] +Cell[4,21] 1.3485453564499e-08 [GeV] +Cell[10,20] 0.000623935685378 [GeV] +Cell[2,9] 0.0010157401669522 [GeV] +Cell[1,9] 0.00077418201772819 [GeV] +Cell[1,24] 0.00045235856762079 [GeV] +Cell[0,24] 0.0013353787516272 [GeV] +Cell[3,20] 2.1638854613002e-06 [GeV] +Cell[3,19] 7.8972336636639e-05 [GeV] +Cell[2,25] 0.00049259429626065 [GeV] +Cell[4,41] 0.001765736904291 [GeV] +Cell[4,39] 0.02234229104049 [GeV] +Cell[4,20] 3.7319477996789e-10 [GeV] +Cell[4,4] 0.0021401375137724 [GeV] +Cell[5,24] 0.001270248691714 [GeV] +Cell[2,28] 0.0014334578965313 [GeV] +Cell[2,31] 0.0011851373510658 [GeV] +Cell[5,7] 0.00063842117624841 [GeV] +Cell[3,40] 0.022153328908154 [GeV] +Cell[4,8] 0.00042273595468243 [GeV] +Cell[3,39] 0.01701836387526 [GeV] +Cell[5,11] 0.00051474034545393 [GeV] +### Total energy deposition in calorimeter by a source track in 25 cells : 0.59243302474113 (GeV) + +Source track ID 1859 (gamma,0.053266099197347[GeV]) at (183.99446705988,464.91508481803,-1027.45571619) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[4,9] 0.026324193153629 [GeV] +Cell[1,18] 0.011288071325035 [GeV] +Cell[4,2] 0.00039055958979097 [GeV] +Cell[3,13] 0.009249511612958 [GeV] +Cell[2,28] 0.00051099891 [GeV] +Cell[4,8] 0.0049004022407846 [GeV] +Cell[4,34] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.053174735742198 (GeV) + +Source track ID 1856 (gamma,0.39597382458922[GeV]) at (-372.59429916265,-333.42688588579,-1802.3851909927) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[1,44] 0.00065299271788793 [GeV] +Cell[0,45] 0.00026832348346576 [GeV] +Cell[1,9] 0.00051099891 [GeV] +Cell[1,8] 0.00057959628432989 [GeV] +Cell[0,29] 0.37093736391836 [GeV] +Cell[0,15] 0.00031116623845982 [GeV] +Cell[6,0] 0.00069839597781415 [GeV] +Cell[1,29] 0.00039506900818407 [GeV] +Cell[0,31] 0.00085991911106365 [GeV] +Cell[0,30] 0.0053091951338907 [GeV] +Cell[3,36] 0.0017867315731288 [GeV] +Cell[0,44] 0.00024267542653424 [GeV] +Cell[0,28] 0.0019584143335008 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.38451084211662 (GeV) + +Source track ID 1857 (gamma,0.02130681471934[GeV]) at (476.42903770574,151.70818050054,-84.417607036593) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,2] 0.02130681471934 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.02130681471934 (GeV) + +Source track ID 1855 (gamma,0.19239638056034[GeV]) at (-414.65187847504,279.39903306404,-1130.207168192) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[6,45] 0.00051099891 [GeV] +Cell[4,18] 0.00059186138509103 [GeV] +Cell[4,19] 0.17980992177364 [GeV] +Cell[4,16] 0.00080414148072557 [GeV] +Cell[3,19] 0.0097411944049766 [GeV] +Cell[5,9] 0.00058877847383224 [GeV] +Cell[4,34] 0.00034948413207283 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.19239638056034 (GeV) + +Source track ID 1761 (gamma,0.25162621009879[GeV]) at (499.02634687159,-31.18822098153,957.00755413819) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[14,46] 0.00063355119696053 [GeV] +Cell[16,44] 0.0047229738463236 [GeV] +Cell[18,33] 0.001207917725851 [GeV] +Cell[15,46] 0.00047081386928762 [GeV] +Cell[15,47] 0.063487082657945 [GeV] +Cell[15,0] 0.0013619485647572 [GeV] +Cell[14,0] 0.00051099891 [GeV] +Cell[14,47] 0.17689780136133 [GeV] +Cell[16,29] 0.00051099891 [GeV] +Cell[13,6] 0.00051099891 [GeV] +Cell[18,31] 0.00051099891 [GeV] +Cell[12,10] 0.00079938593348657 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.25162547079595 (GeV) + +Source track ID 1536 (gamma,0.23940053141976[GeV]) at (-378.30990902708,-326.92753437409,1067.9855591695) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[15,31] 0.0011129889918616 [GeV] +Cell[16,32] 0.00019248994078429 [GeV] +Cell[15,30] 0.0076323726132081 [GeV] +Cell[16,1] 5.1523762580473e-05 [GeV] +Cell[16,0] 0.0015452793474902 [GeV] +Cell[19,44] 0.00070898029315059 [GeV] +Cell[15,29] 0.21420325998805 [GeV] +Cell[15,28] 0.0016952896562183 [GeV] +Cell[16,38] 0.00079329829058853 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.22793548288393 (GeV) + +Source track ID 1160 (gamma,0.41164872010706[GeV]) at (-456.42208212473,204.154066697,168.67818024069) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[11,21] 0.0038811954595882 [GeV] +Cell[10,21] 0.015071392047372 [GeV] +Cell[10,20] 0.32981064492848 [GeV] +Cell[11,20] 0.062885487671624 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.41164872010706 (GeV) + +Source track ID 1210 (gamma,0.00041373984154606[GeV]) at (-484.33579721293,124.17260381469,-41.403925414627) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,22] 0.00041373984154606 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041373984154606 (GeV) + +Source track ID 1216 (gamma,0.00097488780104703[GeV]) at (279.59233588488,-414.521562424,-299.47669626386) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[8,40] 0.00097488780104703 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00097488780104703 (GeV) + +Source track ID 1218 (gamma,0.021563229632998[GeV]) at (440.24912386962,237.02470110103,-102.03477321742) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,3] 0.021563229632998 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.021563229632998 (GeV) + +Source track ID 1220 (gamma,0.023295696562425[GeV]) at (-474.6298765017,157.24655904654,-77.035088708628) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,21] 0.023295696562425 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.023295696562425 (GeV) + +Source track ID 1223 (gamma,0.020402893679905[GeV]) at (-461.77543549083,-191.73796488243,-114.40234455086) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,27] 0.020402893679905 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.020402893679905 (GeV) + +Source track ID 1231 (gamma,0.0001202990989248[GeV]) at (166.63580589255,471.41543058595,-859.04937061131) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[5,9] 0.0001202990989248 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0001202990989248 (GeV) + +Source track ID 1233 (gamma,6.9651137000438e-05[GeV]) at (492.84113145883,-84.306696901112,-539.50737505666) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[7,46] 6.9651137000438e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 6.9651137000438e-05 (GeV) + +Source track ID 1240 (gamma,0.00012861450149891[GeV]) at (466.07284107486,-181.04172671628,173.18721551505) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,45] 0.00012861450149891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012861450149891 (GeV) + +Source track ID 1179 (gamma,0.00082568339774185[GeV]) at (390.1699412167,-312.67781656356,-497.32120476627) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[7,42] 0.00082568339774185 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00082568339774185 (GeV) + +Source track ID 1181 (gamma,0.012701056586518[GeV]) at (-338.84951534023,367.66969681182,-278.22540692488) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[8,17] 0.0086612153407429 [GeV] +Cell[8,16] 0.0040398412457751 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.012701056586518 (GeV) + +Source track ID 1185 (gamma,0.00016565461869605[GeV]) at (334.55023984116,371.58597527654,460.15076501439) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[12,6] 0.00016565461869605 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00016565461869605 (GeV) + +Source track ID 1186 (gamma,0.00051099891[GeV]) at (468.89108945526,-173.61205669383,-1658.9825169848) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[1,45] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) + +Source track ID 1159 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[14,26] 0.00084638230040004 [GeV] +Cell[16,1] 0.00016950724308601 [GeV] +Cell[16,15] 0.00051099891 [GeV] +Cell[12,8] 0.0004132160556554 [GeV] +Cell[17,28] 0.00041109365976819 [GeV] +Cell[14,41] 0.042128477757261 [GeV] +Cell[16,7] 0.00034149166691399 [GeV] +Cell[15,41] 0.04674268000807 [GeV] +Cell[14,40] 0.154889282282 [GeV] +Cell[15,39] 0.0032726759099049 [GeV] +Cell[15,40] 0.15843518951581 [GeV] +Cell[17,11] 0.00057871744033462 [GeV] +Cell[14,14] 0.00066400964874898 [GeV] +Cell[18,23] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.40991472130795 (GeV) + +Source track ID 1088 (pi-,0.23939892601124[GeV]) at (-321.6165444157,-382.83521044714,-1227.9323431425) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[4,26] 1.1228839866817e-09 [GeV] +Cell[3,32] 0.00043042166851365 [GeV] +Cell[3,21] 9.1818667715415e-07 [GeV] +Cell[4,30] 0.0048625977240285 [GeV] +Cell[4,21] 9.1851973582834e-05 [GeV] +Cell[4,31] 0.00093716862708072 [GeV] +Cell[13,34] 9.4474222782992e-07 [GeV] +Cell[13,33] 2.4495035177097e-08 [GeV] +Cell[3,25] 0.0009450175022954 [GeV] +Cell[3,33] 0.00037066374068331 [GeV] +Cell[3,29] 4.41744204727e-06 [GeV] +Cell[2,18] 0.00018269556473945 [GeV] +Cell[3,20] 9.771145414561e-09 [GeV] +Cell[1,18] 0.00096252359403479 [GeV] +Cell[1,17] 0.0015328834687691 [GeV] +Cell[0,18] 4.3319127871655e-06 [GeV] +Cell[4,20] 0.00067858206131473 [GeV] +Cell[2,32] 3.1857518933975e-10 [GeV] +Cell[3,30] 0.049365375353405 [GeV] +Cell[3,22] 8.8859448442236e-07 [GeV] +Cell[3,0] 1.2244610989001e-06 [GeV] +Cell[4,14] 1.7407846389688e-06 [GeV] +Cell[3,26] 1.2285684518019e-05 [GeV] +Cell[2,27] 1.5791169614658e-06 [GeV] +Cell[2,28] 0.00021149976211382 [GeV] +Cell[2,29] 6.6528096664115e-05 [GeV] +Cell[2,31] 5.2683173788068e-05 [GeV] +Cell[5,4] 1.2136297300458e-11 [GeV] +Cell[5,5] 3.0026467572952e-07 [GeV] +Cell[3,31] 0.011525561988586 [GeV] +Cell[4,29] 4.2601487133652e-05 [GeV] +Cell[10,2] 2.8594105970114e-08 [GeV] +Cell[0,16] 0.001422507748083 [GeV] +Cell[3,28] 0.00078094223339576 [GeV] +Cell[2,30] 0.026024964310762 [GeV] +Cell[4,15] 6.6215420319395e-05 [GeV] +Cell[0,17] 3.7833825458279e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 0.10061981482875 (GeV) + +Source track ID 1089 (pi+,1.0810454094382[GeV]) at (389.59608202393,-313.39255395047,505.42970097912) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[12,22] 4.0046346839517e-08 [GeV] +Cell[12,44] 0.0051957479627722 [GeV] +Cell[14,21] 5.6172102863457e-05 [GeV] +Cell[12,23] 5.8205507230014e-08 [GeV] +Cell[11,21] 1.9630300812423e-08 [GeV] +Cell[10,21] 6.9723099750263e-07 [GeV] +Cell[10,22] 6.9405103090503e-07 [GeV] +Cell[12,21] 3.6477880416896e-07 [GeV] +Cell[10,20] 0.00040063350214689 [GeV] +Cell[11,20] 0.00065091137310969 [GeV] +Cell[16,44] 0.00075588209073021 [GeV] +Cell[14,42] 0.0016049058954933 [GeV] +Cell[14,44] 0.0022060668702824 [GeV] +Cell[18,11] 1.754960976541e-11 [GeV] +Cell[11,42] 3.6291310152592e-09 [GeV] +Cell[13,45] 0.013955735954262 [GeV] +Cell[13,46] 2.0586714679439e-05 [GeV] +Cell[15,44] 0.00015496966086346 [GeV] +Cell[14,39] 1.0172225302085e-07 [GeV] +Cell[13,38] 2.1622348954224e-06 [GeV] +Cell[12,43] 0.0066502470555912 [GeV] +Cell[12,42] 0.14565734384869 [GeV] +Cell[13,44] 0.003813177835568 [GeV] +Cell[13,43] 0.017599851327377 [GeV] +Cell[14,41] 0.00061957806834178 [GeV] +Cell[14,43] 0.001858058279194 [GeV] +Cell[12,38] 0.001617017656015 [GeV] +Cell[12,41] 0.14228207897323 [GeV] +Cell[13,41] 0.020675001075127 [GeV] +Cell[13,42] 0.27509776926058 [GeV] +Cell[13,40] 0.00035431150319539 [GeV] +Cell[12,40] 0.00054827435737309 [GeV] +Cell[13,39] 0.0014798465554961 [GeV] +Cell[12,39] 0.0011546944006022 [GeV] +Cell[14,40] 0.012013280559138 [GeV] +Cell[13,21] 0.0005701203661481 [GeV] +Cell[13,22] 0.00016318432809658 [GeV] +Cell[13,23] 5.2786816377193e-07 [GeV] +Cell[10,1] 5.3268555522664e-05 [GeV] +Cell[17,13] 8.1998905734508e-06 [GeV] +Cell[12,30] 0.00076102915754439 [GeV] +Cell[17,12] 7.006986868987e-05 [GeV] +Cell[15,43] 4.990371068925e-05 [GeV] +Cell[9,44] 9.9373969715089e-06 [GeV] +Cell[10,0] 3.6385408981005e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 45 cells : 0.65814891098091 (GeV) + +Source track ID 1086 (gamma,0.028595474656773[GeV]) at (328.18595916033,377.21873788296,-300.64110014229) +Original primary track ID 43 (unknown,52.984237098069[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 1087 (gamma,0.46372847760985[GeV]) at (-465.99474765159,181.24264167445,-913.38295689806) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,33] 0.00019168750055422 [GeV] +Cell[6,46] 0.00051099891 [GeV] +Cell[7,47] 0.00050210687430991 [GeV] +Cell[4,1] 0.00043483870763551 [GeV] +Cell[7,32] 0.00036194918435091 [GeV] +Cell[3,37] 0.0024259180641014 [GeV] +Cell[4,21] 0.0027222767613553 [GeV] +Cell[3,5] 0.00039090821066485 [GeV] +Cell[7,33] 0.00031925569947457 [GeV] +Cell[5,19] 0.0068600129119095 [GeV] +Cell[4,22] 0.0016586743396625 [GeV] +Cell[4,24] 0.0004866177838269 [GeV] +Cell[5,24] 0.0017231288790725 [GeV] +Cell[5,20] 0.01053095397614 [GeV] +Cell[4,6] 0.00064173494876732 [GeV] +Cell[3,36] 0.00053242992618139 [GeV] +Cell[5,21] 0.4261547623404 [GeV] +Cell[0,43] 0.00034300920031066 [GeV] +Cell[6,33] 0.0017840343345606 [GeV] +### Total energy deposition in calorimeter by a source track in 19 cells : 0.45857529855328 (GeV) + +Source track ID 1084 (gamma,0.21067608644927[GeV]) at (-247.62061481789,-434.37775163699,-1046.3393803301) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[7,7] 0.00059879591325563 [GeV] +Cell[8,12] 0.0037363681314395 [GeV] +Cell[6,20] 0.0004225997738312 [GeV] +Cell[3,32] 0.0037346593268948 [GeV] +Cell[4,32] 0.17908440072277 [GeV] +Cell[2,1] 0.0010426801619221 [GeV] +Cell[2,2] 0.0027118472842946 [GeV] +Cell[4,31] 0.011844644343068 [GeV] +Cell[3,46] 0.0023308000128725 [GeV] +Cell[4,41] 0.0012278226823525 [GeV] +Cell[3,44] 0.0018799959194203 [GeV] +Cell[2,45] 0.00073280469283199 [GeV] +Cell[3,43] 0.00055885120660646 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.20990627017156 (GeV) + +Source track ID 1082 (gamma,0.06726801612498[GeV]) at (-461.11396010347,-193.32334519581,-562.35114316835) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[6,27] 0.0028139308344977 [GeV] +Cell[7,26] 0.027569407901982 [GeV] +Cell[7,27] 0.0363736784785 [GeV] +Cell[6,38] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.06726801612498 (GeV) + +Source track ID 1083 (gamma,1.2213291054873[GeV]) at (-495.81010478101,64.59365291605,-1525.2870813982) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[3,5] 0.0013298233024317 [GeV] +Cell[1,22] 0.15903716853848 [GeV] +Cell[1,21] 0.0032746278999094 [GeV] +Cell[1,23] 0.2095587403816 [GeV] +Cell[2,21] 0.0017408073820797 [GeV] +Cell[2,24] 0.00043473487073688 [GeV] +Cell[1,18] 0.00044913448987616 [GeV] +Cell[2,22] 0.18859879137776 [GeV] +Cell[2,23] 0.6447503732137 [GeV] +Cell[1,17] 0.00019233583294722 [GeV] +Cell[3,3] 0.0012775683471204 [GeV] +Cell[0,37] 0.00069749579546989 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 1.2113416014321 (GeV) + +Source track ID 94 (gamma,0.0055213690953622[GeV]) at (-495.39542653163,-67.700600968833,-1983.1680228244) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,24] 0.0051658724316751 [GeV] -Cell[0,25] 0.00035549663226706 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0055213690639422 (GeV) +Cell[0,24] 0.0051736428818553 [GeV] +Cell[0,25] 0.00034772621350697 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0055213690953622 (GeV) >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -1215 hits are stored in RE01TrackerHitsCollection. +1357 hits are stored in RE01TrackerHitsCollection. Calorimeter hits -------------------------------------------------------------- -918 hits are stored in RE01CalorimeterHitsCollection. - Total energy deposition in calorimeter : 154.47946955566 (GeV) +927 hits are stored in RE01CalorimeterHitsCollection. + Total energy deposition in calorimeter : 150.41430979664 (GeV) Trajectories in tracker -------------------------------------------------------------- diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index 22660dd5843..bbe0f571de1 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1231,7 +1231,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.002013s Sys=0.000000s + User=0.000000s Real=0.001765s 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 dbde1386281..9016e102789 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1034,7 +1034,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=11.710000s Real=12.365410s Sys=0.040000s + User=10.580000s Real=11.145337s Sys=0.040000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 51322 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index b2a14ff85dd..20dc6d3e032 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1036,7 +1036,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.180000s Real=0.178062s Sys=0.000000s + User=0.140000s Real=0.139237s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 83 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index d2863e8f921..a0d58d27736 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index 99f2d9b9647..096969bd82c 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -494,11 +494,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -510,7 +510,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -522,7 +522,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -631,7 +631,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -775,7 +775,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -885,9 +885,9 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data. >>> Event 0 - 39 hits are stored in RE05TrackerHitsCollection. - 41 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 5.5873690545693 (GeV) + 31 hits are stored in RE05TrackerHitsCollection. + 40 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.3116211187142 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. >>> Event 1 @@ -905,43 +905,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.52996999970149 (GeV) + Total energy deposition in calorimeter : 0.52252110777967 (GeV) 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data. >>> Event 4 - 97 hits are stored in RE05TrackerHitsCollection. - 66 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 12.008245159804 (GeV) + 124 hits are stored in RE05TrackerHitsCollection. + 70 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 12.136396773625 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000577888008e-07 mm long - and its vector is (5.675065040122718e-08,-5.951574166829232e-08,5.689685167453717e-08) mm - Endpoint of ComputeStep() was (-1163.120810724368,1748.47075468823,284.9755530495673) - and current position to locate is (-1163.120810667618,1748.470754628714,284.9755531064642) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.00000024294349e-07 mm long - and its vector is (7.538380941696232e-08,-6.54800373922626e-08,-5.445258466352243e-09) mm - Endpoint of ComputeStep() was (-566.957892777153,151.9159095573704,802.8230326802734) - and current position to locate is (-566.9578927017692,151.9159094918904,802.8230326748281) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 5 - 173 hits are stored in RE05TrackerHitsCollection. - 64 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 8.9935894733682 (GeV) + 40 hits are stored in RE05TrackerHitsCollection. + 7 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 2.8916593870727 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. >>> Event 6 @@ -951,50 +927,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 - 33 hits are stored in RE05TrackerHitsCollection. - 33 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 8.2827726242516 (GeV) + 35 hits are stored in RE05TrackerHitsCollection. + 34 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 6.9088562040224 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000519838055e-07 mm long - and its vector is (9.724681149236858e-08,-4.401954356580973e-10,2.329966264369432e-08) mm - Endpoint of ComputeStep() was (-1321.909282173135,-2293.43348178148,552.2918822484413) - and current position to locate is (-1321.909282075888,-2293.43348178192,552.291882271741) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 8 - 81 hits are stored in RE05TrackerHitsCollection. - 43 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 8.9783484008544 (GeV) + 52 hits are stored in RE05TrackerHitsCollection. + 54 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 8.9376085310049 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999996106638701e-08 mm long - and its vector is (6.064738045097329e-09,8.873485057847574e-08,4.570927103486611e-08) mm - Endpoint of ComputeStep() was (1043.658858514701,-1077.393237041303,-433.9449361501453) - and current position to locate is (1043.658858520766,-1077.393236952568,-433.944936104436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 9 - 64 hits are stored in RE05TrackerHitsCollection. - 29 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.0376000874489 (GeV) + 16 hits are stored in RE05TrackerHitsCollection. + 23 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.3594125759405 (GeV) 1 hits are stored in RE05MuonHitsCollection. Run terminated. Run Summary Number of events processed : 10 - User=2.110000s Real=2.170333s Sys=0.000000s + User=1.420000s Real=1.437123s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1012,9 +964,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 414 +Total navigation history collections cleaned: 426 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.679 MB +Pool ID '20G4NavigationLevelRep', size : 0.697 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.13 MB @@ -1022,20 +974,20 @@ 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.674 MB -Pool ID '7G4Track', size : 1.14 MB -Pool ID '18G4TouchableHistory', size : 0.05 MB +Pool ID '17G4DynamicParticle', size : 0.693 MB +Pool ID '7G4Track', size : 1.18 MB +Pool ID '18G4TouchableHistory', size : 0.0509 MB Pool ID '15G4CountedObjectIvE', size : 0.00673 MB Pool ID '12G4Trajectory', size : 0.0279 MB -Pool ID '17G4TrajectoryPoint', size : 0.152 MB -Pool ID '14RE05TrackerHit', size : 0.00673 MB +Pool ID '17G4TrajectoryPoint', size : 0.167 MB +Pool ID '14RE05TrackerHit', size : 0.00481 MB Pool ID '18RE05CalorimeterHit', size : 0.00961 MB Pool ID '11RE05MuonHit', size : 0.000961 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00769 MB +Pool ID '10G4Fragment', size : 0.00673 MB Pool ID '17G4ReactionProduct', size : 0.0106 MB Number of memory pools allocated: 20 of which, static: 0 -Dynamic pools deleted: 20 / Total memory freed: 2.9 MB +Dynamic pools deleted: 20 / Total memory freed: 3 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index 29787bd6804..708c12a9cc8 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -990,22 +990,10 @@ Index : 6 used in the geometry : Yes G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.000000104392427e-07 mm long - and its vector is (-5.213210840793181e-08,-7.651038913536468e-09,-8.499239356751787e-08) mm - Endpoint of ComputeStep() was (83.3919030568983,93.11707960770973,171.8319468737149) - and current position to locate is (83.39190300476619,93.11707960005869,171.8319467887225) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Run terminated. Run Summary Number of events processed : 10 - User=2.960000s Real=3.894562s Sys=0.920000s + User=1.880000s Real=2.521189s Sys=0.570000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1013,124 +1001,124 @@ Region : Calor-A Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 4.43587 GeV Gap 504.417 MeV + Absorber 7.305 GeV Gap 756.803 MeV Number of secondaries in an event : - gamma in Absorber 1685 in Gap 102.8 - e- in Absorber 2766.6 in Gap 271.7 - e+ in Absorber 177.1 in Gap 5.6 + gamma in Absorber 3300.3 in Gap 183.5 + e- in Absorber 5421.5 in Gap 488.1 + e+ in Absorber 360.7 in Gap 11.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.00331 keV in Gap 6.2217 keV - e- in Absorber 20.0212 eV in Gap 115.966 eV - e+ in Absorber 5.74975 keV in Gap 413.187 keV + gamma in Absorber 13.2785 keV in Gap 6.22864 keV + e- in Absorber 137.535 eV in Gap 106.096 eV + e+ in Absorber 5.7929 keV in Gap 45.3884 keV Total track length of e+/e- in an event : - Absorber 2.20487 m Gap 1.50111 m + Absorber 4.2377 m Gap 2.72901 m Total number of steps of e+/e- in an event : - Absorber 7064.1 Gap 990.3 + Absorber 13786.3 Gap 1779.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 4491.98 1631.2 2303.3 156 3228.95 6394.8 - 1 264.647 93 403.6 15.5 286.284 934 - 2 103.036 36.9 168.2 6.5 106.467 372.3 - 3 36.9262 12.2 70.6 2.1 34.5277 160.1 - 4 21.0846 8 41.9 1.1 24.8054 89.4 - 5 10.1768 3.3 20.8 0.7 12.1464 43.7 - 6 4.42125 1.3 10.4 0.4 3.44045 22.2 - 7 3.79551 0.9 8.3 0.2 4.62593 15.8 - 8 0.555822 0 1.9 0 0.488952 3.6 - 9 2.05235 0.4 4.1 0.1 2.88859 9 - 10 0.547628 0.3 2.3 0.1 0.358225 3.5 - 11 0.364819 0 0.7 0 0.22758 1.3 - 12 0.167427 0.1 0.5 0 0.123475 0.8 - 13 0.187509 0 0.4 0 0.273542 0.7 - 14 0.104266 0 0.7 0 0.0766043 1.7 - 15 0.0131959 0 0.1 0 0.0115123 0.1 - 16 0.138088 0.2 0.3 0 0.272009 0.6 - 17 0.0115986 0 0 0 0 0 - 18 0.0305232 0 0.1 0 0.00390922 0.2 - 19 0.0062248 0 0 0 0 0 + 0 7068.58 3110.8 4330.8 308.7 5898.61 11984.9 + 1 601.09 238.6 880.6 39.1 666.875 2075.8 + 2 215.181 78.7 348.8 13.3 231.035 777.8 + 3 83.4375 26.1 158.4 4.8 81.8843 319.4 + 4 40.7252 12.8 76.8 3 37.1338 156.5 + 5 21.9771 6.8 44.9 1.4 19.0481 94.6 + 6 11.6144 4 25.2 0.7 11.0715 49.5 + 7 6.7233 2.1 15.5 0.4 6.99964 31.4 + 8 4.96687 2 11.2 0.3 3.72335 27.9 + 9 3.02626 0.7 7.2 0.2 2.41623 17.9 + 10 1.05656 0.6 2.6 0.1 0.99469 4.8 + 11 1.59463 0.2 3.5 0.1 2.94332 10.4 + 12 1.07714 0.3 1.6 0 2.93165 5.1 + 13 0.126376 0 0.4 0 0.0993295 0.5 + 14 0.300833 0.1 0.8 0 0.631126 7 + 15 0.128425 0 0.4 0 0.266817 0.6 + 16 0.0523987 0 0.2 0 0.0240274 0.9 + 17 0.0156778 0 0 0 0 0 + 18 0.0632464 0 0.3 0 0.0205029 0.4 + 19 0.0188867 0 0.1 0 0.00699011 0.1 ############################################################ Region : Calor-B Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 8.07109 GeV Gap 818.597 MeV + Absorber 2.5489 GeV Gap 319.476 MeV Number of secondaries in an event : - gamma in Absorber 3710.5 in Gap 198.4 - e- in Absorber 6055.3 in Gap 545 - e+ in Absorber 403.5 in Gap 15.2 + gamma in Absorber 644.8 in Gap 36.4 + e- in Absorber 1048.9 in Gap 121.7 + e+ in Absorber 59.8 in Gap 2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 2.74673 keV in Gap 6.21823 keV - e- in Absorber 111.947 eV in Gap 106.607 eV - e+ in Absorber 581.227 eV in Gap 60.8976 keV + gamma in Absorber 29.0899 keV in Gap 6.25554 keV + e- in Absorber 108.714 eV in Gap 113.855 eV + e+ in Absorber 5.64437 keV in Gap 198.761 keV Total track length of e+/e- in an event : - Absorber 4.79478 m Gap 3.02348 m + Absorber 86.1533 cm Gap 58.5594 cm Total number of steps of e+/e- in an event : - Absorber 15363.9 Gap 1977.7 + Absorber 2717 Gap 430.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 7843.15 3543.5 4932.6 354.3 6717.89 13537.8 - 1 632.77 231 929.3 39.9 675.526 2160.9 - 2 209.733 70.8 356.2 13.4 218.75 796.9 - 3 101.463 33.5 183.9 6 101.41 396.6 - 4 44.453 13.1 83.2 2.1 45.5553 190.4 - 5 21.8313 6.1 41.9 1.1 23.1889 94.9 - 6 13.0095 3.7 27 0.5 12.7703 61.6 - 7 10.0581 2.5 18.6 0.5 9.45506 38.7 - 8 3.74117 1.1 9.5 0.1 2.50037 22.9 - 9 1.59437 0.2 3.3 0 2.66126 10.2 - 10 3.37795 1.4 5.9 0.4 3.84785 12.4 - 11 1.18221 0.5 2.9 0.2 0.646066 5 - 12 0.684727 0.2 1.7 0 0.357724 3.5 - 13 0.545438 0.5 1.4 0.1 0.298633 2.3 - 14 0.0316898 0 0 0 0 0 - 15 0.296257 0.2 0.5 0 0.312264 1 - 16 0.520568 0.3 0.8 0.1 0.453846 2.2 - 17 1.03916 0.3 0.7 0 2.56538 3 - 18 0.118866 0 0.7 0 0.0453215 0.9 - 19 0.0749616 0 0.2 0 0.0249385 0.4 + 0 2722.91 629.6 926.3 53.5 1293.95 2585.5 + 1 92.0629 33.3 142.4 5.1 99.1716 331 + 2 26.8507 9.4 49.8 1.7 30.3915 113 + 3 12.4809 4.2 23.8 0.7 10.1663 45.6 + 4 6.17491 2.2 12.1 0.3 5.30781 32.1 + 5 4.51945 2 7.8 0.4 4.12823 18.8 + 6 2.0146 0.4 4.6 0.1 1.76493 11.7 + 7 0.297204 0 1.2 0 0.301817 2.1 + 8 0.361447 0 0.8 0 1.15047 4.3 + 9 0.141646 0 0.5 0 0.059414 1.3 + 10 0.105414 0 0.4 0 0.111273 0.6 + 11 0.0149816 0 0 0 0 0 + 12 0.0431206 0 0.1 0 0.0960702 0.1 + 13 0.0795362 0.1 0.4 0 0.0175471 0.7 + 14 0.0208078 0 0 0 0 0 + 15 0.0134768 0 0 0 0 0 + 16 0.00489636 0 0 0 0 0 + 17 0.0091121 0 0 0 0 0 + 18 0.142246 0 0.3 0 0.436088 0.6 + 19 0.1203 0 0.1 0 0.0729512 0.2 ############################################################ Region : Calor-C Production thresholds : gamma 10 cm e- 10 cm e+ 10 cm Energy deposition in an event : - Absorber 2.66707 GeV Gap 273.21 MeV + Absorber 3.65208 GeV Gap 354.216 MeV Number of secondaries in an event : - gamma in Absorber 116 in Gap 7.5 - e- in Absorber 192.6 in Gap 13.5 - e+ in Absorber 32.1 in Gap 1.4 + gamma in Absorber 312.5 in Gap 26 + e- in Absorber 554.4 in Gap 44.5 + e+ in Absorber 88.2 in Gap 2.8 Minimum kinetic energy of generated secondaries : - gamma in Absorber 308.413 keV in Gap 60.1991 keV - e- in Absorber 800.633 eV in Gap 456.465 eV - e+ in Absorber 25.1495 keV in Gap 440.13 keV + gamma in Absorber 55.2119 keV in Gap 59.2228 keV + e- in Absorber 195.181 eV in Gap 128.02 eV + e+ in Absorber 45.7024 keV in Gap 244.906 keV Total track length of e+/e- in an event : - Absorber 32.2536 cm Gap 15.5898 cm + Absorber 89.5884 cm Gap 52.6413 cm Total number of steps of e+/e- in an event : - Absorber 573.9 Gap 65.1 + Absorber 1571.6 Gap 208.7 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2881.66 111.7 150.1 28.7 426.271 502.8 - 1 33.7774 7 30.3 2.7 31.2391 78.8 - 2 10.3389 1.6 11 0.6 8.46568 24.8 - 3 6.95357 1.9 6.1 0.9 5.48335 13.9 - 4 1.88723 0.1 2.9 0 1.82768 4.5 - 5 1.29438 0.2 1 0.1 1.55566 4.1 - 6 1.82402 0.4 2.2 0.2 1.6479 4.9 - 7 1.83945 0.6 1.7 0.3 1.19807 3.6 - 8 0.371478 0 0.4 0 0.618158 1 - 9 0.152308 0 0.3 0 0.0784705 0.4 - 10 0.0199942 0 0 0 0 0 - 11 0.0153169 0 0 0 0 0 - 12 0.012844 0 0 0 0 0 - 13 0.0465356 0 0.1 0 0.0483269 0.2 - 14 0.00889724 0 0 0 0 0 - 15 0.0215468 0 0 0 0 0 - 16 0.00968942 0 0 0 0 0 - 17 0.00858624 0 0 0 0 0 - 18 0.0204254 0 0 0 0 0 - 19 0.0110901 0 0 0 0 0 + 0 3817.17 303.6 409.6 76.8 1240.59 1348.9 + 1 122.413 23.1 102.2 9 120.913 252 + 2 35.2586 6.1 42.3 2.6 33.9858 89 + 3 16.6247 3.7 22.7 1.7 13.0577 43.6 + 4 6.11246 0.8 10.2 0.4 5.00188 18.2 + 5 4.69964 0.4 5.9 0.2 5.26457 13.9 + 6 1.63954 0.2 1.4 0.1 1.34936 3.1 + 7 0.415151 0 1.2 0 0.472464 4.2 + 8 0.0873408 0.2 0.3 0 0.0547601 0.4 + 9 0.505777 0 1.2 0 0.268219 1.8 + 10 0.0263746 0 0.1 0 0.132189 0.6 + 11 0.0808277 0 0.3 0 0.226758 1.1 + 12 0.049016 0 0.3 0 0.0243233 0.4 + 13 0.529734 0.2 0.5 0.1 0.429815 1.1 + 14 0.510934 0.2 0.3 0.1 0.35634 0.8 + 15 0.0549553 0 0.2 0 0.0268766 0.8 + 16 0.0022364 0 0 0 0 0 + 17 0.0518159 0 0.1 0 0.0187717 0.2 + 18 0.0101411 0 0 0 0 0 + 19 0.0392157 0 0.1 0 0.123334 0.2 ############################################################ 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1655,22 +1643,10 @@ Index : 6 used in the geometry : Yes ================================================================== ### Run 1 starts. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.999999412635185e-08 mm long - and its vector is (7.201541052381799e-08,5.186575435800478e-08,4.608386916515883e-08) mm - Endpoint of ComputeStep() was (219.610920127925,595.5448876886242,677.2330077479897) - and current position to locate is (219.6109201999404,595.5448877404899,677.2330077940736) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Run terminated. Run Summary Number of events processed : 10 - User=2.200000s Real=2.923150s Sys=0.700000s + User=1.480000s Real=1.995638s Sys=0.450000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1678,124 +1654,124 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 2.42478 GeV Gap 324.286 MeV + Absorber 2.94228 GeV Gap 347.052 MeV Number of secondaries in an event : - gamma in Absorber 741.1 in Gap 46.4 - e- in Absorber 1339.4 in Gap 203.7 - e+ in Absorber 57.3 in Gap 1.4 + gamma in Absorber 1118.6 in Gap 54.9 + e- in Absorber 1912.7 in Gap 238.9 + e+ in Absorber 88 in Gap 3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 47.2188 keV in Gap 2.81224 keV - e- in Absorber 103.175 eV in Gap 59.588 eV - e+ in Absorber 36.8306 keV in Gap 25.5663 keV + gamma in Absorber 20.9558 keV in Gap 2.87721 keV + e- in Absorber 47.3619 eV in Gap 101.094 eV + e+ in Absorber 11.7694 keV in Gap 209.067 keV Total track length of e+/e- in an event : - Absorber 85.4262 cm Gap 65.4283 cm + Absorber 1.23395 m Gap 75.8282 cm Total number of steps of e+/e- in an event : - Absorber 3276.5 Gap 571.1 + Absorber 4670.1 Gap 657.5 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2583.09 704.4 1248.4 47.3 1332.62 3168.6 - 1 94.9038 50 156.8 6.8 103.654 370.5 - 2 38.3927 20.1 70.6 2.7 37.0368 154.1 - 3 15.7622 6.6 31.3 0.7 18.7543 77 - 4 4.80232 1.9 11.9 0.4 3.79935 24.2 - 5 6.62972 2.6 10.6 0.5 6.66358 23 - 6 1.40749 0.4 3.5 0.1 1.17374 5.7 - 7 2.27551 1 4.1 0.1 3.06341 15 - 8 0.22437 0 1.5 0 0.499936 2.4 - 9 0.775766 0.1 1.6 0 0.69196 2.5 - 10 0.275913 0.1 1.3 0 0.131103 2 - 11 0.137835 0 0.7 0 0.0679576 0.9 - 12 0.225623 0 0.3 0 0.333164 0.6 - 13 0.151666 0.3 0.5 0.1 0.0572808 1.1 - 14 0.000235885 0 0 0 0 0 - 15 0.000151527 0 0 0 0 0 - 16 0.000524899 0 0 0 0 0 - 17 0.000600616 0 0 0 0 0 - 18 0.000239397 0 0 0 0 0 - 19 9.79842e-05 0 0 0 0 0 + 0 3052.39 1052.9 1722.5 75.3 1755.72 4374 + 1 140.35 70.6 243.9 8.6 145.786 562.1 + 2 39.7185 19.8 81.3 3.2 39.4332 168.5 + 3 21.8315 11.4 42.6 1.6 22.5151 89.5 + 4 11.5842 7.9 22.2 1.2 10.8213 53.5 + 5 7.81266 4 15.8 0.5 8.36587 34.6 + 6 2.7842 1.7 7.3 0.1 4.50775 13.8 + 7 2.06969 0.8 4.3 0.1 1.42119 9.5 + 8 0.649195 0.4 2 0 0.426418 3.8 + 9 0.638275 0.1 1.3 0 0.353443 2 + 10 1.05738 0.7 1.6 0 0.75422 3.9 + 11 0.555479 0.4 0.6 0.1 0.504535 1.8 + 12 0.398299 0 0.4 0 0.215069 0.8 + 13 0.763072 0.8 1.9 0.1 0.414459 3.2 + 14 5.61103 1.2 1.2 0.1 0.423732 2.2 + 15 0.629723 0.5 1.6 0.1 0.337655 2.7 + 16 0.299838 0.3 0.7 0 0.167894 1.2 + 17 0.0372879 0 0 0 0 0 + 18 0.0913454 0 0.4 0 0.070573 0.5 + 19 0.0189951 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 6.66936 GeV Gap 702.687 MeV + Absorber 2.87702 GeV Gap 354.877 MeV Number of secondaries in an event : - gamma in Absorber 2754.5 in Gap 148.7 - e- in Absorber 4534.3 in Gap 405.8 - e+ in Absorber 318.8 in Gap 10.4 + gamma in Absorber 749.1 in Gap 45.6 + e- in Absorber 1261.8 in Gap 119.2 + e+ in Absorber 82.2 in Gap 1.7 Minimum kinetic energy of generated secondaries : - gamma in Absorber 21.3 keV in Gap 8.75934 keV - e- in Absorber 79.6174 eV in Gap 100.376 eV - e+ in Absorber 11.1119 keV in Gap 336.144 keV + gamma in Absorber 38.2349 keV in Gap 8.81298 keV + e- in Absorber 126.238 eV in Gap 126.041 eV + e+ in Absorber 12.7591 keV in Gap 161.818 keV Total track length of e+/e- in an event : - Absorber 3.69869 m Gap 2.42349 m + Absorber 1.03776 m Gap 74.4813 cm Total number of steps of e+/e- in an event : - Absorber 11518.3 Gap 1523.7 + Absorber 3196.8 Gap 447.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 6542.14 2631.8 3650.7 277.7 5214.14 10101.1 - 1 501.651 169.9 731.4 31.6 556.885 1697.7 - 2 172.144 55.1 271.7 8.9 186.295 643 - 3 78.103 23.4 128.4 5.6 78.5668 271.5 - 4 32.4882 11.5 61.6 2.9 29.0097 134.5 - 5 15.6427 3.8 37.1 0.9 14.6186 68.9 - 6 10.5892 2.8 21.4 0.9 16.33 43.1 - 7 6.91468 1.6 12.6 0.4 8.46107 28.6 - 8 3.3628 0.5 8.6 0 2.76292 16.6 - 9 3.26014 0.5 6.4 0.1 4.2957 12.2 - 10 1.61148 0.7 3.7 0.1 1.78878 6.8 - 11 0.438406 0.1 0.8 0 0.340736 1.2 - 12 1.13673 0.2 0.7 0 4.2682 2.8 - 13 0.154492 0 0.5 0 0.0749376 0.7 - 14 0.297197 0.2 0.7 0 0.137819 1.1 - 15 0.118546 0 0.2 0 0.151846 0.3 - 16 0.308017 0.1 0.8 0 0.831402 1.8 - 17 0.0950701 0 0.3 0 0.339082 0.7 - 18 0.474051 0.2 0.7 0 1.55941 4.8 - 19 0.516916 0.4 0.8 0.1 0.270248 1.6 + 0 3024.22 726.1 1034.8 72 1569.63 2888.6 + 1 120.074 40 187.1 7 136.954 422.8 + 2 44.7545 15.1 78.8 2.7 37.7013 163.1 + 3 20.0686 6.3 36.6 1 17.2996 77 + 4 9.22727 2.3 19 0.4 8.83673 33.9 + 5 7.55741 2.8 11.3 0.4 7.11153 30.3 + 6 1.83651 0.6 3.8 0.1 1.75475 7.6 + 7 1.69698 0.3 4 0.1 1.37682 9.2 + 8 1.05897 0.4 1.9 0.1 0.729247 4.6 + 9 0.361535 0.3 0.8 0 0.519236 1.7 + 10 0.110708 0 0.3 0 0.0514976 0.5 + 11 0.444442 0.2 1.8 0.1 0.351097 3.6 + 12 0.117611 0 0.2 0 0.206572 0.4 + 13 0.119048 0.3 0.3 0 0.017723 0.6 + 14 0.0296829 0 0 0 0 0 + 15 0.0209529 0 0 0 0 0 + 16 0.0677538 0 0.2 0 0.0261631 0.2 + 17 0.0323108 0 0 0 0 0 + 18 0.0249089 0 0.1 0 1.16855e-06 0.1 + 19 0.0198037 0 0 0 0 0 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 3.04599 GeV Gap 359.356 MeV + Absorber 5.09562 GeV Gap 542.141 MeV Number of secondaries in an event : - gamma in Absorber 502.5 in Gap 37.9 - e- in Absorber 954.9 in Gap 91.4 - e+ in Absorber 87 in Gap 2.9 + gamma in Absorber 1238.8 in Gap 79.6 + e- in Absorber 2317.2 in Gap 201.3 + e+ in Absorber 219.1 in Gap 6.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 12.6264 keV in Gap 27.0895 keV - e- in Absorber 354.473 eV in Gap 252.131 eV - e+ in Absorber 10.2403 keV in Gap 312.458 keV + gamma in Absorber 4.56033 keV in Gap 27.0488 keV + e- in Absorber 189.472 eV in Gap 140.557 eV + e+ in Absorber 2.44089 keV in Gap 50.3898 keV Total track length of e+/e- in an event : - Absorber 95.2167 cm Gap 64.2987 cm + Absorber 2.37143 m Gap 1.47935 m Total number of steps of e+/e- in an event : - Absorber 2376.9 Gap 336.3 + Absorber 5832.9 Gap 803.2 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3179.63 490.3 726.6 76 1358.55 2015 - 1 145.746 35 179.5 8.7 155.113 412.1 - 2 41.1882 8.6 66.7 2.6 41.7656 136.9 - 3 19.9104 3.5 34.3 1.5 18.7019 64.2 - 4 7.54732 1.7 15 0.6 7.74016 33 - 5 5.11085 0.7 10.8 0.3 4.64733 22.2 - 6 2.87407 0.2 6.1 0.1 3.80945 14 - 7 1.85351 0.2 3.3 0 3.46558 6.3 - 8 0.618997 0 1.9 0 0.464731 5.6 - 9 0.275634 0 0.6 0 0.225709 0.8 - 10 0.0792216 0.2 0.3 0.1 0.0368816 0.5 - 11 0.180305 0 0.5 0 0.473385 1.5 - 12 0.15858 0 0.2 0 0.0846158 0.4 - 13 0.0119038 0 0.1 0 0.00254412 0.2 - 14 0.128164 0 0.4 0 0.077473 0.5 - 15 0.00962691 0 0 0 0 0 - 16 0.0026331 0 0 0 0 0 - 17 0.00382965 0 0 0 0 0 - 18 0.00327444 0 0 0 0 0 - 19 0.00104138 0 0 0 0 0 + 0 5077.46 1194.1 1731.6 189.5 3286.42 4916.6 + 1 329.582 79.4 423.4 22.3 343.434 943.3 + 2 120.298 22.2 173.6 6.8 115.153 375.9 + 3 48.1027 9.1 83.6 3 46.6388 169.2 + 4 27.3564 5.2 43.5 1.8 29.03 93.9 + 5 15.7382 3.8 25 1.2 14.1073 56.2 + 6 8.26426 2.3 13.7 0.9 6.26319 31.6 + 7 4.4403 1 9.7 0.1 4.09235 15.8 + 8 2.50345 0.2 4.1 0.1 2.47011 9.4 + 9 1.40216 0.2 3.6 0.1 1.47285 8 + 10 1.02614 0.3 2.7 0.1 0.828153 10.2 + 11 0.291018 0.1 0.7 0 0.127163 1 + 12 0.338136 0.2 0.7 0.1 0.226666 1.2 + 13 0.166337 0 0.7 0 0.0884047 1.1 + 14 0.139454 0 0.3 0 0.122319 0.4 + 15 0.0608964 0.2 0.1 0 0.0328593 0.1 + 16 0.131917 0 0.3 0 0.0624621 0.5 + 17 0.246083 0.1 1 0 0.0934562 1.4 + 18 0.0286123 0 0.1 0 0.030998 0.1 + 19 0.0173634 0 0 0 0 0 ############################################################ 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2354,7 +2330,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.190000s Real=0.260306s Sys=0.070000s + User=0.280000s Real=0.355627s Sys=0.070000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2362,124 +2338,124 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 495.617 MeV Gap 218.492 MeV + Absorber 589.487 MeV Gap 260.989 MeV Number of secondaries in an event : - gamma in Absorber 21.4 in Gap 6 - e- in Absorber 189.4 in Gap 100.9 - e+ in Absorber 0.3 in Gap 0 + gamma in Absorber 48.6 in Gap 13.1 + e- in Absorber 313.3 in Gap 158.7 + e+ in Absorber 1.9 in Gap 0.7 Minimum kinetic energy of generated secondaries : - gamma in Absorber 3.25277 keV in Gap 1.8657 keV - e- in Absorber 101.546 eV in Gap 198.689 eV - e+ in Absorber 39.8542 keV in Gap 2.88022e+295 J + gamma in Absorber 3.3069 keV in Gap 1.50294 keV + e- in Absorber 107.956 eV in Gap 118.431 eV + e+ in Absorber 449.725 keV in Gap 887.173 keV Total track length of e+/e- in an event : - Absorber 25.3145 cm Gap 24.4251 cm + Absorber 48.4789 cm Gap 47.2057 cm Total number of steps of e+/e- in an event : - Absorber 361.6 Gap 206 + Absorber 613.9 Gap 342.9 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 708.56 26.5 224.5 0.2 486.067 483.7 - 1 2.29185 0.1 16.7 0 5.9426 24.6 - 2 1.32671 0.6 10.8 0.1 2.75813 14.4 - 3 0.421223 0 10.6 0 0.446623 12.3 - 4 0.261759 0 7.6 0 0.225959 9 - 5 0.325024 0 6 0 0.477139 7.2 - 6 0.333488 0 4.6 0 0.459726 5.4 - 7 0.0571281 0 3.7 0 0.0222784 4.1 - 8 0.0897568 0 2.9 0 0.075275 3.1 - 9 0.0124893 0 0.2 0 0.00765798 0.2 - 10 0.0124153 0 0.1 0 0.010058 0.2 - 11 0 0 0 0 0 0 - 12 0.332818 0.2 0.5 0 0.776468 1.2 - 13 0.00294084 0 0.2 0 0.00051622 0.2 - 14 0.00537847 0 0.3 0 0.0029532 0.3 - 15 0.0139275 0 0.1 0 0.0246687 0.1 - 16 0.0483157 0 0.4 0 0.0961481 0.4 - 17 0 0 0 0 0 0 - 18 0.000250825 0 0.1 0 2.32913e-05 0.1 - 19 0.00464525 0 0.1 0 0.00181551 0.2 + 0 794.024 48.6 274.9 1.7 784.875 649.6 + 1 22.0014 5.7 42.1 0.2 73.4983 78.6 + 2 11.4157 2.8 29 0.2 30.569 50.2 + 3 6.72025 1.6 25.8 0.1 20.6978 39.1 + 4 8.77975 1.7 24.1 0.3 29.9366 40.8 + 5 3.73157 1 18.6 0.1 10.6509 27.9 + 6 0.873888 0.1 13 0 1.21321 16.4 + 7 1.4058 0.2 11.3 0 3.38631 14.6 + 8 0.292826 0 6.8 0 0.290849 7.5 + 9 0.430956 0 7.8 0 0.682179 10.7 + 10 0.317698 0 6.3 0 0.334775 6.9 + 11 0.0798373 0 2.3 0 0.0772481 2.6 + 12 0.181742 0 2.2 0 0.509595 2.8 + 13 0.0716917 0 2.5 0 0.039838 2.9 + 14 0.0422103 0 1.7 0 0.0269433 2 + 15 0.0419828 0 1.7 0 0.0245892 1.9 + 16 0.0255525 0 0.6 0 0.0128404 0.8 + 17 0.032164 0 0.9 0 0.0173325 1 + 18 0.0062995 0 0.3 0 0.00222699 0.4 + 19 0.000133779 0 0.1 0 8.53977e-06 0.1 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 566.384 MeV Gap 248.452 MeV + Absorber 685.801 MeV Gap 288.125 MeV Number of secondaries in an event : - gamma in Absorber 35.8 in Gap 8.6 - e- in Absorber 180 in Gap 74.4 - e+ in Absorber 1.5 in Gap 0.1 + gamma in Absorber 51.4 in Gap 18.3 + e- in Absorber 288.9 in Gap 122.8 + e+ in Absorber 3.2 in Gap 0.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.84609 keV in Gap 4.20895 keV - e- in Absorber 112.358 eV in Gap 101.277 eV - e+ in Absorber 2.4113 MeV in Gap 21.6387 MeV + gamma in Absorber 9.6218 keV in Gap 4.90524 keV + e- in Absorber 116.689 eV in Gap 104.297 eV + e+ in Absorber 964.003 keV in Gap 930.419 keV Total track length of e+/e- in an event : - Absorber 36.1614 cm Gap 36.4824 cm + Absorber 53.7332 cm Gap 50.6196 cm Total number of steps of e+/e- in an event : - Absorber 384.5 Gap 182.3 + Absorber 578 Gap 275.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 773.139 36.5 85.5 1.3 603.753 323.7 - 1 21.9521 3.9 37.4 0 69.2685 66.8 - 2 8.18749 1.6 28.6 0.1 25.0082 44.2 - 3 4.93509 1.1 23.7 0 13.4056 32.6 - 4 1.91888 0 18.6 0 5.1112 24.3 - 5 0.897068 0.1 12.9 0 1.60172 16 - 6 0.485766 0 12.4 0 0.572212 15 - 7 0.330621 0 7 0 0.3321 8.1 - 8 0.336023 0.2 6.9 0 0.380571 9.2 - 9 0.114605 0 4.4 0 0.0943064 5 - 10 0.127404 0 2.2 0 0.282858 2.9 - 11 0.132688 0 2 0 0.280479 2.4 - 12 0.0441273 0 1 0 0.030351 1.2 - 13 0.0995785 0 2.6 0 0.0604812 2.9 - 14 0.230564 0 2.5 0 0.754365 3.1 - 15 1.34573 0.7 2.1 0.1 4.53303 3.8 - 16 0.454966 0.3 0.7 0.1 0.91959 1.3 - 17 0.0210256 0 0.9 0 0.01257 1 - 18 0.0169585 0 0.8 0 0.00545152 0.8 - 19 0.0278982 0 1.1 0 0.0128493 1.3 + 0 820.756 44.8 104.8 2.1 743.835 376.6 + 1 48.0579 8.9 50.7 0.7 136.905 105.7 + 2 24.2528 4 46.2 0.3 43.7038 75.1 + 3 7.95633 2.7 40.4 0.4 19.1646 55.1 + 4 5.61561 1.2 28.5 0.2 15.463 39.7 + 5 6.04725 0.5 26.1 0 6.88981 37 + 6 9.11546 0.6 16.9 0 6.52022 24 + 7 3.27003 0.9 15.8 0.1 10.0684 20.8 + 8 10.7054 0.9 12.9 0 3.72787 15.5 + 9 3.83749 1.3 15 0.1 10.7604 20.7 + 10 4.24167 1.4 13.3 0.1 11.5176 20.4 + 11 4.21839 0.8 9.5 0 10.7438 14.1 + 12 5.72792 1.3 6.6 0.1 16.1907 13.4 + 13 0.743856 0.1 6.3 0 1.26138 9.2 + 14 0.468953 0 4.1 0 1.07615 6 + 15 0.653908 0 5.4 0 0.619423 7.8 + 16 0.355011 0.1 1.6 0 0.824641 2.2 + 17 1.35947 0.2 2.6 0 2.74 3.7 + 18 0.207726 0 2.2 0 0.438811 2.9 + 19 0.0419534 0 1.4 0 0.0292435 1.6 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 556.97 MeV Gap 240.823 MeV + Absorber 591.314 MeV Gap 255.563 MeV Number of secondaries in an event : - gamma in Absorber 16.9 in Gap 6.6 - e- in Absorber 96.4 in Gap 42.1 - e+ in Absorber 1.4 in Gap 0.2 + gamma in Absorber 27.2 in Gap 9.2 + e- in Absorber 163.8 in Gap 63.9 + e+ in Absorber 1.6 in Gap 0.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 28.1852 keV in Gap 11.3084 keV - e- in Absorber 131.466 eV in Gap 118.755 eV - e+ in Absorber 316.698 keV in Gap 639.038 keV + gamma in Absorber 29.2744 keV in Gap 10.4962 keV + e- in Absorber 120.135 eV in Gap 108.86 eV + e+ in Absorber 1.71171 MeV in Gap 1.08867 MeV Total track length of e+/e- in an event : - Absorber 20.3547 cm Gap 21.6885 cm + Absorber 31.4338 cm Gap 30.1833 cm Total number of steps of e+/e- in an event : - Absorber 186 Gap 84.1 + Absorber 300.5 Gap 127 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 768.794 18.2 26.3 0.9 335.402 109.5 - 1 15.4177 3.4 23.9 0.3 47.2202 40.5 - 2 7.98652 1 22 0.2 23.2532 34.8 - 3 1.36414 0 16.9 0 3.91064 21.6 - 4 0.755533 0.3 8.3 0.1 1.9855 10.3 - 5 0.630062 0.1 9.8 0 0.808058 11.4 - 6 1.58224 0.3 6.3 0.1 6.29259 12.2 - 7 0.158416 0 3.4 0 0.15874 3.9 - 8 0.129444 0.1 2.5 0 0.116241 3 - 9 0.17304 0 4.3 0 0.156865 5.1 - 10 0.0759333 0 2.9 0 0.0533429 3.1 - 11 0.0633885 0 2.3 0 0.0329366 2.6 - 12 0.0630397 0 2.2 0 0.0431715 2.5 - 13 0.0977855 0 2.1 0 0.118305 2.4 - 14 0.129878 0 1.2 0 0.239858 1.5 - 15 0.052583 0 1.2 0 0.0332454 1.4 - 16 0.0383053 0 1.3 0 0.0170851 1.5 - 17 0.0195886 0 0.1 0 0.0429816 0.1 - 18 0 0 0 0 0 0 - 19 0.132113 0.1 0.1 0 0.353939 0.7 + 0 761.263 22.8 33.7 1.1 377.611 125.6 + 1 28.4329 4.1 31.5 0.2 86.6496 60.6 + 2 5.71867 0.9 25.5 0 14.4298 36.6 + 3 1.63504 0.1 16.6 0 2.56408 20.5 + 4 2.91525 0.4 17.7 0 5.53494 24.1 + 5 5.47077 0.9 11.9 0.2 13.6884 17.8 + 6 1.638 0.2 11.7 0 3.8632 16.5 + 7 0.99519 0 9.9 0 3.08471 12.1 + 8 1.47295 0.3 8.3 0.1 4.1709 11.3 + 9 5.65381 0.8 12.1 0 14.6618 21.2 + 10 5.64598 1.1 9 0.1 12.9148 13.4 + 11 3.78602 0.9 12.3 0 8.94389 18.9 + 12 6.10741 1.1 5.2 0 19.8683 10.7 + 13 3.91706 0.5 4 0 17.3048 8.4 + 14 3.5057 0.8 3.2 0.1 9.21098 5.6 + 15 2.79038 0.6 3.5 0 5.54243 5 + 16 0.711911 0 2.8 0.1 1.45438 3.8 + 17 0.415712 0 1.6 0 1.34891 2.2 + 18 2.05539 0.5 3.8 0 6.35706 7.5 + 19 2.66422 0.4 2.9 0.1 6.79508 5 ############################################################ 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3067,7 +3043,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.560000s Real=0.778834s Sys=0.190000s + User=0.540000s Real=0.717030s Sys=0.150000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -3075,124 +3051,124 @@ Region : Calor-A Production thresholds : gamma 10 um e- 10 um e+ 10 um Energy deposition in an event : - Absorber 553.608 MeV Gap 239.729 MeV + Absorber 694.937 MeV Gap 313.916 MeV Number of secondaries in an event : - gamma in Absorber 48.4 in Gap 11.4 - e- in Absorber 1000.3 in Gap 919.3 - e+ in Absorber 0.7 in Gap 0.1 + gamma in Absorber 96.5 in Gap 22.1 + e- in Absorber 1366.3 in Gap 1242.1 + e+ in Absorber 3.8 in Gap 0.8 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.02145 keV in Gap 1.02446 keV - e- in Absorber 13.3186 eV in Gap 102.817 eV - e+ in Absorber 1.13218 MeV in Gap 6.23574 MeV + gamma in Absorber 1.03018 keV in Gap 990.772 eV + e- in Absorber 4.02351 eV in Gap 131.032 eV + e+ in Absorber 344.833 keV in Gap 5.21143 MeV Total track length of e+/e- in an event : - Absorber 41.9597 cm Gap 37.5952 cm + Absorber 77.8834 cm Gap 77.8875 cm Total number of steps of e+/e- in an event : - Absorber 1477.8 Gap 1294.3 + Absorber 2209.9 Gap 1979.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 757.337 51 1699.9 0.4 682.38 2420.3 - 1 16.8568 4.5 64 0.1 56.9256 120.7 - 2 7.27189 1.9 40.4 0.1 24.897 68.6 - 3 3.51153 0.8 29.1 0.1 9.87895 45.7 - 4 2.83254 0.6 22.8 0.1 7.89441 31.3 - 5 0.784555 0 13.7 0 1.0584 16.8 - 6 0.378652 0 8.7 0 0.453651 11.6 - 7 0.732817 0 10.7 0 1.20026 13.2 - 8 0.887586 0.1 7.2 0 1.79491 9.6 - 9 0.679089 0.1 6 0 2.1023 9.3 - 10 0.847772 0.4 4.8 0 3.89324 8.1 - 11 0.107811 0 3.1 0 0.0803315 3.7 - 12 0.425334 0.1 1.8 0 1.68318 3.2 - 13 0.339484 0.2 2.2 0 0.744914 3.5 - 14 0.0197867 0 0.4 0 0.0146167 0.4 - 15 0.0518911 0 1.1 0 0.0463947 1.2 - 16 0.105094 0 1.3 0 0.177807 1.7 - 17 0.0236909 0 0.4 0 0.0178464 0.4 - 18 0 0 0 0 0 0 - 19 0.0910451 0 0.9 0 0.260861 1.5 + 0 903.137 91.6 2043.9 3.2 1222.54 3220.7 + 1 49.6279 15.8 176.4 0.6 166.348 356.6 + 2 15.4738 3.1 94.7 0.3 51.8344 154 + 3 11.4404 2.8 64.9 0.2 33.9699 100.2 + 4 11.9346 2.3 55.2 0.1 36.6059 98.2 + 5 3.19961 0.9 32.6 0.1 7.42836 48.7 + 6 3.29577 0.4 34 0 9.49589 56.2 + 7 1.85461 0.1 25.2 0 4.84565 34.7 + 8 0.752005 0.1 17.1 0 0.892393 20.9 + 9 2.09074 0.1 15.9 0 5.62151 22.4 + 10 2.03498 0.4 12.7 0.1 6.43992 19.7 + 11 1.31315 0.5 8.6 0 4.3816 18.3 + 12 1.28144 0.1 8.3 0 4.67395 14.6 + 13 0.794282 0.3 5 0 1.79313 7.6 + 14 0.0723158 0 2 0 0.0318717 2.9 + 15 0.210034 0.1 3.3 0 0.53836 4.1 + 16 0.0541346 0 2.5 0 0.0232074 2.7 + 17 0.098322 0 2.8 0 0.0579504 3.4 + 18 0.0958597 0 2.1 0 0.0945552 2.5 + 19 0.0702149 0 1 0 0.070513 1.1 ############################################################ Region : Calor-B Production thresholds : gamma 100 um e- 100 um e+ 100 um Energy deposition in an event : - Absorber 646.953 MeV Gap 280.428 MeV + Absorber 541.611 MeV Gap 239.756 MeV Number of secondaries in an event : - gamma in Absorber 70.9 in Gap 19.8 - e- in Absorber 523.2 in Gap 262.5 - e+ in Absorber 3.8 in Gap 0.6 + gamma in Absorber 36 in Gap 9.4 + e- in Absorber 316.3 in Gap 170.9 + e+ in Absorber 0.7 in Gap 0.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 2.3497 keV in Gap 1.15347 keV - e- in Absorber 100.155 eV in Gap 145.766 eV - e+ in Absorber 347.617 keV in Gap 1.2585 MeV + gamma in Absorber 2.38742 keV in Gap 1.14567 keV + e- in Absorber 131.241 eV in Gap 132.232 eV + e+ in Absorber 924.766 keV in Gap 4.8304 MeV Total track length of e+/e- in an event : - Absorber 63.0337 cm Gap 58.3654 cm + Absorber 37.5156 cm Gap 36.5866 cm Total number of steps of e+/e- in an event : - Absorber 975.1 Gap 516.6 + Absorber 575.3 Gap 334.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 814.462 63.6 428.8 2.2 845.141 891.4 - 1 45.0194 10.2 70.5 0.6 161.703 162.8 - 2 38.8042 10.6 70.9 0.9 128.279 142.7 - 3 9.1356 2 44.2 0.2 26.0015 65.9 - 4 6.56797 1.4 33.3 0.1 19.9834 48.1 - 5 2.78367 0.6 23.3 0 6.14351 30.7 - 6 1.6953 0.3 21.5 0.1 3.12847 28.8 - 7 2.07665 0.5 22.8 0 4.94407 30.2 - 8 1.64871 0.3 13.4 0.1 4.35396 19.1 - 9 0.460769 0 12.3 0 0.359293 14.1 - 10 0.970302 0.4 15.9 0.1 2.03305 19.4 - 11 2.20157 0.5 8 0.1 8.93796 13.2 - 12 0.449498 0.1 6.2 0 0.775931 7.6 - 13 0.127909 0.1 2.9 0 0.115832 3.6 - 14 0.124609 0 2.3 0 0.143655 2.6 - 15 0.0803764 0.1 1.2 0 0.152121 1.5 - 16 0.265564 0 2.6 0 0.923144 3.4 - 17 0.146356 0 1.6 0 0.18327 1.8 - 18 0.0663577 0 2 0 0.0402596 2.2 - 19 0.00476362 0 0.3 0 0.0011471 0.3 + 0 743.133 35.2 351 0.5 620.683 689.2 + 1 12.9149 3.4 26.1 0 38.5037 52 + 2 8.61529 2.6 20.4 0 28.8153 36.6 + 3 5.63818 0.7 15.7 0.4 21.9517 30.3 + 4 7.10937 2.5 19.8 0.2 24.3015 32.9 + 5 1.06117 0.4 14 0 1.54812 16.5 + 6 0.797856 0.2 9 0 1.55475 13.2 + 7 0.324907 0 8.2 0 0.269085 10.3 + 8 0.622636 0.4 6.8 0 1.19952 9.2 + 9 0.610797 0 6.6 0 1.41899 8.6 + 10 0.0874759 0 2.9 0 0.0539607 3.5 + 11 0.0516515 0 2.5 0 0.0211084 2.8 + 12 0.0372305 0 1.1 0 0.0194068 1.1 + 13 0.161896 0 1.5 0 0.200671 1.8 + 14 0.0103307 0 0.3 0 0.00566844 0.3 + 15 0.0810015 0 0.5 0 0.270292 0.8 + 16 0.0995229 0 0.2 0 0.20103 0.4 + 17 0.00198762 0 0.2 0 0.000333741 0.2 + 18 0.00658396 0 0.2 0 0.00440295 0.2 + 19 0.000822168 0 0.1 0 0.000176258 0.1 ############################################################ Region : Calor-C Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 532.726 MeV Gap 236.196 MeV + Absorber 516.949 MeV Gap 234.67 MeV Number of secondaries in an event : - gamma in Absorber 25.3 in Gap 8.4 - e- in Absorber 145.5 in Gap 79.2 - e+ in Absorber 0.7 in Gap 0.2 + gamma in Absorber 22.8 in Gap 7 + e- in Absorber 135.6 in Gap 72.8 + e+ in Absorber 0.7 in Gap 0 Minimum kinetic energy of generated secondaries : - gamma in Absorber 6.98608 keV in Gap 2.96142 keV - e- in Absorber 100.592 eV in Gap 108.115 eV - e+ in Absorber 608.791 keV in Gap 456.445 keV + gamma in Absorber 6.92979 keV in Gap 3.31988 keV + e- in Absorber 134.048 eV in Gap 102.816 eV + e+ in Absorber 410.874 keV in Gap 2.88022e+295 J Total track length of e+/e- in an event : - Absorber 30.4495 cm Gap 31.3726 cm + Absorber 26.5615 cm Gap 30.0053 cm Total number of steps of e+/e- in an event : - Absorber 335.9 Gap 188 + Absorber 315.1 Gap 199.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 739.515 27.6 100.6 0.4 533.288 342.1 - 1 11.2479 2.3 23.1 0.2 35.962 48.3 - 2 6.54778 1.7 21.5 0.1 19.2829 32.4 - 3 7.13333 1.4 25 0.1 21.1659 35 - 4 1.63034 0.4 13.6 0.1 3.1606 17.4 - 5 1.23226 0.2 13.3 0 2.59057 16.2 - 6 0.304038 0 6.5 0 0.400424 7.9 - 7 0.184829 0 4.1 0 0.242659 4.5 - 8 0.335645 0.1 3.7 0 0.500445 4.7 - 9 0.0577185 0 1.3 0 0.0335536 1.6 - 10 0.166113 0 2.7 0 0.181458 3.2 - 11 0.0995022 0 2.7 0 0.0783806 2.9 - 12 0.0426412 0 2.1 0 0.0243191 2.3 - 13 0.00756877 0 0.9 0 0.00166501 1 - 14 0.0130515 0 0.3 0 0.00892793 0.4 - 15 0.0414082 0 0.8 0 0.0275896 0.9 - 16 0.0918226 0 1.7 0 0.107624 1.9 - 17 0.00162235 0 0.2 0 0.000385369 0.2 - 18 0.00160916 0 0.1 0 0.000298722 0.1 - 19 0.217962 0 0.3 0 1.08598 0.7 + 0 732.2 26.6 99.5 0.4 511.338 359.1 + 1 8.81829 0.9 22.5 0 28.6515 40.3 + 2 1.59062 0.3 18 0.1 4.81082 24.2 + 3 2.48343 0.8 18 0 4.7656 23.8 + 4 2.12075 0.4 12.7 0 4.81423 16.9 + 5 0.577869 0.1 8.1 0 1.05214 11.1 + 6 0.40875 0 6.7 0 0.550176 8.2 + 7 0.183172 0 4.2 0 0.16548 4.9 + 8 1.32795 0.4 5.2 0.1 3.33879 7.4 + 9 1.08479 0 2.6 0.1 4.14216 5.4 + 10 0.60961 0.3 3.3 0 1.90059 4.4 + 11 0.0611263 0 2.3 0 0.0552203 2.5 + 12 0.033561 0 1.9 0 0.0162904 2.1 + 13 0.0179746 0 0.9 0 0.00535104 1 + 14 0.047856 0 1.5 0 0.0236689 2 + 15 0.0197914 0 0.7 0 0.00902877 0.9 + 16 0 0 0 0 0 0 + 17 0 0 0 0 0 0 + 18 0 0 0 0 0 0 + 19 0.0331413 0 0.3 0 0.0292527 0.3 ############################################################ 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3287,6 +3263,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.78 MB +Dynamic pools deleted: 13 / Total memory freed: 0.76 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index 17701553d07..cb235ec80a0 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/visualization/userVisAction/run1.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -504,11 +504,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -520,7 +520,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -532,7 +532,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -641,7 +641,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -785,7 +785,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -1025,7 +1025,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.000000s Real=0.001576s Sys=0.000000s + User=0.000000s Real=0.001290s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 5 gamma of 6 MeV @@ -1112,14 +1112,14 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 7 62 -4.12 58.2 101 12.6 19.7 209 Envelope hIoni 8 61 -2.67 74.1 89.1 12 16 225 Envelope hIoni 9 60.5 -1.44 86.8 78.6 10.5 12.8 238 Envelope hIoni - 10 60 -0.653 96 70 8.62 9.22 247 Shape2 Transportation - 11 59.7 -0.374 100 63.4 6.54 4.04 251 Envelope Transportation + 10 60 -0.654 96 70 8.62 9.21 247 Shape2 Transportation + 11 59.7 -0.374 100 63.4 6.55 4.04 251 Envelope Transportation 12 59.5 0.146 107 55.4 8.04 7.03 258 Envelope hIoni - 13 59.3 0.564 113 48.5 6.89 5.54 263 Envelope hIoni - 14 59.1 0.898 117 42.6 5.9 4.4 268 Envelope hIoni + 13 59.3 0.563 113 48.5 6.89 5.54 263 Envelope hIoni + 14 59.1 0.897 117 42.6 5.9 4.4 268 Envelope hIoni 15 58.9 1.21 120 37.3 5.27 3.51 271 Envelope hIoni 16 58.8 1.53 123 32.7 4.65 2.8 274 Envelope hIoni - 17 58.7 1.74 125 28.5 4.15 2.24 276 Envelope hIoni + 17 58.7 1.74 125 28.5 4.14 2.24 276 Envelope hIoni 18 58.5 1.91 127 24.8 3.72 1.79 278 Envelope hIoni 19 58.4 2.05 129 21.5 3.28 1.42 280 Envelope hIoni 20 58.3 2.15 130 18.8 2.78 1.14 281 Envelope hIoni @@ -1129,10 +1129,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 24 58.2 2.39 132 9.57 2.04 0.478 283 Envelope hIoni 25 58.1 2.42 133 7.58 1.99 0.382 284 Envelope hIoni 26 58.1 2.44 133 5.72 1.86 0.301 284 Envelope hIoni - 27 58.1 2.46 133 3.79 1.93 0.235 284 Envelope hIoni + 27 58.1 2.46 133 3.79 1.92 0.235 284 Envelope hIoni 28 58.1 2.47 134 1.7 2.09 0.169 285 Envelope hIoni - 29 58.1 2.48 134 0.0905 1.61 0.058 285 Envelope hIoni - 30 58.1 2.48 134 0 0.0905 0.00161 285 Envelope hIoni + 29 58.1 2.47 134 0.0904 1.61 0.0578 285 Envelope hIoni + 30 58.1 2.47 134 0 0.0904 0.00161 285 Envelope hIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1152,11 +1152,11 @@ 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.000580s Sys=0.000000s + User=0.000000s Real=0.000609s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1 proton of 210 MeV - Dose in scoring volume : 0.6049982071340138 picoGy +- 0 picoGy + Dose in scoring volume : 0.6059272985946964 picoGy +- 0 picoGy ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/visualization/userVisAction/run2.out index 000bca2ef04..e57f6f9f60f 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/visualization/userVisAction/run2.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -504,11 +504,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -520,7 +520,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -532,7 +532,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -641,7 +641,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -785,7 +785,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -889,7 +889,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.030000s Real=0.033612s Sys=0.000000s + User=0.030000s Real=0.031244s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -967,11 +967,11 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.260000s Real=0.266542s Sys=0.000000s + User=0.240000s Real=0.249337s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.14718 nanoGy +- 144.417 picoGy + Dose in scoring volume : 5.0758 nanoGy +- 145.807 picoGy ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. @@ -996,14 +996,14 @@ 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.0183 MB -Pool ID '7G4Track', size : 0.0356 MB +Pool ID '17G4DynamicParticle', size : 0.0125 MB +Pool ID '7G4Track', size : 0.024 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.082 MB +Dynamic pools deleted: 11 / Total memory freed: 0.064 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index b71bea8c032..6787c059d5d 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ############################################ ************************************************************** - Geant4 version Name: geant4-10-07-ref-00 (4-December-2020) + Geant4 version Name: geant4-10-07-patch-01 (5-February-2021) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -494,11 +494,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 @@ -510,7 +510,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha @@ -522,7 +522,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -631,7 +631,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -775,7 +775,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -838,7 +838,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.14718 nanoGy +- 144.417 picoGy + Dose in scoring volume : 5.0758 nanoGy +- 145.807 picoGy ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. diff --git a/source/GNUmakefile b/source/GNUmakefile index a5510ec3161..92b65a9e440 100644 --- a/source/GNUmakefile +++ b/source/GNUmakefile @@ -167,7 +167,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-10-07 " + @$(ECHO) " Installation Geant4 version geant4-10-07-patch-01 " @$(ECHO) " Copyright (C) 1994-2021 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/analysis/History b/source/analysis/History index f2f70e1a4a1..8d24b4002aa 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -16,6 +16,16 @@ committal in the SVN repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 2, 2021 I. Hrivnacova (analysis-V10-06-13) +- Fixed the problem with merging ntuples with columns of vector type + reported by Riccardo Pilato in G4 Forum. + +January 5, 2021 I. Hrivnacova (analysis-V10-06-12) +- Updated to g4tools 5.2.3 (Guy Barrand): + Bug fix in tools/histo/h2,h3 : get_bin_content(): have '&' in "get" arguments. + Addressing the problem report #2306. + See History_tools for the complete list of modifications. + November 16, 2020 G. Cosmo (analysis-V10-06-11) - Fixed typos in printed-out text. Addressing problem report #2285. diff --git a/source/analysis/History_tools b/source/analysis/History_tools index 6039d556266..5b5d281abcd 100644 --- a/source/analysis/History_tools +++ b/source/analysis/History_tools @@ -1,3 +1,13 @@ +5.2.3 : + - tools/wroot/infos, branch, rroot/branch : Lenght => Length in comments. + - tools/hatcher.icc : pow, sqrt, tan => std::pow, std::sqrt, std::tan. + - tools/wps : retreive => retrieve. + - tools/wcsv_ntuple, value.icc, test/cpp/wcsv_ntuple.cpp : unknow => unkown. + +5.2.2 : + - tools/histo/h2,h3 : get_bin_content : bugfix : have '&' in "get" arguments. + Thanks to Dmitri Konstantinov and Grigory Latyshev for the report. + 5.2.1 : - fonts : have lato_regular.ttf file and license_font_lato.txt, readme_font_lato.txt texts taken from : https://www.latofonts.com/lato-free-fonts diff --git a/source/analysis/g4tools/include/tools/hatcher.icc b/source/analysis/g4tools/include/tools/hatcher.icc index 32bb553059c..e245ccf84cd 100644 --- a/source/analysis/g4tools/include/tools/hatcher.icc +++ b/source/analysis/g4tools/include/tools/hatcher.icc @@ -606,10 +606,10 @@ inline bool hatcher::compute_single_polyline (vec3f* tabPoints,unsigned int aNum fNormal[2]*AB[0]-fNormal[0]*AB[2], fNormal[0]*AB[1]-fNormal[1]*AB[0]); - float normAB =(float)sqrt(std::pow(AB[0],2)+ + float normAB =(float)std::sqrt(std::pow(AB[0],2)+ std::pow(AB[1],2)+ std::pow(AB[2],2)); - float normABPerpVector =(float)sqrt(std::pow(ABPerpVector[0],2)+ + float normABPerpVector =(float)std::sqrt(std::pow(ABPerpVector[0],2)+ std::pow(ABPerpVector[1],2)+ std::pow(ABPerpVector[2],2)); @@ -643,7 +643,7 @@ inline bool hatcher::compute_single_polyline (vec3f* tabPoints,unsigned int aNum // normalize vector to match the shift size float param = 1.0f; - param = (float)sqrt((std::pow(fShift,2))/( + param = (float)std::sqrt((std::pow(fShift,2))/( std::pow(dirShiftVector[0],2)+ std::pow(dirShiftVector[1],2)+ std::pow(dirShiftVector[2],2))); diff --git a/source/analysis/g4tools/include/tools/histo/h2 b/source/analysis/g4tools/include/tools/histo/h2 index 859fce9854a..df7db00a7fe 100644 --- a/source/analysis/g4tools/include/tools/histo/h2 +++ b/source/analysis/g4tools/include/tools/histo/h2 @@ -140,8 +140,9 @@ public: } bool get_bin_content(bn_t a_ibin,bn_t a_jbin, - TN a_entries,TW a_Sw,TW a_Sw2, - TC a_Sxw,TC a_Sx2w,TC a_Syw,TC a_Sy2w) { + TN& a_entries,TW& a_Sw,TW& a_Sw2, + TC& a_Sxw,TC& a_Sx2w, + TC& a_Syw,TC& a_Sy2w) { if(parent::m_dimension!=2) { a_entries = 0;a_Sw = 0;a_Sw2 = 0; a_Sxw = 0;a_Sx2w = 0; diff --git a/source/analysis/g4tools/include/tools/histo/h3 b/source/analysis/g4tools/include/tools/histo/h3 index 47352f9c0e0..5e47346ff03 100644 --- a/source/analysis/g4tools/include/tools/histo/h3 +++ b/source/analysis/g4tools/include/tools/histo/h3 @@ -163,8 +163,10 @@ public: } bool get_bin_content(bn_t a_ibin,bn_t a_jbin,bn_t a_kbin, - TN a_entries,TW a_Sw,TW a_Sw2, - TC a_Sxw,TC a_Sx2w,TC a_Syw,TC a_Sy2w,TC a_Szw,TC a_Sz2w) { + TN& a_entries,TW& a_Sw,TW& a_Sw2, + TC& a_Sxw,TC& a_Sx2w, + TC& a_Syw,TC& a_Sy2w, + TC& a_Szw,TC& a_Sz2w) { if(parent::m_dimension!=3) { a_entries = 0;a_Sw = 0;a_Sw2 = 0; a_Sxw = 0;a_Sx2w = 0; diff --git a/source/analysis/g4tools/include/tools/version b/source/analysis/g4tools/include/tools/version index 6a5861cb205..b352f59dddb 100644 --- a/source/analysis/g4tools/include/tools/version +++ b/source/analysis/g4tools/include/tools/version @@ -6,12 +6,12 @@ #define TOOLS_MAJOR_VERSION 5 #define TOOLS_MINOR_VERSION 2 -#define TOOLS_PATCH_VERSION 1 -#define TOOLS_VERSION "5.2.1" -#define TOOLS_VERSION_VRP "v5r2p1" +#define TOOLS_PATCH_VERSION 3 +#define TOOLS_VERSION "5.2.3" +#define TOOLS_VERSION_VRP "v5r2p3" namespace tools { -inline unsigned int version() {return 50201;} +inline unsigned int version() {return 50203;} } #endif diff --git a/source/analysis/g4tools/include/tools/wroot/branch b/source/analysis/g4tools/include/tools/wroot/branch index 2e924d9fd83..d3829be0a80 100644 --- a/source/analysis/g4tools/include/tools/wroot/branch +++ b/source/analysis/g4tools/include/tools/wroot/branch @@ -586,7 +586,7 @@ protected: uint64 m_tot_bytes; uint64 m_zip_bytes; uint32 m_max_baskets; - uint32* fBasketBytes; //[m_max_baskets] Lenght of baskets on file + uint32* fBasketBytes; //[m_max_baskets] Length of baskets on file uint32* fBasketEntry; //[m_max_baskets] Table of first entry in eack basket seek* fBasketSeek; //[m_max_baskets] Addresses of baskets on file }; diff --git a/source/analysis/root/include/G4RootPNtupleManager.hh b/source/analysis/root/include/G4RootPNtupleManager.hh index 6c772b0b1d6..adb389b8b74 100644 --- a/source/analysis/root/include/G4RootPNtupleManager.hh +++ b/source/analysis/root/include/G4RootPNtupleManager.hh @@ -151,6 +151,7 @@ class G4RootPNtupleManager : public G4BaseNtupleManager std::vector fNtupleVector; G4bool fRowWise; G4bool fRowMode; + G4bool fCreateNtuples; }; #include "G4RootPNtupleManager.icc" diff --git a/source/analysis/root/include/G4RootPNtupleManager.icc b/source/analysis/root/include/G4RootPNtupleManager.icc index 982273c5a1b..88213b4d5bb 100644 --- a/source/analysis/root/include/G4RootPNtupleManager.icc +++ b/source/analysis/root/include/G4RootPNtupleManager.icc @@ -31,6 +31,10 @@ template <> inline G4bool G4RootPNtupleManager::FillNtupleTColumn( G4int ntupleId, G4int columnId, const std::string& value) { + if (fCreateNtuples) { + CreateNtuplesFromMain(); + } + if ( fState.GetIsActivation() && ( ! GetActivation(ntupleId) ) ) { G4cout << "Skipping FillNtupleIColumn for " << ntupleId << G4endl; return false; @@ -88,6 +92,10 @@ template G4bool G4RootPNtupleManager::FillNtupleTColumn( G4int ntupleId, G4int columnId, const T& value) { + if (fCreateNtuples) { + CreateNtuplesFromMain(); + } + if ( fState.GetIsActivation() && ( ! GetActivation(ntupleId) ) ) { G4cout << "Skipping FillNtupleIColumn for " << ntupleId << G4endl; return false; diff --git a/source/analysis/root/src/G4RootNtupleFileManager.cc b/source/analysis/root/src/G4RootNtupleFileManager.cc index 09d4a03e39d..a28ae5adb32 100644 --- a/source/analysis/root/src/G4RootNtupleFileManager.cc +++ b/source/analysis/root/src/G4RootNtupleFileManager.cc @@ -312,7 +312,7 @@ std::shared_ptr G4RootNtupleFileManager::CreateNtupleManager() = fNtupleManager->GetMainNtupleManager(GetNtupleFileNumber()); fSlaveNtupleManager = make_shared( - fState, fgMasterInstance->fBookingManager, mainNtupleManager, fNtupleRowWise, fNtupleRowMode); + fState, fBookingManager, mainNtupleManager, fNtupleRowWise, fNtupleRowMode); activeNtupleManager = fSlaveNtupleManager; break; } @@ -374,10 +374,11 @@ G4bool G4RootNtupleFileManager::ActionAtOpenFile(const G4String& /*fileName*/) #endif } - if ( fNtupleMergeMode == G4NtupleMergeMode::kSlave ) { - // G4cout << "Going to create slave ntuples from main" << G4endl; - fSlaveNtupleManager->CreateNtuplesFromMain(); - } + // Creating ntuples from main is triggered from the first Fill call + // if ( fNtupleMergeMode == G4NtupleMergeMode::kSlave ) { + // // G4cout << "Going to create slave ntuples from main" << G4endl; + // fSlaveNtupleManager->CreateNtuplesFromMain(); + // } return finalResult; } diff --git a/source/analysis/root/src/G4RootPNtupleManager.cc b/source/analysis/root/src/G4RootPNtupleManager.cc index 01d1a522032..ce5a799137b 100644 --- a/source/analysis/root/src/G4RootPNtupleManager.cc +++ b/source/analysis/root/src/G4RootPNtupleManager.cc @@ -63,7 +63,8 @@ G4RootPNtupleManager::G4RootPNtupleManager(const G4AnalysisManagerState& state, fNtupleDescriptionVector(), fNtupleVector(), fRowWise(rowWise), - fRowMode(rowMode) + fRowMode(rowMode), + fCreateNtuples(true) {} //_____________________________________________________________________________ @@ -213,7 +214,7 @@ void G4RootPNtupleManager::CreateNtupleFromMain( void G4RootPNtupleManager::CreateNtuplesFromMain() { // Create ntuple from booking (if not yet done) and main ntuple -// This function is called from G4RootNtupleFileManager::ActionAtOpenFile. +// This function is called from the first Fill call. // Create pntuple descriptions from ntuple booking. auto g4NtupleBookings = fBookingManager->GetNtupleBookingVector(); @@ -230,6 +231,8 @@ void G4RootPNtupleManager::CreateNtuplesFromMain() auto& ntupleDescription = fNtupleDescriptionVector[lcounter++]; CreateNtupleFromMain(ntupleDescription, mainNtuple); } + + fCreateNtuples = false; } //_____________________________________________________________________________ @@ -272,6 +275,10 @@ G4bool G4RootPNtupleManager::FillNtupleSColumn( //_____________________________________________________________________________ G4bool G4RootPNtupleManager::AddNtupleRow(G4int ntupleId) { + if (fCreateNtuples) { + CreateNtuplesFromMain(); + } + if ( fState.GetIsActivation() && ( ! GetActivation(ntupleId) ) ) { //G4cout << "Skipping AddNtupleRow for " << ntupleId << G4endl; return false; @@ -287,7 +294,7 @@ G4bool G4RootPNtupleManager::AddNtupleRow(G4int ntupleId) auto ntupleDescription = GetNtupleDescriptionInFunction(ntupleId, "AddNtupleRow"); if ( ! ntupleDescription ) return false; - + auto rfile = std::get<0>(*ntupleDescription->fDescription.fFile); G4AutoLock lock(&pntupleMutex); diff --git a/source/externals/CMakeLists.txt b/source/externals/CMakeLists.txt index 612d95ff9fe..066ea717a8f 100644 --- a/source/externals/CMakeLists.txt +++ b/source/externals/CMakeLists.txt @@ -19,8 +19,7 @@ endif() # PTL requires additional pre and post inclusion steps as it's a true subproject if(NOT GEANT4_USE_SYSTEM_PTL) - set(CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION} - CACHE PATH "CMake install directory" FORCE) + set(CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION}/PTL) add_subdirectory(ptl) # Needs to be in defined category list for static/shared to be linked correctly. set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_CATEGORIES G4ptl) diff --git a/source/externals/History b/source/externals/History index b4bc5e5c313..f4b13a37a62 100644 --- a/source/externals/History +++ b/source/externals/History @@ -16,6 +16,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +8 December 2020 - B.Morgan (externals-V10-06-06) +- Force PTL to install its CMake configuration files within the directory + where Geant4 installs its own. +- Force PTL to install its headers under CMAKE_INSTALL_INCLUDEDIR/Geant4 + 11 November 2020 - G.Cosmo (externals-V10-06-05) - Synchronised with CLHEP-2.4.4.0: o Removed obsolete #pragma interface/implementation in Vector classes. diff --git a/source/externals/ptl/CMakeLists.txt b/source/externals/ptl/CMakeLists.txt index 50887e9dcc9..1aab700645c 100644 --- a/source/externals/ptl/CMakeLists.txt +++ b/source/externals/ptl/CMakeLists.txt @@ -13,6 +13,7 @@ cmake_policy(SET CMP0042 NEW) set(PTL_MASTER_PROJECT ON) if(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) set(PTL_MASTER_PROJECT OFF) + set(CMAKE_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/Geant4") endif() ################################################################################ @@ -37,7 +38,7 @@ set(CMAKE_DIRECTORY_LABELS "PTL") # # set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/Modules ${CMAKE_MODULE_PATH}) -set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME development) +set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME Development) if("${CMAKE_BUILD_TYPE}" STREQUAL "") set(CMAKE_BUILD_TYPE Release CACHE STRING "CMake build type" FORCE) @@ -138,20 +139,20 @@ endif() # Install the targets and export libraries install(TARGETS ${INSTALL_LIBRARIES} EXPORT ${PROJECT_NAME}Targets - ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT development - LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT runtime - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT runtime) + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Development + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Runtime + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT Runtime) # install export install(EXPORT ${PROJECT_NAME}Targets NAMESPACE PTL:: DESTINATION ${CMAKE_INSTALL_CONFIGDIR} - COMPONENT development) + COMPONENT Development) # headers install(FILES ${ptl_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/PTL - COMPONENT development) + COMPONENT Development) # set set(PTL_BUILT_LIBRARIES "${INSTALL_LIBRARIES}" CACHE INTERNAL "Built libraries" FORCE) diff --git a/source/externals/ptl/History b/source/externals/ptl/History index 15f982f6c37..ffdb7dd1927 100644 --- a/source/externals/ptl/History +++ b/source/externals/ptl/History @@ -16,6 +16,15 @@ committal in the code repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +22 Jan 2021 - B.Morgan (ptl-V10-06-10) +- Apply patch from Gunter to fix component installs on Windows + +8 Nov 2020 - B.Morgan (ptl-V10-06-09) +- Force installation of PTL headers to CMAKE_INSTALL_INCLUDEDIR/Geant4, following + behaviour for other builtins +- Don't override CMAKE_INSTALL_CONFIGDIR variable as this should be set in the parent + directory. + 2 Nov 2020 - B.Morgan (ptl-V10-06-08) - BUGFIX #2286: Install PTL DLL/archive into appropriate platform dependent locations. diff --git a/source/externals/ptl/cmake/Modules/BuildSettings.cmake b/source/externals/ptl/cmake/Modules/BuildSettings.cmake index f7dafa4050b..f6099b71dcd 100644 --- a/source/externals/ptl/cmake/Modules/BuildSettings.cmake +++ b/source/externals/ptl/cmake/Modules/BuildSettings.cmake @@ -25,7 +25,7 @@ ptl_add_interface_library(ptl-external-libraries) if("${CMAKE_PROJECT_NAME}" STREQUAL "${PROJECT_NAME}") set(_BIN_DIR ${PROJECT_BINARY_DIR}) if(WIN32) - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/runtime) + set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/Runtime) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/library) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/archive) else() diff --git a/source/externals/ptl/cmake/Modules/MacroUtilities.cmake b/source/externals/ptl/cmake/Modules/MacroUtilities.cmake index 4e3f427c639..5cd80daa210 100644 --- a/source/externals/ptl/cmake/Modules/MacroUtilities.cmake +++ b/source/externals/ptl/cmake/Modules/MacroUtilities.cmake @@ -951,7 +951,7 @@ FUNCTION(PTL_ADD_INTERFACE_LIBRARY _TARGET) install(TARGETS ${_TARGET} DESTINATION ${CMAKE_INSTALL_LIBDIR} EXPORT ${PROJECT_NAME}Targets - COMPONENT development) + COMPONENT Development) endif() ENDFUNCTION() diff --git a/source/externals/ptl/cmake/Modules/ProjectSettings.cmake b/source/externals/ptl/cmake/Modules/ProjectSettings.cmake index a4b265b0110..ebd24398558 100644 --- a/source/externals/ptl/cmake/Modules/ProjectSettings.cmake +++ b/source/externals/ptl/cmake/Modules/ProjectSettings.cmake @@ -16,7 +16,10 @@ add_feature(CMAKE_CXX_FLAGS_${_CONFIG} "C++ compiler build-specific flags") ################################################################################ # cmake installation folder -set(CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}) +if(NOT CMAKE_INSTALL_CONFIGDIR) + set(CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}) +endif() + # create the full path version and generic path versions foreach(_TYPE in DATAROOT CMAKE INCLUDE LIB BIN MAN DOC) diff --git a/source/geometry/navigation/History b/source/geometry/navigation/History index 316f622150c..ce43c787f59 100644 --- a/source/geometry/navigation/History +++ b/source/geometry/navigation/History @@ -16,6 +16,18 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +January 27, 2021 - P.Arce (geomnav-V10-06-09) +------------------------- +- G4RegularNavigation: Addressing problem report #2314. + Added a #ifdef G4DEBUG_NAVIGATION to avoid excessive warnings. + Substituted G4cout by G4Exception GeomRegNav1002 (renumbering of exceptions). + +December 16, 2020 - G.Cosmo +--------------------------- +- G4ReplicaNavigation: reduced step correction in ComputeStep(). + Addressing problem report #2302. +- G4PathFinder: moved debug printout within debug block in Locate(). + October 15, 2020 - G.Cosmo (geomnav-V10-06-08) -------------------------- - G4ReplicaNavigation: relaxed condition for step correction in ComputeStep(). diff --git a/source/geometry/navigation/src/G4PathFinder.cc b/source/geometry/navigation/src/G4PathFinder.cc index 8bdbcb41ea7..67094bd90b3 100644 --- a/source/geometry/navigation/src/G4PathFinder.cc +++ b/source/geometry/navigation/src/G4PathFinder.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// class G4PathFinder Implementation +// G4PathFinder Implementation // // Original author: John Apostolakis, April 2006 // -------------------------------------------------------------------- @@ -464,13 +464,16 @@ void G4PathFinder::Locate( const G4ThreeVector& position, { // Locate the point in each geometry - static const G4double movLenTol = 10*sqr(kCarTolerance); + auto pNavIter = fpTransportManager->GetActiveNavigatorsIterator(); - std::vector::iterator pNavIter = - fpTransportManager->GetActiveNavigatorsIterator(); + G4ThreeVector lastEndPosition = fRelocatedPoint + ? fLastLocatedPosition + : fEndState.GetPosition(); + fLastLocatedPosition = position; + +#ifdef G4DEBUG_PATHFINDER + static const G4double movLenTol = 10*sqr(kCarTolerance); - G4ThreeVector lastEndPosition = fRelocatedPoint ? - fLastLocatedPosition : fEndState.GetPosition(); G4ThreeVector moveVec = ( position - lastEndPosition ); G4double moveLenSq = moveVec.mag2(); if( (!fNewTrack) && ( moveLenSq > movLenTol ) ) @@ -478,9 +481,7 @@ void G4PathFinder::Locate( const G4ThreeVector& position, ReportMove( lastEndPosition, position, " (End) Position / G4PathFinder::Locate" ); } - fLastLocatedPosition = position; -#ifdef G4DEBUG_PATHFINDER if( fVerboseLevel > 2 ) { G4cout << G4endl; diff --git a/source/geometry/navigation/src/G4RegularNavigation.cc b/source/geometry/navigation/src/G4RegularNavigation.cc index d985e216bf8..e629cb39f93 100644 --- a/source/geometry/navigation/src/G4RegularNavigation.cc +++ b/source/geometry/navigation/src/G4RegularNavigation.cc @@ -226,12 +226,16 @@ G4double G4RegularNavigation::ComputeStepSkippingEqualMaterials( { G4ThreeVector pGlobalpoint = history.GetTransform(ide) .InverseTransformPoint(localPoint); - G4cout << "G4RegularNavigation::ComputeStepSkippingEqualMaterials(): another 'zero' step, # " + std::ostringstream message; + message.precision(16); + message << "G4RegularNavigation::ComputeStepSkippingEqualMaterials(): another 'zero' step, # " << fNumberZeroSteps << ", at " << pGlobalpoint << ", nav-comp-step calls # " << ii - << ", Step= " << newStep - << G4endl; + << ", Step= " << newStep; + G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", + "GeomRegNav1002", JustWarning, message, + "Potential overlap in geometry!"); } #endif if( fNumberZeroSteps > fActionThreshold_NoZeroSteps-1 ) @@ -239,7 +243,7 @@ G4double G4RegularNavigation::ComputeStepSkippingEqualMaterials( // Act to recover this stuck track. Pushing it along direction // newStep = std::min(101*kCarTolerance*std::pow(10,fNumberZeroSteps-2),0.1); -#ifdef G4VERBOSE +#ifdef G4DEBUG_NAVIGATION G4ThreeVector pGlobalpoint = history.GetTransform(ide) .InverseTransformPoint(localPoint); std::ostringstream message; @@ -254,7 +258,7 @@ G4double G4RegularNavigation::ComputeStepSkippingEqualMaterials( << G4endl << " Trying pushing it of " << newStep << " mm ..."; G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", - "GeomRegNav1002", JustWarning, message, + "GeomRegNav1003", JustWarning, message, "Potential overlap in geometry!"); #endif } @@ -273,7 +277,7 @@ G4double G4RegularNavigation::ComputeStepSkippingEqualMaterials( << "- at point " << pGlobalpoint << G4endl << " local direction: " << localDirection << G4endl; G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", - "GeomRegNav1003", + "GeomRegNav1004", EventMustBeAborted, message); } diff --git a/source/geometry/navigation/src/G4ReplicaNavigation.cc b/source/geometry/navigation/src/G4ReplicaNavigation.cc index d5860d63ab7..6495f83c658 100644 --- a/source/geometry/navigation/src/G4ReplicaNavigation.cc +++ b/source/geometry/navigation/src/G4ReplicaNavigation.cc @@ -925,7 +925,7 @@ G4ReplicaNavigation::ComputeStep(const G4ThreeVector& globalPoint, // if( ourStepTransformNormal(solNorm, normal); - *n = normal/normal.mag(); + *n = normal.unit(); } // Return distance converted to global diff --git a/source/geometry/solids/CSG/History b/source/geometry/solids/CSG/History index 63beae841d5..c302f450e69 100644 --- a/source/geometry/solids/CSG/History +++ b/source/geometry/solids/CSG/History @@ -16,6 +16,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 1, 2021 G.Cosmo geom-csg-V10-06-06 +- G4Trap, G4Para: removed spurious character in printout in StreamInfo(). + Addressed problem report #2318. + November 12, 2020 E.Tcherniaev geom-csg-V10-06-05 - G4Sphere::InitializeThetaTrigonometry(): tan() replaced with sin()/cos(), it addresses problem report #2289 diff --git a/source/geometry/solids/CSG/src/G4Cons.cc b/source/geometry/solids/CSG/src/G4Cons.cc index 1082d1dca30..e7ef9e203df 100644 --- a/source/geometry/solids/CSG/src/G4Cons.cc +++ b/source/geometry/solids/CSG/src/G4Cons.cc @@ -1990,7 +1990,7 @@ G4double G4Cons::DistanceToOut( const G4ThreeVector& p, if( p.x() != 0. || p.y() != 0.) { message << "point phi = " << std::atan2(p.y(),p.x())/degree - << " degree" << G4endl << G4endl ; + << " degrees" << G4endl << G4endl ; } message << "Direction:" << G4endl << G4endl << "v.x() = " << v.x() << G4endl @@ -2034,7 +2034,7 @@ G4double G4Cons::DistanceToOut(const G4ThreeVector& p) const if( (p.x() != 0.) || (p.x() != 0.) ) { G4cout << "point phi = " << std::atan2(p.y(),p.x())/degree - << " degree" << G4endl << G4endl ; + << " degrees" << G4endl << G4endl ; } G4cout.precision(oldprc) ; G4Exception("G4Cons::DistanceToOut(p)", "GeomSolids1002", diff --git a/source/geometry/solids/CSG/src/G4Para.cc b/source/geometry/solids/CSG/src/G4Para.cc index 8aceadf2927..afaa1cfa04d 100644 --- a/source/geometry/solids/CSG/src/G4Para.cc +++ b/source/geometry/solids/CSG/src/G4Para.cc @@ -815,7 +815,6 @@ std::ostream& G4Para::StreamInfo( std::ostream& os ) const G4double theta = std::atan(std::sqrt(fTthetaCphi*fTthetaCphi + fTthetaSphi*fTthetaSphi)); G4double phi = std::atan2(fTthetaSphi,fTthetaCphi); - G4String signDegree = "\u00B0"; G4int oldprc = os.precision(16); os << "-----------------------------------------------------------\n" @@ -826,9 +825,9 @@ std::ostream& G4Para::StreamInfo( std::ostream& os ) const << " half length X: " << fDx/mm << " mm\n" << " half length Y: " << fDy/mm << " mm\n" << " half length Z: " << fDz/mm << " mm\n" - << " alpha: " << alpha/degree << signDegree << "\n" - << " theta: " << theta/degree << signDegree << "\n" - << " phi: " << phi/degree << signDegree << "\n" + << " alpha: " << alpha/degree << "degrees\n" + << " theta: " << theta/degree << "degrees\n" + << " phi: " << phi/degree << "degrees\n" << "-----------------------------------------------------------\n"; os.precision(oldprc); diff --git a/source/geometry/solids/CSG/src/G4Trap.cc b/source/geometry/solids/CSG/src/G4Trap.cc index d03c49d0f25..3de1171c5b4 100644 --- a/source/geometry/solids/CSG/src/G4Trap.cc +++ b/source/geometry/solids/CSG/src/G4Trap.cc @@ -1129,7 +1129,6 @@ std::ostream& G4Trap::StreamInfo( std::ostream& os ) const +fTthetaSphi*fTthetaSphi)); G4double alpha1 = std::atan(fTalpha1); G4double alpha2 = std::atan(fTalpha2); - G4String signDegree = "\u00B0"; G4int oldprc = os.precision(16); os << "-----------------------------------------------------------\n" @@ -1144,10 +1143,10 @@ std::ostream& G4Trap::StreamInfo( std::ostream& os ) const << " half length Y, face +Dz: " << fDy2/mm << " mm\n" << " half length X, face +Dz, side -Dy2: " << fDx3/mm << " mm\n" << " half length X, face +Dz, side +Dy2: " << fDx4/mm << " mm\n" - << " theta: " << theta/degree << signDegree << "\n" - << " phi: " << phi/degree << signDegree << "\n" - << " alpha, face -Dz: " << alpha1/degree << signDegree << "\n" - << " alpha, face +Dz: " << alpha2/degree << signDegree << "\n" + << " theta: " << theta/degree << "degrees\n" + << " phi: " << phi/degree << "degrees\n" + << " alpha, face -Dz: " << alpha1/degree << "degrees\n" + << " alpha, face +Dz: " << alpha2/degree << "degrees\n" << "-----------------------------------------------------------\n"; os.precision(oldprc); diff --git a/source/geometry/solids/specific/History b/source/geometry/solids/specific/History index 32af616dc44..1fcc576323b 100644 --- a/source/geometry/solids/specific/History +++ b/source/geometry/solids/specific/History @@ -16,6 +16,11 @@ committal in the source repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +13-January-2021 G.Cosmo (geom-specific-V10-06-11) +- Reduce cases of bad speculation in G4PolyhedraSide::Inside() and + G4PolyPhiFace::InsideEdges(), based on report in profiling analysis + by G.Amadio. + 30-October-2020 E.Tcherniaev (geom-specific-V10-06-10) - G4Polycone: Revised GetPointOnSurface(); Added protected auxiliary method SetSurfaceElements(); diff --git a/source/geometry/solids/specific/src/G4PolyPhiFace.cc b/source/geometry/solids/specific/src/G4PolyPhiFace.cc index a0f3c8426f7..f5d506cf718 100644 --- a/source/geometry/solids/specific/src/G4PolyPhiFace.cc +++ b/source/geometry/solids/specific/src/G4PolyPhiFace.cc @@ -806,11 +806,13 @@ G4bool G4PolyPhiFace::InsideEdges( G4double r, G4double z, G4PolyPhiFaceEdge* edge = edges; do // Loop checking, 13.08.2015, G.Cosmo { - G4PolyPhiFaceVertex* testMe; + G4PolyPhiFaceVertex* testMe = nullptr; + G4PolyPhiFaceVertex* v0_vertex = edge->v0; + G4PolyPhiFaceVertex* v1_vertex = edge->v1; // // Get distance perpendicular to the edge // - G4double dr = (r-edge->v0->r), dz = (z-edge->v0->z); + G4double dr = (r-v0_vertex->r), dz = (z-v0_vertex->z); G4double distOut = dr*edge->tz - dz*edge->tr; G4double distance2 = distOut*distOut; @@ -827,17 +829,13 @@ G4bool G4PolyPhiFace::InsideEdges( G4double r, G4double z, if (q < 0) { distance2 += q*q; - testMe = edge->v0; + testMe = v0_vertex; } else if (q > edge->length) { G4double s2 = q-edge->length; distance2 += s2*s2; - testMe = edge->v1; - } - else - { - testMe = nullptr; + testMe = v1_vertex; } // @@ -846,11 +844,11 @@ G4bool G4PolyPhiFace::InsideEdges( G4double r, G4double z, if (distance2 < bestDistance2) { bestDistance2 = distance2; - if (testMe) + if (testMe != nullptr) { G4double distNorm = dr*testMe->rNorm + dz*testMe->zNorm; answer = (distNorm <= 0); - if (base3Dnorm) + if (base3Dnorm != nullptr) { *base3Dnorm = testMe; *head3Dnorm = &testMe->norm3D; @@ -859,9 +857,9 @@ G4bool G4PolyPhiFace::InsideEdges( G4double r, G4double z, else { answer = (distOut <= 0); - if (base3Dnorm) + if (base3Dnorm != nullptr) { - *base3Dnorm = edge->v0; + *base3Dnorm = v0_vertex; *head3Dnorm = &edge->norm3D; } } diff --git a/source/geometry/solids/specific/src/G4PolyhedraSide.cc b/source/geometry/solids/specific/src/G4PolyhedraSide.cc index 17aae9f87b0..1491da5ff3a 100644 --- a/source/geometry/solids/specific/src/G4PolyhedraSide.cc +++ b/source/geometry/solids/specific/src/G4PolyhedraSide.cc @@ -616,12 +616,10 @@ EInside G4PolyhedraSide::Inside( const G4ThreeVector& p, // // Use distance along normal to decide return value // - if ( (std::fabs(norm) < tolerance) && (*bestDistance < 2.0*tolerance) ) + if ( (std::fabs(norm) > tolerance) || (*bestDistance > 2.0*tolerance) ) + return (norm < 0) ? kInside : kOutside; + else return kSurface; - else if (norm < 0) - return kInside; - else - return kOutside; } // Normal diff --git a/source/geometry/volumes/History b/source/geometry/volumes/History index 0cbe6a09f1a..58e62d86ec0 100644 --- a/source/geometry/volumes/History +++ b/source/geometry/volumes/History @@ -16,6 +16,14 @@ commit in the repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +January 20th, 2021 G.Cosmo - geomvol-V10-06-04 +- Added creation order index in G4LogicalBorderSurface. + Addressing problem report #2311. + +December 10th, 2020 G.Cosmo +- G4GeometryWorkspace: added protection for thread contention in function + DestroyWorkspace(). Some code cleanup. + October 11th, 2020 E.Tcherniaev - geomvol-V10-06-03 - G4PVPlacement::CheckOverlaps(): Added keeping of bounding box from previous solid and complementory comparison of bounding spheres. diff --git a/source/geometry/volumes/include/G4GeometryWorkspace.hh b/source/geometry/volumes/include/G4GeometryWorkspace.hh index 562d46bf2a5..539bb82a3db 100644 --- a/source/geometry/volumes/include/G4GeometryWorkspace.hh +++ b/source/geometry/volumes/include/G4GeometryWorkspace.hh @@ -40,8 +40,7 @@ // classes to work with multi-threading. // Authors: John Apostolakis (CERN), Andrea Dotti (SLAC), July 2013 -// ------------------------------------------------------------ - +// -------------------------------------------------------------------- #ifndef G4GEOMETRYWORKSPACE_HH #define G4GEOMETRYWORKSPACE_HH diff --git a/source/geometry/volumes/include/G4LogicalBorderSurface.hh b/source/geometry/volumes/include/G4LogicalBorderSurface.hh index 21aa59ee933..4cea8c1077b 100644 --- a/source/geometry/volumes/include/G4LogicalBorderSurface.hh +++ b/source/geometry/volumes/include/G4LogicalBorderSurface.hh @@ -50,7 +50,7 @@ using G4LogicalBorderSurfaceTable class G4LogicalBorderSurface : public G4LogicalSurface { - public: // with description + public: G4LogicalBorderSurface( const G4String& name, G4VPhysicalVolume* vol1, @@ -65,7 +65,7 @@ class G4LogicalBorderSurface : public G4LogicalSurface G4bool operator==( const G4LogicalBorderSurface& right ) const; G4bool operator!=( const G4LogicalBorderSurface& right ) const; - // Operators. + // Operators static G4LogicalBorderSurface* GetSurface( const G4VPhysicalVolume* vol1, const G4VPhysicalVolume* vol2 ); @@ -73,7 +73,8 @@ class G4LogicalBorderSurface : public G4LogicalSurface G4VPhysicalVolume* vol2 ); inline const G4VPhysicalVolume* GetVolume1() const; inline const G4VPhysicalVolume* GetVolume2() const; - // Generic accessors. + inline std::size_t GetIndex() const; + // Generic accessors inline void SetVolume1( G4VPhysicalVolume* vol1 ); inline void SetVolume2( G4VPhysicalVolume* vol2 ); @@ -81,17 +82,19 @@ class G4LogicalBorderSurface : public G4LogicalSurface static void CleanSurfaceTable(); static const G4LogicalBorderSurfaceTable* GetSurfaceTable(); - static size_t GetNumberOfBorderSurfaces(); + static std::size_t GetNumberOfBorderSurfaces(); static void DumpInfo(); - // To handle the table of surfaces. + // To handle the table of surfaces private: G4VPhysicalVolume* Volume1; // Physical Volume pointer on side 1 G4VPhysicalVolume* Volume2; // Physical Volume pointer on side 2 + std::size_t Index; // Creation order index + static G4LogicalBorderSurfaceTable *theBorderSurfaceTable; - // The static Table of BorderSurfaces. + // The static Table of BorderSurfaces }; // ******************************************************************** @@ -101,4 +104,3 @@ class G4LogicalBorderSurface : public G4LogicalSurface #include "G4LogicalBorderSurface.icc" #endif - diff --git a/source/geometry/volumes/include/G4LogicalBorderSurface.icc b/source/geometry/volumes/include/G4LogicalBorderSurface.icc index 42b378076d7..279f59acf71 100644 --- a/source/geometry/volumes/include/G4LogicalBorderSurface.icc +++ b/source/geometry/volumes/include/G4LogicalBorderSurface.icc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// class G4LogicalBorderSurface inline implementation +// G4LogicalBorderSurface inline implementation // // ---------------------------------------------------------------------- @@ -47,6 +47,12 @@ const G4VPhysicalVolume* G4LogicalBorderSurface::GetVolume2() const return Volume2; } +inline +std::size_t G4LogicalBorderSurface::GetIndex() const +{ + return Index; +} + inline void G4LogicalBorderSurface::SetVolume1(G4VPhysicalVolume* vol1) { diff --git a/source/geometry/volumes/src/G4GeometryWorkspace.cc b/source/geometry/volumes/src/G4GeometryWorkspace.cc index 1857970504b..53b65049ee6 100644 --- a/source/geometry/volumes/src/G4GeometryWorkspace.cc +++ b/source/geometry/volumes/src/G4GeometryWorkspace.cc @@ -23,9 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// Class G4GeometryWorkspace - implementation +// G4GeometryWorkspace - implementation // -// ---------------------------------------------------------------------- +// Authors: John Apostolakis (CERN), Andrea Dotti (SLAC), July 2013 +// -------------------------------------------------------------------- #include "G4GeometryWorkspace.hh" @@ -44,7 +45,7 @@ namespace { - G4Mutex solidclone = G4MUTEX_INITIALIZER; + G4Mutex mutex_init = G4MUTEX_INITIALIZER; G4GeometryWorkspace::pool_type thePool; } @@ -70,6 +71,7 @@ G4GeometryWorkspace::G4GeometryWorkspace() // Create a work area for Logical Volumes in this thread // then capture its address + // InitialiseWorkspace(); fLogicalVolumeOffset = fpLogicalVolumeSIM->GetOffset(); @@ -97,12 +99,9 @@ G4GeometryWorkspace::UseWorkspace() G4cout << "G4GeometryWorkspace::UseWorkspace: Start " << G4endl; } - // Implementation originally in: - // G4WorkerThread::BuildGeometryAndPhysicsVector() - // and improved for G4PVParamaterised - // Geometry related, split classes mechanism: instantiate sub-instance // for this thread + // fpLogicalVolumeSIM->UseWorkArea(fLogicalVolumeOffset); fpPhysicalVolumeSIM->UseWorkArea(fPhysicalVolumeOffset); @@ -124,11 +123,11 @@ G4GeometryWorkspace::UseWorkspace() // void G4GeometryWorkspace::ReleaseWorkspace() { - fpLogicalVolumeSIM->UseWorkArea(0); - fpPhysicalVolumeSIM->UseWorkArea(0); + fpLogicalVolumeSIM->UseWorkArea(nullptr); + fpPhysicalVolumeSIM->UseWorkArea(nullptr); - fpReplicaSIM->UseWorkArea(0); - fpRegionSIM->UseWorkArea(0); + fpReplicaSIM->UseWorkArea(nullptr); + fpRegionSIM->UseWorkArea(nullptr); } // ---------------------------------------------------------------------- @@ -136,7 +135,7 @@ void G4GeometryWorkspace::ReleaseWorkspace() void G4GeometryWorkspace::InitialisePhysicalVolumes() { G4PhysicalVolumeStore* physVolStore = G4PhysicalVolumeStore::GetInstance(); - for (size_t ip=0; ipsize(); ++ip) + for (std::size_t ip=0; ipsize(); ++ip) { G4VPhysicalVolume* physVol = (*physVolStore)[ip]; G4LogicalVolume *logicalVol = physVol->GetLogicalVolume(); @@ -144,11 +143,11 @@ void G4GeometryWorkspace::InitialisePhysicalVolumes() // Use shadow pointer // G4VSolid* solid = logicalVol->GetMasterSolid(); - G4PVReplica* g4PVReplica = nullptr; - g4PVReplica = dynamic_cast(physVol); + G4PVReplica* g4PVReplica = dynamic_cast(physVol); if (g4PVReplica == nullptr) { // Placement volume + // logicalVol->InitialiseWorker(logicalVol,solid,0); } else @@ -165,7 +164,7 @@ void G4GeometryWorkspace::InitialisePhysicalVolumes() } else { - G4PVParameterised *paramVol = dynamic_cast(physVol); + G4PVParameterised* paramVol = dynamic_cast(physVol); if (paramVol == nullptr) { G4Exception("G4GeometryWorkspace::CreateAndUseWorkspace()", @@ -188,12 +187,10 @@ void G4GeometryWorkspace::InitialisePhysicalVolumes() // G4bool G4GeometryWorkspace::CloneReplicaSolid( G4PVReplica *replicaPV ) { - // The solid Ptr is in the Logical Volume - // G4LogicalVolume* logicalV = replicaPV->GetLogicalVolume(); G4VSolid* solid = logicalV->GetSolid(); - G4AutoLock aLock(&solidclone); + G4AutoLock aLock(&mutex_init); G4VSolid* workerSolid = solid->Clone(); aLock.unlock(); @@ -205,7 +202,7 @@ G4bool G4GeometryWorkspace::CloneReplicaSolid( G4PVReplica *replicaPV ) { // In the case that not all solids support(ed) the Clone() // method, we do similar thing here to dynamically cast - // and then get the clone method. + // and then get the clone method // G4ExceptionDescription ed; ed << "ERROR - Unable to initialise geometry for worker node." << "\n" @@ -220,7 +217,7 @@ G4bool G4GeometryWorkspace::CloneReplicaSolid( G4PVReplica *replicaPV ) } // ---------------------------------------------------------------------- -// Each G4PVParameterised instance, has associated with it at least one +// Each G4PVParameterised instance has associated with it at least one // solid for each worker thread. // *Simple* Parameterisations have a single type of solid, and the // pointer points to the same instance of a solid during the simulation. @@ -259,16 +256,16 @@ CloneParameterisedSolids( G4PVParameterised* paramVol ) // "GeomVol0001", FatalException, ed); // } - // Threads may attempt to clone a solids simultaneously. + // Threads may attempt to clone a solid simultaneously. // Those cloned solids will be registered into a shared solid // store (C++ container). Need a lock to guarantee thread safety // - G4AutoLock aLock(&solidclone); + G4AutoLock aLock(&mutex_init); G4VSolid *workerSolid = solid->Clone(); aLock.unlock(); if( workerSolid != nullptr ) { - logicalV->InitialiseWorker(logicalV,workerSolid,0); + logicalV->InitialiseWorker(logicalV, workerSolid, nullptr); } else { @@ -297,10 +294,6 @@ void G4GeometryWorkspace::InitialiseWorkspace() << " Copying geometry - Start " << G4endl; } - // Implementation originally in: - // G4WorkerThread::BuildGeometryAndPhysicsVector() - // and improved for G4PVParamaterised - // Geometry related, split classes mechanism: // Do *NOT* instantiate sub-instance for this thread, just copy the contents! // @@ -323,35 +316,25 @@ void G4GeometryWorkspace::InitialiseWorkspace() void G4GeometryWorkspace::DestroyWorkspace() { G4PhysicalVolumeStore* physVolStore = G4PhysicalVolumeStore::GetInstance(); - for (size_t ip=0; ipsize(); ++ip) + for (std::size_t ip=0; ipsize(); ++ip) { G4VPhysicalVolume* physVol = (*physVolStore)[ip]; G4LogicalVolume* logicalVol = physVol->GetLogicalVolume(); - G4PVReplica* g4PVReplica = nullptr; - g4PVReplica = dynamic_cast(physVol); + G4PVReplica* g4PVReplica = dynamic_cast(physVol); if (g4PVReplica != nullptr) { g4PVReplica->TerminateWorker(g4PVReplica); - G4PVParameterised* paramVol = nullptr; - paramVol = dynamic_cast(physVol); - if (paramVol != nullptr) - { - // G4VSolid* solid = logicalVol->fSolid; - logicalVol->TerminateWorker(logicalVol); - // if( solid->IsClone() ) delete solid; - } - else - { - logicalVol->TerminateWorker(logicalVol); - } - } - else - { - logicalVol->TerminateWorker(logicalVol); } + logicalVol->TerminateWorker(logicalVol); } + + // Threads may attempt to free memory simultaneously. + // Need a lock to guarantee thread safety + // + G4AutoLock aLock(&mutex_init); fpLogicalVolumeSIM->FreeSlave(); fpPhysicalVolumeSIM->FreeSlave(); fpReplicaSIM->FreeSlave(); fpRegionSIM->FreeSlave(); + aLock.unlock(); } diff --git a/source/geometry/volumes/src/G4LogicalBorderSurface.cc b/source/geometry/volumes/src/G4LogicalBorderSurface.cc index f4928014e7a..63299096b01 100644 --- a/source/geometry/volumes/src/G4LogicalBorderSurface.cc +++ b/source/geometry/volumes/src/G4LogicalBorderSurface.cc @@ -47,7 +47,8 @@ G4LogicalBorderSurface(const G4String& name, G4VPhysicalVolume* vol2, G4SurfaceProperty* surfaceProperty) : G4LogicalSurface(name, surfaceProperty), - Volume1(vol1), Volume2(vol2) + Volume1(vol1), Volume2(vol2), + Index(theBorderSurfaceTable != nullptr ? theBorderSurfaceTable->size() : 0) { if (theBorderSurfaceTable == nullptr) { diff --git a/source/global/History b/source/global/History index 2044e56f635..613641c72f0 100644 --- a/source/global/History +++ b/source/global/History @@ -16,6 +16,9 @@ commit in the repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 2, 2021 Gabriele (global-V10-06-28) +- Updated tag IDs for release 10.7.p01. + December 2, 2020 Gabriele (global-V10-06-27) - Removed condition restricting to __x86_64__ architectures for macOS configuration in tls.hh. diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index df55d0a505d..e55cf14ef7c 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 1070 +# define G4VERSION_NUMBER 1071 #endif #ifndef G4VERSION_TAG -# define G4VERSION_TAG "$Name: geant4-10-07 $" +# define G4VERSION_TAG "$Name: geant4-10-07-patch-01 $" #endif // as variables @@ -53,10 +53,10 @@ #include "G4Types.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4-10-07 [MT]$"; +static const G4String G4Version = "$Name: geant4-10-07-patch-01 [MT]$"; #else -static const G4String G4Version = "$Name: geant4-10-07 $"; +static const G4String G4Version = "$Name: geant4-10-07-patch-01 $"; #endif -static const G4String G4Date = "(4-December-2020)"; +static const G4String G4Date = "(5-February-2021)"; #endif diff --git a/source/intercoms/History b/source/intercoms/History index b41b5748502..6c57316c490 100644 --- a/source/intercoms/History +++ b/source/intercoms/History @@ -16,6 +16,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +16 January 2020 John Allison (intercoms-V10-06-07) +- G4UImanager: + o Introduce flag and access functions for LastCommandOutputTreated. + o This flag is set to false at the point in ApplyCommand where, if + verbosity>0, the command is sent G4cout. + o The treating UI must reset to true when the line has been treated. + o Of course, the UI may simply ignore it. + 12 November, 2020 J. Madsen (intercoms-V10-06-06) - Added G4ProfilerMessenger - See examples/extended/parallel/ThreadsafeScorers/run.mac for example usage diff --git a/source/intercoms/include/G4UImanager.hh b/source/intercoms/include/G4UImanager.hh index a5cfe616ddd..af9b6836200 100644 --- a/source/intercoms/include/G4UImanager.hh +++ b/source/intercoms/include/G4UImanager.hh @@ -246,6 +246,9 @@ class G4UImanager : public G4VStateDependent inline G4int GetLastReturnCode() const { return lastRC; } + inline bool IsLastCommandOutputTreated() { return fLastCommandOutputTreated; } + inline void SetLastCommandOutputTreated() { fLastCommandOutputTreated = true; } + protected: G4UImanager(); @@ -297,6 +300,8 @@ class G4UImanager : public G4VStateDependent G4ICOMS_DLL static G4bool doublePrecisionStr; G4int lastRC = 0; + + G4bool fLastCommandOutputTreated = true; }; #endif diff --git a/source/intercoms/src/G4UImanager.cc b/source/intercoms/src/G4UImanager.cc index 3617144f5a6..d3571874aa2 100644 --- a/source/intercoms/src/G4UImanager.cc +++ b/source/intercoms/src/G4UImanager.cc @@ -487,8 +487,10 @@ G4int G4UImanager::ApplyCommand(const char* aCmd) G4String aCommand = SolveAlias(aCmd); if(aCommand.isNull()) return fAliasNotFound; - if(verboseLevel) + if(verboseLevel) { + fLastCommandOutputTreated = false; G4cout << aCommand << G4endl; + } G4String commandString; G4String commandParameter; diff --git a/source/interfaces/History b/source/interfaces/History index 81a3a3d5d7f..1c496fa34f4 100644 --- a/source/interfaces/History +++ b/source/interfaces/History @@ -16,6 +16,31 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +26 January 2020 John Allison (interfaces-V10-06-12) +- G4UIQt.cc: Get colour and background from OS. + o Instead of fixed background instead of
in HTML wrappers. + +16 January 2020 John Allison +- Requires intercoms-V10-07-00. +- Introduce choice of output styles: + o /gui/outputStyle + + + + o Highlighting applies to the echoed command line if echoing is + requested with /control/verbose > 0. + +29 December 2020 John Allison +- G4UIQt.cc: Use 12pt Courier for G4UIQt output window. + 29 November 2020 Gabriele Cosmo (interfaces-V10-06-11) - G4UIQt.cc: protected MT code within G4MULTITHREADED in workaround introduced previously. diff --git a/source/interfaces/basic/include/G4UIQt.hh b/source/interfaces/basic/include/G4UIQt.hh index 76a1bd291a8..d03fd4fba06 100644 --- a/source/interfaces/basic/include/G4UIQt.hh +++ b/source/interfaces/basic/include/G4UIQt.hh @@ -147,6 +147,11 @@ public: // With description // Third argument is the Geant4 command executed when the button is fired. // Fourth argument is the path to the icon file if "user_icon" selected // Ex : AddButton("change background color","../background.xpm"," /vis/viewer/set/background"); + void OutputStyle (const char*,const char*,const char*); + // Specify an output style + // First argument destination (cout cerr warnings errors all) + // Second argument is the style (fixed proportional) + // Third argument highlights commands if "highlight" (and if /control/verbose > 0) void DefaultIcons(bool aVal); // Enable/Disable the default icon ToolBar in Qt @@ -376,6 +381,10 @@ private: bool fPickSelected; bool fZoomInSelected; bool fZoomOutSelected; + struct G4UIQtStyle { + G4bool fixed, highlight; + }; + std::map fOutputStyles; private Q_SLOTS : void ExitSession(); diff --git a/source/interfaces/basic/src/G4UIQt.cc b/source/interfaces/basic/src/G4UIQt.cc index 82b271de2c7..d93acd955f4 100644 --- a/source/interfaces/basic/src/G4UIQt.cc +++ b/source/interfaces/basic/src/G4UIQt.cc @@ -212,6 +212,14 @@ G4UIQt::G4UIQt ( } CreateIcons(); + // Set default output styles + for (const auto& destination: {"cout","cerr","warnings","errors"}) { + G4UIQtStyle defaultStyle; + defaultStyle.fixed = true; + defaultStyle.highlight = true; + fOutputStyles[destination] = defaultStyle; + } + fMainWindow = new QMainWindow(); fMainWindow->setAttribute(Qt::WA_DeleteOnClose); @@ -2025,10 +2033,34 @@ G4int G4UIQt::ReceiveG4cout ( #endif std::cout << aString; - QStringList newStr; + G4String aStringWithStyle; + // aString has a \n on the end (maybe it comes from G4endl or from the + // Enter key on the command line) - ignore it. That’s why + // i < aString.length() - 1 + // But other \n need to be translated to an HTML newline. + // Similarly, spaces need to be translated to an HTML "non-breaking space". + // Tabs (\t) are more tricky since the number of equivalent spaces depends + // on how many characters precede it. Probably needs an HTML table. For now + // we replace \t with four spaces. + for (size_t i = 0; i < aString.length() - 1; ++i) { + if (aString[i] == '\n') { + aStringWithStyle += "
"; + } else if (aString[i] == ' ') { + aStringWithStyle += " "; + } else if (aString[i] == '\t') { + aStringWithStyle += "    "; + } else { + aStringWithStyle += aString[i]; + } + } + if (fOutputStyles["cout"].fixed) { + aStringWithStyle = "" + aStringWithStyle + ""; + } else { + aStringWithStyle = "" + aStringWithStyle + ""; + } // Add to string - G4UIOutputString txt = G4UIOutputString(QString((char*)aString.data()).trimmed(),GetThreadPrefix()); + G4UIOutputString txt = G4UIOutputString(QString((char*)aStringWithStyle.data()),GetThreadPrefix()); fG4OutputString.push_back(txt); #ifdef G4MULTITHREADED @@ -2040,6 +2072,17 @@ G4int G4UIQt::ReceiveG4cout ( if (result.isEmpty()) { return 0; } + + G4UImanager* UI = G4UImanager::GetUIpointer(); + if (fOutputStyles["cout"].highlight) { + if (!UI->IsLastCommandOutputTreated() ) { + QPalette pal; + result = QString(" " + + " " + result + ""; + } + } + UI->SetLastCommandOutputTreated(); + fCoutTBTextArea->append(result); fCoutTBTextArea->ensureCursorVisible (); @@ -2075,11 +2118,35 @@ G4int G4UIQt::ReceiveG4cerr ( #endif std::cerr << aString; - QStringList newStr; + G4String aStringWithStyle; + // aString has a \n on the end (maybe it comes from G4endl or from the + // Enter key on the command line) - ignore it. That’s why + // i < aString.length() - 1 + // But other \n need to be translated to an HTML newline. + // Similarly, spaces need to be translated to an HTML "non-breaking space". + // Tabs (\t) are more tricky since the number of equivalent spaces depends + // on how many characters precede it. Probably needs an HTML table. For now + // we replace \t with four spaces. + for (size_t i = 0; i < aString.length() - 1; ++i) { + if (aString[i] == '\n') { + aStringWithStyle += "
"; + } else if (aString[i] == ' ') { + aStringWithStyle += " "; + } else if (aString[i] == '\t') { + aStringWithStyle += "    "; + } else { + aStringWithStyle += aString[i]; + } + } + if (fOutputStyles["cerr"].fixed) { + aStringWithStyle = "" + aStringWithStyle + ""; + } else { + aStringWithStyle = "" + aStringWithStyle + ""; + } // Add to string - G4UIOutputString txt = G4UIOutputString(QString((char*)aString.data()).trimmed(), + G4UIOutputString txt = G4UIOutputString(QString((char*)aStringWithStyle.data()).trimmed(), GetThreadPrefix(), "error"); fG4OutputString.push_back(txt); @@ -2502,6 +2569,25 @@ void G4UIQt::AddIcon(const char* aLabel, const char* aIconFile, const char* aCom } +void G4UIQt::OutputStyle (const char* destination,const char* style,const char* highlight) +{ + // Specify an output style + // First argument destination (cout cerr warnings errors all) + // Second argument is the style (fixed proportional) + // Third argument highlights commands if "highlight" (and if /control/verbose > 0) + G4String uiQtDestination(destination); + G4UIQtStyle uiQtStyle; + if (G4String(style) == "fixed") uiQtStyle.fixed = true; else uiQtStyle.fixed = false; + if (G4String(highlight) == "highlight") uiQtStyle.highlight = true; else uiQtStyle.highlight = false; + if (uiQtDestination == "all") { + for (auto& i: fOutputStyles) { + i.second = uiQtStyle; + } + } else { + fOutputStyles[uiQtDestination] = uiQtStyle; + } +} + void G4UIQt::ActivateCommand( G4String newCommand diff --git a/source/interfaces/common/include/G4InteractorMessenger.hh b/source/interfaces/common/include/G4InteractorMessenger.hh index fc36a7e3b54..b187ca2beb3 100644 --- a/source/interfaces/common/include/G4InteractorMessenger.hh +++ b/source/interfaces/common/include/G4InteractorMessenger.hh @@ -48,6 +48,7 @@ private: G4UIcommand* addIcon; G4UIcommand* defaultIcons; G4UIcommand* sys; + G4UIcommand* outputStyle; }; #endif diff --git a/source/interfaces/common/include/G4VInteractiveSession.hh b/source/interfaces/common/include/G4VInteractiveSession.hh index dd737f0abe4..78c8ab33216 100644 --- a/source/interfaces/common/include/G4VInteractiveSession.hh +++ b/source/interfaces/common/include/G4VInteractiveSession.hh @@ -51,6 +51,7 @@ class G4VInteractiveSession virtual void AddButton (const char*,const char*,const char*); virtual void AddIcon (const char*,const char*,const char*,const char*); virtual void DefaultIcons (bool); + virtual void OutputStyle (const char*,const char*,const char*); void AddInteractor(G4String,G4Interactor); G4Interactor GetInteractor(G4String); diff --git a/source/interfaces/common/src/G4InteractorMessenger.cc b/source/interfaces/common/src/G4InteractorMessenger.cc index deebd56ac80..da83d284f8d 100644 --- a/source/interfaces/common/src/G4InteractorMessenger.cc +++ b/source/interfaces/common/src/G4InteractorMessenger.cc @@ -130,12 +130,31 @@ G4InteractorMessenger::G4InteractorMessenger ( parameter->SetDefaultValue(""); sys->SetParameter (parameter); + // /gui/outputStyle : + outputStyle = new G4UIcommand("/gui/outputStyle",this); + outputStyle->SetGuidance("Set output style."); + outputStyle->SetGuidance("Highlights commands if requested and if /control/verbose > 0."); + parameter = new G4UIparameter("destination",'s',true); // Omitable + parameter->SetParameterCandidates("cout cerr warnings errors all"); + parameter->SetDefaultValue("all"); + outputStyle->SetParameter (parameter); + parameter = new G4UIparameter("type",'s',true); // Omitable + parameter->SetParameterCandidates("fixed proportional"); + parameter->SetDefaultValue("fixed"); + outputStyle->SetParameter (parameter); + parameter = new G4UIparameter("highlight",'s',true); // Omitable + parameter->SetParameterCandidates("highlight no-highlight"); + parameter->SetDefaultValue("highlight"); + outputStyle->SetParameter (parameter); } G4InteractorMessenger::~G4InteractorMessenger() { - delete addButton; + delete outputStyle; + delete sys; + delete defaultIcons; delete addIcon; + delete addButton; delete addMenu; delete interactorDirectory; } @@ -159,6 +178,8 @@ void G4InteractorMessenger::SetNewValue ( } else if(command==sys) { int rc = system((const char*)params[0]); if ( rc < 0 ){ } + } else if(command==outputStyle) { + session->OutputStyle((const char*)params[0],(const char*)params[1],(const char*)params[2]); } } delete [] params; diff --git a/source/interfaces/common/src/G4VInteractiveSession.cc b/source/interfaces/common/src/G4VInteractiveSession.cc index abccb384980..ca4035adfe5 100644 --- a/source/interfaces/common/src/G4VInteractiveSession.cc +++ b/source/interfaces/common/src/G4VInteractiveSession.cc @@ -61,6 +61,11 @@ void G4VInteractiveSession::AddIcon (const char*,const char*,const char*,const c { } +/***************************************************************************/ +void G4VInteractiveSession::OutputStyle(const char*,const char*,const char*) +{ +} + /***************************************************************************/ void G4VInteractiveSession::AddInteractor (G4String a_name, G4Interactor a_interactor) diff --git a/source/persistency/gdml/History b/source/persistency/gdml/History index b0f5c2058b1..a790c20a4bd 100644 --- a/source/persistency/gdml/History +++ b/source/persistency/gdml/History @@ -16,9 +16,21 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +3 February 2021 Gabriele Cosmo (gdml-V10-06-06) +- Fixed parsing of regions in G4GDMLParser::ImportRegions(). + Allow for proper deletion of meta-data lists in destructor. + Based on GitHub PR#19 by shangjiaxuan. +- Fixed reading of units for GenericTrap in G4GDMLReadSolids. + Addressing problem report #2317. + +18 January 2021 Witek Pokorski +- Fixed importing of skin/border-surface properties by changing the key of + the G4GDMLReadSolids property vector map from 'name' to 'name + ref'. + Addressing problem report #2305 + 5 November 2020 Witek Pokorski (gdml-V10-06-05) - Adding new method to the parser SetOutputFileOverwrite(G4bool flag) which -allows to set the flag to enable overwriting of the output GDML file. + allows to set the flag to enable overwriting of the output GDML file. 19 October 2020 Witek Pokorski (gdml-V10-06-04) - Fix for problem 2273 (fixing loops when from == to). diff --git a/source/persistency/gdml/src/G4GDMLParser.cc b/source/persistency/gdml/src/G4GDMLParser.cc index efb29281b1d..a52284c8485 100644 --- a/source/persistency/gdml/src/G4GDMLParser.cc +++ b/source/persistency/gdml/src/G4GDMLParser.cc @@ -83,9 +83,9 @@ G4GDMLParser::~G4GDMLParser() if(!uwcode) { delete writer; - delete ullist; - delete rlist; } + delete ullist; + delete rlist; delete messenger; } @@ -98,7 +98,7 @@ void G4GDMLParser::ImportRegions() for(auto iaux = auxInfoList->cbegin(); iaux != auxInfoList->cend(); ++iaux) { if(iaux->type != "Region") - return; + continue; G4String name = iaux->value; if(strip) diff --git a/source/persistency/gdml/src/G4GDMLReadSolids.cc b/source/persistency/gdml/src/G4GDMLReadSolids.cc index 7eef9079876..6473d5f8317 100644 --- a/source/persistency/gdml/src/G4GDMLReadSolids.cc +++ b/source/persistency/gdml/src/G4GDMLReadSolids.cc @@ -2323,7 +2323,7 @@ void G4GDMLReadSolids::GenTrapRead( } else if(attName == "lunit") { - G4UnitDefinition::GetValueOf(attValue); + lunit = G4UnitDefinition::GetValueOf(attValue); if(G4UnitDefinition::GetCategory(attValue) != "Length") { G4Exception("G4GDMLReadSolids::GenTrapRead()", "InvalidRead", @@ -3558,8 +3558,10 @@ void G4GDMLReadSolids::PropertyRead( else // build the material properties vector { G4MaterialPropertyVector* propvect; + G4String temp = name + ref; + std::cout << temp << std::endl; // first check if it was already built - if(mapOfMatPropVects.find(Strip(name)) == mapOfMatPropVects.end()) + if(mapOfMatPropVects.find(temp) == mapOfMatPropVects.end()) { // if not create a new one propvect = new G4MaterialPropertyVector(); @@ -3568,11 +3570,11 @@ void G4GDMLReadSolids::PropertyRead( propvect->InsertValues(matrix.Get(i, 0), matrix.Get(i, 1)); } // and add it to the list for potential future reuse - mapOfMatPropVects[Strip(name)] = propvect; + mapOfMatPropVects[temp] = propvect; } else { - propvect = mapOfMatPropVects[Strip(name)]; + propvect = mapOfMatPropVects[temp]; } matprop->AddProperty(Strip(name), propvect); diff --git a/source/physics_lists/builders/History b/source/physics_lists/builders/History index ffb0576c269..f8f2ae0204c 100644 --- a/source/physics_lists/builders/History +++ b/source/physics_lists/builders/History @@ -13,6 +13,19 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07-January-2021 Alberto Ribon (phys-builders-V10-06-15) +- G4HadronicBuilder : replaced 2-body decays of bottom mesons into + charmed mesons and charged rho resonance, with 3-body decays into + the same charmed mesons and charged pion and neutral pion. + This allows to get a more precise numerical treatment of the decay + kinematics in the rest frame, avoiding spurious energy-momentum + violations reported by G4DecayProducts::IsChecked. + +07-December-2020 Vladimir Ivanchenko (phys-builders-V10-06-14) +- OrderingParameterTable - added forgotten processes (general + positron, surface reflection, DNA) coherently with + G4PhysicsListHelper + 19-October-2020 Vladimir Ivanchenko (phys-builders-V10-06-13) - G4HadronicBuilder - added methods for FTFQGSP_BERT physics diff --git a/source/physics_lists/builders/OrderingParameterTable b/source/physics_lists/builders/OrderingParameterTable index 847c0b2be8c..23b52e1ffe3 100644 --- a/source/physics_lists/builders/OrderingParameterTable +++ b/source/physics_lists/builders/OrderingParameterTable @@ -16,10 +16,12 @@ Compton 2 13 -1 -1 1000 0 Conv 2 14 -1 -1 1000 0 ConvToMuMu 2 15 -1 -1 1000 0 GammaSuper 2 16 -1 -1 1000 0 +PositronSuper 2 17 1 1 1 0 Cerenkov 2 21 -1 -1 1000 0 Scintillation 2 22 9999 -1 9999 0 SynchRad 2 23 -1 -1 1000 0 TransRad 2 24 -1 -1 1000 0 +SurfaceRefl 2 25 -1 -1 1000 0 OpAbsorp 3 31 -1 -1 1000 0 OpBoundary 3 32 -1 -1 1000 0 OpRayleigh 3 33 -1 -1 1000 0 @@ -33,9 +35,17 @@ DNAVibExcit 2 54 -1 -1 1000 0 DNAAttachment 2 55 -1 -1 1000 0 DNAChargeDec 2 56 -1 -1 1000 0 DNAChargeInc 2 57 -1 -1 1000 0 +DNAElecSolv 2 58 -1 -1 1000 0 +DNAMolecDecay 2 59 1000 -1 -1 0 +ITTransport 1 60 -1 0 0 0 +DNABrownTrans 1 61 -1 0 0 0 +DNADoubleIoni 2 62 -1 -1 1000 0 +DNADoubleCap 2 63 -1 -1 1000 0 +DNAIoniTransfer 2 64 -1 -1 1000 0 HadElastic 4 111 -1 -1 1000 0 -HadInElastic 4 121 -1 -1 1000 0 -HadCaptue 4 131 -1 -1 1000 0 +HadInelastic 4 121 -1 -1 1000 0 +HadCapture 4 131 -1 -1 1000 0 +MuAtomCapture 4 132 -1 -1 1000 0 HadFission 4 141 -1 -1 1000 0 HadAtRest 4 151 1000 -1 -1 0 HadCEX 4 161 -1 -1 1000 0 @@ -44,9 +54,11 @@ DecayWSpin 6 202 1000 -1 1000 0 DecayPiWSpin 6 203 1000 -1 1000 0 DecayRadio 6 210 1000 -1 1000 0 DecayUnKnown 6 211 1000 -1 1000 0 +DecayMuAtom 6 221 1000 -1 1000 0 DecayExt 6 231 1000 -1 1000 0 StepLimiter 7 401 -1 -1 1000 0 UsrSpecCuts 7 402 -1 -1 1000 0 NeutronKiller 7 403 -1 -1 1000 0 +ParallelWorld 10 491 9900 1 9900 1 diff --git a/source/physics_lists/builders/src/G4HadronicBuilder.cc b/source/physics_lists/builders/src/G4HadronicBuilder.cc index 16f88e1a7af..8f4b6ec8c57 100644 --- a/source/physics_lists/builders/src/G4HadronicBuilder.cc +++ b/source/physics_lists/builders/src/G4HadronicBuilder.cc @@ -373,22 +373,22 @@ void G4HadronicBuilder::BuildDecayTableForBCHadrons() { break; // Bottom mesons case 521 : // B+ - mode[0] = new G4PhaseSpaceDecayChannel( "B+", 1.0, 2, "anti_D0", "rho+" ); + mode[0] = new G4PhaseSpaceDecayChannel( "B+", 1.0, 3, "anti_D0", "pi+", "pi0" ); break; case -521 : // B- - mode[0] = new G4PhaseSpaceDecayChannel( "B-", 1.0, 2, "D0", "rho-" ); + mode[0] = new G4PhaseSpaceDecayChannel( "B-", 1.0, 3, "D0", "pi-", "pi0" ); break; case 511 : // B0 - mode[0] = new G4PhaseSpaceDecayChannel( "B0", 1.0, 2, "D-", "rho+" ); + mode[0] = new G4PhaseSpaceDecayChannel( "B0", 1.0, 3, "D-", "pi+", "pi0" ); break; case -511 : // anti_B0 - mode[0] = new G4PhaseSpaceDecayChannel( "anti_B0", 1.0, 2, "D+", "rho-" ); + mode[0] = new G4PhaseSpaceDecayChannel( "anti_B0", 1.0, 3, "D+", "pi-", "pi0" ); break; case 531 : // Bs0 - mode[0] = new G4PhaseSpaceDecayChannel( "Bs0", 1.0, 2, "Ds-", "rho+" ); + mode[0] = new G4PhaseSpaceDecayChannel( "Bs0", 1.0, 3, "Ds-", "pi+", "pi0" ); break; case -531 : // anti_Bs0 - mode[0] = new G4PhaseSpaceDecayChannel( "anti_Bs0", 1.0, 2, "Ds+", "rho-" ); + mode[0] = new G4PhaseSpaceDecayChannel( "anti_Bs0", 1.0, 3, "Ds+", "pi-", "pi0" ); break; case 541 : // Bc+ mode[0] = new G4PhaseSpaceDecayChannel( "Bc+", 1.0, 2, "J/psi", "pi+" ); diff --git a/source/physics_lists/constructors/electromagnetic/History b/source/physics_lists/constructors/electromagnetic/History index 78de7291e65..11943a8879a 100644 --- a/source/physics_lists/constructors/electromagnetic/History +++ b/source/physics_lists/constructors/electromagnetic/History @@ -13,6 +13,14 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +18 January 2021, V.Ivanchenko (phys-ctor-em-V10-06-21) +- G4GammaGeneralProcess - changed 1st energy limit from 50 keV to 150 keV + to guarantee K-shell energy for any element be within 1st energy area; + changed logic for selection of a concrete process - maximally reduced + use 'if' operators; reduce number of 'return' in run time methods; + remove shadowing of base class methods; expected more performant code; + fixed problem #2309 + 04 November 2020, V.Ivanchenko (phys-ctor-em-V10-06-20) - G4GammaGeneralProcess - improved printouts and make some methods protected diff --git a/source/physics_lists/constructors/electromagnetic/include/G4GammaGeneralProcess.hh b/source/physics_lists/constructors/electromagnetic/include/G4GammaGeneralProcess.hh index 9ae3b41e447..846618deae9 100644 --- a/source/physics_lists/constructors/electromagnetic/include/G4GammaGeneralProcess.hh +++ b/source/physics_lists/constructors/electromagnetic/include/G4GammaGeneralProcess.hh @@ -69,7 +69,7 @@ public: explicit G4GammaGeneralProcess(); - virtual ~G4GammaGeneralProcess(); + ~G4GammaGeneralProcess() override; G4bool IsApplicable(const G4ParticleDefinition&) override; @@ -120,12 +120,16 @@ public: const G4String& directory, G4bool ascii) override; - const G4String& GetProcessName() const; + // Temporary method + const G4String& GetSubProcessName() const; - G4int GetProcessSubType() const; + // Temporary method + G4int GetSubProcessSubType() const; G4VEmProcess* GetEmProcess(const G4String& name) override; + inline const G4VProcess* GetSelectedProcess() const; + // hide copy constructor and assignment operator G4GammaGeneralProcess(G4GammaGeneralProcess &) = delete; G4GammaGeneralProcess & operator= @@ -140,13 +144,11 @@ protected: inline G4double GetProbability(size_t idxt); - inline void SelectedProcess(const G4Step& track, const G4VProcess* ptr); + inline void SelectedProcess(const G4Step& step, G4VProcess* ptr); - inline G4VParticleChange* SampleEmSecondaries(const G4Track&, const G4Step&, - G4VEmProcess*); + inline void SelectEmProcess(const G4Step&, G4VEmProcess*); - G4VParticleChange* SampleHadSecondaries(const G4Track&, const G4Step&, - G4HadronicProcess*); + void SelectHadProcess(const G4Track&, const G4Step&, G4HadronicProcess*); private: @@ -156,7 +158,7 @@ private: protected: G4HadronicProcess* theGammaNuclear; - const G4VProcess* selectedProc; + G4VProcess* selectedProc; private: static G4EmDataHandler* theHandler; @@ -197,14 +199,14 @@ G4GammaGeneralProcess::ComputeGeneralLambda(size_t idxe, size_t idxt) inline G4double G4GammaGeneralProcess::GetProbability(size_t idxt) { - return (theT[idxt]) ? theHandler->GetVector(idxt, basedCoupleIndex) - ->LogVectorValue(preStepKinEnergy, preStepLogE) : 1.0; + return theHandler->GetVector(idxt, basedCoupleIndex) + ->LogVectorValue(preStepKinEnergy, preStepLogE); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline void -G4GammaGeneralProcess::SelectedProcess(const G4Step& step, const G4VProcess* ptr) +G4GammaGeneralProcess::SelectedProcess(const G4Step& step, G4VProcess* ptr) { selectedProc = ptr; step.GetPostStepPoint()->SetProcessDefinedStep(ptr); @@ -212,12 +214,17 @@ G4GammaGeneralProcess::SelectedProcess(const G4Step& step, const G4VProcess* ptr //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline G4VParticleChange* G4GammaGeneralProcess::SampleEmSecondaries( - const G4Track& track, const G4Step& step, G4VEmProcess* proc) +inline void G4GammaGeneralProcess::SelectEmProcess(const G4Step& step, G4VEmProcess* proc) { proc->CurrentSetup(currentCouple,preStepKinEnergy); SelectedProcess(step, proc); - return proc->PostStepDoIt(track, step); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline const G4VProcess* G4GammaGeneralProcess::GetSelectedProcess() const +{ + return selectedProc; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/physics_lists/constructors/electromagnetic/src/G4GammaGeneralProcess.cc b/source/physics_lists/constructors/electromagnetic/src/G4GammaGeneralProcess.cc index d97719abb37..a0b94c665a0 100644 --- a/source/physics_lists/constructors/electromagnetic/src/G4GammaGeneralProcess.cc +++ b/source/physics_lists/constructors/electromagnetic/src/G4GammaGeneralProcess.cc @@ -76,15 +76,15 @@ G4EmDataHandler* G4GammaGeneralProcess::theHandler = nullptr; G4bool G4GammaGeneralProcess::theT[nTables] = - {true,false,true,true,false,false,true,true,true, - false,true,true,true,false,false}; + {true,false,true,true,true,false,true,true,true, + true,true,true,true,true,true}; G4String G4GammaGeneralProcess::nameT[nTables] = {"0","1","2","3","4","5","6","7","8", "9","10","11","12","13","14"}; G4GammaGeneralProcess::G4GammaGeneralProcess(): G4VEmProcess("GammaGeneralProc", fElectromagnetic), - minPEEnergy(50*CLHEP::keV), + minPEEnergy(150*CLHEP::keV), minEEEnergy(2*CLHEP::electron_mass_c2), minMMEnergy(100*CLHEP::MeV), peLambda(0.0), @@ -109,8 +109,6 @@ G4GammaGeneralProcess::G4GammaGeneralProcess(): G4GammaGeneralProcess::~G4GammaGeneralProcess() { - //std::cout << "G4GammaGeneralProcess::~G4GammaGeneralProcess " << isTheMaster - // << " " << theHandler << G4endl; if(isTheMaster) { delete theHandler; theHandler = nullptr; @@ -128,7 +126,7 @@ G4bool G4GammaGeneralProcess::IsApplicable(const G4ParticleDefinition&) void G4GammaGeneralProcess::AddEmProcess(G4VEmProcess* ptr) { - if(!ptr) { return; } + if(nullptr == ptr) { return; } G4int stype = ptr->GetProcessSubType(); if(stype == fRayleigh) { theRayleigh = ptr; } else if(stype == fPhotoElectricEffect) { thePhotoElectric = ptr; } @@ -171,6 +169,18 @@ void G4GammaGeneralProcess::PreparePhysicsTable(const G4ParticleDefinition& part << " isMaster: " << isTheMaster << G4endl; } + // 3 sub-processes must be always defined + if(thePhotoElectric == nullptr || theCompton == nullptr || + theConversionEE == nullptr) { + G4ExceptionDescription ed; + ed << "### G4GeneralGammaProcess is initialized incorrectly" + << "\n Photoelectric: " << thePhotoElectric + << "\n Compton: " << theCompton + << "\n Conversion: " << theConversionEE; + G4Exception("G4GeneralGammaProcess","em0004", + FatalException, ed,""); + } + if(thePhotoElectric) { thePhotoElectric->PreparePhysicsTable(part); } if(theCompton) { theCompton->PreparePhysicsTable(part); } if(theConversionEE) { theConversionEE->PreparePhysicsTable(part); } @@ -188,11 +198,9 @@ void G4GammaGeneralProcess::InitialiseProcess(const G4ParticleDefinition*) if(isTheMaster) { // tables are created and its size is defined only once - if(!theHandler) { + if(nullptr == theHandler) { theHandler = new G4EmDataHandler(nTables); - if(theRayleigh) { theT[1] = theT[4] = true; } - if(theGammaNuclear) { theT[9] = theT[13] = true; } - if(theConversionMM) { theT[14] = true; } + if(theRayleigh) { theT[1] = true; } theHandler->SetMasterProcess(thePhotoElectric); theHandler->SetMasterProcess(theCompton); @@ -216,7 +224,7 @@ void G4GammaGeneralProcess::InitialiseProcess(const G4ParticleDefinition*) G4PhysicsLogVector bVector(minPEEnergy,minEEEnergy,nLowE); G4PhysicsLogVector cVector(minEEEnergy,minMMEnergy,nHighE); G4PhysicsLogVector dVector(minMMEnergy,maxe,nbin2); - if(splineFlag) { + if(splineFlag) { aVector.SetSpline(splineFlag); bVector.SetSpline(splineFlag); cVector.SetSpline(splineFlag); @@ -224,25 +232,24 @@ void G4GammaGeneralProcess::InitialiseProcess(const G4ParticleDefinition*) } for(size_t i=0; iMakeTable(i); - //G4cout << " make table " << table << G4endl; - for(size_t j=0; jGetFlag(j) && !vec) { - //G4cout << " i= " << i << " j= " << j << " make new vector" << G4endl; - if(i<=1) { - vec = new G4PhysicsVector(aVector); - } else if(i<=5) { - vec = new G4PhysicsVector(bVector); - } else if(i<=9) { - vec = new G4PhysicsVector(cVector); - } else { - vec = new G4PhysicsVector(dVector); - } - G4PhysicsTableHelper::SetPhysicsVector(table, j, vec); + G4PhysicsTable* table = theHandler->MakeTable(i); + //G4cout << " make table " << table << G4endl; + for(size_t j=0; jGetFlag(j) && nullptr == vec) { + //G4cout <<" i= "<SetEmMasterProcess(theHandler->GetMasterProcess(0)); - } - thePhotoElectric->BuildPhysicsTable(part); + if(!isTheMaster) { + thePhotoElectric->SetEmMasterProcess(theHandler->GetMasterProcess(0)); } - if(theCompton != nullptr) { - if(!isTheMaster) { - theCompton->SetEmMasterProcess(theHandler->GetMasterProcess(1)); - } - theCompton->BuildPhysicsTable(part); + thePhotoElectric->BuildPhysicsTable(part); + + if(!isTheMaster) { + theCompton->SetEmMasterProcess(theHandler->GetMasterProcess(1)); } - if(theConversionEE != nullptr) { - if(!isTheMaster) { - theConversionEE->SetEmMasterProcess(theHandler->GetMasterProcess(2)); - } - theConversionEE->BuildPhysicsTable(part); + theCompton->BuildPhysicsTable(part); + + if(!isTheMaster) { + theConversionEE->SetEmMasterProcess(theHandler->GetMasterProcess(2)); } + theConversionEE->BuildPhysicsTable(part); + if(theRayleigh != nullptr) { if(!isTheMaster) { theRayleigh->SetEmMasterProcess(theHandler->GetMasterProcess(3)); @@ -294,7 +298,7 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) G4LossTableBuilder* bld = lManager->GetTableBuilder(); const std::vector& tables = theHandler->GetTables(); - G4CrossSectionDataStore* gn = (theGammaNuclear) + G4CrossSectionDataStore* gn = (nullptr != theGammaNuclear) ? theGammaNuclear->GetCrossSectionDataStore() : nullptr; G4DynamicParticle* dynParticle = new G4DynamicParticle(G4Gamma::Gamma(),G4ThreeVector(1,0,0),1.0); @@ -313,15 +317,16 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) // energy interval 0 size_t nn = (*(tables[0]))[idx]->GetVectorLength(); - if(1 < verboseLevel) { - G4cout << "======= Zone 0 ======= N= " << nn + if(1 < verboseLevel) { + G4cout << "======= Zone 0 ======= N= " << nn << " for " << material->GetName() << G4endl; } for(size_t j=0; jEnergy(j); G4double loge = G4Log(e); - sigComp = (theCompton) ? theCompton->GetLambda(e, couple, loge) : 0.0; - sigR = (theRayleigh) ? theRayleigh->GetLambda(e, couple, loge) : 0.0; + sigComp = theCompton->GetLambda(e, couple, loge); + sigR = (nullptr != theRayleigh) ? + theRayleigh->GetLambda(e, couple, loge) : 0.0; G4double sum = sigComp + sigR; if(1 < verboseLevel) { G4cout << j << ". E= " << e << " xs= " << sum @@ -329,7 +334,7 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) } (*(tables[0]))[idx]->PutValue(j, sum); if(theT[1]) { - val = (sum > 0.0) ? sigComp/sum : 0.0; + val = sigR/sum; (*(tables[1]))[idx]->PutValue(j, val); } } @@ -342,16 +347,11 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) for(size_t j=0; jEnergy(j); G4double loge = G4Log(e); - sigComp = (theCompton) ? theCompton->GetLambda(e, couple, loge) : 0.0; - sigR = (theRayleigh) ? theRayleigh->GetLambda(e, couple, loge) : 0.0; - sigPE = (thePhotoElectric) - ? thePhotoElectric->GetLambda(e, couple, loge) : 0.0; - sigN = 0.0; - if(gn) { - dynParticle->SetKineticEnergy(e); - sigN = gn->ComputeCrossSection(dynParticle, material); - } - G4double sum = sigComp + sigR + sigPE + sigN; + sigComp = theCompton->GetLambda(e, couple, loge); + sigR = (nullptr != theRayleigh) ? + theRayleigh->GetLambda(e, couple, loge) : 0.0; + sigPE = thePhotoElectric->GetLambda(e, couple, loge); + G4double sum = sigComp + sigR + sigPE; if(1 < verboseLevel) { G4cout << j << ". E= " << e << " xs= " << sum << " compt= " << sigComp << " conv= " << sigConv @@ -359,16 +359,12 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) << " GN= " << sigN << G4endl; } (*(tables[2]))[idx]->PutValue(j, sum); - val = (sum > 0.0) ? sigPE/sum : 0.0; + + val = sigPE/sum; (*(tables[3]))[idx]->PutValue(j, val); - if(theT[4]) { - val = (sum > 0.0) ? (sigComp + sigPE)/sum : 0.0; - (*(tables[4]))[idx]->PutValue(j, val); - } - if(theT[5]) { - val = (sum > 0.0) ? (sigComp + sigPE + sigR)/sum : 0.0; - (*(tables[5]))[idx]->PutValue(j, val); - } + + val = (sigR > 0.0) ? (sigComp + sigPE)/sum : 1.0; + (*(tables[4]))[idx]->PutValue(j, val); } // energy interval 2 @@ -379,13 +375,11 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) for(size_t j=0; jEnergy(j); G4double loge = G4Log(e); - sigComp = (theCompton) ? theCompton->GetLambda(e, couple, loge) : 0.0; - sigConv = (theConversionEE) - ? theConversionEE->GetLambda(e, couple, loge) : 0.0; - sigPE = (thePhotoElectric) - ? thePhotoElectric->GetLambda(e, couple, loge) : 0.0; + sigComp = theCompton->GetLambda(e, couple, loge); + sigConv = theConversionEE->GetLambda(e, couple, loge); + sigPE = thePhotoElectric->GetLambda(e, couple, loge); sigN = 0.0; - if(gn) { + if(nullptr != gn) { dynParticle->SetKineticEnergy(e); sigN = gn->ComputeCrossSection(dynParticle, material); } @@ -397,14 +391,15 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) << " GN= " << sigN << G4endl; } (*(tables[6]))[idx]->PutValue(j, sum); - val = (sum > 0.0) ? sigConv/sum : 0.0; + + val = sigConv/sum; (*(tables[7]))[idx]->PutValue(j, val); - val = (sum > 0.0) ? (sigConv + sigComp)/sum : 0.0; + + val = (sigConv + sigComp)/sum; (*(tables[8]))[idx]->PutValue(j, val); - if(theT[9]) { - val = (sum > 0.0) ? (sigConv + sigComp + sigPE)/sum : 0.0; - (*(tables[9]))[idx]->PutValue(j, val); - } + + val = (sigN > 0.0) ? (sigConv + sigComp + sigPE)/sum : 1.0; + (*(tables[9]))[idx]->PutValue(j, val); } // energy interval 3 @@ -416,18 +411,16 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) for(size_t j=0; jEnergy(j); G4double loge = G4Log(e); - sigComp = (theCompton) ? theCompton->GetLambda(e, couple, loge) : 0.0; - sigConv = (theConversionEE) - ? theConversionEE->GetLambda(e, couple, loge) : 0.0; - sigPE = (thePhotoElectric) - ? thePhotoElectric->GetLambda(e, couple, loge) : 0.0; + sigComp = theCompton->GetLambda(e, couple, loge); + sigConv = theConversionEE->GetLambda(e, couple, loge); + sigPE = thePhotoElectric->GetLambda(e, couple, loge); sigN = 0.0; - if(gn) { + if(nullptr != gn) { dynParticle->SetKineticEnergy(e); sigN = gn->ComputeCrossSection(dynParticle, material); } sigM = 0.0; - if(theConversionMM) { + if(nullptr != theConversionMM) { val = theConversionMM->ComputeMeanFreePath(e, material); sigM = (val < DBL_MAX) ? 1./val : 0.0; } @@ -439,22 +432,21 @@ void G4GammaGeneralProcess::BuildPhysicsTable(const G4ParticleDefinition& part) << " GN= " << sigN << G4endl; } (*(tables[10]))[idx]->PutValue(j, sum); - val = (sum > 0.0) ? 1.0 - sigConv/sum : 1.0; + + val = (sigComp + sigPE + sigN + sigM)/sum; (*(tables[11]))[idx]->PutValue(j, val); - val = (sum > 0.0) ? 1.0 - (sigConv + sigComp)/sum : 1.0; + + val = (sigPE + sigN + sigM)/sum; (*(tables[12]))[idx]->PutValue(j, val); - if(theT[13]) { - val = (sum > 0.0) ? 1.0 - (sigConv + sigComp + sigPE)/sum : 1.0; - (*(tables[13]))[idx]->PutValue(j, val); - } - if(theT[14]) { - val = (sum > 0.0) - ? 1.0 - (sigConv + sigComp + sigPE + sigN)/sum : 1.0; - (*(tables[14]))[idx]->PutValue(j, val); - } + + val = (sigN + sigM)/sum; + (*(tables[13]))[idx]->PutValue(j, val); + + val = sigN/sum; + (*(tables[14]))[idx]->PutValue(j, val); } for(size_t k=0; kFillSecondDerivatives(); } } @@ -553,8 +545,7 @@ G4double G4GammaGeneralProcess::TotalCrossSectionPerVolume() if(preStepKinEnergy < minPEEnergy) { cross = ComputeGeneralLambda(0, 0); //G4cout << "XS1: " << cross << G4endl; - peLambda = (thePhotoElectric) ? thePhotoElectric - ->GetLambda(preStepKinEnergy, currentCouple, preStepLogE) : 0.0; + peLambda = thePhotoElectric->GetLambda(preStepKinEnergy, currentCouple, preStepLogE); cross += peLambda; //G4cout << "XS2: " << cross << G4endl; @@ -585,9 +576,8 @@ G4VParticleChange* G4GammaGeneralProcess::PostStepDoIt(const G4Track& track, { // In all cases clear number of interaction lengths theNumberOfInteractionLengthLeft = -1.0; - G4double q = G4UniformRand(); - G4double x = preStepLambda*G4UniformRand(); - G4double p; + selectedProc = nullptr; + G4double q = G4UniformRand(); /* G4cout << "PostStep: preStepLambda= " << preStepLambda << " x= " << x << " PE= " << peLambda << " q= " << q << " idxE= " << idxEnergy @@ -595,92 +585,70 @@ G4VParticleChange* G4GammaGeneralProcess::PostStepDoIt(const G4Track& track, */ switch (idxEnergy) { case 0: - if(x <= peLambda) { - return SampleEmSecondaries(track, step, thePhotoElectric); + if(preStepLambda*q <= peLambda) { + SelectEmProcess(step, thePhotoElectric); } else { - p = GetProbability(1); - if(x <= peLambda + (preStepLambda - peLambda)*p) { - return SampleEmSecondaries(track, step, theCompton); - } else if(theRayleigh != nullptr) { - return SampleEmSecondaries(track, step, theRayleigh); + if(theT[1] && preStepLambda*q < preStepLambda*GetProbability(1) + peLambda) { + SelectEmProcess(step, theRayleigh); + } else { + SelectEmProcess(step, theCompton); } } break; - case 1: - p = GetProbability(3); - if(q <= p) { - return SampleEmSecondaries(track, step, thePhotoElectric); - } - p = GetProbability(4); - if(q <= p) { - return SampleEmSecondaries(track, step, theCompton); - } - p = GetProbability(5); - if(q <= p) { - if(theRayleigh != nullptr) { - return SampleEmSecondaries(track, step, theRayleigh); - } - } else if(theGammaNuclear != nullptr) { - return SampleHadSecondaries(track, step, theGammaNuclear); + case 1: + if(q <= GetProbability(3)) { + SelectEmProcess(step, thePhotoElectric); + } else if(q <= GetProbability(4)) { + SelectEmProcess(step, theCompton); + } else if(theRayleigh) { + SelectEmProcess(step, theRayleigh); } break; case 2: - p = GetProbability(7); - if(q <= p) { - return SampleEmSecondaries(track, step, theConversionEE); - } - p = GetProbability(8); - if(q <= p) { - return SampleEmSecondaries(track, step, theCompton); - } - p = GetProbability(9); - if(q <= p) { - return SampleEmSecondaries(track, step, thePhotoElectric); - } else if(theGammaNuclear != nullptr) { - return SampleHadSecondaries(track, step, theGammaNuclear); + if(q <= GetProbability(7)) { + SelectEmProcess(step, theConversionEE); + } else if(q <= GetProbability(8)) { + SelectEmProcess(step, theCompton); + } else if(q <= GetProbability(9)) { + SelectEmProcess(step, thePhotoElectric); + } else if(theGammaNuclear) { + SelectHadProcess(track, step, theGammaNuclear); } break; case 3: - p = 1.0 - GetProbability(11); - if(q <= p) { - return SampleEmSecondaries(track, step, theConversionEE); - } - p = 1.0 - GetProbability(12); - if(q <= p) { - return SampleEmSecondaries(track, step, theCompton); - } - p = 1.0 - GetProbability(13); - if(q <= p) { - return SampleEmSecondaries(track, step, thePhotoElectric); - } - p = 1.0 - GetProbability(14); - if(q <= p) { - if(theGammaNuclear != nullptr) { - return SampleHadSecondaries(track, step, theGammaNuclear); - } - } else if(theConversionMM != nullptr) { + if(q + GetProbability(11) <= 1.0) { + SelectEmProcess(step, theConversionEE); + } else if(q + GetProbability(12) <= 1.0) { + SelectEmProcess(step, theCompton); + } else if(q + GetProbability(13) <= 1.0) { + SelectEmProcess(step, thePhotoElectric); + } else if(theGammaNuclear && q + GetProbability(14) <= 1.0) { + SelectHadProcess(track, step, theGammaNuclear); + } else if(theConversionMM) { SelectedProcess(step, theConversionMM); - return theConversionMM->PostStepDoIt(track, step); } break; } - // no interaction + // sample secondaries + if(selectedProc != nullptr) { + return selectedProc->PostStepDoIt(track, step); + } + // no interaction - exception case fParticleChange.InitializeForPostStep(track); return &fParticleChange; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4VParticleChange* G4GammaGeneralProcess::SampleHadSecondaries( - const G4Track& track, const G4Step& step, G4HadronicProcess* proc) +void G4GammaGeneralProcess::SelectHadProcess(const G4Track& track, + const G4Step& step, G4HadronicProcess* proc) { SelectedProcess(step, proc); proc->GetCrossSectionDataStore()->ComputeCrossSection(track.GetDynamicParticle(), track.GetMaterial()); - return proc->PostStepDoIt(track, step); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -691,14 +659,11 @@ G4bool G4GammaGeneralProcess::StorePhysicsTable(const G4ParticleDefinition* part { G4bool yes = true; if(!isTheMaster) { return yes; } - if(thePhotoElectric != nullptr && - !thePhotoElectric->StorePhysicsTable(part, directory, ascii)) + if(!thePhotoElectric->StorePhysicsTable(part, directory, ascii)) { yes = false; } - if(theCompton != nullptr && - !theCompton->StorePhysicsTable(part, directory, ascii)) + if(!theCompton->StorePhysicsTable(part, directory, ascii)) { yes = false; } - if(theConversionEE != nullptr && - !theConversionEE->StorePhysicsTable(part, directory, ascii)) + if(!theConversionEE->StorePhysicsTable(part, directory, ascii)) { yes = false; } if(theRayleigh != nullptr && !theRayleigh->StorePhysicsTable(part, directory, ascii)) @@ -728,14 +693,11 @@ G4GammaGeneralProcess::RetrievePhysicsTable(const G4ParticleDefinition* part, << GetProcessName() << G4endl; } G4bool yes = true; - if(thePhotoElectric != nullptr && - !thePhotoElectric->RetrievePhysicsTable(part, directory, ascii)) + if(!thePhotoElectric->RetrievePhysicsTable(part, directory, ascii)) { yes = false; } - if(theCompton != nullptr && - !theCompton->RetrievePhysicsTable(part, directory, ascii)) + if(!theCompton->RetrievePhysicsTable(part, directory, ascii)) { yes = false; } - if(theConversionEE != nullptr && - !theConversionEE->RetrievePhysicsTable(part, directory, ascii)) + if(!theConversionEE->RetrievePhysicsTable(part, directory, ascii)) { yes = false; } if(theRayleigh != nullptr && !theRayleigh->RetrievePhysicsTable(part, directory, ascii)) @@ -767,9 +729,9 @@ G4double G4GammaGeneralProcess::GetMeanFreePath(const G4Track& track, void G4GammaGeneralProcess::ProcessDescription(std::ostream& out) const { - if(thePhotoElectric) { thePhotoElectric->ProcessDescription(out); } - if(theCompton) { theCompton->ProcessDescription(out); } - if(theConversionEE) { theConversionEE->ProcessDescription(out); } + thePhotoElectric->ProcessDescription(out); + theCompton->ProcessDescription(out); + theConversionEE->ProcessDescription(out); if(theRayleigh) { theRayleigh->ProcessDescription(out); } if(theGammaNuclear) { theGammaNuclear->ProcessDescription(out); } if(theConversionMM) { theConversionMM->ProcessDescription(out); } @@ -777,16 +739,15 @@ void G4GammaGeneralProcess::ProcessDescription(std::ostream& out) const //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -const G4String& G4GammaGeneralProcess::GetProcessName() const +const G4String& G4GammaGeneralProcess::GetSubProcessName() const { - //G4cout << "GetProcessName(): " << selectedProc << G4endl; return (selectedProc) ? selectedProc->GetProcessName() : G4VProcess::GetProcessName(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4int G4GammaGeneralProcess::GetProcessSubType() const +G4int G4GammaGeneralProcess::GetSubProcessSubType() const { return (selectedProc) ? selectedProc->GetProcessSubType() : fGammaGeneralProcess; @@ -797,11 +758,11 @@ G4int G4GammaGeneralProcess::GetProcessSubType() const G4VEmProcess* G4GammaGeneralProcess::GetEmProcess(const G4String& name) { G4VEmProcess* proc = nullptr; - if(thePhotoElectric != nullptr && name == thePhotoElectric->GetProcessName()) { + if(name == thePhotoElectric->GetProcessName()) { proc = thePhotoElectric; - } else if(theCompton != nullptr && name == theCompton->GetProcessName()) { + } else if(name == theCompton->GetProcessName()) { proc = theCompton; - } else if(theConversionEE != nullptr && name == theConversionEE->GetProcessName()) { + } else if(name == theConversionEE->GetProcessName()) { proc = theConversionEE; } else if(theRayleigh != nullptr && name == theRayleigh->GetProcessName()) { proc = theRayleigh; diff --git a/source/physics_lists/constructors/hadron_elastic/History b/source/physics_lists/constructors/hadron_elastic/History index 5cc3e1a321c..c6203af0480 100644 --- a/source/physics_lists/constructors/hadron_elastic/History +++ b/source/physics_lists/constructors/hadron_elastic/History @@ -13,6 +13,11 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07-December-2020, Vladimir Ivanchenko (phys-ctor-helastic-V10-06-07) +- G4HadronElasticPhysics : fixed type of builder in all hadron + elastic constructors (problem #2183) + G4IonElasticPhysics, G4ThermalNeutrons - added comments + 01-Oct-2020, V. Ivanchenko (phys-ctor-helastic-V10-06-06) - G4ThermalNeutrons - use G4PhysListUtils to access neutron elastic process diff --git a/source/physics_lists/constructors/hadron_elastic/src/G4HadronElasticPhysics.cc b/source/physics_lists/constructors/hadron_elastic/src/G4HadronElasticPhysics.cc index 72be8640dfc..6366224fe15 100644 --- a/source/physics_lists/constructors/hadron_elastic/src/G4HadronElasticPhysics.cc +++ b/source/physics_lists/constructors/hadron_elastic/src/G4HadronElasticPhysics.cc @@ -68,6 +68,7 @@ #include "G4HadParticles.hh" #include "G4HadProcesses.hh" #include "G4PhysListUtil.hh" +#include "G4BuilderType.hh" // factory #include "G4PhysicsConstructorFactory.hh" @@ -82,6 +83,7 @@ G4HadronElasticPhysics::G4HadronElasticPhysics(G4int ver, const G4String& nam) G4cout << "### G4HadronElasticPhysics: " << GetPhysicsName() << G4endl; } + SetPhysicsType(bHadronElastic); } G4HadronElasticPhysics::~G4HadronElasticPhysics() diff --git a/source/physics_lists/constructors/hadron_inelastic/History b/source/physics_lists/constructors/hadron_inelastic/History index 03c6a5dbc18..516f8ba12f2 100644 --- a/source/physics_lists/constructors/hadron_inelastic/History +++ b/source/physics_lists/constructors/hadron_inelastic/History @@ -13,6 +13,11 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +05-December-2020, Vladimir Ivanchenko (phys-ctor-hinelastic-V10-06-19) +- G4HadronPhysicsFTFP_BERT, G4HadronPhysicsQGSP_BERT, G4HadronInelasticQBBC, + G4HadronPhysicsQGSP_BIC : fixed type of builder in all hadron + inelatic constructors (problem #2296) + 26-November-2020, Alberto Ribon (phys-ctor-hinelastic-V10-06-18) - Update README. diff --git a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronInelasticQBBC.cc b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronInelasticQBBC.cc index 07b29ee84f1..1ee82fe7a0f 100644 --- a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronInelasticQBBC.cc +++ b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronInelasticQBBC.cc @@ -70,6 +70,7 @@ #include "G4HadronicBuilder.hh" #include "G4HadParticles.hh" #include "G4HadProcesses.hh" +#include "G4BuilderType.hh" // factory #include "G4PhysicsConstructorFactory.hh" @@ -79,6 +80,7 @@ G4_DECLARE_PHYSCONSTR_FACTORY(G4HadronInelasticQBBC); G4HadronInelasticQBBC::G4HadronInelasticQBBC(G4int ver) : G4VHadronPhysics("hInelasticQBBC"),verbose(ver) { + SetPhysicsType(bHadronInelastic); G4HadronicParameters::Instance()->SetEnableBCParticles(true); } diff --git a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsFTFP_BERT.cc b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsFTFP_BERT.cc index c0274f6e065..94d50eff2b0 100644 --- a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsFTFP_BERT.cc +++ b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsFTFP_BERT.cc @@ -80,6 +80,7 @@ #include "G4HadParticles.hh" #include "G4HadronicParameters.hh" #include "G4HadronicBuilder.hh" +#include "G4BuilderType.hh" // factory #include "G4PhysicsConstructorFactory.hh" @@ -93,6 +94,7 @@ G4HadronPhysicsFTFP_BERT::G4HadronPhysicsFTFP_BERT(G4int) : G4HadronPhysicsFTFP_BERT::G4HadronPhysicsFTFP_BERT(const G4String& name, G4bool qe) : G4VPhysicsConstructor(name), QuasiElastic(qe) { + SetPhysicsType(bHadronInelastic); G4HadronicParameters* param = G4HadronicParameters::Instance(); minFTFP_pion = param->GetMinEnergyTransitionFTF_Cascade(); maxBERT_pion = param->GetMaxEnergyTransitionFTF_Cascade(); diff --git a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BERT.cc b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BERT.cc index e58bc00d91a..4534bda0b68 100644 --- a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BERT.cc +++ b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BERT.cc @@ -82,6 +82,7 @@ #include "G4HadParticles.hh" #include "G4HadronicParameters.hh" #include "G4HadronicBuilder.hh" +#include "G4BuilderType.hh" #include "G4PhysicsConstructorFactory.hh" // @@ -93,6 +94,7 @@ G4HadronPhysicsQGSP_BERT::G4HadronPhysicsQGSP_BERT(G4int) G4HadronPhysicsQGSP_BERT::G4HadronPhysicsQGSP_BERT(const G4String& name, G4bool) : G4VPhysicsConstructor(name) { + SetPhysicsType(bHadronInelastic); QuasiElasticFTF= false; // Use built-in quasi-elastic (not add-on) QuasiElasticQGS= true; // For QGS, it must use it. G4HadronicParameters* param = G4HadronicParameters::Instance(); diff --git a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BIC.cc b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BIC.cc index 2e9447fba42..5f05c4a61b8 100644 --- a/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BIC.cc +++ b/source/physics_lists/constructors/hadron_inelastic/src/G4HadronPhysicsQGSP_BIC.cc @@ -79,6 +79,7 @@ #include "G4HadParticles.hh" #include "G4HadronicParameters.hh" #include "G4HadronicBuilder.hh" +#include "G4BuilderType.hh" #include "G4PhysicsConstructorFactory.hh" @@ -91,6 +92,7 @@ G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(G4int) G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(const G4String& name, G4bool) : G4VPhysicsConstructor(name) { + SetPhysicsType(bHadronInelastic); QuasiElasticFTF= false; // Use built-in quasi-elastic (not add-on) QuasiElasticQGS= true; // For QGS, it must use it. G4HadronicParameters* param = G4HadronicParameters::Instance(); diff --git a/source/processes/electromagnetic/lowenergy/History b/source/processes/electromagnetic/lowenergy/History index 10aa11e3fb1..cee822dd11e 100644 --- a/source/processes/electromagnetic/lowenergy/History +++ b/source/processes/electromagnetic/lowenergy/History @@ -16,6 +16,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +29.01.2021 V.Ivanchenko, emlowen-V10-06-14 +- G4MicroElecLOPhononModel - fixed Coverity warning; removed debug + printout; rename member of class + +06.12.2020 V.Ivanchenko, +- G4MicroElecSurface, G4MicroElecLOPhononModel - fixed trivial + Coverity warnings + 17.11.2020 V.Ivanchenko, emlowen-V10-06-13 - G4MicroElecInelasticModel_new, G4MicroElecInelastic_new, G4MicroElecSurface - fixed Coverity warnings (non-initialized diff --git a/source/processes/electromagnetic/lowenergy/include/G4MicroElecLOPhononModel.hh b/source/processes/electromagnetic/lowenergy/include/G4MicroElecLOPhononModel.hh index e6a2bea3887..25fc0cacd4c 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4MicroElecLOPhononModel.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4MicroElecLOPhononModel.hh @@ -59,7 +59,7 @@ class G4MicroElecLOPhononModel : public G4VEmModel { public: - G4MicroElecLOPhononModel(const G4ParticleDefinition*p = 0, + G4MicroElecLOPhononModel(const G4ParticleDefinition*p = nullptr, const G4String& nam = "G4MicroElecLOPhononModel"); ~G4MicroElecLOPhononModel() override; @@ -81,14 +81,13 @@ protected: G4ParticleChangeForGamma* fParticleChangeForGamma; private: - G4bool Interband; G4MicroElecLOPhononModel & operator=(const G4MicroElecLOPhononModel &right); G4MicroElecLOPhononModel(const G4MicroElecLOPhononModel&); - G4bool isOkToBeInitialised; - G4bool isInitialised; - G4bool abs = false; - G4double Eprim = 0, signe = -1,phononEnergy=0; + G4bool Interband = false; + G4bool isInitialised = false; + G4bool absor = false; + G4double phononEnergy = 0.; }; #endif diff --git a/source/processes/electromagnetic/lowenergy/src/G4MicroElecLOPhononModel.cc b/source/processes/electromagnetic/lowenergy/src/G4MicroElecLOPhononModel.cc index a7a31b31a57..88f554e046c 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4MicroElecLOPhononModel.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4MicroElecLOPhononModel.cc @@ -60,11 +60,10 @@ G4MicroElecLOPhononModel::G4MicroElecLOPhononModel(const G4ParticleDefinition*, const G4String& nam) - : G4VEmModel(nam),isInitialised(false) + : G4VEmModel(nam) { - abs = false; fParticleChangeForGamma = GetParticleChangeForGamma(); - G4cout << "SiO2 Phonon model is constructed " << G4endl; + //G4cout << "SiO2 Phonon model is constructed " << G4endl; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -74,60 +73,42 @@ G4MicroElecLOPhononModel::~G4MicroElecLOPhononModel() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void G4MicroElecLOPhononModel::Initialise(const G4ParticleDefinition* /*particle*/, - const G4DataVector& /*cuts*/) +void G4MicroElecLOPhononModel::Initialise(const G4ParticleDefinition*, + const G4DataVector& /*cuts*/) { - - if (isOkToBeInitialised == true && isInitialised == false) { - G4cout << "Calling G4MicroElecLOPhononModel" << "::Initialise()" << G4endl; - - if (isInitialised) { return; } - fParticleChangeForGamma = GetParticleChangeForGamma(); - isInitialised = true; - } + if (isInitialised) { return; } + //G4cout << "Calling G4MicroElecLOPhononModel::Initialise()" << G4endl; + fParticleChangeForGamma = GetParticleChangeForGamma(); + isInitialised = true; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... G4double G4MicroElecLOPhononModel::CrossSectionPerVolume(const G4Material* material, - const G4ParticleDefinition* p, + const G4ParticleDefinition*, G4double ekin, G4double, G4double) { - G4double e = CLHEP::eplus / coulomb, - - m0 = CLHEP::electron_mass_c2 / c_squared / kg, - h = CLHEP::hbar_Planck / (m2*kg / s), - eps0 = CLHEP::epsilon0 / (farad / m), - kb = CLHEP::k_Boltzmann / (joule / kelvin); - G4double eps = 9, - einf = 3, - T = 300; - - isOkToBeInitialised = true; + if (material->GetName()!="G4_SILICON_DIOXIDE") return 0.0; + + const G4double e = CLHEP::eplus / CLHEP::coulomb; + const G4double m0 = CLHEP::electron_mass_c2 / (CLHEP::c_squared*CLHEP::kg); + const G4double h = CLHEP::hbar_Planck * CLHEP::s/ (CLHEP::m2*CLHEP::kg); + const G4double eps0 = CLHEP::epsilon0 * CLHEP::m/ (CLHEP::farad); + const G4double kb = CLHEP::k_Boltzmann * CLHEP::kelvin/ CLHEP::joule; - const G4DataVector cuts; - Initialise(p, cuts); - - if (material->GetName()!="G4_SILICON_DIOXIDE") return 1/DBL_MAX; - - G4double E =(ekin/eV)*e; - // Parameters SiO2 - eps = 3.84; - einf = 2.25; - phononEnergy = (0.75*0.153+0.25*0.063 )* eV; - G4double hw = (phononEnergy / eV) * e; - G4double n = 1.0 / (std::exp(hw / (kb*T)) - 1); //Phonon distribution + phononEnergy = (0.75*0.153+0.25*0.063 )* CLHEP::eV; + const G4double eps = 3.84; + const G4double einf = 2.25; + const G4double T = 300; // should be taken from material property + + G4double E =(ekin/CLHEP::eV)*e; - if (abs) { //Absorption - Eprim = E + hw; - signe = -1; - } - else { //Emission - Eprim = E - hw; - signe = +1; - } + G4double hw = (phononEnergy / CLHEP::eV) * e; + G4double n = 1.0 / (std::exp(hw / (kb*T)) - 1); //Phonon distribution + + G4double signe = (absor) ? -1. : 1.; G4double racine = std::sqrt(1. + ((-signe*hw) / E)); @@ -135,7 +116,7 @@ G4double G4MicroElecLOPhononModel::CrossSectionPerVolume(const G4Material* mater G4double MFP = (std::sqrt(2. * E / m0) / P)*m; - return 2 / MFP; + return 2. / MFP; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -148,13 +129,8 @@ void G4MicroElecLOPhononModel::SampleSecondaries( { G4double E = aDynamicElectron->GetKineticEnergy(); - - if (abs) { - Eprim = E + phononEnergy; - } - else { - Eprim = E - phononEnergy; - } + G4double Eprim = (absor) ? E + phononEnergy : E - phononEnergy; + G4double rand = G4UniformRand(); G4double B = (E + Eprim + 2 * std::sqrt(E*Eprim)) / (E + Eprim - 2 * std::sqrt(E*Eprim)); G4double cosTheta = ((E + Eprim) / (2 * std::sqrt(E*Eprim)))*(1 - std::pow(B, rand)) + std::pow(B, rand); @@ -162,7 +138,7 @@ void G4MicroElecLOPhononModel::SampleSecondaries( if(Interband){ cosTheta = 1 - 2 * G4UniformRand(); //Isotrope } - G4double phi = 2. * pi * G4UniformRand(); + G4double phi = twopi * G4UniformRand(); G4ThreeVector zVers = aDynamicElectron->GetMomentumDirection(); G4ThreeVector xVers = zVers.orthogonal(); G4ThreeVector yVers = zVers.cross(xVers); diff --git a/source/processes/electromagnetic/lowenergy/src/G4MicroElecSurface.cc b/source/processes/electromagnetic/lowenergy/src/G4MicroElecSurface.cc index 982e853c436..cc5f2d11d64 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4MicroElecSurface.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4MicroElecSurface.cc @@ -221,36 +221,34 @@ G4VParticleChange* G4MicroElecSurface::PostStepDoIt(const G4Track& aTrack, const if (aTrack.GetStepLength()<=kCarTolerance) { theStatus = StepTooSmallSurf; - if (pPostStepPoint) { - WorkFunctionTable::iterator postStepWF; - postStepWF = tableWF.find(pPostStepPoint->GetMaterial()->GetName()); - WorkFunctionTable::iterator preStepWF; - preStepWF = tableWF.find(pPreStepPoint->GetMaterial()->GetName()); + WorkFunctionTable::iterator postStepWF; + postStepWF = tableWF.find(pPostStepPoint->GetMaterial()->GetName()); + WorkFunctionTable::iterator preStepWF; + preStepWF = tableWF.find(pPreStepPoint->GetMaterial()->GetName()); - if (postStepWF == tableWF.end()) { - G4String str = "Material "; - str += pPostStepPoint->GetMaterial()->GetName() + " not found!"; - G4Exception("G4Surface::G4Surface", "em0002", FatalException, str); - return 0; - } + if (postStepWF == tableWF.end()) { + G4String str = "Material "; + str += pPostStepPoint->GetMaterial()->GetName() + " not found!"; + G4Exception("G4Surface::G4Surface", "em0002", FatalException, str); + return 0; + } - else if (preStepWF == tableWF.end()) { - G4String str = "Material "; - str += pPreStepPoint->GetMaterial()->GetName() + " not found!"; - G4Exception("G4Surface::G4Surface", "em0002", FatalException, str); - return 0; - } + else if (preStepWF == tableWF.end()) { + G4String str = "Material "; + str += pPreStepPoint->GetMaterial()->GetName() + " not found!"; + G4Exception("G4Surface::G4Surface", "em0002", FatalException, str); + return 0; + } - if (pPreStepPoint->GetMaterial() != pPostStepPoint->GetMaterial()) { + if (pPreStepPoint->GetMaterial() != pPostStepPoint->GetMaterial()) { - flag_franchissement_surface = false; + flag_franchissement_surface = false; - if (flag_reflexion == true && flag_normal == true) { - aParticleChange.ProposeMomentumDirection(-Reflexion(aStep.GetPostStepPoint())); - flag_reflexion = false; - flag_normal = false; - } + if (flag_reflexion == true && flag_normal == true) { + aParticleChange.ProposeMomentumDirection(-Reflexion(aStep.GetPostStepPoint())); + flag_reflexion = false; + flag_normal = false; } } return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); diff --git a/source/processes/electromagnetic/standard/History b/source/processes/electromagnetic/standard/History index 7980533aed5..141fd46b5eb 100644 --- a/source/processes/electromagnetic/standard/History +++ b/source/processes/electromagnetic/standard/History @@ -17,6 +17,11 @@ committal in the CVS repository ! ---------------------------------------------------------- +26 January 21: V.Ivanchenko (emstand-V10-06-20) +- G4BetheBlochModel, G4LindhardSorensenIonModel - fixed problem #2312, + restore computation of maximum energy transfer from Geant4 10.4, + affect only ultrarelativistic ions + 11 November 20: V.Ivanchenko (emstand-V10-06-19) - G4UrbanMscModel - restored parameterisation of step limit to the variant of emstand-V10-06-13 diff --git a/source/processes/electromagnetic/standard/src/G4BetheBlochModel.cc b/source/processes/electromagnetic/standard/src/G4BetheBlochModel.cc index ade3e289bc0..5c84cf4dd2a 100644 --- a/source/processes/electromagnetic/standard/src/G4BetheBlochModel.cc +++ b/source/processes/electromagnetic/standard/src/G4BetheBlochModel.cc @@ -166,15 +166,14 @@ void G4BetheBlochModel::SetupParameters() formfact = 0.0; tlimit = DBL_MAX; if(particle->GetLeptonNumber() == 0) { - G4int iz = G4lrint(q); - if(iz <= 1) { - formfact = (spin == 0.0 && mass < GeV) ? 1.181e-6 : 1.548e-6; - } else { - G4double x = nist->GetA27(iz); - formfact = 3.969e-6*x*x; + G4double x = 0.8426*CLHEP::GeV; + if(spin == 0.0 && mass < GeV) { x = 0.736*CLHEP::GeV; } + else if (mass > CLHEP::GeV) { + G4int iz = G4lrint(std::abs(q)); + if(iz > 1) { x /= nist->GetA27(iz); } } - tlimit = std::sqrt(0.414/formfact + - electron_mass_c2*electron_mass_c2) - electron_mass_c2; + formfact = 2.0*CLHEP::electron_mass_c2/(x*x); + tlimit = 2.0/formfact; } } @@ -252,7 +251,8 @@ G4double G4BetheBlochModel::ComputeDEDXPerVolume(const G4Material* material, G4double cut) { G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); - G4double cutEnergy = std::min(cut,tmax); + // projectile formfactor limit energy loss + G4double cutEnergy = std::min(std::min(cut,tmax), tlimit); G4double tau = kineticEnergy/mass; G4double gam = tau + 1.0; @@ -405,7 +405,7 @@ void G4BetheBlochModel::SampleSecondaries(vector* vdp, // projectile formfactor - suppresion of high energy // delta-electron production at high energy - G4double x = formfact*deltaKinEnergy*(deltaKinEnergy + 2*electron_mass_c2); + G4double x = formfact*deltaKinEnergy; if(x > 1.e-6) { G4double x1 = 1.0 + x; @@ -440,8 +440,8 @@ void G4BetheBlochModel::SampleSecondaries(vector* vdp, sqrt(deltaKinEnergy * (deltaKinEnergy + 2.0*electron_mass_c2)); G4double cost = deltaKinEnergy * (totEnergy + electron_mass_c2) / (deltaMomentum * dp->GetTotalMomentum()); - if(cost > 1.0) { cost = 1.0; } - G4double sint = sqrt((1.0 - cost)*(1.0 + cost)); + cost = std::min(cost, 1.0); + G4double sint = std::sqrt((1.0 - cost)*(1.0 + cost)); G4double phi = twopi*rndmEngineMod->flat(); @@ -479,12 +479,12 @@ void G4BetheBlochModel::SampleSecondaries(vector* vdp, G4double G4BetheBlochModel::MaxSecondaryEnergy(const G4ParticleDefinition* pd, G4double kinEnergy) { - // here particle type is checked for any method + // here particle type is checked for the case, + // when this model is shared between particles SetParticle(pd); G4double tau = kinEnergy/mass; - G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / - (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); - return std::min(tmax,tlimit); + return 2.0*CLHEP::electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/standard/src/G4LindhardSorensenIonModel.cc b/source/processes/electromagnetic/standard/src/G4LindhardSorensenIonModel.cc index 4c7b75e9b4c..31ae6ec083b 100644 --- a/source/processes/electromagnetic/standard/src/G4LindhardSorensenIonModel.cc +++ b/source/processes/electromagnetic/standard/src/G4LindhardSorensenIonModel.cc @@ -135,20 +135,18 @@ void G4LindhardSorensenIonModel::SetupParameters() mass = particle->GetPDGMass(); spin = particle->GetPDGSpin(); charge = particle->GetPDGCharge()*inveplus; - Zin = G4lrint(charge); + Zin = G4lrint(std::abs(charge)); chargeSquare = charge*charge; ratio = electron_mass_c2/mass; static const G4double aMag = 1./(0.5*eplus*hbar_Planck*c_squared); G4double magmom = particle->GetPDGMagneticMoment()*mass*aMag; magMoment2 = magmom*magmom - 1.0; - if(Zin <= 1) { - formfact = (spin == 0.0 && mass < GeV) ? 1.181e-6 : 1.548e-6; - } else { - G4double x = nist->GetA27(Zin); - formfact = 3.969e-6*x*x; - } - tlimit = std::sqrt(0.414/formfact + - electron_mass_c2*electron_mass_c2) - electron_mass_c2; + G4double x = 0.8426*CLHEP::GeV; + if(spin == 0.0 && mass < GeV) { x = 0.736*CLHEP::GeV; } + else if (Zin > 1) { x /= nist->GetA27(Zin); } + + formfact = 2.0*CLHEP::electron_mass_c2/(x*x); + tlimit = 2.0/formfact; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -170,7 +168,7 @@ G4LindhardSorensenIonModel::ComputeCrossSectionPerElectron( { G4double cross = 0.0; // take into account formfactor - G4double tmax = std::min(MaxSecondaryEnergy(p, kineticEnergy),tlimit); + G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); G4double maxEnergy = std::min(tmax,maxKinEnergy); if(cutEnergy < maxEnergy) { @@ -228,7 +226,7 @@ G4LindhardSorensenIonModel::ComputeDEDXPerVolume(const G4Material* material, { // formfactor is taken into account in CorrectionsAlongStep(..) G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); - G4double cutEnergy = std::min(cut,tmax); + G4double cutEnergy = std::min(std::min(cut,tmax), tlimit); G4double tau = kineticEnergy/mass; G4double gam = tau + 1.0; @@ -317,8 +315,7 @@ void G4LindhardSorensenIonModel::SampleSecondaries( { G4double kineticEnergy = dp->GetKineticEnergy(); // take into account formfactor - G4double tmax = - std::min(MaxSecondaryEnergy(dp->GetDefinition(),kineticEnergy),tlimit); + G4double tmax = MaxSecondaryEnergy(dp->GetDefinition(),kineticEnergy); G4double maxKinEnergy = std::min(maxEnergy,tmax); if(minKinEnergy >= maxKinEnergy) { return; } @@ -356,7 +353,7 @@ void G4LindhardSorensenIonModel::SampleSecondaries( // projectile formfactor - suppresion of high energy // delta-electron production at high energy - G4double x = formfact*deltaKinEnergy*(deltaKinEnergy + 2*electron_mass_c2); + G4double x = formfact*deltaKinEnergy; if(x > 1.e-6) { G4double x1 = 1.0 + x; @@ -391,7 +388,7 @@ void G4LindhardSorensenIonModel::SampleSecondaries( sqrt(deltaKinEnergy * (deltaKinEnergy + 2.0*electron_mass_c2)); G4double cost = deltaKinEnergy * (totEnergy + electron_mass_c2) / (deltaMomentum * dp->GetTotalMomentum()); - if(cost > 1.0) { cost = 1.0; } + cost = std::min(cost, 1.0); G4double sint = sqrt((1.0 - cost)*(1.0 + cost)); G4double phi = twopi*rndmEngineMod->flat(); @@ -434,10 +431,8 @@ G4LindhardSorensenIonModel::MaxSecondaryEnergy(const G4ParticleDefinition* pd, // here particle type is checked for any method SetParticle(pd); G4double tau = kinEnergy/mass; - G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / - (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); - // formfactor is not taken into account - return tmax; + return 2.0*CLHEP::electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index 6c5dec08c29..1df4870f26f 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -16,6 +16,15 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +30 January 21: V.Ivanchenko (emutils-V10-06-16) +- G4VEnergyLossProcess, G4VEmProcess, - improved printout + G4EmExtraParameters, G4EmExtraParametersMessenger - fixed #2292 + +11 January 21: V.Ivanchenko +- G4EmCorrections - fix 2-D interpolation of shell corrections + (problem #2308), which provides minor change of ranges of + charge particles (< 0.1 mm) + 12 November 20: B. Morgan (emutils-V10-06-15) - Apply typo fixes from Gurkan Myczko (https://github.com/Geant4/geant4/pull/15) diff --git a/source/processes/electromagnetic/utils/include/G4EmCorrections.hh b/source/processes/electromagnetic/utils/include/G4EmCorrections.hh index 7c8f94a3fe6..451aec59760 100644 --- a/source/processes/electromagnetic/utils/include/G4EmCorrections.hh +++ b/source/processes/electromagnetic/utils/include/G4EmCorrections.hh @@ -287,9 +287,8 @@ inline G4double G4EmCorrections::Value2(G4double xv, G4double yv, G4double z11, G4double z21, G4double z12, G4double z22) const { - return (z11*(x2-xv)*(y2-yv) + z22*(xv-x1)*(yv-y1) + - 0.5*(z12*((x2-xv)*(yv-y1)+(xv-x1)*(y2-yv))+ - z21*((xv-x1)*(y2-yv)+(yv-y1)*(x2-xv)))) + return ( z11*(x2-xv)*(y2-yv) + z22*(xv-x1)*(yv-y1) + + z12*(x2-xv)*(yv-y1) + z21*(xv-x1)*(y2-yv) ) / ((x2-x1)*(y2-y1)); } diff --git a/source/processes/electromagnetic/utils/src/G4EmExtraParameters.cc b/source/processes/electromagnetic/utils/src/G4EmExtraParameters.cc index 22c9cb3b2e0..a89da86c28a 100644 --- a/source/processes/electromagnetic/utils/src/G4EmExtraParameters.cc +++ b/source/processes/electromagnetic/utils/src/G4EmExtraParameters.cc @@ -284,7 +284,7 @@ const std::vector& G4EmExtraParameters::TypesPhysics() const void G4EmExtraParameters::SetSubCutoff(G4bool val, const G4String& region) { - G4String r = CheckRegion(region); + const G4String& r = CheckRegion(region); G4int nreg = m_regnamesSubCut.size(); for(G4int i=0; i= 0.0) { G4int n = m_procForced.size(); for(G4int i=0; i= 0.0 && energyLim >= 0.0) { G4int n = m_procBiasedSec.size(); for(G4int i=0; iSetGuidance(" Region : region name"); SubSecCmd->AvailableForStates(G4State_PreInit); + G4UIparameter* subSec = new G4UIparameter("subSec",'s',false); + SubSecCmd->SetParameter(subSec); + + G4UIparameter* subSecReg = new G4UIparameter("Region",'s',false); + SubSecCmd->SetParameter(subSecReg); + StepFuncCmd = new G4UIcommand("/process/eLoss/StepFunction",this); StepFuncCmd->SetGuidance("Set the energy loss step limitation parameters for e+-."); StepFuncCmd->SetGuidance(" dRoverR : max Range variation per step"); @@ -167,12 +173,6 @@ G4EmExtraParametersMessenger::G4EmExtraParametersMessenger(G4EmExtraParameters* unitPrm3->SetDefaultValue("mm"); StepFuncCmd3->SetParameter(unitPrm3); - G4UIparameter* subSec = new G4UIparameter("subSec",'s',false); - SubSecCmd->SetParameter(subSec); - - G4UIparameter* subSecReg = new G4UIparameter("Region",'s',false); - SubSecCmd->SetParameter(subSecReg); - bfCmd = new G4UIcommand("/process/em/setBiasingFactor",this); bfCmd->SetGuidance("Set factor for the process cross section."); bfCmd->SetGuidance(" procName : process name"); diff --git a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc index 6b764ffacfb..4844de86f1b 100644 --- a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc @@ -897,10 +897,7 @@ G4bool G4VEmProcess::StorePhysicsTable(const G4ParticleDefinition* part, yes = theLambdaTable->StorePhysicsTable(nam,ascii); if ( yes ) { - G4cout << "Physics table is stored for " << particle->GetParticleName() - << " and process " << GetProcessName() - << " in the directory <" << directory - << "> " << G4endl; + if(0 < verboseLevel) G4cout << "Stored: " << nam << G4endl; } else { G4cout << "Fail to store Physics Table for " << particle->GetParticleName() @@ -915,11 +912,13 @@ G4bool G4VEmProcess::StorePhysicsTable(const G4ParticleDefinition* part, yes = theLambdaTablePrim->StorePhysicsTable(name,ascii); if ( yes ) { - G4cout << "Physics table prim is stored for " - << particle->GetParticleName() - << " and process " << GetProcessName() - << " in the directory <" << directory - << "> " << G4endl; + if(0 < verboseLevel) { + G4cout << "Physics table prim is stored for " + << particle->GetParticleName() + << " and process " << GetProcessName() + << " in the directory <" << directory + << "> " << G4endl; + } } else { G4cout << "Fail to store Physics Table Prim for " << particle->GetParticleName() diff --git a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc index 57a649b65b7..0334bc21976 100644 --- a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc @@ -1738,21 +1738,6 @@ G4bool G4VEnergyLossProcess::StorePhysicsTable( if(!StoreTable(part,theSubLambdaTable,ascii,directory,"SubLambda")) {res = false;} - if ( !res ) { - if(1 < verboseLevel) { - G4cout << "Physics tables are stored for " - << particle->GetParticleName() - << " and process " << GetProcessName() - << " in the directory <" << directory - << "> " << G4endl; - } - } else { - G4cout << "Fail to store Physics Tables for " - << particle->GetParticleName() - << " and process " << GetProcessName() - << " in the directory <" << directory - << "> " << G4endl; - } return res; } @@ -1765,7 +1750,7 @@ G4VEnergyLossProcess::RetrievePhysicsTable(const G4ParticleDefinition* part, { G4bool res = true; if (!isMaster) return res; - const G4String particleName = part->GetParticleName(); + const G4String& particleName = part->GetParticleName(); if(1 < verboseLevel) { G4cout << "G4VEnergyLossProcess::RetrievePhysicsTable() for " @@ -1830,14 +1815,15 @@ G4bool G4VEnergyLossProcess::StoreTable(const G4ParticleDefinition* part, const G4String& directory, const G4String& tname) { - //G4cout << "G4VEnergyLossProcess::StoreTable: " << aTable - // << " " << directory << " " << tname << G4endl; G4bool res = true; if ( aTable ) { - const G4String name = GetPhysicsTableFileName(part,directory,tname,ascii); - G4cout << name << G4endl; - //G4cout << *aTable << G4endl; - if( !aTable->StorePhysicsTable(name,ascii)) res = false; + const G4String& name = GetPhysicsTableFileName(part, directory, tname, ascii); + if ( aTable->StorePhysicsTable(name,ascii) ) { + if (0 < verboseLevel) G4cout << "Stored: " << name << G4endl; + } else { + res = false; + G4cout << "Fail to store: " << name << G4endl; + } } return res; } diff --git a/source/processes/hadronic/cross_sections/History b/source/processes/hadronic/cross_sections/History index c4f752ada03..910a9b056b6 100644 --- a/source/processes/hadronic/cross_sections/History +++ b/source/processes/hadronic/cross_sections/History @@ -14,6 +14,32 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +17 December 2020 - Vladimir Ivanchenko (hadr-cross-V10-06-18) +- G4GammaNuclearXS - fixed duplicated name of static variable +- G4ParticleInelasticXS, G4NeutronCaptureXS, G4NeutronElasticXS, + G4NeutronInelasticXS - make MAXZ variable static class member + +16 December 2020 - Guilherme Amadio +- Drop cache for per-element G4CrossSectionDataStore::GetCrossSection(), + since the cache is never used in practice. This method is always called + by G4CrossSectionDataStore::ComputeCrossSection() inside a for loop in + which the element changes for each iteration, which ensures the cache + is always missed. Note that material, particle, and energy are still + cached by G4CrossSectionDataStore::ComputeCrossSection(), and that cache + hit rate has been measured to be about 6.9% for a full CMS ttbar event + simulation at 14 TeV. The condition to check for the cache in that case + has been optimized to minimize unnecessary checks by reordering checked + conditions from most to least discriminant. + +11 December 2020 - Vladimir Ivanchenko +- G4VCrossSectionRatio - use inheritance from G4VCrossSectionDataSet + in order to guarantee deletion of object end of run + +06 December 2020 - Vladimir Ivanchenko +- G4ParticleInelasticXS, G4CrossSectionInelastic, G4CrossSectionElastic + extended maximum energy range for ion cross sections (QBBC and other + Physics Lists has the same high energy limits) + 24 November 2020 - A. Ribon (hadr-cross-V10-06-17) - G4EMDissociationCrossSection : apply fixes suggested by Laurie Nevay and Andrey Abramov (bug report #2254) to avoid numerical crashes for ions diff --git a/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh b/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh index 04f601bd04a..68034eeb35b 100644 --- a/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh +++ b/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh @@ -122,12 +122,6 @@ private: G4double matKinEnergy; G4double matCrossSection; - const G4Material* elmMaterial; - const G4Element* currentElement; - const G4ParticleDefinition* elmParticle; - G4double elmKinEnergy; - G4double elmCrossSection; - G4int nDataSetList; G4int verboseLevel; //Fast path: caching diff --git a/source/processes/hadronic/cross_sections/include/G4GammaNuclearXS.hh b/source/processes/hadronic/cross_sections/include/G4GammaNuclearXS.hh index 35856a8cb98..f3f62d338f3 100644 --- a/source/processes/hadronic/cross_sections/include/G4GammaNuclearXS.hh +++ b/source/processes/hadronic/cross_sections/include/G4GammaNuclearXS.hh @@ -48,8 +48,6 @@ #include "G4Threading.hh" #include -const G4int MAXZEL = 93; - class G4DynamicParticle; class G4ParticleDefinition; class G4Element; @@ -101,8 +99,9 @@ private: G4VCrossSectionDataSet* ggXsection; const G4ParticleDefinition* gamma; - static G4PhysicsVector* data[MAXZEL]; - static G4double coeff[MAXZEL]; + static const G4int MAXZGAMMAN = 93; + static G4PhysicsVector* data[MAXZGAMMAN]; + static G4double coeff[MAXZGAMMAN]; static G4String gDataDirectory; G4bool isMaster; diff --git a/source/processes/hadronic/cross_sections/include/G4NeutronCaptureXS.hh b/source/processes/hadronic/cross_sections/include/G4NeutronCaptureXS.hh index 5621373808d..42d66ac821c 100644 --- a/source/processes/hadronic/cross_sections/include/G4NeutronCaptureXS.hh +++ b/source/processes/hadronic/cross_sections/include/G4NeutronCaptureXS.hh @@ -51,8 +51,6 @@ #include #include -const G4int MAXZCAPTURE = 93; - class G4DynamicParticle; class G4ParticleDefinition; class G4Element; @@ -113,6 +111,7 @@ private: G4bool isMaster; + static const G4int MAXZCAPTURE = 93; static G4ElementData* data; static G4String gDataDirectory; diff --git a/source/processes/hadronic/cross_sections/include/G4NeutronElasticXS.hh b/source/processes/hadronic/cross_sections/include/G4NeutronElasticXS.hh index 4572147e63c..1738aeb4b5a 100644 --- a/source/processes/hadronic/cross_sections/include/G4NeutronElasticXS.hh +++ b/source/processes/hadronic/cross_sections/include/G4NeutronElasticXS.hh @@ -48,8 +48,6 @@ #include "G4Threading.hh" #include -const G4int MAXZEL = 93; - class G4DynamicParticle; class G4ParticleDefinition; class G4Element; @@ -102,6 +100,7 @@ private: G4VComponentCrossSection* ggXsection; const G4ParticleDefinition* neutron; + static const G4int MAXZEL = 93; static G4PhysicsVector* data[MAXZEL]; static G4double coeff[MAXZEL]; static G4String gDataDirectory; diff --git a/source/processes/hadronic/cross_sections/include/G4NeutronInelasticXS.hh b/source/processes/hadronic/cross_sections/include/G4NeutronInelasticXS.hh index b7ccec6e4b0..c608869c6be 100644 --- a/source/processes/hadronic/cross_sections/include/G4NeutronInelasticXS.hh +++ b/source/processes/hadronic/cross_sections/include/G4NeutronInelasticXS.hh @@ -48,8 +48,6 @@ #include "G4Threading.hh" #include -const G4int MAXZINEL = 93; - class G4DynamicParticle; class G4ParticleDefinition; class G4Element; @@ -111,6 +109,7 @@ private: G4bool isMaster; + static const G4int MAXZINEL = 93; static G4ElementData* data; static G4double coeff[MAXZINEL]; static G4String gDataDirectory; diff --git a/source/processes/hadronic/cross_sections/include/G4ParticleInelasticXS.hh b/source/processes/hadronic/cross_sections/include/G4ParticleInelasticXS.hh index 2449cf6c775..614d79cdb13 100644 --- a/source/processes/hadronic/cross_sections/include/G4ParticleInelasticXS.hh +++ b/source/processes/hadronic/cross_sections/include/G4ParticleInelasticXS.hh @@ -49,8 +49,6 @@ #include "G4Threading.hh" #include -const G4int MAXZINELP = 93; - class G4DynamicParticle; class G4ParticleDefinition; class G4Element; @@ -113,6 +111,7 @@ private: G4int index; G4bool isMaster; + static const G4int MAXZINELP = 93; static G4ElementData* data[5]; static G4double coeff[MAXZINELP][5]; static G4String gDataDirectory[5]; diff --git a/source/processes/hadronic/cross_sections/include/G4VCrossSectionDataSet.hh b/source/processes/hadronic/cross_sections/include/G4VCrossSectionDataSet.hh index 06ced671905..8a6410898f9 100644 --- a/source/processes/hadronic/cross_sections/include/G4VCrossSectionDataSet.hh +++ b/source/processes/hadronic/cross_sections/include/G4VCrossSectionDataSet.hh @@ -143,8 +143,6 @@ public: //with description virtual void CrossSectionDescription(std::ostream&) const; -public: // Without Description - virtual G4int GetVerboseLevel() const; virtual void SetVerboseLevel(G4int value); @@ -163,12 +161,14 @@ public: // Without Description inline const G4String& GetName() const; -protected: + inline void SetName(const G4String& nam); - inline void SetName(const G4String&); +protected: G4int verboseLevel; + G4String name; + private: G4VCrossSectionDataSet & operator=(const G4VCrossSectionDataSet &right); @@ -181,7 +181,6 @@ private: G4bool isForAllAtomsAndEnergies; - G4String name; }; inline G4double diff --git a/source/processes/hadronic/cross_sections/include/G4VCrossSectionRatio.hh b/source/processes/hadronic/cross_sections/include/G4VCrossSectionRatio.hh index 9757ecbed91..92987b6d59e 100644 --- a/source/processes/hadronic/cross_sections/include/G4VCrossSectionRatio.hh +++ b/source/processes/hadronic/cross_sections/include/G4VCrossSectionRatio.hh @@ -45,60 +45,28 @@ #ifndef G4VCrossSectionRatio_h #define G4VCrossSectionRatio_h 1 -#include "globals.hh" +#include "G4VCrossSectionDataSet.hh" class G4ParticleDefinition; -class G4VCrossSectionRatio +class G4VCrossSectionRatio : G4VCrossSectionDataSet { public: - G4VCrossSectionRatio(const G4String& nam = "", G4int verb = 0); + G4VCrossSectionRatio(const G4String& nam = "XSRatio", G4int verb = 0); - virtual ~G4VCrossSectionRatio(); + ~G4VCrossSectionRatio() override; virtual G4double ComputeRatio(const G4ParticleDefinition*, G4double kinEnergy, G4int /*Z*/, G4int /*A*/) = 0; - virtual - void BuildPhysicsTable(const G4ParticleDefinition&); - - virtual - void DumpPhysicsTable(const G4ParticleDefinition&); - - virtual - void Description() const; - - inline void SetVerboseLevel(G4int value); - - inline G4int GetVerboseLevel() const; - - inline const G4String& GetName() const; - private: G4VCrossSectionRatio & operator=(const G4VCrossSectionRatio &right); G4VCrossSectionRatio(const G4VCrossSectionRatio&); - G4int verboseLevel; - const G4String name; }; -inline void G4VCrossSectionRatio::SetVerboseLevel(G4int value) -{ - verboseLevel = value; -} - -inline G4int G4VCrossSectionRatio::GetVerboseLevel() const -{ - return verboseLevel; -} - -inline const G4String& G4VCrossSectionRatio::GetName() const -{ - return name; -} - #endif diff --git a/source/processes/hadronic/cross_sections/src/G4CrossSectionDataStore.cc b/source/processes/hadronic/cross_sections/src/G4CrossSectionDataStore.cc index 7e091dfcb64..06e446f1923 100644 --- a/source/processes/hadronic/cross_sections/src/G4CrossSectionDataStore.cc +++ b/source/processes/hadronic/cross_sections/src/G4CrossSectionDataStore.cc @@ -57,16 +57,19 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... -G4CrossSectionDataStore::G4CrossSectionDataStore() : - nDataSetList(0), verboseLevel(0),fastPathFlags(),fastPathParams(), - counters(),fastPathCache() -{ - nist = G4NistManager::Instance(); - currentMaterial = elmMaterial = nullptr; - currentElement = nullptr; //ALB 14-Aug-2012 Coverity fix. - matParticle = elmParticle = nullptr; - matKinEnergy = elmKinEnergy = matCrossSection = elmCrossSection = 0.0; -} +G4CrossSectionDataStore::G4CrossSectionDataStore() + : nist(G4NistManager::Instance()) + , currentMaterial(nullptr) + , matParticle(nullptr) + , matKinEnergy(0.0) + , matCrossSection(0.0) + , nDataSetList(0) + , verboseLevel(0) + , fastPathFlags() + , fastPathParams() + , counters() + , fastPathCache() +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... @@ -268,10 +271,10 @@ G4double G4CrossSectionDataStore::ComputeCrossSection(const G4DynamicParticle* part, const G4Material* mat) { - if(mat == currentMaterial && part->GetDefinition() == matParticle - && part->GetKineticEnergy() == matKinEnergy) { + if(part->GetKineticEnergy() == matKinEnergy && mat == currentMaterial && + part->GetDefinition() == matParticle) return matCrossSection; - } + currentMaterial = mat; matParticle = part->GetDefinition(); matKinEnergy = part->GetKineticEnergy(); @@ -292,58 +295,36 @@ G4CrossSectionDataStore::ComputeCrossSection(const G4DynamicParticle* part, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... -G4double -G4CrossSectionDataStore::GetCrossSection(const G4DynamicParticle* part, - const G4Element* elm, - const G4Material* mat) +G4double G4CrossSectionDataStore::GetCrossSection(const G4DynamicParticle* part, + const G4Element* elm, + const G4Material* mat) { - if(mat == elmMaterial && elm == currentElement && - part->GetDefinition() == elmParticle && - part->GetKineticEnergy() == elmKinEnergy) - { return elmCrossSection; } - - elmMaterial = mat; - currentElement = elm; - elmParticle = part->GetDefinition(); - elmKinEnergy = part->GetKineticEnergy(); - elmCrossSection = 0.0; - - G4int i = nDataSetList-1; + G4int i = nDataSetList - 1; G4int Z = elm->GetZasInt(); - if (elm->GetNaturalAbundanceFlag() && - dataSetList[i]->IsElementApplicable(part, Z, mat)) { + if(elm->GetNaturalAbundanceFlag() && + dataSetList[i]->IsElementApplicable(part, Z, mat)) + { // element wise cross section - elmCrossSection = dataSetList[i]->GetElementCrossSection(part, Z, mat); + return dataSetList[i]->GetElementCrossSection(part, Z, mat); + } - //G4cout << "Element wise " << elmParticle->GetParticleName() - // << " xsec(barn)= " << elmCrossSection/barn - // << " E(MeV)= " << elmKinEnergy/MeV - // << " Z= " << Z << " AbundFlag= " << elm->GetNaturalAbandancesFlag() - // <GetNumberOfIsotopes(); - } else { - // isotope wise cross section - size_t nIso = elm->GetNumberOfIsotopes(); - - // user-defined isotope abundances - const G4double* abundVector = elm->GetRelativeAbundanceVector(); - - for (size_t j=0; j 0.0) { - const G4Isotope* iso = elm->GetIsotope(j); - elmCrossSection += abundVector[j]* - GetIsoCrossSection(part, Z, iso->GetN(), iso, elm, mat, i); - //G4cout << "Isotope wise " << elmParticle->GetParticleName() - // << " xsec(barn)= " << elmCrossSection/barn - // << " E(MeV)= " << elmKinEnergy/MeV - // << " Z= " << Z << " A= " << iso->GetN() << " j= " << j << G4endl; - } - } + // user-defined isotope abundances + const G4double* abundVector = elm->GetRelativeAbundanceVector(); + + G4double sigma = 0.0; + + for(size_t j = 0; j < nIso; ++j) + { + const G4Isotope* iso = elm->GetIsotope(j); + sigma += abundVector[j] * + GetIsoCrossSection(part, Z, iso->GetN(), iso, elm, mat, i); } - //G4cout << " E(MeV)= " << elmKinEnergy/MeV - // << "xsec(barn)= " << elmCrossSection/barn <GetMaxEnergy() * - ( std::abs( p.GetBaryonNumber() ) > 1 ? Zmax : 1 ) ); + G4int fact = (std::abs(p.GetBaryonNumber()) > 1 || + p.GetParticleName() == "GenericIon") ? Zmax : 1; + SetMaxKinEnergy(G4HadronicParameters::Instance()->GetMaxEnergy() * fact); } void G4CrossSectionElastic::DumpPhysicsTable(const G4ParticleDefinition& p) diff --git a/source/processes/hadronic/cross_sections/src/G4CrossSectionInelastic.cc b/source/processes/hadronic/cross_sections/src/G4CrossSectionInelastic.cc index 72a21d1ec0c..24f64830c41 100644 --- a/source/processes/hadronic/cross_sections/src/G4CrossSectionInelastic.cc +++ b/source/processes/hadronic/cross_sections/src/G4CrossSectionInelastic.cc @@ -91,8 +91,9 @@ void G4CrossSectionInelastic::BuildPhysicsTable(const G4ParticleDefinition& p) // often shared between the different types of ions (d, t, He3, alpha, and // genericIon) therefore we scale by Zmax - which is safely larger than the // number of nucleons of the heaviest nuclides. - SetMaxKinEnergy( G4HadronicParameters::Instance()->GetMaxEnergy() * - ( std::abs( p.GetBaryonNumber() ) > 1 ? Zmax : 1 ) ); + G4int fact = (std::abs(p.GetBaryonNumber()) > 1 || + p.GetParticleName() == "GenericIon") ? Zmax : 1; + SetMaxKinEnergy(G4HadronicParameters::Instance()->GetMaxEnergy() * fact); } void G4CrossSectionInelastic::DumpPhysicsTable(const G4ParticleDefinition& p) diff --git a/source/processes/hadronic/cross_sections/src/G4GammaNuclearXS.cc b/source/processes/hadronic/cross_sections/src/G4GammaNuclearXS.cc index fd8fadb5991..e7c8d7550fd 100644 --- a/source/processes/hadronic/cross_sections/src/G4GammaNuclearXS.cc +++ b/source/processes/hadronic/cross_sections/src/G4GammaNuclearXS.cc @@ -73,7 +73,7 @@ G4GammaNuclearXS::G4GammaNuclearXS() // verboseLevel = 0; if(verboseLevel > 0){ G4cout << "G4GammaNuclearXS::G4GammaNuclearXS Initialise for Z < " - << MAXZEL << G4endl; + << MAXZGAMMAN << G4endl; } ggXsection = G4CrossSectionDataSetRegistry::Instance()->GetCrossSectionDataSet("PhotoNuclearXS"); if(ggXsection == nullptr) ggXsection = new G4PhotoNuclearCrossSection(); @@ -83,7 +83,7 @@ G4GammaNuclearXS::G4GammaNuclearXS() G4GammaNuclearXS::~G4GammaNuclearXS() { if(isMaster) { - for(G4int i=0; iGetKineticEnergy(); - G4int Z = (ZZ >= MAXZEL) ? MAXZEL - 1 : ZZ; + G4int Z = (ZZ >= MAXZGAMMAN) ? MAXZGAMMAN - 1 : ZZ; auto pv = GetPhysicsVector(Z); if(pv == nullptr) { return xs; } @@ -217,7 +217,7 @@ G4GammaNuclearXS::BuildPhysicsTable(const G4ParticleDefinition& p) auto elmVec = mat->GetElementVector(); size_t numOfElem = mat->GetNumberOfElements(); for (size_t ie = 0; ie < numOfElem; ++ie) { - G4int Z = std::max(1,std::min(((*elmVec)[ie])->GetZasInt(), MAXZEL-1)); + G4int Z = std::max(1,std::min(((*elmVec)[ie])->GetZasInt(), MAXZGAMMAN-1)); if(data[Z] == nullptr) { Initialise(Z); } } } diff --git a/source/processes/hadronic/cross_sections/src/G4ParticleInelasticXS.cc b/source/processes/hadronic/cross_sections/src/G4ParticleInelasticXS.cc index fd6402b2ad3..8fbf961de80 100644 --- a/source/processes/hadronic/cross_sections/src/G4ParticleInelasticXS.cc +++ b/source/processes/hadronic/cross_sections/src/G4ParticleInelasticXS.cc @@ -49,6 +49,7 @@ #include "Randomize.hh" #include "G4SystemOfUnits.hh" #include "G4IsotopeList.hh" +#include "G4HadronicParameters.hh" #include #include @@ -297,6 +298,9 @@ G4ParticleInelasticXS::BuildPhysicsTable(const G4ParticleDefinition& p) return; } + G4int fact = (p.GetParticleName() == "proton") ? 1 : 256; + SetMaxKinEnergy(G4HadronicParameters::Instance()->GetMaxEnergy() * fact); + if(data[index] == nullptr) { #ifdef G4MULTITHREADED G4MUTEXLOCK(&particleInelasticXSMutex); diff --git a/source/processes/hadronic/cross_sections/src/G4VCrossSectionDataSet.cc b/source/processes/hadronic/cross_sections/src/G4VCrossSectionDataSet.cc index 60eb07e6959..fa03546b129 100644 --- a/source/processes/hadronic/cross_sections/src/G4VCrossSectionDataSet.cc +++ b/source/processes/hadronic/cross_sections/src/G4VCrossSectionDataSet.cc @@ -47,9 +47,9 @@ #include "G4HadronicParameters.hh" G4VCrossSectionDataSet::G4VCrossSectionDataSet(const G4String& nam) : - verboseLevel(0),minKinEnergy(0.0), + verboseLevel(0),name(nam),minKinEnergy(0.0), maxKinEnergy(G4HadronicParameters::Instance()->GetMaxEnergy()), - isForAllAtomsAndEnergies(false),name(nam) + isForAllAtomsAndEnergies(false) { registry = G4CrossSectionDataSetRegistry::Instance(); registry->Register(this); diff --git a/source/processes/hadronic/cross_sections/src/G4VCrossSectionRatio.cc b/source/processes/hadronic/cross_sections/src/G4VCrossSectionRatio.cc index a377a3c183f..372b13950d9 100644 --- a/source/processes/hadronic/cross_sections/src/G4VCrossSectionRatio.cc +++ b/source/processes/hadronic/cross_sections/src/G4VCrossSectionRatio.cc @@ -37,23 +37,13 @@ // #include "G4VCrossSectionRatio.hh" -#include "G4ParticleDefinition.hh" G4VCrossSectionRatio::G4VCrossSectionRatio(const G4String& nam, G4int verb) - : verboseLevel(verb),name(nam) -{} + : G4VCrossSectionDataSet(nam) +{ + SetVerboseLevel(verb); +} G4VCrossSectionRatio::~G4VCrossSectionRatio() {} -void -G4VCrossSectionRatio::Description() const -{} - -void -G4VCrossSectionRatio::BuildPhysicsTable(const G4ParticleDefinition&) -{} - -void -G4VCrossSectionRatio::DumpPhysicsTable(const G4ParticleDefinition&) -{} diff --git a/source/processes/hadronic/models/particle_hp/History b/source/processes/hadronic/models/particle_hp/History index d1a9fcc097c..97c71c74255 100644 --- a/source/processes/hadronic/models/particle_hp/History +++ b/source/processes/hadronic/models/particle_hp/History @@ -14,6 +14,11 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +05 January 2021 Vladimir Ivanchenko (hadr-hpp-V10-06-13) +-------------------------------------------------------- +- G4ParticleHPThermalScattering - add final state phi-rotation; + fixed problems #2290 and #1856 + 05 November 2020 Alberto Ribon (hadr-hpp-V10-06-12) -------------------------------------------------- - G4ParticleHPInelastic, G4ParticleHPInelasticData : improved error message diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc index 496ecdc1ae3..d9033811acd 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc @@ -65,74 +65,19 @@ G4ParticleHPThermalScattering::G4ParticleHPThermalScattering() SetMaxEnergy( 4*eV ); theXSection = new G4ParticleHPThermalScatteringData(); - //sizeOfMaterialTable = G4Material::GetMaterialTable()->size(); - //buildPhysicsTable(); nMaterial = 0; nElement = 0; } - + G4ParticleHPThermalScattering::~G4ParticleHPThermalScattering() { - -/* - for ( std::map < G4int , std::map < G4double , std::vector < E_isoAng* >* >* >::iterator it = incoherentFSs->begin() ; it != incoherentFSs->end() ; it++ ) - { - std::map < G4double , std::vector < E_isoAng* >* >::iterator itt; - for ( itt = it->second->begin() ; itt != it->second->end() ; itt++ ) - { - std::vector< E_isoAng* >::iterator ittt; - for ( ittt = itt->second->begin(); ittt != itt->second->end() ; ittt++ ) - { - delete *ittt; - } - delete itt->second; - } - delete it->second; - } - - for ( std::map < G4int , std::map < G4double , std::vector < std::pair< G4double , G4double >* >* >* >::iterator it = coherentFSs->begin() ; it != coherentFSs->end() ; it++ ) - { - std::map < G4double , std::vector < std::pair< G4double , G4double >* >* >::iterator itt; - for ( itt = it->second->begin() ; itt != it->second->end() ; itt++ ) - { - std::vector < std::pair< G4double , G4double >* >::iterator ittt; - for ( ittt = itt->second->begin(); ittt != itt->second->end() ; ittt++ ) - { - delete *ittt; - } - delete itt->second; - } - delete it->second; - } - - for ( std::map < G4int , std::map < G4double , std::vector < E_P_E_isoAng* >* >* >::iterator it = inelasticFSs->begin() ; it != inelasticFSs->end() ; it++ ) - { - std::map < G4double , std::vector < E_P_E_isoAng* >* >::iterator itt; - for ( itt = it->second->begin() ; itt != it->second->end() ; itt++ ) - { - std::vector < E_P_E_isoAng* >::iterator ittt; - for ( ittt = itt->second->begin(); ittt != itt->second->end() ; ittt++ ) - { - std::vector < E_isoAng* >::iterator it4; - for ( it4 = (*ittt)->vE_isoAngle.begin() ; it4 != (*ittt)->vE_isoAngle.end() ; it4++ ) - { - delete *it4; - } - delete *ittt; - } - delete itt->second; - } - delete it->second; - } -*/ - delete theHPElastic; - //TKDB 160506 - //delete theXSection; } + + void G4ParticleHPThermalScattering::clearCurrentFSData() { if ( incoherentFSs != NULL ) { @@ -392,20 +337,11 @@ E_isoAng* G4ParticleHPThermalScattering::readAnE_isoAng( std::istream* file ) G4HadFinalState* G4ParticleHPThermalScattering::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aNucleus ) { -/* - //Trick for dynamically generated materials - if ( sizeOfMaterialTable != G4Material::GetMaterialTable()->size() ) { - sizeOfMaterialTable = G4Material::GetMaterialTable()->size(); - buildPhysicsTable(); - theXSection->BuildPhysicsTable( *aTrack.GetDefinition() ); - } -*/ // Select Element > Reaction > const G4Material * theMaterial = aTrack.GetMaterial(); G4double aTemp = theMaterial->GetTemperature(); G4int n = theMaterial->GetNumberOfElements(); - //static const G4ElementTable* theElementTable = G4Element::GetElementTable(); G4bool findThermalElement = false; G4int ielement; @@ -521,10 +457,11 @@ G4HadFinalState* G4ParticleHPThermalScattering::ApplyYourself(const G4HadProject //set theParticleChange.SetEnergyChange( sE ); - theParticleChange.SetMomentumChange( 0.0 , std::sqrt ( 1 - mu*mu ) , mu ); + G4double phi = CLHEP::twopi*G4UniformRand(); + G4double sint= std::sqrt ( 1 - mu*mu ); + theParticleChange.SetMomentumChange( sint*std::cos(phi), sint*std::sin(phi), mu ); } - //else if ( random <= ( inelastic + theXSection->GetCoherentCrossSection( dp , (*theElementTable)[ ielement ] , aTemp ) ) / total ) else if ( random <= ( inelastic + theXSection->GetCoherentCrossSection( dp , theElement , theMaterial ) ) / total ) { // Coherent Elastic @@ -582,7 +519,6 @@ G4HadFinalState* G4ParticleHPThermalScattering::ApplyYourself(const G4HadProject std::vector< G4double > vp_T; G4int n1 = pvE_p_TL->size(); - //G4int n2 = pvE_p_TH->size(); //171005 fix bug, contribution from H.N. TRAN@CEA for ( G4int i=0 ; i < n1 ; i++ ) @@ -623,7 +559,9 @@ G4HadFinalState* G4ParticleHPThermalScattering::ApplyYourself(const G4HadProject //G4cout << "E= " << E/eV << ", Ei= " << Ei << ", mu= " << mu << G4endl; theParticleChange.SetEnergyChange( E ); - theParticleChange.SetMomentumChange( 0.0 , std::sqrt ( 1 - mu*mu ) , mu ); + G4double phi = CLHEP::twopi*G4UniformRand(); + G4double sint= std::sqrt ( 1 - mu*mu ); + theParticleChange.SetMomentumChange( sint*std::cos(phi), sint*std::sin(phi), mu ); } else @@ -693,7 +631,9 @@ G4HadFinalState* G4ParticleHPThermalScattering::ApplyYourself(const G4HadProject // Set Final State theParticleChange.SetEnergyChange( aTrack.GetKineticEnergy() ); // No energy change in Elastic - theParticleChange.SetMomentumChange( 0.0 , std::sqrt ( 1 - mu*mu ) , mu ); + G4double phi = CLHEP::twopi*G4UniformRand(); + G4double sint= std::sqrt ( 1 - mu*mu ); + theParticleChange.SetMomentumChange( sint*std::cos(phi), sint*std::sin(phi), mu ); } delete dp; diff --git a/source/processes/hadronic/stopping/History b/source/processes/hadronic/stopping/History index cfec7684e6e..6862b693bef 100644 --- a/source/processes/hadronic/stopping/History +++ b/source/processes/hadronic/stopping/History @@ -14,6 +14,15 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +29 January 2021 V.Ivanchenko (hadr-stopping-V10-06-03) + -------------------------------------------------------------------- +- G4MuonicAtomDecay - fixed remaining Coverity warning, removed + commented code + +05 December 2020 V.Ivanchenko + -------------------------------------------------------------------- +- G4MuonicAtomDecay - fixed Coverity warning, removed commented code + 01 April 2020 V.Ivanchenko (hadr-stopping-V10-06-02) -------------------------------------------------------------------- - G4MuonicAtomDecay - fixed Coverity warning diff --git a/source/processes/hadronic/stopping/src/G4MuonicAtomDecay.cc b/source/processes/hadronic/stopping/src/G4MuonicAtomDecay.cc index 62024dc1a5d..30dfad30232 100644 --- a/source/processes/hadronic/stopping/src/G4MuonicAtomDecay.cc +++ b/source/processes/hadronic/stopping/src/G4MuonicAtomDecay.cc @@ -84,7 +84,6 @@ G4MuonicAtomDecay::G4MuonicAtomDecay(G4HadronicInteraction* hiptr, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4MuonicAtomDecay::~G4MuonicAtomDecay() -//{delete theTotalResult;} {} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -176,7 +175,7 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack, G4ForceCondition* condition = nullptr; // it is unused in the following call anyway G4double meanlife = GetMeanLifeTime(aTrack, condition); - G4HadFinalState* result = nullptr; // result before converting to G4VParticleChange* + G4HadFinalState* result = nullptr; // result before converting to G4VParticleChange* // G4int nSecondaries = 0; // save track time and start from zero time // G4double time0 = aTrack.GetGlobalTime(); FillResult does it @@ -220,7 +219,7 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack, G4VDecayChannel* decaychannel = nullptr; G4double massParent = aParticle->GetMass(); decaychannel = decaytable->SelectADecayChannel(massParent); - if ( decaychannel ==0) { + if (decaychannel == nullptr) { // decay channel not found G4ExceptionDescription ed; ed << "Can not determine decay channel for " @@ -256,17 +255,18 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack, } #endif products = decaychannel->DecayIt(aParticle->GetMass()); - if(!products) { + if(products == nullptr) { G4ExceptionDescription ed; ed << "No products are generated for " << aParticleDef->GetParticleName(); G4Exception("G4MuonicAtomDecay::DecayIt","DECAY003",FatalException,ed); + return &theTotalResult; } #ifdef G4VERBOSE if (GetVerboseLevel()>1) { decaychannel->SetVerboseLevel(temp); } - if (GetVerboseLevel()>2 && products) { + if (GetVerboseLevel()>2) { if (! products->IsChecked() ) products->DumpInfo(); } #endif @@ -304,11 +304,11 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack, // PostStep case products->Boost( ParentEnergy, ParentDirection); } - // G4ParticleChangeForDecay fParticleChangeForDecay; // is it equivalent to G4ParticleChange* theTotalResult; //add products in theTotalResult - G4int numberOfSecondaries = products->entries(); + G4int numberOfSecondaries = (nullptr != products) ? products->entries() : 0; theTotalResult.SetNumberOfSecondaries(numberOfSecondaries); + #ifdef G4VERBOSE if (GetVerboseLevel()>1) { G4cout << "G4MuonicAtomDecay::DecayIt : Decay vertex :"; @@ -414,7 +414,7 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack, FatalException, ed); } // Loop checking, 06-Aug-2015, Vladimir Ivanchenko - } while(!result); + } while(result == nullptr); // add delay time of capture (inter + intra) G4int nsec = result->GetNumberOfSecondaries(); @@ -432,8 +432,6 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack, FillResult(result,aTrack); - // delete result;// causes bad free check fixme; move to the class members? - ClearNumberOfInteractionLengthLeft(); return &theTotalResult; diff --git a/source/processes/transportation/History b/source/processes/transportation/History index c7607fc5007..90291e25f36 100644 --- a/source/processes/transportation/History +++ b/source/processes/transportation/History @@ -16,8 +16,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -Oct 26th 2020, G. Amadio & J.Apostolakis transport-V10-06-00 +Dec 16th 2020, G. Amadio transport-V10-06-01 +---------------------------- +Limit reporting of number of calls to G4Transportation::AlongStepDoIt() +to when either G4VERBOSE or G4DEBUG_TRANSPORT is defined, which allows to +avoid using a thread local variable for a slight performance gain. +Oct 26th 2020, G. Amadio & J.Apostolakis transport-V10-06-00 +---------------------------- A substantial reorganisation of G4Transportation::AlongStepGPIL to use values already in cache, reduce the number of branches, and use extra local variables for track properties to avoid indirections. diff --git a/source/processes/transportation/src/G4Transportation.cc b/source/processes/transportation/src/G4Transportation.cc index dd19e071efc..833dde37d8a 100644 --- a/source/processes/transportation/src/G4Transportation.cc +++ b/source/processes/transportation/src/G4Transportation.cc @@ -492,9 +492,12 @@ G4double G4Transportation::AlongStepGetPhysicalInteractionLength( G4VParticleChange* G4Transportation::AlongStepDoIt( const G4Track& track, const G4Step& stepData ) { +#if defined(G4VERBOSE) || defined(G4DEBUG_TRANSPORT) static G4ThreadLocal G4long noCallsASDI=0; - const char *methodName= "AlongStepDoIt"; noCallsASDI++; +#else + #define noCallsASDI 0 +#endif fParticleChange.Initialize(track) ; @@ -591,7 +594,7 @@ G4VParticleChange* G4Transportation::AlongStepDoIt( const G4Track& track, if( endEnergy > fThreshold_Warning_Energy && ! fSilenceLooperWarnings ) { fpLogger->ReportLoopingTrack( track, stepData, fNoLooperTrials, - noCallsASDI, methodName ); + noCallsASDI, __func__ ); } fNoLooperTrials=0; } @@ -606,7 +609,7 @@ G4VParticleChange* G4Transportation::AlongStepDoIt( const G4Track& track, #ifdef G4VERBOSE if( verboseLevel > 2 && ! fSilenceLooperWarnings ) { - G4cout << " " << methodName + G4cout << " " << __func__ << " Particle is looping but is saved ..." << G4endl << " Number of trials = " << fNoLooperTrials << G4endl << " No of calls to = " << noCallsASDI << G4endl; diff --git a/source/processes/transportation/src/G4TransportationLogger.cc b/source/processes/transportation/src/G4TransportationLogger.cc index e02c045bfcf..2cdd2dc6ae2 100644 --- a/source/processes/transportation/src/G4TransportationLogger.cc +++ b/source/processes/transportation/src/G4TransportationLogger.cc @@ -129,10 +129,11 @@ void G4TransportationLogger::ReportLoopingTrack( const G4Track & track, << G4endl << " Number of propagation trials = " << numTrials << " ( vs maximum = " << GetThresholdTrials() << " for 'important' particles ) " - << G4endl - << " ( Number of *calls* of Transport/AlongStepDoIt = " << noCalls << " )" << G4endl; + if (noCalls) + msg << " ( Number of *calls* of Transport/AlongStepDoIt = " << noCalls << " )" << G4endl; + const G4int numPrints= 5; if( numAdviceExcessSteps++ < numPrints ) { diff --git a/source/run/History b/source/run/History index ba2637dedfc..dadad38dd56 100644 --- a/source/run/History +++ b/source/run/History @@ -16,6 +16,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +December 07, 2020 Vladimir Ivanchenko (run-V10-06-20) +- G4PhysicsListHelper - added forgotten processes (general positron + and surface reflection) + November 21, 2020 Gabriele Cosmo (run-V10-06-19) - Fixed compilation warnings in G4RunManager. diff --git a/source/run/src/G4PhysicsListHelper.cc b/source/run/src/G4PhysicsListHelper.cc index be4d059f8e7..26967420f8d 100644 --- a/source/run/src/G4PhysicsListHelper.cc +++ b/source/run/src/G4PhysicsListHelper.cc @@ -820,6 +820,16 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; + tmp.processTypeName = "PositronSuper"; + tmp.processType = 2; + tmp.processSubType = 17; + tmp.ordering[0] = 1; + tmp.ordering[1] = 1; + tmp.ordering[2] = 1; + tmp.isDuplicable = false; + theTable->push_back(tmp); + sizeOfTable += 1; + tmp.processTypeName = "Cerenkov"; tmp.processType = 2; tmp.processSubType = 21; @@ -860,6 +870,16 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; + tmp.processTypeName = "SurfaceRefl"; + tmp.processType = 2; + tmp.processSubType = 25; + tmp.ordering[0] = -1; + tmp.ordering[1] = -1; + tmp.ordering[2] = 1000; + tmp.isDuplicable = false; + theTable->push_back(tmp); + sizeOfTable += 1; + tmp.processTypeName = "OpAbsorb"; tmp.processType = 3; tmp.processSubType = 31; @@ -990,7 +1010,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "DNAElectronSolvatation"; + tmp.processTypeName = "DNAElecSolv"; tmp.processType = 2; tmp.processSubType = 58; tmp.ordering[0] = -1; @@ -1000,7 +1020,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "DNAMolecularDecay"; + tmp.processTypeName = "DNAMolecDecay"; tmp.processType = 6; tmp.processSubType = 59; tmp.ordering[0] = 1000; @@ -1010,7 +1030,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "ITTransportation"; + tmp.processTypeName = "ITTransport"; tmp.processType = 1; tmp.processSubType = 60; tmp.ordering[0] = -1; @@ -1020,7 +1040,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "DNABrownianTransportation"; + tmp.processTypeName = "DNABrownTrans"; tmp.processType = 1; tmp.processSubType = 61; tmp.ordering[0] = -1; @@ -1030,7 +1050,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "DNADoubleIonisation"; + tmp.processTypeName = "DNADoubleIoni"; tmp.processType = 2; tmp.processSubType = 62; tmp.ordering[0] = -1; @@ -1040,7 +1060,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "DNADoubleCapture"; + tmp.processTypeName = "DNADoubleCap"; tmp.processType = 2; tmp.processSubType = 63; tmp.ordering[0] = -1; @@ -1050,7 +1070,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "DNAIonisingTransfer"; + tmp.processTypeName = "DNAIoniTransfer"; tmp.processType = 2; tmp.processSubType = 64; tmp.ordering[0] = -1; @@ -1070,7 +1090,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "HadInElastic"; + tmp.processTypeName = "HadInelastic"; tmp.processType = 4; tmp.processSubType = 121; tmp.ordering[0] = -1; @@ -1090,7 +1110,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter() theTable->push_back(tmp); sizeOfTable += 1; - tmp.processTypeName = "MuAtomicCapture"; + tmp.processTypeName = "MuAtomCapture"; tmp.processType = 4; tmp.processSubType = 132; tmp.ordering[0] = -1; diff --git a/source/tasking/History b/source/tasking/History index 1b7590dd7ad..e66a125ee98 100644 --- a/source/tasking/History +++ b/source/tasking/History @@ -16,6 +16,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Jan 25th, 2021 Makoto Asai (tasking-V10-06-14) +- G4WorkerTaskRunManager.cc : Correct the way to count the number of events + processed in a worker thread. This correction also fixes a rare crash due to + accessing to the seed vector more than necessary. +- G4TaskRunManager.cc : Reduce number of events per task to evenly distribute + evnets to all available threads. + Nov 12th, 2020 Jonathan Madsen (tasking-V10-06-13) - Added G4Profiler support - Removed TIMEMORY_AUTO_TIMER diff --git a/source/tasking/src/G4TaskRunManager.cc b/source/tasking/src/G4TaskRunManager.cc index 3d5aae0a04c..30657d4b7a5 100644 --- a/source/tasking/src/G4TaskRunManager.cc +++ b/source/tasking/src/G4TaskRunManager.cc @@ -313,6 +313,26 @@ void G4TaskRunManager::ComputeNumberOfTasks() ? (numberOfEventToBeProcessed / grainSize) : 1; + if(eventModuloDef > 0) + { eventModulo = eventModuloDef; } + else + { + eventModulo = G4int(std::sqrt(G4double(numberOfEventToBeProcessed))); + if(eventModulo < 1) eventModulo = 1; + } + if(eventModulo > nEvtsPerTask) + { + G4int oldMod = eventModulo; + eventModulo = nEvtsPerTask; + + G4ExceptionDescription msgd; + msgd << "Event modulo is reduced to " << eventModulo << " (was " + << oldMod << ")" << " to distribute events to all threads."; + G4Exception("G4TaskRunManager::InitializeEventLoop()", "Run10035", + JustWarning, msgd); + } + nEvtsPerTask = eventModulo; + if(fakeRun) nEvtsPerTask = G4GetEnv( "G4FORCE_EVENTS_PER_TASK", nEvtsPerTask, @@ -510,30 +530,6 @@ void G4TaskRunManager::InitializeEventLoop(G4int n_event, const char* macroFile, // initialize seeds // If user did not implement InitializeSeeds, // use default: nSeedsPerEvent seeds per event - if(eventModuloDef > 0) - { - eventModulo = eventModuloDef; - if(eventModulo > numberOfEventsPerTask) - { - G4int oldMod = eventModulo; - eventModulo = numberOfEventsPerTask; - if(eventModulo < 1) - eventModulo = 1; - - G4ExceptionDescription msgd; - msgd << "Event modulo is reduced to " << eventModulo << " (was " - << oldMod << ")" - << " to distribute events to all threads."; - G4Exception("G4TaskRunManager::InitializeEventLoop()", "Run10035", - JustWarning, msgd); - } - } - else - { - eventModulo = G4int(std::sqrt(G4double(numberOfEventsPerTask))); - if(eventModulo < 1) - eventModulo = 1; - } if(n_event > 0) { @@ -682,6 +678,7 @@ G4int G4TaskRunManager::SetUpNEvents(G4Event* evt, G4SeedsQueue* seedsQueue, nmod = numberOfEventToBeProcessed - numberOfEventProcessed; } evt->SetEventID(numberOfEventProcessed); + if(reseedRequired) { G4RNGHelper* helper = G4RNGHelper::GetInstance(); diff --git a/source/tasking/src/G4WorkerTaskRunManager.cc b/source/tasking/src/G4WorkerTaskRunManager.cc index 14772887e07..6426152fd0e 100644 --- a/source/tasking/src/G4WorkerTaskRunManager.cc +++ b/source/tasking/src/G4WorkerTaskRunManager.cc @@ -223,13 +223,9 @@ void G4WorkerTaskRunManager::DoEventLoop(G4int n_event, const char* macroFile, if(eventLoopOnGoing) { TerminateOneEvent(); - if(runAborted) - eventLoopOnGoing = false; - } - else - { - numberOfEventProcessed++; + if(runAborted) eventLoopOnGoing = false; } + if(!eventLoopOnGoing) break; } // TerminateEventLoop(); diff --git a/source/visualization/OpenInventor/History b/source/visualization/OpenInventor/History index 99914417f3b..552d126453d 100644 --- a/source/visualization/OpenInventor/History +++ b/source/visualization/OpenInventor/History @@ -19,6 +19,26 @@ committal in the CVS repository ! History file for visualization/OpenInventor ------------------------------------------- +06 January 2021 Frederick Jones (openinventor-V10-06-12) +- G4OpenInventorQtViewer, G4OpenInventorQtExaminerViewer + o Under UIQt: viewer fails (root node is null) if + /vis/open/OI command is entered. Suspected a timing + problem and moved uiQt->addTabWidget() from G4OIQtViewer + to G4OIQtExaminerviewer::afterRealizeHook(). + +08 December 2020 Frederick Jones +- G4OpenInventorQtViewer.hh,cc: + o Fixed the uiQt->addTabWidget() call with correct arguments + so that tabbed viewer opens correctly. + o For UIQt case suppressed the viewer window titling which was + changing the UI window title. + +22 October 2020 John Allison +- Some changes to instantiation and initialisation. + o G4OpenInventorQtViewer now opens in a tab with correct name. + o The main window name is left unchanged (it has same name as executable). + o But the G4OpenInventorQtExaminerViewer still opens in a detached window. + 20 October 2020 Frederick Jones (openinventor-V10-06-11) - Completed all the planned features of the OIQt viewer. - This Qt based viewer implements all the functionality diff --git a/source/visualization/OpenInventor/include/G4OpenInventorQtExaminerViewer.hh b/source/visualization/OpenInventor/include/G4OpenInventorQtExaminerViewer.hh index 6926e118e60..4e61b2e27dd 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorQtExaminerViewer.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventorQtExaminerViewer.hh @@ -127,6 +127,7 @@ private Q_SLOTS : private: static G4OpenInventorQtExaminerViewer* viewer; + const char* fName; void (*escapeCallback)(); // void (*escapeCallback)(void*); diff --git a/source/visualization/OpenInventor/src/G4OpenInventorQt.cc b/source/visualization/OpenInventor/src/G4OpenInventorQt.cc index faca02bbe63..0e37addbef1 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorQt.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorQt.cc @@ -31,14 +31,7 @@ // this : #include "G4OpenInventorQt.hh" -#include - #include "G4SoQt.hh" -#include "G4UIQt.hh" -#include "G4Qt.hh" -#include "G4UImanager.hh" -#include -//#include "G4Qt.hh" #include "G4OpenInventorSceneHandler.hh" #include "G4OpenInventorQtViewer.hh" @@ -119,20 +112,28 @@ G4OpenInventorQt::~G4OpenInventorQt() G4VViewer* G4OpenInventorQt::CreateViewer(G4VSceneHandler& scene, const G4String& name) { - G4UImanager* UI = G4UImanager::GetUIpointer(); - G4UIQt *uiQt = static_cast (UI->GetG4UIWindow()); - if (uiQt) { - if (!((G4Qt*)(GetInteractorManager()->GetMainInteractor()))->IsExternalApp()) { - QWidget* mainWin = (QWidget*)(GetInteractorManager()->GetMainInteractor()); - // Trying to get around git by adding this comment 2 - uiQt->AddTabWidget((QWidget*)mainWin,QString(name)); + auto pView = new G4OpenInventorQtViewer(static_cast(scene), name); + + if (pView) { + if (pView->GetViewId() < 0) { + G4cerr << + "G4OpenInventorQt::CreateViewer: ERROR flagged by negative" + " view id in G4OpenInventorQtViewer creation." + "\n Destroying view and returning null pointer." + << G4endl; + delete pView; + pView = 0; } } + if (!pView) { + G4cerr << + "G4OpenInventorQt::CreateViewer: ERROR: null pointer on new G4OpenInventorQtViewer." + << G4endl; + } Initialize(); - - G4OpenInventorSceneHandler* pScene = (G4OpenInventorSceneHandler*)&scene; - return new G4OpenInventorQtViewer(*pScene, name); + + return pView; } #endif diff --git a/source/visualization/OpenInventor/src/G4OpenInventorQtExaminerViewer.cc b/source/visualization/OpenInventor/src/G4OpenInventorQtExaminerViewer.cc index 2591a5bec61..53b31ff98cf 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorQtExaminerViewer.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorQtExaminerViewer.cc @@ -40,8 +40,8 @@ #include // For using sort on a vector #include "G4ios.hh" -//#include "G4UImanager.hh" -//#include "G4UIQt.hh" +#include "G4UImanager.hh" +#include "G4UIQt.hh" #include #include @@ -131,7 +131,7 @@ G4OpenInventorQtExaminerViewer(QWidget* parent, const char* name, SbBool embed, // FWJ THIS DOESN'T WORK APPARENTLY NO MAINWINDOW // QMenuBar* menubar = ((QMainWindow*)parent)->menuBar(); // G4cout << "G4OpenInventorQtExaminerViewer menubar=" << menubar << G4endl; - + fName = name; viewer = this; construct(TRUE); } @@ -164,12 +164,6 @@ void G4OpenInventorQtExaminerViewer::construct(const SbBool) buildWidget(getParentWidget()); - // TRY TO EMBED IN Qt UI - // Works but dumps core on a subsequent vis/open OIQt - // auto UI = G4UImanager::GetUIpointer(); - // auto uiQt = dynamic_cast(UI->GetG4UIWindow()); - // if (uiQt) uiQt->AddTabWidget(getParentWidget(), "OIQt"); - fileName = "bookmarkFile"; // Default viewpoint file name viewPtIdx = -1; // index of the most recent viewpoint in viewPtList vector @@ -762,6 +756,11 @@ void G4OpenInventorQtExaminerViewer::afterRealizeHook() AuxWindow->show(); AuxWindow->raise(); AuxWindow->activateWindow(); + + auto UI = G4UImanager::GetUIpointer(); + auto uiQt = dynamic_cast(UI->GetG4UIWindow()); + // This explicitly sets the TabWidget as parent before addTab(): + if (uiQt) uiQt->AddTabWidget(getParentWidget(), QString(fName)); } diff --git a/source/visualization/OpenInventor/src/G4OpenInventorQtViewer.cc b/source/visualization/OpenInventor/src/G4OpenInventorQtViewer.cc index 3b289575feb..b5c7f9129ab 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorQtViewer.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorQtViewer.cc @@ -51,6 +51,8 @@ #include "G4OpenInventorSceneHandler.hh" #include "G4VInteractorManager.hh" #include "G4VisManager.hh" +#include "G4UImanager.hh" +#include "G4UIQt.hh" #include "G4SoQt.hh" @@ -64,7 +66,7 @@ G4OpenInventorQtViewer::G4OpenInventorQtViewer( { // FWJ fName is in G4VViewer parent of G4OpenInventorViewer if (G4VisManager::GetVerbosity() >= G4VisManager::confirmations) - G4cout << "Window name: " << fName << G4endl; + G4cout << "Window name: " << fName << G4endl; } @@ -77,8 +79,23 @@ void G4OpenInventorQtViewer::Initialise() // G4cout << "G4OIQtViewer: Creating G4OIQtExaminerViewer with parent " << // parent << G4endl; - // fViewer = new SoQtExaminerViewer(parent, "Geant4", TRUE); - fViewer = new G4OpenInventorQtExaminerViewer(parent, "Geant4", TRUE); + fViewer = new G4OpenInventorQtExaminerViewer(parent, fName, TRUE); + + auto UI = G4UImanager::GetUIpointer(); + auto uiQt = dynamic_cast(UI->GetG4UIWindow()); + + // Moved this to G4OpenInventorQtExaminerViewer::afterRealizeHook() + /////////////////////////////////////////////////////////// + // + // This explicitly sets the TabWidget as parent before addTab(): + // if (uiQt) uiQt->AddTabWidget(parent, QString(fName)); + /////////////////////////////////////////////////////////// + + // Simpler: calls addTab(), but causes viewer parts to show (temporarily) + // in the "Useful tips" page !! + // if (uiQt) uiQt->AddViewerTab(parent, fName); + // Leaves an empty viewer window frame hanging around: + // if (uiQt) uiQt->AddTabWidget(fViewer->getWidget(), QString(fName)); // G4String wName = fName; // @@ -215,7 +232,8 @@ void G4OpenInventorQtViewer::Initialise() fViewer->setTransparencyType(SoGLRenderAction::SORTED_OBJECT_ADD); fViewer->viewAll(); fViewer->saveHomePosition(); - fViewer->setTitle(fName); + // SOMEHOW this also the OIQt main window title + if (!uiQt) fViewer->setTitle(fName); fViewer->show(); // This SHOULD invoke the event loop: diff --git a/source/visualization/Qt3D/History b/source/visualization/Qt3D/History index 34ae450d0d9..22ee47bef91 100644 --- a/source/visualization/Qt3D/History +++ b/source/visualization/Qt3D/History @@ -19,6 +19,12 @@ committal in the CVS repository ! History file for visualization/Qt3D sub-category ----------------------------------------------- +29-Dec-2020 John Allison (visQt3D-V10-06-03) +- G4Qt3DViewer: Move code from constructor to G4Qt3DViewer::Initialise(). +- G4Qt3DSceneHandler: + o Implement auxiliary edge suppression. + o Tidy up G4Qt3DSceneHandler::AddPrimitive(const G4Text& - still doesn't work. + 29-Oct-2020 Ben Morgan (visQt3D-V10-06-02) - Remove inclusion of obsolete CMake module diff --git a/source/visualization/Qt3D/include/G4Qt3DViewer.hh b/source/visualization/Qt3D/include/G4Qt3DViewer.hh index 636d889e593..53a97bc8ab1 100644 --- a/source/visualization/Qt3D/include/G4Qt3DViewer.hh +++ b/source/visualization/Qt3D/include/G4Qt3DViewer.hh @@ -42,6 +42,7 @@ public: G4Qt3DViewer(G4Qt3DSceneHandler&,const G4String& name); virtual ~G4Qt3DViewer(); + void Initialise(); void SetView(); void ClearView(); void DrawView(); diff --git a/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc b/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc index 23380d116f2..605b7001a87 100644 --- a/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc +++ b/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc @@ -480,9 +480,8 @@ void G4Qt3DSceneHandler::AddPrimitive(const G4Text& text) { first = false; G4Exception("G4Qt3DSceneHandler::AddPrimitive(const G4Text& text)", "qt3D-0002", JustWarning, - "Text drawing not yet implemented"); - } - return; + "Text drawing doesn't work yet"); + } // OK. Not working, but let it execute, which it does without error. auto currentNode = CreateNewNode(); if (!currentNode) return; // Node not available @@ -493,32 +492,34 @@ void G4Qt3DSceneHandler::AddPrimitive(const G4Text& text) { auto transform = G4Qt3DUtils::CreateQTransformFrom(position); transform->setScale(10); +// auto currentEntity = new Qt3DCore::QEntity(currentNode); + // This simply does not work - // auto qtext = new Qt3DExtras::QText2DEntity(currentNode); - // qtext->setText(text.GetText().c_str()); - // qtext->setHeight(100); - // qtext->setWidth(1000); - // qtext->setColor(Qt::green); - // qtext->setFont(QFont("Courier New", 10)); - // - // qtext->addComponent(transform); - // qtext->addComponent(material); + auto qtext = new Qt3DExtras::QText2DEntity(); + qtext->setParent(currentNode); +// qtext->setParent(currentEntity); // ?? Doesn't help + qtext->setText(text.GetText().c_str()); + qtext->setHeight(100); + qtext->setWidth(1000); + qtext->setColor(Qt::green); + qtext->setFont(QFont("Courier New", 10)); + qtext->addComponent(transform); // This produces text in 3D facing +z - not what we want - const auto& colour = GetTextColour(text); - auto material = new Qt3DExtras::QDiffuseSpecularMaterial(); - material->setObjectName("materialForText"); - material->setAmbient(G4Qt3DUtils::ConvertToQColor(colour)); - if (colour.GetAlpha() < 1.) material->setAlphaBlendingEnabled(true); - - auto textMesh = new Qt3DExtras::QExtrudedTextMesh(); - textMesh->setText(text.GetText().c_str()); - textMesh->setFont(QFont("Courier New", 10)); - textMesh->setDepth(.01f); - - currentNode->addComponent(material); - currentNode->addComponent(transform); - currentNode->addComponent(textMesh); +// const auto& colour = GetTextColour(text); +// auto material = new Qt3DExtras::QDiffuseSpecularMaterial(); +// material->setObjectName("materialForText"); +// material->setAmbient(G4Qt3DUtils::ConvertToQColor(colour)); +// if (colour.GetAlpha() < 1.) material->setAlphaBlendingEnabled(true); +// +// auto textMesh = new Qt3DExtras::QExtrudedTextMesh(); +// textMesh->setText(text.GetText().c_str()); +// textMesh->setFont(QFont("Courier New", 10)); +// textMesh->setDepth(.01f); +// +// currentNode->addComponent(material); +// currentNode->addComponent(transform); +// currentNode->addComponent(textMesh); } void G4Qt3DSceneHandler::AddPrimitive(const G4Circle& circle) @@ -671,6 +672,7 @@ void G4Qt3DSceneHandler::AddPrimitive(const G4Polyhedron& polyhedron) lines.push_back(newLine); }; + G4bool isAuxilaryEdgeVisible = fpViewer->GetViewParameters().IsAuxEdgeVisible(); G4bool notLastFace; do { G4int nEdges; @@ -684,12 +686,12 @@ void G4Qt3DSceneHandler::AddPrimitive(const G4Polyhedron& polyhedron) normals.push_back(normal[0]); normals.push_back(normal[1]); normals.push_back(normal[2]); - insertIfNew(Line(vertex[0],vertex[1])); - insertIfNew(Line(vertex[1],vertex[2])); + if(isAuxilaryEdgeVisible||edgeFlag[0]>0)insertIfNew(Line(vertex[0],vertex[1])); + if(isAuxilaryEdgeVisible||edgeFlag[1]>0)insertIfNew(Line(vertex[1],vertex[2])); if (nEdges == 3) { // Face is a triangle // One more line for wireframe, triangles for surfaces are complete - insertIfNew(Line(vertex[2],vertex[0])); + if(isAuxilaryEdgeVisible||edgeFlag[2]>0)insertIfNew(Line(vertex[2],vertex[0])); } else if (nEdges == 4) { // Face is a quadrilateral // Create another triangle for surfaces, add two more lines for wireframe @@ -699,8 +701,8 @@ void G4Qt3DSceneHandler::AddPrimitive(const G4Polyhedron& polyhedron) normals.push_back(normal[2]); normals.push_back(normal[3]); normals.push_back(normal[0]); - insertIfNew(Line(vertex[2],vertex[3])); - insertIfNew(Line(vertex[3],vertex[0])); + if(isAuxilaryEdgeVisible||edgeFlag[2]>0)insertIfNew(Line(vertex[2],vertex[3])); + if(isAuxilaryEdgeVisible||edgeFlag[3]>0)insertIfNew(Line(vertex[3],vertex[0])); } else { G4cerr << "ERROR: polyhedron face with more than 4 edges" << G4endl; return; diff --git a/source/visualization/Qt3D/src/G4Qt3DViewer.cc b/source/visualization/Qt3D/src/G4Qt3DViewer.cc index 811857d9a55..55316c793b8 100644 --- a/source/visualization/Qt3D/src/G4Qt3DViewer.cc +++ b/source/visualization/Qt3D/src/G4Qt3DViewer.cc @@ -45,6 +45,9 @@ G4Qt3DViewer::G4Qt3DViewer , fMousePressed(false) , fMousePressedX(0.) , fMousePressedY(0.) +{} + +void G4Qt3DViewer::Initialise() { setObjectName(fName.c_str());